@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
  --content-color-base: #1b1b1b;
  --content-color-navy: #005c9b;
  --content-color-blue: #2293d6;
  --content-color-sky: #e9f6fe;
  --content-color-pink: #e63d76;
  --bg-img-setting: no-repeat center center / contain;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --font-sans: 'Noto Sans JP', sans-serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
  --content-card-shadow: 4px 4px rgb(128 128 128 / 100%);  
  --content-arrow-right: url(../img/arrow02.svg);
  --content-arrow-down: url(../img/arrow01.svg);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
  --content-border_l: 4px solid;
}

.nopc{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  font-weight: 500;
  position: relative;
  color: var(--content-color-base);
  line-height: 1.0
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}

.title__wrapper{
  width: 100%;
  height: 500px;
  background: url("../img/bg_pcmv.jpg") no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__wrapper{
  background: var(--content-color-navy);
}
.nav__wrapper .inner{
  display: flex;
}
.nav__list{
  width: calc(100% - 120px);
  display: flex;
  border-left: var(--content-border_s) #FFF
}
.nav__list>li{
  width: calc(100% / 4);
  border-right: var(--content-border_s) #FFF;
}
.nav__list>li>a{
  display: block;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 24px 0 32px;
  position: relative;
}
.nav__list>li>a::after{
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 19px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.nav__list>li>a:hover{
  background: var(--content-color-blue)
}
.display_selected {
  width: 120px;
  height: 100%;
  background: var(--content-color-pink);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 20
}
.display_selected::after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 19px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.dep-select-zone {
  display: none;
  width: 120px;
  background: #FFF;
  position: absolute;
  z-index: 30;
  border: var(--content-border_s);
  border-top: none;
}
.dep-select-zone{
  border-color: var(--content-color-pink)
}
.dep-select li {
  cursor: default;
  padding: 2px 8px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5
}
.dep-select li:hover,
.dep-select li.selected {
  color: #FFF;
  background: var(--content-color-pink);
}
.close-button{
  display: none
}

.content__wrapper{
  padding: 60px 0
}
.content__wrapper.tour,
.content__wrapper.info{
  background: url("../img/bg_dia.jpg") repeat
}
.content__box{
  display: flex;
  gap: 20px;
}
.content__inbox{
  width: calc((100% - 20px) / 2);
}
.head-title {
  font-size: 42px;
  font-weight: bold;
  color: var(--content-color-pink);
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.head-title::before{
  content: "";
  background: var(--bg-img-setting);
  background-image: url("../img/ico_hakuba.png");
  width: 236px;
  height: 70px;
  display: block;
}
.sub-title{
  font-size: 24px;
  font-weight: bold;
  color: var(--content-color-blue);
  margin-bottom: 16px;
}
.is-pink{
  color: var(--content-color-pink);
  font-size: inherit;
  font-weight: inherit
}

/*** イントロ ***/
.head-title#intro{
  font-size: 32px;
  margin-bottom: 24px;
}
.leadcopy{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-blue);
  text-align: center;
  line-height: calc(27 / 18);
  margin-bottom: 16px;
}
.intro__txt{
  text-align: center;
  line-height: calc(21 / 14);
}
.js-slide__list>li{
  position: relative
}
.slide__caption{
  display: block;
  background: var(--content-color-blue);
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

/*** ツアー ***/
.head-title#tour::before{
  background-image: url("../img/ico_ttl_tour.png")
}
.area00{
  display: none
}
.area00 .sub-title{
  text-align: center;
}
.product-list{
  line-height: 1.4
}
.link__wrapper{
  display: flex;
  gap: 24px;
  margin: 32px auto 0;
  justify-content: center
}
.more__link{
  width: max(640px, calc((100% - 24px) / 2));
}
.more__link:empty{
  display: none
}
.more__link>a{
  display: block;
  background: var(--content-color-blue);
  border-radius: 5px;
  box-shadow: var(--content-box-shadow);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 18px 0;
  position: relative;
  transition: var(--content-hover-spped);
}
.more__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 10px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto
}
.more__link>a:hover{
  background: var(--content-color-navy);
}

/*** 観光スポット ***/
.head-title#spot::before{
  background-image: url("../img/ico_ttl_spot.png")
}
.spot__map{
  margin-bottom: 24px;
}
.spot__list{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.spot__list>li{
  width: calc((100% - 18px * 3) / 4);
}
.spot__img{
  width: 100%;
  height: 170px;
  position: relative
}
.spot__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spot__num{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30
}
.spot__num>img{
  width: 30px;
  height: 30px;
}
.spot__name{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-blue);
  margin: 8px auto;
}
.spot__txt{
  line-height: calc(21 / 14)
}

/***　インフォメーション ***/
.info__list>li{
  font-size: 18px;
  text-indent: 1em;
  line-height: calc(27 / 18);
}
.info__list>li+li{
  margin-top: 8px;
}
.content__inbox.temperature{
  background: #FFF;
  border-radius: 20px;
  padding: 20px 36px;
  text-align: center;
}
.item__list{
  display: flex;
  margin: 40px auto 0;
  gap: 16px;
  justify-content: center;
}

.close-info{
  width: var(--content-width);
  padding: 16px;
  margin: 40px auto;
  border: 1px solid;
  font-size: 16px;
  text-align: center;
  line-height: 1.5
}
