@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:#0c4180;
	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(6 28 61) 100%);
	padding-top: var(--yohaku);
	padding-bottom: 1.5em;
	
}

 .heading--title {
	 margin-bottom:10px;
	 	font-family: 'Noto Serif JP', serif;
	 font-weight:bold;
	 color:#0c4180;
 }

.heading--text {
	font-size:1.5rem;
}


/*MAP*/

#map {
	width:100%;
	text-align:center;
	background-color:#e9f8ff;
}

#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:#4fa8d2;
}

.schedule td {
	background-color:#fff;"
}

.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:#ff7b0a;
}

.point-list p .red {
	color:#f00;
}

.point .midashi {
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	background-color:#4fa8d2;
	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;
}

.parking {
width:1024px;
}

.parking img {
	width:100%;
	
}

/*交通費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;
	
}


.support p {
	font-weight:bold;
}

.support .red {
	color:red;
	font-size:4rem;
}

.support .small {
	font-size:1.2rem;
}



/*基本情報*/

#info {
  background: #e9f8ff;
  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;
}

/*おすすめバナー*/

.is-bnr {
	width:960px;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.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: 25%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}

/*添乗員同行*/

.contents {
	width:100%;
	margin:0 auto;
}
.area-tab{
  margin: 50px auto;
  display: flex;
  width:98%;
  font-weight:bold;
}
.area-tab>li{
  width: calc((992px - 72px) / 7);
  border: 1px solid;
  font-family: var(--serif);
   font-size: 1.8rem;
 font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding: 16px 6px;
  margin-right: 12px;
  flex-grow: 1;
	 color: #4fa8d2;
	line-height:1.2;
}

.area-tab>li:last-child{
  margin-right: 0
}
.area-tab>li.nav_on,
.area-tab>li:hover{
  position: relative
}


.area-tab>li.nav_on,
.area-tab>li:hover{ background: #4fa8d2;
  color: #FFF;}

.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;

}

.area-tab>li.nav_on::after{
  border-top: 20px solid #4fa8d2;
	
}

.text_ss {
	font-size: 70%;
}

.product-area{
  display: none
}

.product-area.active {
	display:block;
}


#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{
	width:1024px;
	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: 5px;
	text-align:left;
}

.privelege .point {
    position: relative;
    color: #383838;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
    padding: 0 0 0 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;
	}

.box {
width:100%;
  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);
	width: 100vw;
	padding-top:20px;
}

.tour{
	margin-bottom:30px;
}

.align-center {
		margin:30px 0;
	}

.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;
	margin:0 3px;
	width:100%;
	padding:8px;
	margin-bottom:10px;
}

.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:right;
}

.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;
}


/*フリー*/

.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;
    background-color: #ffffff;
    color: #011c4f;
}


.txt{
	margin: 15px 0;
    font-size: 110%;
}

.free h2 {
	color:#0e962e;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	
}

.free h5 {
	color:#0e962e;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
	width:100%;
	
}


.free .red {
	color:#ff0000;
}


.noborder h5 {
	border-bottom:none !important;
}


.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 #0e962e;
	margin:0 3px;
	width:100%;
	padding:8px;
	margin-bottom:10px;
}

.free .blue {
	border:1.5px solid #325ea5;

}

.free .grid-col1 .grid-col2 {
	border:none;
}

.free .grid-col2 {
	border:1.5px solid #0e962e;
	margin:0 3px;
	width:48%;
	padding:8px;
	margin-bottom:10px;
}
.free .grid-col1 .icon,.free .grid-col2 .icon {
	background-color:#0e962e;
	margin-right:5px;
	color:#fff;
	padding:0 5px;
	border-radius:4px;
	font-size:80%;
}

.free .blue .icon {
	background-color:#325ea5;
	
}

.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:2;
	
}

.dinner {
	font-size:1.2rem;
}

.op_txt {
	margin:0 auto;
}

.op_txt2 {
	margin:30px 0;
}

.op .grid-col2 h5 {
	text-align:right;
}
.button {
	max-width:500px;
}


.floating-banner {
    position: fixed;
    z-index: 5;
   top: calc(76px + 23px);
	 right: 0;
}
.banner {
    width: 170px;/* バナーの横幅 */
    padding: 40px 10px;
}


.banner img {
	max-width:100%;
}

@media screen and (max-width: 1024px){
section {
	width:100%;
}

	
	.breadcrumb {
		width:100%;
	}

	#naviWrap ul {
		width:100%;
	}


	.section__container {
		width:100%;
	}

	.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;
}

	.main_contents h3 {
	font-size:2.5rem !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;
}

}