@charset "UTF-8";
/* Scss Document */
/* Scss Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 3.75vw;
  }
}

section {
  scroll-margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  section {
    scroll-margin-top: calc(30 / 440 * 100vw);
  }
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 calc(20 / 440 * 100vw);
  }
}
.inner._l {
  max-width: 1390px;
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .inner._l {
    max-width: 100%;
    padding: 0 calc(20 / 440 * 100vw);
  }
}
.inner._s {
  max-width: 95rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 1200px) {
  .inner._s {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .inner._s {
    max-width: 100%;
    padding: 0 calc(30 / 440 * 100vw);
  }
}

/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: 127px;
  z-index: 100;
}
@media only screen and (max-width: 1600px) {
  .header {
    height: calc(127 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    height: calc(120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .header {
    height: calc(66 / 440 * 100vw);
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1860px;
  padding: 2.9rem 3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .header__inner {
    padding: calc(25 / 1200 * 100vw) calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .header__inner {
    padding: calc(15 / 440 * 100vw) calc(20 / 440 * 100vw) calc(13 / 440 * 100vw);
  }
}

.header__logo {
  width: 30.7rem;
}
@media only screen and (max-width: 1600px) {
  .header__logo {
    width: calc(307 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    width: calc(307 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .header__logo {
    width: calc(188 / 440 * 100vw);
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}

.header__link {
  margin-left: calc(48 / 1920 * 100vw);
  font-size: 2rem;
  line-height: normal;
}
@media only screen and (max-width: 1600px) {
  .header__link {
    margin-left: calc(48 / 1600 * 100vw);
    font-size: calc(20 / 1600 * 100vw);
  }
}

.header__nav-tel {
  margin: 0 2.7rem 0 4rem;
  color: #4468AF;
}
@media only screen and (max-width: 1600px) {
  .header__nav-tel {
    margin: 0 calc(27 / 1600 * 100vw) 0 calc(40 / 1600 * 100vw);
  }
}

.nav-tel__ttl {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  .nav-tel__ttl {
    font-size: calc(15 / 1600 * 100vw);
  }
}

.nav-tel__number {
  font-size: 3.4rem;
  line-height: 1.05882;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1600px) {
  .nav-tel__number {
    font-size: calc(34 / 1600 * 100vw);
  }
}
.nav-tel__number img {
  margin-top: 0.3rem;
  width: 2.7rem;
  height: 2.9rem;
}
.nav-tel__number span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1600px) {
  .nav-tel__number span {
    font-size: calc(20 / 1600 * 100vw);
  }
}

.reservation_button {
  width: 25rem;
  background: #E86D88;
  border-radius: 100vw;
  padding: 0.9rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #E86D88;
}
@media only screen and (max-width: 1600px) {
  .reservation_button {
    width: calc(250 / 1600 * 100vw);
    gap: calc(30 / 1600 * 100vw);
    padding: calc(9 / 1600 * 100vw) 0 calc(10 / 1600 * 100vw);
  }
}
.reservation_button:hover {
  background: #fff;
}
.reservation_button:hover .reservation_button__txt {
  color: #E86D88;
}
.reservation_button:hover img {
  -webkit-filter: invert(38%) sepia(87%) saturate(3640%) hue-rotate(320deg) brightness(98%) contrast(106%);
          filter: invert(38%) sepia(87%) saturate(3640%) hue-rotate(320deg) brightness(98%) contrast(106%);
}
.reservation_button img {
  width: 18px;
  height: 20px;
}
@media only screen and (max-width: 1600px) {
  .reservation_button img {
    width: calc(18 / 1600 * 100vw);
    height: calc(20 / 1600 * 100vw);
  }
}

.reservation_button__txt {
  color: #fff;
  font-size: 2.4rem;
  line-height: normal;
}

.header__open {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header__open {
    display: block;
  }
}

.drawer-icon {
  width: 30px;
  height: 21px;
  position: relative;
  z-index: 51;
}
@media only screen and (max-width: 640px) {
  .drawer-icon {
    width: calc(30 / 440 * 100vw);
    height: calc(14 / 440 * 100vw);
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  width: 30px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media only screen and (max-width: 640px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
    width: calc(30 / 440 * 100vw);
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  border-radius: 100vw;
  background: #4468AF;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
@media only screen and (max-width: 640px) {
  .drawer-icon__bar {
    width: calc(30 / 440 * 100vw);
  }
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7px;
  width: 27px;
}
@media only screen and (max-width: 640px) {
  .drawer-icon__bar:nth-of-type(2) {
    width: calc(27 / 440 * 100vw);
    top: calc(7 / 440 * 100vw);
  }
}
.drawer-icon__bar:nth-of-type(3) {
  top: 14px;
  width: 17px;
}
@media only screen and (max-width: 640px) {
  .drawer-icon__bar:nth-of-type(3) {
    width: calc(17 / 440 * 100vw);
    top: calc(14 / 440 * 100vw);
  }
}

/*---------------
   drawer
---------------*/
.drawer-content {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .drawer-content {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: url(../img/index/bg06.png);
    background-size: cover;
    z-index: 50;
    padding: 86px 40px 40px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}
@media only screen and (max-width: 640px) {
  .drawer-content {
    padding: calc(60 / 440 * 100vw) calc(20 / 440 * 100vw) calc(20 / 440 * 100vw);
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  margin-top: calc(60 / 1200 * 100vw);
  text-align: center;
}

.drawer-content__link {
  display: block;
  width: 50%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: normal;
  padding: 2.4rem 0;
  border-bottom: 2px dashed #cfcdcd;
}
@media only screen and (max-width: 640px) {
  .drawer-content__link {
    width: calc(300 / 440 * 100vw);
    font-size: calc(20 / 440 * 100vw);
    padding: calc(24 / 440 * 100vw) 0;
  }
}

@media only screen and (max-width: 640px) {
  .info.drawer-content__info {
    width: 100%;
  }
}
.info.drawer-content__info .info__contact {
  margin-top: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .info__contact {
    margin-top: calc(40 / 440 * 100vw);
  }
}
.info.drawer-content__info .contact-tel__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .contact-tel__ttl {
    font-size: calc(16 / 440 * 100vw);
  }
}
.info.drawer-content__info .contact-tel__number {
  display: block;
  width: 30rem;
  height: 5.4rem;
  font-weight: 400;
  line-height: 5.4rem;
  border-radius: 100vw;
  border: 1px solid #4468af;
  background: #fff;
  font-size: 2.8rem;
  margin-top: 1.3rem;
  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;
  gap: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .contact-tel__number {
    width: calc(300 / 440 * 100vw);
    height: calc(54 / 440 * 100vw);
    font-size: calc(28 / 440 * 100vw);
    line-height: calc(54 / 440 * 100vw);
    margin-top: calc(13 / 440 * 100vw);
  }
}
.info.drawer-content__info .contact-tel__number img {
  margin-top: 0.3rem;
  width: 2.7rem;
  height: 2.9rem;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .contact-tel__number img {
    width: calc(27 / 440 * 100vw);
    height: calc(29 / 440 * 100vw);
  }
}
.info.drawer-content__info .contact-tel__number span {
  font-size: 1.9rem;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .contact-tel__number span {
    font-size: calc(19 / 440 * 100vw);
  }
}
.info.drawer-content__info .reservation_button {
  width: 30rem;
  height: 5.4rem;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .reservation_button {
    width: calc(300 / 440 * 100vw);
    height: calc(54 / 440 * 100vw);
  }
}
.info.drawer-content__info .reservation_button img {
  width: 18px;
  height: 20px;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .reservation_button img {
    width: calc(18 / 440 * 100vw);
    height: calc(20 / 440 * 100vw);
  }
}
.info.drawer-content__info .reservation_button__txt {
  line-height: 5.4rem;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .reservation_button__txt {
    line-height: calc(54 / 440 * 100vw);
    font-size: calc(24 / 440 * 100vw);
  }
}
.info.drawer-content__info .schedule {
  width: 60rem;
  margin: 4rem auto;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .schedule {
    width: 100%;
  }
}
.info.drawer-content__info .schedule .tb01 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.info.drawer-content__info .schedule .tb01 tr:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .schedule .tb01 th {
    width: calc(110 / 440 * 100vw);
    font-size: calc(14 / 440 * 100vw);
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .info.drawer-content__info .schedule .tb01 td {
    font-size: calc(14 / 440 * 100vw);
    padding-left: calc(15 / 440 * 100vw);
  }
}

/*---------------
   footer
---------------*/
.footer .content {
  background: url(../img/index/bg-footer.png) no-repeat center center;
  background-size: cover;
  padding: 11.1rem 0 11.3rem;
  border-top: 10px solid #9ccdf2;
}
@media only screen and (max-width: 1200px) {
  .footer .content {
    padding: calc(111 / 1200 * 100vw) 0 calc(113 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer .content {
    background: url(../img/index/bg-footer.png) no-repeat right top;
    padding: calc(42 / 440 * 100vw) 0 calc(75 / 440 * 100vw);
    background-size: cover;
  }
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 1200px) {
  .footer__wrapper {
    gap: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
    gap: calc(16 / 440 * 100vw);
  }
}

.footer__logo {
  display: block;
  width: 30.7rem;
}
@media only screen and (max-width: 1200px) {
  .footer__logo {
    width: calc(307 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__logo {
    width: calc(229 / 440 * 100vw);
    margin: 0 auto;
  }
}

.footer__address {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-top: 3rem;
}
@media only screen and (max-width: 1200px) {
  .footer__address {
    font-size: calc(16 / 1200 * 100vw);
    margin-top: calc(37 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__address {
    font-size: calc(14 / 440 * 100vw);
    text-align: center;
    margin-top: calc(10 / 440 * 100vw);
  }
}

.footer__txt {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1200px) {
  .footer__txt {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__txt {
    font-size: calc(13 / 440 * 100vw);
    text-align: center;
  }
}

.info.footer__info {
  margin-top: 3.8rem;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info {
    margin-top: calc(38 / 1200 * 100vw);
  }
}
.info.footer__info .info__contact {
  gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .info__contact {
    gap: calc(25 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .info.footer__info .info__contact {
    display: none;
  }
}
.info.footer__info .contact-tel__ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .contact-tel__ttl {
    font-size: calc(16 / 1200 * 100vw);
  }
}
.info.footer__info .contact-tel__number {
  display: block;
  font-size: 3.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .contact-tel__number {
    font-size: calc(36 / 1200 * 100vw);
  }
}
.info.footer__info .contact-tel__number img {
  width: 2.7rem;
  height: 2.9rem;
  margin-top: 0.3rem;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .contact-tel__number img {
    width: calc(27 / 1200 * 100vw);
    height: calc(29 / 1200 * 100vw);
    margin-top: calc(3 / 1200 * 100vw);
  }
}
.info.footer__info .contact-tel__number span {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .contact-tel__number span {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .reservation_button img {
    width: calc(18 / 1200 * 100vw);
    height: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .reservation_button__txt {
    font-size: calc(24 / 1200 * 100vw);
  }
}
.info.footer__info .schedule {
  margin-top: 3.8rem;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .schedule {
    margin-top: calc(38 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .info.footer__info .schedule {
    margin-top: calc(20 / 440 * 100vw);
  }
}
.info.footer__info .schedule .tb01 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.info.footer__info .schedule .tb01 tr:last-of-type {
  border-bottom: none;
}
.info.footer__info .schedule .tb01 th {
  padding-left: 0.6rem;
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .schedule .tb01 th {
    padding-left: 0;
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .info.footer__info .schedule .tb01 th {
    font-size: calc(14 / 440 * 100vw);
    width: calc(74 / 440 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .info.footer__info .schedule .tb01 td {
    font-size: calc(16 / 1200 * 100vw);
    padding-left: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .info.footer__info .schedule .tb01 td {
    font-size: calc(14 / 440 * 100vw);
    padding-left: calc(15 / 440 * 100vw);
  }
}

.footer__map {
  aspect-ratio: 540/345;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__map-list {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.6rem 1.9rem;
  margin-top: 2.9rem;
}
@media only screen and (max-width: 1200px) {
  .footer__map-list {
    gap: calc(16 / 1200 * 100vw) calc(19 / 1200 * 100vw);
    margin-top: calc(29 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__map-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
}
.footer__map-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .footer__map-list dt {
    margin-top: calc(11 / 440 * 100vw);
  }
}
.footer__map-list dt img {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 1200px) {
  .footer__map-list dt img {
    margin-right: calc(7 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__map-list dt img {
    width: calc(22 / 440 * 100vw);
    height: calc(22 / 440 * 100vw);
    margin-right: calc(6 / 440 * 100vw);
  }
}
.footer__map-list dt p {
  color: #4468AF;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1200px) {
  .footer__map-list dt p {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__map-list dt p {
    font-size: calc(16 / 440 * 100vw);
  }
}
.footer__map-list dd li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 1200px) {
  .footer__map-list dd li {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__map-list dd li {
    font-size: calc(14 / 440 * 100vw);
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 640px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(20 / 440 * 100vw);
    font-size: calc(12 / 440 * 100vw);
  }
}

/*---------------
   sp固定連絡パーツ
---------------*/
.sp-fixed-contact {
  position: fixed;
  bottom: -4px;
  left: 0;
  width: 100%;
  z-index: 49;
}

.sp-fixed-contact__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8 / 440 * 100vw);
  padding: 0 calc(9 / 440 * 100vw);
  font-size: calc(18 / 440 * 100vw);
  line-height: normal;
}

.sp-fixed__contact-tel {
  border-radius: 10px 10px 0 0;
  border: 2px solid #9ccdf2;
  background: #f0f8fd;
  padding: calc(13 / 440 * 100vw) 0 calc(11 / 440 * 100vw) calc(10 / 440 * 100vw);
  color: #4468AF;
  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;
}
.sp-fixed__contact-tel span {
  font-size: calc(20 / 440 * 100vw);
}
.sp-fixed__contact-tel img {
  width: calc(30 / 440 * 100vw);
  height: calc(30 / 440 * 100vw);
  margin-left: calc(5 / 440 * 100vw);
}

.sp-fixed__contact-reservation {
  border-radius: 10px 10px 0 0;
  background: #e86d88;
  text-align: center;
  padding: calc(13 / 440 * 100vw) 0 calc(11 / 440 * 100vw);
  color: #fff;
}
.sp-fixed__contact-reservation span {
  margin-right: calc(10 / 440 * 100vw);
  font-size: calc(20 / 440 * 100vw);
}
.sp-fixed__contact-reservation img {
  width: calc(24 / 440 * 100vw);
  height: calc(26 / 440 * 100vw);
  aspect-ratio: 16.5/18.33;
}

/*---------------
 fade-in-upアニメーション
---------------*/
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}