@charset "utf-8";
/* CSS Document */

/* mainVisual
--------------------------------------------------------------------------- */

.mainVisual{
	position: relative;
	background: url("../img/bg_mainVisual_pc.png") no-repeat center / cover;
	aspect-ratio: 1 / 0.427;
	width: 100%;
	padding: 1%;
}

header h1{
	position: absolute;
	top: -3px;
	left: -3px;
	width: 14.4%;
}

.mainVisual >.main_ttl{
	position: absolute;
	top: 30px;
	left: 50%;
	width: 30%;
	transform: translate(-50%,0);
}

.mainVisual >.main_icon{
	position: absolute;
	bottom: 40px;
	width: 48%;
	max-width: 940px;
	left: 33%;
}

@media screen and (max-width: 1300px){
	.mainVisual >.main_icon{
		width: 30%;
	}

}

@media screen and (max-width: 767px){
	.mainVisual{
		background: url(../img/bg_mainVisual_sp.png) no-repeat center / cover;
		aspect-ratio: 1 / 1.475;
	}

	header h1{
		width: 37%;
	}

}

/* top_area
--------------------------------------------------------------------------- */

.top_area .sub_ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight: 700;
	font-size: 3.2rem;
	color: #142f5c;
	line-height: 1.0;
	margin-left: 30px;
	margin-top: -10px;
}

.top_area .sub_ttl span{
	padding-right: 5px;
}

.top_area h2{
	font-family: 'Kaisei HarunoUmi', serif;
	font-size: 6.8rem;
	font-weight: 700;
	color: #003773;
	line-height: 1.0;
	letter-spacing: 0.03em;
}

.top_area h2 span{
	font-size: 8.0rem;
}

.top_area .red_text{
	font-size: 3.4rem;
	color: #b51d12;
	font-weight: 600;
	margin-top: 20px;
}

.top_area .red_text + figure{
	margin: 15px auto 0;
	padding: 0 20px;
	width: 74%;
}

.top_area .top_text{
	margin-top: 10px;
}

.pageNav{
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 60px auto 0;
}

.pageNav > li {
	width: 20%;
}

.pageNav > li.nav01{
	background: url(../img/bg_pageNav_001.png) no-repeat center /contain;
}

.pageNav > li.nav02{
	background: url(../img/bg_pageNav_002_wide.png) no-repeat center /contain;
}

.pageNav > li.nav03{
	background: url(../img/bg_pageNav_003_wide.png) no-repeat center /contain;
}

.pageNav > li.nav04{
	background: url(../img/bg_pageNav_004_wide.png) no-repeat center /contain;
}

.pageNav > li.nav05{
	background: url(../img/bg_pageNav_005_wide.png) no-repeat center /contain;
}

.pageNav > li.nav06{
	background: url(../img/bg_pageNav_006_wide.png) no-repeat center /contain;
}


.pageNav > li > a{
	position: relative;
	display: flex;
	justify-content: center;
	border-right: 2px dotted #ab9f79;
	padding: 10px 0 0;
}

.pageNav > li:first-of-type a{
	border-left: 2px dotted #ab9f79;
}

.pageNav > li > a:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 18px;
	height: 9px;
	transform: translateX(-50%);
	transition: all .3s;
}

.pageNav > li.nav01 a:before{
	background: url("../common/img/icon/arrow_blue.svg") no-repeat center / cover;
}

.pageNav > li.nav02 a:before{
	background: url("../common/img/icon/arrow_brown.svg") no-repeat center / cover;
}

.pageNav > li.nav03 a:before{
	background: url("../common/img/icon/arrow_green.svg") no-repeat center / cover;
}

.pageNav > li.nav04 a:before{
	background: url("../common/img/icon/arrow_red.svg") no-repeat center / cover;
}

.pageNav > li.nav05 a:before{
	background: url("../common/img/icon/arrow_navy.svg") no-repeat center / cover;
}

.pageNav > li.nav06 a:before{
	background: url("../common/img/icon/arrow_darkRed.svg") no-repeat center / cover;
}

.pageNav > li > a:hover:before{
	bottom: -14px;
}

