@charset "UTF-8";
/*!
Theme Name: Crown Beauty Clinic 1.0
Author: Kobold.inc
Description: Crown Beauty Clinic 1.0
Version： 1.0
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}

html {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  background-size: cover;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(./assets/images/common/body_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

p {
  font-weight: 400;
  line-height: 1.8em;
  padding-bottom: 20px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}

.mini {
  font-size: 85%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 20px;
}
ol li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #006CB8;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  word-break: break-all;
  overflow-wrap: break-all !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  vertical-align: top;
  line-height: 0;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inherit;
}

.pc-only {
  display: inherit;
}

.sp-only {
  display: none;
}

.nomargin {
  margin-bottom: 0 !important;
}

.anchor {
  width: 100%;
  display: block;
  scroll-margin-top: 186px;
  position: relative;
  z-index: -1;
}
.anchor:before {
  content: "";
  display: block;
  height: 186px;
  margin-top: -186px;
}

address {
  font-style: normal;
}

.wp-block-media-text__content p {
  text-align: justify;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8% !important;
}

main {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
  background-color: transparent !important;
}

.hide {
  display: none;
}

.gt_float_switcher {
  border-radius: 16px !important;
}

figure.wp-block-image {
  border-radius: 0;
}
figure.wp-block-image img {
  border-radius: 0;
}

figure.wp-block-image img {
  border-radius: 24px;
}

.wp-block-media-text {
  margin-bottom: 2rem;
  /* &:nth-of-type(odd) {
    .wp-block-media-text__media {
      grid-column:2;
    }
    .wp-block-media-text__content {
      grid-column:1;
    }
  } */
}

.btn-more {
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 20px;
}
.btn-more.right {
  text-align: right;
  margin: 60px 0 0 0;
}
.btn-more.left {
  text-align: left;
  margin: 60px 0 0 0;
}
.btn-more a {
  text-decoration: none;
  display: inline-block;
  width: 290px;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  color: #000000;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
  text-align: left;
  letter-spacing: 0.1em;
}
.btn-more a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-more a:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/ico_arrow_right.svg) no-repeat right center;
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
  right: 22px;
  top: 22px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.btn-more a:hover:before {
  opacity: 1;
}
.btn-more a:hover:after {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.btn-more.white a {
  color: #FFFFFF !important;
  background: none;
  border: 1px solid #FFFFFF;
}
.btn-more.white a:hover {
  background: #FFFFFF;
  color: #003B6A !important;
  border: 1px solid #FFFFFF;
}
.btn-more.gold a {
  color: #FFFFFF !important;
  background: #BDA54A;
  border: 1px solid #BDA54A;
}
.btn-more.gold a:hover {
  background: #FFFFFF;
  color: #BDA54A !important;
  border: 1px solid #BDA54A;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 33%;
  position: relative;
}
.gmap iframe {
  filter: sepia(30%) hue-rotate(30deg) saturate(0%) contrast(100%) brightness(100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.wp-pagenavi {
  width: 100%;
  margin-top: 60px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wp-pagenavi a {
  text-decoration: none;
  padding: 3px 9px !important;
  margin: 2px !important;
}
.wp-pagenavi span {
  text-decoration: none;
  padding: 3px 9px !important;
  margin: 2px !important;
}
.wp-pagenavi span.current {
  color: #FFFFFF !important;
}

.fadeinup {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.attention {
  border-radius: 6px;
  font-size: 0.8rem;
  margin-left: 10px;
  padding: 0.25em 0.5em;
}

button, input, optgroup, select, textarea {
  padding: 15px;
  font-size: 16px;
  margin: 0;
  border: none;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
  background: #E6F0F8;
  transition: 0.3s ease-in-out;
  outline: 2px solid #006CB8;
}

.radio-area label {
  display: inline-block;
  border: 1px solid #CCCCCC;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  position: relative;
}
.radio-area label input[type=radio] {
  display: none;
}
.radio-area label input[type=radio]:checked + .wpcf7-list-item-label {
  background: #BDA54A;
  color: #fff;
  padding: 5px 15px;
}
.radio-area label .wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.75);
  transition: background 0.3s;
}

.birth-area p {
  display: flex;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

textarea {
  width: 100%;
}

.required {
  background: #b80000;
  color: #f8e6ea;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 85%;
}

.optional {
  background: #006CB8;
  color: #E6F0F8;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 85%;
}

.wpcf7-not-valid-tip {
  color: #b80000 !important;
  margin-top: 5px;
  font-weight: 700 !important;
}

.wpcf7-submit {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  margin: 50px auto 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  width: 300px;
  height: 48px;
  line-height: 42px;
  padding: 0 20px;
  background: #FFFFFF;
  color: #003B6A;
  border: 1px solid #003B6A;
  position: relative;
  transition: all 0.35;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  transition: transform 0.3s ease;
}
.wpcf7-submit:hover {
  background: #003B6A;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}
.wpcf7-submit:hover:after {
  opacity: 1;
  transform: translateX(10px);
  transition: transform 0.3s ease;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #f8e6ea;
  color: #b80000;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #E6F0F8;
  color: #006CB8;
}

section {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.wrapper {
  max-width: 1132px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.wrapper h2 {
  color: #BDA54A;
  text-align: left;
  font-size: 60px;
  font-family: the-seasons, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 0 100px 0;
  line-height: 1;
}
.wrapper h2.black {
  color: #000000;
}
.wrapper h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  padding-top: 15px;
}
.wrapper h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.wrapper h3.subtit {
  font-size: 27px;
  text-align: left;
  padding: 0 20px 20px 20px;
  border-bottom: 2px solid #BDA54A;
}
.wrapper h4 {
  font-size: 18px;
  font-weight: 600;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-box .img-box {
  display: inline-block;
}
.flex-box .img-box img {
  width: 100%;
  height: auto;
}
.flex-box .text-box {
  display: inline-block;
}

table {
  width: 100%;
  color: #000000;
  letter-spacing: 0.1em;
  border-collapse: collapse;
}
table th {
  text-align: left;
  padding: 15px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #726046;
}
table td {
  text-align: left;
  padding: 15px;
  font-weight: 400;
  border-bottom: 1px solid #726046;
}
table.basic-table th {
  text-align: left;
  padding: 15px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #726046;
  background: rgba(114, 96, 70, 0.15);
  width: 30%;
}
table.basic-table td {
  text-align: left;
  padding: 15px;
  font-weight: 400;
  border-bottom: 1px solid #726046;
  width: 70%;
}
table.price-table tr:last-child td {
  /* border-bottom: none; */
}
table.price-table td {
  width: 33.3333333333%;
  text-align: left;
  padding: 15px;
  font-weight: 400;
  border-bottom: 1px solid #726046;
  /* border-right: 1px solid $color-dark-gold; */
}
table.price-table td:last-child {
  border-right: none;
  text-align: right;
  font-weight: 700;
  font-size: 110%;
  color: #523B2F;
}
table.price-table td dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 10px;
  line-height: 1.6;
}
table.price-table td dl.moniter-price {
  border-right: none;
  text-align: right;
}
table.price-table td dl.normal-price {
  border-right: none;
  text-align: right;
}
table.price-table td dl dd {
  display: inline-block;
}
table.price-table td dl dd:first-child {
  font-weight: 400;
}
table.price-table td dl dd:last-child {
  width: 100px;
}

.beige-bg {
  position: relative;
  background: url(./assets/images/common/body_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.beige-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 218, 211, 0.75);
  mix-blend-mode: hard-light;
  z-index: 1;
}
.beige-bg > * {
  position: relative;
  z-index: 2;
}

#menu {
  padding: 100px 0;
}
#menu .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px 45px;
}
#menu .wrapper ul li {
  max-width: 250px;
  width: calc(25% - 34px);
  display: inline-block;
  position: relative;
}
#menu .wrapper ul li a {
  width: 250px;
  height: 200px;
  display: block;
  color: #000000;
  overflow: hidden;
  border-radius: 24px;
}
#menu .wrapper ul li a img {
  width: 250px;
  height: 200px;
  margin: 0 auto 20px auto;
  transition: transform 0.4s ease;
  border-radius: 24px;
}
#menu .wrapper ul li a:hover {
  opacity: 1;
}
#menu .wrapper ul li a:hover img {
  opacity: 1;
  transition: transform 0.4s ease;
  transform: scale(1.1);
}
#menu .wrapper ul li p {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
}

