@charset "utf-8";

/*  メインビジュアル
============================================================================= */

.select-departure {
  margin: 0 0 0 auto;
}

.mv-area {
  background: url(../_images/mv.jpg) no-repeat center top;
  background-size: cover;
  padding: 10px 0;
}

.mv-area__title {
  font-size: 12rem;
  color: #fff;
  font-family: serif;
  font-weight: 800;
  letter-spacing: 2rem;
  text-shadow: 0 0 0.2em rgb(0 0 0);
}

.mv-area__subtitle {
  font-size: 3.6rem;
  letter-spacing: 0.4rem;
  margin-top: -30px;
}

.mv-area__subtitle_2 {
  font-size: 2.6rem;
  letter-spacing: 0.4rem;
  margin-top: -30px;
}


.mv-area .mv-area-lead {
  padding: 50px 50px 80px;
}

/* キャプション
============================================================================= */

.spend-sect__cassette li figcaption {
  position: absolute;
  right: 5px;
  bottom: 40px;
  font-size: 1.0rem;
  font color: black;
  background: #fff5;
  spend-sect__cassette
}


/* ==================================================
   過ごし方から探す
================================================== */
.spend-sect__inner{
     position: relative;
     margin: 50px auto 0;
     padding: 0 5px;
     width: 100%;
     min-width: 970px;
     max-width: 1246px;
}
.spend-sect__cassette{
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -30px;
}
.spend-sect__cassette > li{
	width: calc(100% / 3 - 30px);
	margin: 20px 0 0 30px;
	border-radius: 8px;
	background: #fff;
}
.spend-sect__cassette a{
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 8px;
	background: #fff;
	transition: 0.4s ease;
}
.spend-sect__cassette a:hover{
	opacity: .6;
}
.spend-sect__cassette figure{
	text-align: center;
}
.spend-sect__cassette figure img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.spend-sect__txt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.7);
}
/* おすすめチェーン
============================================================================= */
#hotel .hotel-sect__inner{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}
.page-title-h3__wrap {
    text-align: center;
}

#hotel.sect {
    padding: 50px 0 100px;
}
#hotel.hotel-sect {
    position: relative;
}
#hotel .slider_hotel_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
#hotel .slider_hotel {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#hotel .slider_hotel img {
    width:100%;
    height:auto;
    vertical-align: bottom;
}
#hotel .recommend-cassette-item {
    color: #323743;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    margin: 10px;
    width: 561px;
}
#hotel .recommend-cassette-item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-bottom: 0;
    color: #323743;
    transition: 0.4s ease;
    border: solid 1px #ccc;
    border-radius: 12px;
}
#hotel .recommend-cassette-item a:hover{
    color: #323743;
    opacity: .6;
    text-decoration: none;
}
#hotel .recommend_hotel_cassette-detail {
    margin: 18px 15px;
    width:100%;
}
#hotel .recommend_hotel_cassette-txt{
    margin-top: 30px;
    margin-bottom: 20px;
}
#hotel .recommend_hotel_cassette-detail-list li:not(:first-child) {
    margin-top: 8px;
}
#hotel .recommend_hotel_cassette-detail-limit:before {
    content: "\e960";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
#hotel .detail-link{
    position:relative;
    padding-right:20px;
    text-align:right;
    color: #3498DB;
    font-size: 1.4rem;
}
#hotel .detail-link:after {
    position: absolute;
    right: 0;
    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.3rem;
    content: "\e905";
}

#hotel .cassette-images {
    flex-basis: 100%;
}
#hotel .cassette-images figure{
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
#hotel .cassette-images figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    line-height: 1.0em;
    border-radius: 12px 12px 0 0;
}
.recommend_hotel_cassette-detail-list li {
    position: relative;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 20px;
}
.cassette-images figcaption {
    position: absolute;
    right: 5px;
    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;
}

/* cm動画
============================================================================= */
.trip_area_txt1 {
	position: relative;
	margin: 0 auto;
    text-align: center;
	width: 100%;
	max-width: 1236px;
	min-width: 970px;
	padding: 30px 20px 0px;
}
.trip_movie {
    position: relative;
    text-align: center;
    background-color: #fff;
    width:596px;
    padding: 8px 16px 16px;
    margin:0 auto;
}
.movie_txt {
    font-size: 14px;
    padding-bottom: 4px;
}
.trip_movie iframe {
    width: 100%;
    height: 315px
}
#cm .cm__unit.-green{
	margin-top: 48px;
	padding: 32px 24px 24px;
	background: #E7F6F1;
}
#cm .cm__unit.-blue{
	margin-top: 48px;
	padding: 32px 24px 24px;
	background: #EAF3FA;
}
.trip_area_txt2 {
	position: relative;
	margin: 0 auto;
    text-align: left;
	width: 100%;
	max-width: 1236px;
	min-width: 970px;
	padding: 30px 20px 0px;
}
/* map
============================================================================= */
.trip_map {
    position: relative;
    text-align: center;
    background-color: #fff;
    width:700px;
    margin:0 auto;
	padding: 40px 0px 0px;
}

/*  カタログ
============================================================================= */
.recpamph-sect{ background: url("/kokunai/area/_common/images/bg_gray.gif") repeat center; }
.recpamph-sect__point{
	padding: 20px;
	width: 100%;
	border-radius: 20px;
	background: #fff;
}
.recpamph-sect__detail-dl{
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
}

/*  旅すご
============================================================================= */
.jtbonly_slider img{
    object-fit: contain !important;
}