@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Shippori+Mincho&display=swap");
body {
  font-family: "azo-sans-web", "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h3.c-entry-summary__title {
    font-size: 1em !important;
  }
  h1.c-entry__title {
    font-size: 15px !important;
    font-weight: normal !important;
  }
  h2.c-entry-summary__title {
    font-size: 15px !important;
    font-weight: normal !important;
  }
  .c-prev-next-nav__item-title {
    font-size: 15px !important;
    font-weight: normal !important;
  }
}
h1.c-entry__title {
  font-size: 1.6em !important;
}

.min-ff {
  font-family: "Shippori Mincho", serif !important;
}

.en-ff {
  font-family: "Charm", cursive !important;
}

@media screen and (max-width: 639px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .is-tab {
    display: none;
  }
}
li.c-meta__item.c-meta__item--author {
  display: none;
}

@media screen and (max-width: 639px) {
  .gap2em {
    gap: 2em !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .w100 {
    width: 100%;
  }
  .sp-mt1em {
    margin-top: 1em !important;
  }
  .sp-f16 {
    font-size: 16px !important;
  }
  .sp-f14 {
    font-size: 14px !important;
  }
  .flex-d {
    flex-direction: column !important;
    gap: 2em !important;
  }
}
.sp-lh22 {
  line-height: 2.2 !important;
}

/*=============================================
# header
=============================================== */
.p-global-nav li a span {
  font-weight: normal !important;
  color: #333;
}

body:not(.home) .p-global-nav li a span {
  color: #fff !important;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

html[data-scrolled=true] .p-global-nav li a span {
  color: #333 !important;
  text-shadow: none;
}

.p-global-nav .svg-inline--fa {
  height: 1.3em;
}

.p-global-nav ul li:hover a span {
  color: #c35e87 !important;
}

/*=============================================
# ドロワー
=============================================== */
.c-drawer ul li a {
  text-align: center;
}

/*=============================================
# header-btn
=============================================== */
.p-header-sub-nav {
  position: fixed;
  right: 1.5em;
  bottom: 10%;
}

.p-header-sub-nav .contact-btn a,
.p-header-sub-nav .reserve-btn a {
  padding: 1.3em 1em 1.3em 0.8em !important;
  font-size: 1rem;
  font-weight: 600;
}

.p-header-sub-nav .c-navbar {
  display: block !important;
}

.p-header-sub-nav .c-navbar li {
  margin: 1.8em 0 0 !important;
}
.p-header-sub-nav .c-navbar li:hover a {
  text-decoration: none;
  opacity: 0.8;
}

.p-header-sub-nav ul li a {
  color: #fff !important;
  padding: 1em;
  transition: all 0.3s;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em !important;
  border-radius: 8px;
}

.reserve-btn a {
  background: #d2bb98;
}

.reserve-btn svg.svg-inline--fa.fa-address-card {
  margin-bottom: 8px;
  height: 1.2em;
}

.reserve-btn svg.svg-inline--fa {
  vertical-align: 0.05em !important;
}

.contact-btn a {
  background: #BA5E68;
}

.contact-btn svg.svg-inline--fa.fa-envelope {
  margin-bottom: 8px;
  height: 1.2em;
}

.contact-btn .svg-inline--fa {
  vertical-align: 0.05em !important;
}

/*=============================================
# スマホ固定ナビ
=============================================== */
.p-footer-sticky-nav {
  background: transparent;
  box-shadow: none;
}
.p-footer-sticky-nav .c-navbar {
  margin: 4px;
  gap: 8px;
}
.p-footer-sticky-nav .sp-fixed-contact-btn {
  background: #BA5E68;
  border-radius: 8px;
  align-items: center;
}
.p-footer-sticky-nav .sp-fixed-contact-btn a {
  font-size: 1em;
  color: #fff;
  padding: 1em;
  letter-spacing: 0.1em;
}
.p-footer-sticky-nav .sp-fixed-reserve-btn {
  background: #d2bb98;
  border-radius: 8px;
  align-items: center;
}
.p-footer-sticky-nav .sp-fixed-reserve-btn a {
  font-size: 1em;
  color: #fff;
  padding: 1em;
  letter-spacing: 0.1em;
}

/*=============================================
# ページヘッダー
=============================================== */
.c-page-header[data-has-image=true] {
  position: relative;
  height: clamp(300px, 62.5vw, 380px) !important;
}
@media screen and (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: clamp(240px, 62.5vw, 380px) !important;
  }
}

.c-page-header__content {
  z-index: 2;
}
.c-page-header__content .c-page-header__title {
  font-size: 1.5em !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

/*=============================================
# トップページ
=============================================== */
.fv {
  position: relative;
}
@media screen and (max-width: 639px) {
  .fv {
    --smb-section--min-height: 80vh !important;
    --smb-section-with-bgimage--lg-media-position: 50% 50% !important;
  }
}
.fv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .fv::after {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.8) 47%, rgba(255, 255, 255, 0) 80%);
  }
}