.pageNav > li > a figure{
	position: absolute;
	object-fit: contain;
	bottom: 50%;
	width: 23%;
	transform: translate(0,50%);
}

.pageNav > li > a figure:first-of-type{
	left: 0;
}

.pageNav > li > a figure:last-of-type{
	right: 0;
}

.pageNav > li > a p{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(24  / 18);
	padding: 0 0 20px;
	margin: 0 auto;
}

.pageNav > li.nav01 > a p{
	color: #1f8087;
}

.pageNav > li.nav02 > a p{
	color: #8a5300;
}

.pageNav > li.nav03  > a p{
	color: #41751d;
}

.pageNav > li.nav04 > a p{
	color: #b32505;
}

.pageNav > li.nav05 > a p{
	color: #1d2568;
}

.pageNav > li.nav06 > a p{
	color: #750c11;
}

.pageNav > li > a p span{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px;
	padding: 3px 5px;
}

.pageNav > li.nav01 > a p span{
	background-color: #1f8087;
}

.pageNav > li.nav02 > a p span{
	background-color: #8a5300;
}

.pageNav > li.nav03 > a p span{
	background-color: #41751d;
}

.pageNav > li.nav04 > a p span{
	background-color: #b32505;
}

.pageNav > li.nav05 > a p span{
	background-color: #1d2568;
}

.pageNav > li.nav06 > a p span{
	background-color: #750c11;
}

.pageNav_wide{display: block;}

@media screen and (max-width: 1200px){

	.pageNav{
		width: 100%;
		flex-wrap: wrap;
	}

	.pageNav > li {
		width: 30%;
	}
	.pageNav > li.nav02{
		background-image: url(../img/bg_pageNav_002.png);
	}

	.pageNav > li.nav03{
		background-image: url(../img/bg_pageNav_003.png);
	}

	.pageNav > li.nav04{
		background-image: url(../img/bg_pageNav_004.png);
	}

	.pageNav > li.nav05{
		border-left: 2px dotted #ab9f79;
		margin-top: 40px;
		background-image: url(../img/bg_pageNav_005.png);
	}

	.pageNav > li.nav06{
		margin-top: 40px;
		background-image: url(../img/bg_pageNav_006.png);
	}

	.pageNav_wide{display: none;}

}

@media screen and (max-width: 940px){

	.top_area h2 .sp-block{
		display: block;
	}

}

@media screen and (max-width: 767px){
	.top_area{
		margin-top: 25px;
		padding: 0 20px;
	}

	.top_area .sub_ttl{
		font-size: 1.6rem;
		margin-left: 15px;
	}

	.top_area .sub_ttl img{
		width: 32%;
	}

	.top_area h2{
		font-size: 5.2rem;
		margin-top: 10px;
	}

	.top_area h2 span{
		font-size: 6.0rem;
	}

	.top_area .red_text{
		font-size: 2.1rem;
	}

	.pageNav{
		flex-direction: column;
	}

	.pageNav > li{
		width: 100%;
	}

	.pageNav > li > a{
		border-right: none;
		border-bottom: 2px dotted #ab9f79;
		padding: 15px 0 5px;
	}

	.pageNav > li > a:before{
		bottom: 10px;
	}

	.pageNav > li:first-of-type a{
		border-left: none;
		border-top: 2px dotted #ab9f79;
	}

	.pageNav > li > a p{
		font-size: 1.6rem;
		width: 60%;
	}

	.pageNav > li.nav05{
		border-left-width: 0;
		margin-top: 0;
	}

	.pageNav > li.nav06{
		margin-top: 0;
	}

}

@media screen and (max-width: 480px){
	.pageNav > li > a p{
		font-size: 1.5rem;
		width: 60%;
	}

	.pageNav > li > a figure{
		width: 20%;
	}

}

@media screen and (max-width: 370px){
	.top_area h2 .main_ttl{
		font-size: 4.5rem;
	}

	.top_area .red_text{
		font-size: 1.8rem;
	}

}

/* sec01
--------------------------------------------------------------------------- */
.sec01{
	margin-top: 130px;
}

.sec01 .hd_area{
	background: url("../img/bg_sec01_thumb_pc.png") no-repeat top center / cover;
}

