@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-emerald: #10bfb1;
  --content-color-green: #90c31f;
  --content-color-yellow: #fff83c;
  --content-color-cream: #fffca1;
  --content-color-brown: #815122;
  --content-color-navy: #092575;
  --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;
  --font-base: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 3px 0 0 rgba(0 0 0 / 20%);
  --content-arrow-right_w: url(../img/aro01.png);
  --content-arrow-up: url(/cmn/icon/icon_arrow_top_white.svg);
  --content-border_s: 1px solid;
  --content-border_m: calc(4vw / 7.5) solid;
  --content-border_dot: 1px dotted;
}

.nosp{
  display: none
}
.main{
  font-family: var(--font-base);
  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{
  font-size: calc(20vw / 7.5);
  padding-left: 1.0em;
  text-indent: -1.0em;
  display: block
}
.note__txt>a{
  color: var(--content-color-navy);
  text-decoration: underline
}

.mv__wrapper{
  width: 100%;
  background: #fffff6;
}
.mv__title{
  margin-bottom: calc(24vw / 7.5)
}
.bodycopy{
  width: var(--content-width);
  margin: auto;
  font-size: calc(26vw / 7.5);
  line-height: 1.5;
  text-align: center
}
.main__content{
  background: #fffff6;
}
.content__wrapper{
  padding: calc(60vw / 7.5) 0;
}
.head-title{
  text-align: center;
  margin-bottom: calc(24vw / 7.5);
}
.head-title>span{
  font-size: calc(48vw / 7.5);
  color: var(--content-color-brown);
  line-height: 1.2
}

/*** 検索モジュール ***/
.content__wrapper.search .inner{
  width: 100vw;
}
.head-title#search>span{
  font-family: var(--font-sans);
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: var(--content-color-navy);
}

/*** 人気スポット ***/
.leadcopy{
  width: var(--content-width);
  margin: auto;
  text-align: center;
  line-height: 1.4
}
.nav__list{
  width: var(--content-width);
  margin: calc(40vw / 7.5) auto calc(80vw / 7.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(16vw / 7.5);
}
.nav__list>li{
  width: calc((100% - (calc(16vw / 7.5) * 2)) / 3);
}
.nav__list>li>a{
  display: block;
  background: var(--content-color-emerald);
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: calc(10vw / 7.5);
  padding: calc(24vw / 7.5) calc(16vw / 7.5);
}
.item__container+.item__container{
  margin-top: calc(80vw / 7.5);
}
.area__title{
  display: flex;
  gap: calc(32vw / 7.5);
  justify-content: center;
  align-items: center;
  margin-bottom: calc(40vw / 7.5);
  text-align: center;
}
.area__title>span{
  font-size: calc(60vw / 7.5);
  color: var(--content-color-brown);
}
.area__title::before,
.area__title::after{
  content: "";
  background: var(--bg-img-setting) url("../img/ttl_deco01.png");
  width: calc(52vw / 7.5);
  height: calc(45vw / 7.5);
  display: block;
}
.area__title::after{
  transform: scale(-1, 1);
}
.area__copy{
  text-align: center;
  line-height: 1.4;
  margin-bottom: calc(24vw / 7.5);
}
.item__content{
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5);
  font-family: var(--font-sans);
}
.item__content+.item__content{
  margin-top: calc(80vw / 7.5);
}
.area__img{
  order: 2;
  width: 100%;
  height: 100%;
}
.area__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.area__content{
  display: contents
}
.area__name{
  order: 1;
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: var(--content-color-brown);
  text-align: center;
  position: relative;
  padding-bottom: calc(16vw / 7.5);
}
.area__name::after{
  content: "";
  background-color: var(--content-color-brown);
  width: calc(180vw / 7.5);
  height: calc(4vw / 7.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.area__txt{
  order: 3;
  line-height: 1.5
}
.product__box{
  order: 4;
  margin-top: calc(40vw / 7.5);
}
.product__box>a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border: var(--content-border_m) var(--content-color-base);
  padding: calc(24vw / 7.5) calc(8vw / 7.5);
}
.product__title{
  display: flex;
  gap: calc(16vw / 7.5);
  align-items: center
}
.product__title>span{
  font-size: calc(26vw / 7.5);
  font-weight: bold;
}
.product__title::before{
  content: "";
  background: url("../img/icon_flight.png") var(--bg-img-setting);
  width: calc(37vw / 7.5);
  height: calc(28vw / 7.5);
  display: block;
}
.product__price{
  text-align: center;
  color: #e62c36;
}
.product__price>span{
  font-size: calc(40vw / 7.5)
}
.product__price small{
  font-size: calc(24vw / 7.5)
}
.product__link{
  width: 90vw;
  margin: calc(40vw / 7.5) auto calc(64vw / 7.5);
}
.product__link>a{
  display: block;
  background: var(--content-color-brown);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(24vw / 7.5);
  position: relative
}
.product__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right_w);
  width: calc(28vw / 7.5);
  height: calc(30vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(8vw / 7.5);
  bottom: 0;
  margin: auto;
}
.point__content{
  background: #f5efbb;
  border-radius: calc(32vw / 7.5);
  padding: calc(32vw / 7.5) calc(24vw / 7.5) calc(24vw / 7.5);
  position: relative;
}
.point__midashi{
  position: absolute;
  top: calc(-20vw / 7.5);
  left: calc(16vw / 7.5);
  text-align: center;
  display: flex;
  gap: calc(16vw / 7.5);
  align-items: center;
}
.point__midashi::before,
.point__midashi::after{
  content: "";
  background: var(--bg-img-setting) url("../img/ttl_deco02.png");
  width: calc(37vw / 7.5);
  height: calc(27vw / 7.5);
  display: block;
}
.point__midashi::after{
  transform: rotate(180deg);
}
.point__midashi>span{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
}
.point__txt{  
  line-height: 1.4;
}
.item__container.kix .area__name,
.item__container.kix .point__content,
.item__container.tyo .area__name,
.item__container.tyo .point__content,
.item__container.hij .area__name,
.item__container.hij .point__content{
  display: none
}

.more__link{
  margin: calc(40vw / 7.5) auto 0;
  width: var(--content-width);
}
.more__link>a{
  display: block;
  font-family: var(--font-sans);
  background: var(--content-color-navy);
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(24vw / 7.5) calc(16vw / 7.5);
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-up);
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(24vw / 7.5);
  bottom: 0;
  margin: auto;
}

/*** FAQ ***/
.faq__list{
  display: flex;
  flex-direction: column;
  gap: calc(40vw / 7.5);
}
.faq__list>li{
  padding-bottom: calc(24vw / 7.5);
  border-bottom: var(--content-border_dot);
}
.q__txt,
.a__txt{
  display: flex;
  gap: calc(16vw / 7.5);
  align-items: flex-start
}
.q__txt{
  margin-bottom: calc(24vw / 7.5);
}
.q__txt>span{
  flex: 1;
  font-size: calc(36vw / 7.5);
  line-height: 1.4;
}
.q__txt::before{
  content: "Q.";
  font-weight: bold;
  font-size: calc(36vw / 7.5);
  color: var(--content-color-navy);
  display: block;
  flex-shrink: 0
}
.a__txt>span{
  flex: 1;
  font-size: calc(26vw / 7.5);
  line-height: 1.4;
}
.a__txt::before{
  content: "A.";
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  color: var(--content-color-brown);
  display: block;
  flex-shrink: 0
}

.bnr__data{
  margin: calc(24vw / 7.5) auto;
  text-align: center;
}
.bnr__data>a{
  display: block;
}