@charset "UTF-8";
/* ページ全般の設定 */
* {
  box-sizing: border-box;
}

/** {
    outline: 1px solid red;
}*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.grid {
  display: grid;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.green {
  color: #03C100;
}

.pink {
  color: #EB5181;
}

.content-width {
  max-width: 124.1rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width-m {
  max-width: 91.7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width-m {
    width: 100%;
  }
}

.content-width-s {
  max-width: 80.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width-s {
    width: 100%;
  }
}

.section-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-text {
  text-align: center;
}

.line-btn {
  background: #03C100;
  box-shadow: 0 6px 0 #028400;
  color: #fff;
  border-radius: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-btn .ja {
  margin-right: 2.4rem;
  margin-left: 2.1rem;
}

.mv img {
  width: 100%;
}

.photo__img img {
  width: 100%;
}

.header {
  width: 100%;
  background: #fff;
  padding: 1.5rem 2rem 3rem;
}
@media (max-width: 767px) {
  .header {
    padding: 1.6rem 2rem 2.9rem 2rem;
  }
}
.header .header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header .header__top {
    width: 100%;
  }
}
.header .header__logo {
  max-width: 9.0277777778vw;
  width: 100%;
}
@media (min-width:1440px) {
  .header .header__logo {
    max-width: 13rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 9.3rem;
  }
}
.header .header__logo a {
  display: flex;
}
.header .header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .header .header__bottom {
    display: none;
  }
}
.header .header__menu {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.header .header__menu a {
  padding: 0 1.8055555556vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-right: solid 1px #000000;
  font-size: 15.5;
}
@media (min-width:1440px) {
  .header .header__menu a {
    padding: 0 2.6rem;
    font-size: 1.55rem;
  }
}
.header .header__menu li:last-child a {
  border-right: none;
}
.header .header__contact {
  display: flex;
  align-items: center;
  gap: 4.15rem;
}
.header .header__contact__tel {
  color: #EB5181;
  white-space: nowrap;
}
.header .header__contact__tel a {
  color: #EB5181;
  font-size: 2.92rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
.header .header__contact__tel p {
  font-size: 1.7rem;
  text-align: right;
  padding-right: 1.6rem;
}
.header .header__contact__line {
  max-width: 24.5138888889vw;
  width: 100%;
}
@media (min-width:1440px) {
  .header .header__contact__line {
    max-width: 35.3rem;
  }
}
.header .line-btn {
  width: 24.5138888889vw;
  height: 5.1388888889vw;
  font-size: 1.5277777778vw;
  font-weight: 700;
}
@media (min-width:1440px) {
  .header .line-btn {
    width: 35.3rem;
    height: 7.4rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .header .line-btn .icon {
    width: 2.5694444444vw;
  }
}
@media (min-width:1440px) {
  .header .line-btn .icon {
    width: 3.7rem;
  }
}
@media (min-width: 768px) {
  .header .line-btn .ja {
    margin-right: 1.6666666667vw;
    margin-left: 1.4583333333vw;
  }
}
@media (min-width:1440px) {
  .header .line-btn .ja {
    margin-right: 2.4rem;
    margin-left: 2.1rem;
  }
}
@media (min-width: 768px) {
  .header .line-btn .arrow {
    width: 1.9444444444vw;
  }
}
@media (min-width:1440px) {
  .header .line-btn .arrow {
    width: 2.8rem;
  }
}
@media (max-width: 767px) {
  .header .header__lang {
    display: none;
  }
}

.header__lang {
  display: flex;
  align-items: center;
}
.header__lang li a {
  font-size: 1.885rem;
  padding: 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .header__lang li a {
    padding: 0 0.7rem;
  }
}
.header__lang li a::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 1.05px;
  height: 1.5rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 0;
}
.header__lang li:last-child a::after {
  display: none;
}

.hamburger-menu .hamburger-menu__bottom {
  background: #fff;
  padding: 2.5rem 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .hamburger-menu .header__lang {
    display: flex;
  }
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 100;
  cursor: pointer;
  background: #52B5D5;
  border-radius: 50%;
}
.hamburger-btn .hamburger-btn__line {
  width: 2rem;
  height: 1.2rem;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #fff;
  width: 2rem;
  height: 3px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: 3px;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  bottom: 0;
}

/* ×　オープン */
.hamburger-btn.active {
  background: #F5DF3C;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2) {
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn.active .line:nth-child(2) {
  display: none;
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  background: #fff;
}
#hamburger-menu .hamburger-menu__top {
  background: #00B8D9;
  padding: 6.9rem 2rem 3rem;
}
#hamburger-menu .hamburger-menu__list li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: left;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #fff;
}
#hamburger-menu .hamburger-menu__tel {
  color: #fff;
  white-space: nowrap;
  margin-top: 3.7rem;
}
#hamburger-menu .hamburger-menu__tel a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
#hamburger-menu .hamburger-menu__tel p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
#hamburger-menu .hamburger-menu__reserve {
  margin-top: 3rem;
}
#hamburger-menu .hamburger-menu__reserve .reserve-btn {
  background: #fff;
  color: #00B8D9;
  box-shadow: 0 6px 0 #0096B1;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.9rem;
}
#hamburger-menu .hamburger-menu__reserve .reserve-btn .ja {
  margin-left: 1.5rem;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

