@charset "utf-8";
/* CSS Document */
.main_contents {
  font-family:'Noto Sans CJK JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
.nopc{
  	display: none
}
a {
  	text-decoration:none;
}
.grid-row {
	margin:0;
}
section {
  	display:block;
  	margin: 0 auto;
  	width:1024px;
  	padding:10px 10px 0 10px;
}
.imgContainer--full {
	border-radius:0;
}
.main_contents h3 {
	font-family: 'Noto Serif JP', serif;
	color:#005d2b;
	font-weight:bold;
	text-align:center;
	font-size:3rem !important;
}
.main_contents h3 span {
	font-size:3rem !important;
}
.simpleMv--full {
	width:100%;
  	height:650px;
	background: url("../images/mv_pc.jpg") no-repeat center top / auto;
}
.simpleMv--full>.simpleMv__img {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	padding-top: 30px;
    height: 470px;
}
.title-txt {
	position: absolute;
	bottom:0;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	font-size:1.5rem;
	color:#fff;
	text-align: center;
	--yohaku: min((80vw / 7.5), 90px);
	width: 100%;
	background: linear-gradient(to bottom, transparent 0%, rgb(84 99 29 / 74%) 100%);
	padding-top: var(--yohaku);
	padding-bottom: 1.5em;
}
 .heading--title {
	font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding: 1%;
 }
.heading--text {
	font-size:1.5rem;
}
.font-normal {
	font-size: 1rem;
}
.heading--md span.dad-area {
	background: #011c4f;
	border-radius: 10px;
	color: #fff;
	font-size: 0.7em!important;
	padding: 0 5px;
}
/*MAP*/
#map {
	width:100%;
	text-align:center;
	background-color:#fdffe7;
}
#map .grid-col {
	padding: 0 8px 16px;
}
#map .grid-col2 {
	width:40%;
}
.schedule .grid-col2 {
	width:50% !important;
}
#map .point {
	width:60% !important;
	padding-left:20px;
}
.map {
  	width: 40% !important;
  	float: right;
}
.map_txt .grid-col2 {
	width:60%;
    float: left;
  	padding-top: 20px;
}
.textBox {font-size:1.1em; padding: 0 2em;}
.textBox img{width: 100%; padding-top: 15px;}
.map img {
  	width: 100%;
}
.schedule p{
	text-align:left;
}
.schedule .flightSchedule caption {
	background-color:#009847;
}
.schedule td {
	background-color:#fff;
}
/*早期特典*/
.souki_tokuten,.bnr_setsumeikai{
	margin: 2% auto;
    width: 100%;
}
.souki_tokuten img,.bnr_setsumeikai img{
	width: 100%;
}
.bnr_setsumeikai{
	padding:1.5%;
}

.point {
  	padding:10px;
  	margin-top:20px;
  	text-align:left;
  	margin:0 auto;
}
.point-list>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.point-list p,.point-list p .red {
  padding-top:10px;
  font-size:16px;
  font-weight:bold;
}
.point-list>li:first-child{
	border-top: none;
}
.point-list img {
	padding-right:10px;	
}
.point-list span {
	font-size:1.5rem;
	color:#063690;
}
.point-list p .red {
	color:#f00;
}
.point .midashi {
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	background-color:#ec6e2f;
	border-radius:4px;
	font-family: 'Noto Serif JP', serif;
}
.point .sub_midashi {
	font-size:1.2rem;
	padding:10px;
	color:#383838;
	font-weight:bold;
	padding-bottom:0;
}
.point .three_point {
	font-size:2.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	color:#ff1e3d;
	line-height:1.1;
	border-bottom:8px solid #ffcf46;
}
.point .three_point span {
	font-size:3.5rem;
}
.point_li>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.point_li>li:first-child{
border-top: none;
}
.point_li>li img {
	padding-right:10px;
}
.info {
	font-size:1rem !important;
	color:#000 !important;
	font-weight:300;
}
.point .imgContainer--full img {
	padding-top:50px;
}
.red{
	color: #f93e59;
    font-weight: 600;
}
.support_title{
	background: #fb4d00;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem;
    width: 50%;
    margin: 1rem auto 1rem;
}

