@charset "utf-8";

body{
	background: #f5f5f5;
}

/* 地図
---------------------------------------------------- */
.domtour-top-mv-nav-map{
    display: none;
}
.dom-area-mv__in{
	padding: 60px 0 25px!important;
}

/* mv - メインビジュアル */
.domtour-area-mv {
  background: url(/kokunai/area/kyoto/_images/bg-mv-01.jpg) no-repeat center top;
  background-size: 1920px auto;
}
.dom-area-mv{
}

/*  grid
============================================================================= */
.ly_grid{ -ms-flex-wrap:wrap; display:-webkit-box; display:-ms-flexbox; display:flex; flex-wrap:wrap; margin-left:-16px;}
.ly_grid .ly_grid__item{ -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 24px; margin-left:16px;}
.ly_grid.-recommend .ly_grid__item{ width: calc(33.33333% - 16px);}
/*  recommend
============================================================================= */
.plan__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
}
.plan__item a{
    color: #323743;
    transition: 0.4s ease;
    opacity: 1;
    min-height: 0%;
}
.plan__item a:hover{
    color: #323743;
    opacity: .6;
    text-decoration: none;
}
.plan__item-images{
    width: 100%;
}
.plan__item-images img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.plan__item-destination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.3;
    flex-direction: row;
    width: calc(100% - 30px);
    margin: 15px 15px 0;
}
.plan__item-detail-icon{
    order: 2;
}
.plan__item-detail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 12px 6px 32px;
    font-size: 1.4rem;
}
.plan__item-detail-icon li:before{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plan__item-detail-icon li.icon-air:before { content: "\e918";}
.plan__item-detail-icon li.icon-jr:before { content: "\e969";}
.plan__item-day{
    order: 1;
    font-weight: bold;
    font-size: 1.8rem;
    color: #3498DB;
}
.plan__item-detail{
    margin: 12px;
}
.plan__item-title{
    font-size: 1.8rem;
    font-weight: bold;
}
.plan__item-lead{
    margin-top: 8px;
    font-size: 1.4rem;
}
.plan__item-price{
    margin-top: 8px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #cc0d21;
}
.plan__item-price em{
    font-size: 2.6rem;
    font-weight: bold;
}
.plan__item-note{
    font-size: 1.2rem;
    text-align: center;
}
.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
} 

/* オリジナルCSS
---------------------------------------------------- */
/*.dom-area-mv__in{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
}*/


/* pagenav */
.pagenav ul{
/*	position: absolute;
	left: 50%;
	top: 500px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 970px;
	z-index: 10;
}
.pagenav li{
	width: calc((100% - 150px) / 4);
	border-radius: 50%;
	background: #fff;
}
.pagenav li a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 205px;
	padding-top: 20px;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	border: solid 5px #c8b462;
	background: #fdfaf3;
}
.pagenav li:not(:last-child) a{
	-ms-flex-line-pack: center;
	align-content: center;
}
.pagenav li:last-child a{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagenav li:not(:last-child) a br{
	display: none;
}
.pagenav li a em{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 3.0rem;
	font-weight: bold;
}
.pagenav li a:hover{
	opacity: 0.6;
	transition: all 0.4s ease;
}
.pagenav li:last-child em{
	font-size: 1.8rem;
	font-weight: bold;
}

.pagenav li a em:before,
.pagenav li a:after{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	font-family: 'jtb-dom' !important;
	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;
}
.pagenav li a em:before{
	font-size: 3.5rem;
	color: #c8b462;
	top: -45px;
}
	.pagenav li.ico-search em:before{ content: "\e94e"; }
	.pagenav li.ico-recommend em:before{ content: "\e910"; }
	.pagenav li.ico-how em:before{ content: "\e955"; }
	.pagenav li.ico-kw em:before{ content: "\e948"; }
	.pagenav li.ico-opt em:before{ content: "\e92e"; }

.pagenav li a:after{
	font-size: 2.5rem;
	color: #d9d1bb;
	bottom: 5px;
	content: "\e906";
}


/* common */
.in-wrapper{
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
	max-width: 1236px;
	min-width: 970px;
}
section[class$="-section"]{
	margin-top: 50px;
}
section [class$="-title"]{
	position: relative;
	text-align: center;
	line-height: 1.2;
}
section [class$="-title"]:not(.plan__item-title):before{
	position: absolute;
	left: 0;
	top: 60px;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
}
section [class$="-title"] h2{
	position: relative;
	display: inline-block;
	padding: 45px 20px 0;
	font-size: 3.2rem;
	font-weight: bold;
	background: #f5f5f5;
}
section [class$="-title"] h2:before{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 3.5rem;
	color: #c8b462;

	font-family: 'jtb-dom' !important;
	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;
}
	.search-title h2:before{ content: "\e94e"; }
	.hotel-title h2:before{ content: "\e934"; }
	.how-title h2:before{ content: "\e955"; }
	.kw-title h2:before{ content: "\e948"; }
	.opt-title h2:before{ content: "\e92e"; }
	.area-title h2:before{ content: "\e938"; }
	.faq-title h2:before{ content: "\e932"; }
	.recommend-title h2:before{ content: "\e910"; }

section [class$="-title"] span{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #333;
}
section [class$="-title"] span:before, section [class$="-title"] span:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
section [class$="-title"] span:before{
	top: 0;
	left: 0;
	border-width: 13px 0px 13px 6px;
	border-color: transparent transparent transparent #f5f5f5;
	border-style: solid;
}
section [class$="-title"] span:after {
	top: 0;
	right: 0;
	border-width: 13px 6px 13px 0px;
	border-color: transparent #f5f5f5 transparent transparent;
	border-style: solid;
}


/* 検索 */
.search-tab{
	margin-top: 30px;
}	
.tab-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	margin: 0 auto;
	width: 970px;
}
.tab-list li{
	width: 100%;
}
.tab-list li:not(:first-child){
	margin-left: 10px;
}
.tab-list li a{
	display: block;
	padding: 25px 15px;
	text-align: center;
	color: #333;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	background: #fff;
}
.tab-list li em{
	font-size: 2.4rem;
	font-weight: bold;
}
.tab-list li.current a{
	background: #e5e0b9;
}

.tab-box{
	margin-top: -1px;
	padding: 30px 0;
	background: #e5e0b9;
}

/* 人気の宿から選ぶ */
.hotel-cassette > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 30px;
	background: #fff;
}
.hotel-name{
	position: relative;
	padding-left: 55px;
	width: 100%;
	font-size: 2.5rem;
}
.hotel-name:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 43px;
	height: 33px;
}

.hotel-cassette > li:first-child .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank01.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(2) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank02.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(3) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank03.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(4) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank04.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(5) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank05.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(6) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank06.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(7) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank07.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(8) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank08.png) no-repeat 0 0; }
.hotel-cassette > li:nth-child(9) .hotel-name:before{ background: url(/kokunai/area/kyoto/_images/rank09.png) no-repeat 0 0; }



.hotel-cassette > li figure{
	margin-top: 10px;
	width: 280px;
}
.hotel-detail{
	margin: 10px 0 0 30px;
	width: calc(100% - 310px);
}
.hotel-txt{
	font-size: 1.4rem;
}
.hotel-search{
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 1px #ccc;
}
.hotel-search-inner > dt{
	font-size: 1.8rem;
	font-weight: bold;
}
.hotel-search-inner > dd{
	margin-top: 10px;
}
.hotel-search-inner form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hotel-search-box{
	padding: 10px 15px 25px;
	width: calc((100% - 30px) / 3);
	background: #f5f5f5;
}
.hotel-search-box dt{
	font-weight: bold;
}

.hotel-search-radio li{
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
.hotel-search-radio li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.hotel-search-radio li.selected{
	color: #cc0000;
	font-weight: bold;
}
.hotel-search-radio li.selected:after {
	position: absolute;
	top: 50%;
	left: 3px;
	content: "";
	display: block;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #cc0000;
}
.hotel-search-box .dom-top-search__people{
	width: 100%;
}
.hotel-search .dom__btn-submit-01{
	margin: 20px 0 0 auto;
	width: 260px;
}


.station-section h3{
	padding: 5px 10px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	background: #333;
}
.station-cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
}
.station-cassette li{
	margin: 20px 0 0 20px;
	width: calc((100% - 80px) /4);
}
.station-cassette li a{
	display: block;
	padding: 15px;
	color: #333;
	text-decoration: none;
	background: #fff;
}
.station-cassette li a:hover{
	text-decoration:none;
	transition: all 0.4s ease;
	background-color: #fff9d7;
}
.station-cassette li dt{
	padding-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-bottom: dotted 1px #ccc;
}
.station-cassette li dt span{
	position: relative;
	padding-left: 20px;
}
.station-cassette li dt span:before{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c8b462;
	
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	speak: none;
	content: "\e962";
	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;
}
.station-cassette li dd{
	margin-top: 10px;
}



/* 過ごし方から選ぶ */
.how-cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -20px;
}
.how-cassette li{
	margin: 20px 0 0 20px;
	width: calc((100% / 3 - 20px) - 0.01px);
}
.how-cassette li a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: #fff;
}
.how-cassette li a:hover{
	opacity:0.6;
	transition: all 0.4s ease;
}
.how-cassette li figure{
	position: relative;
}
.how-cassette li figcaption{
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 1.0rem;
	text-shadow: 
		black 1px 1px 2px, black -1px 1px 2px,
		black 1px -1px 2px, black -1px -1px 2px;
}
.how-cassette li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.how-cassette li p{
	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: 10px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #333;
}
.how-cassette li p .pc-none{
	display: none;
}

/* 現地観光プラン */
.opt-cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -20px;
}
.opt-cassette li{
	margin: 20px 0 0 20px;
	width: calc((100% / 3 - 20px) - 0.01px);
}
.opt-cassette li a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: #fff;
}
.opt-cassette li a:hover{
	opacity:0.6;
	transition: all 0.4s ease;
}
.opt-cassette li figure{
	position: relative;
}
.opt-cassette li figcaption{
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 1.0rem;
	text-shadow: 
		black 1px 1px 2px, black -1px 1px 2px,
		black 1px -1px 2px, black -1px -1px 2px;
}
.opt-cassette li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.opt-cassette li p{
	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: 10px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #333;
}
.opt-cassette li p .pc-none{
	display: none;
}

/* 人気のキーワード */
.kw-cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px;
    padding: 20px;
    background: #fff;
}

.kw-cassette a {
	display: inline-block;
	margin: 0 .1em .6em .6em;
	padding: .8em;
	line-height: 1;
	text-decoration: none;
	color: #323743;
	background-color: #fff;
	border: 1px solid #BCBDC2;
	border-radius: 2em;
}
.kw-cassette a:before {
	content: "#";
	color: #2490D8;
	margin-right: 0.2em;
}

/* ============= search内 ================= */
.ui-datepicker{
	z-index: 1000!important;
}
.dom-area-select-area{
    right: 30px;
    top: 24px;
	z-index: 1;
}

/* 人気エリアをご紹介 */
#city-detail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	background: #fff;
}
.city-detail-wrap:first-of-type{
	width: 650px;
}
.city-detail-map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(400 / 650 * 100%);
	background: url(/kokunai/area/kyoto/_images/citydetail_map.gif) no-repeat center 0;
	background-size: 100% auto;
}

.city-detail-map li{
	position: absolute;
	cursor: pointer;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	background: #0097a7;
}
.city-detail-map li.active{
	color: #333;
	border: solid 1px #d6bc33;
	background: #f8d927;
}
.city-detail-map li[data-city-map="0"]{ left: 16%; top: 25%; }
.city-detail-map li[data-city-map="1"]{ left: 16%; top: 7%; }
.city-detail-map li[data-city-map="2"]{ left: 25%; top: 30%; }
.city-detail-map li[data-city-map="3"]{ left: 32%; top: 70%; }
.city-detail-map li[data-city-map="4"]{ left: 13%; top: 39%; }
.city-detail-map li[data-city-map="5"]{ left: 25%; top: 55%; }

.city-detail-map li[data-city-map="6"]{ left: 94%; top: 52%; }
.city-detail-map li[data-city-map="7"]{ left: 87%; top: 50%; }
.city-detail-map li[data-city-map="8"]{ left: 89%; top: 33%; }
.city-detail-map li[data-city-map="9"]{ left: 83%; top: 75%; }
.city-detail-map li[data-city-map="10"]{ left: 79%; top: 59%; }

.city-detail-map li[data-city-map="11"]{ left: 43%; top: 53%; }
.city-detail-map li[data-city-map="12"]{ left: 41%; top: 60%; }

.city-detail-map li[data-city-map="13"]{ left: 87%; top: 24%; }
.city-detail-map li[data-city-map="14"]{ left: 79%; top: 36%; }
.city-detail-map li[data-city-map="15"]{ left: 83%; top: 46%; }
.city-detail-map li[data-city-map="16"]{ left: 59%; top: 42%; }
.city-detail-map li[data-city-map="17"]{ left: 65%; top: 30%; }
.city-detail-map li[data-city-map="18"]{ left: 70%; top: 28%; }
.city-detail-map li[data-city-map="19"]{ left: 64%; top: 82%; }
.city-detail-map li[data-city-map="20"]{ left: 70%; top: 46%; }
.city-detail-map li[data-city-map="21"]{ left: 92%; top: 88%; }

.city-detail-map li[data-city-map="22"]{ left: 42%; top: 86%; }
.city-detail-map li[data-city-map="23"]{ left: 47%; top: 92%; }