.point {
  padding: 6.7rem 2rem 6.8rem;
}
@media (max-width: 767px) {
  .point {
    padding: 3.7rem 2rem 5.1rem;
  }
}
.point .section-title {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .point .section-title {
    font-size: 2.8rem;
  }
}
.point .section-title img {
  display: block;
  margin: 0 auto 1.8rem;
}
@media (max-width: 767px) {
  .point .section-title img {
    max-width: 29.1rem;
    margin: 0 auto 0.5rem;
  }
}
.point .section-title .wave {
  display: inline-block;
  font-size: 2.5rem;
  color: #52B5D5;
  position: relative;
  padding: 0 6.6rem;
}
@media (max-width: 767px) {
  .point .section-title .wave {
    font-size: 2.1rem;
    padding: 0 5rem;
  }
}
.point .section-title .wave::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: contain;
  width: 4.95rem;
  height: 1.1rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .point .section-title .wave::before {
    width: 3.9rem;
    height: 0.9rem;
  }
}
.point .section-title .wave::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: contain;
  width: 4.95rem;
  height: 1.1rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
}
.point .section-title .ja {
  display: block;
}
.point .point__list {
  margin-top: 2.1rem;
}
@media (min-width: 768px) {
  .point .point__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .point .point__list {
    margin-top: 1.7rem;
  }
}
.point .point__list .list-img {
  border-radius: 1rem;
  position: relative;
}
.point .point__list .num {
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #EB5181;
  margin-top: 1.1rem;
}
.point .point__list .list-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3461538462;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .point .point__list .list-text {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .point .point__list li {
    margin-bottom: 2.5rem;
  }
}
.point .point__list li:nth-child(1) .list-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/point-illust-1.svg);
  background-size: contain;
  width: 9.3rem;
  height: 7.7rem;
  bottom: -3rem;
  right: 1.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(1) .list-img::after {
    bottom: -2.7rem;
    right: 0.9rem;
  }
}
.point .point__list li:nth-child(2) .list-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/point-illust-2.svg);
  background-size: contain;
  width: 9.6rem;
  height: 10.5rem;
  bottom: -3rem;
  right: 1.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(2) .list-img::after {
    width: 13.6rem;
    height: 15rem;
    bottom: -4.4rem;
    right: 1.5rem;
  }
}
.point .point__list li:nth-child(3) .list-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/point-illust-3.svg);
  background-size: contain;
  width: 6.1rem;
  height: 6.1rem;
  bottom: -2.2rem;
  right: 2.1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(3) .list-img::after {
    bottom: -3.4rem;
    right: 2.4rem;
  }
}
@media (max-width: 767px) {
  .point .point__list li:last-child {
    margin-bottom: 0;
  }
}

