@charset "utf-8";
/* CSS Document */

@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: #54b32f;
  --content-color-dgreen: #389015;
  --content-color-brown: #75492b;
  --content-color-dbrown: #5d3419;
  --content-color-blue: #006fdd;
  --content-color-beige: #FFFAF0;
  --content-color-base: #000;
  --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;
  --font-serif: "Noto Serif JP", serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 3px 0 0 rgba(0 0 0 / 20%);
  --content-arrow-down: url(../images/navi_arrow.png);
  --content-arrow-right: url(../images/arrow02.png);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
  --content-border_dot: 1px dashed #999;
}

.nosp{
  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);
}
.note__txt{
  display: block;
  font-size: calc(20vw / 7.5);
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.title__wrapper {
  width: 100%;
}

.nav__wrapper{
   border-bottom: var(--content-border_m)
}
[data-type="summer"] .nav__wrapper{
  background: var(--content-color-green);
  border-bottom-color: var(--content-color-dgreen);
}
[data-type="autumn"] .nav__wrapper{
  background: var(--content-color-brown);
  border-bottom-color: var(--content-color-dbrown);
}
.nav__wrapper .inner{
  width: 100vw;
  display: flex;
  flex-direction: column;
}
.nav__list{
  order: 2;
  display: flex;
  flex-wrap: wrap;
}
.nav__list>li{
  width: calc(100% / 2);
}
.nav__list>li:nth-child(odd){
  border-right: var(--content-border_s) #FFF;
}
.nav__list>li:nth-child(-n+2){
  border-bottom: var(--content-border_s) #FFF;
}
.nav__list>li>a{
  display: block;
  padding: calc(24vw / 7.5) 0 calc(32vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
}
.nav__list>li>a:after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: calc(20vw / 7.5);
  height: calc(14vw / 7.5);
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(8vw / 7.5);
  margin: auto;
}
.dep-select-nav{
  width: 100%;
  order: 1;
  padding: calc(24vw / 7.5) 0;
  position: relative
}
[data-type="summer"] .dep-select-nav{
  background: var(--content-color-dgreen)
}
[data-type="autumn"] .dep-select-nav{
  background: var(--content-color-dbrown)
}
.display_selected {
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
.display_selected::after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: calc(28vw / 7.5);
  height: calc(20vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(8vw / 7.5);
  bottom: 0;
  margin: auto;
}
.dep-select-zone {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .5s;
  z-index: 100;
  background: rgba(0 0 0 / 80%);
  padding: calc(100vw / 7.5) calc(80vw / 7.5);
}
.dep-select li {
  cursor: default;
  padding: calc(20vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.dep-select li:hover, .dep-select li.selected {
  background: #FFF;
  color: #000;
}
.close-button{
  margin: calc(40vw / 7.5) auto;
  width: 5em;
  padding: calc(10vw / 7.5);
  border: var(--content-border_s);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.content__wrapper{
  width: 100%;
  padding: calc(60vw / 7.5) 0;
  background-repeat: repeat;
}
[data-type="summer"] .content__wrapper {
  background-image: url("../images/summer/pattern_01.png") 
}
[data-type="summer"] .content__wrapper:nth-child(even) {
  background-image: url("../images/summer/pattern_02.png")
}
[data-type="autumn"] .content__wrapper {
  background-image: url("../images/autumn/pattern_01.png");
}
[data-type="autumn"] .content__wrapper:nth-child(even) {
  background-image: url("../images/autumn/pattern_02.png");
}
.head-title {
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  gap: calc(10vw / 7.5);
  align-items: center;
  justify-content: center;
  line-height: 1.2
}
.head-title>span{
  font-size: calc(48vw / 7.5);
  font-weight: bold;
  color: var(--content-color-dbrown);
}
.head-title::before,
.head-title::after{
  content: "";
  background: var(--bg-img-setting);
}
.head-title::before{
  background-image: url("../images/h2_bg_left.png");
  width: calc(190vw / 7.5);
  height: calc(50vw / 7.5);
}
.head-title::after{
  background-image: url("../images/h2_bg_right.png");
  width: calc(151vw / 7.5);
  height: calc(54vw / 7.5);
}
.sub-title {
  margin-bottom: calc(16vw / 7.5);
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  line-height: 1.4
}
.sub-title>span:not(.js-dep__name) {
  font-size: calc(26vw / 7.5);
  display: block;
}
.item__list{
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5);
}
.item__img{
  margin-bottom: calc(8vw / 7.5);
}
.item__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item__name{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: var(--content-color-blue);
  margin-bottom: calc(8vw / 7.5);
  line-height: 1.4
}
.item__name>span{
  display: block;
  font-size: calc(24vw / 7.5);
}
.item__txt{
  line-height: 1.5
}

/*** .about ***/
/* 動画 */
#movie__wrapper{
  width: 100vw;
  margin: 0 calc(50% - 50vw) calc(32vw / 7.5);
  position: relative;
  text-align: center;
  height: 56.25vw;
  min-height: 100%;
  background: #000;
}
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-size: calc(40vw / 7.5);
  font-family: var(--font-sans);
  font-weight: bold;
  color: #FFF;
}
#youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#youtube-mask{
  position: absolute;
  z-index: 2;
  top:0;
  width:100%;
  height: 100%;
}
.about__txt{
  line-height: 1.5;
}

/*** ツアー ***/
.content__wrapper.tour .sub-title{
  text-align: center;
}
.area00{
  display: none
}
.tour__content+.tour__content{
  margin-top: calc(48vw / 7.5);
}
.product-list{
  line-height: 1.4
}
.more__link {
  width: 90vw;
  margin: calc(32vw / 7.5) auto 0;
}
.more__link>a {
  display: block;
  padding: calc(24vw / 7.5) 0;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: calc(16vw / 7.5);
  background: var(--content-color-green);
  position: relative;
}
[data-type="autumn"] .more__link>a {
  background: var(--content-color-brown);
}
.more__link>a::after {
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: calc(16vw / 7.5);
  height: calc(24vw / 7.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(8vw / 7.5);;
  margin: auto;
}
[data-type="autumn"] .more__link>a:hover{
  background: var(--content-color-dbrown);
}

/*** スポット ***/
.map__img{
  background: #FFF;
  padding: calc(24vw / 7.5);
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5);
  justify-content: center;
  text-align: center;
  margin-bottom: calc(24vw / 7.5);
}
.spot__content .item__list>li .item__img{
  height: calc(400vw / 7.5);
}

/*** 基本情報 ***/
.info__content+.info__content{
  margin-top: calc(60vw / 7.5);
}
.info__content.is-flex{
  display: flex;
  flex-direction: column;
  gap: calc(16vw / 7.5);
}
.weather__box{
  display: contents
}
.info__content.is-flex .sub-title{
  order: 1;
  margin-bottom: 0
}
.weather__txt{
  order: 3;
  line-height: 1.5;
}
.weather__goods{
  order: 4;
  background: var(--content-color-beige);
  padding: calc(16vw / 7.5);
  line-height: 1.2
}
.weather__goods>span{
  font-weight: bold;
  display: block;
}
.weather__graph{
  order: 2;
  background: #FFF;
  padding: calc(24vw / 7.5);
}

.outfit__list{
  display: flex;
  flex-wrap: wrap;
}
.outfit__list>li{
  width: calc(100% / 2);
  display: flex;
  flex-direction: column;
  background: var(--content-color-beige);
}
.outfit__list>li:nth-child(6){
  border-bottom: var(--content-border_s) var(--content-color-brown)
}
.month__txt{
  background: var(--content-color-brown);
  font-weight: bold;
  color: var(--content-color-beige);
  padding: calc(16vw / 7.5) calc(8vw / 7.5);
  text-align: center;
}
.outfit__list>li:nth-child(odd) .month__txt{
  border-right: var(--content-border_s) var(--content-color-beige)
}
.outfit__list>li:last-child .month__txt{
  border-right: var(--content-border_s) var(--content-color-brown)
}
.outfit__txt{
  padding: calc(8vw / 7.5) calc(16vw / 7.5);
  line-height: 1.2;
}
.outfit__list>li:nth-child(odd) .outfit__txt{
  border-right: var(--content-border_s) var(--content-color-brown);
  flex-grow: 1
}

.info__content .item__list>li{
  display: flex;
  gap: calc(16vw / 7.5)
}
.info__content .item__list>li .item__img{
  width: 40vw;
  height: calc(150vh / 7.5)
}
.info__content .item__list>li .item__box{
  flex: 1
}
.info__content .item__list>li .item__name{
  color: var(--content-color-dbrown)
}
.item__tokuten{
  margin-top: calc(16vw / 7.5);
  background: var(--content-color-beige);
  padding:  calc(8vw / 7.5) calc(16vw / 7.5);
  line-height: 1.4
}
.item__tokuten>span{
  display: block;
  font-weight: bold;
  color: #e73436;
}
.info__content .item__list>li:nth-child(3) .item__tokuten{
  display: none
}

.close-box{
  width: var(--content-width);
  margin: 0 auto calc(40vw / 7.5);
  padding: calc(8vw / 7.5);
  background: #FFF;
}
.close-txt{
  margin: auto;
  line-height: 1.5
}
