@charset "utf-8";

/*  メインビジュアル
============================================================================= */
.mv-area { background: url("/kokunai/area/chugoku/_images/bg-mv-01.png") no-repeat ; background-size: cover; }

.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
} 

/*  地図
============================================================================= */
.map-sect__list{ background-image: url("/kokunai/area/chugoku/_images/map.png"), url("/kokunai/area/chugoku/_images/map.png"); }
.map-tottori{ background-image: url("/kokunai/area/chugoku/_images/map_tottori.png"), url("/kokunai/area/chugoku/_images/map.png"); }
.map-shimane{ background-image: url("/kokunai/area/chugoku/_images/map_shimane.png"), url("/kokunai/area/chugoku/_images/map.png"); }
.map-okayama{ background-image: url("/kokunai/area/chugoku/_images/map_okayama.png"), url("/kokunai/area/chugoku/_images/map.png"); }
.map-hiroshima{ background-image: url("/kokunai/area/chugoku/_images/map_hiroshima.png"), url("/kokunai/area/chugoku/_images/map.png"); }
.map-yamaguchi{ background-image: url("/kokunai/area/chugoku/_images/map_yamaguchi.png"), url("/kokunai/area/chugoku/_images/map.png"); }

.map-sect__tottori{ left: 73.06%; top: 20.66%; }
.map-sect__shimane{ left: 38.75%; top: 33.33%; }
.map-sect__okayama{ left: 77.43%; top: 73.61%; }
.map-sect__hiroshima{ left: 58.82%; top: 85.94%; }
.map-sect__yamaguchi{ left: 17.88%; top: 75.52%; }


/*  クーポン併用訴求欄
============================================================================= */
.popular-htl__inner,
.recommend__inner,
.recommend-sect__inner{
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	max-width: 1246px;
	min-width: 970px;
}
.popular-htl .page-title-h3 span:before{
	font-family: 'kkrs-dp' !important;
	content: "\e960";
}

.popular-htl > li{
	list-style-type:none;
}

.hotelRanking .page-title-h3 span:before{
	content: "\e926";
}
.osusumeRecommend-sale .page-title-h3 span:before{
	content: "\e94a";
}
.osusumeRecommend-htl .page-title-h3 span:before{
	font-family: 'kkrs-dp' !important;
}

.osusumeRecommend-htl__txt {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
}
.osusumeRecommend-rentacar .page-title-h3 span:before{
	content: "\e919";
}
.sectunder-bt{
	margin: 35px auto 0;
	width: 650px;
}
.sectunder-bt a{
	position: relative;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	padding: 5px 35px 5px 15px;
	height: 70px;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	border-radius: 8px;
	background: #03a3a9;
}
.sectunder-bt a:after{
	position: absolute;
	right: 10px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #fff;
		
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e905";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sectunder-bt a:hover{
	opacity: 0.6;
	transition: all 0.4s ease;
}

/*  感動12エリア
============================================================================= */

.kando12-sect__inner{
    position: relative;
    margin: 0px;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}

.kando12-sect__cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	justify-content: center;
	/*width: 100%;*/
	max-width: 1246px;
}
/*.kando12-sect__item{
	margin: 20px 0 0 3%;
}*/
/*.-bn-cassette .kando12-sect__item{
	width: calc(100% / 2 - 3%);
	
}*/
.-img-cassette .kando12-sect__item{
	width: calc(100% / 3 - 3%);
}

.kando12-sect__item a{
	position: relative;
	transition: opacity .2s;
	color: #323743;
	border-radius: 8px;
}
.-bn-cassette .kando12-sect__item a{
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 5px;
}
.-img-cassette .kando12-sect__item a{
	flex-direction: column-reverse;
	padding: 20px;
}
.kando12-sect__item a:hover{
	opacity: .6;
}

.-bn-cassette .kando12-sect__detail{
	padding: 15px calc(3% - 5px) 15px 0;
	width: 65%;
}
.-img-cassette .kando12-sect__detail{
	margin-top: 10px;
}
.kando12-sect__txt{
	margin-top: 10px;
}
.kando12-sect__detail h3{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.kando12-sect__detail span{
	font-size: 1.1rem;
}
.kando12-sect__img figure{
	position: relative;
}
.kando12-sect__img figcaption{
	position: absolute;
	right: 0;
	bottom: 2px;
	padding: 0 5px;
	color: #fff;
	line-height: 1.1;
	font-size: 1.0rem;
	font-feature-settings: "palt";
	text-align: right;
	text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
.kando12-sect__img img{
	vertical-align: bottom;
}
.kando12-sect__bt{
	position: relative;
	margin-top: 15px;
	padding: 10px 30px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	border-radius: 50vw;
	background: #1a5178;
}
.kando12-sect__bt:after{
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);

	font-family: 'kkrs-dp' !important;
	content: "\e902";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.kando12-sect__item p{
 text-align:center;
}
.-bn-cassette .kando12-sect__img{
	align-items: center;
	width: 100%;
	border-radius: 8px;
	text-align:center;
}
.kando12-sect__bookbt{
	margin-top: 5px;
	padding: 10px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	border-radius: 50vw;
	background: #1a5178;
}

/*  ツアーだからこの価格
============================================================================= */
.ttl{
    text-align: center;
    font-size: 2.0rem;
}
.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: 30px;
}
.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;
}
}
@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;
    }
}
/* 各ボタン */
.fbt, .feature-sect__more{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.fbt + .fbt{
    margin-top: 10px;
}
.fbt 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{
    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;
}
.m-ico:before {
    position: relative;
    top: 2px;
    font-family: 'Material Icons Round';
    content: attr(data-icon);
    font-size: 100%;
}
.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;
}