#info {
  padding: 0;
  margin: 0;
}
#info .wrapper p {
  font-size: 85%;
  text-align: right;
  margin: 0 0;
}

#reserve {
  width: 100%;
  margin: 0 auto;
}
#reserve .wrapper .reserve-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
}
#reserve .wrapper .reserve-box div {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: 544px;
}
#reserve .wrapper .reserve-box div.btn-line a {
  display: block;
  height: 120px;
  line-height: 120px;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  border: 1px solid linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 60px;
}
#reserve .wrapper .reserve-box div.btn-line a i {
  font-size: 48px;
  margin-right: 30px;
  position: relative;
  top: 6px;
}
#reserve .wrapper .reserve-box div.btn-web a {
  display: block;
  line-height: 120px;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
  border: 1px solid linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
  color: #000000;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 60px;
}
#reserve .wrapper .reserve-box div.btn-web a i {
  font-size: 48px;
  margin-right: 30px;
  position: relative;
  top: 6px;
}

#clinic {
  background: url(./assets/images/common/clinic_bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#clinic .wrapper {
  padding: 100px 0;
}
#clinic .wrapper .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#clinic .wrapper .flex-box .img-box {
  display: inline-block;
  width: 50%;
}
#clinic .wrapper .flex-box .img-box img {
  width: 100%;
  height: auto;
}
#clinic .wrapper .flex-box .text-box {
  display: inline-block;
  width: 50%;
}
#clinic .wrapper .flex-box .text-box img {
  width: auto;
  height: 64px;
  margin-bottom: 20px;
}
#clinic .wrapper .flex-box .text-box p {
  padding-bottom: 0;
}
#clinic .wrapper .flex-box .text-box table {
  width: 75%;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  border-collapse: collapse;
}
#clinic .wrapper .flex-box .text-box table th {
  text-align: left;
  padding: 15px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #726046;
}
#clinic .wrapper .flex-box .text-box table td {
  text-align: left;
  padding: 15px;
  font-weight: 400;
  border-bottom: 1px solid #726046;
}

#instagram .wrapper .instagram-box img {
  border-radius: 24px;
}