/*レストランタイトル*/
.restaurant_name{
	font-size: 1.2rem;
    margin: 2% 0 1%;
    display: block;
}
/*交通費support*/
.support {
	width:1024px;
	margin:0 auto;
	text-align:center;
	font-size:2rem;
	background:#fff8ea;
	margin-top:20px;
		border:3px solid #f29600;
	border-radius:10px;
	line-height:1.1;
	margin-bottom:20px;
	padding: 10px;
}
.support p {
	font-weight:bold;
}
.support .red {
	color:red;
	font-size:2.5rem;
}
.support .small {
	font-size:1.2rem;
}
/*基本情報*/
#info {
  background: #fdffe7;
  width: 100%;
  padding: 55px 0;
  color: #000;
}
#info .contents ul#info_txt {overflow: hidden;}
#info .contents ul#info_txt > li {
  float: left;
  font-size: 14px;
  padding: 0 0 17px;
  border-bottom: 1px solid #333;
  margin: 0 0 36px;
}
#info .contents ul#info_txt > li.language,
#info .contents ul#info_txt > li.currency { width: 470px; }
#info .contents ul#info_txt > li.time_difference,
#info .contents ul#info_txt > li.flight_time {
  width: 470px;
  margin-left: 20px;
}
#info .contents ul#info_txt > li dl { 
	overflow: hidden; 
	display: flex;
	flex-wrap: wrap;
}
#info .contents ul#info_txt > li dl dt {
  	width: 111px;
	float: left;
	display: flex;
  	align-items: center;
}
#info .contents ul#info_txt > li dl dd {
  	margin: 0 0 0 67px;
  	width: 272px;
  	float: left;
	display: flex;
  	align-items: center;
}
#info .contents ul#info_txt > li.temperature dl dt,
#info .contents ul#info_txt > li.notes dl dt {
  width: 100%;
  float: none;
}
#info .contents ul#info_txt > li.temperature dl dd,
#info .contents ul#info_txt > li.notes dl dd {
  margin: 10px 0 0 0;
  padding: 0 10px 0 0;
  width: 950px;
  float: none;
  line-height: 1.7;
}
#info .contents ul#info_txt > li.notes dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#info p {
  border: none;
  margin: 0 0 20px;
  padding: 0 0 0 70px;
  font-size: 21px;
  line-height: 1.6;
	font-weight:bold;
}
#info p#qa { background: url(../images/ico_qanda.png) no-repeat 0 50%; }
#info p#bag { background: url(../images/ico_bag.png) no-repeat 0 50%; }
#info dl#qanda { margin-bottom: 20px; }
#info dl#qanda dt {
  color: #fff;
  background: #333;
  padding: 3px 10px;
}
#info dl#qanda dd {
  font-size: 14px;
  margin: 10px 0 35px;
}
#info dl#qanda dd.last {
  margin: 10px 0 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #333;
}
#info ul#baggage { overflow: hidden; }
#info ul#baggage li {
  float: left;
  margin-right: 1em;
  font-size: 14px;
  font-weight: bold;
}
#info ul#baggage li span {
  font-size: 12px;
  font-weight: normal;
}
/* 滞在ホテル */
.slick-prev { z-index: 100;}
.slick-dots{ bottom: 2rem;}
ul.slide-items{
  width:472px;
  max-width: 100%; 
  margin:0 auto;
}
ul.slide-items span{ font-size: .9rem; }
#hotel h5 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
/*おすすめバナー*/

.is-bnr {
	width: 100%;
    overflow: hidden;
    padding: 3%;
    margin: auto;
}
.is-bnr ul{ 
	width:100%; 
	padding:0 50px; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: calc(100% / 4);
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}
/*添乗員同行*/
.contents {
	width:100%;
	margin:0 auto;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
  }
  .tab_label {
	color: #009847;
	font-weight: bold;
	border: solid 2px #009847;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	padding: 5px 0;
	margin: 0 5px; 
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-right: 12px;
	flex-grow: 1;
	line-height: 1.2;
  }
  .tab_label:hover { opacity: 0.75;}
  .tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
  }
  input[name="tab_switch"] { display: none;}
  .tabs input:checked + .tab_label {
	color: #fff;
	background: #009847;
  }
  .tabs input:checked + .tab_label::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #009847 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	transition: all 0.3s ease 0s;
  }
  #tab01:checked ~ #tab01_content,
  #tab02:checked ~ #tab02_content {
	display: block;
  }
  .tab_content{
	position: relative;
	animation: fadeIn 1s ease;
}
.text_ss {font-size: 70%;}
#impresso .align-center a {
	margin-top:50px;
	background-color:#630e23;
	color:#fff;
	max-width: 960px;
	border:2px solid  #fff;
}
#impresso .align-center a:hover {opacity:0.7;}
.upgrade img {width:100%;}
.item_box_text{
	margin:0 auto;
	margin-bottom:50px;
}
.item_box_text .ttl {
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0 0 10px;
    margin: 5px 0;
	text-align: center;
	color:#ff5675;
	border-bottom: dotted 2px #ff5675;
}
.privelege {
    padding: 0.5%;
	text-align:left;
}
.privelege .point {
    position: relative;
    color: #383838;
    font-weight: bold;
    margin: 0;
	font-size: 1.5rem;
    padding: 0.7% 2%;
}
.privelege .point::before {
	content: "★";
	display: inline-block;
	left: 0;
	position: absolute;
	font-size: 20px;
	color: #ff5675;
}
.purple { color:#4e0e96;}
.pink { color:#fff; background-color:#f93e59;}
.sub-title {
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
}
.content { overflow: hidden; margin-top: 1rem;}
.box {
  	margin:0 auto;
  	padding:50px 0px 50px 0px;
	/*background: transparent url(../images/bg-tour.jpg) 0 0 repeat;*/
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	padding-top:20px;
}
.tour{margin-bottom:30px;}
.align-center {	margin:30px 0;}
.restaurant {
	margin-top: 10px;
	justify-content: space-around;
}
.dmkt,.syokuji,.column2 {
	margin:0 auto;
	margin-bottom:20px;
	display: flex;
    justify-content: space-between;
}
.dmkt .grid-col2,.dmkt .grid-col1,.syokuji .grid-col2,.free .grid-col2 {
	border:1.5px solid #4e0e96;
	margin:0 3px;
	width:49%;
	padding:8px;
	margin-bottom:10px;
}
.syokuji .grid-col1 {
	border:1.5px solid #f93e59;
	width:100%;
	padding:8px;
	margin-bottom:10px;
}
.gird-row.syokuji.sp_grid-row {
    border: 1.5px solid #f93e59;
    padding: 1rem 1rem 0;
}
.dmkt .grid-col1,.syokuji .grid-col1,.free .grid-col1 { width:100%;}
.dmkt .grid-col1 .grid-col2,.syokuji .grid-col1 .grid-col2,.syokuji .grid-col2,.free .grid-col2,.free .op .grid-col2  {
	border:none;
	width:48%;
	padding:0;
	
}
.dmkt .grid-col1 .grid-col2 img,.syokuji .grid-col1 .grid-col2 img,.free .grid-col1 .grid-col2 img  {width:100%;}
.dmkt .grid-col1 .hue,.dmkt .grid-col1 .dad,.syokuji .grid-col1 .dad,.free .grid-col1 .dad,.op {
	display: flex;
	justify-content: space-between;
	margin:0;
}
.dmkt .grid-col1 .hue .grid-row,.free .grid-col1 .op .grid-row { width:100%;}
.dmkt .grid-col1 .grid-col2 h5 {
	border-bottom:none;
	text-align: left;
}
.syokuji .grid-col3 h5,.syokuji .grid-col2 .noborder {
	border-bottom:none;
	text-align:left;
	font-size:1.3rem;
}

.syokuji .grid-col3 { padding-bottom:0;}
.dmkt .content_pic img{
	padding:5px;
	width:50%;
}
.free .content_pic img {width:100%;}
.dmkt h5 {
	color:#4e0e96;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
}
.syokuji h5 {
	color:#f93e59;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
}
.syokuji .imgContainer--full { margin-bottom:0;}
.dmkt h5 img,.op h5 img {
	width:140px;
	padding:2px 5px;
	vertical-align: sub;
}
.imp-hotel img {max-width: 100%;}
/*フリー*/
.free {
	margin-bottom:20px;
}
.clearfix {
    zoom: 100%;
    overflow: hidden;
	width:960px;
	margin:0 auto;
	margin-bottom:50px;
}
.frontImage {
    /*z-index: 1000;*/
    position: relative;
}
figure {
    width: 100%;
    margin: 0;
}
.ds {
	position: absolute;
	color: #FFF;
	/* z-index: 1000; */
    text-shadow: 1px 2px 5px #000f26;
	left: 10px;
	top: 15px;
	font-size: 200%;
	width: 530px;
}
figcaption {
    float: right;
    font-size: 12px;
}
.recommend-hotel .left02{
	width: 420px;
	float: left;
}
.recommend-hotel .right02{
	width: 490px;
	float: right;
}
.recommend-hotel .left02 img {
	width:100%;
}
.htl_ttl {
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
	border-bottom: dotted 2px #011c4f;
}
.cate-roominfo {
    display: inline-block;
    padding: 3px 5px;
    margin-top: 5px;
    font-size: 12px;
}
.imp-hotel .cate-roominfo {
	background-color: #ddf1e6;
}
.recommend-hotel .grid-row {
	clear: both;
}
.txt{
	margin: 15px 0;
    font-size: 110%;
}
.imp-hotel .txt span {
	display: block;
	font-weight: bold;
	color: #f93e59;
}
.free h2 {
	color:#002a6d;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.free h5 {
	color:#002a6d;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
	width:100%;
}
.op h5 {
	border-bottom:none;
	margin:0;
}
.enjoy h5 {
	font-size:1.2rem;
	border-bottom:none;
	margin-bottom:0;
}
.free .grid-col1 {
	border:1.5px solid #002a6d;
	margin:0 3px;
	width:100%;
	padding:8px;
	margin-bottom:10px;
}
.free .grid-col1 .grid-col2 {
	border:none;
}
.free .grid-col2 {
	border:1.5px solid #002a6d;
	margin:0 3px;
	width:48%;
	padding:8px;
	margin-bottom:10px;
}
.free .grid-col1 .icon,.free .grid-col2 .icon {
	background-color:#002a6d;
	margin-right:5px;
	color:#fff;
	padding:0 5px;
	border-radius:4px;
	font-size:80%;
}
.free .grid-col1 .icon02 {
	border:2px solid #002a6d;
	padding:0 8px;
	margin-bottom:5px;
	font-size:1.2rem;
	font-weight:bold;
	color:#002a6d;
	border-radius:100px;
	line-height:2;
}
.op_txt {
	margin:0 auto;
}
.op_txt2 {
	margin:30px 0;
}
.op .grid-col2 h5 {
	text-align:right;
}
.button {
	max-width:500px;
}
/*商品掲載*/
.is-sp .media .js-search, .product__list--inner{
	display: block;
	padding: 2%;
	border: 1px solid #193560;
	box-shadow: 2px 3px 3px 1px rgb(237 251 221);
}
.product__list{
	display: flex;
}
.product__list li{
	width: calc(100% / 4);
    padding: 0.7%;
}
.product__list--data a{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.product__list--data a:hover{
	opacity: 0.7;
}
.product__list--price{
	margin-top: auto;
    text-align: center;
}
.product__list--text{
	padding: 2%;
}
.product__list--title{
	font-size: 1.2rem;
}
.product__list--title,.product__list--detail{
	padding: 2%;
}
.product__list--minmax{
	font-size: 1.3rem;
}
.product__list--notes{
	font-size: 0.85rem;
}
/*ハン川ディナークルーズ*/
.private{
	display: flex;
}
.dinner_txt{
	width:65%;
}
.dinner_txt{
	padding: 1.5%;
}
.dinner_img{
	width: 40%;
    margin: auto;
}
.dinner_img img{
	max-width: 100%;
	display: block;
}
.dinner_txt ul{
	padding: 2%;
}
.dinner_point{
	font-size: 0.9rem;
}
@media screen and (max-width: 1024px){
section {
	width:100%;
}
	.breadcrumb {
		width:100%;
	}
	#naviWrap ul {
		width:100%;
	}
	.section__container {
		width:100%;
		padding: 2%;
	}
	.adjustment {
		width:100% !important;
	}
	.box {
		width:100%;
		padding:5px;
	}
	.photogroup {
  		width: 100%;
	}
	.photogroup li {
		width:48%;
		margin-right:5px;
	}
	.photogroup li img {
		width:100%;
	}
	#mongolia .grid-col2{
		width:48%;
	}
	#mongolia h3 {
		border:none !important;
	}
	.align-center {
		margin-top:20px;
	}
	#info .contents ul#info_txt > li.language,
	#info .contents ul#info_txt > li.currency,#info .contents ul#info_txt > li.time_difference,
	#info .contents ul#info_txt > li.flight_time {
  		width: 100%;
		 margin-left:0;
	}
	.is-bnr {
		width:100%;
	}
	#info .contents ul#info_txt > li.temperature dl dd,#info .contents ul#info_txt > li.notes dl dd{
		width:100%;
	}
	.contents {
		width:100%;
	}
	.area-tab {
		width:95%;
	}
	.arrange {
		padding:10px 10px;
	}
	.product-area {
		width:98%;
		margin:0 auto;
	}
	.dmkt .grid-col2.left {
		width:55%;
	}
	.dmkt .grid-col2.left img {
		width:100%;
	}
	.dmkt .grid-col2{
		width:49%;
	}
	.support {
		width:100%;
	}
	#tour .content img {
		width:100%;
	}
	.item_box_text{
		width:100%;
	}
	#info .contents ul#info_txt > li {
		width:100%;
	}
	.box {
		margin: 0 calc(50% - 50vw);
		padding: 4px calc(50vw - 50% + 8px);
		width: 100vw;
	}
	.clearfix {
		width:100%;
	}
	.recommend-hotel .left02{
		width: 40%;
		float: left;
	}
	.recommend-hotel .right02{
		width: 55%;
		float: right;
	}
	.imp-hotel .heading--md{
		margin: 1.5rem auto;
	}
	.main_contents h3 {
		font-size:2.4rem !important;
	}
	.dmkt .content_pic img{
		padding:5px;
		width:50% !important;
	}
	.dmkt h5 img,.op h5 img {
		width:140px !important;
		padding:2px 5px;
		vertical-align: sub;
	}
}
/*スマホここから-------------------------*/
.headfoot-is-sp .nosp{
	display: none;
  }
.headfoot-is-sp .nopc{
	display: block;
}
.headfoot-is-sp .align-center {
	margin:20px;
}
.headfoot-is-sp #tour .box {
	padding:5px;
}
.headfoot-is-sp .simpleMv--full {
    height: 85vw;
	background: url("../images/mv_sp.png");
	background-size: 100%;
} 
.headfoot-is-sp .simpleMv--full>.simpleMv__img {
	width: 100%;
    height: auto;
}
.headfoot-is-sp .heading--title { font-size: 1.8rem;}
.headfoot-is-sp .title-txt {
	font-size: 1rem;
    line-height: 20px;
}
 .headfoot-is-sp .heading--text {
	font-size: 1.4rem;
}
.headfoot-is-sp .font-normal {
	display: block;
}
/*MAP*/
.headfoot-is-sp .map,.headfoot-is-sp .map_txt .grid-col2,.headfoot-is-sp #map .grid-col2,.headfoot-is-sp #map .point{
	width: 100%!important;
	padding: 0;
	margin: 1.5% auto;
}
.headfoot-is-sp .map img {
	width:100%;
}
.headfoot-is-sp .map_txt img{width: 100%; padding-top: 15px;}
.map img {
  width: 100%;
}
.headfoot-is-sp .point ul {
	font-size:1.2rem;
	padding-top:10px;
	padding-bottom:0;
	line-height:1.2;
	text-align:left;
}
.headfoot-is-sp .point-list>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.headfoot-is-sp .point-list.point-list>li:first-child{
border-top: none;
}
.headfoot-is-sp .info {
	font-size:1rem !important;
	color:#000 !important;
	font-weight:300;
}
.headfoot-is-sp .point-list span {
	font-size:1.5rem;
	color:#063690;
}
.headfoot-is-sp .point-list>li img {
	padding-right:10px;
	width:15%;	
}
.headfoot-is-sp .point-list p,.point-list p .red {
  	padding-top:10px;
  	font-size:16px;
  	font-weight:bold;
}
.headfoot-is-sp .point .midashi {
	padding:5px 0;
	font-size: 1.7rem;
}
.headfoot-is-sp .point .sub_midashi {
	font-size:1.2rem;
	padding:10px;
	color:#383838;
	font-weight:bold;
	padding-bottom:0;
	line-height:1.6;
}
.headfoot-is-sp .schedule p{
	text-align:left;
}
.headfoot-is-sp .textBox{
	padding: 0;
}
/*基本情報*/
.headfoot-is-sp #info {
  padding-top: 20px;
}
.headfoot-is-sp #info .contents ul#info_txt > li {
  margin: 0 0 25px;
}
.headfoot-is-sp #info .contents ul#info_txt > li dl dt {
  width: 15%;
  float: left;
}
.headfoot-is-sp #info .contents ul#info_txt > li dl {
	width:100%;
	 display: flex;
  flex-wrap: wrap;
}
.headfoot-is-sp #info .contents ul#info_txt > li dl dt img {
	width:100%;
}
.headfoot-is-sp #info .contents ul#info_txt > li dl dd {
  margin: 0 0 0 10px;
  width: 80%;
  float: left;
	display: flex;
  align-items: center;
}
.headfoot-is-sp #info .contents ul#info_txt > li.notes dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.headfoot-is-sp .support_title{
    width: 100%;
	font-size: 1.3rem;
	margin: 0.5rem auto 0.5rem;
}
.headfoot-is-sp .support span{
	display: block;
}
/*おすすめバナー*/
.headfoot-is-sp .is-bnr {
	width:100%;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.headfoot-is-sp .is-bnr ul{ 
	width:100%; 
	box-sizing: border-box;
}
.headfoot-is-sp .is-bnr li img{ 
	width:100%;
}
.headfoot-is-sp .is-bnr li img:hover{
	opacity: 0.8;
}
.headfoot-is-sp .is-bnr li {
	width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
/*大満喫*/
.headfoot-is-sp .area-tab{
  margin: 50px auto;
  display: flex;
	width:95%;
	font-weight:bold;
}
.headfoot-is-sp .area-tab>li{
  width: calc((992px - 72px) / 7);
  border: 1px solid;
  font-family: var(--serif);
  font-size: 16px;
  text-align: center;
  padding: 16px 6px;
  margin-right: 12px;
  flex-grow: 1;
}
.headfoot-is-sp .area-tab>li {
	 color: #4fb1d2;
	font-size: 1.5rem;
 font-family: 'Noto Serif JP', serif;
	line-height:1.2;
}
.headfoot-is-sp .area-tab>li:last-child{
  margin-right: 0
}
.headfoot-is-sp .area-tab>li.nav_on,
.headfoot-is-sp .area-tab>li:hover{
  position: relative
}
.headfoot-is-sp .area-tab>li.nav_on,
.headfoot-is-sp .area-tab>li:hover{ background: #4fb1d2;
  color: #FFF;}
.headfoot-is-sp .area-tab>li.nav_on::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -35px;
  border: 10px solid transparent;
}
.headfoot-is-sp .area-tab>li.nav_on::after{
  border-top: 20px solid #4fb1d2;
}
.headfoot-is-sp .text_ss {
	font-size: 70%;
}
.headfoot-is-sp .product-area{
  display: none
}
.headfoot-is-sp .product-area.active {
	display:block;
}
.headfoot-is-sp .product-area {
	width:95%;
	margin:0 auto;
}
.headfoot-is-sp .heading--md img {
	width:100%;
}
.headfoot-is-sp .support {
	background:no-repeat;
}
.headfoot-is-sp #impresso .align-center a {
	margin-top:20px;
	background-color:#011c4f;
	color:#fff;
	max-width: 960px;
	border:2px solid  #fff;
}
.headfoot-is-sp .privelege .point {
	padding: 2% 0 0 5%;
	font-size: 1.2rem;
    line-height: 1.6rem;
}
.headfoot-is-sp .privelege .point::before {
 content: "★"; 
	display: inline-block;
	left: 0;
	position: absolute;
	font-size: 1.1rem;
	color: #ff5675;
}
.headfoot-is-sp .purple {
	color:#4e0e96;
}
.headfoot-is-sp .sub-title {
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom:20px;
}
.headfoot-is-sp .dmkt .grid-col1,.headfoot-is-sp .dmkt .grid-col2,.headfoot-is-sp .syokuji .grid-col2,.headfoot-is-sp .free .grid-col2 {
	border:1.5px solid #4e0e96;
	width:100%;
	padding:8px;
	margin-bottom:10px;
}
.headfoot-is-sp .syokuji .grid-col1 {
	border:1.5px solid #f93e59;
	margin:0 3px;
	padding:8px;
	margin-bottom:10px;
}
.headfoot-is-sp .dmkt .content_pic img{
	padding:5px;
	width:50%;
	
}
.headfoot-is-sp .dmkt h5 img,.op h5 img {
	width:120px;
	padding:2px 5px;
	vertical-align: sub;
}
.headfoot-is-sp .dmkt h5 {
	color:#4e0e96;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
}
.headfoot-is-sp .syokuji h5 {
	color:#f93e59;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
}
.headfoot-is-sp .dmkt .grid-col1 .hue,.headfoot-is-sp .dmkt .grid-col1 .dad,.headfoot-is-sp .syokuji .grid-col1 .dad,.headfoot-is-sp .free .grid-col1 .dad,.headfoot-is-sp .op {
	display: flex;
  justify-content: space-between;
	margin:0;
}
.headfoot-is-sp .dmkt .grid-col1 .grid-col2,.headfoot-is-sp .syokuji .grid-col1 .grid-col2,.headfoot-is-sp .syokuji .grid-col2,.headfoot-is-sp .free .grid-col2,.headfoot-is-sp .free .op .grid-col2  {
	border:none;
	padding:0;
}
.headfoot-is-sp .dmkt .grid-col1 .grid-col2 h5 {
	border-bottom:none;
	text-align:left;
	font-size:1.4rem;
}
.headfoot-is-sp .sp_grid-row{
	display: block;
	margin-right: .4rem;
}
.headfoot-is-sp .dad .sp_grid-row {
	width:100%;
	padding:0;
	margin:0 auto;
}
.headfoot-is-sp .dad .sp_grid-col2 img {
	padding:5px;
	margin-left:0;
}
.headfoot-is-sp .syokuji .grid-col3 {
	width:33.3%;
	padding: 0 4px 1px;
}
.headfoot-is-sp .syokuji .grid-col3 h5 {
	border-bottom:none;
	text-align:center;
	font-size:1.1rem;
}
.headfoot-is-sp .syokuji .grid-col2 .noborder {
	border-bottom:none;
	text-align:center;
	font-size:1rem;
}
.headfoot-is-sp .syokuji .grid-col3 .imgContainer--full {
	margin:3px 0;
}
/*フリー*/
.headfoot-is-sp .clearfix {
    zoom: 100%;
    overflow: hidden;
	width:95%;
	margin:0 auto;
	margin-bottom:50px;
}
.headfoot-is-sp figure {
    width: 100%;
    margin: 0;
	
}
.headfoot-is-sp figcaption {
    font-size: 12px;	
}
.headfoot-is-sp .recommend-hotel .sp_grid-row {
	clear: both;
}
.headfoot-is-sp .recommend-hotel .left02 img {
	width:100%;
	padding-bottom:5px;
}
.headfoot-is-sp .htl_ttl { font-size: 1.7rem;}
.headfoot-is-sp .enjoy {
	width:100%;
	margin: 0 auto;
}
.headfoot-is-sp .free h2 {
	color:#0e962e;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.headfoot-is-sp .free h5 {
	color:#0e962e;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	width:100%;
	margin-bottom:10px;
}
.headfoot-is-sp .enjoy h5 {
	font-size:1.3rem;
	border-bottom:none;
	margin-bottom:0;
	margin-bottom:5px;
}
.headfoot-is-sp .free .grid-col3 {
  width: 50%;
  padding: 0 4px 16px;
}
.headfoot-is-sp .free .grid-col1 {
	border:1.5px solid #0e962e;
	margin:0 3px;
	padding:8px;
	margin-bottom:10px;
}
.headfoot-is-sp .free .grid-col1 .grid-col2 {
	border:none;
}
.headfoot-is-sp .free .grid-col1 .icon,.headfoot-is-sp.free .grid-col2 .icon {
	background-color:#0e962e;
	margin-right:5px;
	color:#fff;
	padding:0 5px;
	border-radius:4px;
	font-size:80%;
	line-height:2;
}
.headfoot-is-sp .free .grid-col1 .icon02 {
	border:2px solid #0e962e;
	padding:0 8px;
	margin-bottom:5px;
	font-size:1.2rem;
	font-weight:bold;
	color:#0e962e;
	border-radius:100px;
	line-height:3;	
}
.headfoot-is-sp .free .grid-col1 strong {
	font-size:120%;
	line-height:1.2;
}
.headfoot-is-sp .free .grid-col2 {
	border:1.5px solid #0e962e;
	margin:0 3px;
	padding:8px;
	margin-bottom:10px;
}
.headfoot-is-sp .free .dad .grid-col2 {
	padding:0;
}
.headfoot-is-sp .op h5 {
	border-bottom:none;
}
.headfoot-is-sp .op_txt {
	margin:0 auto;
}
.headfoot-is-sp .op_txt2 {
	margin:30px 0;
}
.headfoot-is-sp .op .grid-col2 h5 {
	text-align:left;
	font-size:1.5rem
}
.headfoot-is-sp .tab_label{
	font-size: 1.5rem;
	margin: 1%;
}
.headfoot-is-sp .recommend-hotel .left02, .headfoot-is-sp .recommend-hotel .left02,
.headfoot-is-sp .recommend-hotel .right02{
	width: 100%;
	float: none;
}
/*交通費support*/
.headfoot-is-sp .support {
	width:95%;
	margin:0 auto;
	text-align:center;
	font-size:1.5rem;
	background:#fff8ea;
	margin-top:20px;
	border:3px solid #f29600;
	border-radius:10px;
	line-height:1.1;
	margin-bottom:20px;
	padding: 10px;
}
.headfoot-is-sp .support p {
	font-weight:bold;
}
.headfoot-is-sp .support .red {
	color:red;
	font-size:2rem;
}
.headfoot-is-sp .support .small {
	font-size:1rem;
}
.headfoot-is-sp .button {
	max-width:100%;
}
/*ツアー*/
.headfoot-is-sp .product__list{
	display: block;
}
.headfoot-is-sp .product__list li{
	width: 94%;
	margin: 2% auto;
}
.headfoot-is-sp .product__list--data a{
	display: flex;
    flex-direction: row;
}
.headfoot-is-sp .product__list--image-wrapper,.headfoot-is-sp .product__list--text-wrapper{
	width: 100%;
}
.headfoot-is-sp .product__list--texts{
	padding: 1% 4%;
}
.headfoot-is-sp .product__list--notes{
	font-size: 0.8rem;
}
.is-ipad .simpleMv--full>.simpleMv__img {
    height: 65%;
}
/*ハン川ディナークルーズ*/
.headfoot-is-sp .private{
	display: block;
}
.headfoot-is-sp .dinner_txt,.headfoot-is-sp .dinner_img{
	width:100%;
}