@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-SemiBold.woff) format("woff"), url(../font/NotoSerifJP-SemiBold.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-Bold.woff) format("woff"), url(../font/NotoSerifJP-Bold.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-display: swap;
}
.c-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header--2025
----------------------------------- */
.c-header--2025 {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-weight: 500;
}
.c-header--2025 .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 35px 10px 50px;
  position: relative;
}
.c-header--2025 .logo-wrap .logo a {
  display: block;
  width: 309px;
}
.c-header--2025 .logo-wrap .logo .txt-area {
  display: block;
  text-align: center;
}
.c-header--2025 .logo-wrap .logo .txt-area .detail-txt,
.c-header--2025 .logo-wrap .logo .txt-area .nintei-txt {
  display: block;
}
.c-header--2025 .logo-wrap .logo .txt-area .detail-txt {
  color: #169DCC;
  font-size: 11px;
}
.c-header--2025 .logo-wrap .logo .txt-area .nintei-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2px;
  font-size: 16px;
}
.c-header--2025 .logo-wrap .logo .txt-area .nintei-txt .ico {
  width: 32px;
  margin-right: 10px;
}
.c-header--2025 .logo-wrap .detail-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.c-header--2025 .logo-wrap .detail-area .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-header--2025 .logo-wrap .detail-area .sns-list a {
  display: block;
}
.c-header--2025 .logo-wrap .detail-area .lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.c-header--2025 .logo-wrap .detail-area .lang-list a {
  cursor: pointer;
  color: #584F53;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header--2025 .logo-wrap .detail-area .lang-list .ico-flag {
  width: 36px;
  margin-right: 8px;
}
.c-header--2025 .logo-wrap .sp-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.c-header--2025 .logo-wrap .sp-btn-area .btn {
  background: #EFFBFF;
  border-radius: 10px;
  color: #169DCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  line-height: 1.2;
  padding: 34px 3px 4px;
  width: 49px;
  height: 49px;
  position: relative;
}
.c-header--2025 .logo-wrap .sp-btn-area .btn.search::before, .c-header--2025 .logo-wrap .sp-btn-area .btn.access::before {
  background: no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 6px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header--2025 .logo-wrap .sp-btn-area .btn.search::before {
  background-image: url(../img/common/ico-search.svg);
}
.c-header--2025 .logo-wrap .sp-btn-area .btn.access::before {
  background-image: url(../img/common/ico-pin.svg);
}
.c-header--2025 .logo-wrap .sp-btn-area .search-wrap {
  background: #169DCC;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header--2025 .logo-wrap .sp-btn-area .search-wrap.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-header--2025 .pc-nav-wrap {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header--2025 .pc-nav-wrap .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header--2025 .pc-nav-wrap .nav-list li {
  position: relative;
}
.c-header--2025 .pc-nav-wrap .nav-list li + li::before {
  background: #FF7171;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-header--2025 .pc-nav-wrap .nav-list a {
  color: #584F53;
  display: block;
  padding: 8px 40px;
  font-size: 14px;
}
.c-header--2025 .c-nav-btn--2025 .inn {
  display: block;
  width: 22px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header--2025 .c-nav-btn--2025 .line {
  background: #169DCC;
  display: block;
  border-radius: 100px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 2px;
}
.c-header--2025 .c-nav-btn--2025 .line:nth-child(1) {
  top: 0;
}
.c-header--2025 .c-nav-btn--2025 .line:nth-child(2) {
  top: 6px;
}
.c-header--2025 .c-nav-btn--2025 .line:nth-child(3) {
  top: 12px;
}
.c-header--2025 .c-nav-btn--2025.is-open .line {
  top: 6px;
}
.c-header--2025 .c-nav-btn--2025.is-open .line:nth-child(1) {
  rotate: 30deg;
}
.c-header--2025 .c-nav-btn--2025.is-open .line:nth-child(2) {
  opacity: 0;
}
.c-header--2025 .c-nav-btn--2025.is-open .line:nth-child(3) {
  rotate: -30deg;
}

.c-nav--2025 {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh) * 100);
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  padding-top: 60px;
  pointer-events: none;
  overflow: auto;
}
.c-nav--2025.is-open {
  opacity: 1;
  pointer-events: auto;
}
.c-nav--2025 .nav-head {
  background: #F5ACAC;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #584F53;
  font-size: 16px;
  padding: 10px 5px;
}
.c-nav--2025 .nav-list li + li {
  border-top: 1px solid #DCDCDC;
}
.c-nav--2025 .nav-list a {
  color: #584F53;
  display: block;
  padding: 11px 42px 11px 24px;
  position: relative;
  text-align: left;
}
.c-nav--2025 .nav-list a .ico {
  border: 1px solid #FF7171;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 17px;
  height: 17px;
}
.c-nav--2025 .nav-list a .ico::before {
  background: #FF7171;
  -webkit-mask: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-nav--2025 .c-reservation-area {
  padding-bottom: 100px;
}

.c-reservation-area {
  background: #FFE9E9;
  padding: 20px 20px 30px;
}
.c-reservation-area .slash-txt {
  color: #584F53;
  font-weight: bold;
  margin: auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-reservation-area .slash-txt::before, .c-reservation-area .slash-txt::after {
  background: #584F53;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.c-reservation-area .slash-txt::before {
  right: 0;
  rotate: 30deg;
}
.c-reservation-area .slash-txt::after {
  left: 0;
  rotate: -30deg;
}
.c-reservation-area .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.c-reservation-area .box-wrap .box {
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  padding: 14px 10px;
}
.c-reservation-area .box-wrap .box.tel {
  background: #7171C7;
  border-color: #7171C7;
  width: 100%;
}
.c-reservation-area .box-wrap .box.mail {
  background: #E85298;
  border-color: #E85298;
  width: calc((100% - 10px) / 2);
}
.c-reservation-area .box-wrap .box.mail .txt-inn::before {
  -webkit-mask-image: url(../img/common/ico-mail.svg);
          mask-image: url(../img/common/ico-mail.svg);
}
.c-reservation-area .box-wrap .box.mail .head {
  color: #E85298;
  border-color: #E85298;
}
.c-reservation-area .box-wrap .box.reserve {
  background: #5BADE1;
  border-color: #5BADE1;
  width: calc((100% - 10px) / 2);
}
.c-reservation-area .box-wrap .box.reserve .txt-inn::before {
  -webkit-mask-image: url(../img/common/ico-calendar.svg);
          mask-image: url(../img/common/ico-calendar.svg);
}
.c-reservation-area .box-wrap .box.reserve .head {
  color: #5BADE1;
  border-color: #5BADE1;
}
.c-reservation-area .box-wrap .box .tel-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  padding-left: 38px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.c-reservation-area .box-wrap .box .tel-txt::before {
  background: #fff;
  -webkit-mask: url(../img/common/ico-tel.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-tel.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -3px;
  top: 0;
  left: 0;
  margin: auto;
}
.c-reservation-area .box-wrap .box .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
.c-reservation-area .box-wrap .box .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-reservation-area .box-wrap .box .list li + li {
  margin-top: 4px;
}
.c-reservation-area .box-wrap .box .list li .body {
  font-weight: bold;
}
.c-reservation-area .box-wrap .box .head {
  background: #fff;
  border: 1px solid;
  border-radius: 3px;
  color: #7171C7;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
  width: 60px;
}
.c-reservation-area .box-wrap .box .txt-inn {
  font-weight: bold;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.c-reservation-area .box-wrap .box .txt-inn::before {
  background: #fff;
  -webkit-mask: no-repeat center center/contain;
          mask: no-repeat center center/contain;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-reservation-area .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.c-reservation-area .sns-list a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-reservation-area .nintei-logo {
  color: #584F53;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
.c-reservation-area .nintei-logo::before {
  background: url(../img/common/logo-jacs.png.webp) no-repeat center center/contain;
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-reservation-area .nintei-txt {
  margin-top: 10px;
  text-align: left;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer--2025 {
  border-top: 1px solid #FFE9E9;
  text-align: center;
  font-weight: 500;
}
.c-footer--2025 .detail-area .logo {
  max-width: 309px;
  display: block;
  margin: auto;
}
.c-footer--2025 .detail-area .address {
  text-align: left;
}
.c-footer--2025 .detail-area .address span {
  color: #169DCC;
}
.c-footer--2025 .detail-area .map {
  margin-top: 10px;
}
.c-footer--2025 .detail-area .map iframe {
  border: none;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.c-footer--2025 .detail-area .calendar {
  background: #EFFBFF;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.c-footer--2025 .detail-area .calendar .calendar-table {
  width: 100%;
}
.c-footer--2025 .detail-area .calendar .calendar-table th {
  font-weight: bold;
  padding-bottom: 15px;
}
.c-footer--2025 .detail-area .calendar .calendar-table td {
  border-top: 1px solid #DCDCDC;
  padding: 10px 5px 0;
  position: relative;
}
.c-footer--2025 .detail-area .calendar .calendar-table td:nth-child(1) {
  width: 90px;
  line-height: 1;
}
.c-footer--2025 .detail-area .calendar .calendar-table td .yes::before,
.c-footer--2025 .detail-area .calendar .calendar-table td .no::before {
  background: #169DCC no-repeat center center/contain;
  border-radius: 20px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-footer--2025 .detail-area .calendar .calendar-table td .yes::before {
  width: 10px;
  height: 10px;
}
.c-footer--2025 .detail-area .calendar .calendar-table td .no::before {
  width: 10px;
  height: 2px;
}
.c-footer--2025 .detail-area .calendar .note {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.c-footer--2025 .detail-area .ico-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.c-footer--2025 .detail-area .ico-list li {
  background: #EFFBFF;
  border-radius: 10px;
  padding: 8px 0;
  width: calc((100% - 15px) / 4);
}
.c-footer--2025 .detail-area .ico-list li .txt {
  font-size: 10px;
  font-weight: bold;
  margin-top: 2px;
}
.c-footer--2025 .c-reservation-area {
  background: #fff;
  padding: 0;
  margin-top: 20px;
}
.c-footer--2025 .link-area {
  position: relative;
  padding-bottom: 30px;
}
.c-footer--2025 .link-area .head {
  color: #FF7171;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.c-footer--2025 .link-area .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
.c-footer--2025 .link-area .list li {
  text-align: left;
}
.c-footer--2025 .link-area .list li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.c-footer--2025 .link-area .list li a::before {
  border-top: 2px solid #FF7171;
  border-right: 2px solid #FF7171;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-footer--2025 .link-area .list + .head {
  margin-top: 30px;
}
.c-footer--2025 .link-area .copyright {
  margin-top: 110px;
  text-align: center;
  font-size: 12px;
}
.c-footer--2025 #pagetop-2025 {
  display: block;
  right: 60px;
  z-index: 10;
}
.c-footer--2025 #pagetop-2025 a {
  background: #fff;
  border-radius: 50%;
  color: #FF7171;
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  line-height: 1;
  padding: 22px 2px 4px;
  position: relative;
  text-align: center;
}
.c-footer--2025 #pagetop-2025 a::before {
  border-top: 2px solid #FF7171;
  border-right: 2px solid #FF7171;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  rotate: -45deg;
}

.c-ttl01 {
  margin-bottom: 50px;
}
.c-ttl01 .ja,
.c-ttl01 .en {
  display: block;
}
.c-ttl01 .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #584F53;
  font-size: 36px;
}
.c-ttl01 .en {
  color: #B18D54;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-top: 10px;
  text-transform: uppercase;
}

.c-ttl02 {
  position: relative;
  padding: 15px 10px 16px;
  text-align: center;
  margin-bottom: 40px;
}
.c-ttl02 .sub {
  color: #DAB881;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.c-ttl02 .main {
  color: #584F53;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.c-ttl02::before, .c-ttl02::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(188, 165, 121)), color-stop(37%, rgb(204, 164, 52)), color-stop(50%, rgb(233, 224, 199)), color-stop(63%, rgb(204, 164, 52)), to(rgb(188, 165, 121)));
  background: linear-gradient(90deg, rgb(188, 165, 121) 0%, rgb(204, 164, 52) 37%, rgb(233, 224, 199) 50%, rgb(204, 164, 52) 63%, rgb(188, 165, 121) 100%);
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.c-ttl02::before {
  top: 0;
}
.c-ttl02::after {
  bottom: 0;
}

.c-ttl03 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2058823529;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.c-ttl03::before {
  background: #DAB881;
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-ttl03::after {
  background: #D9D9D9;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-section {
  padding: 80px 0;
}

.bg-pink {
  background-color: #FFE9E9;
}

.bg-gray {
  background-color: #F1F1F1;
}

.bg-grad {
  background: url(/facelift/img/common/bg-grad.jpg.webp) no-repeat center center/cover;
}

.bg-grad-bottom {
  background: url(/facelift/img/common/bg-grad-bottom.jpg.webp) no-repeat center bottom/cover;
}

.c-search-form {
  position: relative;
}
.c-search-form .search-input {
  border: 1px solid #169DCC;
  border-radius: 10px;
  background: #EFFBFF;
  display: block;
  padding: 8px 40px 8px 10px;
  width: 100%;
}
.c-search-form .search-input::-webkit-input-placeholder {
  color: #B5DBE9;
}
.c-search-form .search-input::-moz-placeholder {
  color: #B5DBE9;
}
.c-search-form .search-input:-ms-input-placeholder {
  color: #B5DBE9;
}
.c-search-form .search-input::-ms-input-placeholder {
  color: #B5DBE9;
}
.c-search-form .search-input::placeholder {
  color: #B5DBE9;
}
.c-search-form .search-btn {
  background: url(../img/common/ico-search.svg) no-repeat center center/30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumbs {
  text-align: left;
  padding-top: 15px;
}
.c-breadcrumbs .breadcrumbs-list li {
  display: inline;
  font-size: 12px;
  position: relative;
}
.c-breadcrumbs .breadcrumbs-list li + li {
  margin-left: 24px;
}
.c-breadcrumbs .breadcrumbs-list li + li::before {
  border-top: 2px solid #C0C0C0;
  border-right: 2px solid #C0C0C0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-breadcrumbs .breadcrumbs-list a {
  display: inline-block;
  text-decoration: underline;
}
.c-breadcrumbs:last-child {
  padding: 0 0 30px;
}

#toc_container {
  width: 100% !important;
  font-size: 100% !important;
  border-color: #ccc !important;
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px !important;
}
#toc_container .toc_title {
  font-weight: normal !important;
}
#toc_container .toc_list {
  line-height: 1.8;
  margin-top: 16px !important;
}
#toc_container .toc_list > li {
  margin-bottom: 8px;
}
#toc_container .toc_list > li::before {
  display: none;
}
#toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}
#toc_container .toc_list ul {
  margin-left: 1em !important;
}
#toc_container .toc_list ul > li::before {
  display: none;
}
#toc_container a {
  color: #FF7171;
}
#toc_container a + ul {
  margin-top: 10px;
}

.paging-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FF7171;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(65px, 3.3854166667vw);
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #FF7171;
  border-bottom: 1px solid #FF7171;
  padding: 18px 0;
}
.paging-area .page-numbers {
  border-radius: 50%;
  border: 1px solid #FF7171;
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.paging-area .page-numbers.current {
  pointer-events: none;
  background: #FF7171;
  color: #fff;
}
.paging-area .page-numbers.dots {
  pointer-events: none;
  border: none;
}
.paging-area .page-numbers.prev, .paging-area .page-numbers.next {
  position: relative;
  width: 35px;
  border: none;
  height: auto;
}
.paging-area .page-numbers.prev::before, .paging-area .page-numbers.next::before {
  content: "";
  background: url(../img/common/dot.svg) no-repeat center/cover;
  height: 3px;
  width: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.paging-area .page-numbers.prev::after, .paging-area .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -3px;
  background: url(../img/common/arrow02.svg) no-repeat center/cover;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.paging-area .page-numbers.next::before {
  left: 0;
  right: initial;
}
.paging-area .page-numbers.next::after {
  right: -3px;
  left: initial;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paging-area .center-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.paging-area .first, .paging-area .last {
  position: relative;
}
.paging-area .first::after, .paging-area .last::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow01.svg) no-repeat center/cover;
  width: 14px;
  height: 12px;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.paging-area .first {
  padding-left: 18px;
}
.paging-area .last {
  padding-right: 18px;
}
.paging-area .last::after {
  right: -3px;
  left: initial;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-btn01 {
  background: #FF7171;
  border: 1px solid #FF7171;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 35px;
  position: relative;
  text-align: center;
}
.c-btn01:hover {
  background: #fff;
  color: #FF7171;
}
.c-btn01:hover::before {
  border-color: #FF7171;
}
.c-btn01::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-btn02 {
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  position: relative;
  padding: 17px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-btn02::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #DAB881;
  border-right: 2px solid #DAB881;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.facelift {
  display: block;
  padding-top: 120px;
  text-align: left;
}
.facelift .c-breadcrumbs {
  padding-top: 55px;
}
.facelift .column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1020px;
  margin: auto;
}
.facelift .column-list .img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
}
.facelift .column-list .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.facelift .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.facelift .tag {
  border: 1px solid #FF7171;
  color: #FF7171;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  padding: 3px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.facelift .ttl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 8px;
}
.facelift .facelift-kv-section {
  padding: 45px 0 60px;
}
.facelift .facelift-kv-section .kv-area {
  background: url(../img/facelift/mv.jpg.webp) no-repeat center center/cover;
  position: relative;
  height: 509px;
}
.facelift .facelift-kv-section .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.facelift .facelift-kv-section .img source,
.facelift .facelift-kv-section .img img {
  max-height: 509px;
}
.facelift .facelift-kv-section .txt-wrap {
  max-width: 532px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 80px;
  padding-top: 78px;
}
.facelift .facelift-kv-section .mv-ttl {
  color: #584F53;
  text-align: center;
}
.facelift .facelift-kv-section .mv-ttl .sub {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.facelift .facelift-kv-section .mv-ttl .sub .large {
  font-size: 24px;
}
.facelift .facelift-kv-section .mv-ttl .main {
  display: block;
  font-size: 60px;
  font-weight: 600;
}
.facelift .facelift-kv-section .txt {
  color: #584F53;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 17px;
}
.facelift .facelift-kv-section .point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 532px;
  margin-top: 18px;
}
.facelift .facelift-kv-section .point-list li {
  position: relative;
  text-align: center;
}
.facelift .facelift-kv-section .point-list li::before {
  background: url(../img/facelift/circle.png.webp) no-repeat center center/contain;
  content: "";
  height: 200px;
  width: 178px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.facelift .facelift-kv-section .point-list li .inn {
  color: #584F53;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 64px 10px 54px 19px;
  text-align: center;
}
.facelift .anchor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 26px;
  max-width: 1200px;
  margin: 50px auto 60px;
}
.facelift .anchor-list a {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 232, 226)), to(rgb(255, 248, 240)));
  background: linear-gradient(0deg, rgb(239, 232, 226) 0%, rgb(255, 248, 240) 100%);
  display: block;
  padding: 24px 40px 21px 20px;
  position: relative;
  z-index: 2;
}
.facelift .anchor-list a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #DAB881;
  border-right: 2px solid #DAB881;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  top: -3px;
  right: 25px;
  margin: auto;
}
.facelift .anchor-list a::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 232, 226)), to(rgb(255, 248, 240)));
  background: linear-gradient(180deg, rgb(239, 232, 226) 0%, rgb(255, 248, 240) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
}
.facelift .recommend-box {
  background: #FEF7EF;
  border-radius: 20px;
  padding: 0 40px 36px;
}
.facelift .recommend-box .ttl {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-top: 35px;
  text-align: center;
  margin-bottom: 23px;
}
.facelift .recommend-box .ttl::before {
  background: #B99C74;
  content: "";
  height: 27px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.facelift .recommend-box .check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 50px;
}
.facelift .recommend-box .check-list li {
  text-align: center;
}
.facelift .recommend-box .check-list li .inn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 29px;
  margin: auto;
}
.facelift .recommend-box .check-list li .inn::before {
  background: url(../img/facelift/ico-check.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 19px;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
.facelift .facelift-about-section .what-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.facelift .facelift-about-section .what-list li {
  background: #FEF7EF;
  padding: 30px;
  position: relative;
}
.facelift .facelift-about-section .what-list .num {
  background: #B99C74;
  border-radius: 0 0 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 19px 8px;
  line-height: 1.2222222222;
}
.facelift .facelift-about-section .what-list .ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.facelift .facelift-about-section .what-list .txt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  text-align: center;
  margin-top: 20px;
}
.facelift .facelift-what-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.facelift .facelift-what-section .img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.facelift .facelift-what-section .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.facelift .facelift-feature-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-recommended-section {
  padding-top: 50px;
}
.facelift .facelift-recommended-section .c-ttl02 {
  margin-bottom: 51px;
}
.facelift .facelift-recommended-section .recommended-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.facelift .facelift-recommended-section .recommended-link-list a {
  background: #FEF7EF;
  display: block;
  padding: 20px 35px 20px 20px;
  position: relative;
  height: 100%;
}
.facelift .facelift-recommended-section .recommended-link-list a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #DAB881;
  border-right: 2px solid #DAB881;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.facelift .facelift-recommended-section .recommended-link-list .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 5px;
}
.facelift .facelift-recommended-section .recommended-link-list .main {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.facelift .facelift-method-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-method-section .flow-list {
  margin-top: 50px;
}
.facelift .facelift-method-section .flow-list .flow {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 5%;
}
.facelift .facelift-method-section .flow-list .flow:nth-child(2) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.facelift .facelift-method-section .flow-list .flow:nth-child(2) .txt-wrap + .txt-wrap {
  margin-top: 40px;
}
.facelift .facelift-method-section .flow-list .flow + .flow {
  margin-top: 40px;
}
.facelift .facelift-method-section .flow-list .txt-wrap {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 0 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.facelift .facelift-method-section .flow-list .txt-wrap .num {
  border: 1px solid #B99C74;
  border-radius: 100px;
  color: #B99C74;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2083333333;
  grid-area: 1/1/3/2;
  width: 70px;
  height: 70px;
}
.facelift .facelift-method-section .flow-list .txt-wrap .ttl {
  border-bottom: 1px solid #B99C74;
  font-size: 24px;
  font-weight: 400;
  grid-area: 1/2/2/3;
  line-height: 1.8;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 23px;
}
.facelift .facelift-method-section .flow-list .txt-wrap .c-txt {
  grid-area: 2/2/3/3;
  margin-top: 0;
}
.facelift .facelift-case-section {
  padding-top: 50px;
}
.facelift .facelift-case-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-case-section .c-ttl03 {
  margin-bottom: 50px;
}
.facelift .facelift-case-section .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.facelift .facelift-case-section .case-list .wrap {
  height: 100%;
}
.facelift .facelift-case-section .case-list .img-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  height: auto;
}
.facelift .facelift-case-section .case-list .img-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facelift .facelift-case-section .case-list .img-wrap .bg-txt {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 8px 10px 7px;
}
.facelift .facelift-case-section .case-list .img-wrap .bg-txt.before {
  background: #8D8D8D;
}
.facelift .facelift-case-section .case-list .img-wrap .bg-txt.after {
  background: #FF7171;
}
.facelift .facelift-case-section .case-list .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 13px;
}
.facelift .facelift-case-section .c-txt {
  margin-top: 15px;
}
.facelift .facelift-case-section .info-list {
  margin-top: 15px;
}
.facelift .facelift-case-section .info-list li {
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
.facelift .facelift-case-section .info-list li + li {
  margin-top: 15px;
}
.facelift .facelift-case-section .info-list .info-ttl {
  background: #B99C74;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 5px;
  text-align: center;
}
.facelift .facelift-case-section .info-list .info-txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.facelift .facelift-case-section .info-list .info-txt .inn.small {
  font-size: 14px;
}
.facelift .facelift-case-section .btn-wrap {
  text-align: center;
  margin: 52px auto;
}
.facelift .facelift-case-section .progress-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.facelift .facelift-case-section .progress-list .ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 15px;
}
.facelift .facelift-downtime-section {
  padding-top: 50px;
}
.facelift .facelift-downtime-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-downtime-section .aco-wrap .aco-body .inn {
  display: block;
}
.facelift .facelift-price-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-faq-section {
  padding-top: 50px;
}
.facelift .facelift-faq-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-faq-section .qa-list .item {
  background: #F1F1F1;
  border-radius: 10px;
}
.facelift .facelift-faq-section .qa-list .item + .item {
  margin-top: 20px;
}
.facelift .facelift-faq-section .qa-list .item.is-active .head .ico::after {
  rotate: 0deg;
}
.facelift .facelift-faq-section .qa-list .head,
.facelift .facelift-faq-section .qa-list .body {
  position: relative;
}
.facelift .facelift-faq-section .qa-list .head::before,
.facelift .facelift-faq-section .qa-list .body::before {
  color: #FF7171;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.facelift .facelift-faq-section .qa-list .head {
  cursor: pointer;
  padding: 20px 53px 21px 53px;
  text-align: left;
}
.facelift .facelift-faq-section .qa-list .head::before {
  color: #333;
  content: "Q";
}
.facelift .facelift-faq-section .qa-list .head .ttl {
  font-size: 14px;
  line-height: 1.8;
}
.facelift .facelift-faq-section .qa-list .head .ico {
  background: #FF7171;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.facelift .facelift-faq-section .qa-list .head .ico::before, .facelift .facelift-faq-section .qa-list .head .ico::after {
  background: #fff;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.facelift .facelift-faq-section .qa-list .head .ico::after {
  rotate: 90deg;
}
.facelift .facelift-faq-section .qa-list .body {
  display: none;
  padding: 0 10px 10px 10px;
}
.facelift .facelift-faq-section .qa-list .body::before {
  content: "A";
  top: -10px;
}
.facelift .facelift-faq-section .qa-list .body .inn {
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 10px 10px 33px;
  text-align: left;
}
.facelift .facelift-faq-section .qa-list .body a {
  text-decoration: underline;
}
.facelift .facelift-column-section {
  padding-top: 50px;
}
.facelift .facelift-column-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .facelift-column-section .btn-wrap {
  margin: 50px auto 0;
  text-align: center;
}
.facelift .home-doctor-section {
  padding-top: 50px;
}
.facelift .home-doctor-section .c-ttl02 {
  margin-bottom: 50px;
}
.facelift .home-doctor-section .doctor-img {
  width: 350px;
}
.facelift .home-doctor-section .txt-wrap {
  padding-top: 10px;
  max-width: calc(100% - 440px);
}
.facelift .home-doctor-section .name {
  font-size: 20px;
  line-height: 1.8;
}
.facelift .home-doctor-section .career {
  line-height: 1.8;
  margin-top: 20px;
  text-align: left;
}
.facelift .home-doctor-section .position {
  color: #B18D54;
  line-height: 1.8;
  margin-top: 20px;
  text-align: left;
}
.facelift .home-doctor-section .position li {
  padding-left: 13px;
  position: relative;
}
.facelift .home-doctor-section .position li::before {
  background: #B18D54;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
}
.facelift .home-doctor-section .txt {
  margin-top: 20px;
  text-align: left;
  line-height: 1.8;
}
.facelift .home-doctor-section .btn-wrap {
  margin-top: 20px;
  text-align: center;
}
.facelift .home-doctor-section .bg-area {
  background: #F1F1F1;
  padding: 40px 40px 40px 60px;
}
.facelift .c-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 40px;
}
.facelift .c-txt.center {
  text-align: center;
}
.facelift .c-bold {
  font-weight: bold;
}
.facelift .c-table01 {
  width: 100%;
}
.facelift .c-table01 tr {
  border-top: 1px solid #B99C74;
}
.facelift .c-table01 tr:last-child {
  border-bottom: 1px solid #B99C74;
}
.facelift .c-table01 th,
.facelift .c-table01 td {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 20px 20px;
  text-align: left;
}
.facelift .c-table01 th {
  background: #FFF1E0;
}
.facelift .c-table01 td {
  background: #fff;
}
.facelift .c-table02 {
  table-layout: fixed;
  width: 100%;
}
.facelift .c-table02 thead th {
  padding: 22px 15px;
}
.facelift .c-table02 th,
.facelift .c-table02 td {
  border: 1px solid #B99C74;
  font-weight: 500;
  padding: 16px 15px;
  text-align: center;
}
.facelift .c-table02 th {
  background: #FFF1E0;
  font-size: 20px;
}
.facelift .c-table02 td {
  font-size: 24px;
}
.facelift .c-table02 td .small {
  font-size: 16px;
}
.facelift .c-table02 td .inn {
  display: block;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.2;
}
.facelift .c-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.facelift .c-card-list.merit li, .facelift .c-card-list.demerit li {
  padding-bottom: 28px;
}
.facelift .c-card-list.merit .ttl, .facelift .c-card-list.demerit .ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 23px;
}
.facelift .c-card-list.merit .txt, .facelift .c-card-list.demerit .txt {
  line-height: 1.5;
}
.facelift .c-card-list.merit li {
  background: #FFF4F4;
}
.facelift .c-card-list.merit .ttl {
  color: #FF7271;
}
.facelift .c-card-list.demerit li {
  background: #E6ECF4;
}
.facelift .c-card-list:not(.merit) + .c-ttl03 {
  margin-top: 60px;
}
.facelift .c-card-list + .c-ttl03 {
  margin-top: 40px;
}
.facelift .c-card-list li {
  background: #FEF7EF;
  border-radius: 10px;
  padding: 30px 30px 36px;
}
.facelift .c-card-list .ttl {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.facelift .c-card-list .ttl.line {
  font-size: 20px;
  position: relative;
  text-align: center;
}
.facelift .c-card-list .ttl.line::before {
  background: #DAB881;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
}
.facelift .c-card-list .ttl.line .inn {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  z-index: 2;
}
.facelift .c-card-list .ttl.line .inn::after {
  background: #FEF7EF;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.facelift .c-card-list .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
}
.facelift .aco-wrap {
  max-width: 1060px;
  margin: 50px auto 0;
}
.facelift .aco-wrap .aco-box + .aco-box {
  margin-top: 40px;
}
.facelift .aco-wrap .aco-head {
  background: #FFF1E0;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  padding: 22px 40px 22px 27px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.facelift .aco-wrap .aco-head::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #DAB881;
  border-right: 2px solid #DAB881;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.facelift .aco-wrap .aco-head.active:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.facelift .aco-wrap .aco-body {
  background: #FEF7EF;
  display: none;
  padding: 30px;
}
.facelift .aco-wrap .aco-body .inn {
  display: grid;
  grid-template-columns: 50% 46%;
  gap: 4%;
}
.facelift .aco-wrap .aco-body .c-txt:first-of-type {
  margin-top: 0;
}
.facelift .aco-wrap .aco-body .c-txt + .c-txt {
  margin-top: 30px;
}
.facelift .aco-wrap + .c-ttl03 {
  margin-top: 50px;
}
.facelift .c-cta-section {
  background: #B99C74;
  position: relative;
  max-width: 1200px;
  margin: 47px auto 50px;
  padding: 46px 0 40px;
}
.facelift .c-cta-section .inner-block {
  padding-left: 50px;
  padding-right: 50px;
}
.facelift .c-cta-section::before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.facelift .c-cta-section .c-cta-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.facelift .c-cta-section .l-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 53px;
  padding-right: 37px;
}
.facelift .c-cta-section .l-left .ttl {
  color: #fff;
}
.facelift .c-cta-section .l-left .ttl .sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
.facelift .c-cta-section .l-left .ttl .main {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.facelift .c-cta-section .l-left .txt {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.facelift .c-cta-section .l-right {
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-left: 50px;
}
.facelift .c-cta-section .l-right .tel {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.facelift .c-cta-section .l-right .tel.small {
  font-size: 18px;
  margin-top: 25px;
}
.facelift .c-cta-section .l-right .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: auto;
}
.facelift.detail .article-wrapper .inner-block {
  max-width: 1080px;
}
.facelift.detail .top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 19px;
}
.facelift.detail .top-info .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #999;
  display: inline-block;
  margin-top: 15px;
}
.facelift.detail .page-ttl {
  font-weight: bold;
  border-bottom: 1px solid #DAB881;
  line-height: 1.6;
  font-size: 32px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.facelift.detail .thumbnail {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 58.1%;
}
.facelift.detail .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facelift.detail .article-content h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.facelift.detail .article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F4E5D3;
  height: 1px;
  width: 100%;
}
.facelift.detail .article-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B99C74;
  width: 200px;
  height: 2px;
}
.facelift.detail .article-content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 1px solid #F4E5D3;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.facelift.detail .article-content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(#F4E5D3));
  background: linear-gradient(transparent 25%, #F4E5D3 100%);
  line-height: 1.8;
}
.facelift.detail .article-content p {
  line-height: 1.8;
}
.facelift.detail .article-content p + p {
  margin-top: 30px;
}
.facelift.detail .article-content ul {
  margin-top: 30px;
}
.facelift.detail .article-content ul > li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.facelift.detail .article-content ul > li:last-child {
  margin-bottom: 0;
}
.facelift.detail .article-content ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #B99C74;
  border-radius: 50%;
}
.facelift.detail .article-content ol {
  counter-reset: number 0;
  margin-top: 30px;
}
.facelift.detail .article-content ol > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.facelift.detail .article-content ol > li:last-child {
  margin-bottom: 0;
}
.facelift.detail .article-content ol > li::before {
  content: counter(number);
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  color: #B99C74;
  line-height: 1.7;
  counter-increment: number 1;
}
.facelift.detail .article-content .wp-block-table + p {
  margin-top: 30px;
}
.facelift.detail .article-content table {
  margin-top: 30px;
}
.facelift.detail .article-content table tr td {
  line-height: 1.2;
  text-align: left;
  padding: 19px 18px;
  border-color: #E3E3E3;
}
.facelift.detail .article-content table tr td:first-child {
  background: #DAB881;
  font-weight: bold;
  text-align: center;
}
.facelift.detail .article-content .wp-block-columns {
  margin-top: 30px;
}
.facelift.detail .article-content .wp-block-buttons {
  margin-top: 30px;
}
.facelift.detail .article-content .wp-block-button__link {
  background: #FF7171;
  border: 1px solid #FF7171;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 35px;
  position: relative;
  text-align: center;
}
.facelift.detail .article-content .wp-block-button__link:hover {
  background: #fff;
  color: #FF7171;
}
.facelift.detail .article-content .wp-block-button__link:hover::before {
  border-color: #FF7171;
}
.facelift.detail .article-content .wp-block-button__link::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.facelift.detail .column-block {
  margin-top: 50px;
}
.facelift.detail .column-block .inner-block {
  max-width: 1100px;
}
.facelift.detail .column-block .btn-wrap {
  text-align: center;
  margin: 52px auto;
}
.facelift.archive .facelift-column-section .column-list {
  padding-bottom: 40px;
}

