@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* CSS Document */
:root{
  --content-color-green: #00683f;
  --content-color-blue: #1ba3bb;
  --content-color-line: #d2e3d4;
  --content-color-base: #333;
  --bg-img-setting: no-repeat center center / cover;
  --bg-mv-setting: no-repeat center top / 1920px;
  --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;
  --font-serif: "Noto Serif JP", serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 0 18px 2px rgba(0 0 0 / 20%);
  --content-arrow-down: url(../img/navi_arrow.png);
  --content-arrow-right: url(../img/btn_arrow.png);
  --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;
  color: var(--content-color-base);
  position: relative;
  line-height: 1.0
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}

/***** タイトル・ナビ *****/ 
.title__wrapper{
  background: var(--bg-mv-setting);
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-type="summer"] .title__wrapper{
  background-image: url("../img/summer/mv_pc.jpg")
}
[data-type="winter"] .title__wrapper{
  background-image: url("../img/winter/mv_pc.jpg")
}
.main-title{
  width: var(--content-width);
  margin: auto;
  text-align: center;
}
.nav__wrapper{
  background: var(--content-color-green);
  position: relative;
}
.nav__wrapper>.inner{
  display: flex;
  justify-content: space-between;
}
.nav__list{
  width: calc(992px - 120px);
  display: flex;
  border-right: var(--content-border_s) #FFF;
}
.nav__list>li{
  width: calc(100% / 4);
  border-left: var(--content-border_s) #FFF;
}
.nav__list>li>a{
  display: block;
  padding: 20px 4px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.nav__list>li>a::after{
  content: "";
  background: var(--bg-img-setting)  var(--content-arrow-down);
  width: 14px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
}
.nav__list>li>a:hover{
  background: var(--content-color-blue);
  color: #FFF;
}
.display_selected {
  width: 120px;
  height: 100%;
  background: var(--content-color-blue);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  z-index: 20
}
.display_selected::after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 14px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
}
.dep-select-zone {
  display: none;
  width: 120px;
  background: #FFF;
  position: absolute;
  z-index: 30;
  border: 1px solid var(--content-color-blue);
  border-top: none;
}
.dep-select li {
  cursor: default;
  padding: 2px 8px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5
}
.dep-select li:hover, .dep-select li.selected {
  color: #FFF;
  background: var(--content-color-blue);
}
.close-button{
  display: none
}

/***** メインコンテンツ *****/
.main__content{
  background: #e8e9ea;
  padding-top: 64px;
}
.content__wrapper{
  width: 100%;
  padding-bottom: 48px;
}
.head-title{
  margin: 0 auto 24px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sub-title{
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.sub-title>span{
  font-size: 20px;
  font-weight: bold;
}
.sub-title::before{
  content: "";
  background: var(--bg-img-setting) url("../img/icon_h3.png");
  width: 32px;
  height: 32px;
  display: block;
}
.content__box{
  display: flex;
  margin: auto;
  gap: 16px;
}
.slide__box{
  width: 480px;
}
.credit-txt{
  display: block;
  width: 100%;
  background: var(--content-color-base);
  padding: 8px 4px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF
}
.info__box{
  flex: 1;
}
.info__txt{
  line-height: 1.6
}

/*** 観光スポット ***/
.content__wrapper.spot{
  padding-top: 48px
}
.content__wrapper.spot .content__box{
  display: block;
  position: relative;
  min-height: 313px;
}
.content__wrapper.spot .content__box::after{
  content: "";
  background: url("../img/bg_map.png") var(--bg-img-setting);
  width: 620px;
  height: 313px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10
}
.content__wrapper.spot .content__box .info__box{
  width: 480px;
  position: relative;
  z-index: 30
}
.spot__list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.spot__list>li{
  width: calc((100% - (16px * 2)) / 3);
  background: #FFF;
}
.spot__list>li:nth-child(even){
  background: var(--content-color-line);
}
.spot__img{
  width: 100%;
  height: 210px;
  position: relative
}
.spot__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spot__img::after{
  content: "";
  width: 36px;
  height: 36px;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  background: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.spot__list>li:nth-child(even) .spot__img::after{
  background: var(--content-color-line);
}
.spot__point_inner{
  padding: 12px;
}
.catch__txt{
  font-weight: bold;
  color: var(--content-color-blue);
  margin-bottom: 4px;
}
.spot__name{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.copyright_text{
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}
.faq__list{
  line-height: 1.5
}
.faq__list>li+li{
  margin-top: 16px;
}
.q-txt{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

/*** ツアー ***/
.content__wrapper.tour{
  background: var(--content-color-line);
  padding-top: 48px;
}
.js-product-wrapper .sub-title{
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.js-product-wrapper .sub-title::before,
.js-product-wrapper .sub-title::after{
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: var(--content-color-base);
  flex-grow: 1
}
.js-product-wrapper .sub-title__txt{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.area00{
  display: none
}
.product__area+.product__area{
  margin-top: 48px;
}
.product-list{
  line-height: 1.4
}

.more-link{
  width: 680px;
  margin: 24px auto;
  box-shadow: var(--content-shadow);
  background: var(--content-color-blue)
}
.more-link>a{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 16px;
  position: relative;
}
.more-link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
.more-link>a:hover{
  opacity: 0.7
}
.close-txt{
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto;
  border: 1px solid;
  padding: 16px;
  background: #FFF
}

/*** 検索モジュール ***/
.content__wrapper.foot{
  background: var(--bg-mv-setting);
  padding-top: 48px;
}

[data-type="summer"] .content__wrapper.foot{
  background-image: url("../img/summer/searchbox_bg.jpg")
}
[data-type="winter"] .content__wrapper.foot{
  background-image: url("../img/winter/searchbox_bg.jpg") 
}