@media only screen and (max-width: 1200px) {
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inherit;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 868px) {
  html {
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    list-style: none;
    color: #000000;
  }
  img {
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-large {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-full img {
    width: 100%;
    height: auto;
  }
  p {
    line-height: 1.6em;
    padding-bottom: 20px;
    font-size: 15px;
  }
  .anchor {
    width: 100%;
    display: block;
    scroll-margin-top: 80px;
    position: relative;
    z-index: -1;
  }
  .anchor:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
  }
  section {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .wrapper h2 {
    color: #BDA54A;
    text-align: left;
    font-size: 36px;
    font-family: the-seasons, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 50px 0;
    line-height: 1;
  }
  .wrapper h2.black {
    color: #000000;
  }
  .wrapper h2 span {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    padding-top: 8px;
  }
  .wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
  .wrapper h3.subtit {
    font-size: 27px;
    text-align: left;
    padding: 0 20px 20px 20px;
    border-bottom: 2px solid #BDA54A;
  }
  .wrapper h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .flex-box {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .flex-box .img-box {
    display: block;
  }
  .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  .flex-box .text-box {
    display: block;
  }
  .wpcf7 table {
    border-spacing: 0;
  }
  .wpcf7 table tbody tr th, .wpcf7 table tbody tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box !important;
    padding: 15px 0;
  }
  .wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left !important;
  }
  .btn-more {
    text-align: right;
    margin: 30px auto 0 auto;
    font-size: 17px;
  }
  .btn-more.right {
    text-align: right;
    margin: 30px 0 0 0;
  }
  .btn-more.left {
    text-align: right;
    margin: 30px 0 0 0;
  }
  .btn-more a {
    text-decoration: none;
    display: inline-block;
    width: 240px;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
    color: #000000;
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .btn-more a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .btn-more a:after {
    position: absolute;
    content: "";
    background: url(./assets/images/common/ico_arrow_right.svg) no-repeat right center;
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    right: 16px;
    top: 16px;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .btn-more a:hover:before {
    opacity: 1;
  }
  .btn-more a:hover:after {
    transform: translateX(10px);
    transition: transform 0.3s ease;
  }
  .btn-more.white a {
    color: #FFFFFF !important;
    background: none;
    border: 1px solid #FFFFFF;
  }
  .btn-more.white a:hover {
    background: #FFFFFF;
    color: #003B6A !important;
    border: 1px solid #FFFFFF;
  }
  .btn-more.gold a {
    color: #FFFFFF !important;
    background: #BDA54A;
    border: 1px solid #BDA54A;
  }
  .btn-more.gold a:hover {
    background: #FFFFFF;
    color: #BDA54A !important;
    border: 1px solid #BDA54A;
  }
  button, input, optgroup, select, textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
  }
  select {
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 6px center #FFF;
    background-size: 20px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #CCCCCC;
  }
  select:focus {
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 6px center #FFF;
    background-size: 20px;
  }
  figure.wp-block-image.size-full.img60 img {
    width: 60%;
  }
  table {
    width: 100%;
    color: #000000;
    letter-spacing: 0.1em;
    border-collapse: collapse;
  }
  table th {
    text-align: left;
    padding: 10px;
    font-weight: 400;
    vertical-align: top;
    border-bottom: 1px solid #726046;
  }
  table td {
    text-align: left;
    padding: 10px;
    font-weight: 400;
    border-bottom: 1px solid #726046;
  }
  table.price-table tr:last-child td {
    /* border-bottom: none; */
  }
  table.price-table td {
    width: auto;
    text-align: left;
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #726046;
    /* border-right: 1px solid $color-dark-gold; */
    letter-spacing: 0em;
  }
  table.price-table td:first-child {
    width: 30%;
  }
  table.price-table td:nth-child(2) {
    width: 22%;
  }
  table.price-table td:last-child {
    width: 48%;
    border-right: none;
    text-align: right;
    font-weight: 700;
    font-size: 100%;
    color: #523B2F;
  }
  table.price-table td dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 6px;
    line-height: 1.6;
  }
  table.price-table td dl.moniter-price {
    border-right: none;
    text-align: right;
  }
  table.price-table td dl.moniter-price dd:first-child {
    letter-spacing: -0.05em;
  }
  table.price-table td dl.normal-price {
    border-right: none;
    text-align: right;
  }
  table.price-table td dl dd {
    display: inline-block;
  }
  table.price-table td dl dd:first-child {
    font-weight: 400;
  }
  table.price-table td dl dd:last-child {
    width: 70px;
  }
  #menu {
    padding: 50px 0;
  }
  #menu .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px 15px;
  }
  #menu .wrapper ul li {
    max-width: 170px;
    width: calc(50% - 10px);
    display: inline-block;
    position: relative;
  }
  #menu .wrapper ul li a {
    width: 170px;
    height: 136px;
    display: block;
    color: #000000;
    overflow: hidden;
    border-radius: 24px;
  }
  #menu .wrapper ul li a img {
    width: 170px;
    height: auto;
    margin: 0 auto 20px auto;
    transition: transform 0.4s ease;
    border-radius: 24px;
  }
  #menu .wrapper ul li a:hover {
    opacity: 1;
  }
  #menu .wrapper ul li a:hover img {
    opacity: 1;
    transition: transform 0.4s ease;
    transform: scale(1.1);
  }
  #menu .wrapper ul li p {
    margin-top: 6px;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.025em;
  }
  #reserve {
    width: 100%;
    margin: 0 auto;
  }
  #reserve .wrapper .reserve-box {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 0;
  }
  #reserve .wrapper .reserve-box div {
    display: block;
    width: 100%;
    max-width: inherit;
  }
  #reserve .wrapper .reserve-box div.btn-line {
    margin-bottom: 20px;
  }
  #reserve .wrapper .reserve-box div.btn-line a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
    border: 1px solid linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 0.1em;
    position: relative;
    border-radius: 30px;
  }
  #reserve .wrapper .reserve-box div.btn-line a i {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  #reserve .wrapper .reserve-box div.btn-web a {
    display: block;
    line-height: 60px;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
    border: 1px solid linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
    color: #000000;
    font-size: 21px;
    letter-spacing: 0.1em;
    position: relative;
    border-radius: 30px;
  }
  #reserve .wrapper .reserve-box div.btn-web a i {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  #clinic {
    background: url(./assets/images/common/clinic_bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #clinic .wrapper {
    padding: 50px 20px;
  }
  #clinic .wrapper .flex-box {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #clinic .wrapper .flex-box .img-box {
    display: inline-block;
    width: 100%;
  }
  #clinic .wrapper .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  #clinic .wrapper .flex-box .text-box {
    display: block;
    width: 100%;
  }
  #clinic .wrapper .flex-box .text-box p {
    padding-bottom: 0;
  }
  #clinic .wrapper .flex-box .text-box table {
    width: 100%;
    color: #FFFFFF !important;
    letter-spacing: 0.1em;
    border-collapse: collapse;
    margin-bottom: 50px;
  }
  #clinic .wrapper .flex-box .text-box table th {
    text-align: left;
    padding: 10px;
    font-weight: 400;
    vertical-align: top;
    border-bottom: 1px solid #726046;
  }
  #clinic .wrapper .flex-box .text-box table td {
    text-align: left;
    padding: 10px;
    font-weight: 400;
    border-bottom: 1px solid #726046;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  padding: 0;
  height: 120px;
  transition: 0.3s ease-in-out;
}
header .header-inner {
  text-align: center;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
header .header-inner #logo {
  display: inline-block;
}
header .header-inner #logo a {
  display: block;
  width: 100%;
  height: auto;
}
header .header-inner #logo a img {
  width: auto;
  height: 42px;
  transition: 0.3s ease-in-out;
}
header .header-inner #nav-pc {
  display: inline-block;
}
header .header-inner #nav-pc nav {
  text-align: center;
}
header .header-inner #nav-pc nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}
header .header-inner #nav-pc nav ul li {
  display: inline-block;
}
header .header-inner #nav-pc nav ul li a {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFFFFF;
  position: relative;
  letter-spacing: 0.05em;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}
header .header-inner #nav-pc nav ul li a span {
  display: block;
  font-size: 14px;
  font-weight: 200;
}
header .header-inner #nav-pc nav ul li a:hover {
  color: #BDA54A;
  opacity: 1;
}
header .header-inner #nav-pc nav ul li.sns a i {
  font-size: 30px;
}
header .header-inner #nav-pc nav ul li.cvr a {
  background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  color: #FFFFFF;
  width: 185px;
  height: 50px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
header .header-inner #nav-pc nav ul li.cvr a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header .header-inner #nav-pc nav ul li.cvr a:hover:before {
  opacity: 1;
}
header #nav-sp {
  display: none;
}
header.is-animation {
  transition: 0.3s ease-in-out;
  background: rgba(114, 96, 70, 0.35);
}
header.is-animation .header-inner {
  transition: 0.3s ease-in-out;
  margin: 0 auto;
  /* #logo {
    display: inline-block;
    img {
      width: auto;
      height: 46px;
      transition: 0.3s ease-in-out;
    }
  } */
}

@media only screen and (max-width: 868px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 10;
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 50px;
    transition: 0.3s ease-in-out;
  }
  header .header-inner {
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
  }
  header .header-inner #logo {
    display: inline-block;
    margin-top: 0;
    padding: 12px 0 0 15px;
  }
  header .header-inner #logo a {
    display: block;
    width: 100%;
    height: auto;
  }
  header .header-inner #logo a img {
    width: auto;
    height: 30px;
    transition: 0.3s ease-in-out;
  }
  header .header-inner #nav-pc {
    display: none;
  }
  header #nav-sp {
    display: inherit;
  }
  header #nav-sp #toggle-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div {
    background-color: #FFFFFF;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 12px;
    transform: rotate(135deg);
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    width: 26px;
    height: 2px;
    margin-top: -22px;
    transform: rotate(-135deg);
    left: 0;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger p {
    padding-top: 26px;
  }
  header #nav-sp #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header #nav-sp .hamburger {
    position: absolute;
    content: "";
    display: block;
    cursor: pointer;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  }
  header #nav-sp .hamburger div {
    position: relative;
    text-align: center;
    margin: 0 auto;
    top: 12px;
    width: 27px;
    height: 2px;
    background: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header #nav-sp .hamburger div:nth-of-type(2) {
    margin: 9px auto;
  }
  header #nav-sp .menu-overlay {
    position: fixed;
    display: block;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #E1DAD3;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header #nav-sp .menu-overlay .overlay-link {
    margin: 70px 20px 20px 20px;
  }
  header #nav-sp .menu-overlay .overlay-link li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #726046;
  }
  header #nav-sp .menu-overlay .overlay-link li:first-child {
    border-top: 1px solid #726046;
  }
  header #nav-sp .menu-overlay .overlay-link li a {
    font-size: 18px;
    padding: 10px;
    display: block;
    text-align: left;
    color: #000000;
    position: relative;
  }
  header #nav-sp .menu-overlay .overlay-link li a:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 16px;
    background: url(./assets/images/common/ico_arrow_right.svg) no-repeat right center;
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  header #nav-sp .menu-overlay .overlay-link li a:hover {
    background: #F5EFE4;
    transition: transform 0.3s ease;
    opacity: 1;
  }
  header #nav-sp .menu-overlay .overlay-link li a:hover:after {
    transform: translateX(10px);
    transition: transform 0.3s ease;
  }
  header #nav-sp .menu-overlay p {
    margin-bottom: 0;
    display: block;
  }
  header #nav-sp .menu-overlay p.lang {
    margin: 0 20px;
    width: calc(100% - 40px);
    display: inherit;
    background: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    letter-spacing: 0.025em;
    padding: 8px;
    color: #FFFFFF !important;
  }
  header #nav-sp .menu-overlay p.lang i {
    margin-right: 8px;
  }
}
.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 20px;
}
.page-top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}
.page-top i {
  opacity: 1;
  color: #FFFFFF;
  font-size: 15px;
}
.page-top:hover:before {
  opacity: 1;
}
.page-top:hover i {
  color: #FFFFFF;
}
.page-top.js-show {
  opacity: 1;
}

#float-btn {
  display: none;
}

footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 0;
  width: 100%;
  padding: 100px 30px;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
footer .footer-inner .footer-logo {
  display: inline-block;
  width: 420px;
  text-align: left;
}
footer .footer-inner .footer-logo img {
  width: auto;
  height: 42px;
  margin-bottom: 10px;
}
footer .footer-inner .footer-logo p {
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
footer .footer-inner .footer-logo .footer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 10px;
  align-items: center;
}
footer .footer-inner .footer-logo .footer-sns a {
  display: block;
}
footer .footer-inner .footer-logo .footer-sns a i {
  color: #FFFFFF;
  font-size: 30px;
}
footer .footer-inner .footer-link {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 30px;
}
footer .footer-inner .footer-link ul {
  display: inline-block;
  text-align: left;
  width: calc(33.3333333333% - 30px);
}
footer .footer-inner .footer-link ul li {
  text-align: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
footer .footer-inner .footer-link ul li a {
  display: block;
  position: relative;
  color: #FFFFFF;
}
footer .footer-inner .footer-link ul li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: -20px;
  top: 10px;
  background: #FFFFFF;
}
footer .copyright {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 868px) {
  #float-btn {
    display: inherit;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  #float-btn ul {
    display: flex;
    width: 100%;
  }
  #float-btn ul li {
    display: inline-block;
    width: 50%;
    height: 60px;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    box-shadow: none;
  }
  #float-btn ul li a {
    display: block;
    width: 100%;
    height: 100%;
    writing-mode: horizontal-tb;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
    line-height: 60px;
  }
  #float-btn ul li a i {
    font-size: 27px;
    margin-right: 6px;
    margin-bottom: 0;
    position: relative;
    top: 4px;
  }
  #float-btn ul li a.tel {
    background: #003B6A;
  }
  #float-btn ul li a.line {
    background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
  }
  #float-btn ul li a.web {
    background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
    color: #000000;
  }
  .page-top {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, rgb(190, 143, 75) 0%, rgb(129, 84, 12) 100%);
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 20px;
  }
  .page-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
  }
  .page-top i {
    opacity: 1;
    color: #FFFFFF;
    font-size: 15px;
  }
  .page-top:hover:before {
    opacity: 1;
  }
  .page-top:hover i {
    color: #FFFFFF;
  }
  .page-top.js-show {
    opacity: 1;
  }
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
    z-index: 0;
    width: 100%;
    padding: 50px 20px 100px 20px;
  }
  footer .footer-inner {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  footer .footer-inner .footer-logo {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  footer .footer-inner .footer-logo img {
    width: auto;
    height: 36px;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-logo p {
    letter-spacing: 0.1em;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  footer .footer-inner .footer-logo .footer-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-logo .footer-sns a {
    display: block;
  }
  footer .footer-inner .footer-logo .footer-sns a i {
    color: #FFFFFF;
    font-size: 27px;
  }
  footer .footer-inner .footer-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 15px;
  }
  footer .footer-inner .footer-link ul {
    display: inline-block;
    text-align: left;
    width: calc(50% - 15px);
  }
  footer .footer-inner .footer-link ul li {
    text-align: left;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-link ul li a {
    display: block;
    position: relative;
    color: #FFFFFF;
  }
  footer .footer-inner .footer-link ul li a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: -20px;
    top: 10px;
    background: #FFFFFF;
  }
  footer .copyright {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0em;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
  }
}
#home-hero {
  min-height: 1088px;
  width: 100%;
  margin: 0;
  padding: 110px 0 40px 110px;
  position: relative;
  overflow: hidden;
}
#home-hero .mainimg {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  height: 1088px;
  z-index: 1;
}
#home-hero .mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(./assets/images/home/mainimg.png) no-repeat right top;
  background-size: contain;
  opacity: 0;
  filter: blur(15px);
  transform: scale(1.08);
  animation: bgBlurIn 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#home-hero .mainimg .maintext {
  position: absolute;
  left: -60px;
  top: 28%;
  text-align: left;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  animation: textBlurUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}
#home-hero .mainimg .maintext .open {
  display: inline-block;
  font-size: 18px;
  color: #BDA54A;
  /* border: 1px solid $color-gold; */
  letter-spacing: 0.1em;
  padding: 0 0 0 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
