@charset "UTF-8";
#feature {
  padding-top: 27px;
}

body {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
}

.header {
  background: url(../images/top.jpg) no-repeat 33% center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    background-position-x: 20%;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 50px 16px 35px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  -webkit-box-shadow: 0 0 1px #ddd;
          box-shadow: 0 0 1px #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.header__inner h1 {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .header__inner h1 {
    font-size: 13px;
    letter-spacing: -1px;
  }
}

.header__inner.scroll {
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header__inner.scroll {
    height: 80px;
  }
}

.header__inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media screen and (min-width: 768px) {
  .header__inner__left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__inner__left h1 {
  font-size: 10px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  font-family: zen-old-mincho, sans-serif;
}
@media screen and (min-width: 768px) {
  .header__inner__left h1 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-left: 1em;
    font-size: 20px;
  }
}

.header__logo {
  width: 34px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 40px;
  }
}

.header__sp__key-title {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 22px;
  font-family: zen-old-mincho, sans-serif;
  width: 100%;
  text-align: center;
}

.header__icons {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__icons {
    width: 336px;
  }
}

.header__icon_tel,
.header__icon_mail {
  background-color: #fdbc36;
  border-radius: 3px;
  color: #222224;
  width: 80px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 3px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 18px;
}
.header__icon_tel .desvg path,
.header__icon_mail .desvg path {
  fill: #222224;
}
@media screen and (min-width: 768px) {
  .header__icon_tel,
  .header__icon_mail {
    width: 140px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    line-height: 45px;
  }
  .header__icon_tel:hover,
  .header__icon_mail:hover {
    background-color: transparent;
    border: solid 2px #fdbc36;
    color: #fdbc36;
  }
  .header__icon_tel:hover .desvg path,
  .header__icon_mail:hover .desvg path {
    fill: #fdbc36 !important;
  }
}

.header__icon_line {
  background-color: #06c755;
  border-radius: 3px;
  color: #222224;
  width: 80px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 3px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 18px;
}
.header__icon_line .desvg path {
  fill: #222224;
}
@media screen and (min-width: 768px) {
  .header__icon_line {
    width: 140px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    line-height: 45px;
  }
  .header__icon_line:hover {
    background-color: transparent;
    border: solid 2px #06c755;
    color: #06c755;
  }
  .header__icon_line:hover .desvg path {
    fill: #06c755 !important;
  }
}

.header__icon_tel .desvg, .header__icon_mail .desvg, .header__icon_line .desvg {
  vertical-align: middle;
}

.header__icon_tel .desvg {
  width: 18px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .header__icon_tel .desvg {
    width: 20px;
    margin-right: 5px;
    top: 0;
  }
}

.header__icon_mail .desvg {
  width: 18px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .header__icon_mail .desvg {
    width: 22px;
    margin-right: 5px;
    top: 0px;
  }
}

.header__icon_line .desvg {
  width: 20px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .header__icon_line .desvg {
    width: 30px;
    margin-right: 5px;
    top: -2px;
  }
}

.header__icon_menu {
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}
.header__icon_menu.open {
  z-index: 1300;
}
.header__icon_menu.open div {
  background: #fff;
  -webkit-transition: top 0.2s 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.2s 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.2s 0.2s ease, transform 0.4s ease, opacity 0.4s ease;
  transition: top 0.2s 0.2s ease, transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.header__icon_menu.open div:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}