@media screen and (max-width: 639px) {
  .fv-title {
    font-size: 1.5em !important;
  }
  .fv-site-title {
    font-size: 1.6em !important;
  }
  .fv-site-sub-title {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 639px) {
  .fv-bottom-text {
    font-size: 1em !important;
  }
}
.fv-contents {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .fv-contents {
    margin-top: 12em !important;
    margin-left: auto !important;
  }
}

.about-salon-text-box p {
  line-height: 2.2 !important;
}
@media screen and (max-width: 639px) {
  .about-salon-text-box p {
    text-align: left !important;
  }
}

.section-title {
  position: relative;
}
.section-title::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #C47B84;
  border-radius: 50px;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  .section-title::after {
    bottom: -1.5em;
  }
}
@media screen and (max-width: 639px) {
  .section-title h2 {
    font-size: 14px !important;
  }
  .section-title p {
    font-size: 1.5em !important;
    line-height: 1.4;
  }
}

.home .sme-badge {
  font-weight: normal !important;
}

.pink-border-title {
  padding-bottom: 0.6em !important;
  border-bottom: 1px solid #DB8D89 !important;
}

@media screen and (max-width: 639px) {
  .menu-flex-even {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 639px) {
  .mama-section .section-title::after {
    bottom: -2em;
  }
  .mama-section .smb-section__background {
    top: 8% !important;
  }
}
.top-corse-item img {
  aspect-ratio: 3/3 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media screen and (max-width: 639px) {
  .mama-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mama-box ul li:before {
  content: "";
  background: url(https://www.belleenzyme.site/wp-content/uploads/2024/08/check-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .mama-box ul li:before {
    top: 6px;
    transform: translateY(0);
  }
}

@media screen and (max-width: 639px) {
  .mama-bottom-column {
    margin-top: 4em !important;
    gap: 0 !important;
    flex-direction: column !important;
  }
}

.mama-bottom-img {
  position: relative;
}
.mama-bottom-img::before {
  content: "";
  width: 204px;
  height: 204px;
  display: inline-block;
  background: url(https://www.belleenzyme.site/wp-content/uploads/2024/08/top-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -4em;
  right: -5em;
}
@media screen and (max-width: 639px) {
  .mama-bottom-img::before {
    bottom: -4em;
    top: auto;
    right: 1em;
    width: 104px;
    height: 104px;
  }
}

.contact-section {
  position: relative;
}
@media screen and (max-width: 639px) {
  .contact-section {
    font-size: 14px !important;
  }
}
.contact-section::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #fffbf4;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section .section-title::after {
  background: #D5B89B;
}
.contact-section h2 {
  display: block !important;
}
.contact-section h2::before, .contact-section h2::after {
  display: none !important;
}
.contact-section .contact-btn-contents .w100 a {
  width: 100%;
}

/*=============================================
# ボタン
=============================================== */
.main-btn span {
  letter-spacing: 0.1em;
}

a.smb-btn:hover {
  filter: none !important;
  opacity: 0.8;
}

.scroll-btn-list {
  gap: 1.5em 4em !important;
}

.scroll-btn {
  border-bottom: 1px solid #c47b84;
  transition: all 0.3s;
}
@media screen and (max-width: 639px) {
  .scroll-btn {
    width: 100%;
    text-align: center;
  }
}
.scroll-btn:hover {
  transform: translateY(4px);
}
.scroll-btn:hover a::after {
  color: #c47b84;
}
.scroll-btn:hover a .smb-btn__label {
  color: #c47b84;
}
.scroll-btn a {
  padding-left: 0 !important;
  align-items: center;
  gap: 1.5em;
  padding-right: 0.8em !important;
}
.scroll-btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  color: #333;
  font-size: 0.8em;
  transition: all 0.3s;
}
.scroll-btn a .smb-btn__label {
  color: #333;
  transition: all 0.3s;
}

/*=============================================
# footer
=============================================== */
.l-footer {
  border: none !important;
  font-size: 16px !important;
}
@media screen and (max-width: 639px) {
  .l-footer {
    font-size: 14px !important;
  }
}

.l-footer-widget-area {
  padding-top: 0 !important;
}
.l-footer-widget-area .c-fluid-container {
  padding: 0 !important;
}

.footer-bottom {
  max-width: 100%;
  width: 1140px;
  margin: auto;
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .footer-bottom {
    padding: 0 4% !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 639px) {
  .footer-bottom {
    padding: 0 4% !important;
    text-align: center !important;
  }
}
.footer-bottom .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 639px) {
  .footer-bottom .menu {
    justify-content: center;
  }
}
.footer-bottom .menu li {
  margin-top: 0 !important;
}
.footer-bottom .menu li a {
  padding: 1em !important;
}

@media screen and (max-width: 639px) {
  .footer-logo img {
    margin: auto;
  }
}
.l-footer-widget-area svg.svg-inline--fa.fa-instagram {
  font-size: 1.5em;
  margin-right: 8px;
  color: #CF2E92;
}
.l-footer-widget-area svg.svg-inline--fa.fa-line {
  font-size: 1.5em;
  margin-right: 8px;
  color: #00B900;
}

.c-copyright--inverse {
  background-color: #fff;
  color: #333;
  font-size: 13px;
}

.l-footer--default .c-copyright {
  text-align: end;
  width: 1140px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .l-footer--default .c-copyright {
    text-align: center;
  }
}

.footer-bottom .wp-block-social-link:hover {
  transform: scale(1);
  text-decoration: underline;
}

/*=============================================
# menu
=============================================== */
@media screen and (max-width: 639px) {
  .menu-panel {
    gap: 2em !important;
    flex-direction: column !important;
  }
}
.price-border {
  border-bottom: 1px solid #EBDED3;
}
@media screen and (max-width: 639px) {
  .price-border {
    justify-content: end !important;
    gap: 0.5em 0 !important;
    padding: 1.5em 0.5em !important;
  }
}
.price-border:last-child {
  border-bottom: none;
}

@media screen and (max-width: 639px) {
  .price-box {
    padding: 1em !important;
    margin-top: 3em !important;
  }
  .price-menu {
    width: 100%;
  }
  .price-time {
    flex-basis: 25% !important;
  }
  .price {
    flex-basis: 30% !important;
  }
}
.opt-img {
  position: relative;
}
.opt-img::after {
  content: "";
  width: 88%;
  height: 88%;
  display: inline-block;
  background: #F5E2DB;
  position: absolute;
  bottom: -1em;
  left: -1em;
  z-index: -1;
}

@media screen and (max-width: 639px) {
  .can-item {
    flex-direction: column !important;
    gap: 1em !important;
  }
}
.profile-img {
  transform: translateY(-17em);
}
@media screen and (max-width: 639px) {
  .profile-img {
    transform: translateY(2em);
  }
}

.profile .smb-section__background {
  height: 60%;
}

.pink-dot-list li::marker {
  color: #DB8D89 !important;
  font-size: 1.5em;
  line-height: 1;
}

@media screen and (max-width: 639px) {
  .profile-bottom-list {
    padding-top: 1em !important;
  }
}
/*=============================================
# faq
=============================================== */
.faq .smb-accordion__item {
  --smb-accordion-item--background-color: transparent !important;
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em !important;
  margin-top: 0 !important;
}
.faq .smb-accordion__item__title__label {
  position: relative;
  padding-left: 1em !important;
}
.faq .smb-accordion__item__title__label::before {
  content: "Q.";
  font-size: 1.25em;
  color: #DB8D89;
  position: absolute;
  left: -1em;
  top: -4px;
}
.faq .smb-accordion__item__body {
  background: #f4f4f4;
  margin-top: 0.8em !important;
  margin-bottom: 0.5em !important;
}

/*=============================================
# access
=============================================== */
.map {
  aspect-ratio: 16/9;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.access-column1 {
  border-right: 1px solid #989898;
}
@media screen and (max-width: 639px) {
  .access-column1 {
    padding: 1em 1em 2em !important;
    border-right: none;
    border-bottom: 1px solid #989898;
  }
}

@media screen and (max-width: 639px) {
  .access-column2 {
    padding: 2em 1em 0 !important;
  }
}

.station-img img {
  -o-object-position: top !important;
     object-position: top !important;
}

@media screen and (max-width: 639px) {
  .access-information {
    flex-direction: column !important;
    margin-top: 1em !important;
  }
}
/*=============================================
# contact
=============================================== */
.contact button.smf-button-control__control {
  background: #D5B89B !important;
  border-radius: 8px !important;
  width: 160px;
  max-width: 100%;
  letter-spacing: 0.08em;
}

/*=============================================
# School
=============================================== */
.pink-border {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #DB8D89;
}

.school-menu .c-row__col {
  flex: 1 1 50% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 639px) {
  .school-menu .c-row__col {
    flex: 1 1 100% !important;
  }
}

.merit-img1 img {
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}

.school-menu-img2 img {
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 639px) {
  .menu-item-box .smb-items__item__body {
    padding: 1.5em 1em !important;
  }
  .curriculum-box {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .wp-container-core-group-is-layout-4 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
  }
  .corse-img img {
    aspect-ratio: 3/2 !important;
  }
}
/*=============================================
# voice
=============================================== */
.glsr .glsr-review {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 2em;
}
.glsr a.page-numbers.prev {
  display: none;
}
.glsr a.page-numbers.next {
  display: none;
}
.glsr a:where(:not(.wp-element-button)) {
  color: #333;
}
.glsr .nav-links {
  text-align: center;
  margin-top: 2em;
}