@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 予約フォームページにてスマホ時のフッター余白調整 */
@media screen and (max-width: 768px) {
  .page-template-page-confirm .c-footer,
  .page-template-page-reserve .c-footer {
    padding: 80px 0 20px;
  }
}

.c-footer {
  padding: 84px 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 80px 0 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
@media screen and (max-width: 768px) {
  .c-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.c-footer__logo {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .c-footer__logo {
    max-width: 330px;
    width: 100%;
    margin-bottom: 24px;
  }
  .c-footer__logo img {
    width: 100%;
  }
}
.c-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-footer__info {
    margin-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__info a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.4px;
}
.c-footer__info a:hover {
  color: #59b75b;
}
.c-footer__association {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-footer__association {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 48px;
  }
}
.c-footer__association__sns {
  display: inline-block;
  margin-right: 18px;
}
.c-footer__copy {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .c-footer__copy {
    text-align: center;
  }
}
.c-footer__pagetop {
  background: #59b75b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 58px;
  border: 3px solid #fff;
  width: 116px;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  top: -58px;
  right: 45px;
  z-index: 1;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-footer__pagetop {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    top: -50px;
    right: 20px;
    gap: 4px;
  }
}
.c-footer__pagetop svg {
  fill: #fff;
  stroke: #fff;
}

.l-wrapper {
  margin: auto;
  width: 100%;
  position: relative;
}

.l-inner {
  margin: auto;
  max-width: 1240px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .l-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.c-nav {
  background: url("../images/common/bg-nav.png") repeat center top;
  height: 130px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .c-nav {
    height: 80px;
    background: url("../images/common/bg-nav_sp.png") repeat center top;
    position: fixed;
  }
  .c-nav.is-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.c-nav__inner {
  margin: auto;
  max-width: 1240px;
  position: relative;
  width: 100%;
}
.c-nav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
  gap: min(86px, 5.9722222222vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108px;
}
@media screen and (max-width: 1160px) {
  .c-nav__info {
    gap: 1.935483871vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav__info {
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    margin: auto;
    width: 90%;
    gap: 1.935483871vw;
  }
}
.c-nav__logo {
  width: min(253px, 17.5694444444vw);
  width: 253px;
}
@media screen and (max-width: 1239px) {
  .c-nav__logo {
    width: 228px;
    padding-left: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav__logo {
    width: 210px;
    padding: 14px 2%;
  }
}
.c-nav__logo img {
  width: 100%;
}
.c-nav__menu {
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-nav__menu {
    display: none;
  }
}
.c-nav__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1239px) {
  .c-nav__item ul {
    font-size: 1.2096774194vw;
    gap: 1.935483871vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav__item ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 36px;
    width: 44vw;
    max-width: 450px;
    gap: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__item ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 24px auto;
    width: 90%;
    gap: 0;
    font-size: 1.5rem;
  }
}
.c-nav__item li {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-nav__item li {
    width: 33.3333333333%;
  }
  .c-nav__item li:nth-child(2), .c-nav__item li:nth-child(5) {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .c-nav__item li:nth-last-child(-n+3) {
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__item li {
    width: 50%;
  }
  .c-nav__item li:nth-child(2), .c-nav__item li:nth-child(5) {
    border-left: none;
    border-right: none;
  }
  .c-nav__item li:nth-last-child(-n+3) {
    border-top: none;
  }
  .c-nav__item li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  .c-nav__item li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__item li a {
    display: block;
    padding: 31px 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav__item li a {
    display: block;
    padding: 26px 0;
  }
}
.c-nav__item li a svg {
  fill: #727171;
}
@media screen and (max-width: 1023px) {
  .c-nav__item li a svg {
    fill: #59b75b;
    width: 46px;
    height: 46px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__item li a svg {
    fill: #59b75b;
    width: 46px;
    height: 46px;
    margin-bottom: 4px;
  }
}
.c-nav__item li a:hover svg {
  fill: #59b75b;
}
.c-nav__item--active .is-active {
  fill: #59b75b;
}
.c-nav__reserve {
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-nav__reserve {
    display: none;
  }
}
.c-nav__hbm {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-nav__hbm {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.8;
    text-align: center;
    display: block;
  }
  .c-nav__hbm a {
    color: #fff;
    background: #f0832c;
    border-radius: 0 0 8px 8px;
    display: block;
    padding: 26px 12px 16px;
  }
  .c-nav__hbm a span {
    position: relative;
  }
  .c-nav__hbm a span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    border-bottom: 2px solid #fff;
    border-radius: 4px;
    left: 0;
    top: -7px;
  }
  .c-nav__hbm a span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    border-bottom: 2px solid #fff;
    border-radius: 4px;
    left: 0;
    top: -12px;
  }
}

.c-navsp {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  overflow: scroll;
  display: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-navsp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .c-navsp {
    height: auto;
    max-width: 904px;
    right: 0;
    border-radius: 0 0 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-navsp {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.c-navsp__logo {
  width: 196px;
  margin: 9px 13px;
}
@media screen and (max-width: 1023px) {
  .c-navsp__logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-navsp__logo {
    display: block;
  }
}
.c-navsp__logo img {
  width: 100%;
}
.c-navsp__close {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .c-navsp__close {
    z-index: 9;
    right: 31px;
    top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .c-navsp__close {
    right: 22px;
    top: 14px;
  }
}
.c-navsp__close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
.c-navsp__close span::before, .c-navsp__close span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  width: 2px;
  height: 28px;
  background: #727171;
  border-radius: 4px;
}
.c-navsp__close span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-navsp__close span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-btn-float {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  background: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
  line-height: 1.4;
  text-align: center;
}
.c-btn-float--orange {
  background: #f0832c;
}
.c-btn-float--green {
  background: #59b75b;
}

.c-car .Car__info {
  position: relative;
  left: 88px;
  top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 242px;
}
.c-car .Car__time {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 2.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  line-height: 1;
  margin-bottom: 14px;
}
.c-car .Car__time span {
  font-size: 1.2rem;
}
.c-car .Car__caption {
  font-size: 1.8rem;
  line-height: 1.4;
}
.c-car .Car__sub {
  font-size: 2.3rem;
  line-height: 0.9;
  letter-spacing: -1px;
  text-align: right;
}
.c-car .Car__week {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-car .Car__week span {
  font-size: 1.2rem;
}
.c-car .Car__week li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 30px;
}
.c-car .Car__week--first {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 6px;
  position: relative;
}
.c-car .Car__week--first::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 206px;
  height: 2px;
  left: 0;
  margin: auto;
}

.c-car-move {
  background: url("../images/top/icon-car.png") no-repeat center top;
  background-size: 100%;
  width: 356px;
  height: 210px;
  position: absolute;
  bottom: 174px;
  right: 0;
  -webkit-transform: translateX(356px);
          transform: translateX(356px);
}
.c-car-move.Car__move {
  -webkit-animation: Carmove 2s ease-out forwards;
          animation: Carmove 2s ease-out forwards;
}

.js-car-modal {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-car-modal {
    background: url("../images/top/icon-car.png") no-repeat center top;
    background-size: 100%;
    position: fixed;
    width: 350px;
    height: 206px;
    bottom: 174px;
    right: 0;
    left: 0;
    bottom: 104px;
    margin: auto;
    z-index: 999;
  }
}

@-webkit-keyframes Carmove {
  0% {
    right: 0;
    -webkit-transform: translateX(356px);
            transform: translateX(356px);
  }
  100% {
    right: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Carmove {
  0% {
    right: 0;
    -webkit-transform: translateX(356px);
            transform: translateX(356px);
  }
  100% {
    right: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-reserve {
  position: absolute;
  right: 0;
  top: 0;
  background: #f0832c;
  width: 280px;
  height: 182px;
  border-radius: 0 0 12px 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1239px) {
  .c-reserve {
    width: max(252px, 22.5806451613vw);
    height: 172px;
  }
}
@media screen and (max-width: 1023px) {
  .c-reserve {
    right: 36px;
    top: 109px;
    border-radius: 12px;
    width: 100%;
    max-width: 350px;
    height: 182px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve {
    right: inherit;
    top: inherit;
    border-radius: 12px;
    position: relative;
    margin: auto;
    width: 90%;
    height: 182px;
    padding: 20px 0;
  }
}
.c-reserve__tel {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .c-reserve__tel {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-reserve__tel {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve__tel {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.c-reserve__time {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .c-reserve__time {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve__time {
    margin-bottom: 16px;
  }
}
.c-reserve__btn {
  background: #fff;
  border-radius: 100px;
  color: #f0832c !important;
  border: 1px solid #f0832c;
  font-weight: 500;
  display: block;
  padding: 16px 24px;
  max-width: 240px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .c-reserve__btn {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve__btn {
    max-width: 100%;
    width: 100%;
  }
}
.c-reserve__btn:hover {
  background: #f0832c;
  color: #fff !important;
  border: 1px solid #fff;
}
.c-reserve a {
  color: #fff;
}

.js-reserve-modal {
  display: none;
}

.c-reserve-modal .c-reserve {
  position: fixed;
  bottom: 104px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.c-reserve-modal .c-reserve__btn {
  width: 300px;
  max-width: 300px;
}
.c-reserve-modal a {
  color: #fff;
}

.c-float {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-float {
    margin: auto;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    gap: 10px;
    z-index: 9;
  }
}
.c-float__bg {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

/* 予約フォームページにて非表示 */
.page-template-page-confirm .c-float,
.page-template-page-reserve .c-float {
  display: none;
}

.c-title {
  border-radius: 24px;
  margin-top: 234px;
  background: #59b75b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
}
.c-title--reserve {
  background: #f0832c;
  margin-bottom: 96px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: min(6.9444444444vw, 100px);
}
.c-title--reserve a {
  color: #f0832c;
}
@media screen and (max-width: 1023px) {
  .c-title--reserve {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 1023px) {
  .c-title {
    margin: 117px auto 0;
    padding: 6.9444444444vw;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.c-title__icon {
  background: #fff;
  border-radius: 70px;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-title__icon {
    width: 126px;
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__icon {
    width: 64px;
    height: 64px;
  }
  .c-title__icon svg {
    width: 40%;
  }
}
.c-title__info {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .c-title__info {
    width: 100%;
  }
}
.c-title__info--reserve {
  width: calc(100% - 636px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .c-title__info--reserve {
    width: calc(100% - 164px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .c-title__info--reserve {
    width: 100%;
  }
}
.c-title__caption {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .c-title__caption {
    font-size: 3.2rem;
  }
}
.c-title__exp {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .c-title__exp {
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-title__reserve {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .c-title__reserve {
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-title__reserve {
    margin-top: 30px;
  }
}
.c-title__reserve .Reserve__caption {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-title__reserve .Reserve__caption {
    font-size: 1.8rem;
  }
}
.c-title__reserve .Reserve__tel {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 12px;
  color: #f0832c;
  margin-bottom: 8px;
}
.c-title__reserve .Reserve__tel span {
  background: url(../images/top/icon-tel.svg) no-repeat left 22px center;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 1.6px;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: 420px;
  height: 110px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: auto;
  padding-left: 90px;
}
@media screen and (max-width: 1239px) {
  .c-title__reserve .Reserve__tel span {
    font-size: 3.2rem;
    width: 420px;
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__reserve .Reserve__tel span {
    background: url(../images/top/icon-tel.svg) no-repeat left 12px center;
    background-size: 42px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 2.4rem;
    width: 100%;
    height: 80px;
    padding-left: 72px;
    padding-right: 0;
    max-width: 290px;
  }
}
.c-title__reserve .Reserve__notice {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 2.8;
}

.c-mv {
  padding-top: 108px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .c-mv {
    padding-top: 72px;
  }
}
.c-mv__main {
  height: 582px;
}
@media screen and (max-width: 768px) {
  .c-mv__main {
    height: calc(100dvh - 130px - 72px);
  }
}
.c-mv__main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-mv__title {
  background: url("../images/top/icon-house.png") no-repeat center top;
  background-size: 100%;
  width: min(40.8333333333vw, 588px);
  height: min(31.875vw, 450px);
  position: absolute;
  left: 0;
  bottom: 64px;
  font-size: min(2.5vw, 36px);
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  max-width: 588px;
  max-height: 451px;
}
@media screen and (max-width: 1023px) {
  .c-mv__title {
    width: min(82.0512820513vw, 320px);
    height: min(61.5384615385vw, 240px);
    bottom: 218px;
    font-size: 2rem;
  }
}
.c-mv__title div {
  position: absolute;
  left: 4.8611111111vw;
  bottom: 6.9444444444vw;
  letter-spacing: 5px;
}
@media screen and (max-width: 1023px) {
  .c-mv__title div {
    left: 30px;
    bottom: 50px;
  }
}
.c-mv__title span {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 1023px) {
  .c-mv__title span {
    font-size: 1.6rem;
  }
}
.c-mv__bottom {
  background: url("../images/top/bg-mv.png") repeat center top;
  height: 236px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-mv__bottom {
    background: url("../images/top/bg-mv_sp.png") repeat center top;
    height: 244px;
  }
}
.c-mv__news {
  background: #fff;
  border-radius: 12px;
  float: right;
  position: absolute;
  right: 5%;
  bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .c-mv__news {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    bottom: 60px;
    border-radius: 0 12px 12px 12px;
  }
}
.c-mv__news::after {
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f078";
  height: 16px;
  line-height: 1;
  pointer-events: none;
}
.c-mv__news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 36px;
}
.c-mv__news .News__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2.7px;
  border-right: 1px solid #222;
  padding-right: 32px;
}
@media screen and (max-width: 1023px) {
  .c-mv__news .News__title {
    background: #fff;
    position: absolute;
    border-radius: 12px 12px 0 0;
    top: -48px;
    left: 0;
    border: none;
    padding: 8px 12px;
  }
}
.c-mv__news .News__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 29.5138888889vw;
}
@media screen and (max-width: 1023px) {
  .c-mv__news .News__info {
    width: 100%;
  }
}
.c-mv__news .News__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.c-mv__news .News__detail {
  font-size: 1.8rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;
}

.c-about {
  line-height: 2;
  padding-top: 138px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .c-about {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
.c-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8.064516129vw;
  width: 86.4516129032vw;
  padding: 0 min(6.7741935484vw, 84px);
}
@media screen and (max-width: 768px) {
  .c-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    width: 90%;
    padding: 0;
  }
}
.c-about__catch {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 5px;
  min-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 152px;
}
@media screen and (max-width: 959px) {
  .c-about__catch {
    font-size: 2.8rem;
    min-width: 336px;
    margin-bottom: 0;
  }
}
.c-about__exp {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-about__exp {
    font-size: 1.8rem;
  }
}
.c-about__exp > p {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-about__exp > p {
    margin-bottom: 64px;
  }
}
.c-about__btn {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 320px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
  font-size: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-about__btn {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-about__btn::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-about__btn::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-about__btn:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-about__btn:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .c-about__btn {
    margin: auto;
  }
}

.c-visit {
  background: url("../images/top/bg-visit.png") no-repeat top center;
  background-size: 100%;
  padding-top: 23.3vw;
}
@media screen and (max-width: 768px) {
  .c-visit {
    background: url("../images/top/bg-visit_sp.png") no-repeat top center;
    background-size: 100%;
    padding-top: 61.54vw;
  }
}
.c-visit__inner {
  background: #fff;
  border-radius: 24px;
  padding: 150px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-visit__inner {
    padding: 50px 5% 80px;
  }
}
.c-visit__fukidashi {
  background: #59b75b;
  border-radius: 1000px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 460px;
  height: 68px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .c-visit__fukidashi {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 2.7px;
    text-align: center;
    width: 290px;
    height: 80px;
    margin: 0 auto 20px;
  }
}
.c-visit__fukidashi::after {
  content: "";
  position: absolute;
  bottom: -14px;
  -webkit-transform: translateX(-50%, 50%);
          transform: translateX(-50%, 50%);
  border: 6px solid transparent;
  border-top: 8px solid #59b75b;
}
.c-visit__catch {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 959px) {
  .c-visit__catch {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .c-visit__catch {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 3.92px;
    margin-bottom: 72px;
  }
}
.c-visit__catch span {
  position: relative;
  padding: 0 16px;
}
.c-visit__catch span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -14px;
}
.c-visit__catch span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -24px;
}
.c-visit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.4444444444vw;
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .c-visit__container {
    gap: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .c-visit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.c-visit__item {
  background: #f9f9f9;
  width: 480px;
  min-height: 587px;
  border-radius: 24px;
  padding: 40px 50px;
}
@media screen and (max-width: 959px) {
  .c-visit__item {
    padding: 48px 16px 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-visit__item {
    width: 100%;
  }
}
.c-visit__item .Item__thumb {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .c-visit__item .Item__thumb {
    margin: 0 auto 24px;
    width: 176px;
  }
  .c-visit__item .Item__thumb img {
    width: 100%;
  }
}
.c-visit__item .Item__lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.8px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-visit__item .Item__lead {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
}
.c-visit__item .Item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.c-visit__item .Item__list li {
  background: url("../images/top/icon-pad.svg") no-repeat left top 8px;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .c-visit__item .Item__list li {
    margin: auto;
    width: 290px;
  }
}
.c-visit__btn {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 320px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 768px) {
  .c-visit__btn {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-visit__btn::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-visit__btn::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-visit__btn:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-visit__btn:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}
.c-visit__car-move {
  position: absolute;
  top: -4.8611111111vw;
  right: 0;
  width: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .c-visit__car-move {
    top: -12.8205128205vw;
    width: 21.0256410256vw;
    right: 5%;
  }
}
.c-visit__car-move.Car__move {
  -webkit-animation: Carmove-visit 6s ease-out forwards;
          animation: Carmove-visit 6s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .c-visit__car-move.Car__move {
    -webkit-animation: Carmove-visit_sp 6s ease-out forwards;
            animation: Carmove-visit_sp 6s ease-out forwards;
  }
}

@-webkit-keyframes Carmove-visit {
  0% {
    right: 0;
  }
  100% {
    right: 90%;
  }
}

@keyframes Carmove-visit {
  0% {
    right: 0;
  }
  100% {
    right: 90%;
  }
}
@-webkit-keyframes Carmove-visit_sp {
  0% {
    right: 5%;
  }
  100% {
    right: 78%;
  }
}
@keyframes Carmove-visit_sp {
  0% {
    right: 5%;
  }
  100% {
    right: 78%;
  }
}
.c-schedule {
  background: #f9f9f9;
  padding: 150px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-schedule {
    padding: 80px 0 64px;
  }
}
.c-schedule__head {
  background: #59b75b;
  border-radius: 24px 24px 0 0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #fff;
  width: 960px;
  height: 140px;
  text-align: center;
  margin: auto;
  padding: 54px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .c-schedule__head {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__head {
    border-radius: 0;
    font-size: 2.8rem;
    letter-spacing: 3.92px;
    text-align: left;
    height: 153px;
    padding: 52px 5% 32px;
  }
}
.c-schedule__head::before {
  content: "";
  display: block;
  background: url("../images/top/img-ring.png") no-repeat left center;
  background-size: 100%;
  width: 153px;
  height: 57px;
  position: absolute;
  left: 20px;
  top: -22px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-schedule__head::before {
    width: 17.1794871795vw;
    height: 5.8974358974vw;
    left: 20px;
    top: -2vw;
  }
}
.c-schedule__head::after {
  content: "";
  display: block;
  background: url("../images/top/img-ring.png") no-repeat right center;
  background-size: 100%;
  width: 153px;
  height: 57px;
  position: absolute;
  right: 20px;
  top: -22px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-schedule__head::after {
    width: 17.1794871795vw;
    height: 5.8974358974vw;
    right: 20px;
    top: -2vw;
  }
}
.c-schedule__head .Head__time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-schedule__head .Head__time {
    line-height: 1.4;
  }
}
.c-schedule__head b {
  font-size: 4.2rem;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-schedule__head b {
    font-size: 3.2rem;
  }
}
.c-schedule__head span {
  font-size: 1.6rem;
}
.c-schedule__detail {
  background: #fff;
  border-radius: 0 0 24px 24px;
  width: 960px;
  height: 358px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .c-schedule__detail {
    width: 100%;
    height: auto;
    padding-bottom: 36px;
    border-radius: 0;
  }
}
.c-schedule__detail .Detail__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 44px;
}
@media screen and (max-width: 768px) {
  .c-schedule__detail .Detail__week {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    padding: 32px 5% 24px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-schedule__detail .Detail__week li {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 959px) {
  .c-schedule__detail .Detail__week li {
    font-size: 2.2rem;
    padding: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__detail .Detail__week li {
    font-size: 1.8rem;
    padding: 0 3.2vw;
    letter-spacing: 2.7px;
  }
}
.c-schedule__detail .Detail__week li:not(:first-child) {
  border-left: 1px #ccc solid;
}
.c-schedule__detail .Detail__week li span {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-schedule__detail .Detail__week li span {
    font-size: 1.3rem;
  }
}
.c-schedule__detail .Detail__week li svg {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-schedule__detail .Detail__week li svg {
    width: 21px;
    margin-top: 0;
  }
}
.c-schedule__detail .Detail__week li::after {
  display: block;
  content: "";
}
.c-schedule__detail .Detail__closed {
  height: 42px;
}
.c-schedule__detail .Detail__notice {
  color: #727171;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6;
  padding-left: 95px;
}
@media screen and (max-width: 768px) {
  .c-schedule__detail .Detail__notice {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    padding: 0 5%;
  }
}
.c-schedule__detail .Detail__notice a {
  text-decoration: underline;
}
.c-schedule__detail .Detail__notice a:hover {
  color: #59b75b;
}

.c-contact {
  background-image: url("../images/top/bg-contact-top.png"), url("../images/top/bg-contact-bottom.png");
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  background-size: 100%, 100%;
  background-color: #f0832c;
  padding-bottom: 132px;
}
@media screen and (max-width: 768px) {
  .c-contact {
    background-image: url("../images/top/bg-contact-top_sp.png"), url("../images/top/bg-contact-bottom_sp.png");
    padding-bottom: 80px;
  }
}
.c-contact__caption {
  background: #fff;
  border-radius: 168px;
  width: 360px;
  height: 120px;
  margin: 0 auto 72px;
  font-size: 2.8rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  letter-spacing: 2.8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-contact__caption {
    font-size: 2.4rem;
    width: 100%;
    height: 100px;
    max-width: 350px;
    margin: 0 auto 42px;
  }
}
.c-contact__caption::after {
  content: "";
  position: absolute;
  bottom: -14px;
  -webkit-transform: translateX(-50%, 50%);
          transform: translateX(-50%, 50%);
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}
.c-contact__caption span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .c-contact__caption span {
    font-size: 1.5rem;
  }
}
.c-contact__caption h2 {
  padding-bottom: 16px;
}
.c-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 959px) {
  .c-contact__container {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-contact__frame {
  background: #fff;
  border-radius: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .c-contact__frame {
    height: 232px;
    padding: 32px 20px;
  }
}
.c-contact__frame .Frame__web {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.8px;
  margin-bottom: 28px;
}
.c-contact__frame .Frame__tel {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.8px;
  margin-bottom: 20px;
}
.c-contact__frame .Frame__number {
  background: url("../images/top/icon-tel--small.svg") no-repeat left center;
  color: #f0832c;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
  padding-left: 52px;
  line-height: normal;
}
.c-contact__frame .Frame__number a {
  color: #f0832c;
}
@media screen and (max-width: 959px) {
  .c-contact__frame .Frame__number {
    font-size: 3.75vw;
    padding: 4px 0 4px 56px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__frame .Frame__number {
    font-size: 2.8rem;
    padding: 4px 0 4px 52px;
    letter-spacing: 0.8px;
  }
}
.c-contact__frame .Frame__notice {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .c-contact__frame .Frame__notice {
    font-size: 1.4rem;
  }
}
.c-contact__btn-reserve {
  background: #f0832c;
  border: 1px solid #f0832c;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 2.4rem;
  width: 426px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  position: relative;
}
.c-contact__btn-reserve.--line {
  background: #29C755;
  border: 1px solid #29C755;
  color: #fff;
  font-size: 2rem;
  height: auto;
  width: 100%;
  margin-top: 20px;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-reserve.--line {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 959px) {
  .c-contact__btn-reserve {
    width: 44.375vw;
    max-width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__btn-reserve {
    font-size: 2rem;
    width: 310px;
    height: 80px;
    padding: 0 32px;
  }
}
.c-contact__btn-reserve::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-reserve::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-contact__btn-reserve:hover {
  background: #fff;
  color: #f0832c;
  border: 1px solid #f0832c;
}
.c-contact__btn-reserve:hover::after {
  background: url("../images/common/icon-arrow-right--orange.svg") no-repeat center center;
}

.c-area {
  background: #fffbf2;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .c-area {
    padding: 80px 0;
  }
}
.c-area__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(6.1111111111vw, 88px);
  width: 90vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-area__container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-area__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}
.c-area__catch {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
  margin-bottom: 58px;
}
@media screen and (max-width: 959px) {
  .c-area__catch {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-area__catch {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 3.92px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.c-area__catch span {
  position: relative;
  padding: 0 20px;
}
.c-area__catch span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #59b75b;
  border-radius: 4px;
  left: 0;
  bottom: -8px;
}
.c-area__catch span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #59b75b;
  border-radius: 4px;
  left: 0;
  bottom: -18px;
}
.c-area__sub {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-area__sub {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.c-area__exp {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-area__exp {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}
.c-area__btn {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 320px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-area__btn {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-area__btn::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-area__btn::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-area__btn:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-area__btn:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .c-area__btn {
    margin: auto;
  }
}
.c-area__map {
  border-radius: 24px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .c-area__map {
    width: 100%;
  }
}
.c-area__map img {
  width: 100%;
}

.c-btn-area {
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  .c-btn-area {
    background: #fff;
    border-radius: 16px;
    padding: 80px 0;
  }
}
.c-btn-area__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-btn-area__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.c-btn-area__price, .c-btn-area__faq {
  background: #59b75b;
  border-radius: 24px;
  border: 2px solid #59b75b;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  width: 600px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 48px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .c-btn-area__price, .c-btn-area__faq {
    padding: 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-area__price, .c-btn-area__faq {
    width: 100%;
    height: 120px;
    font-size: 2rem;
    padding: 0 28px;
  }
}
.c-btn-area__price::after, .c-btn-area__faq::after {
  background: url("../images/top/icon-arrow-circle.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-btn-area__price::after, .c-btn-area__faq::after {
    right: 28px;
  }
}
.c-btn-area__price:hover, .c-btn-area__faq:hover {
  background: #fff;
  border: 2px solid #59b75b;
  color: #59b75b;
}
.c-btn-area__price:hover::after, .c-btn-area__faq:hover::after {
  background: url("../images/top/icon-arrow-circle--hover.svg") no-repeat center center;
}
.c-btn-area__price:hover svg, .c-btn-area__faq:hover svg {
  fill: #59b75b;
}
.c-btn-area__price svg, .c-btn-area__faq svg {
  margin-right: 20px;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-area__price svg, .c-btn-area__faq svg {
    margin-right: 16px;
  }
}

.c-news {
  background: #f9f9f9;
}
.c-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(6.9444444444vw, 100px);
  padding: 100px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    padding: 80px 0;
    width: 100%;
  }
}
.c-news__caption {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5.04px;
}
@media screen and (max-width: 768px) {
  .c-news__caption {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 3.92px;
    text-align: center;
  }
}
.c-news__post {
  max-width: 780px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-news__post dl {
  background: #fff;
  padding: 8px 36px 8px 26px;
}
@media screen and (max-width: 768px) {
  .c-news__post dl {
    padding: 24px 5%;
  }
}
.c-news__post dl:first-child {
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 768px) {
  .c-news__post dl:first-child {
    border-radius: 0;
  }
}
.c-news__post dl:last-child {
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .c-news__post dl:last-child {
    border-radius: 0;
  }
}
.c-news__post dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-news__post dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    gap: 10px;
  }
}
.c-news__post dt::after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f078";
  height: 16px;
}
.c-news__post dt.Post__open::after {
  content: "\f077";
}
.c-news__post dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  padding-bottom: 18px;
  padding-left: 118px;
  display: none;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .c-news__post dd {
    padding: 0;
    margin-top: 20px;
  }
}
.c-news__post .Post__date {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 2.8;
  padding: 10px;
  width: 104px;
}
@media screen and (max-width: 768px) {
  .c-news__post .Post__date {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
  }
}
.c-news__post .Post__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8;
  padding: 6px 10px 10px;
}
@media screen and (max-width: 768px) {
  .c-news__post .Post__title {
    line-height: 1;
    padding: 0;
  }
}
.c-news__post .Post__title:hover {
  color: #59b75b;
}

.c-info {
  background-image: url("../images/common/bg-footer-g.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #59b75b;
  padding: 168px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.c-info--lower {
  background-image: url("../images/common/bg-footer-w.png");
}
@media screen and (max-width: 959px) {
  .c-info {
    gap: 20px;
    padding: 80px 0;
  }
}
.c-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 959px) {
  .c-info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-info__contact {
  background: #fff;
  border-radius: 16px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 64px 0 88px;
}
@media screen and (max-width: 959px) {
  .c-info__contact {
    border-radius: 16px 16px 0 0;
    padding: 24px 0;
  }
}
.c-info__contact .Contact__caption {
  color: #f0832c;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4.48px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .c-info__contact .Contact__caption {
    font-size: 2.8rem;
    letter-spacing: 3.92px;
    line-height: 2;
    margin-bottom: 36px;
  }
}
.c-info__contact .Contact__caption span {
  position: relative;
  padding: 0 8px;
}
.c-info__contact .Contact__caption span::before, .c-info__contact .Contact__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #f0832c;
  border-radius: 10px;
  left: 0;
}
.c-info__contact .Contact__caption span::before {
  bottom: -8px;
}
.c-info__contact .Contact__caption span::after {
  bottom: -18px;
}
.c-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-info__btn a {
  border: 1px solid #f0832c;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: 420px;
  height: 110px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .c-info__btn a {
    width: 310px;
    height: 80px;
  }
}
.c-info__btn .Btn__tel {
  background: url(../images/top/icon-tel.svg) no-repeat left 28px center;
  color: #f0832c;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 1.6px;
  padding-left: 52px;
}
@media screen and (max-width: 959px) {
  .c-info__btn .Btn__tel {
    background: url(../images/top/icon-tel.svg) no-repeat left 20px center;
    background-size: 42px;
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    padding-left: 42px;
  }
}
.c-info__btn .Btn__tel:hover {
  background: url(../images/top/icon-tel--hover.svg) no-repeat left 28px center;
  background-color: #f0832c;
  border: 1px solid #f0832c;
  color: #fff;
}
.c-info__btn .Btn__web {
  background: #f0832c;
  border: 1px solid #f0832c;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 3.6px;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 44px;
}
@media screen and (max-width: 959px) {
  .c-info__btn .Btn__web {
    font-size: 2rem;
    padding-left: 24px;
  }
}
.c-info__btn .Btn__web::after {
  background: url(../images/common/icon-arrow-right.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 32px;
  top: 4px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 959px) {
  .c-info__btn .Btn__web::after {
    right: 24px;
  }
}
.c-info__btn .Btn__web:hover {
  background: #fff;
  border: 1px solid #f0832c;
  color: #f0832c;
}
.c-info__btn .Btn__web:hover::after {
  background: url(../images/common/icon-arrow-right--orange.svg) no-repeat center center;
}
.c-info__time {
  background: #fff;
  border-radius: 0 16px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 64px 0 88px;
}
@media screen and (max-width: 959px) {
  .c-info__time {
    border-radius: 0 0 16px 16px;
    padding: 24px 0;
  }
}
.c-info__time .Time__caption {
  color: #59b75b;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4.48px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .c-info__time .Time__caption {
    font-size: 2.8rem;
    letter-spacing: 3.92px;
    line-height: 2;
    margin-bottom: 28px;
  }
}
.c-info__time .Time__caption span {
  position: relative;
  padding: 0 8px;
}
.c-info__time .Time__caption span::before, .c-info__time .Time__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #59b75b;
  border-radius: 10px;
  left: 0;
}
.c-info__time .Time__caption span::before {
  bottom: -8px;
}
.c-info__time .Time__caption span::after {
  bottom: -18px;
}
.c-info__time .Time__sptime {
  display: none;
}
@media screen and (max-width: 959px) {
  .c-info__time .Time__sptime {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
  }
  .c-info__time .Time__sptime span {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.c-info__time .Time__table {
  font-weight: 700;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 420px;
}
@media screen and (max-width: 959px) {
  .c-info__time .Time__table {
    width: calc(100% - 20px);
    max-width: 310px;
    padding: 0 20px;
  }
}
.c-info__time .Time__table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-width: 36px;
}
.c-info__time .Time__table li:first-child {
  width: 160px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 959px) {
  .c-info__time .Time__table li:first-child {
    display: none;
  }
}
.c-info__time .Time__table li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-info__time .Time__week {
  font-size: 2rem;
  line-height: 1.8;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
  margin: 0 auto 8px;
}
.c-info__time .Time__week span {
  font-size: 1.2rem;
}
.c-info__time .Time__week:not(:first-child) {
  letter-spacing: 0;
}
.c-info__time .Time__days {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 auto 16px;
}
@media screen and (max-width: 959px) {
  .c-info__time .Time__days {
    width: calc(100% - 20px);
    max-width: 310px;
    padding: 0 20px;
  }
}
.c-info__time .Time__days span {
  font-size: 1.5rem;
}
.c-info__time .Time__days li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-info__time .Time__notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: auto;
  width: 420px;
}
@media screen and (max-width: 959px) {
  .c-info__time .Time__notice {
    font-size: 1.3rem;
    width: calc(100% - 20px);
    max-width: 310px;
    padding: 0 0 0 1em;
  }
}
.c-info__time .Time__notice a {
  text-decoration: underline;
}
.c-info__time .Time__notice a:hover {
  color: #59b75b;
}
.c-info__link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .c-info__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-info__link li {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-info__link li {
    font-size: 1.5rem;
    width: calc(50% - 2px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.c-info__link li a {
  padding: 2.9166666667vw 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .c-info__link li a {
    padding: 26px 0;
  }
}
.c-info__link li a:hover {
  background: #59b75b;
  color: #fff;
}
.c-info__link li a:hover svg {
  fill: #fff;
}
.c-info__link li svg {
  margin-bottom: 10px;
  fill: #59b75b;
}
.c-info__link li:first-child {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 959px) {
  .c-info__link li:first-child {
    border-radius: 16px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .c-info__link li:nth-child(2) {
    border-radius: 0 16px 0 0;
  }
}
.c-info__link li:last-child {
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 959px) {
  .c-info__link li:nth-child(5) {
    border-radius: 0 0 0 16px;
  }
}

.c-tab {
  padding-top: 98px;
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding-bottom: 224px;
}
@media screen and (max-width: 1023px) {
  .c-tab {
    padding: 6.8055555556vw 0 15.5555555556vw;
  }
}
@media screen and (max-width: 959px) {
  .c-tab {
    padding: 66px 0 150px;
  }
}
.c-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-tab ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 310px;
}
@media screen and (max-width: 959px) {
  .c-tab li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-tab li {
    width: 100%;
    max-width: 100%;
  }
}
.c-tab a {
  background: #fff;
  border: 2px solid #59b75b;
  border-radius: 12px;
  color: #59b75b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2.8px;
  position: relative;
  padding: 0 36px;
  width: 100%;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tab a:hover {
  background: #59b75b;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-tab a {
    font-size: 1.6rem;
    height: 9.5161290323vw;
    padding: 0 2.9032258065vw;
  }
}
@media screen and (max-width: 768px) {
  .c-tab a {
    height: 94px;
  }
}
.c-tab a::after {
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f078";
  height: 18px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-tab a::after {
    right: 2.5806451613vw;
  }
}

#animal {
  padding-top: 154px;
  margin-top: -154px;
}

.c-animal {
  background: #F9F9F9;
  border-radius: 24px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 110px 102px 64px 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-animal {
    padding: 110px 5% 64px 5%;
    margin: 0 auto 100px;
  }
}
.c-animal__caption {
  background: #F9F9F9;
  border-radius: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
  width: 325px;
  padding: 40px 0;
  height: 176px;
}
@media screen and (max-width: 959px) {
  .c-animal__caption {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .c-animal__caption {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 3.92px;
    margin-bottom: 72px;
    width: 260px;
    padding: 24px 0;
  }
}
.c-animal__caption span {
  position: relative;
  padding: 0 8px;
}
.c-animal__caption span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -14px;
}
.c-animal__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -24px;
}
.c-animal__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-animal__target {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}
.c-animal__target .Target__dog,
.c-animal__target .Target__cat {
  background: #fff;
  border-radius: 12px;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 80px 0 20px;
  position: relative;
}
.c-animal__target .Target__dog img {
  width: 114px;
  height: 116px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}
.c-animal__target .Target__cat img {
  width: 104px;
  height: 111px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}
.c-animal__neg {
  background: #fff;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  padding: 29px 55px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .c-animal__neg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 24px 32px;
  }
}
.c-animal__neg > p:nth-child(1) {
  width: 100px;
}
.c-animal__neg span {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.c-animal__neg p:nth-child(2) {
  line-height: 1.5;
}

#can {
  padding-top: 80px;
  margin-top: -80px;
}

.c-can {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .c-can {
    margin-bottom: 100px;
  }
}
.c-can__caption {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 122px;
}
@media screen and (max-width: 959px) {
  .c-can__caption {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .c-can__caption {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 3.92px;
    margin-bottom: 72px;
  }
}
.c-can__caption b {
  color: #f0832c;
}
.c-can__caption span {
  position: relative;
}
.c-can__caption span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -14px;
}
.c-can__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -24px;
}
.c-can__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .c-can__container {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-can__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-can__item {
  background: #F9F9F9;
  border-radius: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 517px;
  padding: 76px 40px 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-can__item {
    min-height: inherit;
  }
}
.c-can__item::after {
  display: block;
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 8px;
  background: #E5E5E5;
  border-radius: 40px;
}
.c-can__item .Item__caption {
  font-size: 2.4rem;
  font-weight: bold;
  color: #59b75b;
  line-height: 1.2;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 58px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-can__item .Item__caption {
    margin: 0 auto 24px;
    width: 290px;
  }
}
.c-can__item .Item__circle {
  background: #59b75b;
  border-radius: 21px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-can__item .Item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.c-can__item .Item__list li {
  background: url("../images/top/icon-pad.svg") no-repeat left center;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-can__item .Item__list li {
    margin: auto;
    width: 100%;
  }
}
.c-can__cant {
  background: #F9F9F9;
  border-radius: 40px;
  padding: 48px min(4.1666666667vw, 60px) 48px min(5.5555555556vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.4444444444vw, 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-can__cant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding: 3.3333333333vw 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .c-can__cant {
    padding: 48px 0 32px;
  }
}
.c-can__cant .Cant__caption {
  font-size: min(1.9444444444vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 14px;
}
@media screen and (max-width: 1239px) {
  .c-can__cant .Cant__caption {
    font-size: 2.4rem;
  }
}
.c-can__cant .Cant__caption b {
  color: #f0832c;
}
.c-can__cant .Cant__caption span {
  position: relative;
}
.c-can__cant .Cant__caption span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -14px;
}
.c-can__cant .Cant__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -24px;
}
.c-can__cant .Cant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 959px) {
  .c-can__cant .Cant__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-can__cant .Cant__list {
    width: 80%;
  }
}
.c-can__cant .Cant__list li {
  font-size: min(1.6666666667vw, 24px);
  font-weight: bold;
  background: #fff;
  border-radius: 6px;
  padding: 36px min(4.1666666667vw, 60px);
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1023px) {
  .c-can__cant .Cant__list li {
    font-size: 2rem;
    padding: 2.5vw 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-can__cant .Cant__list li {
    padding: 24px 32px;
  }
}

#flow {
  padding-top: 80px;
  margin-top: -80px;
}

.c-flow__caption {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 126px;
}
@media screen and (max-width: 959px) {
  .c-flow__caption {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .c-flow__caption {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 3.92px;
    margin-bottom: 72px;
  }
}
.c-flow__caption b {
  color: #f0832c;
}
.c-flow__caption span {
  position: relative;
}
.c-flow__caption span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -14px;
}
.c-flow__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #59b75b;
  left: 0;
  bottom: -24px;
}
.c-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 118px;
}
.c-flow__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-flow__block {
    gap: 12px;
  }
}
.c-flow__block--hidden {
  background: #fff;
  padding-bottom: 158px;
}
.c-flow__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9F9F9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  margin-left: min(8.4722222222vw, 122px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-flow__icon {
    margin-left: 0;
    width: 58px;
    height: 58px;
  }
  .c-flow__icon svg {
    width: 48%;
  }
}
.c-flow__icon--line::after {
  background: #E5E5E5;
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 1000px;
  top: 0;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-flow__icon--line::after {
    left: 28px;
  }
}
.c-flow__info {
  max-width: 835px;
  width: calc(100% - 220px);
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-flow__info {
    width: calc(100% - 125px);
    padding-top: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-flow__info .Info__caption {
  color: #59b75b;
  font-size: 2.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-flow__info .Info__caption {
    font-size: 2.4rem;
  }
}
.c-flow__info .Info__caption span {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-right: 16px;
  vertical-align: middle;
}
.c-flow__info .Info__exp {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin-bottom: 34px;
}
.c-flow__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .c-flow__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-flow__btn a {
  border: 1px solid #f0832c;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: 378px;
  height: 88px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-flow__btn a {
    width: 100%;
  }
}
.c-flow__btn .Btn__tel {
  background: url(../images/top/icon-tel--small.svg) no-repeat left 22px center;
  color: #f0832c;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 1.6px;
  padding-left: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .c-flow__btn .Btn__tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-flow__btn .Btn__tel {
    background: url(../images/top/icon-tel.svg) no-repeat left 12px center;
    font-size: 1.8rem;
    background-size: 32px;
    padding-left: 56px;
  }
}
.c-flow__btn .Btn__tel span {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 1023px) {
  .c-flow__btn .Btn__tel span {
    font-size: 1.1rem;
  }
}
.c-flow__btn .Btn__tel:hover {
  background: url(../images/top/icon-tel--hover.svg) no-repeat left 22px center;
  background-size: 42px;
  background-color: #f0832c;
  color: #fff;
}
.c-flow__btn .Btn__web {
  background: #f0832c;
  color: #fff;
  border: 1px solid #f0832c;
  font-size: 2rem;
  letter-spacing: 3.2px;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  .c-flow__btn .Btn__web {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-flow__btn .Btn__web {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}
.c-flow__btn .Btn__web::after {
  background: url(../images/common/icon-arrow-right.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 32px;
  top: 4px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-flow__btn .Btn__web::after {
    width: 24px;
    right: 16px;
  }
}
.c-flow__btn .Btn__web:hover {
  background: #fff;
  color: #f0832c;
  border: 1px solid #f0832c;
}
.c-flow__btn .Btn__web:hover::after {
  background: url(../images/common/icon-arrow-right--orange.svg) no-repeat center center;
  background-size: 28px;
}
.c-flow__btn-area {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 320px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
  margin: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-flow__btn-area {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-flow__btn-area::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-flow__btn-area::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-flow__btn-area:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-flow__btn-area:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}
.c-flow__btn-price {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 320px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
  margin: 0;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 768px) {
  .c-flow__btn-price {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-flow__btn-price::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-flow__btn-price::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-flow__btn-price:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-flow__btn-price:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}

.c-visit-fee {
  padding: 98px 0 100px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee {
    padding: 49px 0 50px;
  }
}
.c-visit-fee__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.c-visit-fee__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-visit-fee__icon {
  padding-bottom: 70px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__icon {
    padding-bottom: 56px;
  }
}
.c-visit-fee__icon svg {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__icon svg {
    padding-bottom: 0;
    width: 72px;
    height: 72px;
  }
}
.c-visit-fee__icon::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  bottom: 42px;
  width: 100%;
  height: 4px;
  background: #59b75b;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__icon::before {
    bottom: 34px;
  }
}
.c-visit-fee__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-visit-fee__item td {
  padding-bottom: 15px;
}
.c-visit-fee__item td.Item__caption {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__item td.Item__caption {
    font-size: 2rem;
  }
}
.c-visit-fee__item td.Item__caption--wid1 {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__item td.Item__caption--wid1 {
    width: 140px;
  }
}
.c-visit-fee__item td.Item__caption--wid1::after {
  position: absolute;
  content: "•••";
  top: 0;
  right: 0;
  color: #59b75b;
}
.c-visit-fee__item td.Item__en {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
  letter-spacing: 0.1em;
  padding-left: 18px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__item td.Item__en {
    font-size: 2.6rem;
  }
}
.c-visit-fee__item td.Item__en::after {
  content: "円";
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__item td.Item__en::after {
    font-size: 1.4rem;
  }
}
.c-visit-fee__item td.Item__en--from {
  position: relative;
}
.c-visit-fee__item td.Item__en--from::before {
  position: absolute;
  content: "〜";
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__item td.Item__en--from::before {
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-visit-fee__item td .Item__notice {
  font-size: 1.6rem;
  font-weight: bold;
  color: #727171;
}
.c-visit-fee__caption {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__caption {
    font-size: 2.6rem;
  }
}
.c-visit-fee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  position: relative;
}
.c-visit-fee__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
}
.c-visit-fee__list > div {
  width: 100%;
}
.c-visit-fee__btn {
  margin: 18px auto 0;
}
.c-visit-fee__btn a {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 360px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__btn a {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-visit-fee__btn a::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-visit-fee__btn a::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-visit-fee__btn a:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-visit-fee__btn a:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}

.c-inspection-fee {
  padding-bottom: 140px;
}
.c-inspection-fee__frame {
  background: #F9F9F9;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 8px 32px;
  }
}
.c-inspection-fee__frame svg {
  margin-right: 16px;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__frame svg {
    width: 48px;
    top: 0;
  }
}
.c-inspection-fee__text {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__text {
    font-size: 1.6rem;
  }
}
.c-inspection-fee__text b {
  font-size: 2.8rem;
  color: #59b75b;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__text b {
    font-size: 2.2rem;
  }
}
.c-inspection-fee__text span {
  position: relative;
}
.c-inspection-fee__text span::after {
  content: "";
  display: block;
  width: 95%;
  height: 3px;
  border-radius: 30px;
  background: #59b75b;
  bottom: -4px;
  position: absolute;
  left: 0;
}
.c-inspection-fee__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  margin: auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: min(12.0833333333vw, 174px);
}
@media screen and (max-width: 959px) {
  .c-inspection-fee__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__container {
    width: 100%;
  }
}
.c-inspection-fee__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
.c-inspection-fee__icon {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 36px;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__icon {
    padding-bottom: 56px;
    margin-bottom: 0;
  }
}
.c-inspection-fee__icon svg {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__icon svg {
    padding-bottom: 0;
    width: 72px;
    height: 72px;
  }
}
.c-inspection-fee__icon::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  bottom: 42px;
  width: 100%;
  height: 4px;
  background: #59b75b;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__icon::before {
    bottom: 34px;
  }
}
.c-inspection-fee__caption {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.c-inspection-fee__item .Item__title {
  background: url("../images/price/icon-pad.svg") no-repeat center left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: green;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__item .Item__title {
    font-size: 2.2rem;
  }
}
.c-inspection-fee__item td {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__item td {
    padding-bottom: 15px;
  }
}
.c-inspection-fee__item td.Item__caption {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 3px;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__item td.Item__caption {
    font-size: 1.6rem;
    padding-left: 16px;
    letter-spacing: 2px;
  }
}
.c-inspection-fee__item td.Item__caption::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  color: #59b75b;
  font-size: 3.2rem;
  line-height: 1;
}
.c-inspection-fee__item td.Item__caption::after {
  position: absolute;
  content: "•••";
  top: 0;
  right: 0;
  color: #59b75b;
}
.c-inspection-fee__item td.Item__caption--widl {
  width: 276px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__item td.Item__caption--widl {
    width: 210px;
  }
}
.c-inspection-fee__item td.Item__caption--wids {
  width: 185px;
}
.c-inspection-fee__item td.Item__en {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
  letter-spacing: 0.1em;
  padding-left: 18px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__item td.Item__en {
    font-size: 2.4rem;
    padding-left: 12px;
  }
}
.c-inspection-fee__item td.Item__en::after {
  content: "円";
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 4px;
}
.c-inspection-fee__item td.Item__en--from {
  position: relative;
}
.c-inspection-fee__item td.Item__en--from::before {
  position: absolute;
  content: "〜";
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 4px;
  top: 12px;
  margin: auto;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .c-inspection-fee__item td.Item__en--from::before {
    top: 10px;
  }
}
.c-inspection-fee__item td.Item__en--none::after {
  content: "";
}
.c-inspection-fee__item td.Item__en span {
  font-size: 1.6rem;
}
.c-inspection-fee__item td .Item__notice {
  font-size: 1.6rem;
  font-weight: bold;
  color: #727171;
}

.c-area--page {
  background: #fff;
  padding: 96px 0 126px;
}
.c-area__areamap {
  width: 88%;
  margin: auto;
  padding-bottom: 40px;
}
.c-area__areamap img {
  width: 100%;
}
.c-area__areablock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 82px;
  margin-bottom: 106px;
}
@media screen and (max-width: 768px) {
  .c-area__areablock {
    gap: 40px;
  }
}
.c-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-area__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.c-area__list {
  border-left: 16px solid #26A029;
  border-radius: 2px;
  padding-left: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 164px;
}
.c-area__list--area02 {
  border-left: 16px solid #7BD146;
}
.c-area__list--area03 {
  border-left: 16px solid #BFF4C0;
}
.c-area__list--area04 {
  border-left: 16px solid #E5E5E5;
}
.c-area__list .List__head {
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 22px;
}
.c-area__list .List__text01 {
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.c-area__list .List__text01 span {
  font-size: 1.6rem;
  color: #727171;
  letter-spacing: 1px;
  line-height: 1.8;
  display: block;
  padding-bottom: 8px;
}
.c-area__list .List__text02 {
  font-size: 2.8rem;
  letter-spacing: 2.5px;
}
.c-area__list .List__text02 span {
  font-size: 1.6rem;
}
.c-area__list .List__detail {
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.7;
  padding-right: min(11.9444444444vw, 172px);
}
@media screen and (max-width: 768px) {
  .c-area__list .List__detail {
    padding-right: 0;
  }
}
.c-area__btn-confirm {
  border: 1px solid #59b75b;
  background: #59b75b;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 360px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 38px;
  position: relative;
  margin: auto;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-area__btn-confirm {
    width: 100%;
    padding: 0 26px 0 12%;
  }
}
.c-area__btn-confirm::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-area__btn-confirm::after {
    right: 16px;
    width: 24px;
    height: inherit;
  }
}
.c-area__btn-confirm:hover {
  border: 1px solid #59b75b;
  background: #fff;
  color: #59b75b;
}
.c-area__btn-confirm:hover::after {
  background: url("../images/common/icon-arrow-right--green.svg") no-repeat center center;
}

.c-greeting {
  margin-top: 96px;
  margin-bottom: 122px;
  padding: min(5vw, 72px) 0 min(7.3611111111vw, 106px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-greeting {
    padding: 0;
    margin-bottom: 84px;
  }
}
.c-greeting::after {
  content: "";
  display: block;
  background: url("../images/about/img-greeting.jpg") no-repeat center right;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-greeting::after {
    background: none;
  }
}
.c-greeting__caption {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.c-greeting__caption span {
  position: relative;
}
.c-greeting__caption span::before, .c-greeting__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #59b75b;
  border-radius: 4px;
  left: 0;
}
.c-greeting__caption span::before {
  bottom: -18px;
}
.c-greeting__caption span::after {
  bottom: -28px;
}
@media screen and (max-width: 768px) {
  .c-greeting__caption {
    text-align: center;
  }
}
.c-greeting__text {
  background: #fff;
  border-radius: 8px;
  padding: 48px 48px 48px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
  margin-right: min(23.6111111111vw, 340px);
  position: relative;
  z-index: 9;
  letter-spacing: 1.6px;
  max-width: 900px;
  width: 56vw;
}
@media screen and (max-width: 768px) {
  .c-greeting__text {
    background: none;
    margin: auto;
    width: 100%;
    padding: 48px 0 0 0;
  }
}
.c-greeting__photo {
  padding: 60px 0 0;
  width: 100%;
}

.c-doctor {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .c-doctor {
    padding-bottom: 40px;
  }
}
.c-doctor::after {
  background: #FFFBF2;
  border-radius: 8px 0 0 8px;
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  top: 28px;
  right: 0;
  min-height: 374px;
}
@media screen and (max-width: 768px) {
  .c-doctor::after {
    min-height: 100%;
    width: 100%;
  }
}
.c-doctor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.6944444444vw, 82px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 374px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-doctor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.c-doctor__caption {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 18px;
  letter-spacing: 3px;
}
.c-doctor__caption span {
  position: relative;
}
.c-doctor__caption span::before, .c-doctor__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #59b75b;
  border-radius: 4px;
  left: 0;
}
.c-doctor__caption span::before {
  bottom: -18px;
}
.c-doctor__caption span::after {
  bottom: -28px;
}
.c-doctor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-doctor__info img {
  width: 50%;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .c-doctor__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-doctor__info img {
    width: 100%;
    max-width: 180px;
    margin: auto;
  }
}
.c-doctor__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-doctor__profile .Profile__name {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-doctor__profile .Profile__name {
    text-align: center;
  }
}
.c-doctor__profile .Profile__kana {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-doctor__profile .Profile__kana {
    text-align: center;
  }
}
.c-doctor__profile .Profile__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-doctor__profile .Profile__text {
    letter-spacing: 0.1em;
  }
}

.c-facility {
  padding-bottom: 200px;
}
.c-facility__caption {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 130px;
}
.c-facility__caption span {
  position: relative;
}
.c-facility__caption span::before, .c-facility__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #59b75b;
  border-radius: 4px;
  left: 0;
}
.c-facility__caption span::before {
  bottom: -18px;
}
.c-facility__caption span::after {
  bottom: -28px;
}
.c-facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-facility__list {
    gap: 32px;
  }
}
.c-facility__list li {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1023px) {
  .c-facility__list li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-facility__list li {
    width: calc(50% - 16px);
  }
}
.c-facility__list .List__thumb {
  margin-bottom: 24px;
}
.c-facility__list .List__thumb img {
  width: 100%;
}
.c-facility__list .List__info {
  border-left: 16px solid #59b75b;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-facility__list .List__info {
    border-left: 8px solid #59b75b;
    padding-left: 12px;
  }
}
.c-facility__list .List__name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-facility__list .List__name {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.c-facility__list .List__exp {
  font-size: 1.6rem;
  font-weight: 500;
}

.c-faq {
  padding-bottom: 200px;
  font-weight: 600;
  max-width: 960px;
  width: 90%;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .c-faq {
    margin: 64px auto 0;
    padding-bottom: 104px;
    gap: 32px;
  }
}
.c-faq dt {
  background: #59b75b;
  border-radius: 12px;
  color: #fff;
  font-size: 2rem;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-faq dt {
    font-size: 1.6rem;
    padding: 16px 36px 16px 16px;
    line-height: 1.4;
  }
}
.c-faq dt::before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  padding-right: 20px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .c-faq dt::before {
    font-size: 2.4rem;
    padding-right: 16px;
    padding-bottom: 2px;
  }
}
.c-faq dt::after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-faq dt::after {
    font-size: 2.4rem;
    right: 16px;
  }
}
.c-faq dt.is-open {
  border-radius: 12px 12px 0 0;
}
.c-faq dt.is-open::after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-faq dt.is-open::after {
    font-size: 2.4rem;
    right: 16px;
  }
}
.c-faq dd {
  display: none;
  letter-spacing: 0.1em;
}
.c-faq dd p {
  padding: 32px;
  background: #F9F9F9;
  border-radius: 0 0 12px 12px;
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-faq dd p {
    padding: 16px;
    font-size: 1.6rem;
  }
}
.c-faq dd p::before {
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  padding-right: 20px;
  color: #59b75b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-faq dd p::before {
    font-size: 2.4rem;
    padding-right: 16px;
    padding-bottom: 2px;
  }
}

.c-privacy {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 245px 0 200px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-privacy {
    font-size: 3.2rem;
    padding: 122.5px 0 100px;
  }
}
.c-privacy__caption {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-privacy__caption {
    font-size: 3.2rem;
    padding-bottom: 50px;
  }
}
.c-privacy__exp {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .c-privacy__exp {
    font-size: 1.4rem;
  }
}
.c-privacy__info {
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-privacy__info {
    font-size: 1.4rem;
  }
}
.c-privacy dt {
  border-left: 4px solid #59b75b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  padding: 3px 0 3px 16px;
  margin-bottom: 12px;
}
.c-privacy dd {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  max-width: 750px;
  margin-bottom: 46px;
}
.c-privacy dd li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

.c-reserve-page {
  padding-bottom: 228px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page {
    padding-bottom: 114px;
  }
}
.c-reserve-page__caption {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 102px;
}
.c-reserve-page__caption span {
  position: relative;
}
.c-reserve-page__caption span::before, .c-reserve-page__caption span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #59b75b;
  border-radius: 4px;
  left: 0;
}
.c-reserve-page__caption span::before {
  bottom: -18px;
}
.c-reserve-page__caption span::after {
  bottom: -28px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__caption {
    font-size: 2.8rem;
  }
}
.c-reserve-page__confirm {
  padding-top: 234px;
  text-align: center;
  color: #f0832c;
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 16px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__confirm {
    padding-top: 120px;
  }
}
.c-reserve-page__exp {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 100px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__exp {
    text-align: left;
    font-size: 1.4rem;
    padding: 0 20px 60px;
    line-height: 1.6;
  }
}
.c-reserve-page__exp__em {
  display: inline-block;
  padding: 0 8px;
  margin: 6px 8px;
  border-radius: 4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__exp__em {
    margin: 4px 6px;
  }
}
.c-reserve-page__exp__em.--red {
  background-color: #F04F2C;
}
.c-reserve-page__exp__em.--gray {
  background-color: #727171;
}
.c-reserve-page__frame {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  padding-bottom: 48px;
  letter-spacing: 0.1em;
}
.c-reserve-page__block {
  max-width: 800px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .c-reserve-page__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
  }
}
.c-reserve-page__block > div > p {
  letter-spacing: 0.15em;
}
.c-reserve-page__block--confirm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
}
.c-reserve-page__block--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-reserve-page__block--top > div:first-child {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__block--top > div:first-child {
    margin-top: 0;
  }
}
.c-reserve-page__block--preferred {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__block--preferred {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.c-reserve-page__block > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .c-reserve-page__block > div:nth-child(1) {
    width: 100%;
  }
}
.c-reserve-page__block > div:nth-child(1) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-reserve-page__block > div:nth-child(2) {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-reserve-page__block > div:nth-child(2) {
    max-width: 100%;
  }
}
.c-reserve-page__separator {
  background: url("../images/common/img-dot.png") repeat-x center center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__separator {
    width: 90%;
    margin: auto;
    padding: 50px 0;
  }
}
.c-reserve-page__preferred {
  position: relative;
  width: 100%;
}
.c-reserve-page__preferred:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .c-reserve-page__preferred:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve-page__preferred:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve-page__preferred {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-reserve-page__preferred__title {
  position: absolute;
  top: 17px;
  left: -9rem;
  z-index: 10;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-reserve-page__preferred__title {
    position: relative;
    top: auto;
    left: auto;
    width: 100px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-reserve-page__preferred__title {
    top: 17px;
    margin-bottom: 0;
  }
}
.c-reserve-page__preferred__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__preferred__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 100px);
  }
}
.c-reserve-page__preferred__box-inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__preferred__box-inner {
    width: 100%;
  }
}
.c-reserve-page .c-reserve-page__preferred--confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-reserve-page .c-reserve-page__preferred--confirm .c-reserve-page__preferred__title {
  position: relative;
  top: auto;
  left: auto;
  width: 100px;
}
.c-reserve-page .c-reserve-page__preferred--confirm .c-reserve-page__preferred__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: calc(100% - 100px);
}
.c-reserve-page .c-reserve-page__preferred--confirm .c-reserve-page__preferred__box-inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-reserve-page .c-reserve-page__preferred--confirm .c-reserve-page__preferred__title {
    top: auto;
  }
}
.c-reserve-page .Start__arrow {
  position: relative;
  display: block;
}
.c-reserve-page .Start__arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 12px;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-reserve-page .Required {
  font-size: 1.3rem;
  background: #F04F2C;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  margin-right: 8px;
}
.c-reserve-page .Any {
  font-size: 1.3rem;
  background: none;
  color: #fff;
  width: 50px;
  margin-right: 8px;
}
@media screen and (max-width: 959px) {
  .c-reserve-page .Any {
    display: none;
  }
}
.c-reserve-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.c-reserve-page__back {
  display: inline-block;
  position: relative;
  margin-right: 1%;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__back {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.c-reserve-page__back::after {
  background: url(../images/common/icon-arrow-right.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  content: "";
  display: block;
  left: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
.c-reserve-page__submit {
  display: inline-block;
  position: relative;
  margin-left: 1%;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-reserve-page__submit {
    display: block;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.c-reserve-page__submit::after {
  background: url(../images/common/icon-arrow-right.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  right: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 20px;
}
.c-reserve-page--complete {
  margin-top: 234px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete {
    margin-top: 120px;
  }
}
.c-reserve-page--complete a {
  color: #f0832c;
}
.c-reserve-page--complete .Complete__thanks {
  background: #F9F9F9;
  border-radius: 24px;
  padding: 64px 100px;
  max-width: 700px;
  width: 95%;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__thanks {
    padding: 32px 40px;
  }
}
.c-reserve-page--complete .Complete__title {
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__title {
    font-size: 1.8rem;
  }
}
.c-reserve-page--complete .Complete__text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__text {
    font-size: 1.4rem;
  }
}
.c-reserve-page--complete .Complete__reserve {
  background: #f0832c;
  border-radius: 24px;
  max-width: 700px;
  width: 95%;
  margin: auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__reserve {
    padding: 24px;
  }
}
.c-reserve-page--complete .Complete__caption {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__caption {
    font-size: 2rem;
  }
}
.c-reserve-page--complete .Complete__tel {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 12px;
  color: #f0832c;
  margin-bottom: 8px;
  width: 420px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__tel {
    width: 100%;
  }
}
.c-reserve-page--complete .Complete__tel span {
  background: url(../images/top/icon-tel.svg) no-repeat left 22px center;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 1.6px;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: 420px;
  height: 110px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: auto;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-reserve-page--complete .Complete__tel span {
    background: url(../images/top/icon-tel.svg) no-repeat left 12px center;
    background-size: 42px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 2.4rem;
    width: 100%;
    height: 80px;
    padding-left: 72px;
    padding-right: 0;
  }
}
.c-reserve-page--complete .Complete__notice {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 2.8;
}

.wpcf7-radio {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wpcf7-list-item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wpcf7-list-item label {
  font-size: 1.6rem;
  width: 100%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 12px 18px 12px;
}
.wpcf7-list-item label input {
  margin-right: 8px;
}

.wpcf7-text,
.wpcf7-date,
.wpcf7-select {
  font-size: 1.6rem;
  width: 100%;
  height: 58px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 6px;
  padding: 18px;
  color: #000;
  text-align: left;
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-date::-webkit-input-placeholder, .wpcf7-select::-webkit-input-placeholder {
  color: #e5e5e5;
}
.wpcf7-text::-moz-placeholder, .wpcf7-date::-moz-placeholder, .wpcf7-select::-moz-placeholder {
  color: #e5e5e5;
}
.wpcf7-text:-ms-input-placeholder, .wpcf7-date:-ms-input-placeholder, .wpcf7-select:-ms-input-placeholder {
  color: #e5e5e5;
}
.wpcf7-text::-ms-input-placeholder, .wpcf7-date::-ms-input-placeholder, .wpcf7-select::-ms-input-placeholder {
  color: #e5e5e5;
}
.wpcf7-text::placeholder,
.wpcf7-date::placeholder,
.wpcf7-select::placeholder {
  color: #e5e5e5;
}

.wpcf7-select {
  padding: 18px 32px 18px 18px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
  color: #000;
}

.wpcf7-textarea {
  font-size: 1.6rem;
  width: 100%;
  height: 300px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 18px;
}
.wpcf7-textarea::-webkit-input-placeholder {
  color: #e5e5e5;
}
.wpcf7-textarea::-moz-placeholder {
  color: #e5e5e5;
}
.wpcf7-textarea:-ms-input-placeholder {
  color: #e5e5e5;
}
.wpcf7-textarea::-ms-input-placeholder {
  color: #e5e5e5;
}
.wpcf7-textarea::placeholder {
  color: #e5e5e5;
}

[data-name=pet-type] > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-name=pet-type] > span > span {
  width: calc(33.3333333333% - 8px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  [data-name=pet-type] > span > span {
    width: 100%;
  }
}

[data-name=pet-sex] > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-name=pet-sex] > span > span {
  width: calc(50% - 8px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  [data-name=pet-sex] > span > span {
    width: 100%;
  }
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 1.2em;
}

input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #f0832c;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.wpcf7-acceptance {
  margin-bottom: 48px;
}
.wpcf7-acceptance .wpcf7-list-item label {
  border: none;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-acceptance .wpcf7-list-item label a {
  text-decoration: underline;
  color: #59b75b;
}

input[type=button] {
  font-family: "Zen Maru Gothic", serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  padding: 36px 45px;
  border-radius: 12px;
  background-color: #727171;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: auto;
  position: relative;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  input[type=button] {
    padding: 28px 38px;
    font-size: 2rem;
    text-align: center;
  }
}
input[type=button]:disabled {
  background: #ccc;
}

input[type=submit] {
  font-family: "Zen Maru Gothic", serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  padding: 36px 45px;
  border-radius: 12px;
  background-color: #F04F2C;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: auto;
  position: relative;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    padding: 28px 38px;
    font-size: 2rem;
    text-align: center;
  }
}
input[type=submit]:disabled {
  background: #ccc;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

:root {
  font-size: 62.5%;
  --header: 90px;
  scroll-padding: var(--header);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body,
html {
  font-family: "Zen Maru Gothic", serif;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body,
  html {
    min-width: auto;
    overflow-x: hidden;
  }
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  color: #3e3a39;
}
a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a :focus {
  outline: none;
}

.js-default {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .is-xl {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */