@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(229, 178, 79, 0.55);
  color: #000000;
}

::-moz-selection {
  background: rgba(229, 178, 79, 0.55);
  color: #000000;
}

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

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #EFEDE8;
}

p {
  line-height: 1.8em;
  padding-bottom: 20px;
  text-align: justify;
}
p:last-of-type {
  padding-bottom: 0;
}

.mini {
  font-size: 85%;
}

strong {
  font-weight: 900;
}
strong.marker {
  display: inline;
  background: -webkit-linear-gradient(transparent 60%, rgb(229, 178, 79) 40%);
  background: linear-gradient(transparent 60%, rgb(229, 178, 79) 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 2px;
}

.octagon-40 {
  display: block;
  object-fit: cover;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
}

.octagon-30 {
  display: block;
  object-fit: cover;
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}

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: 180px;
  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: 40px auto 0 auto;
  font-size: 18px;
}
.btn-more.right {
  text-align: right;
  margin: 40px 0 0 0;
}
.btn-more.left {
  text-align: left;
  margin: 40px 0 0 0;
}
.btn-more a {
  text-decoration: none;
  display: inline-block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 500;
  background: #826732;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  overflow: hidden;
  z-index: 0;
}
.btn-more a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 178, 79, 0.55);
  clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
  pointer-events: none;
  transition: clip-path 0.25s ease;
  z-index: -1;
}
.btn-more a:hover {
  transition: all 0.3 ease;
  opacity: 1;
}
.btn-more a:hover:after {
  clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
}
.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: #B89A60;
  border: 1px solid #B89A60;
}
.btn-more.gold a:hover {
  background: #FFFFFF;
  color: #B89A60 !important;
  border: 1px solid #B89A60;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

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

.wipe-reveal {
  position: relative;
  overflow: hidden;
  display: block;
}
.wipe-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(229, 178, 79);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  will-change: clip-path;
}
.wipe-reveal > img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  z-index: 0;
  will-change: opacity;
}
.wipe-reveal > .wipe-inner {
  display: block;
  opacity: 0;
  position: relative;
  z-index: 0;
  will-change: opacity;
}
.wipe-reveal.wipe-animate::before {
  animation: wipe-curtain 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.wipe-reveal.wipe-animate > img,
.wipe-reveal.wipe-animate > .wipe-inner {
  animation: wipe-reveal-content 0.01s 0.4s forwards;
}

@keyframes wipe-curtain {
  0% {
    clip-path: inset(0 100% 0 0%);
  }
  50% {
    clip-path: inset(0 0% 0 0%);
  }
  100% {
    clip-path: inset(0 0% 0 100%);
  }
}
@keyframes wipe-reveal-content {
  to {
    opacity: 1;
  }
}
@keyframes fade-up-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up-in-rotated {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-10deg);
  }
}
.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: #EFEDE8;
  transition: 0.3s ease-in-out;
  outline: 2px solid #B89A60;
}

.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: #B89A60;
  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);
}

.birth-area p {
  display: flex;
}

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

textarea {
  width: 100%;
}

.required {
  background: #b80000;
  color: #f8e6ea;
  letter-spacing: 0;
  font-weight: 600;
  padding: 1px 5px;
  margin-right: 6px;
  font-size: 80%;
}

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

input.wpcf7-submit {
  cursor: pointer;
  text-align: center;
  margin: 30px auto;
  text-decoration: none;
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 500;
  background: #826732;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  overflow: hidden;
  z-index: 0;
}
input.wpcf7-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 178, 79, 0.55);
  clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
  pointer-events: none;
  transition: clip-path 0.25s ease;
  z-index: -1;
}
input.wpcf7-submit:focus {
  transition: all 0.3 ease;
  opacity: 1;
  background: rgb(229, 178, 79);
}
input.wpcf7-submit:focus:after {
  clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
}

.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: 160px 0;
  position: relative;
}

.wrapper {
  max-width: 1320px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.wrapper h2 {
  color: transparent;
  -webkit-text-stroke: 2px #B89A60;
  paint-order: stroke fill;
  text-align: left;
  font-size: 120px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 0 80px 0;
  line-height: 0.8;
}
.wrapper h2.black {
  color: transparent;
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
}
.wrapper h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  background: #B89A60;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
.wrapper h3:before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #EFEDE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.wrapper h4 {
  color: #B89A60;
  font-size: 18px;
  font-weight: 700;
}

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

.gold-box {
  background: #CFBF9C;
  margin-top: 30px;
  text-align: left;
  padding: 30px;
  border: 1px solid #B89A60;
  font-size: 18px;
}
.gold-box h4 {
  color: #826732;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

table {
  width: 100%;
  color: #000000;
  letter-spacing: 0.05em;
  border-collapse: collapse;
  font-size: 18px;
}
table th {
  width: 24%;
  text-align: left;
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #707070;
  font-weight: 500;
}
table td {
  width: 76%;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #707070;
}
table.price-table thead td {
  background: #B89A60;
  text-align: center;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
table.price-table thead td span {
  font-weight: 500;
  font-size: 18px;
}
table.price-table thead td:before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
table.price-table thead td.beige:before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #EFEDE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
table.price-table tbody th {
  width: 50%;
  font-weight: 500;
  font-size: 21px;
}
table.price-table tbody td {
  width: 50%;
  font-weight: 500;
  color: #B89A60;
  text-align: right;
  font-size: 27px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.blog-grid .blog-card {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.blog-grid .blog-card .blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  height: 100%;
}
.blog-grid .blog-card .blog-card__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 178, 79, 0.55);
  clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
  pointer-events: none;
  transition: clip-path 0.45s ease;
  z-index: 0;
}
.blog-grid .blog-card .blog-card__link:hover {
  transition: all 0.45 ease;
  opacity: 1;
}
.blog-grid .blog-card .blog-card__link:hover:after {
  clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
}
.blog-grid .blog-card .blog-card__link .blog-card__img .wipe-reveal {
  max-height: 180px;
}
.blog-grid .blog-card .blog-card__link .blog-card__img .wipe-reveal img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.blog-grid .blog-card .blog-card__link .blog-card__cat {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-grid .blog-card .blog-card__link .blog-card__cat .cat-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFF;
  background: #B89A60;
  padding: 2px 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-grid .blog-card .blog-card__link .blog-card__cat .cat-label--news {
  background: #000000;
}
.blog-grid .blog-card .blog-card__link .blog-card__cat .cat-label--column {
  background: #B89A60;
}
.blog-grid .blog-card .blog-card__link .blog-card__body {
  padding: 8px 20px 20px;
}
.blog-grid .blog-card .blog-card__link .blog-card__body .blog-card__date {
  display: block;
  font-weight: 400;
  color: #707070;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0.05em;
}
.blog-grid .blog-card .blog-card__link .blog-card__body h3 {
  padding: 0;
  background: none;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
.blog-grid .blog-card .blog-card__link .blog-card__body h3:before {
  display: none;
}
.blog-grid .blog-card .blog-card__link .blog-card__body h3.blog-card__title {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.05em;
}

.badge-wrapper {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.badge-wrapper:hover {
  transition: all 0.2s ease;
  transform: scale(1.05);
  opacity: 1;
  filter: brightness(1.15);
}
.badge-wrapper:hover a {
  opacity: 1;
}
.badge-wrapper .rotating-text {
  position: absolute;
  inset: 0;
  animation: spin 12s linear infinite;
}
.badge-wrapper .rotating-text svg {
  width: 100%;
  height: 100%;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.badge-wrapper .badge-circle {
  position: relative;
  z-index: 1;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgb(229, 178, 79);
  box-shadow: 0 0 10px rgba(229, 178, 79, 0.5), 0 0 32px rgba(229, 178, 79, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 24px;
}
.badge-wrapper .badge-limited {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  padding: 5px 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
}
.badge-wrapper .badge-limited span {
  font-size: 24px;
}
.badge-wrapper .badge-main {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}
.badge-wrapper .badge-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
}

#access {
  padding-bottom: 0;
}
#access .content-box {
  background: #FFFFFF;
  position: relative;
  padding-bottom: 120px;
}
#access .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #EFEDE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
#access .content-box .wrapper {
  position: relative;
  z-index: 2;
}
#access .content-box .wrapper h2 {
  text-align: right;
  top: -50px;
  margin-bottom: 40px;
}
#access .content-box .wrapper .btn-more {
  margin-top: 60px;
}

#instagram .wrapper {
  max-width: inherit;
  width: 100%;
}
#instagram .wrapper h2 {
  text-align: center;
}
#instagram .wrapper .instagram-box {
  overflow: hidden;
}
#instagram .wrapper .instagram-box img {
  width: 300px;
  height: 300px;
}

#contact {
  width: 100%;
}
#contact .wrapper {
  background: url(./assets/images/common/img_contact_bg.jpg) no-repeat center top;
  background-size: cover;
  height: 592px;
  padding: 80px;
}
#contact .wrapper h2 {
  margin: 0 auto 80px auto;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
}
#contact .wrapper p {
  text-align: center;
  margin: 0 auto 40px auto;
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 0;
  color: #FFFFFF;
}
#contact .wrapper .cvr-box {
  background: #FFFFFF;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
  align-items: center;
}
#contact .wrapper .cvr-box > div {
  display: inline-block;
  width: calc(33.3333333333% - 20px);
}
#contact .wrapper .cvr-box > div a {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  height: 60px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  overflow: hidden;
  z-index: 0;
  padding-top: 12px;
}
#contact .wrapper .cvr-box > div a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
  pointer-events: none;
  transition: clip-path 0.25s ease;
  z-index: -1;
}
#contact .wrapper .cvr-box > div a:hover {
  transition: all 0.3 ease;
  opacity: 1;
}
#contact .wrapper .cvr-box > div a:hover:after {
  clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
}
#contact .wrapper .cvr-box > div a i {
  margin-right: 20px;
  font-size: 30px;
  position: relative;
  top: 5px;
}
#contact .wrapper .cvr-box > div.btn-tel {
  background: #826732;
}
#contact .wrapper .cvr-box > div.btn-tel a {
  font-size: 21px;
}
#contact .wrapper .cvr-box > div.btn-tel a:after {
  background: rgba(229, 178, 79, 0.55);
}
#contact .wrapper .cvr-box > div.btn-line {
  background: #06C755;
}
#contact .wrapper .cvr-box > div.btn-line a:after {
  background: rgba(255, 255, 255, 0.6);
}
#contact .wrapper .cvr-box > div.btn-mail {
  background: #000000;
}
#contact .wrapper .cvr-box > div.btn-mail a:after {
  background: rgba(255, 255, 255, 0.6);
}