.city-detail-select-subarea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 10px;
	padding-bottom: 20px;
}
.city-detail-select-subarea li{
	position: relative;
	cursor: pointer;
	margin: 10px 0 0 10px;
	padding: 15px 20px 15px 10px;
	width: calc((100% - 40px) / 4);
	text-align: center;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #ccc;
}
.city-detail-select-subarea li.is-active{
	border: solid 1px #cc0000;
}
.city-detail-select-subarea li:hover{
	color: #cc0d21;
}
.city-detail-select-subarea li:after{
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	color: #333;
		
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e906";
	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;
}

.city-detail-select-mesh{
	display: none;
}
.city-detail-select-mesh{
	display: none;
	position: absolute;
	margin-top: 6px;
	padding: 10px;
	width: 250px;
	border: solid 1px #cc0000;
	background: #fff;
	z-index: 1;
}
.city-detail-select-mesh:before {
	top: -9px;
	border-color: transparent transparent #fff transparent;
	z-index: 2;
}
.city-detail-select-mesh:after {
	top: -10px;
	border-color: transparent transparent #cc0000 transparent;
	z-index: 1;
}
.city-detail-select-mesh:before, .city-detail-select-mesh:after {
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 10px;
	position: absolute;
	left: 25%;
	margin-left: -10px;
}
.city-detail-select-mesh li{
	position: relative;
	cursor: pointer;
	padding: 15px 15px 15px 40px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.city-detail-select-mesh li:not(:first-child){
	margin-top: 10px;
}

.city-detail-select-mesh li.thumbnail-current{
	border: solid 1px #d6bc33;
	background: #f8d927;
}
.city-detail-select-mesh li:hover{
	color: #cc0d21;
}
.city-detail-select-mesh li:before{
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display: block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50%;
	background: #0097a7;
}

.city-detail-select-mesh li[data-city-thumbnail="0"]:before{ content: "A"; }
.city-detail-select-mesh li[data-city-thumbnail="1"]:before{ content: "B"; }
.city-detail-select-mesh li[data-city-thumbnail="2"]:before{ content: "C"; }
.city-detail-select-mesh li[data-city-thumbnail="3"]:before{ content: "D"; }
.city-detail-select-mesh li[data-city-thumbnail="4"]:before{ content: "E"; }
.city-detail-select-mesh li[data-city-thumbnail="5"]:before{ content: "F"; }
.city-detail-select-mesh li[data-city-thumbnail="6"]:before{ content: "G"; }
.city-detail-select-mesh li[data-city-thumbnail="7"]:before{ content: "H"; }
.city-detail-select-mesh li[data-city-thumbnail="8"]:before{ content: "I"; }
.city-detail-select-mesh li[data-city-thumbnail="9"]:before{ content: "J"; }
.city-detail-select-mesh li[data-city-thumbnail="10"]:before{ content: "K"; }
.city-detail-select-mesh li[data-city-thumbnail="11"]:before{ content: "L"; }
.city-detail-select-mesh li[data-city-thumbnail="12"]:before{ content: "M"; }
.city-detail-select-mesh li[data-city-thumbnail="13"]:before{ content: "N"; }
.city-detail-select-mesh li[data-city-thumbnail="14"]:before{ content: "O"; }
.city-detail-select-mesh li[data-city-thumbnail="15"]:before{ content: "P"; }
.city-detail-select-mesh li[data-city-thumbnail="16"]:before{ content: "Q"; }
.city-detail-select-mesh li[data-city-thumbnail="17"]:before{ content: "R"; }
.city-detail-select-mesh li[data-city-thumbnail="18"]:before{ content: "S"; }
.city-detail-select-mesh li[data-city-thumbnail="19"]:before{ content: "T"; }
.city-detail-select-mesh li[data-city-thumbnail="20"]:before{ content: "U"; }
.city-detail-select-mesh li[data-city-thumbnail="21"]:before{ content: "V"; }
.city-detail-select-mesh li[data-city-thumbnail="22"]:before{ content: "W"; }
.city-detail-select-mesh li[data-city-thumbnail="23"]:before{ content: "X"; }


.city-detail-slide{
	padding: 30px 50px;
	width: calc(100% - 650px);
}
.city-detail-slide dt{
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.4;
}
.city-detail-slide dt span{
	display: block;
	font-size: 1.3rem;
}
.city-detail-slide dd{
	margin-top: 15px;
}
.city-detail-slide p{
	margin-top: 15px;
}
.city-detail-slide-item-bt{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -12px;
}
.city-detail-slide-item-bt li{
	margin: 12px 0 0 12px;
	width: calc(100% / 3 - 12px);
}
.city-detail-slide-item-bt a{
	position: relative;
	padding: 15px 20px 15px 10px;
	display: block;
	background-color: #195178;
	border: 1px solid #e3dfdf;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
/*	font-weight: bold; */
	text-align: center;
	letter-spacing: 0.1em;
}
.city-detail-slide-item-bt a:after{
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: 'jtb-dom' !important;
	font-size: 1.5rem;
	content: "\e905";
	color: #fff;
}

.city-detail-slide-item-bt a:hover{
	transition: all 0.4s ease;
	opacity: .6;
}

@media screen and (max-width: 1130px) {
	.city-detail-wrap:first-of-type{
		width: 550px;
	}
	.city-detail-slide{
		width: calc(100% - 550px);
	}
	.city-detail-map li{
		margin: -10px 0 0 -10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
}


/* FAQ */
#faq{
	margin-top: 20px;
}
#faq li{
	background: #fff;
}
#faq li:not(:first-child){
	margin-top: 5px;
}


