@charset "UTF-8";

/* font
--------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
Market Pro Regular
font-family: ff-market-web, sans-serif;
font-weight: 400;
font-style: normal;
*/
.serif{font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;transform: rotate(.03deg);}
.eng{font-family: ff-market-web, sans-serif;font-weight: normal;}

/* pc/sp
--------------------------------------*/
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width:767px){
.pc{display: none;}
.sp{display: block;}
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.taC{text-align:center!important;}
.emp{font-weight:bold; font-size: 108%; color: #D54100;}
.fs{font-size:78%} 
.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pb0{padding-bottom: 0 !important;}
.pt20{padding-top: 20px !important;}
.black{color:#000;}
.bg_y{background:#FFFB6A;padding:0 0.1em;}

.note{font-size: 1.3rem;color: #666;}

[tabindex]:focus,a:focus,area:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #333!important}

.icon_pdf{
  max-width: 16px;
  display: inline-block;
  height: 1.6em;
  line-height: 0.5em;
	border: none !important;
}

/*Modal Focus*/
.modal--visible {
  display:flex;
}


/*reset*/
#wrap-container {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
}
/*.rcrumbs-list,*/
.promoski_nav,
.cont_inner{
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  height: 100%;
}
.rcrumbs-list{
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
h1.ttl-text{
  font-size:3rem;
  margin-bottom: 20px;
}
@media screen and (max-width:1024px){
  /*.rcrumbs-list,*/
  .promoski_nav,
  .cont_inner{
    max-width:100%;
    padding-right:3%;
    padding-left:3%;
    height:auto;
  }
  .rcrumbs-list{
    max-width:100%;
    margin:inherit;
    padding-right:0;
    padding-left: 0;
  }
}
@media screen and (max-width:767px){
  .cont_inner{
    padding-right:2%;
    padding-left:2%;
  }
  h1.ttl-text{
    font-size:2rem;
  }
}
@media screen and (max-width:640px){
    .rcrumbs .rcrumbs-arrow-next .rcrumbs-arrow-btn:after {
        right: 15px;
    }
    .rcrumbs .rcrumbs-arrow-prev .rcrumbs-arrow-btn:after{
        left:15px;
    }
}

/* background
--------------------------------------*/
.promoski_wrap_bg{
  background: url(/domestic/theme/promo_ski/images/bg.png) ;
  background-size: 300px;
  font-family:'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  padding-bottom: 1px;
}
.bg_gry{
  background-color: rgba(124,179,210,0.15) ;
  /*background-color: rgba(0,0,0,0.05) ;*/
}
.bg_gry.rmd{
  background-color: rgba(0,0,0,0.05) ;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width:767px){
  .bg_gry.rmd{
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 1px;
  }
}


/* flexbox
--------------------------------------*/
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-wrap::after{
  content:"";
  display:block;
  width: 31%;
  height:0;
}
.w0{width:0%}
.w10{width:10%}
.w14{width:14%}
.w17{width:17%}
.w19{width:19%}
.w20{width:20%}
.w25{width:25%}
.w27{width:27%}
.w28{width:28%}
.w29{width:29%}
.w30{width:30%}
.w32{width:32%}
.w33{width:33%}
.w35{width:35%}
.w36{width:36%}
.w37{width:37%}
.w38{width:38%}
.w40{width:40%}
.w42{width:42%}
.w44{width:44%}
.w45{width:45%}
.w48{width:48%}
.w50{width:50%}
.w55{width:55%}
.w60{width:60%}
.w64{width:64%}
.w65{width:65%}
.w70{width:70%}
.w100{width:100%}



/* title
--------------------------------------*/
.title-box.h1{
  margin-top: 30px;
}
/*ttl-wrap*/
.ttl-wrap{
  width:70%;
  margin: 0 auto 60px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  position: relative;
}
.ttl-wrap.s{
	margin: 0 auto 20px;
  padding-bottom: 10px;
	width:70%;
}
.ttl-wrap::after{
  content: '';
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom:-1px;
  left:0;
  right: 0;
  margin: auto;
}
.ttl-wrap span{
  display: block;
}
.ttl-wrap span.eng{
  font-size:150%;
  line-height: 1.3;
}
.ttl-wrap span.ttl-ja{
  font-weight: 700;
  font-size: 162.5%;
  margin-bottom: 10px;
}
.ttl-wrap.s span.ttl-ja{
  font-weight: 700;
  font-size: 132%;
  margin-bottom: 10px;
}
@media screen and (max-width:767px){
  .ttl-wrap{
    width: 100%;
    margin: 0 auto 40px;
    padding-bottom:10px;
  }
	.ttl-wrap.s{
		margin: 0 auto 20px;
	}
  .ttl-wrap span.eng{
    font-size:120%;
    line-height: 1.4;
  }
  .ttl-wrap span.ttl-ja{
    font-size: 142%;
    line-height: 1.4;
  }
  .ttl-wrap.s span.ttl-ja{
    font-size: 124%;
  }
}

.ttlM{
  font-size:2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.ttlM.topLine{
  background: rgba(255,255,255,0.8);
  padding: 15px;
  border-top: solid 3px #111;
  margin-bottom: 40px;
}
@media screen and (max-width:767px){
  .ttlM{
    font-size:1.8rem;
  }
}

/* btn
--------------------------------------*/
.btn-detail a{
  display: block;
  background-color:inherit;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 1.2em;
  line-height: 1;
  width:inherit;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn-detail a:hover{
  background-color: #666;
}
.btn-detail a::after{
  line-height: 1;
  content: "\e906";
  font-family: "icoset";
  color: #fff;
  position: absolute;
  right: .7em;
  top:0;
  bottom: 0;
  height: 1em;
  margin: auto;
}
#btnTourInfo{
  position: fixed;
  width: 134px;
  right: 1em;
  bottom: 10%;
  z-index: 10000;
  display: none;
}
#btnTourInfo a img{
-webkit-transition: all 0.3s ease;}
#btnTourInfo a:hover img{
  opacity: .7;
}
@media screen and (max-width:560px){
  #btnTourInfo{
    width: 80px;
    right: 3%;
    bottom: 4em;
  }
}


/* sec
--------------------------------------*/
.sec-wrap{
  margin:0 auto 100px;
}
.bgWt{
  padding: 20px;
	background: #fff;
  border: double 4px #D24700;
}
.bgWtTop{
  padding:40px 20px;
	margin-right: auto;
	margin-left: auto;
	width: 84%;
	background: rgba(255,255,255,0.7);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	border: double 4px #D24700;
}
.bgWtPage{
  padding:40px 20px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(255,255,255,0.7);
}
@media screen and (max-width:767px){
  .sec-wrap{
    margin:0 auto 40px;
  }
	.sec-wrap.bgWtTop{
		padding:20px 15px;
		width: 94%;
	}
}




/*  mv
--------------------------------------*/

.mv{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mv::after{
  content: 'イメージ';
  position: absolute;
  bottom: 3em;
  right: 2em;
  text-align: right;
  font-size: 88%;
  z-index: 10;
  text-shadow:0px 0px 3px #fff;
}
/*
.mv .btnTourInfo{
  position: absolute;
  width: 128px;
  bottom:50px;
  right:20px;
  z-index: 1;
}
.mv.top .btnTourInfo{
  bottom:90px;
}
@media screen and (max-width:767px){
  .mv .btnTourInfo{
    bottom:20px;
    right: auto;
    left:5px;
    width:90px
  }
  .mv.top .btnTourInfo{
    bottom:26px;
    right: auto;
    left:5px;
    width: 90px
  }
}
*/
@media screen and (max-width:560px){
  .mv::after{
    bottom: 1.5em;
    right: .5em;
    font-size: 74%;
  }
}



/*  nav
--------------------------------------*/
.promoski_nav{
  position: relative;
  top: -2em;
  z-index: 2;
}
.promoski_nav ul{
  background-color: #000;
  padding: 1.6em 1em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promoski_nav.recommend ul{
  width: 100%;
  margin-bottom: 30px;
}
.promoski_nav ul li{
  border-right: solid 1px #999;
  line-height: 1em;
}
.promoski_nav ul li:last-child{
  border-right: none;
}
.promoski_nav ul li a{
  color:#fff;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  padding:0 1.8em;
  /*padding:0 3.4em; サホロ、札幌が無い場合*/
}
.promoski_nav.recommend ul li a{
  padding:0 3.4em;
}
.promoski_nav ul li a::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left:0;
  right:0;
  margin: auto;
  height: 3px;
  width:2.3em;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.promoski_nav ul li a:hover::after,
.promoski_nav ul li.active a::after{
  transform: scale(1, 1);
}
@media screen and (max-width:1056px){
  .promoski_nav ul li a{
    padding:0 .7em;
  }
}
@media screen and (max-width:960px){
  .promoski_nav.recommend ul li a{
    padding:0 1em;
  }
}
@media screen and (max-width:767px){
  .promoski_nav{
    padding-right:0;
    padding-left:0;
    top: -1em;
  }
  .promoski_nav ul{
    flex-wrap: wrap;
    padding:0;
  }
  .promoski_nav ul li{
    width: 50%;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #fff;
    line-height: 1.1em;
    padding:inherit;
  }
  .promoski_nav ul li:nth-child(odd){
    border-right: 1px solid #fff;
  }
  .promoski_nav ul li a{
    text-align:left;
    padding:0px 5px 0 8px;
    min-height: 3.5em;
    position: relative;
    font-size: 92%;
    display: flex;
    align-items: center;
  }
  .promoski_nav.recommend ul li a{
    padding:0px 10px 0 8px;
  }
  _:-ms-fullscreen, :root .promoski_nav ul li a {
    line-height: 3.5em;
  }
  .promoski_nav ul li a::before{
    content: '\f105';
    font-family: fontAwesome;
    position: absolute;
    right: 5px;
    top:0;
    bottom:0;
    margin: auto;
    height: 1em;
    line-height: 1;
    font-size:120%;
  }
  .promoski_nav ul li a::after{
    display: none;
  }
}


/* info
--------------------------------------*/
.info-red{
  color: #d43c37;/*color:#D54100*/
  border: 3px solid #d43c37;
  padding:20px;
  font-weight: bold;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px){
  .info-red {
    max-width: 100%;
    margin:0 3% 30px;
    height: auto;
  }
}


/* intro
--------------------------------------*/
.intro{
  padding: 50px 0 80px;
  text-align: center;
}
.intro h2{
  text-align: center;
  background: url(/domestic/theme/promo_ski/img/20190729/map_hok_s@2x.png) no-repeat top center;
  min-height: 116px;
  background-size: 199px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.intro h2 span{
  margin: auto;
  display: block;
  font-weight: 700;
  font-size: 162.5%;
  letter-spacing: 0.1em
}
@media screen and (max-width:767px){
  .intro{
    padding: 14px 2% 60px;
  }
  .intro h2{
    background: url(/domestic/theme/promo_ski/img/20190729/map_hok_s@2x.png) no-repeat top center;
    min-height: 80px;
    background-size: 160px;
    margin-bottom: 30px;
  }
  .intro h2 span{
    font-size: 142%;
    letter-spacing: 0
  }
  .intro h2 span.txS{font-size: 114%;}
  .intro p{
    text-align: left;
  }
}


/* pamf information
--------------------------------------*/
.pamf-wrap{
  margin-bottom: 80px;
}
.pamf-cont{
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.pamf-cont:last-child{
  margin-bottom: 30px;
}
.pamf-cont .pamf-img-wrap{
  position: relative;
  width: 40%;
  box-sizing: border-box;
  padding: 30px 15px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
	align-content: center;
  background:#fcfcfc;
}
.pamf-cont .pamf-img-wrap .pamf-img{
  width: 50%;
}
.pamf-cont .pamf-img-wrap .pamf-img img{
  border:solid 1px #ddd;
}

.pamf-cont .pamf-img-wrap > .comment {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  padding: 10px;
  color: #fff;
  background: #E31D23;
  text-align: center;
  width: 94%;
  margin: auto;
  border-radius: 10px;
}
.pamf-cont .pamf-img-wrap > .comment:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #E31D23;
}
/*btn*/
.planBtnSec{
	margin:20px auto 0;
	width:100%;
	text-align:center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panfBtn{
	position:relative;
  text-decoration: none;
  padding:1em 0.6em;
	line-height: 1;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
	color:#333;
	border: solid 1px #999;
	background:#fff;
	border-radius:3px;
	font-size:86%;
	font-weight: normal;
  margin: 5px auto;
  white-space: nowrap;
  /*width:100%;*/
}
.panfBtn.link_pdf{
	margin: 10px 0;
	padding:0;
	transition: all .3s;
}
.panfBtn.link_pdf a{
	padding:.5em 0.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#333;
	text-decoration: none;
}
.panfBtn.link_pdf a:hover{
	color: #fff;
}
.panfBtn:hover{
	color:#fff;
	border: solid 1px #999;
	background:#bbb;
}
.panfBtn ul{
	position:absolute;
	background-color:rgba(255,255,255,0.9);
  width: 100%;
  top:2.8em;
  left:0;
	text-align:left;
	padding:0.5em;
	display:none;
  z-index: 1;
	}
.panfBtn ul li{
	display:block;
	margin-bottom:8px;
}
.panfBtn ul li a{
	display:inline;
	width:auto;
	text-decoration:underline;
	padding:0;
	text-align:left;
	font-weight:normal;
}

/*
.planBtnSec .tourBtn{
  margin: 5px 0;
}
.planBtnSec .tourBtn a{
	background:#ff8023;
	border-radius:4px;
	color:#fff;
	border:1px solid #ff8023;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding:0.8em;
  font-size:86%;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.planBtnSec .tourBtn:hover{
	background:#fff;
	color:#ff8023;
}
.planBtnSec .tourBtn i{
	margin-left:5px;
}
*/
.pamf-cont .pamf-txt{
  width: 60%;
  text-align: left;
  padding: 30px 25px;
  position: relative;
}
.pamf-cont .pamf-txt h4{
  font-size: 180%;
  font-weight: bold;
  margin-bottom:5px;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
}
.pamf-cont .pamf-txt h5{
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
}
.pamf-cont .pamf-txt .time{
  font-size: 92%;
  margin-bottom:5px;
}
.pamf-cont .pamf-txt .pamf-list {
  margin:15px 0 15px;
}
.pamf-cont .pamf-txt .pamf-list li{
  display: block;
  font-size: 92%;
  color: #666;
  text-indent: -1em;
  padding-left:1em;
}
.pamf-cont .pamf-txt .pamf-list li .emp{
	font-weight: 700;
	color: #000;
	text-decoration: underline;
}
.pamf-cont .pamf-txt .bgtxt{
  font-size: 92%;
  text-align: center;
  padding: 10px;
  background-color: #e0ebf3;
}

/*grid*/
.pamf-cont.grid{
	display: grid;
	display:-ms-grid;
	grid-template-columns:40% 60%;
	-ms-grid-columns:40% 60%;
}
.pamf-cont.grid>.pamf-img-wrap{
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	width: auto;
	background: none;
}
.pamf-cont.grid>.pamf-txt{
	grid-row: 1 / span 2; 
  grid-column: 2 / span 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	width: auto;
}
.pamf-cont.grid>.reservaForms{
	grid-row: 2;
	grid-column: 1;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	width: auto;
}

@media screen and (max-width:767px){
	.pamf-cont.grid{
		padding-bottom:20px;
	}
  .pamf-cont .pamf-img-wrap,
  .pamf-cont .pamf-txt{
    width: 100%;
  }
  .pamf-cont .pamf-txt{
    padding-top:0;
  }
  .pamf-cont .pamf-txt h4{
  font-size: 134%;
  }
	.pamf-cont.grid{
		display: block;
	}
}



/* tour information
--------------------------------------*/
.tour-info-wrap{
  padding: 80px 0;
}
.tour-info-list{
  width: 100%;
  margin-bottom:80px;
  background-color: #fff;
  padding:0 0 20px;
}
.tour-info-list:last-of-type{
	margin-bottom: 0;
}
.tour-info-list > .ttl_tour{
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  border-top: solid 4px #E31D23;
  background: #EFF0F2;
  padding: 13px 0 13px;
}
.tour-info-list > .ttl_tour i{
  color: #E31D23;
}
.tour-info-list > .ttl_tour >span{
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
}
.tour-info-list ul.tour_point{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 20px;
	/*align-items: flex-start;*/
}
.tour-info-list ul.tour_point.ai_ih{
	align-items:inherit;
}
.tour-info-list ul.tour_point > li{
  margin-bottom: 10px;
  width: 49%;
  border: solid 2px #E31D23;
  border-radius: 12px;
  padding: 10px 15px;
}
.tour-info-list ul.tour_point > li.ai_cnt{
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.tour_point li.kiroro_up1{
	/*transform:translateY(-45px);
	margin-bottom: -45px !important;*/
	height: 100%;
}
.tour_point li.kiroro_up2{
	transform:translateY(-174px);
	margin-bottom: -174px !important;
	height: 100%;
}
.tour-info-list li h6{
  margin-bottom: 12px;
  font-weight: bold;
  padding-bottom:12px;
  border-bottom: dashed 1px #E31D23;
  line-height: 1.2;
  color: #E31D23;
  text-align: center;
	width: 100%;
}
.tour-info-list li h6>span{
  font-size: 84%;
   border-bottom: solid 1px #E31D23;
}
.tour-info-list li h6.imp{
  border-bottom:none;
	margin-bottom: 0;
	padding-bottom:0;
	line-height: 1.6;
}
.tour-info-list li h6.imp>span{
  font-size:108%;
  border-bottom:none;
	background: linear-gradient(transparent 0%, #fff799 0%);
	font-weight: bold; 
}
.tour-info-list li p{
  font-size: 88%;
	width: 100%;
}
.tour-info-list li p a{
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  
  color: #5987FF;/*周りの文字(#333)とのコントラスト比を3:1以上*/
}
.tour-info-list li > ul > li{
  font-size: 88%;
  text-indent: -1em;
  padding-left:1em;
  margin-bottom: 5px;
}
@media screen and (max-width:767px){
  .tour-info-list{
    margin-bottom: 50px;
  }
  .tour-info-list li{
    width: 100%;
  }
	.tour-info-list ul.tour_point{
		padding: 0 10px 20px;
	}
  .tour-info-list ul.tour_point > li{
    width: 100%;
		display: block;
  }
	.tour_point li.kiroro_up1,
	.tour_point li.kiroro_up2{
		transform:translateY(0);
		margin-bottom:10px !important;
		height: auto;
	}
	.tour-info-list li h6{
		font-size: 92%;
	}
}


.tour-info-cont{
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 70px;
  /*border: solid 2px #000;*/
}
.tour-info-cont.ws{
  margin: 0 20px 40px;
  border: solid 2px #E31D23;
  width: auto;
}
.tour-info-cont:last-child{
  margin-bottom: 0;
}
.tour-info-cont .info-img{
  position: relative;
  width: 40%;
}
.tour-info-cont .info-img.flex{
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
	align-content: center;
}
.tour-info-cont .info-img >.pamf-img{
  width: 70%;
}
.tour-info-cont .info-img >.pamf-img > span{
	text-align: center;
	display: block;
	margin: 0 auto 28px;
	background: #E31D23;
	font-weight: 700;
	color: #fff;
	padding: 15px 12px;
	border-radius: 8px;
	position: relative;
	width: 120%;
  transform: translateX(-10%);
}
.tour-info-cont .info-img >.pamf-img > span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 10px solid #E31D23;
}
@media screen and (max-width:767px){
	.tour-info-cont .info-img.flex{
		padding: 0 10px;
	}
  .tour-info-cont .info-img >.pamf-img{
    padding-top: 2em;
  }
	.tour-info-cont .info-img >.pamf-img > span{
		font-size:92%;
	}
}
.tour-info-cont .info-img >.pamf-img img{
  border:solid 1px #ddd;
}
.tour-info-cont .info-img::after{
  content: 'イメージ';
  position: absolute;
  bottom: 1em;
  right: 1em;
  text-align: right;
  font-size: 82%;
  z-index: 10;
  text-shadow: 1px 1px 2px #fff;
}
.tour-info-cont .info-img.txBlk::after{
  content: 'イメージ';
  position: absolute;
  bottom: 1em;
  right: 1em;
  text-align: right;
  font-size: 82%;
  z-index: 10;
  text-shadow: 0px 0px 2px #000;
  color: #fff;
}
/*top*/
.tour-info-cont .info-img.tour01.top{background: url(/domestic/theme/promo_ski/img/20190905/tour01.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour02.top{background: url(/domestic/theme/promo_ski/img/20190808/tour02.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour03.top{background: url(/domestic/theme/promo_ski/img/20191128/tour03.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour04.top{background: url(/domestic/theme/promo_ski/img/20200205/rusutsu/harutoku.jpg) no-repeat center center; background-size: cover;}
/*rusutsu*/
.tour-info-cont .info-img.tour01.rusutsu{background: url(/domestic/theme/promo_ski/img/20190808/rusutsu/tour01.jpg) no-repeat left center; background-size: cover;}
.tour-info-cont .info-img.tour02.rusutsu{background: #fcfcfc;}.tour-info-cont .info-img.tour02.rusutsu::after{display:none;}
.tour-info-cont .info-img.tour03.rusutsu{background: url(/domestic/theme/promo_ski/img/20191128/rusutsu/tour03.jpg) no-repeat left center; background-size: cover;}
.tour-info-cont .info-img.tour04.rusutsu{background: url(/domestic/theme/promo_ski/img/20200205/rusutsu/harutoku.jpg) no-repeat left center; background-size: cover;}
/*niseko*/
.tour-info-cont .info-img.tour01.niseko{background: url(/domestic/theme/promo_ski/img/20190808/niseko/tour01.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour02.niseko{background: #fcfcfc;}.tour-info-cont .info-img.tour02.niseko::after{display:none;}
.tour-info-cont .info-img.tour03.niseko{background: url(/domestic/theme/promo_ski/img/20191128/niseko/tour03.jpg) no-repeat center center; background-size: cover;}
/*furano*/
.tour-info-cont .info-img.tour01.furano{background: url(/domestic/theme/promo_ski/img/20190808/furano/tour01.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour02.furano{background: #fcfcfc;}.tour-info-cont .info-img.tour02.furano::after{display:none;}
.tour-info-cont .info-img.tour03.furano{background: url(/domestic/theme/promo_ski/img/20191128/furano/tour03.jpg) no-repeat right center; background-size: cover;}
.tour-info-cont .info-img.tour04.furano{background: url(/domestic/theme/promo_ski/img/20200205/furano/harutoku.jpg) no-repeat right center; background-size: cover;}
/*kiroro*/
.tour-info-cont .info-img.tour01.kiroro{background: url(/domestic/theme/promo_ski/img/20190808/kiroro/tour01.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour02.kiroro{background: #fcfcfc;}.tour-info-cont .info-img.tour02.kiroro::after{display:none;}
.tour-info-cont .info-img.tour03.kiroro{background: url(/domestic/theme/promo_ski/img/20191128/kiroro/tour03.jpg) no-repeat left center; background-size: cover;}
.tour-info-cont .info-img.tour04.kiroro{background: url(/domestic/theme/promo_ski/img/20200205/kiroro/harutoku.jpg) no-repeat left center; background-size: cover;}
/*tomamu*/
.tour-info-cont .info-img.tour01.tomamu{background: url(/domestic/theme/promo_ski/img/20190808/tomamu/tour01.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour02.tomamu{background: #fcfcfc;}.tour-info-cont .info-img.tour02.tomamu::after{display:none;}
.tour-info-cont .info-img.tour03.tomamu{background: url(/domestic/theme/promo_ski/img/20191128/tomamu/tour03.jpg) no-repeat center center; background-size: cover;}
/*sahoro*/
.tour-info-cont .info-img.tour01.sahoro{background: #fcfcfc;}.tour-info-cont .info-img.tour01.sahoro::after{display:none;}
.tour-info-cont .info-img.tour02.sahoro{background: url(/domestic/theme/promo_ski/img/20191010/sahoro/tour02.jpg) no-repeat left center; background-size: cover;}
/*sapporo*/
.tour-info-cont .info-img.tour01.sapporo{background: url(/domestic/theme/promo_ski/img/20190905/sapporo/tour01.jpg) no-repeat left center; background-size: cover;}
.tour-info-cont .info-img.tour02.sapporo{background: url(/domestic/theme/promo_ski/img/20190905/sapporo/tour02.jpg) no-repeat left center; background-size: cover;}
.tour-info-cont .info-img.tour03.sapporo{background: url(/domestic/theme/promo_ski/img/20191010/sapporo/tour03.jpg) no-repeat center center; background-size: cover;}
.tour-info-cont .info-img.tour04.sapporo{background: url(/domestic/theme/promo_ski/img/20191128/sapporo/tour04.jpg) no-repeat center center; background-size: cover;}

.tour-info-cont .info-img > .tour-ctg{
  position: absolute;
  left:0;
  right: 0;
  top:-20px;
  padding: 10px;
  color: #fff;
  background: #E31D23;
  text-align: center;
  width: 94%;
  margin: auto;
  border-radius: 10px;
}
.tour-info-cont .info-img > .tour-ctg:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #E31D23;
}
.tour-info-cont .info-img > .tour-ctg.bgbk{
  background: #000;
}
.tour-info-cont .info-img > .tour-ctg.bgbk:after{
  border-top: 15px solid #000;
}
.tour-info-cont .info-txt{
  width: 60%;
  text-align: left;
  padding: 30px 25px;
  position: relative;
}
.tour-info-cont .info-txt h4{
  font-size: 100%;
  font-weight: bold;
  margin-bottom:5px;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
}
.tour-info-cont .info-txt h5{
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
}
.tour-info-cont .info-txt .time{
  font-size: 92%;
  margin-bottom:5px;
}
.tour-info-cont .info-txt .condition{
  margin-bottom:12px;
  font-size: 92%;
}
.tour-info-cont .info-txt .condition a{
  color:#000;
}
.tour-info-cont .info-txt .price{
  font-size: 118.7%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #D54100;
}
.tour-info-cont .info-txt .price > span{
  font-size: 74%;
  font-weight:normal;
}
.tour-info-cont .info-txt> .pamph{
  position: absolute;
  right:20px;
  top:20px;
  width: 135px;
}
.tour-info-cont .info-txt>.pamph span.new{
  display: inline-block;
  padding:2px 12px;
  background: #e03d30;
  color: #fff;
  margin-bottom: 2px;
  font-size:80%;
  line-height: 1;
}
.tour-info-cont .info-txt .info-list {
  margin-bottom: 15px;
}
.tour-info-cont .info-txt .info-list li{
  display: block;
  font-size: 88%;
  color: #666;
  text-indent: -1em;
  padding-left:1em;
}
.info-txt .more{
  font-size: 87%;
  padding: 0 0 10px;
}
.tour-info-cont .info-txt .bgtxt{
  font-size: 92%;
  text-align: center;
  padding: 10px;
  background-color: #e0ebf3;
}
.icon_bus{
  display: inline-flex;
  align-items: center; 
  padding: 0 5px;
}
.icon_bus > img{
  max-width: 20px;
}
.tour-info-cont .info-txt .point-ttl{
  font-size:88%;
  font-weight: bold;
  margin-bottom: 5px;
}
.tour-info-cont .info-txt .point-list{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour-info-cont .info-txt .point-list li{
  flex-grow: 1;
  position: relative;
  font-size:88%;
  width: 100%;
  margin:0 0 1% 0;
  background: #efefef;
  padding:6px 8px;
  box-sizing: border-box;
  /*border:solid 1px #999;*/
}
.tour-info-cont .info-txt figure {
  width: 25%;
  font-size: 74%;
}
.tour-info-cont .info-txt .point-list li.note{
  width:100%;
  margin:0;
  background-color: inherit;
  padding:0;
  border:none;
  font-size:88%;
}
.tour-info-cont .info-txt .point-list .txs{
  font-size:90%;
  color: #555;
}
.departure_area{
  font-size: 1.5rem;
  line-height: 1.2;
  border-radius: 0;
  background: #e5e9ed;
  display: inline-block;
  position: relative;
}
.departure_area::after{
  content: "▼";
  position: absolute;
  right: 10px;
  top:35%;
  font-size: 1.1rem;
  color: #999;
  z-index: 0;
  cursor: pointer;
  z-index: 1;
}
.departure_area > select{
  padding: 12px 45px 12px 15px;
  position: relative;
  z-index: 2;
}
.tour-info-cont .info-txt> ul .linkBtn,
form .linkBtn{
  display: inline-block;
  margin-left: 15px;
}
.linkBtn.cnt{
	text-align: center;
}
.linkBtn.mt0 > a{
	margin-top:0;
}

@media screen and (max-width:767px){
	.tour-info-cont.ws{
		margin: 0 10px 20px;
	}
  .tour-info-cont .info-txt> ul .linkBtn,
  form .linkBtn{
    margin-left: 0;
  }
	.tour-info-cont .info-txt .bgtxt{margin-bottom: 10px}
  .departure_area > select{
    width:100%;
    font-size: 1.6rem;
  }
}
.tour-info-cont .info-txt> .panfBtn,
.tour-info-cont .info-txt> .linkBtn a,
.tour-info-cont .info-txt> ul .linkBtn a,
.linkBtn a,
.linkBtn button{
  margin: 20px auto 0;
  width:auto;
  display: inline-block;
  border-radius:0;
  padding: 14px 30px;
  min-width: 50%;
  font-size: 1.5rem;
  color: #fff;
  background-color: #D24700;
  border:none;
  line-height: 1;
  text-align: center;
}
.linkBtn button{
  position: relative;
  padding: 14px 45px 14px 30px;
  margin: 10px auto 0;
}
.linkBtn button::after{
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  right: 10px;
  top: 35%;
  line-height: 1;
}

@media screen and (max-width:767px){
  .tour-info-cont .info-txt> .linkBtn a,
  .tour-info-cont .info-txt> ul .linkBtn a,
  .linkBtn a,
  .linkBtn button{
    width: 100%;
  }
  .tour-info-cont .info-txt .panfBtn{
    min-width: inherit;
    padding: 14px 10px;
    margin: 0 auto;
  }
}


@media screen and (max-width:1092px){
  .tour-info-cont .info-txt h5,
  .tour-info-cont .info-txt .condition{
    width: 76%;
  }
}
@media screen and (max-width:980px){
  .tour-info-cont .info-txt .pamph{
    width: 90px;
  }
  .tour-info-cont .info-txt .pamph.t50{
    top: 50px;
  }
  .tour-info-cont .info-txt h5,
  .tour-info-cont .info-txt .condition{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .tour-info-wrap{
    padding:40px 0 60px;
  }
  .tour-info-cont{
    flex-wrap:wrap;
    margin-bottom: 40px;
  }
  .tour-info-cont .info-img{
    width:100%;
    min-height:235px; 
  }
  .tour-info-cont .info-img > .tour-ctg.sp_right{
    right:0;
    top:0;
    left:auto;
  }
  .tour-info-cont .info-txt{
    width: 100%;
    padding: 15px 15px 24px;
    line-height: 1.6;
  }
  
  .tour-info-cont .info-txt h5{
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .tour-info-cont .info-txt .point-list li{
    width: 100%;
    margin:0 0 2% 0;
  }
  .tour-info-cont .info-txt .txt-wrap{
    width: 100%;
  }
  .tour-info-cont .info-txt figure {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-end;
  }
  .tour-info-cont .info-txt figure img{width:40%;}
  .tour-info-cont .info-txt figure span{width:60%;padding-left:10px;}
  .tour-info-cont .info-txt .pamph{
    position: inherit;
    right:auto;
    top:auto;
    width: 80px;
    float: right;
    margin:5px 0 10px 10px;
  }
  .tour-info-cont .info-txt .point-ttl{
    clear: both;
    
  }
  .tour-info-cont .info-txt .pamph.t50{
    top: 0;
  }
}


/*-------------------------------------------------------------

  トップページ

---------------------------------------------------------------*/
.mv.top{
  height: 720px;
  overflow: hidden;
  margin-bottom: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.mv.top h2{
  max-width: 847px;
  z-index: 1;
  margin: 40px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .mv.top h2 { width: 847px; } /* IE11 */
}
.icon_goto_wrap{
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
  height: 100%;
}
.icon_goto{
  position: absolute;
  right:20px;
  top: 40px;
  width:220px;
  z-index: 1;
}
.bnr_top_sale{
	position: absolute;
  width: 100%;
  max-width: 1200px;
  height: auto;
  left: 50%;
	transform: translateX(-50%);
  bottom: 10%;
  transition: .2s;
	text-align: right;
  outline: none!important;
	z-index: 1;
}
.bnr_top_sale a{
	max-width: 200px;
	display: inline-block;
	animation: yureru-updown 2s infinite;
}
@keyframes yureru-updown {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
.bnr_top_sale img{
	outline: none!important;
}
.bnr_top_sale:hover {
	bottom:9.7%;
	opacity: .9;
	outline: none!important;
}
#saleinfo{
	margin-top: -100px;
	padding-top: 100px;
}
.mv_top_slide{
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  overflow: hidden;
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 0;
}
.mv_top_slide > ul li img{
  width: 100%;
  height: 720px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.video{
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  /*z-index: -1;*/
}
.mv.top video{
  width: auto;
  min-height: 100% !important; 
  height: 100% !important; 
}
.bc-iframe,.bc-iframe body,.bc-player-8bnjBy7Zh_default,.bc-player-8bnjBy7Zh_default .vjs-poster,.video-js{
  background-color: inherit;
}


@media screen and (max-width:1024x){
  .mv.top  >.cont_inner{
    height:100% !important;
  }
}

@media screen and (max-width:768px){
  .mv.top{
    height: 480px;
  }
  .mv.top h2{
    width: 500px;
  }
  .icon_goto_wrap{
    padding: 0;
    position:absolute;
    width:24%;
    top: 10px;
    right: 10px;
  }
  .icon_goto{
    width:100%;
    top: auto;
    right: auto;
  }
  .mv_top_slide > ul li img{
    height: 480px;
  }
  .mv.top  >.cont_inner{
    height:100% !important;
  }
	.bnr_top_sale{
		width: 23%;
		right: -7%;
		bottom: auto;
		top: 4%;
		left: auto;
	}
	.bnr_top_sale:hover {
		bottom: auto;
	}
	#saleinfo{
		margin-top: -100px;
		padding-top: 100px;
	}
}
@media screen and (max-width:504px){
  .mv.top{
    height: 280px;
  }
  .icon_goto_wrap{
    width:30%;
    top: 10px;
  }
  .icon_goto{
    width:100%;
  }
  .mv_top_slide > ul li img{
    height: 280px;
  }
  .video{
    height: 100%;
  }
  .mv.top h2{
    margin: 20px;
  }
}

/* intro
--------------------------------------*/
.intro.top{
  padding: 70px 0 80px;
}
@media screen and (max-width:767px){
  .intro.top{
    padding: 40px 2% 60px;
  }
}

/* map-access
--------------------------------------*/
.map-wrap{
  padding: 50px 0;
  margin-bottom: 50px;
}
.map-wrap > .bg_gry{
  height:480px;
}
.map-access{
  background: url(/domestic/theme/promo_ski/img/20190808/map_hok.png) no-repeat center center;
  height:576px;
  background-size: 950px;
  position: relative;
  width: 950px;
  margin: auto;
  top:-50px;
}
.map-access h3.ttl_map{
  position: absolute;
  text-align: center;
  width: 260px;
  padding: 1.3em;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
  right: 100px;
  top: 80px;
  line-height: 1;
}
.map-access h3.ttl_map span{
  font-weight: 700;
  font-size: 137.5%;
}
.map-access ul{
  width: 100%;
  height: 100%;
  position: relative;
}
.map-access ul > li{
  position: absolute;
}
.map-access .map-rusutsu{top:365.4px; left:245.5px;}
.map-access .map-niseko{top:341px; left:190px;}
.map-access .map-furano{top:267.5px; left:381.6px;}
.map-access .map-kiroro{top:308px; left:235.8px;}
.map-access .map-tomamu{top:333.5px; left:397.5px;}
.map-access .map-sahoro{top:296.2px; left:438px;}
.map-access .map-sapporo{top:295.2px; left:290px;}
.map-access a{
  cursor: pointer;
  position: relative;
	display:block;
  width: 51px;
}
.map-access a:focus{
  outline: 1px;
}
.map-access a .map_txt_area{
  display: none;
}
.map-access a .map_icon_circle{
  width: 51px;
}
.map-access a .cp_tooltiptext {
	position: absolute;
	bottom: 100%;
	left: -9em;
	/*visibility: hidden;*/
  opacity: 0;
  z-index:-1;
	width: 22em;
	padding: 0.8em 1em;
	transition: opacity 1s;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #222;
  font-size: 84%;
}
.map-access a .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #070707;
}
.map-access a:hover .cp_tooltiptext,
.map-access a:focus .cp_tooltiptext{
	/*visibility: visible;*/
	opacity: 1;
  z-index:1;
}


@media screen and (max-width:767px){
  .map-wrap{
    display: none
  }
}


/* ranking 
--------------------------------------*/
.ranking-wrap{
  margin:0 auto 80px;
}
.ranking{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.ranking > .ranking-cont{
  width: 32%;
  margin-bottom: 50px;
  margin-right: 1.3%;
  vertical-align: top;
  text-align: left;
}
.ranking > .ranking-cont:nth-child(3){
  margin-right: 0;
}
.ranking-cont.sampleImg{
  padding-top:70px;
  position: relative;
}
.ranking-cont.sampleImg::after{
  content: 'イメージ';
  position: absolute;
  top: 300px;
  right: .5em;
  text-align: right;
  font-size: 76%;
  z-index: 10;
  color: #fff;
  text-shadow:1px 1px 2px #000;
}
@media screen and (max-width:1214px){.ranking-cont.sampleImg::after{top:63%;}}
@media screen and (max-width:1142px){.ranking-cont.sampleImg::after{top:61%;}}
@media screen and (max-width:1024px){.ranking-cont.sampleImg::after{top:59%;}}
@media screen and (max-width:950px){.ranking-cont.sampleImg::after{top:57%;}}
@media screen and (max-width:850px){.ranking-cont.sampleImg::after{top:55%;}}

.ranking > .ranking-cont .ranking-img > .ranking-img-cont{
  position: relative;
  padding-left:1px
}

.ranking > .ranking-cont .ranking-img > .ranking-img-cont::after{
  content: 'イメージ';
  position: absolute;
  bottom: .5em;
  right: .5em;
  text-align: right;
  font-size: 76%;
  z-index: 10;
  color: #fff;
  text-shadow:1px 1px 2px #000;
}
/*ttl*/
.ranking > .ranking-cont .ranking-ttl{
  text-align: center;
  margin-bottom: 24px;
  color: #000;
  font-size:137.5%;
}
.ranking > .ranking-cont .ranking-ttl span{
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
/*
.ranking > .ranking-cont .ranking-ttl span::before{
  content:'';
  background: url(/domestic/theme/promo_ski/img/20190729/icon_crown@2x.png) no-repeat left center;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px;
  height: 16px;
  width: 26px;
}
*/

/*btn area*/
.btn-detail.area{
  margin-bottom: 20px;
}
.btn-detail.area a{
  background-color: #242424;
  color: #fff;
  width: 100%;
}
.btn-detail.area a:hover{
  background-color:#999;
}
/*btn tour*/
.btn-detail.tour {
  text-align: center;
}
.btn-detail.tour a{
  background-color:#D24700;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 1em 2em;
}
.btn-detail.tour a:hover{
  background-color:#242424;
}

/*ranking-reserve*/
/* アコーディオン採用時はコメントアウト解除
.ranking-reserve dt{
  display: block;
  position: relative;
  background-color:#808080;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 1.2em 2em;
  cursor: pointer;
}
.ranking-reserve dt:hover{
  background-color: #666;
  text-decoration: none;
}
.ranking-reserve dt::after{
  content: '\f107';
  font-family: "fontAwesome";
  color: #fff;
  line-height: 1;
  position: absolute;
  right: .7em;
  top:0;
  bottom: 0;
  height: 1em;
  margin: auto;
}
.ranking-reserve dt.open::after{
  content: '\f106';
  font-family: "fontAwesome";
}
*/
.ranking-reserve .r-inner{
  /*display: none;*/
  background-color: #fff;
  box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2);
  margin-top: 8px;
}
.ranking-reserve .r-inner > p{
  padding:12px 12px 5px;
  font-size: 87.5%;
}
.ranking-reserve .r-inner > ul{
  border-top: solid 1px #000;
  /*padding-top: 10px;*/
  margin: 10px auto 0;
  width: 94%;
}
.ranking-reserve.no-border .r-inner > ul{
  border-top: none;
  margin-top:0;
}
.ranking-reserve .r-inner ul li{
  padding: 12px 8px;
  border-bottom: dotted 1px #999;
  position: relative;
}
.ranking-reserve .r-inner ul li:last-child{
  border-bottom:none;
}
.ranking-reserve .r-inner ul li h5{
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",'Noto Serif JP', serif;
  transform: rotate(.03deg);
  font-weight: bold;
  font-size: 86%;
}
.ranking-reserve .r-inner ul li h5 .fa{
  padding: 0 0.1em;
}
.ranking-reserve .r-inner ul li p{
  font-size: 87.5%;
  margin-bottom: 15px
}
.ranking-reserve .btn-detail.tour a{
  display: block;
  padding: 1em;
}
.ranking{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.ranking > .ranking-cont{
  width: 32%;
  margin-bottom: 50px;
  margin-right: 1.3%;
  vertical-align: top;
  text-align: left;
}
.ranking > .ranking-cont:nth-child(3){
  margin-right: 0;
}

@media screen and (max-width:767px){
  .ranking > .ranking-cont{
    width: 100%;
    margin-bottom: 35px;
  }
  .ranking-cont.sampleImg{
    display: none;
  }
  .ranking-wrap{
    margin:0 auto 40px;
  }
  .ranking > .ranking-cont .ranking-ttl{
    margin-bottom: 16px;
    font-size:125%;
  }
  .ranking > .ranking-cont .ranking-img > .ranking-img-cont{
    padding-left: 0;
  }
  .btn-detail.area{
    margin-bottom: 12px;
  }
}
@media screen and (max-width:410px){
  .ranking-reserve .r-inner ul li h5{
      white-space: nowrap;
      font-size: 3.6vw;
  }
}



/* area theme
--------------------------------------*/
.theme-wrap.top{
  margin:0 auto;
  padding:80px 0 100px;
}
.theme{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme > .theme-cont{
  width: 33.3333333%;
}
.theme > .theme-cont a{
  text-decoration: none !important;
}
.theme > .theme-cont > a > .theme-img{
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 260px;
}
.theme > .theme-cont > a > .theme-img img{
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
}
.theme > .theme-cont > a > .theme-img img:hover {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}
.theme > .theme-cont > a > .theme-img > img{ 
  position: relative;
  z-index: 0;
}
.theme > .theme-cont > a > .theme-img > h5{ 
  position:absolute;
  bottom:0;/*.8em*/
  right:0;/*.8em*/
  text-align: center;
  padding: 12px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
}
.theme > .theme-cont > a > .theme-img > h5 span,
.theme > .theme-cont > a > .theme-img > h5 span:hover{
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
  font-size: 114%;
  color: #fff;
  font-weight: bold;
  position: relative;
  /*text-shadow:0px 0px 3px #000000;*/
  width: 100%;
  line-height: 1;
}
.theme > .theme-cont > a > .theme-img > h5 span::after{
  line-height: 1;
  content: '\f105';
  font-family: "fontAwesome";
  color: #fff;
  position: absolute;
  right: -1em;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-weight: normal;
}
@media screen and (max-width:767px){
  .theme-wrap{
    padding:40px 0 40px;
  }
  .theme > .theme-cont{
    width: 100%;
    margin-bottom: 20px;
  }
}


/*-------------------------------------------------------------

  エリアページ

-------------------------------------------------------------*/
.mv.area{
  height: 528px;
  overflow: hidden;
}
.mv.area.rusutsu{background: url(/domestic/theme/promo_ski/img/20190808/rusutsu/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.niseko{background: url(/domestic/theme/promo_ski/img/20190808/niseko/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.furano{background: url(/domestic/theme/promo_ski/img/20210928/furano/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.kiroro{background: url(/domestic/theme/promo_ski/img/20201211/kiroro/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.tomamu{background: url(/domestic/theme/promo_ski/img/20210928/tomamu/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.sahoro{background: url(/domestic/theme/promo_ski/img/20210928/sahoro/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.sapporo{background: url(/domestic/theme/promo_ski/img/20190905/sapporo/mv.jpg) no-repeat top center; background-size: cover;}
/*recommend*/
.mv.area.family{background: url(/domestic/theme/promo_ski/img/20190905/family/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.activity{background: url(/domestic/theme/promo_ski/img/20190905/activity/mv.jpg) no-repeat top center; background-size: cover;}
.mv.area.onsen{background: url(/domestic/theme/promo_ski/img/20190905/onsen/mv.jpg) no-repeat top center; background-size: cover;}

.mv.area > .cont_inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
	position: relative;
}
/*新*/
.cont_inner .ttl_area{
  height: 22.5%;
  margin-top: -5%;
}
.mv.area.tomamu > .cont_inner .ttl_area{height: 40%;}

.cont_inner .ttl_area img{
  height: 100%;
}
.mv.area .mv_mark_rusutsu{
	position: absolute;
	right:10px;
	top: 20px;
	width: 100px;
}
@media screen and (max-width:767px){
  .mv.area{height: 350px;}
  
  .mv.area.rusutsu{background: url(/domestic/theme/promo_ski/img/20190905/rusutsu/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.niseko{background: url(/domestic/theme/promo_ski/img/20210928/niseko/mv_sp.jpg) no-repeat left center; background-size: cover;}
  .mv.area.furano{background: url(/domestic/theme/promo_ski/img/20210928/furano/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.kiroro{background: url(/domestic/theme/promo_ski/img/20201211/kiroro/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.tomamu{background: url(/domestic/theme/promo_ski/img/20210928/tomamu/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.sahoro{background: url(/domestic/theme/promo_ski/img/20210928/sahoro/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.sapporo{background: url(/domestic/theme/promo_ski/img/20190905/sapporo/mv_sp.jpg) no-repeat top center; background-size: cover;}
  /*recommend*/
  .mv.area.family{background: url(/domestic/theme/promo_ski/img/20190905/family/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.activity{background: url(/domestic/theme/promo_ski/img/20190905/activity/mv_sp.jpg) no-repeat top center; background-size: cover;}
  .mv.area.onsen{background: url(/domestic/theme/promo_ski/img/20190905/onsen/mv_sp.jpg) no-repeat top center; background-size: cover;}
	
	.mv.area .mv_mark_rusutsu{
		width: 80px;
	}
}
@media screen and (max-width:560px){
  .mv.area > .cont_inner{
    justify-content: center;
  }
}

/* ie11 / fontsize
--------------------------------------*/
_:-ms-fullscreen, :root .slope-info-wrap > h3 {font-size:130%;}
_:-ms-fullscreen, :root .hotel > .hotel-cont > .hotel-txt > h4 span{font-size:130%;}
_:-ms-fullscreen, :root .hotel > .hotel-cont > .hotel-txt > h4 a{font-size:130%;}


/* slope information
--------------------------------------*/
.slope-info-wrap{
  padding-bottom: 100px;
}
.slope-info-wrap > h3{
  display: block;
  background: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size:112.5%;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 2.6;
  transform: rotate(.03deg);
}
.slope-info-cont{
  width: 100%;
  font-size: 93.7%;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  position: relative;
}
.slope-info-cont .slope-ttl{
  text-align: center;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
  color: #000;
  background: #E5E5E5;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
  padding: 16px;
  font-weight: bold;
  line-height: 1;
}
.slope-info-cont h4{
  font-weight: bold;
  display: block;
  color: #000;
  margin-bottom: 8px;
}
.slope-info-cont .slope-info-tbl{width: 36%;}
.slope-info-cont .slope-info-ratio{width: 32%;}
.slope-info-cont .slope-info-map{width: 26.4%;}
.slope-info-cont .slope-info-mapL{width: 60%; margin-bottom: 30px;}
/*niseko*/
.slope-info-cont .slope-block01 {width:71%; margin-bottom: 30px;}
.slope-info-cont .slope-block02{width:47.4%;}

.slope-info-cont .slope-block01 >.flex-wrap >.slope-info-tbl{width: 50%;}
.slope-info-cont .slope-block01 >.flex-wrap >.slope-info-ratio{width: 47%;}
.slope-info-cont .slope-block02 >.slope-info-tbl,
.slope-info-cont .slope-block02 >.slope-info-ratio{width: 99%; display: block; margin:0 auto 10px;}
.slope-info-cont .slope-block-map{
  width: 26.4%;
  position: absolute;
  right: 20px;
  top:20px;
}

/* table */
.slope-info-cont .slope-info-tbl table{
  width: 100%;
  position: relative;
  top:-10px;
}
.slope-info-cont .slope-info-tbl table th,
.slope-info-cont .slope-info-tbl table td{
  border-bottom: solid 1px #ccc;
  padding: 10px 14px 10px 0;
}
.slope-info-cont .slope-info-tbl table th{
  font-weight: bold;
  white-space: nowrap;
}
/* ratio */
.slope-info-cont .slope-info-ratio .ratio{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
}
.slope-info-cont .slope-info-ratio .ratio .item{
  text-align: center;
  font-weight: bold;
  height: 2.7em;
  line-height: 2.7em;
  font-size:92%;
}
.slope-info-cont .slope-info-ratio .ratio .beginner,
.slope-info-cont .slope-info-ratio .ratio .ski{background: #B1E6F6;}
.slope-info-cont .slope-info-ratio .ratio .middle,
.slope-info-cont .slope-info-ratio .ratio .bord{background:#007ab7; color:#fff;}
.slope-info-cont .slope-info-ratio .ratio .advanced{background:#053a86; color:#fff;}
.slope-info-cont .slope-info-ratio .ratio .txtS{font-size:73%;}
.slope-info-cont .slope-info-ratio .ratio .lhS{line-height:1.2; display:flex; align-items:center;}
.slope-info-cont .slope-info-ratio .ratio span{font-weight:bold; margin:auto;}

.btn-detail.btn2colCnt{
  padding:40px 0 0;
  text-align: center;
}
.btn-detail.btn2colCnt li{
  display: inline-block;
  margin: 0 30px;
  min-width: 30%;
  text-align: center;
}
.btn-detail.btn2colCnt li a{
  background-color: #242424;
  color: #fff;
  width: 100%;
}
.btn-detail.btn2colCnt li a:hover{
  background-color:#999;
}
@media screen and (max-width:560px){
  .btn-detail.btn2colCnt{
    width: 80%;
    margin: auto;
    padding:24px 0 0;
  }
  .btn-detail.btn2colCnt li{
    min-width: inherit;
    width: 100%;
    margin:0 0 15px;
  }
}


@media screen and (max-width:1024px){
  .slope-info-cont .slope-block-map.center{
    width: 32%;
  }
}
@media screen and (max-width:860px){
  .slope-info-cont .slope-block-map.center{
    width: 38%;
  }
}
@media screen and (max-width:767px){
  .slope-info-wrap{
    padding-bottom: 50px;
  }
  .slope-info-cont .slope-info-ratio .ratio .txtM{font-size:84%;}
  .slope-info-cont{
    flex-wrap:wrap;
    padding: 20px 12px;
  }
  .slope-info-cont.cnt-map{
    padding-top: 20px;
  }
  .slope-info-cont .slope-info-tbl,
  .slope-info-cont .slope-info-ratio,
  .slope-info-cont .slope-info-map,
  .slope-info-cont .slope-info-mapL{
    width: 100%;
  }
  .slope-info-cont .slope-info-tbl,
  .slope-info-cont .slope-info-ratio{
    margin-bottom: 10px;
  }
  /*niseko*/
  .slope-info-cont .slope-block01,
  .slope-info-cont .slope-block02 {width:100%; margin-bottom: 20px;}
  .slope-info-cont .slope-block01 >.flex-wrap >.slope-info-tbl,
  .slope-info-cont .slope-block01 >.flex-wrap >.slope-info-ratio,
  .slope-info-cont .slope-block02 >.slope-info-tbl,
  .slope-info-cont .slope-block02 >.slope-info-ratio{width:100%;}
  .slope-info-cont .slope-block-map,
  .slope-info-cont .slope-block-map.center{
    width: 100%;
    position: inherit;
    right:auto;
    top:auto;
  }
}




/* Hotel Lineup
--------------------------------------*/
.hotel-wrap{
   padding:60px 0 80px;
}
.hotel{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hotel > .hotel-cont{
  width: 48%;
  background-color: #fff;
  margin-bottom: 40px;
}
.hotel > .hotel-cont .hotel-img{
  position: relative;
}
.hotel > .hotel-cont .hotel-img::after{
  content: '外観（イメージ）';
  position: absolute;
  bottom: .5em;
  right: .5em;
  text-align: right;
  font-size: 82%;
  z-index: 10;
  color: #fff;
  text-shadow:1px 1px 2px #000;
}
.hotel > .hotel-cont > .hotel-txt{
  padding:24px 20px;
}
.hotel > .hotel-cont > .hotel-txt > h4{
  text-align: center;
  margin-bottom: 24px;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
}
.hotel > .hotel-cont > .hotel-txt > h4 span,
.hotel > .hotel-cont > .hotel-txt > h4 a{
  display: inline-block;
  font-weight: bold;
  font-size:112.5%;
  border-bottom: solid 1px #000;
  padding-bottom: 14px;
  text-decoration: none;
  color: #000;
}
.hotel > .hotel-cont > .hotel-txt > h4 a:hover{
  color: #999;
  border-bottom: solid 1px #999;
}

.hotel > .hotel-cont > .hotel-txt > p{
  margin-bottom: 20px;
  font-size: 87.5%;
}
.hotel > .hotel-cont > .hotel-txt > .btn-detail.tour a{
  width: 50%;
}
/*ホテルが1つの場合*/
.hotel > .hotel-cont.hotel1colum{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img,
.hotel > .hotel-cont.hotel1colum > .hotel-txt{
  width: 50%;
}
/*ホテルの写真が3枚*/
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3 > li{
  position: relative;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3 > li:nth-child(1){
  width: 100%;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3 > li:nth-child(2){
  width: 50%;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3 > li:nth-child(3){
  width: 50%;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3::after{
  display: none;
}
.hotel > .hotel-cont.hotel1colum > .hotel-img.pic3 > li span{
  position: absolute;
  bottom: .3em;
  right: .5em;
  text-align: right;
  font-size: 82%;
  z-index: 10;
  color: #fff;
  text-shadow:1px 1px 2px #000;
}


@media screen and (max-width:767px){
  .hotel-wrap{
    padding:40px 0 50px;
  }
  .hotel > .hotel-cont{
    width: 100%;
    margin-bottom: 20px;
  }
  .hotel > .hotel-cont > .hotel-txt > .btn-detail.tour a{
    width: 90%;
  }
  .hotel > .hotel-cont.hotel1colum > .hotel-img,
  .hotel > .hotel-cont.hotel1colum > .hotel-txt{
    width: 100%;
  }
  .hotel > .hotel-cont.hotel1colum > .hotel-img.pic3 > li span{
    font-size: 64%;
  }
}


/* Recommend
--------------------------------------*/ 
.recommend-wrap{
   padding:60px 0 80px;
   /*margin: 0 auto 80px;*/
}
.recommend{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommend::after{
  content:"";
  display:block;
  width: 31.4%;
  height:0;
}
.recommend > .rm-cont{
  width: 31.4%;
}
.recommend > .rm-cont > .rm-img{
  width: 100%;
  position: relative;
}
.recommend > .rm-cont > .rm-img::after{
  content: 'イメージ';
  position: absolute;
  TOP: .5em;
  right: .5em;
  text-align: right;
  font-size: 82%;
  z-index: 10;
  color: #fff;
  text-shadow:0px 0px 3px #000000;
}
.recommend > .rm-cont > a > .rm-img::after{
  top:auto;
  bottom: .5em;
}
.recommend > .rm-cont > .rm-img > img{ 
  position: relative;
  z-index: 0;
}
.recommend > .rm-cont > .rm-img h4{
  background-color: rgba(0,0,0, 0.7);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  padding: 12px;
  z-index: 1;
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
}
.recommend > .rm-cont > .rm-txt{
  padding:20px 20px 5px;
  background-color: #fff;
}
.recommend > .rm-cont > .rm-txt p{
  margin-bottom: 20px;
  font-size: 87.5%;
}
.more{
  text-align: center;
}
.more a{
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 1px #000;
  cursor: pointer;
}
.more a::after{
  content: '\f103';
  font-family: "fontAwesome";
  margin-left: 5px;
}
.more.open a::after{
  content: '\f102';
  font-family: "fontAwesome";
  margin-left: 5px;
}
.rm-txt-cont{
  display: block;
}
.more-pc{display: block;}
.more-sp{display: none;}
@media screen and (max-width:767px){
  .recommend-wrap{
    padding:40px 0 40px;
  }
  .recommend > .rm-cont{
    width: 100%;
    margin-bottom: 20px;
  }
  .recommend > .rm-cont > .rm-txt{
    padding:20px 15px 5px;
  }
  .rm-txt-cont{
    display: none;
  }
  .rm-txt-cont p{
    margin-bottom: 10px;
  }
  .more-pc{display: none;}
  .more-sp{display: block;}
}




/* recommend-area
--------------------------------------*/
.recommend-area-wrap{
  margin:0 auto 80px;
}
/*ttl*/
.recommend-area h3{
  text-align: left;
  margin-bottom: 30px;
}
.recommend-area h3 a{
  display: inline-block;
  border-radius: 4px;
  background: #5A91C9;
  color: #fff;
  font-size:112.5%;
  font-weight: bold;
  padding: 16px 30px;
  line-height: 1;
}
.recommend-area h4{
  display: block;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  margin-bottom: 50px;
  position: relative;
}
.recommend-area h4::after{
  content: '';
  position: absolute;
  left:0;
  bottom: -1px;
  width: 5em;
  height: 1px;
  background: #000;
}
.recommend-area h4 span{
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 162.5%;
}
/* recommend-area-cont */
.recommend-area-cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.recommend-area-cont.onsen{
  margin-bottom: 0;
}
.recommend-area-cont.onsen::after{
  content:"";
  display:block;
  width: 31%;
  height:0;
}

/* recommend-area-cont onsen */
.recommend-area-cont .col3{
  width: 31%;
  margin-bottom: 60px;
}
.recommend-area-cont .col3.pc_noareattl{
  padding-top: 5em;
}
.recommend-area-cont .col3 > .col3-img{
  margin-bottom: 20px;
  width: 100%;
}
.recommend-area-cont .col3 > .access{
  font-size: 87.5%;
  margin-bottom: 10px;
}
.recommend-area-cont .col3 > h5{
  display: block;
  color: #000;
  font-weight: bold;
  font-size:112.5%;
  margin-bottom: 20px;
}
.recommend-area-cont .col3 > h5 a{
  color: #000;
  font-weight: bold;
  font-size:112.5%;
}
.recommend-area-cont .col3 > .icon-area{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 28px 0;
}
.recommend-area-cont .col3 > .icon-area li{
  width:7.8% ;
  margin-right: 5px;
}
.recommend-area-cont .col3 > .btn-detail{
  width: 100%;
}
.recommend-area-cont .col3 > .btn-detail a{
  background-color:#D24700;
  color: #fff;
  display: inline-block;
  padding: 1.2em 1.3em;
  width: 100%;
}
.recommend-area-cont .col3 > .btn-detail a:hover{
  background-color:#242424;
}
.recommend-area-cont .col3 > .btn-detail a::after {
  right: .5em;
}

/* recommend-area-cont family/activity */
.recommend-area-cont .recommend-area-img{
  width: 40%;
  margin-bottom: 24px;
}
.recommend-area-cont .recommend-area-img li,
.recommend-area-cont .col3 > .col3-img li{
  position: relative;
}
.recommend-area-cont .recommend-area-img li img,
.recommend-area-cont .col3 > .col3-img li img{
  position: relative;
  z-index: 0;
}
.recommend-area-cont .recommend-area-img li span,
.recommend-area-cont .col3 > .col3-img li span{
  position: absolute;
  bottom: .5em;
  right: .5em;
  text-align: right;
  font-size: 76%;
  color: #fff;
  text-shadow:1px 1px 2px #000;
  z-index: 1;
}
.recommend-area-cont .recommend-area-txt{
  width: 55%;
}
.recommend-area-cont .recommend-area-txt h5{
  display: block;
  color: #000;
  font-weight: bold;
  font-size:125%;
  margin-bottom: 16px;
}
.recommend-area-cont .recommend-area-txt h6{
  display: block;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.recommend-area-cont .recommend-area-txt p{
  font-size: 100%;
  margin-bottom: 20px;
}
/*table*/
/*.tbl-line*/
.recommend-area-cont .recommend-area-txt .tbl-line{
  border-top:solid 1px #ccc;
  margin-bottom: 28px;
  width: 100%;
}
.recommend-area-cont .recommend-area-txt .tbl-line tr{
  border-bottom:solid 1px #ccc;
}
.recommend-area-cont .recommend-area-txt .tbl-line th{
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  width: 25%;
}
.recommend-area-cont .recommend-area-txt .tbl-line th,
.recommend-area-cont .recommend-area-txt .tbl-line td{
  padding: 12px 20px 12px 0;
  line-height: 1.3;
  font-size:87.5%;
}
@media screen and (max-width:560px){
  .recommend-area-cont{
    margin-bottom:50px;
  }
}

/*tbl-s*/
.tbl-wrap{
  margin-bottom: 20px;
}
.tbl-s{
  border-collapse:  collapse;
  font-size: 75%;
  width: 100%;
}
.tbl-s thead > tr > th{
  text-align: center;
  font-weight: bold;
  background: #E6EBF2;
}
.tbl-s th,
.tbl-s td {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 5px;
  font-weight: normal;
  vertical-align: middle;
}
.tbl-s th{
  text-align: left;
}
.tbl-s td{
  text-align: center;
}
@media screen and (max-width:560px){
  .tbl-wrap{
    overflow: scroll;
    white-space: nowrap;
  }
}

/**/
.recommend-area-link{
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px;
}
.recommend-area-link > p{
  width:76% ;
  font-weight: bold;
  font-size: 100%;
}
.recommend-area-link > p > .red{
  color:#D54100 !important;
  font-size: 120%;
  font-weight: bold;
}

.recommend-area-link > .btn-detail{
  width: 18%;
}
.recommend-area-link > .btn-detail a{
  background-color:#D24700;
  color: #fff;
  display: inline-block;
  padding: 1em 1.3em;
  width: 100%;
}
.recommend-area-link > .btn-detail a:hover{
  background-color:#242424;
}
.recommend-area-link > .btn-detail a::after {
  right: .5em;
}
@media screen and (max-width:767px){
  .recommend-area-wrap{
    margin:0 auto 40px;
  }
  .recommend-area h3{
    margin-bottom: 18px;
  }
  .recommend-area h3 span{
    padding: 14px 20px;
    font-size: 100%;
  }
  .recommend-area h4{
    margin-bottom: 30px;
  }
  .recommend-area h4 span{
    font-size: 137.5%;
  }
  .recommend-area-cont .recommend-area-txt h5{
    font-size:112.5%;
  }
  .recommend-area-cont .recommend-area-img,
  .recommend-area-cont .recommend-area-txt{
    width: 100%;
  }
  .recommend-area-link > p{
    width:100%;
    margin-bottom: 12px;
  }
  .recommend-area-link > .btn-detail{
    width:100% ;
    text-align: center;
  }
  .recommend-area-cont .recommend-area-img li img{
    margin-bottom: 16px;
  }
  .recommend-area-cont .recommend-area-txt .tbl-line th{
    white-space: inherit;
    width: 30%;
    padding: 10px 10px 10px 0;
  }
  .recommend-area-cont .recommend-area-txt .tbl-line td{
    padding: 10px 0;
  }
  /* recommend-area-cont onsen */
  .recommend-area-cont .col3{
    width: 100%;
    margin-bottom: 60px;
  }
  .recommend-area-cont .col3 > .col3-img{
    margin-bottom: 14px;
  }
  .recommend-area-cont .col3 > .access{
    margin-bottom: 4px;
  }
  .recommend-area-cont .col3 > h5{
    margin-bottom: 15px;
  }
  .recommend-area-cont .col3 > .icon-area{
    margin: 15px 0 18px;
  }
}


/* skibus_link
--------------------------------------*/
.skibus_link{
  width: 100%;
  display: block;
  margin-top: 40px;
}
.skibus_link a{
  display: block;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
}
.skibus_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.skibus_btn li{
	margin: 0 0.5em;
	line-height: 1;
}
.skibus_btn li a{
	text-align: center;
  padding: .5em 2.5em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  z-index: 1;
  display: flex;
  align-items: center;
	justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 92%;
}
.skibus_btn li a:hover{
	background: rgba(255,255,255,0.6);
  color: #13448f;
}

/*
a .skibus_btn{
  position: absolute;
  height: 3em;
  right: 3em;
  top:0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: .5em 2.5em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  z-index: 1;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 92%;
}
a .skibus_btn p{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
a .skibus_btn p:after{
  content: '\f105';
  font-family: "fontAwesome";
  padding-left: 0.5em;
  display: inline-block;
}
a:hover .skibus_btn{
  background: rgba(255,255,255,0.6);
  color: #13448f;
}
*/
.skibus_cont{
  background: #0f2356;
	padding: 15px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.skibus_cont:hover{
  background: #13448f;
}
.skibus_cont > .ja{
  color: #fff;
  width: 100%;
  font-size: 180%;
  font-weight: bold;
  letter-spacing: .1em;
  z-index: 1;
  text-align: center;
  position: relative;
  font-family: 'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(.03deg);
}
.skibus_cont .eng{
  font-size: 800%;
  letter-spacing: .05em;
  color: rgba(255,255,255,0.15);
  font-weight: 700;
  transform: rotate(-5deg);
  position: absolute;
  top:-.4em;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.5em;
  z-index: 0;
}
.skibus_link .ico-pdf-img{display:none;}
.skibus_cont.top{
  height:auto;
}
.skibus_cont.top  > .ja{
  padding-top: 20px;
}
.skibus_area_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
  flex-wrap: wrap;
}
.skibus_area_wrap p{
	color: #fff;
	font-size: 92%;
	line-height: 1;
}
.skibus_area_wrap p.note{
	color: #fff;
	font-size: 84%;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}
.skibus_cont.top ul{
  display: block;
  /*width: 100%;*/
  text-align: center;
  padding:5px 0;
}
.skibus_cont.top ul li{
  display: inline-block;
  padding: 0 0.5em;
}
.skibus_cont.top ul li a{
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 92%;
  padding: 0.3em 1.5em 0.3em 0.7em;
  white-space: nowrap;
}
.skibus_cont.top ul li a img{
  max-width: 15px;
  margin-left:3px;
}
/*
.skibus_cont.top ul li a::after{
  padding-left:3px;
  content: '\f0da';
  font-family: "fontAwesome";
}
*/
.skibus_cont.top ul li a:hover{
  background-color: #0f2356;
}

@media screen and (max-width:1024px){
  .skibus_cont > .ja{
    width:auto;
    padding-left:1em;
  }
  .skibus_cont.top  > .ja{
    width:100%;
  }
	.skibus_area_wrap{
		display:block;
		text-align: center;
		padding-top:10px;
	}
  .skibus_cont.top ul{
    width: 90%;
    margin: auto;
  }
  .skibus_cont.top ul li{
    margin-bottom: 10px;
  }
	.skibus_cont.top ul li{
		padding: 0 0.1em;
	}
}
@media screen and (max-width:767px){
  a .skibus_btn{
    display: none;
  }
  .skibus_cont > .ja{
    width: 100%;
    left:auto;
    font-size: 160%;
    padding-left:1em;
  }
}
@media screen and (max-width:540px){
  .skibus_cont{
    /*height: 5em;*/
  }
	.skibus_btn{
		display:block;
		text-align: center;
	}
	.skibus_btn li{
		margin: 10px 0.2em;
		list-style: none;
	}
  .skibus_cont > .ja{
    font-size: 122%;
    letter-spacing: 0;
    padding-left:1em;
    padding-right:1em;
  }
  .skibus_cont .eng{
    font-size: 500%;
  }
}
@media screen and (max-width:360px){
  .skibus_cont > .ja{
    font-size: 114%;
  }
  .skibus_cont .eng{
    font-size: 400%;
    top:-.2em;
  }
}

/*--------------------------------------
  page
--------------------------------------*/
#module001{
  margin-top: -30px;
  padding-top: 30px;
}



/*--------------------------------------
  slider
--------------------------------------*/
.bx-wrapper {
  position: relative;
  margin-bottom: 15px !important;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-viewport {
  -webkit-transform: translatez(0);
  width:calc( 100% - 1px ) ;
}
/* pager */
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #999;
  padding-top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 2;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

/* controls (NEXT / prev) */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 2;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/domestic/theme/promo_ski/img/20190729/arwL@2x.png') no-repeat center center;
  background-size: 100%;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/domestic/theme/promo_ski/img/20190729/arwR@2x.png') no-repeat center center;
  background-size: 100%;
}


/* controls (NEXT / prev) // slick*/
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 2;
  z-index: 100;
}
.slick-arrow a {
  outline: 2;
}
.slick-prev {
  left: 10px;
  background: url('/domestic/theme/promo_ski/img/20190729/arwL@2x.png') no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
}
.slick-next {
  right: 10px;
  background: url('/domestic/theme/promo_ski/img/20190729/arwR@2x.png') no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
}
/**FF用*/
@-moz-document url-prefix() {
/* ここに書く */
.slick-prev,
.slick-next{
white-space: nowrap;
text-indent: 100%;
overflow: hidden;
}
}

.buttons {
  display: flex;
  position: relative;
  margin:0 2px -1.5em;
  top: -2em;
}

.buttons .button {
  margin: 4px;
  /*
  border: 1px solid #999;
  */
  background: #fff;
  color: #000;
  font-size: 80%;
  padding: 4px;
  text-align: center;
  transition: all 300ms ease;
  line-height: 1;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #999;
  color: #fff;
  transition: all 300ms ease;
}
/*FF用*/
/*
a{outline:none !important;}
a:focus{outline:none !important;}
*/

#rusutsu,#furano,#tomamu,#niseko,#kiroro,#sahoro,#sapporo,#asarigawa,#jozankei,#theme{
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width:767px){
  #rusutsu,#furano,#tomamu,#niseko,#kiroro,#sahoro,#sapporo,#asarigawa,#jozankei,#theme{
    margin-top: -10px;
    padding-top: 10px;
  }
}

/* =================================================================
 Forms
 ================================================================= */

.dnone {
  display: none;
}
.resevation_btn.btn02{
  display: none;
}
.module{
    display: inline-block;
}
.resevation{
  padding-top: 15px;
}
.resevation form>div{
  display: flex;
  justify-content:flex-start;
}
.resevation form>div>.btn_area{
  margin: 0 0 0 20px;
}
.resevation select{
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 12px 30px 12px 15px;
    border-radius: 0;
    background: #e5e9ed;
    background-image: url(/domestic/theme/promo_ski/img/20201016/arw_select.png);
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-size: 8px;
}
.resevation .ITIN_DAYS:last-child select{
    margin-right: 0;
}
.resevation label{
    font-size: 1.5rem;
    line-height: 1.2; 
    margin-right: 4px;
}
.resevation__btn,
.resevation input{
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-top:0;
    margin-bottom:0;
    padding: 12px 30px 12px 20px;
    transition: all .5s; 
    text-align: left;
    color: #fff;
    background-color: #D24700;
    background-image: url(/domestic/theme/promo_ski/img/20201016/blank.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 15px;
    border:none;
}

.resevation__btn:hover,
.resevation input:hover{
    background-color: #333;
} 
.resevation a:active,.resevation a:link,.resevation a:visited{color:#fff;}
 
input{
    border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button']{
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled]{
    cursor: default;
}

[type='number']{
    width: auto;
    /* Firefox 36+ */
}

[type='search']{
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration{
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea{
    overflow: auto;
    /* Internet Explorer 11+ */

    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea{
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup{
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button{
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner{
    padding: 0; 

    border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner{
    outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit']{
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button,
select{
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea{
    color: inherit; 
    border-style: none;
    background-color: transparent;
}

/* Style select like a standard input */
select
{
       -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand{
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value{
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend{
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */

    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */

    white-space: normal;
    /* Correct `color` not being inherited in IE 8/9/10/11 */

    color: inherit;
    border: 0;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button{
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;

    -webkit-appearance: button;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search']{
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* Correct the outline style in Safari */
}



.btm-bnrArea {
	margin-top: 60px;
	margin-bottom: 30px;
}

.btm-bnrArea li {
	margin-bottom: 40px;
  transition-duration: 0.2s;
}

.btm-bnrArea li:hover img{
  opacity: 0.8;
  transition-duration: 0.1s;
} 


/*-------------------------------------------------
 form2
-------------------------------------------------*/
.reservaForms {
  text-align: left;
  display: block;
  /*margin-top:20px;*/
}
.pamf-cont.grid >.reservaForms{
		padding:0 20px;
}
.reservaForms form > div > ul li {
  margin-bottom: 10px;
	font-size: 92%;
}
.reservaForms form > div > ul li:last-child {
  margin-bottom: 15px;
}
.reservaForms form > div > ul li .reservaFormsTtl {
	color: #555;
}
.reservaForms form > div > ul li .reservaFormsInner {
  position: relative;
  display: block;
}
.reservaForms form > div > ul li .reservaFormsInner::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
  /*height: 1em;*/
  line-height: 1;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.reservaForms form > div > ul li .reservaFormsInner select {
  width: 100%;
  border-radius: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eee;
  padding: 10px;
}
.reservaForms form > div > ul li .reservaFormsInner select::-ms-expand {
  display: none;
}
.reservaForms form > div > ul li .reservaFormsTxt {
  background: #eee;
  width: 100%;
  padding: 10px;
  display: block;
  line-height: 1.5;
}
.reservaForms form > div > ul li .reservaFormsTxt > select {
  display: none;
}
.reservaForms form > div .reservaFormsPost .reservaFormsBtn {
  margin-bottom: 15px;
  position: relative;
}
.reservaForms form > div .reservaFormsPost .reservaFormsBtn .reservaFormsBtnInner {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  background: #D24700;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: all .5s;
  border: 1px solid #fff;
  cursor: pointer;
}
.reservaForms form > div .reservaFormsPost .reservaFormsBtn .reservaFormsBtnInner input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: none;
  background: none;
}
.reservaForms form > div .reservaFormsPost .reservaFormsBtn .reservaFormsBtnInner:hover {
  background-color: #b33d00;
}
.reservaForms form > div .reservaFormsPost .reservaFormsPostNote {
  font-size: 1.3rem;
	color: #666;
}
.reservaForms form > div > ul li .txtS {
  background: #eee;
}
.reservaForms form > div > ul li .txtS > select {
  transform: scale(0.7);
  margin-left: -20%;
  width: 140%;
}
.reservaForms form > div > ul li .txtS > span {
  display: block;
  font-size: 1rem;
  color: #888888;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (min-width: 351px) {
  .reservaForms form > div > ul li .txtS > select {
    transform: scale(0.9);
    margin-left: -5%;
    width: 110%;
  }
  .reservaForms form > div > ul li .txtS > span {
    font-size: 1.4rem;
    bottom: -25px;
  }
}
@media screen and (min-width: 481px) {
  .reservaForms form > div > ul li .txtS > select {
    transform:none;
    padding: 15px;
    margin: 0;
    width: 100%;
  }
	.reservaForms form > div > ul li .reservaFormsInner select {
    width:  100%;
  }
}
@media screen and (min-width: 980px) {
	.reservaForms{
		margin-top: 0;
		padding: 20px;
	}
  .reservaForms form > div > ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
		font-size: 92%;
  }
  .reservaForms form > div > ul li .reservaFormsTtl {
    width: 20%;
  }
  .reservaForms form > div > ul li .reservaFormsInner::after {
    top: 60%;
  }
  .reservaForms form > div > ul li .reservaFormsInner select {
    width: 260px;
    padding: 10px;
  }
  .reservaForms form > div > ul li .reservaFormsTxt {
    width: 360px;
    padding: 10px;
    display: inline-block;
/*    font-size: 1.6rem;*/
  }
  .reservaForms form > div .reservaFormsPost .reservaFormsBtn {
    margin:0 auto 10px;
		max-width: 60%;
  }
  .reservaForms form > div .reservaFormsPost .reservaFormsBtn .reservaFormsBtnInner {
    padding: 14px 20px;
  }
 }
 @media screen and (min-width: 1210px) {
 	.reservaForms form > div > ul li .reservaFormsInner select {
		width: 360px;
	}
 }
 
 /*tab*/
 .tab-group{
  display: flex;
  justify-content: space-between;
}
.tab-group .tab{
  /*flex-grow: 1;*/
  padding:15px;
  list-style:none;
  border:solid 2px #053a86;
	background: #fff;
  text-align:center;
  cursor:pointer;
	width: 49.2%;
	border-radius: 10px 10px 0 0;
	position: relative;
  bottom: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 92%;
	color: #053a86;
}
.tabSub {
  position: absolute;
  top: -30px;
  left: 50%;
	transform: translateX(-50%);
  border: 2px solid #053a86;
  border-radius: 30px;
  background: #fff;
  color: #053a86;
  padding: 3px 25px;
  font-size: 1.7rem;
	width: auto;
	white-space: nowrap;
}
.tab.is-active .tabSub {
  background: #e3c520;
  color: #053a86;
  border: 2px solid #e3c520;
}
.tab-group .tab span{
	font-weight: 700;
	font-size: 2.2rem;
	border-bottom: 3px #053a86 double;
	line-height: 2;
}
.tab.is-active span{
	border-bottom: 3px #fff double;
}

.panel-group{
  border-top:none;
	padding: 20px;
	background: #fff;
	margin-bottom: 80px;
  transform: translateY(-3px);
  border-top: 2px solid #053a86;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#053a86;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}

@media screen and (max-width:767px){
	.panel-group{
		padding: 20px 10px 10px;
		margin-bottom: 40px;
	}
	.tab-group{
		padding-top: 20px;
	}
	.tabSub{
		white-space: normal;
		padding: 3px 15px;
 	 	font-size: 1.5rem;
		width: 100%;
	}
	.tab-group .tab span{
		font-size: 1.8rem;
	}
}

@media screen and (max-width:510px){
  .tabSub{
    top: -40px;
    font-size: 1.4rem;
  }
  .tab-group .tab span{
    font-size: 1.7rem;
  }
}