#home-hero .mainimg .maintext h2 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 68px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
#home-hero .mainimg .maintext h3 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.18em;
  margin-bottom: 40px;
}
#home-hero .mainimg .maintext p {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding-bottom: 0;
}

@keyframes bgBlurIn {
  0% {
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.08);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes textBlurUp {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
#campaign {
  padding: 100px 0;
}
#campaign .wrapper h2 {
  margin-bottom: 80px;
}
#campaign .wrapper .campaign-list {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#campaign .wrapper .campaign-list .campaign-item {
  width: calc(33.3333333333% - 35px);
  max-width: 250px;
}
#campaign .wrapper .campaign-list .campaign-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#campaign .wrapper .campaign-list .campaign-item a .campaign-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
#campaign .wrapper .campaign-list .campaign-item a .campaign-txt {
  margin-top: 10px;
}
#campaign .wrapper .campaign-list .campaign-item a .campaign-txt .title {
  margin: 5px 0 0;
}

#concept {
  padding: 100px 0;
}
#concept:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background: url(./assets/images/home/concept_img.png) no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
#concept .wrapper h3 {
  text-align: left;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#concept .wrapper p {
  text-align: left;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 2.4em;
}

#features {
  padding: 100px 0;
}
#features .wrapper {
  height: 100%;
}
#features .wrapper .features-box {
  position: relative;
  color: #FFFFFF;
  min-height: 710px;
  margin-top: 360px;
}
#features .wrapper .features-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 710px;
  height: 710px;
  border-radius: 355px;
  border: 1px solid #523B2F;
}
#features .wrapper .features-box .features-01, #features .wrapper .features-box .features-02, #features .wrapper .features-box .features-03 {
  width: 480px;
  position: absolute;
  content: "";
  z-index: 1;
}
#features .wrapper .features-box .features-01 h3, #features .wrapper .features-box .features-02 h3, #features .wrapper .features-box .features-03 h3 {
  text-align: left;
  font-family: adobe-garamond-pro, serif;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 46px;
  padding-left: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}
#features .wrapper .features-box .features-01 h3 span, #features .wrapper .features-box .features-02 h3 span, #features .wrapper .features-box .features-03 h3 span {
  padding-left: 20px;
  font-size: 18px;
}
#features .wrapper .features-box .features-01 h3:before, #features .wrapper .features-box .features-02 h3:before, #features .wrapper .features-box .features-03 h3:before {
  font-weight: 200;
  z-index: -1;
  text-align: left;
  font-size: 140px;
  color: #726046;
  letter-spacing: 0.05em;
  font-family: adobe-garamond-pro, serif;
  position: absolute;
  left: -50px;
  top: -50px;
}
#features .wrapper .features-box .features-01 img, #features .wrapper .features-box .features-02 img, #features .wrapper .features-box .features-03 img {
  width: 100%;
  height: auto;
}
#features .wrapper .features-box .features-01 p, #features .wrapper .features-box .features-02 p, #features .wrapper .features-box .features-03 p {
  padding-left: 45px;
  text-align: left;
  font-size: 18px;
  line-height: 2.4em;
  letter-spacing: 0.05em;
}
#features .wrapper .features-box .features-01 {
  top: -270px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#features .wrapper .features-box .features-01 h3:before {
  content: "01";
}
#features .wrapper .features-box .features-02 {
  bottom: 0;
  left: 0;
}
#features .wrapper .features-box .features-02 h3:before {
  content: "02";
}
#features .wrapper .features-box .features-03 {
  bottom: 0;
  right: 0;
}
#features .wrapper .features-box .features-03 h3:before {
  content: "03";
}

#doctor {
  padding: 100px 0 50px 0;
}
#doctor:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1050px;
  background: url(./assets/images/home/doctor_img.png) no-repeat left bottom;
  background-size: contain;
  z-index: -1;
}
#doctor .wrapper h2 {
  margin-bottom: 140px;
}
#doctor .wrapper .doctor-box {
  position: relative;
  min-width: 600px;
  width: 600px;
}
#doctor .wrapper .doctor-box h3 {
  text-align: left;
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 40px;
}
#doctor .wrapper .doctor-box p {
  text-align: left;
  letter-spacing: 0.1em;
}
#doctor .wrapper .doctor-box p.name-clinic {
  font-size: 18px;
  padding-bottom: 0;
}
#doctor .wrapper .doctor-box p.name-jp {
  font-size: 40px;
  letter-spacing: 0.5em;
  padding-bottom: 0;
}
#doctor .wrapper .doctor-box p.name-jp a {
  color: #000000;
}
#doctor .wrapper .doctor-box p.name-jp a i {
  font-size: 30px;
}
#doctor .wrapper .doctor-box p.name-en {
  font-size: 15px;
  padding-bottom: 40px;
}

