@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}


.pc-block{
	display: block;
}

.sp-block{
	display: none;
}

.flex{
	display: flex;
}

@media screen and (max-width: 767px){
	.pc-block{
		display: none;
	}

	.sp-block{
		display: block;
	}
}


/* Heading
--------------------------------------------------------------------------- */

.hd04{
	position: relative;
	font-size: 3.4rem;
	font-weight: 600;
	text-align: left;
	line-height: calc(52 / 34);
}

.hd04:before{
	content: "";
    position: absolute;
    top: -50px;
    left: -32px;
    max-width: 163px;
    width: 34%;
    height: 129px;
    z-index: -1;
}

@media screen and (max-width: 1200px){
	.hd04{
		font-size: 3.0rem;
	}
}

@media screen and (max-width: 940px){
	.hd04{
		font-size: 2.8rem;
	}
	
}

@media screen and (max-width: 767px){
	.hd04{
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 370px){
	.hd04{
		font-size: 2.3rem;
	}
	
}

/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.table_area{
	overflow-x: auto;
}

table {
	max-width: 740px;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
	margin: 5px auto 0;
}

table th,
table td{
	text-align: center;
    padding: 5px 10px;
    border-collapse: collapse;
    line-height: normal;
}

.hawai th,
.hawai td{
	border:1px solid #8a5300;
}
.hawai .bg01{
	background-color: #ebcea4;
}
.hawai .nedan{
	color:#8a5300;
	font-size: 150%;
	font-weight: bold;
}
.kami th,
.kami td{
	border:1px solid #41751d;
}
.kami .bg01{
	background-color: #b5db9a;
}
.kami .bg02{
	background-color: #faffd1;
}
.kami .nedan{
	color:#41751d;
	font-size: 150%;
	font-weight: bold;
}
.kobe th,
.kobe td{
	border:1px solid #b32505;
}
.kobe .bg01{
	background-color: #ffb09e;
}
.kobe .nedan{
	color:#b32505;
	font-size: 150%;
	font-weight: bold;
}
.izu th,
.izu td{
    border:1px solid #1f8087;
}
.izu .bg01{
	background-color: #94cfd4;
}
.izu .bg02{
	background-color: #c7eff2;
}

.izu .nedan{
	color:#075157;
	font-size: 150%;
	font-weight: bold;
}

.yokohama th,
.yokohama td{
	border:1px solid #1d2568;
}
.yokohama .bg01{
	background-color: #bdc1f0;
}
.yokohama .bg02{
	background-color: #d7daf5;
}
.yokohama .nedan{
	color:#1d2568;
	font-size: 150%;
	font-weight: bold;
}

.kyoto th,
.kyoto td{
	border:1px solid #750c11;
}
.kyoto .bg01{
	background-color: #f5c4c8;
}
.kyoto .bg02{
	background-color: #f5dcde;
}
.kyoto .nedan{
	color:#750c11;
	font-size: 150%;
	font-weight: bold;
}

.nedan span{
	font-size: 70%;
}

@media screen and (max-width: 767px){
	table th, table td{
		padding: 5px;
	}
	
}

@media screen and (max-width: 480px){
	.table_area table{
		width: 460px; 
	}
	
	.kani .nedan,
	.izu .nedan,
	.hana .nedan{
		font-size: 1.5rem;
		line-height: 1.3;
	}
	
}
	
	
/* list
--------------------------------------------------------------------------- */

.ulStyle01{
	position: relative;
	text-align: left;
	letter-spacing: 0.04em;
	padding-left: 1em;
    text-indent: -1em;
}

.ulStyle01 li{
	letter-spacing: -0.03em;
}

.ulStyle01 li:before{
	content: "●";
}

.ulStyle01 li + li{
	margin-top: 4px;
}

@media screen and (max-width: 767px){
}

/* --- tag --- */

.tag_list{
	display: flex;
	justify-content: center;
    margin-top: 30px;
}

.tag_list li{
	font-size: 1.4rem;
}

.tag_list li{
	font-size: 1.4rem;
	font-weight: 700;
	padding: 3px 8px;
}

.tag_list.kani li{
	background-color: #ffd7b2;
	color: #523021;
}

.tag_list.izu li{
	background-color: #c7eff2;
	color: #075157;
}

.tag_list.izu li.facility{
	background-color: #c7dcf2;
	color: #003773;
}

.tag_list.tottori li{
	background-color: #f7ebda;
	color: #8a5300;
}

.tag_list.tottori li.facility{
	background-color: #eed8b4;
	color: #8a5300;
}

.tag_list.alps li{
	background-color: #f8ffbf;
	color: #41751d;
}

.tag_list.alps li.facility{
	background-color: #e9ff70;
}

.tag_list.kobe li{
	background-color: #fbddd5;
	color: #b32505;
}

.tag_list.yokohama li{
	background-color: #d7daf5;
	color: #1d2568;
}

.tag_list.yokohama li.facility{
	background-color: #bdc1f0;
}

.tag_list.kyoto li{
	background-color: #f5dcde;
	color: #750c11;
}

.tag_list li:not(:first-of-type){
	margin-left: 10px;
}

@media screen and (max-width: 1200px){
	.tag_list{
		margin-top: 15px;
	}
	
	.tag_list li{
		padding: 3px;
	}
}

@media screen and (max-width: 767px){
	.tag_list{
		flex-wrap: wrap;
	}
	
	.tag_list li{
		font-size: 1.2rem;
		padding: 0 5px;
		margin-top: 5px;
	}
}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}

/* --- text--- */

.caution_txt{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: left;
	line-height: 1.7;
	padding-left: 1em;
    text-indent: -1em;
}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	
	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	

	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}

/* ------------------------------------------------------------------------ */

/*  ボタン

/* ------------------------------------------------------------------------ */

.btn{
	max-width: 580px;
    width: 100%;
    height: 100px;
    margin: 50px auto 0;
}

.btn a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Kaisei HarunoUmi', serif;
    padding: 0 0 0 20px;
	transition: all .3s;
}

.btn a.pc-block{
	display: flex;
}

.btn a.sp-block{
	display: none;
}

.btn a:hover{
	opacity: 0.8;
}

.btn a p{
    font-size: 2.6rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.08em;
	padding: 0 0 8px;
}

@media screen and (max-width: 767px){
	.btn{
		max-width: none;
		height: auto;
		aspect-ratio : 1 / 0.3;
		margin: 20px auto 0;
	}
	
	.btn a.pc-block{
		display: none;
	}

	.btn a.sp-block{
		display: flex;
	}
	
	.btn a p{
		font-size: min(4.4vw, 32px);
        text-align: left;
        line-height: 1.4;
        padding: 0 0 0 32px;
	}
	
}
@media screen and (max-width: 480px){
	.btn a p{
		/*font-size: 1.6rem;
		padding: 0 0 0 30px;*/
	}
	
}

/* ------------------------------------------------------------------------ */

/*  共通 

/* ------------------------------------------------------------------------ */

/* hd_area */

.hd_area{
	position: relative;
	width: 100%;
	min-height: 540px;
	aspect-ratio: 1 / 0.34;
	overflow: hidden;
}

.hd_area > .hd_octagon{
	position: absolute;
    top: 50%;
    right: 21%;
    max-width: 500px;
    width: 40%;
    aspect-ratio: 1 / 1;
    background: url(../../img/bg_hd.png) no-repeat center / contain;
    transform: translate(0, -50%);
    padding: 0 0 30px;
}

.hd_area .hd_inner{
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hd_area .hd_inner:before{
	content: "";
    position: absolute;
    top: -40px;
    right: -40px;
	z-index: -1;
}

.hd_area h3{
	font-size: 5.2rem;
    font-weight: 600;
    line-height: calc(68/52);
    margin-top: 20px;
}
.tour_contents{
	margin-top: 80px;
}

.tour_contents > .flex{
	justify-content: space-between;
}

.tour_contents > .flex >.textBox{
	width: 42%;
    margin-top: 50px;
    padding-left: 4%;
}

.tour_contents > .flex >.textBox.wb{
	width: 44%;
    padding-left: 1%;
}

.tour_contents > .flex >.textBox p.detail{
	text-align: left;
    margin-top: 22px;
	letter-spacing: -0.01em;
}

.tour_contents > .flex >.imgBox{
	width: 55%;
}

.tour_contents > .flex >.imgBox figure.img01{
	text-align: right;
    padding: 0 0 8px 8px;
    width: 73%;
    margin: 0 0 0 auto;
    background-color: #faf7f2;
}

.tour_contents > .flex >.imgBox figure.img02{
	position: absolute;
    bottom: 0;
    left: 0;
	z-index: -1;
	width: 72%;
}

@media screen and (max-width: 1200px){
	.hd_area > .hd_octagon{
		right: 18%;
		padding: 0;
	}
	
	.hd_area h3{
		font-size: 4.6rem;
	}
	
	.tour_contents > .flex >.textBox{
		width: 43%;
		padding-left: 0;
	}
}

@media screen and (max-width: 940px){
	.hd_area > .hd_octagon{
		width: 50%;
	}
	
	.tour_contents > .flex >.imgBox{
		width: 49%;
	}
	
	.tour_contents > .flex >.textBox {
    	width: 50%;
	}
	
}

@media screen and (max-width: 767px){
	.hd_area{
		aspect-ratio: 1 / 1.6;
		min-height: auto;
	}
	
	.hd_area > .hd_octagon{
		width: calc(100% - 40px);
		right: 50%;
		top: auto;
		bottom: 50px;
		transform: translate(50%,0);
	}
	
	.hd_area .hd_inner:before{
		top: -35px;
    	right: -7px;
		width: 64%;
	}
	
	.hd_area .hd_inner .hd_subText{
		    width: 19%;
	}
	
	.hd_area h3 {
    	font-size: 3.2rem;
		margin-top: 10px;
	}
	
	.hd_area .tag_list{
		max-width: 200px;
	}
	
	.tour_contents{
		margin-top: 50px;
	}
	
	.tour_contents > .flex{
		flex-direction: column;
	}
	
	.tour_contents > .flex >.imgBox{
		width: 100%;
		order: 2;
		margin-top: 15px;
	}
	
	.tour_contents > .flex >.textBox,
	.tour_contents > .flex >.textBox.wb{
		width: 100%;
		order: 1;
	}
	
	.tour_contents > .flex >.textBox p.detail{
		margin-top: 12px;
	}
}

@media screen and (max-width: 370px){
	.hd_area .hd_inner .hd_subText {
    	width: 22%;
	}
	
	.hd_area h3{
		font-size: 3.2rem;
	}
	
	.hd_area .tag_list{
		margin-top: 5px;
	}
	
}

/* --- お申し込み --- */

.application_area{
	background-color: #fff;
    margin-top: 75px;
    padding: 50px 20px 60px;
}


.application_area .application_inner{
	padding: 31px 3.3% 40px;
}

.application_area h4{
   display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px 40px 0 0;
    text-align: center;
}

.application_area .hd04 span{
	display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 10px;
    margin: 0 18px 0 0;
}

.application_area .hd04 span.font_s{
	font-size: 2.4rem;
	padding: 0;
}

.application_area .tag_list{
	margin-top: 20px;
}

.application_area .fee_area{
	max-width: 740px;
	width: 100%;
	margin:25px auto ;
}

.application_area .fee_area > p.table_ttl{
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.application_area .fee_area > .ulStyle01{
	margin-top: 45px;
}

.application_area .comment{
	border: 2px solid #1c5b73;
	margin-top: 15px;
    padding: 12px 20px;
}

.application_area .comment p{
	text-align: left;
	letter-spacing: 0.05em;
}

.application_area .bottom_text{
	text-align: left;
    margin-top: 17px;
    letter-spacing: 0.045em;
}

.application_area .application_img{
	margin-top: 30px;
}

@media screen and (max-width:768px){
	.application_area{
		padding: 30px 20px 40px;
	}
	
	.application_area h4{
		flex-direction: column;
		font-size: 2.2rem;
	}
	
	.application_area .hd04 span{
		padding: 4px;
		margin: 0 10px 5px 0;
		font-size: 1.8rem;
	}
	
	.application_area .hd04 span.font_s{
		font-size: 1.8rem;
	}
	
	.application_area .fee_area > p.table_ttl{
		font-size: 2.0rem;
   		line-height: 1.5;
	}
	
	.application_area .fee_area > .ulStyle01{
		margin-top: 20px;
	}
}