@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --blue: #0077BE;
  --navy: #10407f;
  --knavy: #363466;
  --gray: #999;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --pink: #FF5B5B;
  --purple: #4d0b93;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffecb6;
  --green: #06c755;
  --f_sans: 'Noto Sans JP', sans-serif;
  --f_serif: 'Noto Serif JP', serif;
  --center_contain: no-repeat center center / contain;
}
img {
  max-width: 100%;
}
#nosp,.nosp,.br-pc{ display: block !important;}
#nopc,.nopc,.br-sp{ display: none !important;}

#wrap {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  font-size: 1.2rem;;
  color: var(--black);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
/* MV */
#mv {
  width: 100%;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 550px;
  display: flex;
  align-items: center;
}
p.title{ margin: 0 auto;}

/* ナビ */
#pageNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}
#pageNavi {
	width: 100%;
	height: 64px;
	background-color: var(--purple);
}
#pageNavi ul {
	height: 64px;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  width: 992px;
  margin: 0 auto;
}
#pageNavi li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFF3DF;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    border-left: solid 3px #FFF3DF;  
    cursor: pointer;
}
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
}
#pageNavi ul li a:hover {
    opacity: .7;
}
#pageNavi li:last-of-type {
    border-right: solid 3px #FFF3DF;
}
h2.heading--title { 
  font-weight: bold;
  margin-left: 1.5rem;
}
p.heading--note {
  text-align: center;
  font-weight: bold;
  margin: -2rem 0 2rem;
}

/* 案内 */
.guidancebox {
  display: flex;
  align-content: space-around;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: -3rem;
}
.mongolia_ph { margin-left: 2rem;}
.hayawari {text-align: center; margin: -2rem 0 2rem;}

/* フライトスケジュール */
.flightSchedule tr { background: #fff;}

/* ツアーポイント */
.tour_point {
  background: #ffffff;
  margin-bottom: 1rem;
}
.tour_point ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2rem;
}
.tour_point li{
  position: relative;
  border-bottom: dashed 1px var(--purple);
  padding-left: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.tour_point li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number) ;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: var(--purple);
  border-radius: 50%;
  top: 40%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 1並び商品 */
section#imp,section#freeplan { background: var(--rave);}
.one_tour { margin: -1rem 0 -2rem;}
.one_tour:last-child{ margin-bottom: 2rem;}
.tour_waku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 1rem;
  margin: 2rem 0;
}
.tour_waku .img { margin-right: 2rem; width: 60%;}
.lx_textBox h3,.mnTxt_1 h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--red);
}
.text_tour {
  font-size: 1rem;
  padding: 0.5rem;
  background: var(--ugray);
  margin: 0.5rem 0;
}
.text--smallPrice {
  font-size: 2rem;
  font-weight: 600;
  color: var(--red);
  text-align: end;
  padding-right: 1rem;
}
.tour-nenyu{ 
  font-size: 1rem;
  font-weight: 600;
  color: var(--red);
  text-align: end;
}

/* フリープラン */
section#freeplan { 
  margin-bottom: 2rem;
}
div#freetour,
div#gobitour {
  width: 992px;
  margin: 0 auto;
}
.free_waku{ border: 2px solid #ddd;}
.section__container.free-title { margin-bottom: -3rem;}
/*東ゴビ*/
.gobi_point{
  margin: auto;
}
.spot {
  display: flex;
  flex-wrap: wrap;
}
.spot_view{
  width: calc(100% / 2);
  padding: 4%;
}
.spot_view .ttl{
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #4d0b93;
}
#gobitour .tour_point{
  margin: 2% auto;
  background-color: #f7f0ff;
  width: 90%;
}


/* モンゴルの魅力 */
.contents h4 {
  border-left: 6px solid var(--purple);
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}
.contents h4 span { font-size: 1.5rem; padding-left: 0.5rem;}
.charm_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 3rem;
}
.mnTxt_1 { width: 60%;}
.mnTxt_1 p{ font-size: 1.2rem; margin-bottom: 1rem;}
.mnImg_1 { width: 40%; margin: 0 3rem 0 1rem;}

/* ゲルに宿泊 */
.gelbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 2rem;
}
.mnTxt_2 { width: 60%; margin-left: 2rem;}
.mnTxt_2 p{ font-size: 1.2rem; margin-bottom: 1rem;}
.mnImg_2 { width: 40%; padding-left: 3rem;}

.clearfix {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
ul.photogroup {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.photogroup li{ width: calc((100% - 5rem) / 2);}
.photogroup li > p {
  font-size: 14px;
  margin: 8px 0 10px;
}
.photogroup li > p span {
  font-weight: bold;
  display: block;
}
p.floorplan { width: 70%;}
p.floorplan img{ width: 80%;}

/* もっと見る */
.link_more { text-align: center; margin-top: 1rem;}
.button { max-width: 400px; margin: 2rem -1rem;}


/*旅行説明会バナー*/
.bnr_area{
  margin:3% auto;
  width: 960px;
}
.bnr_area img{
  margin: auto;
}

/* ★スマホ用★ */
.headfoot-is-sp .section__container{ width: 100%;}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #nopc,.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block !important;}
.headfoot-is-sp #nosp,.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none !important;}
.headfoot-is-sp #wrap nav ul li a{
  font-size: 1rem;
	font-weight: bold;
  line-height: 1.5rem;
}
.headfoot-is-sp #pageNavi li:first-child { border-left: none;}
.headfoot-is-sp #pageNavi li:last-of-type { border-right: none;}

.headfoot-is-sp #wrap { min-height: auto;}
.headfoot-is-sp .heading--title { font-size: 2rem;}

/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/main_sp.jpg);
  background-size: 100%;
  height: 70vw;
}
.headfoot-is-sp p.title { text-align: center;}
.headfoot-is-sp p.title img { width: 85%;}

/* ナビ */
.headfoot-is-sp #pageNavi { height: 70px;}
.headfoot-is-sp #pageNavi ul { width: 100%; height: 70px;}
.headfoot-is-sp h2.heading--title { font-size: 1.5rem; margin-left: 1.2rem;}
.headfoot-is-sp .textBox p { text-align: center;}
.headfoot-is-sp p.heading--note { margin: -1rem 0; font-size: 0.9rem;}

/* 案内 */
.headfoot-is-sp .guidancebox {
  display: block;
  margin-top: 2rem;
  margin-bottom: -1rem;
}
.headfoot-is-sp .mongolia_ph { 
  text-align: center;
  margin-left: 0;
}
.headfoot-is-sp .flightSchedule caption { font-size: 1.5rem; padding: 0.3rem 0 0;}
.headfoot-is-sp .flightSchedule th { font-size: 0.9rem;}
.headfoot-is-sp .note{ text-align: center; font-size: 0.88rem;}
.headfoot-is-sp .hayawari { margin: -1rem 0 2rem;}

/* ツアーポイント */
.headfoot-is-sp .tour_point li{ padding-left: 3rem;}
.headfoot-is-sp .tour_point li:before{
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* 1並び商品 */
.headfoot-is-sp .tour_waku { display: block; padding: 1rem;}
.headfoot-is-sp .tour_waku .img { margin-right: 0; width: 100%; zoom: 2;}
.headfoot-is-sp .lx_textBox { margin-top: 1rem;}
.headfoot-is-sp .heading--md {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.headfoot-is-sp p.textBox_sb { margin: 0 0 1rem;}
.headfoot-is-sp ul.tagList { margin: 1rem 0;}
.headfoot-is-sp .text_tour { padding: 1rem;}
.headfoot-is-sp .text--smallPrice { padding-right: 0; text-align: center;}
.headfoot-is-sp .tour-nenyu{ text-align: center; }

/* フリープラン */
.headfoot-is-sp div#freetour,.headfoot-is-sp div#gobitour { width: 100%; padding: 1rem;}
.headfoot-is-sp .section__container.free-title { margin-bottom: -1rem;}

/* 東ゴビに宿泊 */
.headfoot-is-sp #gobitour .tour_point,.headfoot-is-sp .spot_view{
  width:100%;
}
.headfoot-is-sp.spot{
  display: block;
}
/* モンゴルの魅力 */
.headfoot-is-sp .contents h4 { line-height: 3rem; font-size: 1.5rem;}
.headfoot-is-sp .contents h4 span { 
  padding-left: 0;
  display: block;
  margin-bottom: -0.8rem;
}
.headfoot-is-sp .charm_content { display: block; margin: 1rem 0 2rem;}

/* ゲルに宿泊 */
.headfoot-is-sp .gelbox { display: block;}
.headfoot-is-sp .mnTxt_1 { width: 100%;}
.headfoot-is-sp .mnImg_1,.headfoot-is-sp p.floorplan {
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
}
.headfoot-is-sp .mnImg_2{
  width: 100%;
  margin: 0 0 1rem;
  padding-left: 0;
}
.headfoot-is-sp .mnTxt_2 { width: 100%; margin-left: 0;}
.headfoot-is-sp .mnTxt_1 p,.headfoot-is-sp .mnTxt_2 p { font-size: 1rem; margin-bottom: 1rem;}
.headfoot-is-sp .mnTxt_1 dl,.headfoot-is-sp .mnTxt_2 dl{ 
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.headfoot-is-sp dl.hs_data { background: var(--ugray);}
.headfoot-is-sp .clearfix { display: block;}
.headfoot-is-sp ul.photogroup {
  margin-left: 0;
  justify-content: space-evenly;
}

/*旅行説明会バナー*/
.headfoot-is-sp .bnr_area{
  margin: 3% auto;
  width: 96%;
}
/* もっと見る */
.headfoot-is-sp .button { max-width: 700px; margin: 2rem auto 1rem;}

/*キャンセル*/
.cancel .soldout{
  font-size: 1.5rem !important;
}

/*SOLDOUT*/
.sold a{
    pointer-events: none;
}
.sold .tour_waku{
    background: #f5f5f5;
}
.lx_textBox .soldout{
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: #F44336;
    color: #fff;
    margin: 3% auto;
}
/* ★タブレット用★ */
.is-ipad .spot__point_box li { width: calc(90% / 3);}
.is-ipad .spot__point_box li:nth-child(even) { margin: 0 auto 0.5rem; }


@media (orientation: portrait){
.is-ipad .breadcrumb { width: 100%;}
    width: 1024px;
    margin: 0 auto;
.is-ipad #wrap nav ul{ width: 100%;}
.is-ipad .section__container { width: 100%;}
.is-ipad p.floorplan { width: 65%;}
.is-ipad #pageNavi ul { width: 100%;}
.is-ipad div#freetour,.is-ipad div#gobitour { width: 100%;}
}