#faq dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#faq dt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	width: 350px;
	background: #efede0;
}
#faq dd{
	padding: 15px 20px;
	width: calc(100% - 350px);
}

#faq dt, #faq dd{
	position: relative;
	display: block;
	padding-left: 55px;
}


#faq dt::before, #faq dd::before {
	position: absolute;
	left: 10px;
	top: 8px;
	
	font-size: 1.4em;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 2.0em;
	height: 2.0em;
	line-height: 2.0em;
	text-align: center;
}
#faq dt::before {
	content: 'Q';
	background: #0097a7;
}
#faq dd::before {
	content: 'A';
	background: #999;
}




/* ============= feature ================= */
#feature{
	z-index: 600;
}
#feature .continner{
	position: relative;
	padding-bottom: 30px;
	background: none;
}
#feature .continner:before{
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #72a4c1;
}
#feature h2{
	position: relative;
}
#feature h2:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	content: "";
	margin-left: -30px;
	width: 60px;
	height: 9px;
	background: url(/kokunai/area/kyoto/images2017/cont04_line.gif) repeat-x left bottom;
}
#feature .bnlist01 li a dt{
	font-size:18px!important;
}
#feature .bnlist01 li a dd{
	font-size: 14px!important;
}



#feature > h3,
#feature #staffrec > h3{
	padding:8px;
	color:#fff;
	font-size:22px;
	text-align:center;
	background:#555;
}
#feature .feature_cont{
	margin-top:20px;
}


#feature{
	padding-bottom:0;
}
#feature .continner{
	border-style: solid;
	border-width: 0px 1px 1px;
	border-color: #72a4c1;
}
    
#feature h2:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	content: "";
	margin-left: -30px;
	width: 60px;
	height: 9px;
	background: url(/kokunai/area/kyoto/_images/cont04_line.gif) repeat-x left bottom;
}
#feature .bnlist01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 20px;
}
#feature .bnlist01 li{
	margin:15px 0 0 15px;
	width: calc((100% - 30px) / 3);
}
#feature .bnlist01 li:nth-child(3n+1){
	margin-left: 0;
}
#feature .bnlist01 li a{
	position:relative;
	overflow:hidden;
	display:block;
	padding:0 0 10px;
	color:#333;
	text-decoration:none;
	border-radius:8px 8px 0 0;
	background:#f1f1f1;
}
#feature .bnlist01 li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: all 0.4s ease;
}
#feature .bnlist01 li a:after{
	position:absolute;
	right:5px;
	bottom:5px;
	content:"";
	display:block;
	width:19px;
	height:19px;
	background:url(/kokunai/promotion/season/gw/images2017/ico_link_spot.png) no-repeat 0 0;
}
#feature .bnlist01 li a figure{
	margin:0;
}
#feature .bnlist01 li a figure img{
	width:100%;
	height:auto;
	vertical-align:middle;
}
#feature .bnlist01 li a dt{
	padding:5px;
	font-size:22px;
	text-align:center;
	background:#f8f256;
}
#feature .bnlist01 li a dd{
	padding:10px 15px;
	font-size:18px;
}






/* スライダー
---------------------------------------------------- */
/* Slider */
.slick-loading .slick-list {
/*	background: #fff url('../images2019/ajax-loader.gif') center center no-repeat;*/
}
.slick-slide {
  position: relative;
}



/* Icons */
/*@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dots {
	position: absolute;
	left: 50%;
	top: inherit;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '●';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}



.main_slider li{
	overflow: hidden;
	position: relative;
	height: 800px;
}
.slick-slide.pickup01{ background: url(/kokunai/area/kyoto/_images/mainvis01.jpg) no-repeat center; background-size: cover; }
.slick-slide.pickup02{ background: url(/kokunai/area/kyoto/_images/mainvis02.jpg) no-repeat center; background-size: cover; }
.slick-slide.pickup03{ background: url(/kokunai/area/kyoto/_images/mainvis03.jpg) no-repeat center; background-size: cover; }
.slick-slide.pickup04{ background: url(/kokunai/area/kyoto/_images/mainvis04.jpg) no-repeat center; background-size: cover; }
.slick-slide.pickup05{ background: url(/kokunai/area/kyoto/_images/mainvis05.jpg) no-repeat center; background-size: cover; }
.slick-slide.pickup06{ background: url(/kokunai/area/kyoto/_images/mainvis06.jpg) no-repeat center; background-size: cover; }

.slick-slide {
  position: relative;
}
.slick-slide .caption {
	position: absolute;
	top: 150px;
	z-index: 2;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
}
.slick-slide .caption-inner{
	max-width: 1130px;
	min-width: 970px;
	margin: 0 auto;
	padding: 0 5px;
}
.slick-slide .caption-inner dl{
	padding: 25px;
	width: 660px;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}
.slick-slide .caption-inner dt{
	position: relative;
	padding-top: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.slick-slide .caption-inner dt:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 115px;
	height: 26px;
}
.slick-slide.pickup01 .caption-inner dt:before{ background: url(/kokunai/area/kyoto/_images/mainvis_pickup01.png) no-repeat 0 0; }
.slick-slide.pickup02 .caption-inner dt:before{ background: url(/kokunai/area/kyoto/_images/mainvis_pickup02.png) no-repeat 0 0; }
.slick-slide.pickup03 .caption-inner dt:before{ background: url(/kokunai/area/kyoto/_images/mainvis_pickup03.png) no-repeat 0 0; }
.slick-slide.pickup04 .caption-inner dt:before{ background: url(/kokunai/area/kyoto/_images/mainvis_pickup04.png) no-repeat 0 0; }
.slick-slide.pickup05 .caption-inner dt:before{ background: url(/kokunai/area/kyoto/_images/mainvis_pickup05.png) no-repeat 0 0; }
.slick-slide.pickup06 .caption-inner dt:before{ background: url(/kokunai/area/kyoto/_images/mainvis_pickup06.png) no-repeat 0 0; }

.slick-slide .caption-inner dd{
	margin-top: 15px;
	font-size: 1.5rem;
}
.slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}

.mainvis_caption{
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #fff;
	font-size: 1.0rem;
	text-shadow: 
		black 1px 1px 2px, black -1px 1px 2px,
		black 1px -1px 2px, black -1px -1px 2px;
}



/* Arrows */
.slick-prev, .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before{
    font-size: 2.5rem;

    color: #333;

	
	font-family: 'jtb-dom' !important;
	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;
}
.slick-prev{
    left: -35px;
	transform: rotate(-180deg);
}
[dir='rtl'] .slick-prev{
    right: -35px;
    left: auto;
}
.slick-prev:before{
    content: '\e905';
}
[dir='rtl'] .slick-prev:before{
    content: '\e905';
}
.slick-next{
    right: -33px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -33px;
}
.slick-next:before{
    content: '\e905';
}
[dir='rtl'] .slick-next:before{
    content: '\e905';
}

/*  page-title-h2
============================================================================= */
.sect.feature-sect { padding: 50px 0 0; }

.sect.feature-sect .page-title-h2__wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	margin: 0 auto;
	width: 100%;
	max-width: 1236px;
	min-width: 970px;
	line-height: 1.0;
}
.sect.feature-sect h2.page-title-h2{
	position: relative;
	display: inline-block;
	padding: 45px 20px 0;
	font-size: 3.2rem;
	font-weight: bold;
	background: #f5f5f5;
}
.sect.feature-sect h2.page-title-h2:before{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 3.5rem;
	color: #c8b462;

	font-family: 'jtb-dom' !important;
	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;
	content: "\e956";
}
.sect.feature-sect .page-title-h2__wrap::before,
.sect.feature-sect .page-title-h2__wrap::after {
	content: '';
	height: 1px;
	border-top: solid 1px #ccc;
	flex-grow: 1;
}
.sect.feature-sect .page-title-h2__wrap::before {
	margin-right: 2rem;
}
.sect.feature-sect .page-title-h2__wrap::after {
	margin-left: 2rem;
}
.sect.feature-sect .page-title-h2__wrap .page-title-h2{
	line-height: 1.0;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}
