@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* CSS Document */
:root{
  --content-color-blue: #234a9e;
  --content-color-pink: #e5004f;
  --content-color-yellow: #ffe500;
  --content-color-sky: #0082ba;
  --content-color-gray: #808080;
  --content-color-lgray: #cccccc;
  --content-color-cream: #fffadb;
  --bg-img-setting: no-repeat center center / contain;
  --content-width-sp: calc(336vw / 3.75);
  --content-width-pc: 1104px;
  --content-width: min(var(--content-width-sp), var(--content-width-pc));
  --content-bg-width-pc: max(100%, 1920px);
  --font-size-pc: 14px;
  --font-size-sp: calc(14vw / 3.75);
  --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-box-shadow: 4px 4px 0 rgba(0 0 0 / 20%); 
  --content-arrow-right: url(../img/arrow_b.svg);
  --content-arrow-right_w: url(/cmn/icon/icon_arrow_right_white.svg);
  --content-arrow-down: url(/cmn/icon/icon_arrow_down_white.svg);
}

.is-sp,
.is-tb{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  color: var(--content-color-base);
  line-height: 1.3;
  position: relative;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
  position: relative;
}
a{
  transition: var(--content-hover-speed);
}
.is-fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-bold{
  font-weight: bold;
}
.note-list>li,
.note-txt{
  display: block;
  font-size: 12px;
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.5
}
.is-pink{
  color: var(--content-color-pink);
}

@media (768px <= width <= 1024px){
  .is-tb{
    display: block
  }
}

/*** MV ***/
.title-wrapper{
  background: no-repeat center center;
  width: 100%;
  height: 406px;
}
[data-type="summer"] .title-wrapper{
  background-image: url("../img/ss/bgmv_pc.jpg")
}
[data-type="winter"] .title-wrapper{
  background-image: url("../img/aw/bgmv_pc.jpg")
}

.title-wrapper>.inner{
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
.dep-select-nav{
  position: absolute;
  top: 0;
  right: 0
}
.display_selected {
  background: var(--content-color-blue);
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: relative;
  cursor: pointer;
}
.display_selected::before{
  content: "出発地";
  display: block;
  font-size: 12px;
  margin-bottom: 4px
}
.display_selected::after {
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-down);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto
}
.dep-select-zone {
  display: none;
  width: 130px;
  position: absolute;
  z-index: 30;
  border: 1px solid var(--content-color-blue);
  border-top: none;
  background: #FFF;
  line-height: 1.5
}
.dep-select>li {
  cursor: default;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
  color: var(--content-color-blue);
}
.dep-select>li:hover,
.dep-select>li.selected {
  background: var(--content-color-blue);
  color: #FFF
}
.close-button{
  display: none
}

@media (768px <= width <= 1024px){
  .title-wrapper>.inner{
    width: 100vw
  }
}