.news-box {
  width: 80%;
  margin-left: auto;
}
.news-box ul li {
  border-bottom: 1px solid #726046;
  padding: 20px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.news-box ul li .date {
  color: #BDA54A;
  margin-right: 60px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.news-box ul li a {
  display: block;
  color: #FFFFFF;
  flex: 1;
}
.news-box ul li a:hover {
  opacity: 1;
  color: #BDA54A;
}

@media only screen and (max-width: 868px) {
  #home-hero {
    min-height: 340px;
    width: 100%;
    margin: 0;
    padding: 55px 0 20px 20px;
    position: relative;
    overflow: hidden;
  }
  #home-hero .mainimg {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 340px;
    z-index: 1;
  }
  #home-hero .mainimg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(./assets/images/home/mainimg.png) no-repeat right top;
    background-size: contain;
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.08);
    animation: bgBlurIn 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  #home-hero .mainimg .maintext {
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0;
    text-align: left;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(30px);
    animation: textBlurUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
  }
  #home-hero .mainimg .maintext .open {
    display: inline-block;
    font-size: 14px;
    color: #BDA54A;
    letter-spacing: 0.1em;
    padding: 0 0 0 4px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #home-hero .mainimg .maintext h2 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
  }
  #home-hero .mainimg .maintext h3 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
  }
  #home-hero .mainimg .maintext p {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    padding-bottom: 0;
  }
  #campaign {
    padding: 50px 0;
  }
  #campaign .wrapper h2 {
    margin-bottom: 50px;
  }
  #campaign .wrapper .campaign-list {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #campaign .wrapper .campaign-list .campaign-item {
    width: calc(50% - 10px);
    max-width: 250px;
  }
  #campaign .wrapper .campaign-list .campaign-item a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  #campaign .wrapper .campaign-list .campaign-item a .campaign-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
  }
  #campaign .wrapper .campaign-list .campaign-item a .campaign-txt {
    margin-top: 10px;
  }
  #campaign .wrapper .campaign-list .campaign-item a .campaign-txt .title {
    margin: 5px 0 0;
  }
  #concept {
    padding: 50px 0;
  }
  #concept:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background: url(./assets/images/home/concept_img.png) no-repeat right top;
    background-size: calc(100% - 20px) auto;
    z-index: -1;
  }
  #concept .wrapper h3 {
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 400;
    letter-spacing: 0.075em;
    margin-bottom: 20px;
    padding-top: 210px;
  }
  #concept .wrapper p {
    text-align: left;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  #features {
    padding: 50px 0;
  }
  #features .wrapper {
    height: 100%;
  }
  #features .wrapper .features-box {
    position: relative;
    color: #FFFFFF;
    min-height: 710px;
    margin-top: 0;
  }
  #features .wrapper .features-box:after {
    display: none;
  }
  #features .wrapper .features-box .features-01, #features .wrapper .features-box .features-02, #features .wrapper .features-box .features-03 {
    width: 100%;
    position: relative;
    content: "";
    z-index: 1;
    padding-bottom: 30px;
  }
  #features .wrapper .features-box .features-01 h3, #features .wrapper .features-box .features-02 h3, #features .wrapper .features-box .features-03 h3 {
    text-align: left;
    font-family: adobe-garamond-pro, serif;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 30px;
    padding-left: 25px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  #features .wrapper .features-box .features-01 h3 span, #features .wrapper .features-box .features-02 h3 span, #features .wrapper .features-box .features-03 h3 span {
    padding-left: 10px;
    font-size: 13px;
  }
  #features .wrapper .features-box .features-01 h3:before, #features .wrapper .features-box .features-02 h3:before, #features .wrapper .features-box .features-03 h3:before {
    font-weight: 200;
    z-index: -1;
    text-align: left;
    font-size: 56px;
    color: #726046;
    letter-spacing: 0em;
    font-family: adobe-garamond-pro, serif;
    position: absolute;
    left: -12px;
    top: -12px;
  }
  #features .wrapper .features-box .features-01 img, #features .wrapper .features-box .features-02 img, #features .wrapper .features-box .features-03 img {
    width: 100%;
    height: auto;
  }
  #features .wrapper .features-box .features-01 p, #features .wrapper .features-box .features-02 p, #features .wrapper .features-box .features-03 p {
    padding-left: 25px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.0125em;
  }
  #features .wrapper .features-box .features-01 {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #features .wrapper .features-box .features-01 h3:before {
    content: "01";
  }
  #features .wrapper .features-box .features-02 {
    bottom: 0;
    left: 0;
  }
  #features .wrapper .features-box .features-02 h3:before {
    content: "02";
  }
  #features .wrapper .features-box .features-03 {
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }
  #features .wrapper .features-box .features-03 h3:before {
    content: "03";
  }
  #doctor {
    padding: 50px 0 50px 0;
  }
  #doctor:after {
    content: "";
    position: absolute;
    bottom: inherit;
    top: 140px;
    left: 0;
    width: 100%;
    height: 600px;
    background: url(./assets/images/home/doctor_img.png) no-repeat left top;
    background-size: calc(100% - 20px) auto;
    z-index: -1;
  }
  #doctor .wrapper h2 {
    margin-bottom: 50px;
  }
  #doctor .wrapper .doctor-box {
    position: relative;
    min-width: inherit;
    width: 100%;
  }
  #doctor .wrapper .doctor-box h3 {
    text-align: left;
    font-size: 21px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 70px;
  }
  #doctor .wrapper .doctor-box p {
    text-align: left;
    letter-spacing: 0.1em;
  }
  #doctor .wrapper .doctor-box p.name-clinic {
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 60px;
    letter-spacing: 0.025em;
  }
  #doctor .wrapper .doctor-box p.name-jp {
    font-size: 30px;
    letter-spacing: 0.15em;
    padding-bottom: 0;
  }
  #doctor .wrapper .doctor-box p.name-jp a {
    letter-spacing: 0;
    color: #000000;
  }
  #doctor .wrapper .doctor-box p.name-jp a i {
    font-size: 24px;
  }
  #doctor .wrapper .doctor-box p.name-en {
    font-size: 14px;
    padding-bottom: 50px;
  }
  .news-box {
    width: 100%;
    margin-left: auto;
  }
  .news-box ul li {
    border-bottom: 1px solid #726046;
    padding: 10px 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
  .news-box ul li .date {
    color: #BDA54A;
    margin-right: 20px;
    flex-shrink: 0;
    letter-spacing: 0.05em;
  }
  .news-box ul li a {
    display: block;
    color: #FFFFFF;
    flex: 1;
  }
  .news-box ul li a:hover {
    opacity: 1;
    color: #BDA54A;
  }
}
main.page {
  padding-top: 110px;
}
main.page .page-hero {
  position: relative;
  max-height: 300px;
  height: 300px;
  width: 100%;
  margin: 0;
  padding: 60px;
  border-bottom: 1px solid #726046;
}
main.page .page-hero .mainimg {
  width: 100%;
  max-width: 1132px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
}
main.page .page-hero .mainimg h1 {
  font-size: 60px;
  font-family: the-seasons, "Noto Serif JP", sans-serif;
  position: relative;
  text-align: left;
  display: block;
  color: #BDA54A;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
main.page .page-hero .mainimg h1 span {
  display: block;
  font-size: 21px;
}
main.page .page-hero .mainimg .breadBox {
  width: 100%;
  position: relative;
}
main.page .page-hero .mainimg .breadBox .wrapper {
  text-align: left;
}
main.page .page-hero .mainimg .breadBox .wrapper ul {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  position: relative;
  color: #FFFFFF;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li:after {
  position: absolute;
  content: "/";
  right: 14px;
  top: 0;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li a {
  text-decoration: underline;
  padding-right: 30px;
  color: #FFFFFF;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li:last-child:after {
  content: "";
}

#page-01 .wrapper h2 span[id] {
  scroll-margin-top: 186px;
  position: relative;
  z-index: -1;
}
#page-01 .wrapper h2 span[id]:before {
  content: "";
  display: block;
  height: 186px;
  margin-top: -186px;
}
#page-01 .wrapper h2 {
  font-family: "Noto Serif JP", "Spectral", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  border-top: 1px solid #726046;
  border-bottom: 1px solid #726046;
  padding: 20px 0 25px 0;
  background: rgba(129, 84, 12, 0.15);
  color: #523B2F;
  font-weight: 500;
  position: relative;
  margin: 50px auto 100px auto;
  text-align: center;
  line-height: 1.2;
}
#page-01 .wrapper h2.maintit {
  font-size: 27px;
  color: #523B2F;
  border-top: none;
  background: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #523B2F;
  margin: 50px auto 50px auto;
}
#page-01 .wrapper h2.maintit:first-of-type {
  margin-top: 0;
}
#page-01 .wrapper h3 {
  font-size: 24px;
  color: #523B2F;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin: 50px 0;
}
#page-01 .wrapper h3.subtit {
  padding: 10px 20px;
  font-size: 24px;
  text-align: left;
  border: none;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
  color: #523B2F;
  /* position: relative;
  background: url(./assets/images/common/body_bg.jpg) no-repeat center center; 
  background-size: cover;
  background-attachment: fixed;
  &:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: $color-beige-opa;
    mix-blend-mode: hard-light;
    z-index: 1;
  }
  > * {
    position: relative;
    z-index: 2;
  } */
}
#page-01 .wrapper h4 {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  color: #000000;
  margin: 40px 0 30px 0;
  text-align: left;
  letter-spacing: 0.1em;
  color: #523B2F;
  padding-bottom: 15px;
  border-bottom: 1px dotted #523B2F;
}
#page-01 .wrapper h5 {
  position: relative;
  font-size: 18px;
  font-weight: 700px;
  color: #254075;
  padding-left: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  border-left: 5px solid #254075;
}
#page-01 .wrapper p {
  color: #000000;
  letter-spacing: 0.1em;
}
#page-01 .wrapper strong {
  font-weight: 900;
  font-size: 18px;
}
#page-01 .wrapper a {
  text-decoration: underline;
  display: inline-block;
}
#page-01 .wrapper a:hover {
  word-break: break-all !important;
  overflow-wrap: break-all !important;
}
#page-01 .wrapper .entry-box .entry-date {
  color: #000000;
  letter-spacing: 0.1em;
}
#page-01 .wrapper ul {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper ul.wp-block-list {
  padding-bottom: 15px;
}
#page-01 .wrapper ul.wp-block-list li {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  margin-left: 35px;
  position: relative;
  color: #000000;
  letter-spacing: 0.05em;
}
#page-01 .wrapper ul.wp-block-list li:before {
  color: #726046;
  position: absolute;
  content: "●";
  font-weight: 900;
  left: -30px;
  font-size: 14px;
  top: 0px;
}
#page-01 .wrapper ol {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper ol.wp-block-list li {
  text-align: left;
  margin-bottom: 15px;
  line-height: 2em;
  font-size: 16px;
  list-style: decimal;
  margin-left: 25px;
}
#page-01 .wrapper .privacy-box {
  border: 1px solid rgba(225, 218, 211, 0.75);
  border-radius: 9px;
  padding: 30px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: left;
  display: inline-block;
  margin-top: 30px;
}
#page-01 .wrapper .btn-more a {
  text-decoration: none;
}
#page-01 .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) {
  margin-bottom: 50px;
}
#page-01 .wp-block-column > .wp-block-columns:last-of-type {
  margin-bottom: 0 !important;
}
#page-01 .wp-block-columns {
  margin-bottom: 100px;
}
#page-01 .wp-block-columns:last-of-type {
  margin-bottom: 0;
}
#page-01 .maker strong {
  font-size: 120%;
  letter-spacing: 0.075em;
  background-image: linear-gradient(transparent 60%, pink 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#page-01 .risk-box {
  background: rgba(114, 96, 70, 0.35);
  color: #523B2F;
  padding: 30px;
  border-radius: 9px;
  margin-top: 50px;
}
#page-01 .risk-box h3 {
  font-size: 21px;
  margin: 0 0 30px 0;
  color: #523B2F;
}
#page-01 .risk-box p:last-of-type {
  padding-bottom: 0;
}

#toc_container.toc_white {
  width: 100%;
  margin-bottom: 100px;
  border: none;
  position: relative;
  z-index: 1;
}
#toc_container.toc_white ul.toc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#toc_container.toc_white ul.toc_list li a {
  padding: 5px 25px 5px 5px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #003B6A;
}
#toc_container.toc_white ul.toc_list li a:after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 10px;
}

body.category .page #category-content .wrapper .news-box {
  width: 100%;
  margin-left: auto;
}
body.category .page #category-content .wrapper .news-box ul li {
  border-bottom: 1px solid #726046;
  padding: 20px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
body.category .page #category-content .wrapper .news-box ul li .date {
  color: #523B2F;
  margin-right: 60px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body.category .page #category-content .wrapper .news-box ul li a {
  display: block;
  color: #000000;
  flex: 1;
}
body.category .page #category-content .wrapper .news-box ul li a:hover {
  opacity: 1;
  color: #726046;
}

body.page-id-11 #page-01 .wrapper .doctor-box {
  position: relative;
  min-width: 600px;
  width: 600px;
}
body.page-id-11 #page-01 .wrapper .doctor-box h3 {
  text-align: left;
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 40px;
  color: #000000;
}
body.page-id-11 #page-01 .wrapper .doctor-box p {
  text-align: left;
  letter-spacing: 0.1em;
}
body.page-id-11 #page-01 .wrapper .doctor-box p.name-clinic {
  font-size: 18px;
  padding-bottom: 0;
}
body.page-id-11 #page-01 .wrapper .doctor-box p.name-jp {
  font-size: 40px;
  letter-spacing: 0.5em;
  padding-bottom: 0;
}
body.page-id-11 #page-01 .wrapper .doctor-box p.name-jp a {
  color: #000000;
}
body.page-id-11 #page-01 .wrapper .doctor-box p.name-jp a i {
  font-size: 30px;
}
body.page-id-11 #page-01 .wrapper .doctor-box p.name-en {
  font-size: 15px;
  padding-bottom: 40px;
}

body.page-id-13 #page-01 #concept {
  padding: 0;
}

body.page-id-8 #page-01 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, body.page-id-8 #page-01 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  border-radius: 90px;
}
body.page-id-8 #page-01 :where(figure) {
  margin: 0;
}

body.page-id-17 #page-01 .wrapper .gmap {
  border-radius: 9px;
  padding-bottom: 62%;
}