.sect.feature-sect .page-title-h2__en{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #333;
	
}
.sect.feature-sect .page-title-h2__en:before,
.sect.feature-sect .page-title-h2__en:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.sect.feature-sect .page-title-h2__en:before{
	top: 0;
	left: 0;
	border-width: 13px 0px 13px 6px;
	border-color: transparent transparent transparent #f5f5f5;
	border-style: solid;
}
.sect.feature-sect .page-title-h2__en:after {
	top: 0;
	right: 0;
	border-width: 13px 6px 13px 0px;
	border-color: transparent #f5f5f5 transparent transparent;
	border-style: solid;
}

/*  特集
============================================================================= */
.feature-sect__inner{
     position: relative;
     margin: 50px auto 0;
     padding: 0 5px;
     width: 100%;
     min-width: 970px;
     max-width: 1246px;
}
.feature-sect__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0 -30px;
}
.feature-sect__list > li{
	width: calc(100% / 4 - 30px);
	margin: 20px 0 0 30px;
}
.feature-sect__list a{
	position: relative;
	display: block;
	transition: 0.4s ease;
}
.feature-sect__list a:hover{
	opacity: .6;
}
.dom-featlist__image{
	text-align: center;
}
.feature-sect__more{
    margin-top: 30px;
    text-align: center;
}
.feature-sect__more a{
	color: #3498DB;
	transition: 0.4s ease;
}
.feature-sect__more a:hover{
	text-decoration: underline;
}
.dom-featlist__txt {
     font-size: 1.2rem;
     text-align: left;
     line-height: 1.5;
     text-align: center;
}
.dom-featlist{
	margin: 30px 0 5px -20px;
}

/*  page-title-h2
============================================================================= */
.sect .page-title-h2__wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	margin: 0 auto;
	width: 100%;
	max-width: 1236px;
	min-width: 970px;
	color: #0f2e5d;
	line-height: 1.0;
}
.sect .page-title-h2__wrap::before,
.sect .page-title-h2__wrap::after {
	content: '';
	height: 1px;
	border-top: solid 1px #0f2e5d;
	flex-grow: 1;
}
.sect .page-title-h2__wrap::before {
	margin-right: 2rem;
}
.sect .page-title-h2__wrap::after {
	margin-left: 2rem;
}
.page-title-h2__wrap .page-title-h2{
	line-height: 1.0;
}
.page-title-h2__en{
	display: inline-block;
	margin-top: 2px;
	padding: 3px 15px 2px;
	font-size: 1.1rem;
	font-weight: normal;
	border-radius: 10px;
	background: #eee;
}
.page-title-h2__small{
	display: inline-block;
	margin-top: 5px;
	font-size: 1.6rem;
}
.title-wrap{
	position: relative;
}
.title-small{
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.1rem;
	white-space: nowrap;
}

/*  コンテンツ
============================================================================= */
.sect{
	padding: 50px 0;
}


