@charset "utf-8";

article {	
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}

.tx_pink{
	color: #f53d7e;
}

.tokyo_r{
	background: #FFE5DF;
}
.osaka_b{
	background: #C1DFE2;
}
.nagoya_y{
	background: #FEF8D3;
}
.other_g{
	background: #c2e2c1;
}
.yokohama{
	background: #E9EDFF;
}
.kobe{
	background: #c2e2c1;
}
li a.tokyo_r{
	border-top:solid 5px #fbb2a1;
}
li a.osaka_b{
	border-top:solid 5px #55cbd7;
}
li a.nagoya_y{
	border-top:solid 5px #efdb60;
}
li a.other_g{
	border-top:solid 5px #8bc38a;
}
li a.yokohama{
	border-top:solid 5px #AAB3D7;
}
li a.kobe{
	border-top:solid 5px #8bc38a;
}

.btn:hover,
.btn:focus{
	color: #ffffff;
	outline: none;
}
ul,ol,li{
	list-style-type: none;
}

#main_visual{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#main_visual h1{
	max-width: 1920px;
	margin: 0 auto;
}
#main_visual h1 img{
	width: 100%;
	height: auto;
}
#global_navi{
 background: #fff;
}
.nav_inner{
	width: 100%;
	margin: 0 auto;
}
.nav_inner .d-flex{
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nav_inner ul li{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 20%;
}
/*
.nav_inner ul li:nth-of-type(2){
	width: 25%;
}
*/
/*
.nav_inner ul li:nth-of-type(3){
	border-right: none;
}
*/

.nav_inner li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	color: #292929;
	padding: 12px 0;
	font-weight: bold;
	transition: 0.24s ease;
}
.nav_inner li a:hover{
	text-decoration: none;
}
.nav_inner li a span{
	width: 100%;
	text-align: center;
}
.nav_inner li a i{
	position: relative;
	top: 0;
	transition: 0.24s ease;
}
.nav_inner li a:hover i{
	top: 4px;
}

/*-------メインコンテンツ-------*/
.contents{
	overflow: hidden;
}
.content_head{
	position: relative;
	z-index: 2;
}
.content_head img{
	display: block;
	position: relative;
	bottom: -8vw;
	max-width: 90%;
	margin: 0 auto;
}
#other .content_head img{
	bottom: -6vw;
}
.content_head + div{
	position: relative;
	z-index: 1;
    padding-top: 9vw;
    margin-top: -6vw;
}
.plan_list{
	margin-bottom: 64px;
}
.plan_list li{
	width: 100%;
	margin-bottom: 64px;
	text-align: center;
}
.plan_theme{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.618;
	position: relative;
	margin-bottom: 2em;
	border-bottom: dashed 2px #292929;
	z-index: 1;
	display: inline-block;
	text-align: left;
    padding: 0 70px 0.618rem 70px;
}
.plan_theme i{
	display: block;
	background: inherit;
	width: 1.5em;
	height: 1.5em;
	border-right: dashed 2px #292929;
	border-bottom: dashed 2px #292929;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%,50%) rotate(45deg);
    z-index: -1;
}
.plan_list .d-flex{
	flex-direction: column;
}
.plan_box{
	margin-top: 32px;
	position: relative;
	background: #fff;
	padding: 24px;
}
.plan_box:before{
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	top: -40px;
	border: 20px solid transparent;
	border-bottom-color: #fff;
}
.timetable{
	font-size: 16px;
/*
	font-weight: bold;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px dotted #898989;
*/
    padding-bottom: 20px;
}
.img-fluid{
    width: 100%;
}
.timetable h4{
    font-size: 24px;
    font-weight: bold;
}
.single_ok{
	color: #ffffff;
	background: #ff9570;
	display: table;
	margin: 0 0 6px;
	padding: 3px 16px;
	border-radius: 24px;
	font-size: 14px;
}
.tx_red{
    color: #EA0000;
}
.slant_border{
	border: 2px solid #292929;
	border-right-color: #fff;
	background: #fff;
	padding: 6px 14px 6px 16px;
	display: table;
	margin: 0 auto 16px;
	height: 42px;
	position: relative;
	z-index: 1;
}
.slant_border:after{
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #292929;
	border-left: none;
	background: #fff;
	height: 42px;
	width: 12px;
	top: -2px;
	right: -7px;
	z-index: 2;
	transform: skewX(-10deg);
}
.timetable p{
	text-align: center;
    margin-top: 10px;
}
.plan_descr p{
	font-size: 16px;
/*	font-weight: bold;*/
	line-height: 1.414;
	text-align: left;    
}
.stay_hours{
	display: block;
	padding: 6px 0px;
	text-align: left;
}
.plan_price{
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}
.plan_price .tx_red{
	color: #EA0000;
}
.plan_price .min,
.plan_price .max{
	font-size: 22px;
}
.btn_detail{
	display: table;
	background: #23843c;
	color: #fff;
	font-size: 18px;
	padding: 8px 50px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: 0.24s ease;
}
.btn_detail i{
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	transition: 0.24s ease;
}
.btn_detail:hover{
	color: #fff;
	text-decoration: none;
	background: #3eb15a;
}
.btn_detail:hover i{
	right: 12px;
}
@media(max-width:767px){
    .plan_price,
    .plan_descr p{
        display: inline-block;
    }    
    .plan_box{
        text-align: left;
    }
    .single_ok{
        margin-left: 0;
    }
    .plan_price{
        display: inline-block;
    }
}

