@charset "UTF-8";
@media screen and (min-width: 1280px) {
  .pc-hidden {
    display: none;
  }
}

.pc-apparent {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-apparent {
    display: inline-block;
  }
}

.button {
  display: inline-block;
  position: relative;
  padding: 9px 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 1px solid #1391E6;
  background: #ffffff;
  color: #1391E6;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.button:hover {
  background: #1391E6;
  color: #ffffff;
}
.button:hover .button-arrow-icon {
  stroke: #ffffff;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 1280px) {
  .button {
    padding: 10px 46px;
  }
}

.button-arrow-icon {
  position: absolute;
  right: 12px;
}
@media screen and (min-width: 1280px) {
  .button-arrow-icon {
    top: 11px;
  }
}

.inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1280px) {
  .inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-heading {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.section-heading ::before {
  content: "";
  background: url(../img/common/section-heading-sp.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 13px;
  left: -64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .section-heading ::before {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: -95px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading ::before {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: -95px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.section-heading ::after {
  content: "";
  background: url(../img/common/section-heading-sp.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 13px;
  right: -66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .section-heading ::after {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -95px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading ::after {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -95px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .section-heading {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading {
    margin-bottom: 48px;
  }
}

.section-heading-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section-heading-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.red-text {
  color: #EE5A6D;
}

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

.header {
  opacity: 0.85;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header.is-checked {
  background-color: #0060A0;
  -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;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .header {
    opacity: 0.85;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}

.header__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .header__inner {
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__inner {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    margin-left: auto;
    margin-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    margin-top: 9px;
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-link {
    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;
    color: #393939;
    padding-bottom: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1391E6), to(#1391E6));
    background-image: linear-gradient(#1391E6, #1391E6);
    background-repeat: no-repeat;
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .header__nav-link:hover {
    color: #1391E6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: bottom; /* 下線のホバー時位置 */
    background-size: 20px 2px; /* 下線の横幅を100%にする */
  }
  .header__nav-link.current {
    color: #1391E6;
    background-position: bottom;
    background-size: 20px 2px; /* 下線の横幅を100%にする */
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-icon {
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-text {
    display: block;
    margin-top: 6px;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px; /* 163.636% */
  }
}

@media screen and (min-width: 1280px) {
  .header__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .header__address {
    color: #393939;
    text-align: right;
    font-size: 12px;
    font-family: "M PLUS Rounded 1c", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

@media screen and (min-width: 1280px) {
  .header__phone {
    margin-top: 2px;
  }
}

@media screen and (min-width: 1280px) {
  .header__phone-icon {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1280px) {
  .header__phone-number {
    color: #1391E6;
    text-align: center;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.64px;
  }
}

.header__logo-icon {
  display: block;
  width: 34px;
  height: 32px;
}

.header__logo-text {
  display: block;
  width: 225px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 11px;
}
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 51;
  padding-top: 36px;
  background: #0060A0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-x: auto;
  -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;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 254px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .drawer-content__nav {
    width: 300px;
    margin-top: 50px;
  }
}

.drawer-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 15px;
  margin-bottom: 15px;
}

.drawer-content__link-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  color: #ffffff;
}

.drawer-content__link-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

.drawer-content__link-icon-right {
  display: block;
  width: 14px;
  height: 14px;
  margin: 4px 0 0 auto;
}

.drawer-icon {
  width: 30px;
  height: 30px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  background: #ffffff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  visibility: hidden;
  position: absolute;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  background: #ffffff;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 4px;
  width: 29px;
  height: 2px;
  border-radius: 6px;
  background: #1391E6;
  -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;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 7px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 14px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 21px;
}

.fv {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .fv {
    padding-top: 120px;
  }
}

.fv__inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1280px) {
  .fv__inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.fv__img {
  position: relative;
  width: 100%;
  height: 188px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .fv__img {
    height: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__img {
    width: 1160px;
    height: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
.fv__img::before {
  content: "";
  display: block;
  background: url(../img/contact/fv-img-sp.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 188px;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .fv__img::before {
    height: 340px;
    background: url(../img/contact/fv-img.png) center/cover no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__img::before {
    width: 1160px;
    height: 340px;
    width: 100%;
    background: url(../img/contact/fv-img-sp.png) center/cover no-repeat;
  }
}
.fv__img::after {
  content: "";
  display: block;
  background: #000;
  opacity: 0.2;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fv__img-wrap {
  position: relative;
  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: 11px;
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  .fv__img-wrap {
    gap: 14px;
    margin-top: 128px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__img-wrap {
    gap: 14px;
    margin-top: 128px;
  }
}

.fv__img-title {
  z-index: 2;
}

.fv__img-title-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}
@media screen and (min-width: 1280px) {
  .fv__img-title-text {
    font-size: 32px;
    letter-spacing: 2.8px;
  }
}

.fv__img-title-english {
  z-index: 2;
}

.fv__img-title-english-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1280px) {
  .fv__img-title-english-text {
    font-size: 14px;
  }
}

.breadcrumb {
  display: block;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 9px;
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    margin-top: 13px;
  }
}

.home-name {
  color: #C2C2C2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 8px;
}
@media screen and (min-width: 1280px) {
  .home-name {
    margin-left: 30px;
  }
}

.current-item {
  color: #393939;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.web-reservation {
  position: fixed;
  top: 30%;
  right: 0;
  width: 92px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1391E6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 1000;
}
.web-reservation:hover {
  background-color: #0060A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.web-reservation__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.web-reservation__icon {
  margin: 20px 20px 11px 20px;
}
.web-reservation__icon img {
  display: block;
  width: 52px;
  height: 32px;
}

.web-reservation__text {
  color: #ffffff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 22px;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 97px;
  width: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}
@media screen and (min-width: 1280px) {
  .pagetop {
    right: -1px;
    bottom: 40px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.reserve__inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1280px) {
  .reserve__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .reserve__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.reserve__discription {
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .reserve__discription {
    width: 730px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .reserve__discription {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.reserve__discription-title-01 {
  display: block;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 59px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .reserve__discription-title-01 {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-top: 80px;
  }
}

.reserve__discription-title-02 {
  display: block;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 40px;
  margin-bottom: 21px;
}
@media screen and (min-width: 1280px) {
  .reserve__discription-title-02 {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-top: 46px;
    margin-bottom: 24px;
  }
}

.reserve-opentime-text {
  margin-left: 44px;
}

.reserve__discription-text {
  display: block;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.reserve__container {
  text-align: center;
}

.reserve__heading {
  margin-top: 95px;
}
@media screen and (min-width: 1280px) {
  .reserve__heading {
    margin-top: 150px;
  }
}

.reserve-form {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .reserve-form {
    display: block;
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .reserve-form {
    margin-left: clamp(10px, 5vw, 80px);
    margin-right: clamp(10px, 5vw, 80px);
  }
}

.reserve-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .reserve-form-inner {
    padding-right: 0;
    padding-left: 0;
    gap: 0;
  }
}

.reserve-form__group {
  border-top: 1px solid #DDD;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
}
.reserve-form__group p {
  display: inline;
}
@media screen and (min-width: 1280px) {
  .reserve-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.reserve-form__head-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 1280px) {
  .reserve-form__head-contents {
    margin: auto 0;
  }
}

.reserve-form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .reserve-form-head {
    gap: 16px;
  }
}

.reserve-form-head-visit-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.reserve-form-head-treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.reserve-form__label {
  display: block;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: auto 0;
}

.reserve-form__required {
  color: #FFF;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #EE5A6D;
  padding: 2px 6px;
  border-radius: 4px;
  width: 36px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 1280px) {
  .reserve-input-content {
    width: 488px;
    margin-left: auto;
  }
}

.reserve-form__input {
  border-radius: 4px;
  border: #DDD;
  background: #F6F6F6;
  margin-top: 12px;
  width: 100%;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
}
@media screen and (min-width: 1280px) {
  .reserve-form__input {
    width: 488px;
    margin-left: auto;
    margin-top: 0;
  }
}

.reserve-form__textarea {
  border-radius: 4px;
  background: #F6F6F6;
  border: #DDD;
  margin-top: 12px;
  width: 100%;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 12px;
  padding-left: 16px;
}
@media screen and (min-width: 1280px) {
  .reserve-form__textarea {
    width: 488px;
    height: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    margin-top: 0;
  }
}

.reserve-form__radio-group {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.reserve-form__radio-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  overflow: hidden;
}
.reserve-form__radio-input:checked + .reserve-form__radio-label::after,
.reserve-form__radio-input:checked .wpcf7-radio.wpcf7-list-item-label::after {
  opacity: 1;
}
.reserve-form__radio-input:focus + .reserve-form__radio-label::before,
.reserve-form__radio-input:focus .wpcf7-radio .wpcf7-list-item-label::before {
  border-color: #1391E6;
}

.reserve-form__radio input,
.wpcf7-radio .wpcf7-list-item input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  overflow: hidden;
}
.reserve-form__radio input:checked + .reserve-form__radio-label::after,
.reserve-form__radio input:checked .wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-radio .wpcf7-list-item input:checked + .reserve-form__radio-label::after,
.wpcf7-radio .wpcf7-list-item input:checked .wpcf7-radio .wpcf7-list-item-label::after {
  opacity: 1;
}
.reserve-form__radio input:focus + .reserve-form__radio-label::before,
.reserve-form__radio input:focus .wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item input:focus + .reserve-form__radio-label::before,
.wpcf7-radio .wpcf7-list-item input:focus .wpcf7-radio .wpcf7-list-item-label::before {
  border-color: #1391E6;
}
.reserve-form__radio .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item {
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .reserve-form__group-visit-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .reserve-form__group-treatment {
    margin-bottom: -10px;
  }
}

.reserve-form__radio-label,
.wpcf7-radio .wpcf7-list-item-label {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 32px;
  position: relative;
}
.reserve-form__radio-label::before, .reserve-form__radio-label::after,
.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.reserve-form__radio-label::before,
.wpcf7-radio .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391E6;
  left: 0px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.reserve-form__radio-label::after,
.wpcf7-radio .wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: #1391E6;
  left: 7px;
  opacity: 0;
}

.form-field__radios .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  gap: 40px;
  margin-top: 21px;
}
@media screen and (min-width: 1280px) {
  .form-field__radios .wpcf7-form-control {
    margin-left: 116px;
    margin-top: 0;
    gap: 32px;
  }
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=radio]:focus + .wpcf7-list-item-label::before {
  border-color: #1391E6;
}

.reserve-form__note {
  color: #888;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reserve-form__group-treatment .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 16px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 23px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .reserve-form__group-treatment .wpcf7-form-control {
    width: 488px;
    margin-left: 114px;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}
.reserve-form__group-treatment .wpcf7-form-control input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  overflow: hidden;
}
.reserve-form__group-treatment .wpcf7-form-control input:checked + .wpcf7-checkbox .wpcf7-list-item-label::after {
  opacity: 1;
}
.reserve-form__group-treatment .wpcf7-form-control input:hover + .wpcf7-checkbox .wpcf7-list-item-label::before {
  border-color: #1391E6;
}
.reserve-form__group-treatment .wpcf7-form-control input:focus + .wpcf7-checkbox .wpcf7-list-item-label::before {
  border-color: #1391E6;
}
.reserve-form__group-treatment .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391E6;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  background: url(../img/web-reserve/Check.png) no-repeat center center/contain;
  width: 11.607px;
  height: 9.359px;
  left: 6px;
  margin-top: 0.8px;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .wpcf7-checkbox .wpcf7-list-item-label::after {
    margin-top: 0.8px;
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border-color: #1391E6;
}

input[type=checkbox]:hover + .wpcf7-list-item-label::before {
  border-color: #1391E6;
}

.reserve-form__select {
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .reserve-form__select {
    width: 488px;
    margin-left: auto;
    margin-top: 0;
  }
}

.reserve-form__select-input {
  border-radius: 4px;
  border: #DDD;
  width: 100%;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F6F6F6 url(../img/web-reserve/Path.png) no-repeat center right 14px/10px 5px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.reserve-form__select-input:hover, .reserve-form__select-input:focus {
  border-color: #1391E6;
  outline: none;
}

.reserve-form__date-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .reserve-form__date-group {
    width: 488px;
    margin-left: auto;
    gap: 20px;
  }
}

.reserve-form__date {
  position: relative;
  border-radius: 4px;
  border: #DDD;
  background-color: #F6F6F6;
  margin-top: 12px;
  width: 100%;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reserve-form__date:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.854px;
  height: 14.977px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/web-reserve/calendar-alt.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.reserve-form__date::-webkit-calendar-picker-indicator {
  display: none;
}
.reserve-form__date:hover, .reserve-form__date:focus {
  border-color: #1391E6;
  outline: none;
}
@media screen and (min-width: 1280px) {
  .reserve-form__date {
    margin-top: 0;
  }
}

.reserve-form__group-bottom {
  border-bottom: 1px solid #DDD;
  padding-bottom: 24px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .reserve-form__group-bottom {
    margin-bottom: 74px;
  }
}

.contact-form__button {
  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;
  padding: 8px 114px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid #1391E6;
  background: #FFF;
  margin: auto;
}
.contact-form__button:hover {
  background: #1391E6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form__button:hover .contact-form__button-text {
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1280px) {
  .contact-form__button {
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 16px 155px;
  }
}

.contact-form__button-text {
  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;
  color: #1391E6;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 1280px) {
  .contact-form__button-text {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.error-message {
  color: red !important;
  font-size: 12px;
  margin-top: 4px;
  font-family: "M PLUS Rounded 1c", serif;
  margin-top: 10px;
}

.error-message-checkbox:empty {
  display: none;
}

.error-message-checkbox {
  color: red !important;
  font-size: 12px;
  margin-top: 4px;
  font-family: "M PLUS Rounded 1c", serif;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .error-message-checkbox {
    margin-left: 114px;
  }
}

.error {
  border: 1px solid red !important;
  background-color: #ffe6e6;
}

.footer {
  display: block;
  padding-top: 99px;
}
.footer:before {
  content: "";
  display: block;
  background: url(../img/footer/footer-deco.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 34px;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 160px;
  }
}

.footer__inner {
  background-color: #DFF1FD;
  padding-top: 13px;
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding-top: 56px;
  }
}

.footer__wrapper {
  background: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1000px;
    margin: 0 auto;
    padding: 37px 50px;
    border-radius: 20px;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__wrapper {
    margin-left: clamp(10px, 5vw, 80px);
    margin-right: clamp(10px, 5vw, 80px);
  }
}

.footer__contents-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
  height: 33px;
  gap: 13px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-logo {
    height: 41px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.footer__contents-logo-text {
  display: block;
  width: 257px;
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-logo-text {
    width: 337px;
    height: 37px;
  }
}

.footer__contents-address {
  color: #393939;
  text-align: right;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 21px;
}

.footer__phone {
  margin-bottom: -2px;
}

.header__phone-number {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.64px;
}

.footer-contents-opentime {
  margin-bottom: 16px;
}

.footer-contents-opentime-text {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__contents-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 22px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-buttons {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__contents-buttons {
    gap: 20px;
  }
}

.footer__contents-reserve-button {
  position: relative;
  background-color: #1391E6;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 30px 9px 63px;
}
.footer__contents-reserve-button:hover {
  background-color: #0060A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .footer__contents-reserve-button {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 59px 16px 95px;
  }
}
.footer__contents-reserve-button::before {
  background: url(../img/footer/icon-pc.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 30px;
  left: 28px;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .footer__contents-reserve-button::before {
    left: 60px;
    top: 20px;
  }
}

.footer__contents-mail-button {
  position: relative;
  border: solid 1px #1391E6;
  border-radius: 30px;
  color: #1391E6;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 21px 8px 47px;
}
.footer__contents-mail-button:hover {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .footer__contents-mail-button {
    font-size: 16px;
    padding: 16px 46px 16px 78px;
  }
}
.footer__contents-mail-button::before {
  background: url(../img/footer/mail-icon.svg) no-repeat center center;
  background-size: 100% 100%;
  background-color: #FFF;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  width: 17px;
  left: 21px;
  margin: auto;
  top: 11px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-mail-button::before {
    height: 24px;
    width: 24px;
    left: 47px;
    top: 15px;
  }
}

.footer__contents-schedule {
  margin-left: 10px;
  margin-right: 10px;
}
.footer__contents-schedule img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .footer__contents-schedule {
    margin: 0;
  }
}

.footer__map {
  height: auto;
  padding: 16px 20px 13px 20px;
}
@media screen and (min-width: 1280px) {
  .footer__map {
    width: 385px;
    height: 385px;
    margin-top: 17px;
    padding: 0;
  }
}

.footer__map-share {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 483px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .footer__map-share {
    width: 385px;
    height: 385px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__map-share {
    max-width: 483px;
    height: auto;
  }
}

.navigation {
  padding-left: 20px;
  margin-top: 63px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .navigation {
    margin-top: 42px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .navigation {
    margin-left: clamp(10px, 5vw, 80px);
  }
}

.navigation__list {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.navigation__item {
  margin-top: 39px;
}
@media screen and (min-width: 1280px) {
  .navigation__item {
    margin-top: 0;
  }
}

.navigation__title {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-top:hover {
  color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation__sub-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: 18px;
  margin-top: 18px;
}

.navigation__sub-item {
  position: relative;
  margin-left: 12px;
}
.navigation__sub-item::before {
  content: "";
  background-image: url(../img/footer/list-icon.png);
  position: absolute;
  width: 6px;
  height: 12px;
  top: 6px;
  left: -12px; /*左端からのアイコンまで*/
  color: #0060A0; /*アイコン色*/
}

.navigation__sub-link {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.navigation__sub-link:hover {
  color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation__sub-list--grid {
  display: grid; /* 子要素をグリッドレイアウトにする */
  grid-template-columns: 78px 133px; /* 2列固定 */
  grid-template-rows: repeat(4, 24px); /* 4行固定 */
  padding: 0; /* パディングをリセット */
  margin-top: 18px;
}
@media screen and (min-width: 1280px) {
  .navigation__sub-list--grid {
    grid-template-columns: 76px 124px; /* 2列固定 */
  }
}

.copyright {
  height: 112px;
  background: #1391E6;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 73px;
}
@media screen and (min-width: 1280px) {
  .copyright {
    height: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__bar {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 65px;
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}

.footer__bar-wrap {
  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;
}

.footer__bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 1px;
}

.footer__bar-phone {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__bar-phone-icon {
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__bar-phone-number {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__bar-opentime {
  position: relative;
  top: -6px;
}

.footer-bar-opentime-text {
  color: #393939;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__bar-reserve-button {
  position: relative;
  background-color: #1391E6;
  border-radius: 8px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  padding: 5px 21px 0px 70px;
  margin-left: 12px;
}
.footer__bar-reserve-button::before {
  background: url(../img/footer/icon-pc.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  width: 46px;
  left: 15px;
  top: 10px;
  margin: auto;
  z-index: 1;
}
.footer__bar-reserve-button--main {
  font-size: 16px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer__bar-reserve-button--sub {
  font-size: 12px;
  display: block;
  position: relative;
  font-weight: 700;
  top: -7px;
  letter-spacing: 1px;
}

.footer__bar-br-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}