@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-base: #333;
  --content-color-blue: #008dca;
  --content-color-brown: #806647;
  --content-color-yellow: #f1ed62;
  --content-color-orange: #ea835b;
  --content-color-renga: #e47823;
  --content-color-lilac: #5f6bed;
  --content-color-red: #dd5b55;  
  --content-color-gray: #b2b2b2;
  --bg-img-setting: no-repeat center center / contain;
  --bg-cover-setting: no-repeat center center / cover;
  --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-box-shadow: 0 0 10px 1.4px rgba(0 71 102 / 50%);
  --content-arrow-right: url(../img/arrow.svg);
  --content-border_s: 1px solid ;
  --content-border_m: 2px solid;
  --content-border-dot: 3px dashed var(--content-color-gray);
}

.nopc{
  display: none
}
.breadcrumb{
  background: #FFF;
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  font-weight: 400;
  color: var(--content-color-base);
  line-height: 1.0;
  position: relative;
}
.main::before{
  content: "";
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_tokuten.jpg") var(--bg-cover-setting);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}
.is-fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.note__txt{
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: var(--content-color-base);
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.copyright{
  display: block;
  font-size: 12px;
}
sup{
  font-size: 10px;
  vertical-align: text-top
}
.is-link{
  text-decoration: underline
}
.is-red{
  color: var(--content-color-red)
}
.is-orange{
  color: var(--content-color-orange)
}
.is-yellow{
  color: var(--content-color-yellow)
}
.is-lilac{
  color: var(--content-color-lilac)
}

.title__wrapper>.inner{
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding-top: 35px;
}
.title-logo{
  text-align: center;
}
.bodycopy{
  background: rgba(255 255 255 / 80%);
  padding: 24px;
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-blue);
  line-height: calc(30 / 20);
}
.main__content{
  padding-top: 170px;
}
.head-title{
  font-size: 64px;
  text-align: center;
}

/*** 特典 ***/
.content__wrapper.tokuten{
  padding-bottom: 120px
}
.tokuten__content{
  background: #FFF;
  border-radius: 10px;
  box-shadow: var(--content-box-shadow);
  padding: 75px 24px 40px;
  position: relative
}
.tokuten__content+.tokuten__content{
  margin-top: 90px;
}
.tokuten__content:not(.point)::before{
  content: "";
  background: var(--bg-img-setting);
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto
}
.tokuten__inbox{
  width: 750px;
  margin: auto;
}
.tokuten__title{
  font-size: 36px;
  font-weight: bold;
  color: var(--content-color-brown);
  text-align: center;
  margin-bottom: 24px;
}
.tokuten__midashi{
  font-size: 28px;
  font-weight: bold;
  color: var(--content-color-blue);
  text-align: center;
  line-height: calc(38 / 28);
  margin-bottom: 24px;
}
.tokuten__midashi>small{
  font-size: 60%
}
.tokuten__midashi .note__txt{
  font-size: 16px;
  font-weight: bold;
  color: var(--content-color-base);
}
.tokuten__copy{
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 40px;
}

/* 特典1 */
.tokuten__content.tokuten01::before{
  background-image: url("../img/ico_toku01.svg")
}
.transport__list{
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.transport__list>li{
  width: calc(100% / 3);
  display: flex;
  gap: 10px;
}
.transport__list>li:nth-child(-n+2){
  border-right: var(--content-border-dot);
  padding-right: 20px;
}
.transport__img{
  width: 75px;
}
.transport__item{
  flex: 1;
}
.transport__midashi{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-brown);
  line-height: calc(22 / 18);
  margin-bottom: 8px;
}
.transport__txt{
  line-height: calc(21 / 14);
}
.coution__box{
  display: none
}
.caution__midashi{
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-brown);
  text-align: center;
  margin-bottom: 10px;
}
.caution__list{
  margin-bottom: 24px;
}
.caution__list>li+li{
  margin-top: 10px;
}
.caution__name{
  font-weight: bold;
  color: var(--content-color-brown);
  line-height: calc(21 / 14);
}
.caution__txt__list>li{
  line-height: calc(21 / 14);
}
.accordion__button{
  width: 202px;
  margin: auto;
  border-radius: 18px;
  border: var(--content-border_s) var(--content-color-brown);
  padding: 8px 0;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  cursor: pointer
}
.accordion__button>span{
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-brown);  
}
.accordion__button::before{
  content: "＋";
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-brown);
  display: block;
}
.accordion__button.is-open::before{
  content: "×";
}

/* 特典2 */
.tokuten__content.tokuten02::before{
  background-image: url("../img/ico_toku02.svg")
}
.food__list{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.food__list::before{
  content: "";
  background: url("../img/map_gourmet.jpg") var(--bg-img-setting);
  width: 460px;
  height: 337px;
  display: block;
}
.food__list>li{
  width: calc((100% - (24px * 3)) / 4);
  background: var(--content-color-yellow);
  padding: 8px;
  position: relative;
  line-height: calc(21 / 14);
}
.area__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--content-color-blue);
  padding: 4px 0;
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0
}
.area__icon>small{
  font-size: 13px;
}
.food__img{
  width: 100%;
  height: 148px;
  margin-bottom: 10px;
}
.food__name{
  font-weight: bold;
  color: var(--content-color-brown);
  text-align: center;
}

/* 2大ポイント */
.tokuten__content.point{
  padding-top: 56px;
}
.tokuten__content.point::before{
  content: "さらにうれしい2大ポイント！";
  display: block;
  background: var(--content-color-orange);
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 16px 0 18px;
  border-radius: 30px;
  width: 432px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto
}
.tokuten__content.point .tokuten__inbox{
  width: 100%;
  display: flex;
  gap: 35px;
}
.tokuten__content.point .tokuten__inbox::after{
  content: "";
  width: 3px;
  height: 520px;
  border-right: var(--content-border-dot);
  display: block;
  order: 2;
}
.point__box{
  width: calc((100% - 70px) / 2);
  position: relative
}
.point__box:first-child{
  order: 1
}
.point__box:last-child{
  order: 3;
}
.point__midashi{
  font-size: 28px;
  font-weight: 900;
  color: var(--content-color-blue);
  text-align: center;
  line-height: calc(35 / 28);
  margin-bottom: 24px
}
.point__midashi>span{
  display: block;
  font-weight: bold;
  color: var(--content-color-brown);
  margin-bottom: 16px;
}
.point__copy{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: calc(27 / 18)
}
.coupon__list{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.coupon__list>li{
  text-align: center;
}
.coupon__name{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-orange);
  line-height: calc(27 / 24);
  margin-bottom: 8px;
}
.coupon__name__sub{
  display: block;
  font-size: 16px;
  color: var(--content-color-base);
}
.coupon__name__main{
  font-size: 24px;
  font-weight: 900;
}
.coupon__code__box{
  background: var(--content-color-yellow);
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center
}
.coupon__code__txt{
  color: var(--content-color-brown);
}
.coupon__code{
  background: #FFF;
  padding: 8px;
  margin: 8px auto;
  position: relative;
  cursor: pointer
}
.coupon__code::after{
  content: "";
  background: url(/cmn/icon/icon_copy.svg) var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.msgBoard{
  display: none;
  font-size: 12px;
  font-weight: normal;
}
.app__item{
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1fr 35px;
  gap: 10px;
  margin: 24px auto;
}
.app__img{
  grid-row: 1 / 3;
  grid-column: 1 / 2
}
.app__txt{
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  font-size: 16px;
  line-height: calc(24 / 16);
}
.app__txt>span{
  font-weight: bold
}
.app__badge{
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  display: flex;
  gap: 10px;
}
.app__badge>li{
  width: calc((100% - 10px) / 2);
}
.app__badge>li>a{
  height: 85px;
}
.point__box .note__list{
  line-height: calc(18 / 12)
}

/*** ツアーカセット ***/
.content__wrapper.tour{
  background: var(--content-color-yellow);
  padding: 64px 0;
}
.head-title#tour{
  color: var(--content-color-brown);
  margin-bottom: 40px;
}
.icon__list{
  width: 640px;
  margin: 0 auto 40px;
  background: #FFF;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  gap: 4px
}
.icon__list>li{
  display: flex;
  gap: 4px;
}
.icon__list>li:nth-child(-n+3){
  flex-shrink: 1
}
.icon__list>li:nth-child(n+4){
  flex-grow: 1
}
.icon__img{
  width: 34px;
}
.icon__txt{
  flex: 1;
  font-size: 12px;
  color: var(--content-color-brown);
  line-height: calc(15 / 12)
}
.product-list{
  line-height: 1.4;
  gap: 24px 10px
}
.product-list>li{
  box-shadow: none;
  background: none
}
.product-list>li:hover{
  box-shadow: none
}
.product-list>li>a{
  background: #FFF;
  border: var(--content-border_s)
}
.product-list>li>a:hover{
  box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: rgba(0 138 199 / 80%)
}
.product__icon{
  margin-top: 10px;
  background: #FFF;
  border-radius: 6px;
  padding: 4px 4px 4px 8px;
  display: flex;
  gap: 4px
}
.product__icon>li{
  width: calc((100% - (4px * 4)) / 5);
}
.product__icon>li:not(:last-child){
  border-right: var(--content-border_s) var(--content-color-yellow)
}
.product__icon>li::after{
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--content-color-gray);
}
.product__icon>li.car::after{
  -webkit-mask-image: url("../img/icon_car.svg");
  mask-image: url("../img/icon_car.svg")
}
.product__icon>li.car.true::after{
  background-color: var(--content-color-red);
}
.product__icon>li.ferry::after{
  -webkit-mask-image: url("../img/icon_ship.svg");
  mask-image: url("../img/icon_ship.svg")
}
.product__icon>li.ferry.true::after{
  background-color: var(--content-color-blue);
}
.product__icon>li.bike::after{
  -webkit-mask-image: url("../img/icon_bike.svg");
  mask-image: url("../img/icon_bike.svg")
}
.product__icon>li.bike.true::after{
  background-color: #92d04d;
}
.product__icon>li.art::after{
  -webkit-mask-image: url("../img/icon_art.svg");
  mask-image: url("../img/icon_art.svg")
}
.product__icon>li.art.true::after{
  background-color: var(--content-color-orange);
}
.product__icon>li.act::after{
  -webkit-mask-image: url("../img/icon_act.svg");
  mask-image: url("../img/icon_act.svg")
}
.product__icon>li.act.true::after{
  background-color: var(--content-color-lilac);
}

.more__link{
  width: 750px;
  margin: 48px auto 0;
}
.more__link>a{
  display: block;
  background: var(--content-color-blue);
  border-radius: 34px;
  box-shadow: 0px 0px 6px 0.4px rgba(0 0 0 / 30%);
  padding: 24px 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 15px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto
}
.more__link>a:hover{
  opacity: .8
}

/*** モデルプラン ***/
.content__wrapper.plan{
  padding: 215px 0 118px;
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}
.plan__bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_plan.jpg") var(--bg-cover-setting);
  z-index: -1
}
.head-title#plan{
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 64px;
}
.head-title#plan::before{
  content: "";
  background: url("../img/ttl_plan.svg") var(--bg-cover-setting);
  width: 308px;
  height: 86px;
  display: block;
}
.sub-title{
  font-size: 46px;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  margin-bottom: 64px;
}
.sub-title .note__txt{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  margin-top: 16px;
}
.select__tab{
  width: var(--content-width);
  margin: auto;
  display: flex;
  gap: 24px;
}
.select__tab>li{
  width: calc((100% - 24px) / 2);
  border-radius: 20px 20px 0 0 ;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center
}
.select__tab>li::before{
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #FFFFFF;
}
.select__tab>li:first-child{
  background-color: #f0c6a7;
}
.select__tab>li.is-current:first-child,
.select__tab>li:first-child:hover{
  background-color: var(--content-color-renga)
}
.select__tab>li:first-child::before{
  -webkit-mask-image: url("../img/icon_art.svg");
  mask-image: url("../img/icon_art.svg")
}
.select__tab>li:last-child{
  background-color: #b7bae2;
}
.select__tab>li.is-current:last-child,
.select__tab>li:last-child:hover{
  background-color: var(--content-color-lilac)
}
.select__tab>li:last-child::before{
  -webkit-mask-image: url("../img/icon_act.svg");
  mask-image: url("../img/icon_act.svg")
}
.select__wrapper{
  background: #FFF;
  padding: 40px 0;
  margin-bottom: 68px;
}
.select__wrapper>.inner{
  display: none
}
.select__wrapper>.inner.is-active{
  display: block;
}
.plan__icon{
  display: inline-block;
  background: var(--content-color-yellow);
  padding: 4px;
  font-size: 14px;
  color: var(--content-color-brown);
  text-align: center;
}
.intro__box{
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
}
.intro__box::before{
  content: "";
  background: var(--bg-img-setting);
  width: 80px;
  height: 80px;
  display: block;
}
.art .intro__box::before{
  background-image: url("../img/icon_art.svg");
}
.act .intro__box::before{
  background-image: url("../img/icon_act.svg");
}
.intro__txtdata{
  flex: 1
}
.plan__midashi{
  display: flex;
  gap:8px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--content-color-brown);
  margin-bottom: 10px;
}
.plan__midashi .plan__icon{
  font-size: 16px
}
.plan__copy{
  font-size: 16px;
  line-height: calc(24 / 16)
}
.plan__list{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.plan__list>li{
  width: calc((100% - 24px) / 2);
  padding-bottom: 20px;
  border-bottom: var(--content-border_s) var(--content-color-gray);
  display: flex;
  gap: 8px;
}
.plan__list>li:last-child{
  border-bottom: none
}
.spot__img{
  width: 148px;
}
.spot__item{
  flex: 1
}
.spot__name{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-brown);
  display: flex;
  gap:8px;
  align-items: center;
  margin-bottom: 8px;
}
.spot__txt{
  line-height: calc(21 / 14)
}
.art .plan__list>li:nth-child(-n+2){
  flex-direction: column;
}
.art .plan__list>li:nth-child(-n+2) .spot__img{
  display: flex;
  gap: 8px;
  width: 100%
}
.art .plan__list>li:nth-child(-n+2) .spot__img>img{
  width: 240px;
}
.spot__caption{
  flex: 1;
  font-weight: bold;
  color: var(--content-color-brown);
  line-height: calc(21 / 14)
}
.spot__caption>small{
  font-size: 12px;
  font-weight: normal;
  color: var(--content-color-base)
}
.act .plan__list>li:first-child{
  width: 100%;
  gap: 24px;
}
.act .plan__list>li:first-child .spot__img{
  width: 484px;
}

/* モデルコース */
.model__content{
  width: 750px;
  margin: auto;
}
.model__content+.model__content{
  margin-top: 40px;
}
.model__midashi{
  background: var(--content-color-brown);
  padding: 24px 0;
  font-size: 28px;
  color: var(--content-color-yellow);
  text-align: center;
  line-height: calc(40 / 28)
}
.model__midashi .note__txt{
  font-size: 16px;
  color: #FFF;
}
.route__list{
  background: #FFF;
  display: flex;
}
.route__list>li{
  width: calc(100% / 4);
  flex-grow: 1;
}
.route__list>li:not(:last-child){
  border-right: var(--content-border_s) var(--content-color-gray);
  position: relative
}
.route__list>li:not(:last-child)::after{
  content: "";
  width: 10px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--content-color-gray);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto  
}
.route__day{
  background: var(--content-color-brown);
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 0
}
.route__data{
  padding: 10px 14px;
  line-height: calc(20 / 14);
  position: relative
}
.route__data>span{
  font-weight: bold
}

/*** フッターバナー ***/
.content__wrapper.foot{
  padding: 80px 0;
  background: #FFF;
}

#back-product {
  position: fixed;
  right: 12px;
  top: 250px;
  z-index: 500;
}