/*-----------さらにプラン選択がある場合----------*/
.plan_box > .mb-3{
    margin-top: 10px;
}
.textorange{
    color: #f46769;
}
.plan_type{
	padding-top: 4px;
}
.plan_type li{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
    border: 1px dotted #a7a7a7;
    padding: 15px 20px;
}
.plan_type li:last-child{
    margin-bottom: 0;
}
.plan_type h4{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}
.plan_type h4 i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	color: #ffffff;
	background: #ff8889;
	width: 1.5em;
	height: 1.5em;
	font-size: 0.9em;
	margin-right: 0.5em;
	border-radius: 100%;
}
.type_includes {
	line-height: 1.2;
	margin-bottom: 1rem;
}
.plan_type .btn_detail{
	display: flex;
	align-items: center;
}

.more_btn{
	background: #FF8889;
	color: #fff;
	position: relative;
	display: block;
	width: 100%;
	padding: 16px;
	margin-top: -32px;
	margin-bottom: 24px;
	outline: none;
	overflow: hidden;
	transition: 0.4s ease;
}
.more_btn:focus{
	outline: none;
	border: none;
}
.more_btn:not(.collapsed){
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.more_btn span{
	text-align: center;
	font-size: 18px;
}
.more_btn i{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
.mt15{
    margin-top: 15px;
}
.book_box{
    margin-top: 15px;
}
@media (max-width:350px) {/*Narrow SP*/
	article,article p{
		font-size: 14px;
	}
	.stay_hours,
	#global_navi li a{
		font-size: 13px;
	}

}

@media (min-width:767px) { 
    .content_head + div{
        margin-top: -42px;
    }
    .timetable > p{
        display: block;
        text-align: left;        
    }
}
@media (min-width:768px) {/*Tablet*/
	.nav_inner{
		width: 1100px;
        max-width: 100%;
	}
	.nav_inner ul li{
		width: 20%;
	}
	/*.contents{
		padding-top: 96px;
	}*/	
	.content_head img{
		bottom: -36px;
		width: 400px;
	}
    .content_head + div {
        padding-top: 50px;
    }
	#other .content_head img{
		bottom: -30px;
	}
	.plan_list li{
		text-align: left;
	}
	.plan_theme{
		text-align: center;
		display: table;
		margin: 0 auto 2em;
		padding: 0 90px 0.618em;
	}
	.plan_list .d-flex{
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
  .img-box,
	.plan_list .d-flex img{
		width: 50%;
		object-fit: contain;
	}
  .img-box img{
    width: 100% !important;
  }
	.plan_box{
		width: 50%;
		margin: 0;
	}
	.plan_box:before{
		left: -40px;
		top: 96px;
		border: 20px solid transparent;
		border-right-color: #fff;
	}
	/*-----------さらにプラン選択がある場合----------*/
	.type_includes {
		order: 4;
		margin-top: 1rem;
		margin-bottom: 0rem;
	}
}
.plan_theme + .d-flex .img-box .text-photocopy{
	font-size: 80% !important;
	line-height: 1.2 !important;
	margin-top: 10px;
	text-align: left;
}
@media (min-width:992px) {
  .plan_theme + .d-flex{
		align-items: stretch;
	}
	.plan_theme + .d-flex img{
		width: 40%;
		max-height: 425px;
		object-fit: cover;
	}
	.plan_theme + .d-flex .img-box{
		width: 40%;
	}
	.plan_theme + .d-flex .img-box img{
		width: 100%;
		max-height: initial;
		object-fit: cover;
	}
	.plan_list .d-flex{
		align-items: stretch;
	}
	.plan_list .d-flex img{
		width: 40%;
		max-height: 425px;
		object-fit: cover;
	}
	.plan_box{
		width: calc(60% - 20px);
	}
	.plan_box:before{
		top: 176px;
	}
	.single_ok{
		margin: 0 0 6px;
	}
	.slant_border{
		margin: 0 16px 0 0;
	}
	.timetable p{
		display: inline-block;
		vertical-align: middle;
	}
	.plan_price{
		display: inline-block;		
	}
	.btn_detail{
		display: inline-block;
		float: right;
	}
	.plan_descr:after{
		content: '';
		display: block;
		clear: both;
	}
	.plan_type li:last-of-type,
	.plan_type li{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plan_type li h4{
		width: 100%;
		margin-bottom: 16px;
	}

}
@media (min-width:1200px) {
	.btn_detail{
		padding: 5px 50px;
	}
}
@media(max-width:991px){
    .plan_type li{
        padding: 15px 15px;
    }
    .btn_detail{
        padding: 8px 40px;
    }
}
@media(max-width:767px){
    .plan_type li {
        text-align: left;
    }
    .plan_type .btn_detail{
        display: table;
    }    
}
@media(max-width:425px){
    .btn_detail{
        padding: 8px 40px;
    }
}
@media(max-width:375px){
    .btn_detail{
        padding: 8px 35px;
    }
}

/*----- */
@font-face {
  font-family: 'centuryGothic';
  src: url('fonts/GOTHICB.TTF');
}
.decs {
    font-size: 20px;
    margin: 80px 0 0 0;
}
@media(max-width:767px){
    .decs{
         margin: 40px 0 0 0;
        text-align: left !important;
        font-size: 18px;
    }
}
.content_head{
    text-align: center;
    font-size: 50px;
    padding-top: 65px;
    color: #b5b5b5;
    font-weight: bold;
}
.content_head span{
    font-family: 'centuryGothic';
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b5b5b5;
}
.tour_price{
    display: block;
    font-weight: bold;
}
.plan_box small{
    font-size: 80%;
}
@media(min-width:374px){
    .book_box{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

}
@media(max-width:767px){
    .content_head {
            font-size: 7vw;
    }
    .content_head span{
        font-size: 13vw;
    }    
}
@media(min-width:480px){
    .block-480{
        display: none;
    }    
}

.map{
    padding: 50px 0;
    text-align: center;
}
.map img{
    max-width: 100%;
}
@media(max-width:767px){
    .map {
        padding: 35px 0;     
    }
}

.contents > .nagoya_y {
    padding-bottom: 120px;
}
.d-flex:after{
    content: '';
    display: block;
    clear: both;
}
.plan_list .d-flex{
    margin-bottom: 40px;
}
.plan_list li > .d-flex:last-child{
    margin-bottom: 0;
}
.mt10{
    margin-top: 10px;
}
.plan_location{
    color: #ff9570;
    font-size: 20px;
    padding-bottom: 5px;
    display: block;
}
.plan_localtime {
	font-size: 14px !important;
}

@media(max-width:767px){
  #tokyo .container.mt-5{
    margin-top: 10px !important;
  }
}

.area-banner p {
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
}