@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;
  text-align: center;
}
.section-heading ::before {
  content: "";
  display: inline-block;
  background: url(../img/common/section-heading-sp.png) no-repeat;
  width: 49px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
@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;
    margin-right: 28px;
  }
}
@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;
  }
}
.section-heading ::after {
  content: "";
  display: inline-block;
  background: url(../img/common/section-heading-sp.png) no-repeat;
  width: 49px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
@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;
    margin-left: 28px;
  }
}
@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;
  }
}
@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: 0.6px;
}
@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;
}

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

@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: 8px;
  }
}

@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 left; /* 下線のホバー時位置 */
    background-size: 100% 2px; /* 下線の横幅を100%にする */
  }
  .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/staff-blog/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/staff-blog/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/staff-blog/fv-img.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: 32%;
  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;
}
@media screen and (min-width: 1280px) {
  .web-reservation {
    top: 27%;
  }
}

.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;
}

@media screen and (min-width: 1280px) {
  .blog {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.staffblog {
  margin-top: 68px;
}
@media screen and (min-width: 1280px) {
  .staffblog {
    width: 53%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .staffblog {
    width: 53%;
    margin-top: 0;
  }
}

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

.staffblog__cards {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 61px;
}
.staffblog__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 101px;
}
.staffblog__card:hover .staffblog__card-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.staffblog__card:hover .staffblog__card-title-text {
  color: #1391E6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .staffblog__card {
    gap: 20px;
    height: 153px;
  }
}
.staffblog__new-icon {
  position: absolute;
  top: -8px;
  left: -9px;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 20;
}
.staffblog__new-icon-discription {
  position: absolute;
  top: 5px;
  left: 10px;
}

.staffblog__new-icon-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;
}

.staffblog__card-img {
  width: 133px;
  height: 101px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.staffblog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-img {
    width: 244px;
    height: 153px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.staffblog__card-contents {
  padding-top: 6px;
  padding-bottom: 6px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-contents {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding: 0;
    gap: 14px;
  }
}

.staffblog__card-tag {
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #1391E6;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 2px 8px;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-tag {
    font-size: 11px;
    padding: 6px 12px;
    height: 28px;
    border-radius: 14px;
  }
}

.staffblog__card-title-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-title-text {
    font-size: 16px;
  }
}

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

.staffblog__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .news__staffblog__card,
  .rpwe-clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news__staffblog__card,
  .rpwe-clearfix {
    height: auto;
  }
}

@media screen and (min-width: 1280px) {
  .news__staffblog__card-img {
    width: 120px;
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news__staffblog__card-img {
    max-width: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .news__staffblog__card-contents {
    padding: 0;
    margin: 0;
    gap: 1px;
  }
}

@media screen and (min-width: 1280px) {
  .news__staffblog__card-tag {
    color: #FFF;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    margin: 0;
    padding: 2px 8px;
  }
}

@media screen and (min-width: 1280px) {
  .news__staffblog__card-title-text {
    color: #393939;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1280px) {
  .news__staffblog__card-time {
    color: #888;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
}

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

.pagination__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: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item-prev {
  position: relative;
  width: 71px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #1391E6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1391E6;
  padding-left: 34px;
  padding-right: 10px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.pagination__item-prev:hover {
  background-color: #FFF;
}
.pagination__item-prev:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -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;
  background: none;
  -webkit-mask-image: url(../img/staff-blog/pagenation-prev-icon.svg);
  mask-image: url(../img/staff-blog/pagenation-prev-icon.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1391E6;
}
.pagination__item-prev:hover .pagination__link--prev-text {
  color: #1391E6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .pagination__item-prev {
    width: 82px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 5px;
  }
}
.pagination__item-prev::before {
  background: url(../img/staff-blog/pagenation-prev-icon.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  top: 7px;
  left: 14px;
  position: absolute;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .pagination__item-prev::before {
    left: 14px;
    top: 11px;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.pagination__item {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #1391E6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.pagination__item a {
  color: #1391E6;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pagination__item:hover {
  background-color: #1391E6;
}
.pagination__item:hover .pagination__link,
.pagination__item:hover .page-numbers {
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .pagination__item {
    width: 34px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 3px;
  }
}

.pagination__item--current {
  background-color: #1391E6;
  color: #FFF;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #1391E6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.pagination__item--current span {
  color: #FFF;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .pagination__item--current {
    width: 34px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.pagination__item--dots {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #1391E6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1391E6;
  padding-top: 3px;
}
@media screen and (min-width: 1280px) {
  .pagination__item--dots {
    width: 34px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 5px;
  }
}

.pagination__item-next {
  position: relative;
  width: 71px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #1391E6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1391E6;
  padding-right: 34px;
  padding-left: 10px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.pagination__item-next:hover {
  background-color: #FFF;
}
.pagination__item-next:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -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;
  background: none;
  -webkit-mask-image: url(../img/staff-blog/pagenation-next-icon.svg);
  mask-image: url(../img/staff-blog/pagenation-next-icon.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1391E6;
}
.pagination__item-next:hover .pagination__link--next-text {
  color: #1391E6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .pagination__item-next {
    width: 82px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 5px;
  }
}
.pagination__item-next::before {
  background: url(../img/staff-blog/pagenation-next-icon.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  top: 7px;
  left: 40px;
  position: absolute;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .pagination__item-next::before {
    left: 52px;
    top: 11px;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.pagination__link,
.page-numbers {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pagination__link--prev-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .pagination__link--prev-text {
    font-size: 14px;
  }
}

.pagination__link--next-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .pagination__link--next-text {
    font-size: 14px;
  }
}

.sidebar {
  margin-top: 102px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1280px) {
  .sidebar {
    width: 23.4%;
    margin-top: -7px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar {
    width: 300px;
    margin-top: 0;
    padding: 0;
  }
}

.widget_block {
  margin-top: 0;
}

.clinic-intro__header,
.news__header,
.category__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  border-bottom: 1px solid #393939;
  padding-bottom: 8px;
}

.clinic-intro__icon,
.news__icon,
.category__icon {
  margin-top: -3px;
}
.clinic-intro__icon img,
.news__icon img,
.category__icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.clinic-intro__title,
.news__title,
.category__title {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

.clinic-intro__image {
  margin-top: 20px;
}
.clinic-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-intro__content {
  margin-top: 20px;
}

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

.clinic-intro__description {
  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% */
  margin-top: 10px;
}

.clinic-intro__link {
  position: relative;
  color: #1391E6;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clinic-intro__link:hover {
  color: #0060A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clinic-intro__link::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/staff-blog/clinic-intro-arrow.svg) no-repeat;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 10%;
  left: 86px;
}

.news,
.widget_block {
  margin-top: 63px;
}

.news__cards,
.recent-posts-extended {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.category__header {
  margin-top: 62px;
}

.category__list,
.wp-block-categories-list {
  margin-top: 18px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.widget_categories {
  margin-top: 0;
}

.category__item,
.cat-item a {
  position: relative;
  margin-left: 12px;
}
.category__item:hover .cat-item a,
.cat-item a:hover .cat-item a {
  color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category__item::before,
.cat-item a::before {
  content: "";
  background-image: url(../img/footer/list-icon.png);
  position: absolute;
  width: 6px;
  height: 12px;
  top: 5px;
  left: -12px; /*左端からのアイコンまで*/
  color: #0060A0; /*アイコン色*/
}

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

.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;
}