.header__icon_menu.open div:nth-of-type(2) {
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__icon_menu.open div:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}
.header__icon_menu div {
  background: #222224;
  width: 100%;
  height: 3px;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: top 0.2s 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.2s 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.2s 0.2s ease, transform 0.4s ease, opacity 0.4s ease;
  transition: top 0.2s 0.2s ease, transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.header__icon_menu div:nth-of-type(1) {
  top: 0;
}
.header__icon_menu div:nth-of-type(2) {
  top: 50%;
}
.header__icon_menu div:nth-of-type(3) {
  top: 100%;
}

@media screen and (min-width: 1024px) {
  .header__icon_menu::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #fdbc36;
    position: absolute;
    top: -50%;
    left: -50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@media screen and (min-width: 1024px) {
  .header__icon_menu:hover::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #fdbc36;
    position: absolute;
    top: -50%;
    left: -50%;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

.open .header__icon_menu {
  position: absolute;
  top: 5%;
  right: 3.5%;
  z-index: 10000;
}
.open .header__icon_menu div {
  background: #fff;
  -webkit-transition: top 0.2s 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.2s 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.2s 0.2s ease, transform 0.4s ease, opacity 0.4s ease;
  transition: top 0.2s 0.2s ease, transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.open .header__icon_menu div:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}
.open .header__icon_menu div:nth-of-type(2) {
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.open .header__icon_menu div:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}

.header__scroll {
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15%;
}

.header__border_white {
  background: #fff;
  width: 90px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  bottom: 44px;
}

.header__border_black {
  background: #222224;
  width: 62px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  bottom: -31px;
}

.header__nav {
  background: #222224;
  color: #fff;
  padding: 4em 3.2em;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__nav.open {
  opacity: 1;
  z-index: 3100;
}
@media screen and (min-width: 768px) {
  .header__nav {
    padding: 9em 3em;
  }
}

@media screen and (min-width: 768px) {
  .header__nav__list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.header__nav__list a {
  font-family: zen-old-mincho, sans-serif;
  font-size: 15px;
  display: block;
  line-height: 2.5;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: bold;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .header__nav__list a {
    font-size: 20px;
    line-height: 3;
  }
}

.header__nav__list:hover {
  color: #bbb;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header__nav__list:hover .bar .bg {
  background: #bbb;
}

.header__nav_item .bar {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  left: -1em;
  margin-left: -1em;
}
.header__nav_item .bar .bg {
  background: #fff;
  position: absolute;
  top: 50%;
  height: 1px;
}

.header__nav_item:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.header__nav_item:hover .bar .bg {
  background: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.header__btn__wrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .header__btn__wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: relative;
    top: 1.1em;
  }
}

.btn_header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_header:hover {
  background: #fdbc36;
}

.header__btn__text_en {
  color: #fdbc36;
  font-size: 12px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .header__btn__text_en {
    position: relative;
    top: 0.5em;
    left: -2em;
  }
}

.header__btn__text {
  font-size: 20px;
  font-family: zen-old-mincho, sans-serif;
  margin-bottom: 1em;
}

.header__btn__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: solid 1px #fff;
  padding: 1em 1.5em;
  min-height: 94px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .header__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .header__layout {
    max-width: 830px;
    margin: 0 auto;
  }
}

.header__layout-right {
  width: clamp(235px, 50%, 296px);
}
@media screen and (min-width: 768px) {
  .header__layout-right {
    width: 205px;
  }
}
@media screen and (min-width: 1024px) {
  .header__layout-right {
    width: 292px;
  }
}

.btn__text_header {
  line-height: 1.5;
}
.btn__text_header div:nth-of-type(1) {
  font-size: 14px;
}
.btn__text_header div:nth-of-type(2) {
  font-size: 15px;
}
.btn__text_header div:nth-of-type(3) {
  font-size: 10px;
}

.section {
  padding-top: 82px;
}

.section__inner {
  width: 87.4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section__inner {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .section__inner {
    max-width: 960px;
  }
}

.section__header {
  margin-bottom: 2em;
}

.section__title_min {
  font-family: zen-old-mincho, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.75;
  margin-bottom: 15px;
}

.section__title_min-en {
  font-family: adobe-caslon-pro, serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .section__title_min-en {
    font-size: 48px;
  }
}

.section__top-img {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section__top-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section__top-img img {
    max-width: min(31.25vw, 337px);
    height: min(42.3177083333vw, 456px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section__text p {
  margin-bottom: 1.8em;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section__layout-right {
    margin-left: auto;
    width: 55.2%;
    position: relative;
  }
}
.section__layout-right .section__title_min {
  padding-top: 56px;
}

@media screen and (min-width: 768px) {
  .layout__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.map {
  position: relative;
  margin-top: 28px;
}

.map_svg {
  text-align: right;
  height: 384px;
}
@media screen and (min-width: 768px) {
  .map_svg {
    height: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .map_svg {
    height: 454px;
  }
}
@media screen and (min-width: 768px) {
  .map_svg img {
    width: 76%;
  }
}

.map__text {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .map__text {
    left: 50.5%;
  }
}

.map__text_en {
  font-size: 10px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .map__text_en {
    position: relative;
    top: 0;
    left: 0;
  }
}

.map__text_jp {
  font-size: 16px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 900;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .map__text_jp {
    letter-spacing: -9px;
    font-size: 20px;
  }
}

.map__img {
  position: relative;
  margin-top: -80px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .map__img {
    position: absolute;
    right: -108px;
    top: 31%;
  }
}
.map__img img {
  max-width: 57.8666666667vw;
}
@media screen and (min-width: 768px) {
  .map__img img {
    max-width: min(28.3854166667vw, 420px);
    height: min(21.2239583333vw, 280px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .feature__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .feature__wrap {
    max-width: 1280px;
    margin: 0 auto;
  }
  .feature__wrap:nth-of-type(2) {
    width: 1002px;
    margin-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature__wrap:nth-of-type(6) {
    width: 960px;
  }
}

.feature__wrap:nth-of-type(odd) {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .feature__wrap:nth-of-type(odd) {
    width: 100%;
  }
}

.feature__title_en {
  color: #bbbbbb;
  font-size: 32px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .feature__title_en {
    font-size: 36px;
  }
}

.feature__title {
  font-size: 18px;
  font-family: zen-old-mincho, sans-serif;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 1.1em;
}

@media screen and (min-width: 768px) {
  .feature__title_middle {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    position: relative;
    left: -58px;
  }
}
@media screen and (min-width: 1024px) {
  .feature__title_middle {
    -webkit-transform: none;
            transform: none;
    top: 42%;
    left: 153px;
  }
}

.feature__box {
  width: 85.8%;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .feature__box {
    width: min(50%, 355px);
    padding-left: 0;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .feature__box {
    width: min(50%, 386px);
    padding-left: 0;
  }
}

.feature__img {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .feature__img {
    width: min(50%, 454px);
    max-height: 522px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    vertical-align: baseline;
  }
  .feature__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.feature__text {
  padding-left: 2em;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .feature__text {
    padding-left: 0;
    letter-spacing: 0;
  }
}
.feature__text p {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .feature__text_ipad {
    width: 56%;
    margin-left: auto;
    position: relative;
    top: -140px;
  }
}
@media screen and (min-width: 1024px) {
  .feature__text_ipad {
    width: 62%;
    top: -115px;
  }
}
@media screen and (min-width: 768px) {
  .feature__text_ipad img {
    max-width: min(51.953125vw, 559px);
    max-height: min(33.0729166667vw, 357px);
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .feature__text_ipad img {
    margin-left: initial;
  }
}

@media screen and (min-width: 1024px) {
  .feature__text_pc {
    margin-left: 10em;
    margin-top: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .feature__text__pc2 {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .feature__text__pc3 {
    max-width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .feature__img_ex {
    width: 182px;
    position: relative;
    left: 58px;
    top: 305px;
  }
}
@media screen and (min-width: 1024px) {
  .feature__img_ex {
    left: 0;
    top: 192px;
  }
}

@media screen and (min-width: 1024px) {
  .feature__ajust_pc {
    margin-top: -220px;
  }
}

.tour {
  width: 87.4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tour {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    margin-bottom: 2em;
    max-width: 962px;
  }
}

.tour__item {
  border: solid 1px #bbb;
  padding: 2em 3em 1em;
}
.tour__item:first-child {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .tour__item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .tour__item dl {
    width: 340px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.tour__item dd {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .tour__item dd {
    padding-left: 7.2em;
  }
}

.tour__item:last-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .tour__item:last-child {
    margin-bottom: 0;
  }
}

.tour__course {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}

.tour__item dt,
.tour__item dd {
  margin-bottom: 1em;
}

.tour__item dt {
  line-height: 1.75;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .tour__item dt {
    float: left;
    clear: left;
    margin-top: 0;
  }
}

.tour__item dt:not(dt:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .tour__item dt:not(dt:first-child) {
    margin-top: 0;
  }
}

.tour__detail {
  line-height: 1.75;
}
.tour__detail dl {
  border-bottom: solid 2px #bbb;
  margin-bottom: 23px;
  padding: 0 1.6em;
}
.tour__detail dt {
  margin-bottom: 0.6em;
}
.tour__detail dd {
  margin-bottom: 1.5em;
}
.tour__detail dd p {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .tour__detail {
    margin: 0 auto;
  }
}

.voice {
  width: 87.4%;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .voice {
    width: 960px;
  }
}

.voice__item {
  margin-bottom: 1.6em;
  border-bottom: solid 2px #bbb;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .voice__item {
    margin-left: 12em;
  }
}

.voice__title {
  font-weight: bold;
  margin-bottom: 1em;
}
.voice__title span {
  font-weight: initial;
  display: block;
}

.voice__body {
  font-size: 14px;
}

.faq__title {
  font-family: zen-old-mincho, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .faq__title {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .faq__title {
    width: 198px;
    line-height: 1.75;
    margin-top: -1em;
  }
}

.whale {
  width: 87.4%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .whale {
    width: 960px;
  }
}

.whale__text {
  line-height: 1.75;
  padding-left: 5.5em;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .whale__text {
    margin-left: 250px;
  }
}

.whale__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .whale__item_wrap {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .whale__item_wrap {
    width: 33.3333333333%;
  }
}

.whale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .whale__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .whale__item {
    width: 300px;
  }
}

.whale__item_header {
  position: relative;
  left: 5%;
}
.whale__item_num {
  color: #bbb;
  font-family: athelas, serif;
  font-size: 48px;
  font-weight: 400;
  position: absolute;
  top: -39px;
  left: -10px;
}

.whale__item_title {
  font-family: zen-old-mincho, sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .whale__item_title {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1024px) {
  .whale__item_title {
    letter-spacing: -0.4em;
  }
}

.whale__item_body {
  width: 89%;
  font-size: 14px;
  line-height: 1.75;
}
.whale__item_body img {
  margin-bottom: 26px;
}
.whale__item_body figcaption {
  margin-bottom: 1 0px;
}

.whale__item_rating {
  margin-top: 14px;
  text-align: right;
}

.whale__item_rating_circle {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.3em;
  vertical-align: middle;
}

.reserv {
  width: 93%;
  margin-left: auto;
  padding: 2em 1.5em;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .reserv {
    width: 81.5%;
    min-width: 1107px;
    max-width: 1427px;
    padding-left: 62px;
    padding-right: 12.5%;
  }
}

@media screen and (min-width: 1024px) {
  .reserv__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    max-width: 872px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .reserv__title_min {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .reserv__title_min_en {
    font-size: 48px;
  }
}

.reserv__text {
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .reserv__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .reserv__text {
    margin-bottom: 2.3em;
  }
}

.access {
  width: 87.4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
}
@media screen and (min-width: 1024px) {
  .access {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.access-link {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .access-link {
    max-width: 432px;
  }
}
.access-link .link-btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .access-link .link-btn {
    width: 100%;
  }
}

.access__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .access__header {
    margin-bottom: 10px;
  }
}

.access__map_img {
  width: 87.2vw;
  height: 87.2vw;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .access__map_img {
    width: 39.84375vw;
    height: 34.765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .access__map_img {
    width: 525px;
    height: 331px;
  }
}

.access__detail {
  margin-bottom: 80px;
}

.access__title {
  font-size: 18px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1.8em;
}

@media screen and (min-width: 768px) {
  .access__text {
    position: relative;
    top: -10px;
    left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .access__text_jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .access__text_jp {
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .access__text_en {
    margin-top: -0.3em;
    margin-bottom: 1.3em;
  }
}

.access__address dt {
  color: #bbb;
  font-weight: normal;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1024px) {
  .access__address dt {
    float: left;
    clear: both;
  }
}
.access__address dd {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #bbb;
}
@media screen and (min-width: 1024px) {
  .access__address dd {
    padding-left: 6em;
  }
}

.access__way {
  font-size: 12px;
  line-height: 2;
}

.stay__btn__wrap {
  margin-bottom: 100px;
}

.stay__btn__text_en {
  font-size: 24px;
  font-family: adobe-caslon-pro, serif;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stay__btn__text_en {
    font-size: 23px;
    margin-bottom: 0.5em;
    text-align: left;
  }
}

.stay__btn__text {
  font-size: 18px;
  font-family: zen-old-mincho, sans-serif;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stay__btn__text {
    font-size: 20px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .stay__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stay__contents .stay__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .stay__contents .stay__img {
    max-width: 50%;
    margin-bottom: 0;
  }
}

.btn_stay {
  height: 80px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .btn_stay {
    width: 100%;
    max-width: 40%;
  }
}

.btn__text_stay {
  position: relative;
  top: 75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1em;
}

.bar__wrap_stay {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

@media screen and (min-width: 768px) {
  .corona__text_jp {
    font-size: 20px;
    text-align: center;
  }
}

.btn {
  border-radius: 2px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.btn_footer {
  width: 100%;
  height: 55px;
  padding: 12px 10px 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_middle {
  height: 100px;
  padding: 12px 22px;
}

.btn_orange {
  background: #fdbc36;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn_orange {
    width: 44%;
    height: 133px;
  }
  .btn_orange:first-child {
    margin-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .btn_orange {
    width: 425px;
  }
}

@media screen and (min-width: 1024px) {
  .btn_orange:nth-of-type(1) .btn__text {
    margin-top: 20px;
  }
}

.btn_orange_outline {
  border: 1px solid #fdbc36;
  color: #fdbc36;
}

.btn__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .btn__body_ipad {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .btn__text {
    width: 60%;
    padding: 0 0.5em 1em 0.5em;
    line-height: 1.4;
  }
}

.btn__text-large {
  font-size: 24px;
}

.btn__text_middle {
  font-size: 14px;
}

.btn__text-small {
  font-size: 12px;
}

.btn__text_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: bold;
  width: 80%;
  line-height: 1.2;
}
.btn__text_footer div:nth-of-type(2) {
  font-size: 11px;
}
.btn__text_footer div:nth-of-type(3) {
  font-size: 10px;
  -webkit-transform: scale(80%);
          transform: scale(80%);
  margin-left: -8px;
}

.btn__pin {
  position: relative;
  padding-left: 32px;
  letter-spacing: 0.05em;
}

.btn__pin::before {
  content: url(../images/pin.svg);
  display: inline-block;
  width: 21px;
  position: absolute;
  top: -3px;
  left: 0;
}

.btn_outline {
  background: #fdbc36;
  color: #fff;
}

.box {
  border: 2px solid #bbb;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .box {
    width: 513px;
    margin: 0 auto;
    padding: 54px 69px;
  }
}
@media screen and (min-width: 1024px) {
  .box {
    font-size: 14px;
    width: 77%;
    padding: 4em 2.2em;
  }
}

@media screen and (min-width: 768px) {
  .box__list__wrap {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 1024px) {
  .box__list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.box__list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 1.2em;
}

.box__list li::before {
  content: "・";
  margin-right: 0.4em;
}

.box__msg {
  font-size: 14px;
  line-height: 1.75;
}

.sns {
  margin-bottom: 96px;
}

.sns__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  width: 125px;
  margin: 0 auto;
  text-align: center;
}

.sns__icon {
  -ms-flex-preferred-size: 26px;
      flex-basis: 26px;
}

.pagetop {
  font-size: 10px;
  color: #fdbc36;
  position: fixed;
  bottom: 130px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.pagetop::after {
  content: "";
  position: absolute;
  width: 100px;
  background: #fdbc36;
  height: 1px;
  top: 50%;
  left: 50px;
}

.link-btn {
  background: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-family: zen-old-mincho, sans-serif;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  line-height: 1.8;
  display: block;
  width: 68%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .link-btn {
    font-size: 24px;
    width: 100%;
    max-width: 432px;
  }
}
.link-btn:hover {
  background: #000;
}

.link .desvg {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
}
@media screen and (min-width: 768px) {
  .link .desvg {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.link .desvg path {
  fill: #fff;
}

.copyright {
  font-size: 10px;
  -webkit-transform: scale(90%);
          transform: scale(90%);
  white-space: nowrap;
}

.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .center_pc {
    text-align: center;
  }
}

.right {
  text-align: right;
}

.underLine {
  border-bottom: solid 2px #fdbc36;
}

.inline-block {
  display: inline-block;
}

.w90 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .w90 {
    width: min(57%, 510px);
    position: relative;
    top: 10%;
    left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .w90 {
    top: 0;
    left: 271px;
    width: 31.2%;
  }
}

.bg-g {
  background: #eee;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .adjust-mt {
    margin-top: -130px;
  }
}

.border {
  width: 93%;
  border-color: #222224;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .layout__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sale-banner {
  position: relative;
  z-index: 1000;
  width: 98%;
  max-width: 500px;
  margin: 20px auto;
  overflow: hidden;
}
.sale-banner img {
  margin-bottom: 10px;
}

.shine::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.425)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.425) 100%);
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: skew(-10deg, 0);
          transform: skew(-10deg, 0);
  -webkit-animation: 0.7s linear 1s running move;
          animation: 0.7s linear 1s running move;
}

@-webkit-keyframes move {
  100% {
    left: 125%;
  }
}

@keyframes move {
  100% {
    left: 125%;
  }
}
.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-28 {
  font-size: 28px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
}
.sec {
  padding: 2.8em 0 4em;
}

.bar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}
@media screen and (min-width: 1024px) {
  .bar__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.bar__wrap.bar__wrap_stay {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.bar__wrap_footer {
  width: 10%;
}

.bar {
  display: block;
  width: 44px;
  height: 4px;
  overflow: hidden;
  position: relative;
}

.bar .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  background-color: #fff;
}

.btn:hover .bg {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@-webkit-keyframes scrollSuggest {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes scrollSuggest {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  #whale {
    margin-top: -50px;
  }
}

@media screen and (min-width: 768px) {
  .whale__main__title {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .whale__main__title {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(2) .feature__img {
    max-width: min(50%, 492px);
    width: 100%;
  }
}
#feature .feature__wrap:nth-of-type(2) .feature__img img {
  width: 86.1333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(2) .feature__img img {
    width: 100%;
    max-height: 292px;
  }
}
#feature .feature__wrap:nth-of-type(3) .feature__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(3) .feature__img {
    max-width: min(50%, 454px);
  }
}
#feature .feature__wrap:nth-of-type(3) .feature__img img {
  width: 82.9333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(3) .feature__img img {
    width: 100%;
    max-width: 39.0625vw;
    max-height: 44.7916666667vw;
  }
}
@media screen and (min-width: 1024px) {
  #feature .feature__wrap:nth-of-type(3) .feature__img img {
    width: 100%;
    max-height: 522px;
  }
}
@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(4) .feature__img {
    max-width: min(50%, 492px);
    width: 100%;
  }
}
#feature .feature__wrap:nth-of-type(4) .feature__img img {
  width: 86.1333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(4) .feature__img img {
    width: 100%;
  }
}
#feature .feature__wrap:nth-of-type(5) .feature__img {
  max-width: min(50%, 454px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #feature .feature__wrap:nth-of-type(5) .feature__img {
    max-width: min(23.6979166667vw, 312px);
    height: min(23.6979166667vw, 312px);
  }
}
#feature .feature__wrap:nth-of-type(5) .feature__img img {
  width: 100%;
  max-height: 522px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #feature .pc-only-img {
    width: min(25.6510416667vw, 263px);
    height: 34.2447916667vw, 329px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: -59px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  #feature .pc-only-img {
    margin-top: -70px;
    margin-left: -310px;
    position: absolute;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion__wrap {
  width: 87.4%;
  margin: 0 auto 4em;
}
.accordion__wrap:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .accordion__wrap {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .accordion__wrap_pc {
    width: 70%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.accordion__item {
  border-top: solid 1px #bbb;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.accordion__item:last-child {
  border-bottom: solid 1px #bbb;
}
@media screen and (min-width: 1024px) {
  .accordion__item {
    padding-left: 0.5em;
    padding-right: 1em;
  }
}

.accordion-title {
  position: relative;
  font-weight: bold;
  margin: 1.2em 0 1.2em 3em;
  line-height: 2;
  width: 13em;
}
@media screen and (min-width: 768px) {
  .accordion-title {
    width: 80%;
  }
}

.accordion-title::before {
  content: url(../images/q.svg);
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -32px;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: -55px;
  top: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 22px;
  height: 22px;
  border-top: solid 2px #222224;
  border-right: solid 2px #222224;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.accordion-content {
  font-size: 14px;
  display: none;
  line-height: 1.75;
  position: relative;
  margin: 1.2em 0 1.2em 3.3em;
  width: 15.2em;
}
.accordion-content a {
  color: #1558d6;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .accordion-content {
    width: 83%;
  }
}

.accordion-content::before {
  content: url(../images/a.svg);
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -32px;
}

@media screen and (min-width: 1024px) {
  .nav__reserv__btn {
    width: 200px;
  }
}
.nav__reserv__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav__reserv__btn-link {
  color: #fff;
  display: block;
  background: #fdbc36;
  height: 58px;
  padding: 10px 15px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .nav__reserv__btn-link {
    height: 60px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}
.nav__reserv__btn-link-line {
  background-color: #06c755;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.nav__reserv__btn_line-text-wrapper {
  letter-spacing: 1px;
}
.nav__reserv__btn_line-text-wrapper span {
  display: inline-block;
}
.nav__reserv__btn-line-icon img {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav__reserv__btn_line-text {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .nav__reserv__btn_line-text {
    font-size: 11px;
  }
}
.nav__reserv__btn-text-wrapper {
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0px 0px 4px #986702;
}
.nav__reserv__btn_mail-text {
  font-size: 13px;
  line-height: 1.5;
}
.nav__reserv__btn_tel-text-tel {
  margin-bottom: 2px;
}
.nav__reserv__btn_tel-number {
  font-size: 16px;
  margin-bottom: 2px;
}
.nav__reserv__btn_service-time {
  font-size: 10px;
  text-align: center;
}
.nav__reserv__btn-bar {
  width: 20px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.nav__reserv__btn-bar::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.nav__reserv__btn:hover .nav__reserv__btn-bar::after {
  -webkit-animation: bar-anim 1.8s ease-in-out infinite;
          animation: bar-anim 1.8s ease-in-out infinite;
}
.nav__reserv__btn:hover .nav__reserv__btn-link-line {
  background-color: #07e060;
}

.tab-panel {
  margin: 0 auto;
  padding: 20px 5px;
}
@media screen and (min-width: 768px) {
  .tab-panel {
    max-width: 1100px;
    padding: 40px 87px 68px;
  }
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .tab-group {
    margin-bottom: 60px;
  }
}

.tab {
  font-size: 16px;
  width: 48%;
  height: 60px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #222224;
  border: solid 2px #fdbc36;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .tab {
    font-size: 18px;
    font-weight: bold;
    width: 40%;
    height: 70px;
    line-height: 70px;
  }
}
.tab .tab-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  line-height: 1.6;
}
.tab .tab-ex {
  font-size: 10px;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .tab .tab-ex {
    font-size: 14px;
  }
}

.panel-group {
  border-top: none;
}

.panel {
  border: solid 2px #bbb;
  display: none;
  padding: 1.2em;
}
@media screen and (min-width: 768px) {
  .panel {
    padding: 68px;
  }
}

.tab.is-active {
  border: solid 4px #cb8902;
  background: #fdbc36;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  color: #222224;
}
.tab.is-active::before {
  content: "";
  display: block;
  width: 10px;
  height: 0px;
  border: solid 10px transparent;
  border-top: 10px solid #cb8902;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .tab.is-active::before {
    top: -30px;
  }
}

.panel.is-show {
  display: block;
}

.tour__parking-map iframe {
  margin-top: 20px;
  max-width: min(100%, 600px);
  aspect-ratio: 4/3;
}
.tour__map-link a {
  color: #1558d6;
  border-bottom: solid 1px #1558d6;
}

.reserv__title-wrapper {
  margin-bottom: 20px;
  margin-right: 20px;
}
.reserv__title {
  font-family: adobe-caslon-pro, serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .reserv__title {
    font-size: 48px;
    height: 34px;
  }
}
.reserv__sub-title {
  font-family: zen-old-mincho, sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .reserv__sub-title {
    font-size: 24px;
    margin-bottom: 0.8em;
  }
}
.reserv__text-main {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .reserv__btn {
    width: calc(33% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .reserv__btn-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reserv__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.reserv__btn-link {
  color: #fff;
  display: block;
  background: #fdbc36;
  height: 130px;
  padding: 20px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .reserv__btn-link {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .reserv__btn-link {
    height: 100%;
    padding: 20px 30px;
    margin-bottom: 0;
  }
}
.reserv__btn-link-line {
  background-color: #06c755;
}
.reserv__btn_line-text-wrapper span {
  display: inline-block;
}
.reserv__btn-line-icon img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .reserv__btn-line-icon img {
    width: 80px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .reserv__btn-line-icon img {
    width: 80px;
    margin-right: 0;
    position: relative;
    left: -10px;
  }
}
.reserv__btn_line-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .reserv__btn_line-text {
    font-size: clamp(16px, 2.2vw, 26px);
  }
}
@media screen and (min-width: 1024px) {
  .reserv__btn_line-text {
    font-size: clamp(16px, 1.2vw, 22px);
  }
}
.reserv__btn_line-sub-text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .reserv__btn_line-sub-text {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .reserv__btn_line-sub-text {
    font-size: clamp(10px, 1.2vw, 14px);
  }
}
.reserv__btn-text-wrapper {
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0px 0px 4px #986702;
}
.reserv__btn_mail-text {
  font-size: 18px;
  line-height: 2;
}
.reserv__btn_tel-text-tel {
  margin-bottom: 5px;
}
.reserv__btn_tel-number {
  font-size: 24px;
  margin-bottom: 5px;
}
.reserv__btn_service-time {
  font-size: 14px;
  text-align: center;
}
.reserv__btn-bar {
  width: 40px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.reserv__btn-bar::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.reserv__btn:hover .reserv__btn-bar::after {
  -webkit-animation: bar-anim 1.8s ease-in-out infinite;
          animation: bar-anim 1.8s ease-in-out infinite;
}

@-webkit-keyframes bar-anim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  30%, 70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes bar-anim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  30%, 70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.footer {
  background: #bbb;
}

.footer__inner {
  width: 65%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    width: 960px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__pc__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__address {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 53px;
}

.footer__nav {
  font-family: zen-old-mincho, sans-serif;
  font-size: 12px;
  line-height: 3;
  margin-bottom: 40px;
}

.footer__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer__btn__wrap {
    margin-top: 8px;
  }
}

.footer__layout-right {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .footer__layout_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .footer__layout_col {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
}

.footer__btn__text {
  font-family: zen-old-mincho, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .footer__btn__text {
    margin-top: 2px;
  }
}

.footer__btn__text_en {
  color: #fff;
  font-size: 12px;
  padding-top: 4px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .footer__btn__text_en {
    position: relative;
    left: -10px;
  }
}

.footer__text_tel {
  white-space: nowrap;
  position: relative;
  left: 0.9em;
  font-size: 8px;
}

.footer__img {
  margin-bottom: 16px;
}

.footer__nav_item .bar {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  left: 0;
  margin-right: 0.5em;
}
.footer__nav_item .bar .bg {
  background: #222224;
  position: absolute;
  top: 60%;
  height: 1px;
}
.footer__nav_item .link .desvg {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__nav_item .link .desvg path {
  fill: #222224;
}

.footer__nav_item:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__nav_item:hover .bar .bg {
  background: #222224;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@media screen and (min-width: 1024px) {
  .footer__reserv__btn {
    width: 200px;
  }
}
.footer__reserv__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__reserv__btn-link {
  color: #fff;
  display: block;
  background: #fdbc36;
  height: 58px;
  padding: 10px 15px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .footer__reserv__btn-link {
    height: 60px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}
.footer__reserv__btn-link-line {
  background-color: #06c755;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.footer__reserv__btn_line-text-wrapper {
  letter-spacing: 1px;
}
.footer__reserv__btn_line-text-wrapper span {
  display: inline-block;
}
.footer__reserv__btn-line-icon img {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__reserv__btn_line-text {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__reserv__btn_line-text {
    font-size: 11px;
  }
}
.footer__reserv__btn-text-wrapper {
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0px 0px 4px #986702;
}
.footer__reserv__btn_mail-text {
  font-size: 13px;
  line-height: 1.5;
}
.footer__reserv__btn_tel-text-tel {
  margin-bottom: 2px;
}
.footer__reserv__btn_tel-number {
  font-size: 16px;
  margin-bottom: 2px;
}
.footer__reserv__btn_service-time {
  font-size: 10px;
  text-align: center;
}
.footer__reserv__btn-bar {
  width: 20px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.footer__reserv__btn-bar::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.footer__reserv__btn:hover .footer__reserv__btn-bar::after {
  -webkit-animation: bar-anim 1.8s ease-in-out infinite;
          animation: bar-anim 1.8s ease-in-out infinite;
}
.footer__reserv__btn:hover .footer__reserv__btn-link-line {
  background-color: #07e060;
}

.form__wrap {
  font-size: 16px;
  line-height: 1.75;
}
.form__wrap .input,
.form__wrap textarea {
  width: 100%;
  border: solid 1px #bbb;
  background: #fafafa;
  border-radius: 2px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .form__wrap .input,
  .form__wrap textarea {
    padding: 0.5em 1em;
  }
}
.form__wrap input[type=text]:focus,
.form__wrap input[type=tel]:focus,
.form__wrap input[type=email]:focus,
.form__wrap input[type=date]:focus,
.form__wrap select:focus,
.form__wrap textarea:focus {
  outline: solid 2px #bbb;
}
.form__wrap select {
  width: 60px;
  border: solid 1px #bbb;
  background: #fafafa;
  border-radius: 2px;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
@media screen and (min-width: 768px) {
  .form__wrap select {
    width: 81px;
  }
}
.form__wrap .date {
  border: solid 1px #bbb;
  background: #fafafa;
  border-radius: 2px;
  padding: 0.5em 1em;
  width: 100%;
  min-height: 48px;
}
@media screen and (min-width: 768px) {
  .form__wrap .date {
    width: 40%;
    padding: 0.5em 1em;
  }
}
.form__wrap .radio {
  line-height: 1.75;
  margin: 0.6em 0.6em 0.6em 0;
}
.form__wrap dt {
  margin-bottom: 0.8em;
}
.form__wrap dd {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .form__wrap dd {
    margin-bottom: 2wm;
  }
}

.form__required {
  background-color: #eb341c;
  font-size: 0.8125em;
  font-weight: normal;
  color: #fff;
  border-radius: 100px;
  padding: 0.2em 0.5em;
  position: relative;
  top: 0;
  left: 6px;
}

.form__normal {
  background-color: #bbb;
  font-size: 0.8125em;
  font-weight: normal;
  color: #fff;
  border-radius: 100px;
  padding: 0.2em 0.5em;
  position: relative;
  top: 0;
  left: 6px;
}

.form__block {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .form__block {
    margin-bottom: 20px;
  }
}

.form_title_img {
  margin: 0 auto 42px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .form_title_img {
    width: 372px;
  }
}

.form__btn {
  background: #fdbc36;
  color: #fff;
  width: 240px;
  height: 64px;
  text-align: center;
  margin: 0 auto;
}

.form__btn.form__btn_gray {
  background: #bbb;
}

.thanks__body {
  padding-top: 10em;
  text-align: center;
}
.thanks__body p {
  font-weight: bold;
  margin-bottom: 3em;
  margin-top: 5em;
}

.form__line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form__line-wrapper {
    margin-top: 45px;
  }
}

.form__reserv__btn {
  width: clamp(375px, 96%, 420px);
}
@media screen and (min-width: 1024px) {
  .form__reserv__btn {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .form__reserv__btn-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.form__reserv__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__reserv__btn-link {
  color: #fff;
  display: block;
  background: #fdbc36;
  height: 58px;
  padding: 35px 15px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .form__reserv__btn-link {
    height: 80px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}
.form__reserv__btn-link-line {
  background-color: #06c755;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.form__reserv__btn_line-text-wrapper {
  letter-spacing: 1px;
}
.form__reserv__btn_line-text-wrapper span {
  display: inline-block;
}
.form__reserv__btn-line-icon img {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__reserv__btn_line-text {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__reserv__btn_line-text {
    font-size: 18px;
  }
}
.form__reserv__btn:hover .form__reserv__btn-link-line {
  background-color: #07e060;
}/*# sourceMappingURL=style.css.map */