@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-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;
  }
  main {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 75px;
    overflow: hidden;
    background-color: transparent !important;
  }
  .octagon-40 {
    display: block;
    object-fit: cover;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  }
  .octagon-30 {
    display: block;
    object-fit: cover;
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 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: 40px 0;
    position: relative;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .wrapper h2 {
    color: transparent;
    -webkit-text-stroke: 1px #B89A60;
    paint-order: stroke fill;
    text-align: left;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 40px 0;
    line-height: 0.8;
  }
  .wrapper h2.black {
    color: transparent;
    -webkit-text-stroke: 1px #000000;
    paint-order: stroke fill;
  }
  .wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    background: #B89A60;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  .wrapper h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #EFEDE8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .wrapper h4 {
    color: #B89A60;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  .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;
  }
  .gold-box {
    background: #CFBF9C;
    margin-top: 20px;
    text-align: left;
    padding: 15px;
    border: 1px solid #B89A60 !important;
    font-size: 16px;
  }
  .gold-box h4 {
    color: #826732;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700 !important;
    margin-top: 0 !important;
  }
  .wpcf7 table {
    border-spacing: 0;
    font-size: 18px;
  }
  .wpcf7 table tbody tr th, .wpcf7 table tbody tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box !important;
    padding: 15px 0;
    letter-spacing: 0.05em;
  }
  .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: center;
    margin: 30px auto 0 auto;
    font-size: 16px;
  }
  .btn-more.right {
    text-align: right;
    margin: 30px 0 0 0;
  }
  .btn-more.left {
    text-align: left;
    margin: 30px 0 0 0;
  }
  .btn-more a {
    text-decoration: none;
    display: inline-block;
    width: 270px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-weight: 500;
    background: #826732;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    overflow: hidden;
    z-index: 0;
  }
  .btn-more a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 178, 79, 0.55);
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
    pointer-events: none;
    transition: clip-path 0.25s ease;
    z-index: -1;
  }
  .btn-more a:hover {
    transition: all 0.3 ease;
    opacity: 1;
  }
  .btn-more a:hover:after {
    clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
  }
  .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: #B89A60;
    border: 1px solid #B89A60;
  }
  .btn-more.gold a:hover {
    background: #FFFFFF;
    color: #B89A60 !important;
    border: 1px solid #B89A60;
  }
  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%;
  }
  .flex-box {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .flex-box .img-box {
    width: 100%;
    display: inline-block;
  }
  .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  .flex-box .text-box {
    width: 100%;
    display: inline-block;
  }
  table {
    width: 100%;
    color: #000000;
    letter-spacing: 0.05em;
    border-collapse: collapse;
    font-size: 16px;
  }
  table th {
    width: 25%;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #707070;
  }
  table td {
    width: 75%;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #707070;
  }
  table.price-table thead td {
    background: #B89A60;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 1;
  }
  table.price-table thead td span {
    font-weight: 500;
    font-size: 15px;
  }
  table.price-table thead td:before {
    content: "";
    position: absolute;
    top: -0.5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  table.price-table thead td.beige:before {
    content: "";
    position: absolute;
    top: -0.5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #EFEDE8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  table.price-table tbody th {
    font-weight: 500;
    font-size: 18px;
  }
  table.price-table tbody td {
    font-weight: 500;
    color: #B89A60;
    text-align: right;
    font-size: 21px;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-grid .blog-card {
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .blog-grid .blog-card .blog-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    height: 100%;
  }
  .blog-grid .blog-card .blog-card__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 178, 79, 0.55);
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
    pointer-events: none;
    transition: clip-path 0.45s ease;
    z-index: 0;
  }
  .blog-grid .blog-card .blog-card__link:hover {
    transition: all 0.45 ease;
    opacity: 1;
  }
  .blog-grid .blog-card .blog-card__link:hover:after {
    clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
  }
  .blog-grid .blog-card .blog-card__link .blog-card__img .wipe-reveal {
    max-height: 99px;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__img .wipe-reveal img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__cat {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__cat .cat-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
    background: #B89A60;
    padding: 2px 6px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__cat .cat-label--news {
    background: #000000;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__cat .cat-label--column {
    background: #B89A60;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__body {
    padding: 6px 10px 10px;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__body .blog-card__date {
    display: block;
    font-weight: 400;
    color: #707070;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__body h3 {
    padding: 0;
    background: none;
    line-height: 1.5;
    color: #000000;
    text-align: left;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__body h3:before {
    display: none;
  }
  .blog-grid .blog-card .blog-card__link .blog-card__body h3.blog-card__title {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .badge-wrapper {
    position: relative;
    width: 196px;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .badge-wrapper .rotating-text {
    position: absolute;
    inset: 0;
    animation: spin 12s linear infinite;
  }
  .badge-wrapper .rotating-text svg {
    width: 100%;
    height: 100%;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .badge-wrapper .badge-circle {
    position: relative;
    z-index: 1;
    width: 147px;
    height: 147px;
    border-radius: 50%;
    background: rgb(229, 178, 79);
    box-shadow: 0 0 7px rgba(229, 178, 79, 0.2), 0 0 22px rgba(229, 178, 79, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px 17px;
  }
  .badge-wrapper .badge-limited {
    font-size: 13px !important;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.08em !important;
    padding: 4px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    text-align: center;
  }
  .badge-wrapper .badge-limited span {
    font-size: 17px;
  }
  .badge-wrapper .badge-main {
    font-size: 13px !important;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.05em !important;
    padding-bottom: 0;
  }
  .badge-wrapper .badge-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.5;
  }
  #access {
    padding-bottom: 0;
  }
  #access .content-box {
    background: #FFFFFF;
    position: relative;
    padding-bottom: 40px;
  }
  #access .content-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #EFEDE8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
  }
  #access .content-box .wrapper {
    position: relative;
    z-index: 2;
  }
  #access .content-box .wrapper h2 {
    text-align: right;
    top: -15px;
    margin-bottom: 20px;
  }
  #access .content-box .wrapper .btn-more {
    margin: 30px auto 0 auto;
    text-align: center;
  }
  #instagram {
    padding-bottom: 40px;
  }
  #instagram .wrapper {
    max-width: inherit;
    width: 100%;
  }
  #instagram .wrapper h2 {
    text-align: center;
  }
  #instagram .wrapper .instagram-box {
    overflow: hidden;
  }
  #instagram .wrapper .instagram-box img {
    width: 180px;
    height: 180px;
  }
  #instagram .wrapper .instagram-box div#sbi_images {
    gap: 20px !important;
  }
  #instagram .wrapper .btn-more {
    margin-top: 0;
  }
  #contact {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
  #contact .wrapper {
    background: url(./assets/images/common/img_contact_bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: inherit;
    height: 100%;
    padding: 40px 20px;
  }
  #contact .wrapper h2 {
    margin: 0 auto 40px auto;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #FFFFFF;
  }
  #contact .wrapper p {
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-bottom: 0;
    color: #FFFFFF;
  }
  #contact .wrapper .cvr-box {
    background: #FFFFFF;
    padding: 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    align-items: center;
  }
  #contact .wrapper .cvr-box > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .wrapper .cvr-box > div a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    height: 60px;
    position: relative;
    text-align: left;
    letter-spacing: 0.05em;
    overflow: hidden;
    z-index: 0;
    padding: 15px 20px;
    line-height: 1;
  }
  #contact .wrapper .cvr-box > div a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%);
    pointer-events: none;
    transition: clip-path 0.25s ease;
    z-index: -1;
  }
  #contact .wrapper .cvr-box > div a:hover {
    transition: all 0.3 ease;
    opacity: 1;
  }
  #contact .wrapper .cvr-box > div a:hover:after {
    clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
  }
  #contact .wrapper .cvr-box > div a i {
    margin-right: 12px;
    font-size: 24px;
    position: relative;
    top: 5px;
  }
  #contact .wrapper .cvr-box > div.btn-tel {
    background: #826732;
  }
  #contact .wrapper .cvr-box > div.btn-tel a {
    font-size: 21px;
  }
  #contact .wrapper .cvr-box > div.btn-tel a:after {
    background: rgba(229, 178, 79, 0.55);
  }
  #contact .wrapper .cvr-box > div.btn-line {
    background: #06C755;
  }
  #contact .wrapper .cvr-box > div.btn-line a:after {
    background: rgba(255, 255, 255, 0.6);
  }
  #contact .wrapper .cvr-box > div.btn-mail {
    background: #000000;
    margin-bottom: 0;
  }
  #contact .wrapper .cvr-box > div.btn-mail a:after {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  padding: 0;
  transition: 0.5s ease-in;
}
header .header-inner {
  text-align: center;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease-in;
}
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: 56px;
  transition: 0.5s ease-in;
}
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;
}
header .header-inner #nav-pc nav ul li {
  display: inline-block;
  padding: 0 25px;
}
header .header-inner #nav-pc nav ul li a {
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}
header .header-inner #nav-pc nav ul li a span {
  color: #B89A60;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
header .header-inner #nav-pc nav ul li a:hover {
  color: rgb(229, 178, 79) !important;
  opacity: 1;
}
header .header-inner #nav-pc nav ul li.tel {
  border-left: 1px solid #000000;
}
header .header-inner #nav-pc nav ul li.tel a {
  letter-spacing: 0;
  font-size: 21px;
}
header .header-inner #nav-pc nav ul li.tel a span {
  color: #707070;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
header .header-inner #nav-pc nav ul li.instagram, header .header-inner #nav-pc nav ul li.line, header .header-inner #nav-pc nav ul li.mail {
  padding-right: 0;
}
header .header-inner #nav-pc nav ul li.instagram a, header .header-inner #nav-pc nav ul li.line a, header .header-inner #nav-pc nav ul li.mail a {
  width: 50px;
  height: 50px;
}
header .header-inner #nav-pc nav ul li.instagram a i, header .header-inner #nav-pc nav ul li.line a i, header .header-inner #nav-pc nav ul li.mail a i {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 10px;
}
header .header-inner #nav-pc nav ul li.instagram a:hover, header .header-inner #nav-pc nav ul li.line a:hover, header .header-inner #nav-pc nav ul li.mail a:hover {
  filter: brightness(1.1);
}
header .header-inner #nav-pc nav ul li.instagram {
  padding-left: 0;
}
header .header-inner #nav-pc nav ul li.instagram a {
  background: rgb(229, 178, 79);
}
header .header-inner #nav-pc nav ul li.line {
  padding-left: 10px;
}
header .header-inner #nav-pc nav ul li.line a {
  background: #06C755;
}
header .header-inner #nav-pc nav ul li.mail {
  padding-left: 10px;
}
header .header-inner #nav-pc nav ul li.mail a {
  background: #000000;
}
header .header-inner #nav-pc nav ul li.mail a:hover {
  background: #707070;
}
header #nav-sp {
  display: none;
}
header.is-animation {
  transition: 0.5s ease-in;
  background: #FFFFFF;
}
header.is-animation .header-inner {
  transition: 0.5s ease-in;
  margin: 0 auto;
  /* #logo {
    display: inline-block;
    img {
      width: auto;
      height: 46px;
      transition: 0.5s ease-in;
    }
  } */
}

@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.5s ease-in;
  }
  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.5s ease-in;
  }
  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.5s ease-in;
  }
  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: #826732;
  }
  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: #EFEDE8;
    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 span {
    margin-left: 15px;
    font-size: 15px;
  }
  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 .overlay-sns {
    display: block;
    text-align: center;
    margin: 0 auto;
    gap: 0;
  }
  header #nav-sp .menu-overlay .overlay-sns li {
    display: inline-block;
  }
  header #nav-sp .menu-overlay .overlay-sns li.tel {
    width: 100%;
    margin-bottom: 10px;
  }
  header #nav-sp .menu-overlay .overlay-sns li.tel a {
    display: block;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 10px 20px;
  }
  header #nav-sp .menu-overlay .overlay-sns li.tel a span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #707070;
    letter-spacing: 0.05em;
  }
  header #nav-sp .menu-overlay .overlay-sns li.instagram a, header #nav-sp .menu-overlay .overlay-sns li.line a, header #nav-sp .menu-overlay .overlay-sns li.mail a {
    display: block;
    width: 50px;
    height: 50px;
  }
  header #nav-sp .menu-overlay .overlay-sns li.instagram a i, header #nav-sp .menu-overlay .overlay-sns li.line a i, header #nav-sp .menu-overlay .overlay-sns li.mail a i {
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 10px;
  }
  header #nav-sp .menu-overlay .overlay-sns li.instagram a:hover, header #nav-sp .menu-overlay .overlay-sns li.line a:hover, header #nav-sp .menu-overlay .overlay-sns li.mail a:hover {
    filter: brightness(1.1);
    opacity: 1;
  }
  header #nav-sp .menu-overlay .overlay-sns li.instagram a {
    background: rgb(229, 178, 79);
  }
  header #nav-sp .menu-overlay .overlay-sns li.line {
    margin-left: 5px;
  }
  header #nav-sp .menu-overlay .overlay-sns li.line a {
    background: #06C755;
  }
  header #nav-sp .menu-overlay .overlay-sns li.mail {
    margin-left: 5px;
  }
  header #nav-sp .menu-overlay .overlay-sns li.mail a {
    background: #000000;
  }
  header #nav-sp .menu-overlay .overlay-sns li.mail a:hover {
    background: #707070;
  }
  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: 0;
  bottom: 0;
  z-index: 100;
  width: 56px;
  height: 56px;
  background: #B89A60;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 16px 10px;
}
.page-top i {
  opacity: 1;
  color: #FFFFFF;
  font-size: 24px;
}
.page-top:hover {
  background: #000000;
}
.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: url("assets/images/common/footer_bg.jpg") no-repeat center top;
  background-size: cover;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  z-index: 0;
  width: 100%;
  padding: 80px 20px;
}
footer .footer-logo {
  margin-bottom: 40px;
}
footer .footer-logo img {
  width: 210px;
  height: auto;
}
footer ul.footer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 80px;
}
footer ul.footer-sns li {
  display: inline-block;
}
footer ul.footer-sns li.instagram a, footer ul.footer-sns li.line a, footer ul.footer-sns li.mail a {
  display: block;
  width: 50px;
  height: 50px;
}
footer ul.footer-sns li.instagram a i, footer ul.footer-sns li.line a i, footer ul.footer-sns li.mail a i {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 10px;
}
footer ul.footer-sns li.instagram a:hover, footer ul.footer-sns li.line a:hover, footer ul.footer-sns li.mail a:hover {
  filter: brightness(1.1);
}
footer ul.footer-sns li.instagram {
  padding-left: 0;
}
footer ul.footer-sns li.instagram a {
  background: rgb(229, 178, 79);
}
footer ul.footer-sns li.line {
  padding-left: 10px;
}
footer ul.footer-sns li.line a {
  background: #06C755;
}
footer ul.footer-sns li.mail {
  padding-left: 10px;
}
footer ul.footer-sns li.mail a {
  border: 1px solid #FFFFFF;
}
footer ul.footer-sns li.mail a:hover {
  background: #707070;
}
footer ul.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
footer ul.footer-link a {
  display: inline-block;
  color: #FFFFFF;
}
footer .copyright {
  font-size: 14px;
  font-weight: 300;
  padding-top: 60px;
  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 .cvr-box {
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #float-btn .cvr-box li {
    display: inline-block;
    width: 33.3333333333%;
  }
  #float-btn .cvr-box li a {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0.05em;
    height: 60px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    padding-top: 18px;
  }
  #float-btn .cvr-box li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 100%);
    pointer-events: none;
    transition: clip-path 0.25s ease;
    z-index: -1;
  }
  #float-btn .cvr-box li a:hover {
    transition: all 0.3 ease;
    opacity: 1;
  }
  #float-btn .cvr-box li a:hover:after {
    clip-path: polygon(-200% 200%, 200% -200%, 100% 100%);
  }
  #float-btn .cvr-box li a i {
    margin-right: 6px;
    font-size: 21px;
    position: relative;
    top: 3px;
  }
  #float-btn .cvr-box li.btn-tel {
    background: #826732;
  }
  #float-btn .cvr-box li.btn-tel a:after {
    background: rgba(229, 178, 79, 0.55);
  }
  #float-btn .cvr-box li.btn-line {
    background: #06C755;
  }
  #float-btn .cvr-box li.btn-line a:after {
    background: rgba(255, 255, 255, 0.6);
  }
  #float-btn .cvr-box li.btn-mail {
    background: #000000;
  }
  #float-btn .cvr-box li.btn-mail a {
    letter-spacing: -0.05em;
  }
  #float-btn .cvr-box li.btn-mail a:after {
    background: rgba(255, 255, 255, 0.6);
  }
  .page-top {
    position: fixed;
    right: 0;
    bottom: 60px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: #B89A60;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 12px 10px;
  }
  .page-top i {
    opacity: 1;
    color: #FFFFFF;
    font-size: 18px;
  }
  .page-top:hover:before {
    opacity: 1;
  }
  .page-top.js-show {
    opacity: 1;
  }
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: url("assets/images/common/footer_bg.jpg") no-repeat center top;
    background-size: cover;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    z-index: 0;
    width: 100%;
    padding: 40px 20px 70px 20px;
  }
  footer .footer-logo {
    margin-bottom: 40px;
  }
  footer .footer-logo img {
    width: 150px;
    height: auto;
  }
  footer ul.footer-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5px;
    margin-bottom: 40px;
  }
  footer ul.footer-sns li {
    display: inline-block;
  }
  footer ul.footer-sns li.instagram a, footer ul.footer-sns li.line a, footer ul.footer-sns li.mail a {
    display: block;
    width: 50px;
    height: 50px;
  }
  footer ul.footer-sns li.instagram a i, footer ul.footer-sns li.line a i, footer ul.footer-sns li.mail a i {
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 10px;
  }
  footer ul.footer-sns li.instagram a:hover, footer ul.footer-sns li.line a:hover, footer ul.footer-sns li.mail a:hover {
    filter: brightness(1.1);
  }
  footer ul.footer-sns li.instagram {
    padding-left: 0;
  }
  footer ul.footer-sns li.instagram a {
    background: rgb(229, 178, 79);
  }
  footer ul.footer-sns li.line {
    padding-left: 5px;
  }
  footer ul.footer-sns li.line a {
    background: #06C755;
  }
  footer ul.footer-sns li.mail {
    padding-left: 5px;
  }
  footer ul.footer-sns li.mail a {
    border: 1px solid #FFFFFF;
  }
  footer ul.footer-sns li.mail a:hover {
    background: #707070;
  }
  footer ul.footer-link {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 0;
  }
  footer ul.footer-link a {
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
    display: block;
    color: #FFFFFF;
  }
  footer .copyright {
    font-size: 12px;
    font-weight: 300;
    padding-top: 40px;
    text-align: center;
    margin: 0 auto;
  }
}
#home-hero {
  min-height: 700px;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0 80px;
}
#home-hero .mainimg {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  min-height: 700px;
  z-index: 1;
}
#home-hero .mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(./assets/images/home/mainhero_02.jpg) no-repeat center top;
  background-size: cover;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
#home-hero .mainimg .mainimg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
  z-index: 1;
  pointer-events: none;
}
#home-hero .mainimg .mainimg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(229, 178, 79);
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  will-change: clip-path;
}
#home-hero .mainimg .maintext {
  position: absolute;
  left: -80px;
  bottom: 80px;
  text-align: left;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
#home-hero .mainimg .maintext h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.05em;
}
#home-hero .mainimg .maintext h2 span {
  display: inline-block;
  background: #FFFFFF;
  padding: 15px 40px;
  margin-bottom: 30px;
}
#home-hero .mainimg .maintext h2 span:last-of-type {
  margin-bottom: 0;
}
#home-hero .mainimg .maintext h2 strong {
  font-weight: 600;
  font-size: 48px;
}
#home-hero .mainimg .maintext h2 strong.hour {
  color: rgb(229, 178, 79);
}
#home-hero .mainimg .script {
  position: absolute;
  left: -30px;
  bottom: 320px;
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  font-size: 145px;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  color: rgb(229, 178, 79);
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translateY(30px) rotate(-10deg);
  transform-origin: left bottom;
  will-change: opacity, transform;
}
#home-hero .mainimg.wipe-animate::before {
  animation: wipe-reveal-content 0.01s 0.45s forwards;
}
#home-hero .mainimg.wipe-animate .mainimg-curtain {
  animation: wipe-curtain 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
#home-hero .mainimg.wipe-animate .maintext {
  animation: fade-up-in 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}
#home-hero .mainimg.wipe-animate .script {
  animation: fade-up-in-rotated 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
}
#home-hero .badge-wrapper {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 1;
}

#concept .wrapper .flex-box .img-box {
  max-width: 480px;
}
#concept .wrapper .flex-box .text-box {
  width: 750px;
}
#concept .wrapper .flex-box .text-box p {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  font-size: 18px;
}
#concept .wrapper .flex-box .text-box p strong {
  font-size: 120%;
}

#profile {
  padding: 0;
}
#profile .content-box {
  background: #CFBF9C;
  position: relative;
  min-height: 670px;
}
#profile .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #EFEDE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
#profile .content-box .wrapper {
  position: relative;
}
#profile .content-box .wrapper:before {
  position: absolute;
  content: "";
  background: url(./assets/images/home/img_nishimura.png) no-repeat left top;
  background-size: cover;
  left: -100px;
  top: -50px;
  width: 621px;
  height: 720px;
  z-index: 1;
}
#profile .content-box .wrapper .profile-name {
  padding: 60px 0 0 560px;
  text-align: left;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#profile .content-box .wrapper .profile-name .owner {
  border: 1px solid #000000;
  font-size: 21px;
  padding: 3px 15px;
  margin-right: 30px;
  top: -5px;
  position: relative;
}
#profile .content-box .wrapper .profile-name .name {
  font-weight: 700;
  font-size: 36px;
  margin-right: 30px;
}
#profile .content-box .wrapper .profile-name .eng {
  font-weight: 400;
  font-size: 18px;
}
#profile .content-box .wrapper .profile-box {
  padding: 0 0 0 560px;
}
#profile .content-box .wrapper .profile-box p {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.4em;
}

#facilities {
  padding-bottom: 0;
}
#facilities .wrapper h2 {
  text-align: center;
}
#facilities .wrapper p {
  text-align: center;
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
#facilities .wrapper p strong {
  font-size: 21px;
}
#facilities .wrapper .facilities-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 40px;
  padding-bottom: 20px;
}
#facilities .wrapper .facilities-box li {
  background: #FFFFFF;
  min-height: 232px;
  position: relative;
  display: inline-block;
  width: calc(20% - 32px);
  padding: 17px;
}
#facilities .wrapper .facilities-box li img {
  width: auto;
  height: 90px;
  margin: 30px auto 20px auto;
}

#menu {
  padding-bottom: 0;
}
#menu .content-box {
  background: #FFFFFF;
  position: relative;
  padding-bottom: 120px;
}
#menu .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #EFEDE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
#menu .content-box .wrapper {
  position: relative;
  z-index: 2;
}
#menu .content-box .wrapper .flex-box {
  align-items: flex-end;
}
#menu .content-box .wrapper h2 {
  text-align: right;
  top: -50px;
  margin-bottom: 40px;
}
#menu .content-box .wrapper .btn-more {
  margin-top: 60px;
}
#menu .content-box .badge-wrapper {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 1;
}

#blog {
  padding-bottom: 0;
}
#blog .wrapper .flex-box {
  align-items: flex-start;
}
#blog .wrapper .flex-box .text-box h3 {
  background: none;
  color: #B89A60;
  text-align: left;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0;
}
#blog .wrapper .flex-box .text-box h3:before {
  display: none;
}
#blog .wrapper .flex-box .text-box p {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
}
#blog .wrapper .flex-box .text-box .btn-more {
  margin-top: 60px;
}
#faq {
  padding: 0;
}
#faq .wrapper {
  margin-top: -50px;
}
#faq .wrapper h2 {
  text-align: center;
  margin: 0 auto;
  top: 50px;
  z-index: 1;
}
#faq .wrapper .content-box {
  background: #FFFFFF;
  padding: 80px;
}
#faq .wrapper .content-box .faq-list {
  margin: 0;
}
#faq .wrapper .content-box .faq-list .faq-item .faq-question {
  position: relative;
  padding: 30px 20px 30px 100px;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid #707070;
}
#faq .wrapper .content-box .faq-list .faq-item .faq-question:hover {
  background: rgba(129, 84, 12, 0.15);
}
#faq .wrapper .content-box .faq-list .faq-item .faq-question::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 60px;
  font-weight: 600;
  color: #B89A60;
}
#faq .wrapper .content-box .faq-list .faq-item .faq-question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #B89A60;
  border-bottom: 2px solid #B89A60;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
}
#faq .wrapper .content-box .faq-list .faq-item.is-open .faq-question::after {
  transform: translateY(-30%) rotate(-135deg);
}
#faq .wrapper .content-box .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}
#faq .wrapper .content-box .faq-list .faq-item .faq-answer p {
  position: relative;
  padding: 0;
  font-size: 18px;
}
#faq .wrapper .content-box .faq-list .faq-item .faq-answer p::before {
  content: "A";
  position: absolute;
  left: -80px;
  top: 0;
  font-size: 60px;
  font-weight: 600;
  color: #000000;
}
#faq .wrapper .content-box .faq-list .faq-item.is-open .faq-answer {
  max-height: 500px;
  padding: 30px 20px 30px 100px;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 868px) {
  #home-hero {
    min-height: 400px;
    padding: 0 20px;
  }
  #home-hero .mainimg {
    min-height: 400px;
  }
  #home-hero .mainimg::before {
    background: url(./assets/images/home/mainhero_02_sp.jpg) no-repeat right top;
    background-size: cover;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  }
  #home-hero .mainimg .mainimg-inner {
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  }
  #home-hero .mainimg .maintext {
    left: -20px;
    bottom: 60px;
    padding: 0;
  }
  #home-hero .mainimg .maintext h2 {
    font-size: 16px;
  }
  #home-hero .mainimg .maintext h2 span {
    padding: 4px 8px;
    margin-bottom: 6px;
  }
  #home-hero .mainimg .maintext h2 strong {
    font-size: 18px;
  }
  #home-hero .mainimg .script {
    left: -12px;
    bottom: 144px;
    font-size: 52px;
  }
  #home-hero .badge-wrapper {
    bottom: -60px;
    right: -20px;
    transform: scale(0.9);
    transform-origin: right bottom;
  }
  #concept {
    padding-bottom: 40px;
  }
  #concept .wrapper .flex-box {
    display: block;
  }
  #concept .wrapper .flex-box .img-box {
    max-width: inherit;
    width: 100%;
  }
  #concept .wrapper .flex-box .text-box {
    width: 100%;
  }
  #concept .wrapper .flex-box .text-box p {
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-size: 15px;
  }
  #concept .wrapper .flex-box .text-box p strong {
    font-size: 120%;
  }
  #concept .wrapper .flex-box .text-box .btn-more {
    text-align: center;
    margin: 30px auto;
  }
  #profile {
    padding: 0;
  }
  #profile .content-box {
    background: #CFBF9C;
    position: relative;
    min-height: inherit;
  }
  #profile .content-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #EFEDE8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
  }
  #profile .content-box .wrapper {
    position: relative;
    padding: 0 20px 0 20px;
  }
  #profile .content-box .wrapper:before {
    position: absolute;
    content: "";
    background: url(./assets/images/home/img_nishimura.png) no-repeat right bottom;
    background-size: contain;
    left: inherit;
    top: inherit;
    bottom: 0;
    right: -55px;
    width: 310px;
    height: 340px;
    z-index: 1;
  }
  #profile .content-box .wrapper .profile-name {
    padding: 40px 0 40px 0;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  #profile .content-box .wrapper .profile-name .owner {
    border: 1px solid #000000;
    font-size: 13px;
    padding: 2px 9px;
    margin-right: 10px;
    top: -3px;
    position: relative;
  }
  #profile .content-box .wrapper .profile-name .name {
    font-weight: 700;
    font-size: 21px;
    margin-right: 10px;
  }
  #profile .content-box .wrapper .profile-name .eng {
    font-weight: 400;
    font-size: 14px;
  }
  #profile .content-box .wrapper .profile-box {
    padding: 0 0 80px 0;
    width: 100%;
  }
  #profile .content-box .wrapper .profile-box p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
  #profile .content-box .wrapper .profile-box p:last-of-type {
    width: 55%;
  }
  #profile .content-box .wrapper .profile-box .btn-more {
    text-align: left;
    margin: 30px 0 0 0;
    position: relative;
  }
  #profile .content-box .wrapper .profile-box .btn-more a {
    position: absolute;
    z-index: 1;
  }
  #facilities {
    padding-bottom: 0;
  }
  #facilities .wrapper h2 {
    text-align: center;
  }
  #facilities .wrapper h3 {
    letter-spacing: 0;
    font-size: 18px;
  }
  #facilities .wrapper p {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #facilities .wrapper p strong {
    font-size: 18px;
  }
  #facilities .wrapper .facilities-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 0;
  }
  #facilities .wrapper .facilities-box li {
    background: #FFFFFF;
    min-height: inherit;
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 10px;
  }
  #facilities .wrapper .facilities-box li img {
    width: auto;
    height: 60px;
    margin: 15px auto 10px auto;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu .content-box {
    background: #FFFFFF;
    position: relative;
    padding-bottom: 120px;
  }
  #menu .content-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #EFEDE8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
  }
  #menu .content-box .wrapper {
    position: relative;
    z-index: 2;
  }
  #menu .content-box .wrapper .flex-box {
    align-items: flex-end;
  }
  #menu .content-box .wrapper .flex-box .img-box {
    margin-bottom: 20px;
  }
  #menu .content-box .wrapper h2 {
    text-align: right;
    top: -15px;
    margin-bottom: 20px;
  }
  #menu .content-box .wrapper .btn-more {
    text-align: center;
    margin: 30px auto 0 auto;
  }
  #menu .content-box .badge-wrapper {
    position: absolute;
    right: -20px;
    bottom: -100px;
    z-index: 1;
  }
  #blog {
    padding-bottom: 0;
  }
  #blog .wrapper .flex-box {
    align-items: flex-start;
  }
  #blog .wrapper .flex-box .text-box h3 {
    background: none;
    color: #B89A60;
    text-align: left;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 0;
  }
  #blog .wrapper .flex-box .text-box h3:before {
    display: none;
  }
  #blog .wrapper .flex-box .text-box p {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #blog .wrapper .flex-box .text-box p:last-child {
    padding-bottom: 0;
  }
  #blog .wrapper .flex-box .text-box .btn-more {
    text-align: center;
    margin: 30px auto;
  }
  #faq {
    padding: 0 0 40px 0;
  }
  #faq .wrapper {
    margin-top: 0;
  }
  #faq .wrapper h2 {
    text-align: center;
    margin: 0 auto;
    top: 20px;
    z-index: 1;
  }
  #faq .wrapper .content-box {
    background: #FFFFFF;
    padding: 40px 20px;
  }
  #faq .wrapper .content-box .faq-list {
    margin: 0;
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-question {
    position: relative;
    padding: 10px 0 10px 40px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #707070;
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-question:hover {
    background: rgba(129, 84, 12, 0.15);
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-question::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #B89A60;
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-question::after {
    content: "";
    position: absolute;
    right: 10px;
    top: inherit;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #B89A60;
    border-bottom: 2px solid #B89A60;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s;
  }
  #faq .wrapper .content-box .faq-list .faq-item.is-open .faq-question::after {
    transform: translateY(-30%) rotate(-135deg);
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-answer p {
    position: relative;
    padding: 0;
    font-size: 15px;
  }
  #faq .wrapper .content-box .faq-list .faq-item .faq-answer p::before {
    content: "A";
    position: absolute;
    left: -40px;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  #faq .wrapper .content-box .faq-list .faq-item.is-open .faq-answer {
    max-height: 500px;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #707070;
  }
}
main.page {
  padding-top: 180px;
}
main.page .page-hero {
  position: relative;
  opacity: 1;
  height: 400px;
  width: calc(100% - 160px);
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page .page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
main.page .page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(229, 178, 79);
  z-index: 20;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  will-change: clip-path;
}
main.page .page-hero.wipe-animate::after {
  animation: wipe-curtain 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
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: 80px;
  position: relative;
  text-align: center;
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
main.page .page-hero .mainimg h1 span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #B89A60;
  -webkit-text-stroke: 0;
  letter-spacing: 0.1em;
}
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 {
  padding-bottom: 80px;
}
#page-01 .wrapper {
  max-width: 980px;
}
#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-size: 30px;
  letter-spacing: 0.05em;
  color: #826732;
  -webkit-text-stroke: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #826732;
  line-height: 1.5;
}
#page-01 .wrapper h3 {
  text-align: left;
  font-size: 21px;
  padding: 20px 40px;
}
#page-01 .wrapper h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #826732 !important;
  margin: 20px 0 20px 0;
  text-align: left;
  letter-spacing: 0.1em;
  color: #523B2F;
  padding-bottom: 10px;
  text-align: left !important;
  border-bottom: 1px solid #523B2F;
}
#page-01 .wrapper p {
  font-size: 18px;
  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 {
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#page-01 .wrapper ul {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper ul.wp-block-list {
  padding: 20px 0;
}
#page-01 .wrapper ul.wp-block-list li {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  list-style: none;
  margin-left: 35px;
  position: relative;
  color: #000000;
  letter-spacing: 0.05em;
}
#page-01 .wrapper ul.wp-block-list li:before {
  color: #B89A60;
  position: absolute;
  content: "●";
  font-weight: 900;
  left: -30px;
  font-size: 14px;
  top: 1pxpx;
}
#page-01 .wrapper ol {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper ol.wp-block-list li {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 2em;
  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 .wrapper .wp-block-columns {
  margin-bottom: 100px;
}
#page-01 .wrapper .wp-block-columns:last-of-type {
  margin-bottom: 0;
}
#page-01 .wrapper .wp-block-columns {
  /* .wp-block-column {
    h3 {
      &.subtit {
        margin-top: 0;
      }
    }
  } */
}
#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:last-child {
  margin-bottom: 0 !important;
}
#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;
}

#page-01 .entry-box .entryCate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}
#page-01 .entry-box .entryCate .cat-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background: #B89A60;
  padding: 2px 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#page-01 .entry-box .entryCate .cat-label--news {
  background: #000000;
}
#page-01 .entry-box .entryCate .cat-label--column {
  background: #B89A60;
}

body.page-id-11 .page #page-01 .wrapper .price-list p {
  padding-bottom: 40px;
  font-weight: 500;
  color: #B89A60;
  text-align: right;
  font-size: 27px;
}
body.page-id-11 .page #page-01 .wrapper .price-list p span {
  font-size: 18px;
}
body.page-id-11 .page #page-01 .wrapper .badge-wrapper a {
  text-decoration: none;
  color: #FFFFFF;
}
body.page-id-11 .page #page-01 .wrapper .badge-wrapper a p {
  color: #FFFFFF;
}

body.category .page #category-content .wrapper {
  max-width: 980px;
}
body.category .page #category-content .wrapper .blog-grid {
  grid-template-columns: repeat(3, 1fr);
}
body.category .page #category-content .wrapper .news-box {
  width: 100%;
  margin-left: auto;
}
body.category .page #category-content .wrapper .news-box ul li {
  font-size: 18px;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
body.category .page #category-content .wrapper .news-box ul li .date {
  color: #707070;
  margin-right: 60px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
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: #B89A60;
}

@media only screen and (max-width: 868px) {
  main.page {
    padding-top: 75px;
  }
  main.page .page-hero {
    position: relative;
    opacity: 1;
    height: 250px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.page .page-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  }
  main.page .page-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(229, 178, 79);
    z-index: 20;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    will-change: clip-path;
  }
  main.page .page-hero.wipe-animate::after {
    animation: wipe-curtain 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  main.page .page-hero .mainimg {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
  }
  main.page .page-hero .mainimg h1 {
    font-size: 36px;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    -webkit-text-stroke: 1px #FFFFFF;
  }
  main.page .page-hero .mainimg h1 span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #B89A60;
  }
  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-size: 24px;
    letter-spacing: 0.05em;
    color: #826732;
    -webkit-text-stroke: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #826732;
    line-height: 1.5;
  }
  #page-01 .wrapper h3 {
    font-size: 18px;
    padding: 15px 25px;
    letter-spacing: 0.05em;
    text-align: left;
    border: none;
    font-weight: 700;
    background: #B89A60;
    color: #FFFFFF;
  }
  #page-01 .wrapper h4 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #826732 !important;
    margin: 20px 0 20px 0;
    text-align: left;
    letter-spacing: 0.1em;
    color: #523B2F;
    padding-bottom: 10px;
    text-align: left !important;
    border-bottom: 1px solid #523B2F;
  }
  #page-01 .wrapper h5 {
    position: relative;
    font-size: 15px;
    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 .wrapper .wp-block-columns {
    margin-bottom: 50px;
  }
  #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:last-child {
    margin-bottom: 0 !important;
  }
  #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 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.8em;
    font-weight: 500;
    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 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 2em;
    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;
  }
  body.category .page #category-content .wrapper .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* クラスが付与されたカラムブロックのみ逆転 */
  .wp-block-columns.sp-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-columns.sp-reverse .wp-block-column:first-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */