@charset "utf-8";

/*  アイコン
============================================================================= */
.m-ico{display:inline-flex;align-items:center;font-style:normal;vertical-align:middle;font-weight:400}.m-ico:before{position:relative;top:-1px;font-family:'Material Icons Round';content:attr(data-icon);font-size:100%}.m-ico.-arrow{font-size: 2.0rem}

/*  パンくず
============================================================================= */
@media screen and (min-width:960px){.breadcrumbs{margin:0 auto;max-width:1290px}}.breadcrumbs_wrapper{display:flex;align-items:center;padding:5px}.breadcrumbs_contents{display:block;width:100%}.breadcrumbs_item{display:inline-block;color:#6b6e71;font-size:1.2rem;line-height:2}.breadcrumbs_item.-home{flex-shrink:0;margin-right:2.6666666667vw}.breadcrumbs_inner{margin-bottom:-10px;padding-bottom:10px;overflow-x:auto;white-space:nowrap;width:77vw}.breadcrumbs_item{display:inline-block;color:#323743;line-height:2;margin-right:2.6666666667vw}.breadcrumbs_item a{color:#323743;transition:opacity 0.2s}.breadcrumbs_item:not(:last-child):after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);display:inline-block;transform:rotate(-45deg);border:1px solid #323743;border-top:none;border-left:none;vertical-align:middle;content:"";width:1.0666666667vw;height:1.0666666667vw;margin-top:-.7vw;margin-left:1.3333333333vw}a.breadcrumbs_anchor{color:#323743}@media screen and (min-width:970px){.breadcrumbs.-head .breadcrumbs_wrapper{max-width:1280px;margin:0 auto}.breadcrumbs_item.-home,.breadcrumbs_item{margin-right:10px}.breadcrumbs_item:last-child{margin-right:0}.breadcrumbs_inner{width:inherit}.breadcrumbs_item:not(:last-child):after{width:4px;height:4px;margin-top:-3px;margin-left:4px}.breadcrumbs_item a:hover{opacity:.6}}.f-breadcrumbs{margin:0;padding:10px 0;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.f-breadcrumbs .breadcrumbs_item{color:#6b6e71}.f-breadcrumbs a.breadcrumbs_anchor{color:#323743}.f-breadcrumbs .breadcrumbs_item:not(:last-child):after{border-color:#323743}

/*  h1
============================================================================= */
.pagettl{
	margin: 15px auto 0;
	padding: 0 5px;
	width: 100%;
	max-width: 1290px;
}
.pagettl-h1{
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (min-width: 960px) {
	.pagettl{
		margin: 30px auto 0;
	}
}


/*  共通
============================================================================= */
.dom-contents{
	position: relative;
	letter-spacing: 0;
	font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
	.dom-contents{
		font-size: 1.6rem;
	}
}
.contents-wraper{
	margin-top: 0;
}
.inner{
	margin: 0 10px;
	max-width: 128rem;
}
@media screen and (min-width: 1300px){
	.inner{
		margin: 0 auto;
	}
}
.dom-dp__bn{
	display: none;
}
.footer-nav{
	padding-top: 0;
	border-top: none;
}

/* 見出し */
.ttl{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
	text-align: center;
}
.ttl-txt{
	margin-bottom: 5px;
	font-size: 1.4rem;
	letter-spacing: 0;
}
.ttl.-line:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 100px;
	height: 5px;
	border-radius: 50vw;
	background: #3498DB;
}
.ttl-sub{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
@media screen and (min-width: 960px) {
	.ttl{
		padding-bottom: 30px;
		font-size: 3.0rem;
	}
	.ttl-txt{
		font-size: 1.8rem;
	}
		
	.ttl-sub{
		font-size: 2.5rem;
	}

}

.sect{
	padding: 30px 0;
}
@media screen and (min-width: 960px) {
	.sect{
		padding: 80px 0;
	}
}


/* 各ボタン */
.fbt, .feature-sect__more{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.fbt + .fbt{
	margin-top: 10px;
}
.fbt a, .feature-sect__more a{
	position: relative;
	z-index: 0;
    display: flex;
	align-items: center;
	width: 100%;
	max-width: 500px;
	min-height: 50px;
	padding: 5px 10px;
    color: #3498DB!important;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 0;
	background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
	overflow: hidden;
	transition: border-radius .3s;
}
.fbt a:after, .feature-sect__more a:after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -2;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	margin: 2px;
	border-radius: 0;
	background: #fff;
	transition: border-radius .3s;
}
.fbt-txt p{
	text-align: center;
	margin-left: 20px;
}
.fbt-txt .m-ico + p{
	margin-left: 10px;
}
.fbt-txt p span{
	font-size: 1.2rem;
}

.fbt-txt, .feature-sect__more span{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fbt .m-ico{
	margin-top: 1px;
	line-height: 1;
}
.fbt .m-ico.-arrow{
    font-size: 2.0rem;
	line-height: 1;
}
.fbt .m-ico.-icon{
    font-size: 2.0rem;
}
.fbt .m-ico.-icon-plus{
	margin: 0 -2px;
	font-size: 1.5rem;
}

@media screen and (min-width: 760px){
	.fbtwrap{
		display: flex;
		justify-content: center;
	}
	.fbtwrap .fbt{
		width: 100%;
		max-width: 500px;
	}
		
	.fbt, .feature-sect__more{
		margin-top: 60px;
	}
	.fbt + .fbt{
		margin: 60px 0 0 30px;
	}
	.fbt a, .feature-sect__more a{
		min-height: 60px;
		padding: 5px 15px;
	    font-size: 1.8rem;
		border-radius: 0;
	}
	.fbt a:after, .feature-sect__more a:after {
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		margin: 3px;
		border-radius: 0;
	}
	.fbt a:hover, .feature-sect__more a:hover {
		opacity: .6;
		border-radius: 35px;
	}
	.fbt a:hover:after, .feature-sect__more a:hover:after {
		border-radius: 35px;
	}
	.fbt-txt p, .fbt-txt .m-ico + p{
		margin-left: 20px;
	}
	.fbt-txt p span{
		font-size: 1.3rem;
	}
	
	
	.fbt .m-ico.-arrow{
		font-size: 2.5rem;
		line-height: 1;
	}
	.fbt .m-ico.-icon{
		font-size: 2.5rem;
	}
	.fbt .m-ico.-icon-plus{
		margin: 0;
		font-size: 1.5rem;
	}	
}

.feature-sect__more span:before{
    font-family: 'Material Icons Round' !important;
    content: "\e0c8";
	margin-right: 10px;
	font-size: 2.5rem;
	font-weight: normal;
}
.feature-sect__more span:after{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
    font-family: 'Material Icons Round' !important;
    content: "\e5cc";
	font-size: 2.5rem;
	font-weight: normal;
}


/*  キービジュアル
============================================================================= */
.mv, .mv .mv-inner{
	min-height: 200px;
}
.mv{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}
.mv-ttl{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	min-width: 250px;
	height: 103.5px;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
}
.mv-ttl:before, .mv-ttl:after{
	position: absolute;
	top: 0;
	content: "";
	display: inline-block;
	height: 100%;
}

.mv-ttl:before{
	right: 0;
	width: 16px;
	background: url("/kokunai/jr/route/_images/mv_bg02.png") right center / auto 100% no-repeat;
}
.mv-ttl:after{
	left: 0;
	width: calc(100% - 16px);
	background: url("/kokunai/jr/route/_images/mv_bg01.png") left center / auto 100% no-repeat;
}
.mv-ttl_txt{
	z-index: 1;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .2em;
}
.mv-ttl_txt:before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -55%);
	content: "";
	display: inline-block;
	width: 80px;
	height: 45px;
	background: url("/kokunai/jr/route/_images/mv_train.png") center / 100% auto no-repeat;
}
.mv-ttl_top{
	font-size: 1.8rem;
}
.mv-ttl_top em{
	margin-right: 3px;
	font-size: 2.0rem;
	font-weight: bold;
	
	color: rgba(0, 0, 0, 0);
	text-shadow: 2px 2px 0 #fff601;
	-webkit-text-stroke: 1px #888;
	text-stroke: 1px #888;
	padding: 0 0 10px;	
}
.mv-ttl_bot{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.0rem;
	font-weight: bold;
}
.mv-ttl_bot em{
	color: #09ab9a;
	font-size: 3.0rem;
	font-weight: bold;
	padding-left: .2em;
	letter-spacing: .2em;
}
.mv-ttl_bot .m-ico{
	font-weight: bold;
}
.mv-bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 40%;
	vertical-align: bottom;
}
.mv-bg_caption{
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0 5px;
	color: #fff;
	line-height: 1.3;
	font-size: 1.2rem;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333,
		-1px 1px 0 #333, 1px -1px 0 #333,
		0px 1px 0 #333,  0-1px 0 #333,
		-1px 0 0 #333, 1px 0 0 #333;
}


@media screen and (min-width: 960px) {
	.mv, .mv .mv-inner{
		min-height: 350px;
	}
	.mv{
		margin-top: 30px;
	}
	.mv-ttl{
		padding: 10px 50px;
		height: 207px;
		min-width: 440px;
	}
	.mv-ttl:before{
		width: 34px;
	}
	.mv-ttl:after{
		width: calc(100% - 34px);
	}
	.mv-ttl_txt{
		font-size: 2.0rem;
	}
	.mv-ttl_txt:before{
		width: 160px;
		height: 97px;
	}
	.mv-ttl_top{
		font-size: 2.5rem;
	}
	.mv-ttl_top em{
		margin-right: 10px;
		font-size: 4.0rem;
	}
	.mv-ttl_bot em{
		font-size: 6.0rem;
	}
}

/*  ページ内アンカー
============================================================================= */
.pagenav{
	position: sticky;
	left: 0;
	top: 0;
	z-index: 10;
	overflow: hidden;
	background: repeating-linear-gradient(-45deg, rgba(52, 152, 219, 95%), rgba(52, 152, 219, 95%) 2px, rgba(52, 152, 219, 100%) 2px, rgba(52, 152, 219, 100%) 4px);
}

@media screen and (max-width: 959px) {
	.pagenav .inner{
		margin: 0;
	}
}
.pagenav-list{
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
.pagenav-list_item{
	width: 100%;
}
.pagenav-list_item a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	min-height: 60px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	transition: background-color 0.2s ease;
}
@media screen and (max-width: 959px) {
	.pagenav-list_item a{
		font-size: 1.3rem;
	}
}

.pagenav-list_item a:before,
.pagenav-list_item:last-child a:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: 60%;
	border-left: solid 1px #fff;
}
@media screen and (max-width: 959px) {
	.pagenav-list_item:first-child a:before,
	.pagenav-list_item:last-child a:after{
		display: none;
	}
}
.pagenav-list_item a:before{
	left: -1px;
}
.pagenav-list_item:last-child a:after{
	right: -1px;
}
.pagenav-list_box{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.pagenav-list_item .m-ico{
	line-height: 1;
}

.fixed .pagenav{
	max-width: 100%;
}

@media screen and (min-width: 960px) {
	.pagenav-list{
		flex-wrap: nowrap;
	}
	.pagenav-list_item{
		width: 100%;
	}
	.pagenav-list_item a{
		min-height: 80px;
		transition: background-color 0.2s ease, min-height 0.5s ease;
	}
	.pagenav-list_item a:hover{
		opacity: 1;
		background-color: rgba(255, 255, 255, 0.3);
	}
	.fixed .pagenav-list_item a{
		min-height: 70px;
	    padding-top: 5px;
	}
	.pagenav-list_item span{
		display: inline;
	}
	.fixed .pagenav{
		max-width: 100%;
	}
}

/*  おすすめポイント
============================================================================= */
.point-cassette{
	margin-top: 20px;
}
.point-cassette_item{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-top: 10px;
	padding: 20px 10px;
	border-radius: 10px;
	background: #f5fcff;
}
.point-cassette_ttl{
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.point-cassette_txt{
	flex: 1;
	margin-left: 15px;
}
.point-cassette_txt a {
    color: #3498DB!important;
}
.point-cassette_kome{
	display: inline-flex;
	font-size: 1.2rem;
}
.point-cassette_kome:before{
	content: "\203B";
	margin-right: 3px;
}
.point-cassette_img{
	width: 30%;
}

@media screen and (min-width: 960px) {
	.point-cassette{
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0 -20px;
	}
	.point-cassette_item{
		flex-direction: column;
		margin: 20px 0 0 20px;
		padding: 20px;
		width: calc(100% / 4 - 20px);
	}
	.point-cassette_item:not(:first-child):before{
		left: -25px;
		top: 0;
		width: 1px;
		height: 100%;
		border: none;
		border-left: dashed 1px #ccc;
	}
	.point-cassette_ttl{
		margin-top: 10px;
	}
	.point-cassette_txt{
		margin-left: 0;
		width: 100%;
		font-size: 1.4rem;
	}
	.point-cassette_img{
		order: -1;
		width: 100%;
	}
}

/*  ツアーだからこの価格
============================================================================= */
.setplan{
	background: repeating-linear-gradient(-45deg, rgba(245, 252, 255, 20%), rgba(245, 252, 255, 20%) 4px, rgba(245, 252, 255, 100%) 2px, rgba(245, 252, 255, 100%) 8px);
}

.setplan .ttl span{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-weight: bold;
}
.setplan .ttl span:before,
.setplan .ttl span:after{
	position: absolute;
	top: 0;
	content: "";
	display: inline-block;
	width: 5px;
	height: 130%;
	border-radius: 3px;
	background: #3498DB;
}
.setplan .ttl span:before{
	left: 0;
	transform:rotate(-30deg);
}
.setplan .ttl span:after{
	right: 0;
	transform:rotate(30deg);
}
.setplan-sect{
	margin-top: 10px;
}
.setplan-sect.-sub{
	margin-top: 20px;
}
.setplan-sect.-sub .ttl-sub{
	position: relative;
	font-size: 1.8rem;
}
.setplan-reference{
	margin-top: 10px;
	padding: 15px 0;
	border: solid 1px #ccc;
	border-radius: 10px;
	background: #fff;
}
.setplan-reference_box{
	padding: 0 10px;
	width: 100%;
}
.setplan-reference_box:not(:first-child){
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
}
.setplan-reference_ttl{
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: dashed 2px #ccc;
}
.setplan-reference_ttl span{
	display: inline-block;
	padding: 0 10px;
	background: linear-gradient(transparent 60%, #ff6 60%);
}
.setplan-reference_price{
	margin-top: 15px;
	text-align: center;
	color: #3498DB;
	font-size: 1.8rem;
	font-weight: bold;
}
.setplan-reference_price-num{
	font-size: 3.0rem;
}

.setplan-reference_conditions{
	margin-top: 10px;
	text-align: center;
	font-size: 1.3rem;
}
.setplan-reference_box .fbt{
	margin-top: 20px;
}
.setplan-sect.-sub .ttl-sub span{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
}
.train-ex{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #ccc;
	background: #fff;
}
.train-ex_area{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #f5f5f5;
}
.train-ex_arealist{
	position: relative;
	display: flex;
	justify-content: center;
}
.train-ex_arealist:before, .train-ex_arealist:after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 100%;
}
.train-ex_arealist:before{
	height: 5px;
	background: #777;
}
.train-ex_arealist:after{
	height: 3px;
	background: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 9px);
	background-size:
		9px 3px;
	background-position:
		left top;
	background-repeat:
		repeat-x;
}
.train-ex_arealist_item{
	font-size: 1.8rem;
}
.train-ex_arealist_item:not(:first-child){
	margin-left: 50px;
}
.train-ex_arealist_item span{
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #f5f5f5;
}
.train-ex_price{
	margin: 10px 10px 0;
	text-align: center;
}
.train-ex_pricetxt{
	font-size: 2.2rem;
}
.train-ex_pricetxt sub{
	margin-left: 5px;
	font-size: 1.3rem;
	vertical-align: text-bottom;
}
.train-ex_pricecondition{
	font-size: 1.3rem;
}
.train-ex_grade{
	margin: 10px 10px 0;
	text-align: center;
}
.setplan_kome{
	display: flex;
	justify-content: flex-end;
	margin-top: 7px;
	font-size: 1.2rem;
}
.setplan_kome:before{
	content: "\203B";
	margin-right: .2em;
	width: 1em;
}
.setplan-station{
	margin-top: 10px;
}
.setplan-station_dl{
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #ccc;
	background: #fff;
}
.setplan-station_dl + .setplan-station_dl{
	margin-top: 5px;
}

.setplan-station_dl dt{
	padding: 10px 20px;
	width: 30%;
	text-align: center;
	font-size: 1.8rem;
	background: #f5f5f5;
}
.setplan-station_dl dd{
	display: flex;
	align-items: center;
	padding: 10px 20px;
	width: 70%;
}
.setplan-station_dl dd span{
	margin-left: 10px;
}

@media screen and (max-width: 374px) {
	.setplan .ttl{
		margin: 0 10px;
	}
}


@media screen and (min-width: 960px) {
	.setplan .ttl span{
		padding: 0 30px;
	}
	.setplan-sect{
		margin-top: 50px;
	}
	.setplan-sect.-sub{
		margin-top: 50px;
	}
	.setplan-reference{
		display: flex;
		margin-top: 20px;
		padding: 20px 0;
		border-radius: 20px;
	}
	.setplan-reference_box{
		padding: 10px 30px;
	}
	.setplan-reference_box:not(:first-child){
		margin: 0;
		padding: 10px 30px;
		border-top: none;
		border-left: solid 1px #ccc;
	}
	.setplan-reference_ttl{
		font-size: 2.0rem;
	}
	.setplan-reference_conditions{
		font-size: 1.4rem;
	}
	.setplan-reference_box .fbt{
		margin-top: 30px;
	}
	.setplan-reference_box .fbt a{
		max-width: 550px;
	}
	
	.setplan-sub{
		display: flex;
		justify-content: space-between;
	}
	.setplan-sub .setplan-sect:first-child{
		width: calc(55% - 20px);
	}
	.setplan-sub .setplan-sect:nth-child(2){
		width: calc(45% - 20px);
	}
	.setplan-sect.-sub .ttl-sub span{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		text-align: center;
	}
	.train-ex{
		display: flex;
		flex-wrap: wrap;
		margin-top: 25px;
		padding: 0;
	}
	.train-ex_area{
		width: 100%;
	}
	.train-ex_arealist_item{
		font-size: 1.8rem;
	}
	.train-ex_price{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0;
		padding: 10px;
		width: 60%;
		border-right: dashed 1px #ccc;
	}
	.train-ex_pricetxt{
		font-size: 2.5rem;
	}
	.train-ex_pricecondition{
		font-size: 1.4rem;
	}
	.train-ex_grade{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 10px;
		width: 40%;
	}
	.setplan_kome{
		font-size: 1.3rem;
	}
	
	.setplan-station{
		margin-top: 25px;
	}
}

/*  キーワード
============================================================================= */
.keyword-list{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -5px;
}
.keyword-list_item{
	margin: 10px 0 0 5px;
}
.keyword-list_item a{
	display: flex;
	align-items: center;
	padding: 5px 10px;
	min-height: 40px;
	color: #323743;
	border-radius: 50vw;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
	transition: opacity 0.2s ease;
}
.keyword-list_item .m-ico{
	flex: 1;
	margin: 2px 3px 0 0;
	color: #3498DB;
}
@media screen and (min-width: 960px) {
	.keyword-list{
		margin: 30px 0 0 -15px;
	}
	.keyword-list_item{
		margin: 20px 0 0 15px;
	}
	.keyword-list_item a{
		padding: 5px 15px;
		min-height: 50px;
	}
	.keyword-list_item a:hover{
		opacity: .6;
	}
}

/*  ツアーカセット
============================================================================= */
.tour-conditions{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	font-size: 1.2rem;
}
.tour-conditions:before{
	content: "\203B";
	margin-right: .2em;
	width: 1em;
}
.tour-cassette_item{
	margin-top: 10px;
}
.tour-cassette_item a{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	height: 100%;
	color: #323743;
	border-radius: 4px;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
	background: #fff;
	transition: opacity 0.2s ease;
	overflow: hidden;
}
.tour-cassette_photo{
	position: relative;
	order: -1;
	width: 35%;
}
.tour-cassette_photo-caption{
	margin-top: 3px;
    font-size: 1.2rem;
	line-height: 1.3;
}
.tour-cassette_body{
	margin-left: 15px;
	width: calc(65% - 15px);
}
.tour-cassette_name{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.tour-cassette_price{
	margin-top: 20px;
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.3;
}
.tour-cassette_price-box{
	color: #3498DB;
	font-weight: bold;
	font-size: 1.6rem;
}
.tour-cassette_price-num{
	font-size: 2.2rem;
}

@media screen and (min-width: 960px) {
	.tour-conditions{
		margin-top: 30px;
		font-size: 1.3rem;
	}
	.tour-cassette{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -20px;
	}
	.tour-cassette_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.tour-cassette_item a{
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0 0 15px;
	}
	.tour-cassette_item a:hover{
		opacity: .6;
	}
	.tour-cassette_photo{
		position: relative;
		order: -1;
		width: 100%;
	}
	.tour-cassette_photo-caption{
		position: absolute;
		right: 0;
		bottom: 2px;
		margin: 0;
		padding: 0 5px;
		color: #fff;
		text-shadow: 0px 0px 3px #000;
	}
	.tour-cassette_body{
		display: flex;
		flex-direction: column;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.tour-cassette_name{
		flex: 1;
		margin: 10px 20px 0;
	}
	.tour-cassette_price{
		margin: 10px 20px 0;
		font-size: 1.4rem;
	}
}


/*  人気スポット3選
============================================================================= */
.sightseeing .page-title-h2__wrap{
	display: none;
}
.sightseeing .sect{
	margin: 0;
	padding: 0;
}
.sightseeing .area-spotlist-place {
	margin-top: 20px;
}
.sightseeing .area-spotlist-place > li {
	margin-top: 10px;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
	background: #fff;
	overflow: hidden;
}
.sightseeing .area-spotlist-place figure {
	position: relative;
}
.sightseeing .area-spotlist-place figcaption {
	margin-top: 3px;
	font-size: 1.2rem;
}
.sightseeing .credit {
	display: flex;
	justify-content: flex-start;
	margin: 15px 0 0;
	color: #323743;
	font-size: 1.2rem;
}
.sightseeing .note {
	display: flex;
	justify-content: flex-start;
	margin: 3px 0 0;
	color: #323743;
	font-size: 1.2rem;
}
.sightseeing .area-spotlist-inner-place-spot dt {
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 3px solid #eee;
	margin-bottom: 10px;
}
.sightseeing .area-spotlist-inner-place-spot dd {
	margin-top: 10px;
}
.sightseeing .area-spotlist-inner-btn {
	margin-top: 15px;
}
.sightseeing .area-spotlist-inner-btn li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0 10px 5px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border: dotted 1px #333;
}
.sightseeing .area-spotlist-inner-place-spot figure {
	margin-bottom: 10px;
}
.sightseeing .fbt{
	margin-top: 10px;
}

@media screen and (max-width: 959px) {
	.sightseeing .area-spotlist-inner-place-spot figure{
		float: left;
		width: 35%;
	}
	.sightseeing .area-spotlist-inner-place-spot dt,
	.sightseeing .area-spotlist-inner-place-spot dd{
		margin-left: calc(35% + 15px);
	}
}


@media screen and (min-width: 960px) {
	.sightseeing .area-spotlist-place {
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0 -20px;
	}
	.sightseeing .area-spotlist-place > li {
		width: calc(100% / 3 - 20px);
		margin: 20px 0 0 20px;
		padding: 0;
	}
	.sightseeing .area-spotlist-place figcaption {
		position: absolute;
		right: 0;
		bottom: 2px;
		margin: 0;
		padding: 0 5px;
		color: #fff;
		text-shadow: 0px 0px 3px #000;
	}
	.sightseeing .credit {
		margin: 15px 21px 0;
	}
	.sightseeing .note {
		margin: 3px 21px 0;
	}
	.sightseeing .area-spotlist-inner-place-spot dt {
		margin: 10px 20px 0;
	}
	.sightseeing .area-spotlist-inner-place-spot dd {
		margin: 10px 20px 0;
	}
	.sightseeing .area-spotlist-inner-btn {
		padding: 15px 0 15px;
	}
	.sightseeing .area-spotlist-inner-btn ul {
		margin: 0 10px;
	}
	.sightseeing .area-spotlist-inner-btn li {
		margin-bottom: 6px;
		font-size: 1.4rem;
	}
	.sightseeing .fbt{
		margin-top: 30px;
	}
}


/*  特集
============================================================================= */
.feature-cassette{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0 -10px;
}
.feature-cassette_item{
	display: none;
	position: relative;
	margin: 10px 0 0 10px;
	width: calc(100% / 2 - 10px);
    background: #fff;
}
.feature-cassette_item > a{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
	color: #323743;
	transition: all 0.2s ease;
}
.feature-cassette_photo{
	order: -1;
}
.cpncoupon_ttl{
	margin-top: 10px;
	line-height: 1.3;
}
.feature-cassette_ttl{
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.4;
}
.feature-cassette_txt{
	margin-top: 5px;
	line-height: 1.5;
}
.feature-cassette_ttl + .feature-cassette_txt{
	font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
	.feature-cassette{
		margin: 30px 0 0 -20px;
	}
	.feature-cassette:after{
		content: "";
		width:23%;
	}
	.feature-cassette:before{
		content: "";
		width:23%;
		order: 1;
	}	
	.feature-cassette_item{
		display: none;
		margin: 20px 0 0 20px;
		width: calc(100% / 4 - 20px);
		max-width: 260px;
		background: #fff;
	}
	.feature-cassette_item > a:hover{
		opacity: .6;
	}
}



/*  FAQ
============================================================================= */
.sect.faq{
}
.faq-wrap{
	margin-top: 20px;
	border-bottom: solid 1px #ccc;
}
.faq_ttl{
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .5s ease;
	padding: 15px 5px;
}
.faq-sect__dl dt{
	display: flex;
	padding: 15px 35px 15px 5px;
	transition: all .5s ease;
}
.faq-wrap > div{
	border-top: solid 1px #ccc;
}
.faq-sect__dl dt:not(:first-of-type){
	border-top: dashed 1px #ccc;
}
.faq_ttl span{
	display: flex;
}
.faq_ttl span:before, .faq-sect__dl dt:before{
	margin: -4px 10px 0 0;
	color: #003B82;
	content: "Q.";
	font-size: 2.6rem;
	line-height: 1;
}
.faq_ttl .m-ico{
	margin: 0 0 0 5px;
	font-size: 2.6rem;
	transition: all .5s ease;
}
.faq_ttl .m-ico:before{
	line-height: 1;
	transition: all .5s ease;
}


.faq_ttl.is-active .m-ico:before{
	transform: rotateZ(180deg);
}
.faq_txt{
	display: none;
}
.faq_txt-box{
	display: flex;
}
.faq_txt-box, .faq-sect__dl dd{
	padding: 5px 5px 15px 5px;
	vertical-align: top;
}
.faq_txt-box:before, .faq-sect__dl dd:before{
	margin: -4px 10px 0 0;
	content: "A.";
	color: #003B82;
	font-size: 2.6rem;
	line-height: 1;
}
.faq-sect__dl dd{
	display: flex!important;
	position: relative;
}


.faq_txt a, .faq-sect__dl dd a{
	text-decoration: underline;
	transition: all .5s ease;
}

@media screen and (min-width: 960px) {
	.faq-wrap{
		margin-top: 50px;
	}
	.faq_ttl, .faq-sect__dl dt{
		padding: 20px 30px;
	}
	.faq-sect__dl dt:after{
	    right: 30px;
	}
	.faq_ttl span:before, .faq-sect__dl dt:before{
		margin-right: 30px;
	}
	.faq_ttl:hover{
		opacity: .6;
	}
	.faq_txt-box, .faq-sect__dl dd{
		padding: 0 30px 20px 30px;
	}
	.faq_txt-box:before, .faq-sect__dl dd:before{
		margin-right: 30px;
	}
	.faq_txt-box a:hover, .faq-sect__dl dd a:hover{
		opacity: .6;
	}
}


.faq .page-title-h2{
	display: none;
}
.faq-sect{
	margin-top: 50px;
	padding: 0;
}
.faq-sect__dl{
	display: none;
	margin-top: 0;
	padding: 0 5px;
	border-bottom: solid 1px #ccc;
}
.faq .page-title-h3{
	font-size: 2.0rem;
	font-weight: bold;
}
.faq-sect__box{
	margin-top: 0;
}
.faq-sect__box .page-title-h3{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 15px 5px;
    border-left: none;
	border-top: solid 1px #ccc;
	transition: opacity .2s;
}
.faq-sect__box .page-title-h3:after{
    display: inline-block;
    content: "\e5cf";
    font-family: 'Material Icons Round';
    font-size: 2.5rem;
    text-decoration: none;
    speak: none;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;	
	transition: all .5s ease;
}
.faq-sect__box .page-title-h3.is-open:after{
	transform: rotate(180deg);
}
.js-accordion-title:after{
	display: none;
}

@media screen and (min-width: 760px){
	.faq-sect__box .page-title-h3{
		padding: 15px 30px;
	}
	.faq-sect__box .page-title-h3:hover{
		opacity: .6;
	}

}

/*  検索
-----------------------------------------------------------*/
.searchwrap{
}
.sect.search{
	overflow: hidden;
	background: #f5f5f5;
}
.search .kkrs-top-mv{
	margin-top: 20px;
}

/* エラー */
.kkrs-error-message{
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 1.1px;
    color: #cc0d21;
}
.MuiDialog-root button{
	border: none;
	background: none;
}

/*  追尾ボタン
-----------------------------------------------------------*/
.search-higaeri{
	margin: 0 10px;
}
.search-higaeri .fbt{
	margin-top: 0;
}
.btn-fixed{
	bottom: 60px;
	right: 0;
	position: fixed;
	z-index: 10;
	cursor: pointer;
	display: none;
}
.btn-fixed img{
	width: 30px;
	height: auto;
}
.btn-fixed a{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 90px;
	padding: 5px;
	position: relative;
	text-align: center;
	color: #1c8274;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
	border-radius: 5px 0 0 5px;
	border-top: solid 5px #1c8274;
	background: #f4fbfa;
	background-color: rgba(218, 253, 248, 0.8);
}
.btn-fixed em{
	margin-top: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn-fixed a:hover {
	opacity: .8;
}
.btn-pagetop{
	z-index: 10;
}

@media screen and (min-width: 960px) {
	.btn-fixed{
		bottom: 100px;
		right: 0;
		position: fixed;
		z-index: 10;
		cursor: pointer;
		display: none;
	}
	.btn-fixed a {
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 130px;
		padding: 10px;
		position: relative;
		text-align: center;
		color: #1c8274;
		font-size: 1.3rem;
		line-height: 1.3;
		box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
		border-radius: 5px 0 0 5px;
		border-top: solid 5px #1c8274;
		background: #f4fbfa;
	}
	.btn-fixed em{
		margin-top: 5px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.btn-fixed a:hover {
		opacity: .8;
	}
	.btn-pagetop{
		z-index: 10;
	}
}


/*  その他の出発駅・到着駅から探す
-----------------------------------------------------------*/
.other-wrap{
	margin-top: 20px;
	background: #fff;
}
.other-tabheadlist{
	display: flex;
}
.other-tabheadlist li{
	cursor: pointer;
	position: relative;
	padding: 0 5px 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	transition: all 0.2s ease;
}
.other-tabheadlist li:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.other-tabheadlist li.is-active:after{
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	display: inline-block;
	width: 100%;
	height: 3px;
	border-radius: 50vw;
	background: #333;
}

.other-tabbody{
	display: none;
	padding: 30px 0 0;
}
.other-tabbodylist{
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0;
}
.other-tabbodylist_item{
	margin-top: 20px
}
.other-tabbodylist_item{
	margin-left: -1px;
	padding: 0 1.5em;
	line-height: 1.2;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
@media screen and (max-width: 959px) {
	.other-tabheadlist li{
		position: relative;
	}
	.other-tabheadlist li span{
		position: absolute;
		left: 0;
		bottom: 100%;
		font-size: 1.2rem;
		text-align: center;
		width: 100%;
		font-weight: normal;
	}
}

@media screen and (min-width: 960px) {
	.other-wrap{
		margin-top: 50px;
		padding: 0 30px;
	}
	.other-tabheadlist li{
		padding: 10px;
	}
	.other-tabheadlist li:hover{
		opacity: .6;
	}
	.other-tabbody{
		padding: 50px 30px;
	}
}
