@charset "utf-8";
/* CSS Document */
:root{
  --blue: #1049a6;
  --pink: #ff2c62;
  --purple: #555e7b;
  --cream: #f6f6d1;
  --sky: #1971FF;
  --gray: #999;
  --lgray: #F2F2F2;
  --center_contain: no-repeat center center / contain;
}

.nosp{
  display: none;
}
.main{
  width: 100%;
}
.main *{
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
.main-title{
  background:url("../img/sp_ttl_bg.jpg") no-repeat center top #ecffaf;
  width: 100%;
  height: calc(400vw / 7.5);
  position: relative;
}
.main-title img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(718vw / 7.5);
  height: calc(269vw / 7.5);
}
.menu-nav{
  width: 100%;
  background: var(--blue);
}
.nav-list{
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.nav-list>li{
  width: calc(100% / 2);
  border-right: 1px solid #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nav-list>li:nth-child(2n){
  border-right: none;
}
.nav-list>li:nth-child(-n+2){
  border-bottom: 1px solid #FFF;
}
.nav-list>li>a{
  display: block;
  padding: calc(10vw / 7.5) calc(5vw / 7.5) calc(40vw / 7.5);
  font-size: calc(24vw / 7.5);
  color: #FFF;
  text-align: center;
  position: relative;
  transition: 0.3s
}
.nav-list>li>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_down_white.svg") center center / cover;
  width: calc(30vw / 7.5);
  height: calc(30vw / 7.5);
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(10vw / 7.5);
  margin: auto;
}

.main-content{
  width: 100%;
  background: var(--cream);
  padding: calc(30vw / 7.5) 0
}
.content-wrapper{
  width: 96vw;
  margin: 0 auto calc(40vw / 7.5);
}
.head-title{
  background: var(--blue);
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(10vw / 7.5);
}

.head-title#yomitan>span{
  display: block;
  font-size: 70%;
  color: var(--blue);
  background: #FFF;
  margin-bottom: calc(8vw / 7.5)
}
.sub-title{
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: var(--purple);
  border-bottom: calc(2vw / 7.5) solid;
  margin: calc(30vw / 7.5) auto calc(10vw / 7.5);
}
.inbox{
  background: #FFF;
  padding: calc(20vw / 7.5)
}
.flexbox{
  display: flex;
  flex-wrap: wrap
}
.flexbox-inbox{
  width: 100%
}
.flexbox-inbox.prev{
  order: 1;
  margin-bottom: calc(20vw / 7.5);
}
.flexbox-inbox.next{
  order: 2;
}
.info-txt{
  font-size: calc(26vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
}
.txt-pink{
  color: var(--pink);
   font-weight: bold;
}
.attn-note{
  margin-top: calc(20vw / 7.5);
}
.attn-note>li:not(.midashi){
  font-size: calc(22vw / 7.5);
  padding-left: 1.0em;
  text-indent: -1.0em;
  position: relative
}
.attn-note>li.midashi{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
}

/*** LeaLeaラウンジ ***/
.service-list>li{
  padding-left: 1.5em;
  font-weight: bold;
  color: #555e7b;
  position: relative;
}
.service-list>li+li{
  margin-top: calc(10vw / 7.5);
}
.service-list>li small{
  font-size: calc(22vw / 7.5);
  color: #333;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5em
}
.service-list>li::before{
  content:"";
  background: url("../img/icon_check.png") no-repeat;
  background-size: contain;
  width: calc(34vw / 7.5);
  height: calc(28vw / 7.5);
  position: absolute;
  top: 0;
  left: 0;
}

/*** アクセス情報 ***/
.access-info{
  margin-bottom: calc(20vw / 7.5);
}
.access-info>li{
  margin-bottom: calc(16vw / 7.5);
  display: flex;
  gap: calc(16vw / 7.5);
  align-items: center;
}
.access__midashi{
  width: 5.5em;
  flex-shrink: 0;
  border-right: calc(2vw / 7.5) solid #999999;
  margin-right: calc(10vw / 7.5);
  font-size: calc(24vw / 7.5);
}
.mapbox {
  margin-top: calc(20vw / 7.5);
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/*** LeaLeaシャトル ***/
.flexbox.is-shuttle{
  margin-bottom: calc(30vw / 7.5)
}
.scroll-area{
  overflow-x: scroll;
  margin-bottom: calc(10vw / 7.5)
}
.scroll-area+.scroll-area{
  margin-top: calc(24vw / 7.5)
}
.select-tab{
  display: flex;
  margin: 0 auto calc(30vw / 7.5);
  gap: calc(10vw / 7.5);
}
.select-tab>li{
  width: calc((100% - (10vw / 7.5 * 2) / 3));
  font-size: calc(22vw / 7.5);
  font-weight: bold;
  color: #FFF;
  background: var(--gray);
  border-radius: calc(8vw / 7.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  padding: calc(8vw / 7.5);
  cursor: pointer;
  position: relative
}
.select-tab>li.is-current{
  background: var(--pink);
}
.select-tab>li.is-current::after{
  content: "";
  width: 0;
  height: 0;
  border: calc(20vw / 7.5) solid transparent;
  border-top: calc(20vw / 7.5) solid var(--pink);
  position: absolute;
  bottom: calc(-36vw / 7.5);
  right: 0;
  left: 0;
  margin: auto
}
.select-area{
  display: none
}
.select-area.is-active{
  display: block;
}
.select-area+.attn-note{
  margin-top: 0;
}
.bus-schedule{
  border-collapse: collapse;
  width: 600px;
}

.bus-schedule caption{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  color: var(--purple);
  text-align: left
}
.bus-schedule tr th,
.bus-schedule tr td{
  padding: calc(6vw / 7.5);
  text-align: center;
  vertical-align: middle;
  font-size: calc(22vw / 7.5);
  border: 1px solid var(--purple);
  background: #FFF;
}
.bus-schedule tr th:nth-child(2){
  width: 3.5em;
}
.bus-schedule tr th{
  background: var(--purple);
  color: #FFF;
}

.cell-fix{
  width: 200px;
  text-align: left!important
}
/*.cell-fix::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--purple);
}*/
.flex-inbox.is-right{
  margin-top: calc(20vw / 7.5);
}
.busstop-midashi{
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: var(--purple);
}
.busstop-img,
.yomitan-img{
  display: flex;
  gap: calc(16vw / 7.5);
  overflow: scroll;
  margin-bottom: calc(20vw / 7.5);
}
.busstop-img>li,
.yomitan-img>li{
  flex: 0 0 85%;
}
.busstop-img>li>span,
.yomitan-img>li>span{
  font-size: calc(22vw / 7.5);
  display: inline-block;
  line-height: 1.2
}
.bus-notice{
  margin: calc(20vw / 7.5) auto;
}
.bus-notice>li{
  font-size: calc(22vw / 7.5);
  color: #333;
}
.bus-notice>li.midashi{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
}

/*** オプショナルツアー ***/
.course-list{
  display: flex;
  overflow-x: scroll;
  gap: calc(20vw / 7.5)
}
.course-list>li{
  flex: 0 0 85%;
  display: flex;
  flex-direction: column;
}
.course-img{
  width: 100%;
  height: calc(360vw / 7.5);
  position: relative;
  margin-bottom: calc(10vw / 7.5)
}
.course-img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: calc(360vw / 7.5);
}
.badge-free{
  width: 6.5em;
  height: 27px;
  background: var(--cream);
  font-weight: bold;
  color: var(--pink);
  text-align: center;
  padding: calc(6vw / 7.5);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.badge-reserve{
  width: 6.5em;
  height: 27px;
  background: var(--pink);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(6vw / 7.5);
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 0;
}
.course-name{
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: var(--pink);
  line-height: 1.2;
  margin-bottom: calc(10vw / 7.5);
  flex-grow: 1
}
.course-plan{
  margin-top: calc(10vw / 7.5);
  padding: calc(10vw / 7.5);
  background: var(--lgray);
}
.course-plan>li{
  font-size: calc(22vw / 7.5);
}
.course-plan>li+li{
  margin-top: calc(6vw / 7.5);
}
.course-plan>li>span{
  display: inline-block;
  font-size: calc(22vw / 7.5);
}
.course-txt{
  font-size: calc(24vw / 7.5)
}
.course-plan .course-note{
  padding-left: 1.0em;
  position: relative;
  border-bottom: none
}
.course-plan .course-note::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

.more-link{
  width: 100%;
  margin: calc(30vw / 7.5) auto;
}
.more-link>a{
  display: block;
  background: var(--blue);
  padding: calc(20vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  border-radius: calc(40vw / 7.5);
}
.more-link>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center / contain;
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
  transition: 0.3s
}
.more-link>a:hover{
  background: var(--sky)
}