@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: #3bb272;
  --content-color-pink: #e85464;
  --content-color-off: #faf6ef;
  --content-color-gray: #666666;
  --content-color-base: #333333;
  --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-right: url(../img/arrow.svg);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
  --content-border_l: 4px solid;
}

.nosp{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  font-weight: 400;
  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;
}

.breadcrumb{
  background: #FFF;
}
.title__wrapper{
  width: 100%;
  height: calc(490vw / 7.5);
  position: relative;
  background: #FFF;
}
.title-logo{
  width: var(--content-width);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto
}
.title-logo>img{
  width: calc(444vw / 7.5);
}
.nav__wrapper {
  width: 100%;
  background: var(--content-color-green);
}
.nav__wrapper .inner{
  width: 100vw;
}
.nav__list{
  margin: auto;
  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;
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: calc(38 / 28);
}
.nav__list>li>a:hover{
  background: #FFF;
  color: var(--content-color-green);
}
.main__content{
  position: relative;
}
.content__wrapper{
  width: 100%;
  padding: calc(40vw / 7.5) 0;
}
.head-title{
  margin-bottom: calc(24vw / 7.5);
  text-align: center;
}
.head-title#spot,
.head-title#tour{
  display: flex;
  gap: calc(18vw / 7.5);
  align-items: center;
  justify-content: center
}
.head-title#spot::before,
.head-title#spot::after,
.head-title#tour::before,
.head-title#tour::after{
  content: "";
  background: var(--bg-img-setting) url("../img/ico_mastu.svg");
  width: calc(55vw / 7.5);
  height: calc(38vw / 7.5);
  display: block;
}
.head-title .title__txt{
  font-size: calc(52vw / 7.5);
  font-weight: 900;
  color: var(--content-color-pink);
  line-height: calc(65 / 52);
}
.head-title .title__img{
  display: block;
  margin: 0 auto calc(20vw / 7.5);
  text-align: center
}
.sub-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.is-green{
  color: var(--content-color-green);
}
.is-pink{
  color: var(--content-color-pink);
}

/*** イントロ ***/
.content__wrapper.intro{
  padding: calc(96vw / 7.5) 0;
  background: #FFF;
}
.head-title#intro .title__img{
  width: calc(406vw / 7.5);
}
.intro__container{
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5)
}
.intro__map{
  width: calc(549vw / 7.5);
  margin: auto;
  text-align: center
}
.intro__box{
  width: 100%;
}
.intro__copy{
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: var(--content-color-green);
  text-align: center;
  line-height: calc(48 / 30);
  margin-bottom: calc(24vw / 7.5);
}
.time__data{
  background: var(--content-color-off);
  padding: calc(24vw / 7.5);
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5);
}
.time__airline{
  border-bottom: var(--content-border_s) #b2b2b2;
  padding-bottom: calc(24vw / 7.5);
}
.time__midashi{
  font-weight: bold;
  color: var(--content-color-gray);
  text-align: center;  
  margin-bottom: calc(16vw / 7.5);
}
.time__schedule{
  line-height: calc(24 / 14)
}
.time__airline .time__midashi{
  font-size: calc(30vw / 7.5);
  color: var(--content-color-pink);
}
.time__airline .time__schedule{
  font-size: calc(26vw / 7.5);
  font-weight: bold;
}

/*** 観光スポット ***/
.content__wrapper.spot{
  position: relative;
}
.content__wrapper.spot::before{
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/map.png") no-repeat, var(--content-color-off);
  background-position: center calc(180vw / 7.5);
  background-size: auto calc(997vw / 7.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.content__wrapper.spot.is-fix::before{
  background-position: center bottom;
  position: fixed;
  bottom: 0;
  left: 0;
}
.info__container{
  margin-bottom: calc(600vw/ 7.5);
}
.copy__list{
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5);
  margin-bottom: calc(18vw / 7.5);
}
.copy__list>li{
  font-weight: bold;
  text-align: center;
  line-height: calc(24 / 16)
}
.copy__list>li .is-pink{
  font-size: calc(28vw / 7.5);
}
.access__box{
  width: calc(625vw / 7.5);
  margin: auto;
  background: rgba(255 255 255 / 90%);
  padding: calc(20vw / 7.5) calc(16vw / 7.5);
  border-radius: calc(20vw / 7.5);
  line-height: calc(36 / 24)
}
.access__midashi{
  font-weight: bold;
  text-align: center;
}
.access__list>li .is-green{
  font-weight: bold
}
.spot__list{
  display: flex;
  flex-direction: column;
  gap: calc(660vw/ 7.5);
  margin-bottom: 564px;
}
.spot__list>li{
  position: relative;
  background: var(--content-color-pink);
  padding: calc(8vw / 7.5);
}
.fadebox {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.spot__list>li::after{
  content: "";
  background: var(--bg-img-setting);
  width: calc(74vw / 7.5);
  height: calc(101vw / 7.5);
  position: absolute;
  top: 0;
  left: calc(28vw / 7.5);
}
.spot__list>li:first-child::after{
  background-image: url("../img/ico_spot01.svg")
}
.spot__list>li:nth-child(2)::after{
  background-image: url("../img/ico_spot02.svg")
}
.spot__list>li:nth-child(3)::after{
  background-image: url("../img/ico_spot03.svg")
}
.spot__list>li:last-child::after{
  background-image: url("../img/ico_spot04.svg")
}
.spot__imgbox{
  position: relative
}
.spot__imgbox::before{
  content: "";
  background: linear-gradient(to bottom, rgba(0 0 0 / 0%) 40%, rgba(0 0 0 / 80%) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5
}
.spot__data{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: #FFF;
  padding: calc(20vw / 7.5);
}
.spot__name{
  font-size: calc(38vw / 7.5);
  font-weight: bold;
  margin-bottom: calc(16vw / 7.5);
  text-align: center;
}
.spot__name>small{
  font-size: calc(24vw / 7.5);
  margin-right: calc(16vw / 7.5);
}
.spot__txt{
  line-height: calc(36 / 24);
}

/*** tour ***/
.content__wrapper.tour{
  background: url("../img/bg_tour.png") repeat left top / calc(180vw / 7.5) auto , var(--content-color-off);
}
.product__content+.product__content{
  margin-top: calc(44vw / 7.5);
}
.tour__copy{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  text-align: center;
  line-height: calc(40 / 32);
  margin-bottom: calc(16vw / 7.5);
}
.product__midashi{
  font-size: calc(50vw / 7.5);;
  font-weight: 900;
  margin-bottom: calc(24vw / 7.5);
  text-align: center;
}
.product-list{
  line-height: 1.4
}

/* IMP */
.fda--kmq01.product-list>li{
  width: 100%;
  flex: 1;
}
.fda--kmq01.product-list>li>a{
  display: flex;
  flex-direction: column;
  gap: calc(36vw / 7.5);
  padding: calc(16vw / 7.5)
}
.product__img{
  width: 100%;
  height: calc(280vw / 7.5)
}
.product__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.product__item{
}
.product__title__sub{
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: #e90000;
}
.product__dep{
  display: block;
  font-weight: bold;
  color: var(--content-color-base);
}
.product__title{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  text-align: left;
  color: #1A0DAB;
}
.product__price{
  text-align: right;
}
.tour__price{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: #e90000;
}

.item__link{
  width: 100%;
  margin: calc(32vw / 7.5) auto 0;
}
.item__link>a{
  display: block;
  border-radius: calc(49vw / 7.5);
  background: #FFF;
  box-shadow: var(--content-shadow);
  padding: calc(20vw / 7.5);
  font-weight: bold;
  color: var(--content-color-green);
  text-align: center;
  position: relative
}
.item__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: calc(17vw / 7.5);
  height: calc(26vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(20vw / 7.5);
  bottom: 0;
  margin: auto;
}

/*** FDA ***/
.content__wrapper.fda{
  background: #FFF;
}
.head-title#fda .title__img{
  width: calc(281vw / 7.5);
}
.head-title#fda .title__txt{
  width: 100vw;
  margin: 0 calc(50% - 50vw)
}
.schedule__wrapper{
  margin: 0 auto calc(48vw / 7.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(46vw / 7.5);
}
.schedule__wrapper::before{
  content: "";
  background: var(--bg-img-setting) url("../img/img_fda.png");
  width: calc(397vw / 7.5);
  height: calc(186vw / 7.5);
  display: block;
}
.schedule__title{
  width: 100%;
  display: flex;
  gap: calc(20vw / 7.5);
  justify-content: center;
  align-items: center;
  margin-bottom: calc(32vw / 7.5);
}
.schedule__title>span{
  font-size: calc(46vw / 7.5);
  font-weight: bold;
  color: var(--content-color-pink);
}
.schedule__title::before{
  content: "";
  background: var(--bg-img-setting) url("../img/logo_fda.png");
  width: calc(116vw / 7.5);
  height: calc(50vw / 7.5);
  display: block;
}
.schedule__list{
  display: flex;
  flex-wrap: wrap;
  gap: calc(16vw / 7.5);
  margin-bottom: calc(16vw / 7.5)
}
.schedule__list>li{
  width: 100%;
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  color: var(--content-color-green);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: calc(16vw / 7.5);
}
.schedule__list>li>span{
  color: var(--content-color-pink)
}
.schedule__list>li>small{
  font-size: calc(24vw / 7.5);
  font-weight: normal
}
.schedule__list>li.flight__service{
  margin-top: calc(24vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: normal;
  color: var(--content-color-green);
}
.seat__wrapper{  
  line-height: 1.5
}
.seat__midashi{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  text-align: center;
}
.seat__midashi>small{
  display: block;
  font-size: calc(20vw / 7.5);
  font-weight: normal
}
.seat-img{
  margin: calc(20vw / 7.5) auto calc(48vw / 7.5);
}
.seat__notice__midashi{
  font-weight: bold;
  color: var(--content-color-green);
  margin-bottom: calc(16vw / 7.5);
}
.seat__notice_list{
  line-height: calc(36 / 24);
}
.seat__notice_list>li{
  color: var(--content-color-green);
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/* 特集バナー */
.content__wrapper.foot{
  background: #FFF;
}

.close-txt{
  font-weight: bold;
  line-height: 1.5
}