/* =============================================================================
    人気パンフレットのご紹介
============================================================================= */
.recpamph-sect__inner{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}
.recpamph-sect__cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 -3%;
}
.recpamph-sect__item{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 20px 0 0 3%;
	width: calc(100% / 2 - 3%);
}
.recpamph-sect__detail{
	width: 65%;
}
.recpamph-sect__detail h3{
	text-align: center;
	line-height: 1.3;
}
.recpamph-sect__detail h3 a{
	text-decoration: underline;
	font-size: 2.0rem;
	font-weight: bold;
}
.recpamph-sect__detail p{
	margin-top: 20px;
}
.recpamph-sect__detail-dl{
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: #f5f5f5;
}
.recpamph-sect__detail-dl dt{
	font-weight: bold;
	text-align: center;
}
.recpamph-sect__link{
	display: flex;
	justify-content: space-between;
	margin: 5px 0 0 -8px;
}
.recpamph-sect__link li{
	margin-left: 8px;
	width: 100%;
}
.recpamph-sect__link li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px 15px 15px 5px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 8px;
	transition: opacity .2s;
}
.recpamph-sect__link li a:hover{
	opacity: .6;
}
.recpamph-sect__link li a:after{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;

	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;
}
li.recpamph-sect__yado a{ background: #db5858; }
li.recpamph-sect__jr a{ background: #f59000; }
li.recpamph-sect__air a{ background: #60a8d6; }

.recpamph-sect__link li span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.recpamph-sect__link li span:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
	font-size: 1.5rem;
    
	font-family: 'kkrs-dp' !important;
	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;
}
li.recpamph-sect__yado span:before{ content: "\e960"; }
li.recpamph-sect__jr span:before{ content: "\e969"; }
li.recpamph-sect__air span:before{ content: "\e918"; }

.recpamph-sect__link li em{
	font-size: 1.3rem;
	font-weight: 700;
}
.recpamph-sect__img{
	width: 32%;
}
.recpamph-sect__img a{
	display: block;
	transition: opacity .2s;
}
.recpamph-sect__img a:hover{
	opacity: .6;
}
.recpamph-sect__img figure{
}
.recpamph-sect__img img{
	vertical-align: bottom;
}
.recpamph-sect__bookbt{
	margin-top: 2px;
	padding: 8px 5px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background: #1a5178;
}

.recpamph-sect__point{
	padding: 20px;
	width: 100%;
	border-radius: 20px;
	background: #f5f5f5;
}


.recpamph-sect__point-txt{
	position: relative;
	z-index: 1;
	margin: 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.recpamph-sect__point-list{
	margin-top: 10px;
}
.-point03 li:nth-child(3){
	width: 100%;
}
.recpamph-sect__point-list li{
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 55px;
	min-height: 60px;
	line-height: 1.3;
}
.recpamph-sect__point-list li:before{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: calc(100% - 50px);
	border-top: dotted 1px #ccc;
}

.recpamph-sect__point-num{
	position: absolute;
	left: 0;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #c92434;
}
.recpamph-sect__point-num span{
	display: inline-block;
	line-height: 1;
	font-size: 1.0rem;
}
.recpamph-sect__point-num em{
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}
.recpamph-sect__point-list li p{
	padding: 10px 0;
	width: 100%;
}
.recpamph-sect__point-list li p span{
	font-size: 1.1rem;
}
.recpamph-sect__point-list li p a{
	color: #3498DB;
	text-decoration: underline;
	transition: opacity .2s;
}
.recpamph-sect__point-list li p a:hover{
	text-decoration: none;
	opacity: .6;
}
.recpamph-sect__img img { max-width: 100%; }

/* =============================================================================
    「JTBならでは」の特典・おすすめ情報
============================================================================= */

.jtbonly-sect__inner{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}
.jtbonly-sect__cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 -3%;
}
.jtbonly-sect__item{
	margin: 20px 0 0 3%;
}
.-bn-cassette .jtbonly-sect__item{
	width: calc(100% / 2 - 3%);
}
.-img-cassette .jtbonly-sect__item{
	width: calc(100% / 3 - 3%);
}

.jtbonly-sect__item a{
	display: flex;
	position: relative;
	transition: opacity .2s;
	color: #323743;
	border-radius: 8px;
	border: solid 1px #ccc;
}
.-bn-cassette .jtbonly-sect__item a{
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 5px;
}
.-img-cassette .jtbonly-sect__item a{
	flex-direction: column-reverse;
	padding: 20px;
}
.jtbonly-sect__item a:hover{
	opacity: .6;
}

.-bn-cassette .jtbonly-sect__detail{
	padding: 15px calc(3% - 5px) 15px 0;
	width: 65%;
}
.-img-cassette .jtbonly-sect__detail{
	margin-top: 10px;
}
.jtbonly-sect__txt{
	margin-top: 10px;
}
.jtbonly-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;
}
.jtbonly-sect__detail span{
	font-size: 1.1rem;
}
.jtbonly-sect__img figure{
	position: relative;
}
.jtbonly-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;
}
.jtbonly-sect__img img{
	vertical-align: bottom;
}
.jtbonly-sect__bt{
	position: relative;
	margin-top: 15px;
	padding: 10px 30px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	border-radius: 50vw;
	background: #1a5178;
}
.jtbonly-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;
}
.recpamph-sect__kome{
	margin-top: 10px;
}
.recpamph-sect__kome li{
	position: relative;
	padding-left: 1.2em;
	font-size: 1.1rem;
}
.recpamph-sect__kome li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
	display: inline-block;
}
.-bn-cassette .jtbonly-sect__img{
	display: flex;
	align-items: center;
	width: 32%;
	padding: 20px;
	border-radius: 8px;
	background: #f5f5f5;
}
.jtbonly-sect__img img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.jtbonly-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;
}
.jtbonly-sect__btkome{
	margin: 10px auto 0;
	width: 650px;
}
.jtbonly-sect__btkome li{
	position: relative;
	padding-left: 1.2em;
	font-size: 1.1rem;
}
.jtbonly-sect__btkome li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
	display: inline-block;
}

/* =============================================================================
    その他
============================================================================= */
.dom-bgc{background: #ffffff; margin:50px 0; }
#recommend{position: relative;}