/*** .main-container ***/
.content-wrapper{
  padding: 48px 0;
  background: var(--content-color-cream);
}
.content-wrapper .inner{
  display: grid;
  gap: 24px;
}
.head-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.title-txt{
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
.title-txt>small{
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.head-title::before,
.head-title::after{
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: var(--content-color-gray);
  flex-grow: 1
}

/* product */
.area00{
  display: none
}
.item-label::before{
  content: "";
  background: var(--bg-img-setting);
  width: 100px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-label.okinawa::before{
  background-image: url("../img/badge_oka.png");  
}
.item-label.island::before{
  background-image: url("../img/badge_okar.png");  
}
.item-label.hokkaido::before{
  background-image: url("../img/badge_hok.png");  
}
.item-label.kyushu::before{
  background-image: url("../img/badge_kyu.png");  
}
.item-label.chugoku::before{
  background-image: url("../img/badge_chu.png");  
}
.item-label.shikoku::before{
  background-image: url("../img/badge_shikoku.png");  
}
.more-link{
  width: 640px;
  margin: 24px auto 0;
}
.more-link>a{
  display: block;
  background: var(--content-color-blue);
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  box-shadow: var(--content-box-shadow);
  position: relative
}
.more-link>a::after{
  content: "";
  background: var(--content-arrow-right_w) var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}
.more-link>a:hover{
  opacity: .8
}

/* tokuten */
.content-wrapper.tokuten{
  background: #FFF;
}
.content-wrapper.tokuten .inner{
  gap: 48px;
}
.title-box{
  display: grid;
  gap: 8px;
}
.bodycopy{
  font-size: 20px;
  font-weight: bold;
  text-align: center;  
}
.tokuten-content{
  display: grid;
  gap: 24px;
}
.coupon-box{
  border: 5px dashed var(--content-color-lgray);
  padding: 24px 16px;
  position: relative;
  display: grid;
  gap: 16px;
}
.coupon-box::before{
  content: "";
  background: url("../img/ico_tokuten01.jpg") var(--bg-img-setting);
  width: 154px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 20px;
}
.coupon-title{
  font-size: 36px;
  font-weight: 900;
  color: var(--content-color-blue);
  text-align: center;
  line-height: 1.2;
}
.coupon-title>small{
  display: block;
  font-size: 24px;
}
.coupon-txt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.coupon-midashi{
  text-align: center;
}
.coupon-midashi>span{
  width: 100%;
  display: flex;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
}
.coupon-midashi>span::before,
.coupon-midashi>span::after{
  content: "/";
  display: inline-block;
}
.coupon-midashi>span::before{
  transform: scaleX(-1);
}
.coupon-tab{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.coupon-tab>li>a{
  display: block;
  background: var(--content-color-yellow);
  border-radius: 10px;
  box-shadow: var(--content-box-shadow);
  padding: 8px;
  font-size: min(16px, (12vw / 7.68));
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: relative
}
.coupon-tab>li>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 9px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
}
.coupon-tab>li>a:hover{
  opacity: .8
}
.tokuten-list>li{
  border-bottom: 2px dashed var(--content-color-lgray);
  padding: 16px 0;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  align-items: center;
}
.tokuten-list>li::before{
  content: "";
  background: var(--bg-img-setting);
  width: 112px;
  height: 50px;
  display: block;
}
.tokuten-list>li:first-child::before{
  background-image: url("../img/ico_tokuten02.jpg")
}
.tokuten-list>li:nth-child(2)::before{
  background-image: url("../img/ico_tokuten03.jpg")
}
.tokuten-list.oka>li:first-child::before{
  background-image: url("../img/ico_ico_point01.jpg")
}
.tokuten-list.oka>li:nth-child(2)::before{
  background-image: url("../img/ico_ico_point02.jpg")
}
.tokuten-list.oka>li:nth-child(3)::before{
  background-image: url("../img/ico_ico_point03.jpg")
}
.tokuten-item{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: center;
}
.tokuten-list>li .tokuten-midashi{
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-blue);
}
.tokuten-list>li .tokuten-midashi>small{
  font-size: 14px;
}
.tokuten-list>li .tokuten-txt{
  font-size: 16px;
  font-weight: bold;
}

/* okinawa */
.sub-title>span{
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 900;
  color: var(--content-color-sky);
  text-align: center;
  position: relative;
}
.sub-title>span::before,
.sub-title>span::after{
  content: "";
  background: url("../img/ico_ttl_sq.svg") var(--bg-img-setting);
  width: 53px;
  height: 22px;
  display: block;
}

.cafe-list{
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cafe-img{
  width: 100%;
  height: 160px;
  margin-bottom: 4px
}
.cafe-name{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-sky);
}
.cafe-data>li{
  font-size: 12px;
}

/* notice */
.notice-box{
  display: none
}
.notice-inbox{
  display: grid;
  gap: 8px;
}
.notice-title{
  font-weight: bold;
  text-align: center;
}
.notice-data{
  display: grid;
  gap: 4px;
}
.notice-midashi{
  font-weight: bold;
}
.accordion-button {
  width: 240px;
  margin: auto;
  border-radius: 32px;
  border: 1px solid;
  background: #FFF;
  padding: 16px;
  text-align: center;
  color: var(--content-color-gray);
}
.accordion-button>span{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}
.accordion-button>span::before {
  content: "";
  background: var(--bg-img-setting);
  background-image: url(../img/ico_open.svg);
  width: 14px;
  height: 14px;
  display: block
}
.accordion-button.is-open>span::before {
  background-image: url(../img/ico_close.svg);
}