.tour {
  padding: 4.6rem 0 0;
  background-image: url(../images/bg-tour.jpg);
  background-size: cover;
  position: relative;
  /*tabの形状*/
  /*liにactiveクラスがついた時の形状*/
}
@media (max-width: 767px) {
  .tour {
    padding: 3.4rem 0 0;
    background-image: url(../images/sp_bg-tour.jpg);
  }
}
.tour .section-title {
  color: #fff;
}
.tour .section-title img {
  display: block;
  margin: 0 auto 0.6rem;
}
@media (max-width: 767px) {
  .tour .section-title img {
    width: 2.7rem;
    margin: 0 auto 0.48rem;
  }
}
.tour .wrapper {
  position: relative;
}
.tour .wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/hanabi-2.svg);
  background-size: contain;
  width: 13.4rem;
  height: 14rem;
  top: -9.6rem;
  left: -6.8rem;
}
@media (max-width: 767px) {
  .tour .wrapper::before {
    background-image: url(../images/sp_hanabi-2.svg);
    width: 5.9rem;
    height: 8.7rem;
    top: -13.6rem;
    left: 0;
  }
}
.tour .wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/kamome.svg);
  background-size: contain;
  width: 8.4rem;
  height: 9.8rem;
  top: -11.3rem;
  right: 4.4rem;
}
@media (max-width: 767px) {
  .tour .wrapper::after {
    background-image: url(../images/sp_kamome.svg);
    width: 7.8rem;
    height: 9.8rem;
    top: -11.3rem;
    right: 0rem;
  }
}
.tour .tour__list {
  margin-top: 2.1rem;
}
@media (min-width: 768px) {
  .tour .tour__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .tour .tour__list {
    gap: 2rem;
    margin-top: 2.9rem;
  }
}
.tour .tour__list .tour__list__img {
  position: relative;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.tour .tour__list .tour__list__img .label {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  background: #EB5181;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem 1.7rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .tour .tour__list .tour__list__img .label {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}
.tour .tour__list .tour__list__item {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.tour .tour__list .tour__list__text {
  background: #fff;
  padding: 1.6rem 2rem 3.3rem;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 767px) {
  .tour .tour__list .tour__list__text {
    padding: 2rem 2rem 2.8rem;
  }
}
.tour .tour__list .tour__list__text .list-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.tour .tour__list .tour__list__text .tag-list {
  margin-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.7rem;
  max-width: 31.7rem;
}
@media (max-width: 767px) {
  .tour .tour__list .tour__list__text .tag-list {
    margin-top: 2.1rem;
    row-gap: 0.5rem;
  }
}
.tour .tour__list .tour__list__text .tag-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6B7280;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.tour .tour__list .tour__list__text .list-text {
  margin-top: 1.7rem;
  color: #6B7280;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tour .tour__list .tour__list__text .list-text {
    line-height: 1.375;
    margin-top: 2rem;
  }
}
.tour .tour__list .tour__list__text .list-price {
  text-align: center;
  color: #6B7280;
  font-weight: 700;
  margin-top: 1.9rem;
}
.tour .tour__list .tour__list__text .list-price .small {
  font-size: 1.4rem;
}
.tour .tour__list .tour__list__text .list-price .price {
  font-size: 2.1rem;
  letter-spacing: 0.013em;
}
.tour .tour__list .tour__list__text .list-price .price em {
  font-size: 2.8rem;
  letter-spacing: 0;
}
.tour .more-btn {
  background: #EB5181;
  color: #fff;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 31.2rem;
  width: 100%;
  height: 6.1rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1rem auto 0;
}
@media (max-width: 767px) {
  .tour .more-btn {
    margin: 0.9rem auto 0;
  }
}
.tour .wrapper {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .tour .wrapper {
    margin-top: 3rem;
  }
}
.tour .tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 128.1rem;
}
.tour .tab li a {
  display: block;
  background: transparent;
  color: #fff;
  padding: 2rem 0;
  height: 6.2rem;
  border: solid 1px #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tour .tab li a {
    font-size: 1.9rem;
  }
}
.tour .tab li.active a {
  background: #fff;
  color: #1AC2D8;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab__tour {
  padding: 0 2rem 9.2361111111vw;
  position: relative;
}
.tab__tour::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave-lblue-top.svg);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 4.5694444444vw;
  bottom: -2px;
  left: 0;
}
@media (max-width: 767px) {
  .tab__tour::after {
    background-image: url(../images/sp_wave-lblue-top.svg);
    height: 16.7430025445vw;
    bottom: -1px;
  }
}
@media (max-width: 767px) {
  .tab__tour {
    padding: 0 2rem 9.6rem;
  }
}