@media only screen and (max-width: 868px) {
  main.page {
    padding-top: 50px;
  }
  main.page .page-hero {
    position: relative;
    max-height: 300px;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #726046;
  }
  main.page .page-hero .mainimg {
    width: 100%;
    max-width: 1132px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
  }
  main.page .page-hero .mainimg h1 {
    font-size: 36px;
    font-family: the-seasons, "Noto Serif JP", sans-serif;
    position: relative;
    text-align: left;
    display: block;
    color: #BDA54A;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  main.page .page-hero .mainimg h1 span {
    display: block;
    font-size: 18px;
  }
  main.page .page-hero .mainimg .breadBox {
    width: 100%;
    position: relative;
    font-size: 13px;
  }
  main.page .page-hero .mainimg .breadBox .wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
  }
  main.page .page-hero .mainimg .breadBox .wrapper::-webkit-scrollbar {
    display: none;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul {
    padding: 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li {
    flex-shrink: 0;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    position: relative;
    color: #FFFFFF;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li:after {
    position: absolute;
    content: "/";
    right: 7.5px;
    top: 0;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li a {
    text-decoration: underline;
    padding-right: 20px;
    color: #FFFFFF;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li:last-child:after {
    content: "";
  }
  #page-01 .wrapper h2 span[id] {
    scroll-margin-top: 186px;
    position: relative;
    z-index: -1;
  }
  #page-01 .wrapper h2 span[id]:before {
    content: "";
    display: block;
    height: 186px;
    margin-top: -186px;
  }
  #page-01 .wrapper h2 {
    font-family: "Noto Serif JP", "Spectral", serif;
    font-size: 24px;
    letter-spacing: 0.05em;
    border-top: 1px solid #726046;
    border-bottom: 1px solid #726046;
    padding: 10px 0 15px 0;
    background: rgba(129, 84, 12, 0.15);
    color: #523B2F;
    font-weight: 500;
    position: relative;
    margin: 25px auto 50px auto;
    text-align: center;
    line-height: 1.2;
  }
  #page-01 .wrapper h2.maintit {
    font-size: 24px;
    color: #523B2F;
    background: none;
    border-top: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #523B2F;
    margin: 25px auto 25px auto;
  }
  #page-01 .wrapper h2.maintit:first-of-type {
    margin-top: 0;
  }
  #page-01 .wrapper h3 {
    font-size: 21px;
    color: #523B2F;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    margin: 30px 0;
  }
  #page-01 .wrapper h3.subtit {
    padding: 10px 20px;
    font-size: 21px;
    text-align: left;
    border: none;
    font-weight: 500;
    background: linear-gradient(90deg, rgb(217, 194, 160) 0%, rgb(194, 162, 114) 100%);
    color: #523B2F;
    /* position: relative;
    background: url(./assets/images/common/body_bg.jpg) no-repeat center center; 
    background-size: cover;
    background-attachment: fixed;
    &:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: $color-beige-opa;
      mix-blend-mode: hard-light;
      z-index: 1;
    }
    > * {
      position: relative;
      z-index: 2;
    } */
  }
  #page-01 .wrapper h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 20px 0 20px 0;
    text-align: left;
    letter-spacing: 0.1em;
    color: #523B2F;
    padding-bottom: 10px;
    border-bottom: 1px dotted #523B2F;
  }
  #page-01 .wrapper h5 {
    position: relative;
    font-size: 16px;
    font-weight: 700px;
    color: #254075;
    padding-left: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    border-left: 5px solid #254075;
  }
  #page-01 .wrapper p {
    color: #000000;
    letter-spacing: 0.1em;
  }
  #page-01 .wrapper strong {
    font-weight: 900;
    font-size: 18px;
  }
  #page-01 .wrapper a {
    text-decoration: underline;
    display: inline-block;
  }
  #page-01 .wrapper a:hover {
    word-break: break-all !important;
    overflow-wrap: break-all !important;
  }
  #page-01 .wrapper .entry-box .entry-date {
    color: #000000;
    letter-spacing: 0.1em;
  }
  #page-01 .wrapper strong {
    font-weight: 900;
    font-size: 18px;
  }
  #page-01 .wrapper a {
    text-decoration: underline;
    display: inline-block;
  }
  #page-01 .wrapper a:hover {
    word-break: break-all !important;
    overflow-wrap: break-all !important;
  }
  #page-01 .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) {
    margin-bottom: 30px;
  }
  #page-01 .wp-block-column > .wp-block-columns:last-child {
    margin-bottom: 0 !important;
  }
  #page-01 .wp-block-columns {
    margin-bottom: 50px;
  }
  #page-01 .maker strong {
    font-size: 120%;
    letter-spacing: 0.05em;
    background-image: linear-gradient(transparent 60%, pink 60%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #page-01 ul {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 ul.wp-block-list {
    padding-bottom: 15px;
  }
  #page-01 ul.wp-block-list li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    margin-left: 35px;
    position: relative;
    color: #000000;
    letter-spacing: 0.05em;
  }
  #page-01 ul.wp-block-list li:before {
    color: #726046;
    position: absolute;
    content: "●";
    font-weight: 900;
    left: -30px;
    font-size: 14px;
    top: 0px;
  }
  #page-01 ol {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 ol.wp-block-list li {
    text-align: left;
    margin-bottom: 15px;
    line-height: 2em;
    font-size: 16px;
    list-style: decimal;
    margin-left: 25px;
  }
  #page-01 .privacy-box {
    border: 1px solid rgba(225, 218, 211, 0.75);
    border-radius: 9px;
    padding: 15px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    text-align: left;
    display: inline-block;
    margin-top: 30px;
  }
  #page-01 .btn-more a {
    text-decoration: none;
  }
  #page-01 .risk-box {
    background: rgba(114, 96, 70, 0.35);
    color: #523B2F;
    padding: 15px;
    border-radius: 9px;
    margin-top: 30px;
  }
  #page-01 .risk-box h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #523B2F;
  }
  #page-01 .risk-box p:last-of-type {
    padding-bottom: 0;
  }
  #toc_container.toc_white {
    width: 100%;
    margin-bottom: 100px;
    border: none;
    position: relative;
    z-index: 1;
  }
  #toc_container.toc_white ul.toc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  #toc_container.toc_white ul.toc_list li {
    display: inline-block;
    width: calc(50% - 5px);
    text-align: left;
  }
  #toc_container.toc_white ul.toc_list li a {
    display: block;
    padding: 5px 25px 5px 5px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #003B6A;
  }
  #toc_container.toc_white ul.toc_list li a:after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 10px;
  }
  /* クラスが付与されたカラムブロックのみ逆転 */
  .wp-block-columns.sp-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-columns.sp-reverse .wp-block-column:first-child {
    margin-bottom: 0;
  }
  body.page-id-8 #page-01 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, body.page-id-8 #page-01 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border-radius: 48px;
  }
  body.page-id-8 #page-01 :where(figure) {
    margin: 0;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box {
    position: relative;
    min-width: inherit;
    width: 100%;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box h3 {
    text-align: left;
    font-size: 21px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 40px;
    color: #000000;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box p {
    text-align: left;
    letter-spacing: 0.1em;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box p.name-clinic {
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 0;
    letter-spacing: 0.025em;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box p.name-jp {
    font-size: 30px;
    letter-spacing: 0.5em;
    padding-bottom: 0;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box p.name-jp a {
    letter-spacing: 0;
    color: #000000;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box p.name-jp a i {
    font-size: 24px;
  }
  body.page-id-11 #page-01 .wrapper .doctor-box p.name-en {
    font-size: 14px;
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */