@charset "utf-8";

/* -----------------------------
  0. 共通css
----------------------------- */
/* ------ カラム（flex） ------- */
.column-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-box__2col {
  width: 48%;
}
.column-box__3col {
  width: 31%;
}
.column-box__4col {
  width: 23%;
}
/* カスタム用カラムボックス */
.column-box__80 {
  width: 80%;
}
.column-box__70 {
  width: 70%;
}
.column-box__60 {
  width: 60%;
}
.column-box__50 {
  width: 50%;
}
.column-box__40 {
  width: 40%;
}
.column-box__35 {
  width: 35%;
}
.column-box__30 {
  width: 30%;
}
.column-box__20 {
  width: 20%;
}


/* 
最終行レイアウト維持のためのclass
コンテンツの数が変動する場合設定してください。
.column-box に設定してください。
*/
/*--------------------------------*/
/* ３カラム用 */
.column-box--3return::after {
  content:"";
  display: block;
  width: 31%;
}
/* ４カラム用 */
.column-box--4return::before {
  content:"";
  display: block;
  width:23%;
  order:1;
}
.column-box--4return::after {
  content:"";
  display: block;
  width :23%;
}
/*--------------------------------*/
/* ブレイクポイント-汎用 */
@media screen and (max-width: 768px) {
  .bp768 > [class*="column-box__"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .bp640 > [class*="column-box__"] {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bp480 > [class*="column-box__"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .bp320 > [class*="column-box__"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ブレイクポイント-中央揃え */
@media screen and (max-width: 768px) {
  .column-box.bp768-c {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
  .column-box.bp768-c > [class*="column-box__"] {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .column-box.bp480-c {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
  .column-box.bp480-c > [class*="column-box__"] {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .column-box.bp320-c {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
  .column-box.bp320-c > [class*="column-box__"] {
    width: 100%;
  }
}
/* android4対策 */
@media screen and (max-width: 980px) {
  body.and4 .column-box {
    display: block;
    text-align: center;
  }
  body.and4 .column-box > div {
    display: inline-block;
  }
}



.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}


.t-orange,
a.t-orange {
  color: #eb6120;
}
.t-blue {
  color: #00448f;
}

.planstyle2019 .lower_sub_content {
  font-weight: 400;
}


/* -----------------------------
  1. コンテンツ
----------------------------- */
[class*="top-link__cell"] {
  display: block;
  margin: 0 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .top-link [class*="top-link__cell"] {
    width: 28%;
  }
}
@media screen and (max-width: 580px) {
  .top-link [class*="top-link__cell"] {
    width: 43%;
  }
  .top-link {
    max-width: 430px;
    margin: 0 auto;
  }
}
a.top-link__cell01,
a.top-link__cell06,
a.top-link__cell09 {
  border: solid 8px #ffe100;
  color: #ea601f;
}
a.top-link__cell02,
a.top-link__cell05 {
  border: solid 8px #7dccf2;
  color: #7dccf2;
}
a.top-link__cell03,
a.top-link__cell08 {
  border: solid 8px #99c73a;
  color: #99c73a;
}
a.top-link__cell04,
a.top-link__cell07 {
  border: solid 8px #00448f;
  color: #00448f;
}
.top-link__cell01 .top-link__inner,
.top-link__cell02 .top-link__inner,
.top-link__cell03 .top-link__inner,
.top-link__cell06 .top-link__inner,
.top-link__cell07 .top-link__inner {
  padding-top: 22px;
}
.top-link__inner {
  display: block;
  padding: 15px 0;
  text-align: center;
}
[class*="top-link__cell"] img {
  margin-bottom: 20px;
}
.top-link__cell01 img {
  max-width: 80px;
}
.top-link__cell02 img {
  max-width: 47px;
}
.top-link__cell03 img {
  max-width: 58px;
}
.top-link__cell04 img {
  max-width: 73px;
}
.top-link__cell05 img {
  max-width: 80px;
}
.top-link__cell06 img {
  max-width: 100px;
}
.top-link__cell07 img {
  max-width: 40px;
}
.top-link__cell08 img {
  max-width: 60px;
}
.top-link__cell09 img {
  max-width: 58px;
}






/* ------ バスツアー ------- */

[class*="bustour-link__cell"] {
  max-width: 720px;
  margin: 0 auto 30px;
}
[class*="bustour-link__cell"] a {
  display: block;
  padding: 3% 4%;
}
.bustour-link__cell01 a {
  border: solid 14px #ffe100;
}
.bustour-link__cell02 a {
  border: solid 14px #00448f;
}
.bustour-link__cell03 a {
  border: solid 14px #99c73a;
}
.bustour-link__txt,
.bustour-link__img {
  display: block;
}
.bustour-link__txt {
  font-size: 34px;
  padding: 17px 0;
}
@media screen and (max-width: 640px) {
  .bustour-link__txt {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bustour-link__txt {
    font-size: 24px;
  }
}
.bustour-link__cell01 .bustour-link__txt {
  color: #ea601f;
}
.bustour-link__cell02 .bustour-link__txt {
  color: #00448f;
}
.bustour-link__cell03 .bustour-link__txt {
  color: #99c73a;
}
.bustour-link__img {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .bustour-link__img {
    text-align: center;
  }
}
.bustour-link__cell01 img {
  max-width: 215px;
  height: auto;
}
.bustour-link__cell02 img {
  max-width: 210px;
  height: auto;
}
.bustour-link__cell03 img {
  max-width: 120px;
  height: auto;
}



.ski-area__table01 {
  width: 100%;
  margin-bottom: 10px;
}
.ski-area__table01 td {
  padding: 5px;
  color: #eb6120;
  font-size: 20px;
  font-weight: 700;
}
.ski-area__table01 td .small {
  font-size: 14px;
  display: inline-block;
}
.ski-area__table01 td:nth-child(2) {
  text-align: right;
  width: 100px;
}
.ski-area__table01 td.width50p {
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .ski-area__table01 td {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .ski-area__table01 td {
    display: block;
  }
  .ski-area__table01 td:nth-child(2),
  .ski-area__table01 td.width50p {
    width: auto;
    border-bottom: solid 1px #efefef;
    margin-bottom: 10px;
  }
}
.ski-area__table02 {
  max-width: 400px;
}
.ski-area__table02 td {
  padding: 0 5px;
}
.ski-area__table02 td:nth-child(2) {
  text-align: center;
}
@media screen and (max-width: 420px) {
  .ski-area__table02 td:nth-child(1) {
    display: block;
  }
  .ski-area__table02 td:nth-child(2){
    margin-left: 15px;
  }
  .ski-area__table02 td:nth-child(2),
  .ski-area__table02 td:nth-child(3){
    display: inline-block;
    padding-bottom: 5px;
  }
}
.ski-area__table03 {
  width: 100%;
  margin-bottom: 10px;
}
.ski-area__table03 td {
  padding: 5px;
  color: #eb6120;
  font-size: 20px;
  vertical-align: top;
}
.ski-area__table03 td .small {
  font-size: 14px;
  display: inline-block;
}
.ski-area__table03 td .sale {
  text-decoration: line-through;
  color: #000;
}
.ski-area__table03 td .sale_sub {
  font-size: 14px;
}
.ski-area__table03 td [class*="c-"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  vertical-align: middle;
}
.ski-area__table03 td .c-red {
  background-color: #e60012;
}
.ski-area__table03 td .c-green {
  background-color: #a7d398;
}
.ski-area__table03 td .c-yellow {
  background-color: #fff100;
}
.ski-area__table03 td .c-blue {
  background-color: #9fd9f6;
}
.ski-area__table03 td .c-purple {
  background-color: #a68fc2;
}
@media screen and (max-width: 640px) {
  .ski-area__table03 td {
    font-size: 18px;
  }
  .ski-area__table03 td .small {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .ski-area__table03 td:nth-child(1) {
    display: block;
  }
  .ski-area__table03 td:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
  }
  .ski-area__table03 td:nth-child(3) {
    line-height: 1.0em;
    display: inline-block
  }
}
@media screen and (max-width: 430px) {
  .ski-area__table03 td:nth-child(2) {
    display: block;
  }
  .ski-area__table03 td:nth-child(3) {
    display: block;
    margin-left: 20px;
  }
}
.ski-area__txt-style01 {
  color: #eb6120;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .ski-area__txt-style01 {
    font-size: 16px;
  }
}
[class*="ski-area__title-style01"] {
  font-size: 30px;
  text-align: center;
  padding: 10px 0 6px;
  line-height: 1.1;
  background-color: #ffea00;
  margin: 1.5em 0 1em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  [class*="ski-area__title-style01"] {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  [class*="ski-area__title-style01"] {
    font-size: 20px;
  }
}
.ski-area__title-style01--green {
  background-color: #99c73a;
}
.ski-area__title-style01--blue {
  background-color: #7dccf2;
}

.ski-area__title-style02 {
  font-size: 24px;
  text-align: center;
  padding: 0;
  margin: 1.5em 0 1em;
}
@media screen and (max-width: 480px) {
  .ski-area__title-style02 {
    font-size: 18px;
  }
}




.ski-area-map {
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.hachikougen-map img:nth-child(1) {
  width: 64%;
}
.hachikougen-map img:nth-child(2) {
  width: 36%;
}
.hachikita-map img:nth-child(1) {
  width: 60.5%;
}
.hachikita-map img:nth-child(2) {
  width: 39.5%;
}
.high-bowl-map img:nth-child(1) {
  width: 64%;
}
.high-bowl-map img:nth-child(2) {
  width: 36%;
}
.gerende-side-map img:nth-child(1) {
  width: 60.5%;
}
.gerende-side-map img:nth-child(2) {
  width: 39.5%;
}
.sky-valley-map img:nth-child(1) {
  width: 63%;
}
.sky-valley-map img:nth-child(2) {
  width: 37%;
}
.okukannabe-map img:nth-child(1) {
  width: 68%;
}
.okukannabe-map img:nth-child(2) {
  width: 32%;
}
.tokura-map img:nth-child(1) {
  width: 64%;
}
.tokura-map img:nth-child(2) {
  width: 36%;
}
.manba-map img:nth-child(1) {
  width: 64.5%;
}
.manba-map img:nth-child(2) {
  width: 35.5%;
}

@media screen and (max-width: 640px) {
  .ski-area-map img:nth-child(1) {
    width: 100%;
  }
  .ski-area-map img:nth-child(2) {
    display: none;
  }
}
.ski-area-calendar {
  max-width: 700px;
  margin: 10px auto;
}
.ski-area-calendar img {
  width: 46%;
  padding: 1%;
}
.ski-area-plice {
  margin-top: 10px;
}
.ski-area-btn a {
  text-align: center;
  display: block;
  background-color: #ffe100;
  max-width:  720px;
  margin: 30px auto 40px;
  font-size: 30px;
  padding: 20px 0;
  border-radius: 70px;
}
@media screen and (max-width: 480px) {
  .ski-area-btn a {
    font-size: 24px;
  }
}
.ski-area-root {
  margin: 20px 0;
}
[class*="ski-area-box"] {
  max-width: 720px;
  margin: 0 auto 20px;
}
.ski-area-box01 {
  border: solid 1px #ffe100;
}
.ski-area-box02 {
  border: solid 1px #99c73a;
}
.ski-area-box03 {
  border: solid 1px #7dccf2;
}
[class*="ski-area-box"] .title {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
.ski-area-box01 .title {
  background-color: #ffe100;
}
.ski-area-box02 .title {
  background-color: #99c73a;
}
.ski-area-box03 .title {
  background-color: #7dccf2;
}
[class*="ski-area-box"] .txt {
  padding: 2%;
}


@media screen and (max-width: 640px) {
  .erabu-map {
    display: none;
  }
  .erabu-map-sp {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 641px) {
  .erabu-map-sp {
    display: none;
  }
}


/* 限定ホットライン */
.ski-area-hotline {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .ski-area-hotline_img_pc {
    display: none;
  }
  .ski-area-hotline img {
    width: 100%;
    height: auto;
  }
  .ski-area-hotline p {
    font-size: 14px;
    padding: 8px 0 0;
  }
}
@media screen and (min-width: 641px) {
  .ski-area-hotline_img_sp {
    display: none;
  }
}

/* 画像配置 */
.ski-area__img-style01 {
  text-align: center;
}
.ski-area__img-style01 img {
  max-width: 100%;
  width: auto;
}


.plan_grende_nav {
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.plan_grende_nav li {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 30px;
  line-height: 1;
  list-style: none;
}
.plan_grende_nav li a {
  background-color: #ffe300;
  display: inline-block;
  color: #000;
  padding: 8px 20px;
  min-width: 240px;
}
.plan_grende_nav li a:hover {
  color: #000
}