.other {
  padding: 3rem 2rem 3.9rem;
  background: #F0F8FF;
}
@media (max-width: 767px) {
  .other {
    padding: 5rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .other .section-title {
    font-size: 2.8rem;
  }
}
.other .section-title .ja {
  position: relative;
  display: inline-block;
  padding: 0 8rem;
  color: #000000;
}
@media (max-width: 767px) {
  .other .section-title .ja {
    padding: 0;
    display: block;
  }
}
.other .section-title .ja::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: contain;
  width: 6.5rem;
  height: 1.3rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 0;
}
.other .section-title .ja::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: contain;
  width: 6.5rem;
  height: 1.3rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
}
.other .other__list {
  margin-top: 4.1rem;
}
@media (min-width: 768px) {
  .other .other__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.2rem;
  }
}
@media (max-width: 767px) {
  .other .other__list {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.other .card {
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  border-radius: 1.1rem;
  overflow: hidden;
  height: 16.1rem;
  position: relative;
  background: #fff;
}
.other .card::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-bk.svg);
  background-size: contain;
  width: 1rem;
  height: 1.7rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
}
@media (max-width: 767px) {
  .other .card::after {
    width: 1rem;
    height: 1.4rem;
  }
}
.other .card .list-img {
  max-width: 12.1rem;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .other .card .list-img {
    max-width: 10.7rem;
  }
}
.other .card .list-img img {
  width: 100%;
  height: 16.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .other .card .list-img img {
    height: 16.5rem;
  }
}
.other .card p {
  background: #fff;
  padding: 0 4.4rem 0 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.3888888889;
}
@media (min-width:1440px) {
  .other .card p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .other .card p {
    font-size: 1.4rem;
    line-height: 1.5625;
  }
}
.other .other__experience {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  .other .other__experience {
    margin-top: 5.8rem;
  }
}
@media (max-width: 767px) {
  .other .other__experience .section-title .ja {
    padding: 0;
  }
}
.other .experience__list {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .other .experience__list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .other .experience__list {
    margin-top: 2.9rem;
    gap: 1rem;
  }
}

.pay {
  padding: 6rem 2rem 7.9rem;
  background: #F0F8FF;
}
@media (max-width: 767px) {
  .pay {
    padding: 4.7rem 2rem 4.2rem;
  }
}
@media (max-width: 767px) {
  .pay .section-title {
    font-size: 2.6rem;
  }
}
.pay .section-text {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .pay .section-text {
    margin-top: 1.7rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.pay .pay__list {
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  .pay .pay__list {
    margin-top: 3rem;
  }
}
.pay .pay__list p {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2.9rem;
  line-height: 1.75;
  color: #6B7280;
}
@media (max-width: 767px) {
  .pay .pay__list p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 1.7rem;
  }
}
.pay .pay__about {
  margin-top: 4.3rem;
  background: #fff;
  border-radius: 1rem;
  padding: 2.1rem 2.6rem 3.6rem 1.4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pay .pay__about {
    margin-top: 3rem;
    padding: 2.1rem 1.8rem 3.6rem 1.4rem;
    font-size: 2.1rem;
  }
}
.pay .pay__about .pay__about__title {
  border-bottom: solid 1px #000000;
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .pay .pay__about .pay__about__title {
    margin-bottom: 2rem;
  }
}
.pay .pay__about .pay__about__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/acco-arrow.svg);
  background-size: contain;
  width: 1.9rem;
  height: 1.3rem;
  bottom: 2.9rem;
  right: 0;
  transform: rotate(180deg);
  transition: 0.3s;
}
.pay .pay__about .pay__about__title .pay-title {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pay .pay__about .pay__about__title .pay-title {
    font-size: 2.1rem;
  }
}
.pay .pay__about .pay__about__title.open:after {
  transform: rotate(0deg);
}
.pay .pay__about .pay__about__text {
  display: none;
  padding: 2.1rem 0;
  border-bottom: solid 1px #000000;
  font-size: 1.8rem;
  font-weight: 500;
}

.cta-navi {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .cta-navi {
    bottom: 0;
    top: inherit;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cta-navi li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cta-navi li {
    margin-bottom: 0;
  }
}
.cta-navi li:last-child {
  margin-bottom: 0;
}
.cta-navi .navi-btn {
  width: 5.4rem;
  padding: 1.2rem 1.7rem;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cta-navi .navi-btn {
    width: 100%;
    font-size: 1.7rem;
    padding: 1.7rem;
  }
}
.cta-navi .navi-btn .vertical {
  writing-mode: vertical-rl;
}
.cta-navi .navi-btn--blue {
  background: #52B5D5;
}
@media (max-width: 767px) {
  .cta-navi .navi-btn--blue {
    border-radius: 1rem 0 0 0;
    height: 100%;
  }
}
.cta-navi .navi-btn--pink {
  background: #EB5181;
}
@media (max-width: 767px) {
  .cta-navi .navi-btn--pink {
    border-radius: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cta-navi .navi-btn--green {
    background: #03C100;
    height: 100%;
    border-radius: 0 1rem 0 0;
  }
}

.cta .cta__line,
.cta-2 .cta__line {
  max-width: 50rem;
}
.cta .line-btn,
.cta-2 .line-btn {
  max-width: 50rem;
  width: 100%;
  height: 10.4rem;
  font-size: 3.1rem;
  margin: 6.4rem auto 6.2rem;
}
@media (max-width: 767px) {
  .cta .line-btn,
  .cta-2 .line-btn {
    font-size: 2.2rem;
    height: 7.4rem;
    margin: 3.9rem auto 0.4rem;
  }
}
.cta .line-btn .icon,
.cta-2 .line-btn .icon {
  width: 5.2rem;
}
@media (max-width: 767px) {
  .cta .line-btn .icon,
  .cta-2 .line-btn .icon {
    width: 3.7rem;
  }
}
.cta .line-btn .arrow,
.cta-2 .line-btn .arrow {
  width: 3.9rem;
}
@media (max-width: 767px) {
  .cta .line-btn .arrow,
  .cta-2 .line-btn .arrow {
    width: 2.8rem;
  }
}

.cta {
  padding: 13.6rem 2rem 5.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta {
    padding: 8.2rem 2rem 5rem;
  }
}
.cta::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-lblue-bottom.svg);
  background-size: contain;
  width: 100%;
  height: 4.5694444444vw;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cta::before {
    background-image: url(../images/sp_wave-lblue-bottom.svg);
    height: 16.7430025445vw;
  }
}
.cta .check-list {
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .cta .check-list {
    margin-top: 1.7rem;
  }
}
.cta .check-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cta .check-list li {
    gap: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 0.3rem;
  }
}
.cta .check-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cta .check-list li .icon {
    width: 1.4rem;
  }
}
.cta .cta__line {
  margin: 2.3rem auto 0;
}
.cta .cta__line .green {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7222222222;
}
@media (max-width: 767px) {
  .cta .cta__line .green {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.cta .cta__line .line-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cta .cta__tel {
  color: #EB5181;
  margin: 3.9rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .cta .cta__tel {
    margin-top: 3rem;
  }
}
.cta .cta__tel .title {
  text-align: right;
  margin-bottom: 1.7rem;
  line-height: 1.25;
  font-size: 2.88rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .cta .cta__tel .title {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
    padding-right: 1.9rem;
  }
}
.cta .cta__tel a {
  font-size: 5.18rem;
  font-weight: 700;
  line-height: 0.8823529412;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #EB5181;
  padding-right: 30px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .cta .cta__tel a {
    font-size: 2.9rem;
  }
}
.cta .cta__tel a .icon {
  width: 4.87rem;
}
@media (max-width: 767px) {
  .cta .cta__tel a .icon {
    width: 3.2rem;
  }
}
.cta .cta__tel .hour {
  text-align: right;
  font-size: 2.57rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.8rem;
  padding-right: 4.4rem;
}
@media (max-width: 767px) {
  .cta .cta__tel .hour {
    font-size: 1.68rem;
    margin-top: 1.2rem;
    padding-right: 2.9rem;
  }
}

.cta-2 {
  padding: 6.3rem 0 0;
  background: #00B8D9;
}
@media (max-width: 767px) {
  .cta-2 {
    padding: 5rem 0 0;
  }
}
.cta-2 .section-title {
  color: #fff;
}
.cta-2 .section-title .ja {
  position: relative;
}
.cta-2 .section-title .ja::before {
  position: absolute;
  content: "";
  background-image: url(../images/hanabi.svg);
  background-size: contain;
  width: 5.13rem;
  height: 8.1rem;
  top: 1rem;
  left: -7.5rem;
}
@media (max-width: 767px) {
  .cta-2 .section-title .ja::before {
    width: 4.15rem;
    height: 6.559rem;
    top: -3.4rem;
    left: -8.5rem;
  }
}
.cta-2 .section-text {
  color: #fff;
  margin: 3rem auto 0;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  max-width: 52.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta-2 .section-text {
    margin: 2rem auto 0;
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.cta-2 .section-text::after {
  position: absolute;
  content: "";
  background-image: url(../images/awa.svg);
  background-size: contain;
  width: 5.2rem;
  height: 5.7rem;
  top: 0;
  right: -6.6rem;
}
@media (max-width: 767px) {
  .cta-2 .section-text::after {
    background-image: url(../images/sp_awa.svg);
    top: 1.9rem;
    right: 0;
    width: 3.3rem;
    height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .cta-2 .line-btn-wrap {
    padding: 0 2rem 4.4rem;
  }
}
.cta-2 .slider__cta-2 {
  position: relative;
}
@media (max-width: 767px) {
  .cta-2 .slider__cta-2::before {
    position: absolute;
    content: "";
    top: -4rem;
    left: 0;
    width: 100%;
    height: 16.7430025445vw;
    /*height: 6.58rem;*/
    background-image: url(../images/sp_wave-bl.svg);
    background-size: cover;
    background-position: bottom;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .cta-2 .slider__cta-2::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-image: url(../images/sp_wave-wh.svg);
    background-size: cover;
    height: 16.7430025445vw;
    /*height: 6.58rem;*/
    /*bottom: -4rem;*/
    bottom: -10.1781170483vw;
    background-position: top;
  }
}
.cta-2 .slider {
  position: relative;
}
.cta-2 .slider::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-bl.svg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 4.5694444444vw;
  top: -2.7777777778vw;
  left: 0;
  z-index: 1;
}
@media (min-width:1440px) {
  .cta-2 .slider::before {
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .cta-2 .slider::before {
    display: none;
  }
}
.cta-2 .slider::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave-wh.svg);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 4.5694444444vw;
  bottom: -2.7777777778vw;
  left: 0;
}
@media (min-width:1440px) {
  .cta-2 .slider::after {
    bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .cta-2 .slider::after {
    display: none;
  }
}

.photo {
  background: #EB5181;
  padding: 6rem 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .photo {
    padding: 2rem 0 0;
  }
}
.photo .section-title {
  color: #fff;
}
@media (max-width: 767px) {
  .photo .section-title {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.photo .circle {
  position: absolute;
  top: 10.7rem;
  right: 5.1rem;
  z-index: 1;
  background: #fff;
  width: 19.3055555556vw;
  height: 19.3055555556vw;
  border-radius: 50%;
  border: solid 2px #000000;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(15deg);
}
@media (min-width:1440px) {
  .photo .circle {
    width: 27.8rem;
    height: 27.8rem;
  }
}
@media (max-width: 767px) {
  .photo .circle {
    top: 5.7rem;
    right: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
.photo .circle p {
  font-size: 1.3888888889vw;
  line-height: 1.45;
}
@media (min-width:1440px) {
  .photo .circle p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .photo .circle p {
    font-size: 1rem;
  }
}
.photo .circle .pink {
  font-size: 1.875vw;
  line-height: 1.2962962963;
  margin-top: 1rem;
}
@media (min-width:1440px) {
  .photo .circle .pink {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .photo .circle .pink {
    font-size: 1rem;
    margin-top: 0.2rem;
  }
}

.access {
  padding: 6.5rem 2rem 4.3rem;
  /*liにactiveクラスがついた時の形状*/
}
@media (max-width: 767px) {
  .access {
    padding: 8.4rem 2rem 10.7rem;
  }
}
.access .section-title {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .access .section-title {
    font-size: 2.6rem;
  }
}
.access .section-title .ja {
  position: relative;
}
.access .section-title .ja::before {
  position: absolute;
  content: "";
  background-image: url(../images/ikari.svg);
  background-size: contain;
  width: 5.9rem;
  height: 9rem;
  top: 50%;
  bottom: 50%;
  left: -7.1rem;
}
@media (min-width: 768px) {
  .access .section-title .ja::before {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .access .section-title .ja::before {
    width: 4.6rem;
    height: 6.3rem;
    left: -5.3rem;
    bottom: 0.6rem;
    top: inherit;
  }
}
.access .tab-list {
  margin: 4.9rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 89.6rem;
}
@media (max-width: 767px) {
  .access .tab-list {
    gap: 0.8rem;
    margin: 2.9rem auto 0;
  }
}
.access .tab-list li {
  background: #00B8D9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  height: 7rem;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .access .tab-list li {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .access .tab li a {
    height: 7rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: solid 2px #52B5D5;
    color: #52B5D5;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .access .tab li.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/fukidashi-arrow.svg);
    background-size: contain;
    width: 2.2rem;
    height: 1.9rem;
    bottom: -1.5rem;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
.access .tab li.active a {
  background: #00B8D9;
  color: #fff;
}
.access .access__map {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .access .access__map {
    margin-top: 3rem;
  }
}
.access .access__table {
  margin-top: 0.8rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .access .access__table {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .access .access__table {
    margin-top: 2rem;
  }
}
.access .access__table table th {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  width: 36%;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .access .access__table table th {
    font-size: 1.6rem;
  }
}
.access .access__table table td {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  width: 64%;
  line-height: 1.3888888889;
}
@media (max-width: 767px) {
  .access .access__table table td {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.access .access__table table td .link {
  color: #EB5181;
  margin-top: 1rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .access .access__table table td .link {
    color: #00B8D9;
    font-size: 1.83rem;
  }
}
.access .access__table table th,
.access .access__table table td {
  border-bottom: dashed 1px #6B7280;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .access .access__table table th,
  .access .access__table table td {
    padding-bottom: 1rem;
    padding-top: 1.95rem;
  }
}

.footer {
  padding: 2.6388888889vw 0 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 7.6335877863vw 0 0;
  }
}
.footer .footer__logo {
  margin: 0 auto;
  max-width: 21.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 14.2rem;
  }
}
.footer .footer__logo img {
  width: 21.4rem;
}
@media (max-width: 767px) {
  .footer .footer__logo img {
    width: 14.2rem;
  }
}
.footer .footer__img {
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .footer .footer__img {
    margin-top: 3.9rem;
  }
}
.footer .copyright {
  padding: 4.5rem 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding: 5.6rem 2rem;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */