/* .cmp_header {
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background: url(https://ski.bigs.jp/special/img/soloski-top-sp.jpg) no-repeat 50% 0% / cover;
  max-height: 100%;
  height: 50vh;
} */

/* パンくず */
.cmp_header {
  padding: 0;
  margin: 0 calc(50% - 50vw);
  background-color: inherit;
}
@media (max-width: 1200px) {
  .cmp_header {
    margin: 0 calc(50% - 50vw);
  }
}
.cmp_header .cmp_topicpath {
  padding: 0.8rem 2rem;
  margin: 0 auto;
  max-width: 1280px;
}
.cmp_header .cmp_topicpath li {
  color: #333;
}
.cmp_header .cmp_topicpath li:first-of-type a::before {
  background: url(https://ski.bigs.jp/images/ico_home_inv_black.svg) no-repeat 50% 50% / contain;
}
.cmp_header .cmp_topicpath li:not(:last-of-type)::after {
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}

.cmp_header .cmp_image img {
  width: 100%;
  height: 100%;
}

/* 交通別タブ切り替え */
.cmp_tabview > .tab {
  background: inherit;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root {
  --colorTab: rgb(70, 96, 239);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.br-tb {
  display: none;
}

.br-pc {
  display: none;
}

.br-sp {
  display: inline;
}

.page-point {
  width: 100%;
  margin: 2rem auto;
  border: 2px dashed black;
}

.page-point h1 {
  font-size: 19px;
  text-align: center;
  padding: 0 1rem;
}

.page-point h2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.point-list {
  padding-left: 0;
}

.point-list li {
  list-style: none;
  text-align: center;
}

.main-point {
  padding-bottom: 0.5rem;
}

.sub-point {
  font-size: 12px;
  padding-bottom: 1rem;
}

.area-list {
  display: flex;
  overflow: scroll;
  justify-content: space-between;
  list-style: none;
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  margin-bottom: 1rem;
  padding-left: 0rem;
}

.area-list li {
  padding: 1rem;
  border-right: 2px solid #fff;
}

.area-list li button {
  background-color: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 20px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  text-decoration: none;
  color: #fff;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
}

.section-area {
  padding-bottom: 1rem;
  display: none;
}

.section-area h2 {
  text-align: center;
  font-weight: normal;
}

.show {
  display: block;
  animation: fade-in 0.5s;
}

.area-list li button.is-active {
  border-radius: 10px;
  color: var(--colorTab);
  background-color: #fff;
}

.ski-select-box {
  background-color: #fff;
  margin: 1rem 1rem 2rem;
  padding: 1rem;
  box-shadow: 0 3px 7px #18141454;
}

.ski-img {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ski-price {
  text-align: right;
  padding-bottom: 1.5rem;
}

.price-title {
  padding-bottom: 0.5rem;
  margin: 0;
  text-align: right;
}

.price-text {
  font-size: 35px;
  font-weight: bold;
  /* padding-bottom: 0.5rem; */
  font-family: Lato, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  margin: 0;
  text-align: right;
  color: #ea1f20;
}

.en {
  font-size: 15px;
  padding-left: 0.25rem;
}

.price-bar {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 20px;
}

.price-condition {
  font-size: 10px;
  text-align: right;
  margin: 0;
}

.ski-select-box h3 {
  text-align: center;
}

.gerende-link::after,
.pick-up-link::after {
  font-family: "Font Awesome 5 pro";
  content: "\f08e";
  font-weight: 800;
  margin-left: 0.4em;
}

.gerende-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.gerende-modal-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.gerende-modal-content {
  max-width: 100%;
  width: 90%;
  position: fixed;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.close-gerende {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  margin: 0;
}

.room-title {
  margin: 0;
  font-size: 0.9em;
}

.room-info {
  padding-bottom: 2.5rem;
}

.gerende-link {
  /* color: #4660ef; */
  font-weight: bold;
}

.soloski-btn a {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
}

.bus a::before {
  font-family: "Font Awesome 5 pro";
  content: "\f207";
  font-weight: 800;
  margin-right: 0.4em;
}

.mycar a::before {
  font-family: "Font Awesome 5 pro";
  content: "\f1b9";
  font-weight: 800;
  margin-right: 0.4em;
}

.train a::before {
  font-family: "Font Awesome 5 pro";
  content: "\f238";
  font-weight: 800;
  margin-right: 0.4em;
}

.ski-tour {
  /* display: flex;
  justify-content: space-around; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* .soloski-btn {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.gerende-title {
  padding-bottom: 1rem;
  margin: 0;
}

.gerende-info {
  padding-bottom: 2rem;
  font-size: 0.9em;
}

.gerende-access {
  margin: 0;
}

.pick-up-bus {
  padding-bottom: 1.5rem;
}

.pick-up-title {
  padding-bottom: 0.75rem;
}

/* .info-box {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
} */

.hotel-info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

/* .hotel-info.top {
  padding-bottom: 1rem;
} */

.hotel-text {
  margin: 0 0.5rem;
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 12px;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}

.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 720px;
  max-width: 100%;
  max-height: 600px;
  padding: 40px;
}

.js_modalCont {
  max-height: 520px;
}

.content-box {
  background-color: #fff;
  z-index: 999;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 10%;
  right: 50%;
  width: 40px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}

.close-bus {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  margin: 0;
}

.close-mycar {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  margin: 0;
}

.close-train {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  margin: 0;
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}

@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}

.content-box h4 {
  text-align: center;
  font-weight: normal;
  padding: 2rem;
  line-height: 2rem;
}

.content-box .morning,
.content-box .night {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 18px;
}

.morning::before {
  font-family: "Font Awesome 5 pro";
  content: "\f185";
  font-weight: 800;
  margin-right: 0.4em;
  color: black;
}

.night::before {
  font-family: "Font Awesome 5 pro";
  content: "\f186";
  font-weight: 800;
  margin-right: 0.4em;
  color: black;
}

.bus-list {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  padding-bottom: 3rem;
  list-style: none;
}

.bus-list li {
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  padding: 1px;
  border-radius: 10px;
}

.bus-list li a {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.mycar-list {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  padding-bottom: 3rem;
  list-style: none;
}

.mycar-list li {
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  padding: 1px;
  border-radius: 10px;
}

.mycar-list li a {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.train-list {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  padding-bottom: 3rem;
  list-style: none;
}

.train-list li {
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  padding: 1px;
  border-radius: 10px;
}

.train-list li a {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.hotel-img {
  text-align: center;
  margin-bottom: 2rem;
}

.hotel-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/5;
  object-fit: cover;
  max-width: 312px;
}

.area-tab {
  margin-top: 4rem;
}

/*---- iPhone 12Pro・13/Pro ----*/
@media (max-width: 390px) {
  .page-point h1 {
    font-size: 18px;
  }
}

/*---- iPhone 6・7・8・X・13mini ----*/
@media (max-width: 375px) {
  .page-point h1 {
    font-size: 17.5px;
  }
}

/*---- iPhone 5・SE ----*/
@media (max-width: 320px) {
  .hotel-text {
    font-size: 10px;
  }

  .price-text {
    font-size: 30px;
  }
}

/*---- タブレット ----*/
@media (min-width: 768px) {
  /* .cmp_header {
    background: url(https://ski.bigs.jp/special/img/soloski-top-pc.jpg) no-repeat 50% 0% / cover;
    height: 27vh;
  } */

  /* .pc-flexbox {
    width: 680px;
    margin: 2rem auto;
  } */

  /* .ski-select-box {
    margin: 1rem 1rem 3rem;
  } */

  .br-tb {
    display: inline;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: none;
  }
}

/*---- PC(ノートPC) ----*/
@media (min-width: 1280px) {
  /* .cmp_header {
    height: 47vh;
  } */

  .br-tb {
    display: none;
  }

  .br-pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }

  .page-point h1 {
    font-size: 24px;
  }

  .area-list {
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
    padding-left: 4rem;
  }

  .area-list li {
    border-right: none;
  }

  .pc-flexbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%; */
  }

  /* .ski-select-box {
    margin-bottom: 5rem;
    width: 35%;
  } */

  .content-box {
    width: 680px;
    margin: 0 auto;
  }

  .soloski-btn a {
    border: 1px solid #fff;
    /* width: 110px;
    height: 50px; */
  }

  .soloski-btn a:hover {
    color: var(--colorTab);
    background-image: linear-gradient(136deg, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 84%);
    border: 1px solid var(--colorTab);
    transition: 0.3s;
    opacity: 1;
  }

  .bus-list li a:hover,
  .mycar-list li a:hover,
  .train-list li a:hover {
    border: 1px solid var(--colorTab);
    color: var(--colorTab);
    background-image: linear-gradient(136deg, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 84%);
    transition: 0.3s;
    opacity: 1;
  }

  .area-list li button {
    position: relative;
  }

  .area-list li button::after {
    position: absolute;
    left: 0;
    content: "";
    width: 90%;
    height: 2px;
    background-color: #fff;
    left: 5%;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }

  .area-list li button:hover::after {
    transform: scale(1, 1);
  }

  .gerende-title {
    padding-bottom: 0.5rem;
  }

  .gerende-link:hover {
    color: var(--colorTab);
  }

  .bus-list,
  .mycar-list,
  .train-list {
    width: 100%;
    margin: 0 auto;
  }

  .swiper-pagination {
    position: inherit;
  }

  .page-point {
    width: 680px;
  }

  .hotel-text {
    font-size: 16px;
  }

  .swiper {
    padding-bottom: 2rem;
  }

  /* .info-box {
    min-height: 60px;
  } */

  .pc-flexbox::after {
    content: "";
    width: 35%;
    display: block;
    height: 0;
    margin-left: 5rem;
  }
}

/*---- PC(デスクトップ) ----css*/
@media (min-width: 1920px) {
  /* .cmp_header {
    height: 63vh;
  } */
}

.hotel-text.none {
  display: none;
}

.soloski-btn.none {
  pointer-events: none;
  opacity: 0.3;
}