.sec01 .hd_area h3{
	color: #075157;
}

.sec01 .hd_inner:before{
	background: url(../img/icon_sec01_thumb_002.png) no-repeat center / contain;
	aspect-ratio: 1 / 0.77;
	width: 62%;
}

.sec01 .hd04{
	color: #075157;
}

.sec01 .tour_contents > .flex >.textBox  .hd04:before{
	background: url("../common/img/icon/icon_hd_001.png") no-repeat center / contain;
}

.sec01 .application_area{
	border: 1px solid #1f8087;
}

.sec01 .application_area .hd04 span{
	background-color: #1f8087;
}

.sec01 .application_area .hd04 span.font_s {
	background-color: transparent;
	color: #075157;
}

.sec01 .btn a{
	background: url("../common/img/btn_sec01_pc.png") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.sec01{
		margin-top: 50px;
	}

	.sec01 .hd_area{
		background: url(../img/bg_sec01_thumb_sp.png) no-repeat top center / cover;
	}

	.sec01 .btn a{
		background: url("../common/img/btn_sec01_sp.png") no-repeat center / contain;
	}
}

/* sec02
--------------------------------------------------------------------------- */
.sec02{
	margin-top: 100px;
}

.sec02 .hd_area{
	background: url("../img/bg_sec02_thumb_pc.png") no-repeat top center / cover;
}

.sec02 .hd_area .hd_inner:before {
	background: url("../img/icon_sec02_thumb_002.png") no-repeat top center / contain;
	aspect-ratio: 1 / 0.53;
	width: 48%;
	width: 62%;
	top: 0;
}

.sec02 .hd_area h3{
	color: #8a5300;
	letter-spacing: -0.05em;
}

.sec02 .hd04{
	color: #8a5300;
}

.sec02 .tour_contents > .flex >.textBox  .hd04:before{
	background: url("../common/img/icon/icon_hd_002.png") no-repeat center / contain;
}

.inn_list{
	background-color: #ebf1ff;
	padding: 30px 10px;
	margin-top: 35px;
}

.inn_list > ul{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}

.inn_list > ul > li{
	width: 32%;
}

.sec02 .application_area{
	border: 1px solid #8a5300;
}

.sec02 .application_area .hd04 span{
	background-color: #8a5300;
}

.sec02 .application_area .hd04 span.font_s{
	background-color: transparent;
	color: #075157;
}

.sec02 .btn a{
	background: url("../common/img/btn_sec02_pc.png") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.sec02{
		margin-top: 50px;
	}

	.sec02 .hd_area{
		background: url(../img/bg_sec02_thumb_sp.png) no-repeat top center / cover;
	}

	.sec02 .btn a{
		background: url("../common/img/btn_sec02_sp.png") no-repeat center / contain;
	}

	.inn_list > ul{
		flex-direction: column;
	}

	.inn_list > ul > li{
		width: 100%;
	}

	.inn_list > ul > li + li{
		margin-top: 15px;
	}
}

/* sec03
--------------------------------------------------------------------------- */

.sec03{
	margin-top: 100px;
}

.sec03 .hd_area{
	background: url("../img/bg_sec03_thumb_pc.png") no-repeat top center / cover;
}

.sec03 .hd_area .hd_inner:before {
	background: url("../img/icon_sec03_thumb_002.png") no-repeat top center / contain;
	aspect-ratio: 1 / 0.88;
	width: 64%;
	top: 0;
	right: -46px;
}

.sec03 .hd_area h3{
	color: #41751d;
}

.sec03 .hd04{
	color: #41751d;
}

.sec03 .tour_contents > .flex >.textBox  .hd04:before{
	background: url("../common/img/icon/icon_hd_003.png") no-repeat center / contain;
}

.sec03 .application_area{
	border: 1px solid #41751d;
}

.sec03 .application_area .hd04 span{
	background-color: #41751d;
}

.sec03 .application_area .hd04 span.font_s{
	background-color: transparent;
	color: #c44377;
}

.sec03 .btn a{
	background: url("../common/img/btn_sec03_pc.png") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.sec03{
		margin-top: 50px;
	}

	.sec03 .hd_area{
		background: url(../img/bg_sec03_thumb_sp.png) no-repeat top center / cover;
	}

	.sec03 .btn a{
		background: url("../common/img/btn_sec03_sp.png") no-repeat center / contain;
	}
}

/* sec04
--------------------------------------------------------------------------- */

.sec04{
	margin-top: 120px;
}

.sec04 .hd_area{
	background: url("../img/bg_sec04_thumb_pc.png") no-repeat top center / cover;
}

.sec04 .hd_area .hd_inner:before {
	background: url("../img/icon_sec04_thumb_002.png") no-repeat top center / contain;
	aspect-ratio: 1 / 1.05;
	width: 64%;
	top: 0;
	right: -46px;
}

.sec04 .hd_area h3{
	color: #b32505;
}

.sec04 .hd04{
	color: #b32505;
}

.sec04 .tour_contents > .flex >.textBox  .hd04:before{
	background: url("../common/img/icon/icon_hd_004.png") no-repeat center / contain;
}

.sec04 .application_area{
	border: 1px solid #b32505;
}

.sec04 .application_area .hd04 span{
	background-color: #b32505;
}

.sec04 .btn a{
	background: url("../common/img/btn_sec04_pc.png") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.sec04{
		margin-top: 50px;
	}

	.sec04 .hd_area{
		background: url(../img/bg_sec04_thumb_sp.png) no-repeat top center / cover;
	}

	.sec04 .btn a{
		background: url("../common/img/btn_sec04_sp.png") no-repeat center / contain;
	}
}


/* sec05
--------------------------------------------------------------------------- */

.sec05{
	margin-top: 120px;
}

.sec05 .hd_area{
	background: url("../img/bg_sec05_thumb_pc.png") no-repeat top center / cover;
}

.sec05 .hd_area .hd_inner:before {
	background: url("../img/icon_sec05_thumb_002.png") no-repeat top center / contain;
	aspect-ratio: 1 / 1.05;
	width: 64%;
	top: 0;
	right: -46px;
}

.sec05 .hd_area h3{
	color: #1d2568;
}

.sec05 .hd04{
	color: #1d2568;
}

.sec05 .tour_contents > .flex >.textBox .hd04:before{
	background: url("../common/img/icon/icon_hd_005.png") no-repeat center / contain;
}

.sec05 .application_area{
	border: 1px solid #1d2568;
}

.sec05 .application_area .hd04 span{
	background-color: #1d2568;
}

.sec05 .btn a{
	background: url("../common/img/btn_sec05_pc.png") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.sec05{
		margin-top: 50px;
	}

	.sec05 .hd_area{
		background: url(../img/bg_sec05_thumb_sp.png) no-repeat top center / cover;
	}

	.sec05 .btn a{
		background: url("../common/img/btn_sec05_sp.png") no-repeat center / contain;
	}
}


/* sec06
--------------------------------------------------------------------------- */

.sec06{
	margin-top: 120px;
}

.sec06 .hd_area{
	background: url("../img/bg_sec06_thumb_pc.png") no-repeat top center / cover;
}

.sec06 .hd_area .hd_inner:before {
	background: url("../img/icon_sec06_thumb_002.png") no-repeat top center / contain;
	aspect-ratio: 1 / 1.06;
	width: 64%;
	top: 0;
	right: -46px;
}

.sec06 .hd_area h3{
	color: #750c11;
}

.sec06 .hd04{
	color: #750c11;
}

.sec06 .tour_contents > .flex >.textBox .hd04:before{
	background: url("../common/img/icon/icon_hd_006.png") no-repeat center / contain;
}

.sec06 .application_area{
	border: 1px solid #750c11;
}

.sec06 .application_area .hd04 span{
	background-color: #750c11;
}

.sec06 .btn a{
	background: url("../common/img/btn_sec06_pc.png") no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.sec06{
		margin-top: 50px;
	}

	.sec06 .hd_area{
		background: url(../img/bg_sec06_thumb_sp.png) no-repeat top center / cover;
	}

	.sec06 .btn a{
		background: url("../common/img/btn_sec06_sp.png") no-repeat center / contain;
	}
}