.photo .search-section .larger-ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
.photo .search-section .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F1F1F1;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 9px;
}
.photo .search-section .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: bold;
  white-space: nowrap;
  width: 125px;
  text-align: left;
}
.photo .search-section .r-area {
  width: 89.8%;
}
.photo .search-section .cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.photo .search-section label {
  margin-bottom: 0;
}
.photo .search-section label:not(.all) :checked + .txt {
  background: #FF7171;
  color: #fff;
}
.photo .search-section label.all :checked + .txt {
  background: #FF7171;
  color: #fff;
  border-color: #FF7171;
}
.photo .search-section label.all .txt {
  width: 148px;
  font-weight: bold;
  border: 1px solid #FF7171;
  color: #FF7171;
  background: #fff;
}
.photo .search-section label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.photo .search-section label .txt {
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  padding: 1px 9px 2px;
  margin-bottom: 0;
  vertical-align: sub;
  border: 1px solid #fff;
}
.photo .search-section .js-search-toggle-btn {
  text-align: center;
  margin-bottom: 10px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 12.5px 0;
  outline: none !important;
}
.photo .search-section .js-search-toggle-btn.is-active .icon::after {
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.photo .search-section .js-search-toggle-btn .icon {
  width: 24px;
  height: 24px;
  background: #FF7171;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.photo .search-section .js-search-toggle-btn .icon::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.photo .search-section .js-search-toggle-btn .icon::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.photo .result-block {
  padding-top: 0;
}
.photo .result-block .result-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 36px 30px;
  margin-bottom: 40px;
}
.photo .result-block .result-list .box {
  border-radius: 20px;
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.photo .result-block .result-list .box.column .img-wrap {
  padding-top: 33%;
}
.photo .result-block .result-list .box.column .before, .photo .result-block .result-list .box.column .after {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
}
.photo .result-block .result-list .box.light .img-wrap {
  padding-top: 63%;
}
.photo .result-block .result-list .box.light.column .img-wrap {
  padding-top: 60%;
}
.photo .result-block .before {
  color: #fff;
  background: #8d8d8d;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  display: inline-block;
}
.photo .result-block .after {
  color: #fff;
  background: #FF7171;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  display: inline-block;
}
.photo .result-block .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
.photo .result-block .label .before {
  width: 50%;
}
.photo .result-block .label .after {
  width: 50%;
}
.photo .result-block .img-area {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.photo .result-block .img-area .img-wrap {
  height: 0;
  padding-top: 58%;
  width: 100%;
  position: relative;
}
.photo .result-block .img-area .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.photo .result-block .img-area .radius-none img {
  border-radius: 0px;
}
.photo .result-block .img-area img {
  border-radius: 20px 20px 0 0;
}
.photo .result-block .list {
  padding: 10px 20px 6px;
}
.photo .result-block .list > li {
  position: relative;
  text-align: left;
  padding-left: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.photo .result-block .list > li:last-child {
  margin-bottom: 0;
}
.photo .result-block .list > li::before {
  content: "";
  height: 2px;
  width: 6px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #333;
}
.photo .result-block .bottom-flex {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.photo .result-block .person {
  font-size: 14px;
  line-height: 1.8;
  color: #747474;
}
.photo .result-block .link {
  color: #FF7171;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
}
.photo .result-block .link::after {
  content: "";
  background: url(../img/photo/arrow02.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-pc {
    display: none !important;
  }
  .c-footer--2025 .detail-area .address {
    margin-top: 20px;
  }
  .c-footer--2025 .link-area {
    padding-bottom: 45px;
  }
  .c-footer--2025 .link-area .list li:nth-child(odd) {
    width: 58%;
    padding-right: 10px;
  }
  .c-footer--2025 .link-area .list li:nth-child(even) {
    width: 42%;
  }
  .c-footer--2025 .link-area .list li a {
    font-size: 12px;
  }
  .c-footer--2025 .link-area .copyright {
    text-align: left;
    margin-top: 45px;
  }
  .c-footer--2025 #pagetop-2025 {
    right: 20px;
  }
  .c-ttl01 {
    margin-bottom: 20px;
  }
  .c-ttl01 .ja {
    font-size: 20px;
  }
  .c-ttl01 .en {
    font-size: 12px;
  }
  .c-ttl02 {
    padding: 12px 10px 10px;
    margin-bottom: 40px;
  }
  .c-ttl02 .sub {
    font-size: 12px;
  }
  .c-ttl02 .main {
    font-size: 20px;
  }
  .c-ttl03 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .c-ttl03::before {
    width: 80px;
  }
  .c-section {
    padding: 30px 0;
  }
  .bg-grad-bottom {
    background-image: url(/facelift/img/common/bg-grad-bottom_sp.jpg.webp);
  }
  .c-breadcrumbs + .c-section {
    padding-top: 20px;
  }
  #toc_container {
    margin-top: 20px !important;
    padding: 15px !important;
  }
  #toc_container .toc_list > li {
    margin-bottom: 16px;
  }
  .paging-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 17px 0px;
  }
  .paging-area .page-numbers {
    font-size: 18px;
  }
  .paging-area .center-area {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paging-area .first {
    padding-left: 20px;
    margin-right: auto;
  }
  .paging-area .last {
    padding-right: 20px;
    margin-left: auto;
  }
  .paging-area .last::after {
    right: 0px;
  }
  .c-btn02 {
    font-size: 12px;
    padding: 12px 10px;
  }
  .c-btn02::before {
    width: 8px;
    height: 8px;
    right: 15px;
  }
  .facelift {
    padding-top: 60px;
  }
  .facelift .c-breadcrumbs {
    padding-top: 20px;
  }
  .facelift .c-breadcrumbs .breadcrumbs-list {
    overflow-x: auto;
    white-space: nowrap;
  }
  .facelift .column-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .facelift .tag-list {
    margin-top: 10px;
  }
  .facelift .tag {
    font-size: 10px;
    padding: 3px 5px;
  }
  .facelift .ttl {
    font-size: 12px;
    margin-top: 5px;
  }
  .facelift .facelift-kv-section {
    padding: 34px 0 40px;
  }
  .facelift .facelift-kv-section .inner-block {
    padding-left: 0;
    padding-right: 0;
  }
  .facelift .facelift-kv-section .kv-area {
    background: url(../img/facelift/mv_sp.jpg.webp) no-repeat center center/cover;
    height: 532px;
  }
  .facelift .facelift-kv-section .img source,
  .facelift .facelift-kv-section .img img {
    max-height: 353px;
  }
  .facelift .facelift-kv-section .txt-wrap {
    margin-left: 0;
    padding-top: 26px;
  }
  .facelift .facelift-kv-section .mv-ttl .sub {
    font-size: 16px;
  }
  .facelift .facelift-kv-section .mv-ttl .sub .large {
    font-size: 16px;
  }
  .facelift .facelift-kv-section .mv-ttl .main {
    font-size: 40px;
    margin-top: -7px;
  }
  .facelift .facelift-kv-section .txt {
    font-size: 12px;
    margin-top: 20px;
    line-height: 2;
  }
  .facelift .facelift-kv-section .point-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 6px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 100px;
  }
  .facelift .facelift-kv-section .point-list li:nth-child(2) {
    left: 62px;
  }
  .facelift .facelift-kv-section .point-list li::before {
    height: 130px;
    width: 121px;
  }
  .facelift .facelift-kv-section .point-list li .inn {
    font-size: 14px;
    padding: 39px 14px 32px 16px;
  }
  .facelift .anchor-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
    padding: 0 20px;
    margin: 30px auto 24px;
  }
  .facelift .anchor-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    padding: 12px 35px 10px 10px;
    height: 100%;
  }
  .facelift .anchor-list a::before {
    width: 11px;
    height: 11px;
    right: 13px;
  }
  .facelift .recommend-box {
    border-radius: 10px;
    padding: 0 39px 30px;
    margin: auto;
    width: calc(100% - 40px);
  }
  .facelift .recommend-box .ttl {
    font-size: 16px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .facelift .recommend-box .ttl::before {
    height: 20px;
  }
  .facelift .recommend-box .check-list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 257px;
    margin: auto;
  }
  .facelift .recommend-box .check-list li {
    text-align: left;
  }
  .facelift .recommend-box .check-list li .inn {
    font-size: 12px;
    margin: 0;
  }
  .facelift .recommend-box .check-list li .inn::before {
    top: 1px;
  }
  .facelift .facelift-about-section .what-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .facelift .facelift-about-section .what-list li {
    padding: 20px 10px;
  }
  .facelift .facelift-about-section .what-list .num {
    font-size: 14px;
    padding: 6px 12px 8px;
  }
  .facelift .facelift-about-section .what-list .ttl {
    font-size: 16px;
  }
  .facelift .facelift-about-section .what-list .txt {
    font-size: 12px;
    margin-top: 15px;
  }
  .facelift .facelift-what-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .facelift .facelift-what-section .img-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .facelift .facelift-what-section .btn-wrap {
    margin-top: 20px;
  }
  .facelift .facelift-feature-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-recommended-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-recommended-section .recommended-link-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .facelift .facelift-recommended-section .recommended-link-list a {
    padding: 15px 30px 15px 10px;
  }
  .facelift .facelift-recommended-section .recommended-link-list a::before {
    width: 11px;
    height: 11px;
    right: 15px;
  }
  .facelift .facelift-recommended-section .recommended-link-list .sub {
    font-size: 12px;
    margin-bottom: 0;
  }
  .facelift .facelift-recommended-section .recommended-link-list .main {
    font-size: 15px;
  }
  .facelift .facelift-method-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-method-section .flow-list {
    margin-top: 40px;
  }
  .facelift .facelift-method-section .flow-list .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facelift .facelift-case-section {
    padding-top: 40px;
  }
  .facelift .facelift-case-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-case-section .c-ttl03 {
    margin-bottom: 30px;
  }
  .facelift .facelift-case-section .case-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .facelift .facelift-case-section .case-list .ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .facelift .facelift-case-section .c-txt {
    margin-top: 12px;
  }
  .facelift .facelift-case-section .info-list li {
    grid-template-columns: 80px 1fr;
    gap: 15px;
  }
  .facelift .facelift-case-section .info-list li + li {
    margin-top: 5px;
  }
  .facelift .facelift-case-section .info-list .info-ttl {
    font-size: 13px;
  }
  .facelift .facelift-case-section .info-list .info-txt {
    font-size: 14px;
    gap: 10px;
    line-height: 1.4;
    padding-top: 3px;
  }
  .facelift .facelift-case-section .info-list .info-txt .inn.small {
    font-size: 12px;
  }
  .facelift .facelift-case-section .btn-wrap {
    margin: 30px auto;
  }
  .facelift .facelift-case-section .progress-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 40px;
  }
  .facelift .facelift-case-section .progress-list .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .facelift .facelift-downtime-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-price-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-faq-section {
    padding-top: 40px;
  }
  .facelift .facelift-faq-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-faq-section .qa-list .item + .item {
    margin-top: 10px;
  }
  .facelift .facelift-column-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .facelift-column-section .btn-wrap {
    margin: 40px auto 0;
  }
  .facelift .home-doctor-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .facelift .home-doctor-section .c-ttl02 {
    margin-bottom: 40px;
  }
  .facelift .home-doctor-section .doctor-img {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  .facelift .home-doctor-section .txt-wrap {
    max-width: 100%;
  }
  .facelift .home-doctor-section .name {
    margin-top: 20px;
  }
  .facelift .home-doctor-section .bg-area {
    padding: 20px;
  }
  .facelift .c-txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .facelift .c-txt.center {
    text-align: left;
  }
  .facelift .c-table01 th,
  .facelift .c-table01 td {
    font-size: 14px;
    display: block;
    padding: 15px 10px 13px;
    width: 100%;
  }
  .facelift .c-table02 tbody th {
    font-size: 12px;
    text-align: left;
  }
  .facelift .c-table02 th,
  .facelift .c-table02 td {
    padding: 10px 10px;
  }
  .facelift .c-table02 th {
    font-size: 13px;
  }
  .facelift .c-table02 td {
    font-size: 13px;
  }
  .facelift .c-table02 td .small {
    font-size: 11px;
  }
  .facelift .c-table02 td .inn {
    width: 100%;
    text-align: center;
  }
  .facelift .c-card-list {
    grid-template-columns: 1fr;
    gap: 15px 30px;
  }
  .facelift .c-card-list.merit li, .facelift .c-card-list.demerit li {
    padding-bottom: 15px;
  }
  .facelift .c-card-list.merit .ttl, .facelift .c-card-list.demerit .ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .facelift .c-card-list:not(.merit) + .c-ttl03 {
    margin-top: 40px;
  }
  .facelift .c-card-list + .c-ttl03 {
    margin-top: 30px;
  }
  .facelift .c-card-list li {
    padding: 20px 15px 22px;
  }
  .facelift .c-card-list .ttl {
    margin-bottom: 15px;
  }
  .facelift .c-card-list .ttl.line {
    font-size: 16px;
  }
  .facelift .c-card-list .ttl.line .inn {
    padding: 0 5px;
  }
  .facelift .c-card-list .txt {
    font-size: 14px;
  }
  .facelift .aco-wrap {
    margin: 30px auto 0;
  }
  .facelift .aco-wrap .aco-box + .aco-box {
    margin-top: 10px;
  }
  .facelift .aco-wrap .aco-head {
    font-size: 16px;
    padding: 15px 30px 13px 15px;
  }
  .facelift .aco-wrap .aco-head::before {
    width: 11px;
    height: 11px;
    right: 25px;
  }
  .facelift .aco-wrap .aco-body {
    padding: 15px;
  }
  .facelift .aco-wrap .aco-body .c-txt + .c-txt {
    margin-top: 10px;
  }
  .facelift .aco-wrap + .c-ttl03 {
    margin-top: 40px;
  }
  .facelift .c-cta-section {
    margin: 25px auto 30px;
    padding: 30px 0 35px;
    max-width: calc(100% - 40px);
  }
  .facelift .c-cta-section .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .facelift .c-cta-section::before {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .facelift .c-cta-section .c-cta-box {
    grid-template-columns: 1fr;
  }
  .facelift .c-cta-section .l-left {
    gap: 40px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .facelift .c-cta-section .l-left .ttl .sub {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .facelift .c-cta-section .l-left .ttl .main {
    font-size: 20px;
  }
  .facelift .c-cta-section .l-left .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .facelift .c-cta-section .l-right {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .facelift .c-cta-section .l-right .tel {
    font-size: 30px;
  }
  .facelift .c-cta-section .l-right .tel.small {
    font-size: 16px;
    margin-top: 15px;
  }
  .facelift .c-cta-section .l-right .btn-wrap {
    gap: 15px;
    margin-top: 20px;
  }
  .facelift.detail .top-info {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .facelift.detail .top-info .date {
    font-size: 12px;
  }
  .facelift.detail .page-ttl {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .facelift.detail .thumbnail {
    padding-top: 50%;
  }
  .facelift.detail .article-content h2 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 18px;
  }
  .facelift.detail .article-content h2::after {
    width: 100px;
  }
  .facelift.detail .article-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .facelift.detail .article-content p + p {
    margin-top: 15px;
  }
  .facelift.detail .article-content .wp-block-columns {
    margin-top: 15px;
  }
  .facelift.detail .article-content .wp-block-buttons {
    margin-top: 15px;
  }
  .facelift.detail .article-content .wp-block-buttons.is-layout-flex {
    display: block;
  }
  .facelift.detail .article-content .wp-block-buttons.is-layout-flex .wp-block-button {
    display: block;
  }
  .facelift.detail .column-block {
    margin-top: 25px;
  }
  .facelift.detail .column-block .btn-wrap {
    margin: 30px auto;
  }
  .facelift.archive .facelift-column-section .column-list {
    padding-bottom: 30px;
  }
  .photo .search-section .larger-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .photo .search-section .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 20px;
    gap: 11px;
  }
  .photo .search-section .ttl {
    font-size: 16px;
    width: 100%;
  }
  .photo .search-section .r-area {
    width: 100%;
  }
  .photo .search-section .cat-list {
    gap: 10px;
  }
  .photo .search-section .cat-list > li:has(.all) {
    width: 100%;
  }
  .photo .search-section label.all {
    width: 100%;
  }
  .photo .search-section label.all .txt {
    display: block;
    width: 100%;
    text-align: center;
  }
  .photo .search-section label .txt {
    padding: 4px 10px 4px;
    text-align: left;
    line-height: 1.45;
    letter-spacing: -0.018em;
  }
  .photo .search-section .js-search-toggle-btn {
    font-size: 12px;
    padding: 9px 0;
  }
  .photo .result-block .result-list {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  .photo .result-block .result-list .box.column .img-wrap {
    padding-top: 32%;
  }
  .photo .result-block .result-list .box.column .before, .photo .result-block .result-list .box.column .after {
    padding: 3px 0;
  }
  .photo .result-block .result-list .box.light.column .img-wrap {
    padding-top: 27%;
  }
  .photo .result-block .before {
    font-size: 10px;
  }
  .photo .result-block .after {
    font-size: 10px;
  }
  .photo .result-block .list {
    padding: 13px 19px 6px;
  }
  .photo .result-block .list > li {
    margin-bottom: 9px;
    font-size: 16px;
  }
  .photo .result-block .list > li::before {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-sp {
    display: none !important;
  }
  .c-header--2025 .logo-wrap .detail-area .sns-list a:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-header--2025 .logo-wrap .detail-area .lang-list a:hover {
    color: #FF7171;
  }
  .c-header--2025 .pc-nav-wrap .nav-list a:hover {
    color: #FF7171;
  }
  .c-reservation-area .box-wrap .box:hover {
    background: #fff;
  }
  .c-reservation-area .box-wrap .box.mail:hover {
    color: #E85298;
  }
  .c-reservation-area .box-wrap .box.mail:hover .txt-inn::before {
    background: #E85298;
  }
  .c-reservation-area .box-wrap .box.reserve:hover {
    color: #5BADE1;
  }
  .c-reservation-area .box-wrap .box.reserve:hover .txt-inn::before {
    background: #5BADE1;
  }
  .c-reservation-area .box-wrap .box .head {
    font-size: 14px;
    border-radius: 50px;
    width: 70px;
  }
  .c-reservation-area .sns-list a:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-footer--2025 .detail-area .logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .c-footer--2025 .detail-area .logo {
    max-width: 280px;
  }
  .c-footer--2025 .detail-area .map iframe {
    aspect-ratio: 535/433;
  }
  .c-footer--2025 .detail-area .calendar {
    margin-top: 25px;
    padding: 40px 30px;
  }
  .c-footer--2025 .detail-area .calendar .calendar-table th:nth-child(1) {
    padding: 0 12px 12px;
    text-align: left;
    font-size: 20px;
  }
  .c-footer--2025 .detail-area .calendar .calendar-table td {
    padding: 10px 18px 20px;
  }
  .c-footer--2025 .detail-area .calendar .calendar-table td:nth-child(1) {
    padding: 20px 7px 20px;
    width: 140px;
    text-align: left;
  }
  .c-footer--2025 .detail-area .calendar .calendar-table td .yes::before,
  .c-footer--2025 .detail-area .calendar .calendar-table td .no::before {
    top: 0;
  }
  .c-footer--2025 .detail-area .calendar .calendar-table td .yes::before {
    width: 13px;
    height: 13px;
  }
  .c-footer--2025 .detail-area .calendar .calendar-table td .no::before {
    width: 18px;
    height: 4px;
  }
  .c-footer--2025 .detail-area .calendar .note {
    margin-top: 20px;
  }
  .c-footer--2025 .detail-area .ico-list {
    gap: 20px;
    margin-top: 22px;
  }
  .c-footer--2025 .detail-area .ico-list li {
    width: calc((100% - 60px) / 4);
  }
  .c-footer--2025 .detail-area .ico-list li .txt {
    font-size: 14px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.mail, .c-footer--2025 .c-reservation-area .box-wrap .box.reserve {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.mail .head, .c-footer--2025 .c-reservation-area .box-wrap .box.reserve .head {
    width: calc(100% - 32px);
    margin: 0 auto 5px;
  }
  .c-footer--2025 .sns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  .c-footer--2025 .sns-wrap .sns-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .c-footer--2025 .sns-wrap .nintei-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 58px;
    position: relative;
  }
  .c-footer--2025 .sns-wrap .nintei-wrap::before {
    background: url(../img/common/logo-jacs.png.webp) no-repeat center center/contain;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .c-footer--2025 .sns-wrap .nintei-wrap .nintei-logo {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .c-footer--2025 .sns-wrap .nintei-wrap .nintei-logo::before {
    display: none;
  }
  .c-footer--2025 .sns-wrap .nintei-wrap .nintei-txt {
    font-size: 14px;
    margin-top: 0;
  }
  .c-footer--2025 .link-area .list {
    gap: 20px;
  }
  .c-footer--2025 .link-area .list.column8 li {
    min-width: calc((100% - 140px) / 8);
  }
  .c-footer--2025 .link-area .list.column4 li {
    min-width: calc((100% - 60px) / 4);
  }
  .c-footer--2025 .link-area .list li a:hover {
    color: #FF7171;
  }
  .c-footer--2025 .link-area .list + .head {
    margin-top: 40px;
  }
  .c-footer--2025 #pagetop-2025 a {
    font-size: 14px;
    width: 70px;
    height: 70px;
    line-height: 1.06;
    padding-top: 25px;
  }
  .c-footer--2025 #pagetop-2025 a::before {
    top: 12px;
  }
  .c-footer--2025 #pagetop-2025 a:hover {
    background: #FF7171;
    color: #fff;
  }
  .c-footer--2025 #pagetop-2025 a:hover::before {
    border-color: #fff;
  }
  .c-breadcrumbs .breadcrumbs-list a:hover {
    text-decoration: none;
  }
  .paging-area .page-numbers:hover {
    background: #FF7171;
    color: #fff;
  }
  .paging-area .page-numbers.prev {
    background: none;
  }
  .paging-area .page-numbers.prev:hover::after {
    left: -6px;
  }
  .paging-area .page-numbers.next {
    background: none;
  }
  .paging-area .page-numbers.next:hover::after {
    right: -6px;
  }
  .paging-area .first:hover::after {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .paging-area .last:hover::after {
    -webkit-transform: rotate(180deg) translateX(-5px);
            transform: rotate(180deg) translateX(-5px);
  }
  .c-btn01 {
    display: inline-block;
    min-width: 335px;
  }
  .c-btn02:hover {
    background: #FEF7EF;
  }
  .facelift .column-list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .facelift .anchor-list a:hover::after {
    opacity: 1;
  }
  .facelift .facelift-recommended-section .recommended-link-list a:hover::before {
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .facelift .facelift-faq-section .qa-list .head .ttl {
    font-size: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .facelift .facelift-faq-section .qa-list .head .ttl:hover {
    color: #FF7171;
  }
  .facelift .facelift-faq-section .qa-list .body .inn {
    font-size: 16px;
    padding: 14px 10px 14px 43px;
  }
  .facelift .facelift-faq-section .qa-list .body a:hover {
    text-decoration: none;
  }
  .facelift .home-doctor-section .column-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
  .facelift .home-doctor-section .name {
    font-size: 24px;
    text-align: left;
  }
  .facelift .home-doctor-section .btn-wrap {
    margin-top: 40px;
  }
  .facelift .c-table01 th {
    width: 200px;
  }
  .facelift .aco-wrap .aco-head:hover {
    background: #B99C74;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .facelift .aco-wrap .aco-head:hover::before {
    border-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .facelift .c-cta-section {
    width: calc(100% - 40px);
  }
  .facelift.detail .article-content .wp-block-button__link {
    display: inline-block;
    min-width: 335px;
  }
  .photo .search-section label:not(.all):hover .txt {
    background: #fff;
    color: #FF7171;
    border-color: #FF7171;
  }
  .photo .search-section label:not(.all) :checked:hover + .txt {
    color: #fff;
    background: #FF7171;
    border-color: #fff;
  }
  .photo .search-section .js-search-toggle-btn:hover {
    color: #fff;
    background: #FF7171;
  }
  .photo .search-section .js-search-toggle-btn:hover .icon {
    background: #fff;
  }
  .photo .search-section .js-search-toggle-btn:hover .icon::after, .photo .search-section .js-search-toggle-btn:hover .icon::before {
    background: #FF7171;
  }
  .photo .result-block .result-list .box:hover .img-wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .photo .result-block .result-list .box:hover .link::after {
    -webkit-transform: rotate(180deg) translateX(-5px);
            transform: rotate(180deg) translateX(-5px);
  }
  .photo .result-block .result-list .box.light.column .list {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1300px) {
  .c-header--2025 .logo-wrap {
    padding: 20px 20px 10px;
  }
  .c-header--2025 .logo-wrap .logo a {
    width: 200px;
  }
  .c-header--2025 .logo-wrap .detail-area .c-search-form {
    width: 240px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1024px) {
  .c-header--2025 .logo-wrap {
    padding: 5px 10px;
  }
  .c-header--2025 .logo-wrap .logo a {
    width: 177px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1024px) and (max-width: 375px) {
  .c-header--2025 .logo-wrap {
    gap: 4.8vw;
  }
  .c-header--2025 .logo-wrap .logo a {
    width: 47.2vw;
  }
}
@media only screen and (min-width: 1025px) {
  .c-header--2025 .logo-wrap .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header--2025 .logo-wrap .logo .txt-area {
    margin-left: 40px;
  }
  .c-header--2025 .logo-wrap .sp-btn-area {
    display: none;
  }
  .c-nav--2025 {
    display: none;
  }
  .c-search-form {
    width: 345px;
    min-width: 240px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .c-header--2025 .logo-wrap .logo .txt-area {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header--2025 .logo-wrap .logo .txt-area .detail-txt {
    font-size: 8px;
  }
  .c-header--2025 .logo-wrap .logo .txt-area .nintei-txt {
    display: none;
  }
  .c-header--2025 .logo-wrap .detail-area {
    display: none;
  }
  .c-header--2025 .pc-nav-wrap {
    display: none;
  }
  .c-search-form {
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .c-header--2025 .logo-wrap .detail-area {
    gap: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .c-header--2025 .logo-wrap .detail-area .lang-list a {
    display: block;
    text-align: center;
  }
  .c-header--2025 .logo-wrap .detail-area .lang-list .ico-flag {
    margin: 0 auto 2px;
  }
}
@media only screen and (max-width: 375px) {
  .c-header--2025 .logo-wrap .sp-btn-area .btn {
    width: 13.0666666667vw;
  }
}
@media only screen and (max-width: 1600px) {
  .c-header--2025 .pc-nav-wrap .nav-list a {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 1600px) and (max-width: 1300px) {
  .c-header--2025 .pc-nav-wrap .nav-list a {
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-footer--2025 .column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer--2025 .column-wrap .content-area,
  .c-footer--2025 .column-wrap .map-area {
    width: 50%;
  }
  .c-footer--2025 .column-wrap .map-area {
    padding-left: 65px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 90px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box {
    width: calc((58% - 60px) / 2);
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.tel {
    width: 42%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 10px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.tel .slash-txt {
    font-size: 14px;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    left: 0;
    margin: auto;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.tel .tel-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.tel .list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.tel .list li {
    margin: 0;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.tel .list .body {
    font-size: 15px;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.mail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-footer--2025 .c-reservation-area .box-wrap .box.reserve {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 1280px) {
  .c-footer--2025 .c-reservation-area .slash-txt.wide {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .c-footer--2025 .c-reservation-area .slash-txt.narrow {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .paging-area .page-numbers {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .facelift {
    padding-top: min(80px, 7.8125vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .facelift .facelift-kv-section .kv-area {
    height: min(509px, 41.3821138211vw);
  }
  .facelift .facelift-kv-section .img source,
  .facelift .facelift-kv-section .img img {
    max-height: min(509px, 41.3821138211vw);
  }
  .facelift .facelift-kv-section .txt-wrap {
    max-width: min(532px, 43.2520325203vw);
    margin-left: min(80px, 6.5040650407vw);
    padding-top: min(78px, 6.3414634146vw);
  }
  .facelift .facelift-kv-section .mv-ttl .sub {
    font-size: min(20px, 1.6260162602vw);
  }
  .facelift .facelift-kv-section .mv-ttl .sub .large {
    font-size: min(24px, 1.9512195122vw);
  }
  .facelift .facelift-kv-section .mv-ttl .main {
    font-size: min(60px, 4.8780487805vw);
  }
  .facelift .facelift-kv-section .txt {
    font-size: min(16px, 1.3008130081vw);
    margin-top: min(17px, 1.3821138211vw);
  }
  .facelift .facelift-kv-section .point-list {
    gap: min(20px, 1.6260162602vw);
    max-width: min(532px, 43.2520325203vw);
    margin-top: min(18px, 1.4634146341vw);
  }
  .facelift .facelift-kv-section .point-list li::before {
    height: min(200px, 16.2601626016vw);
    width: min(178px, 14.4715447154vw);
  }
  .facelift .facelift-kv-section .point-list li .inn {
    font-size: min(20px, 1.6260162602vw);
    padding: min(64px, 5.2032520325vw) min(10px, 0.8130081301vw) min(54px, 4.3902439024vw) min(19px, 1.5447154472vw);
  }
  .facelift .recommend-box .check-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  .facelift .facelift-kv-section .img source,
  .facelift .facelift-kv-section .img img {
    max-height: 300px;
  }
  .facelift .facelift-kv-section .point-list li:nth-child(2) {
    left: 40px;
  }
  .facelift .c-cta-section .l-right .btn-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) and (max-width: 1130px) {
  .facelift .facelift-kv-section .txt-wrap {
    margin-left: min(40px, 3.5398230088vw);
  }
}
@media only screen and (max-width: 767px) and (max-width: 470px) {
  .facelift .facelift-kv-section .point-list {
    margin-left: 0;
  }
  .facelift .facelift-kv-section .point-list li::before {
    height: 106px;
    width: 101px;
  }
  .facelift .facelift-kv-section .point-list li .inn {
    font-size: 12px;
    padding: 39px 14px 32px 11px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .facelift .facelift-kv-section .point-list li {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 470px) and (max-width: 375px) {
  .facelift .facelift-kv-section .point-list li::before {
    height: 130px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .facelift .anchor-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) and (max-width: 850px) {
  .facelift .anchor-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .facelift .facelift-about-section .what-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .facelift .c-cta-section .l-left .ttl .main {
    font-size: min(32px, 3.0188679245vw);
  }
  .facelift .c-cta-section .l-right .tel {
    font-size: min(50px, 4.7169811321vw);
  }
}
@media only screen and (max-width: 1000px) {
  .facelift .facelift-method-section .flow-list .flow {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .facelift .facelift-method-section .flow-list .txt-wrap {
    grid-template-columns: 40px 1fr;
    gap: 0 10px;
  }
  .facelift .facelift-method-section .flow-list .txt-wrap .num {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .facelift .facelift-method-section .flow-list .txt-wrap .ttl {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .facelift .home-doctor-section .column-area {
    gap: min(50px, 4.854368932vw);
  }
  .facelift .home-doctor-section .doctor-img {
    width: min(250px, 24.2718446602vw);
  }
  .facelift .home-doctor-section .txt-wrap {
    max-width: calc(100% - min(300px, 29.1262135922vw));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facelift .c-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .facelift .aco-wrap .aco-body .inn {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .facelift .c-cta-section .l-right .btn-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .photo .result-block .result-list {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
/*# sourceMappingURL=style_facelift.css.map */
/*# sourceMappingURL=style_facelift.css.map */