@charset "UTF-8";
body {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #333333;
  background-color: #FFFFFF;
  line-height: clamp(1.8rem, 2.5vw, 2rem);
  letter-spacing: 0.12em;
  padding-top: 0px;
}
@media (max-width: 780px) {
  body {
    font-size: 0.9375rem;
  }
}

a {
  text-decoration: none;
  color: #7a5830;
  font-weight: 600;
  transition: 0.3s;
}
a:hover {
  color: #DDC09E;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 90px;
}

/* *****************************************
Common	（Break:640px、1024px、1280px: Tab 780px）
***************************************** */
body.page .l-contents__main h1, body.page .l-contents__main h2, body.page .l-contents__main h3, body.page .l-contents__main h4, body.page .l-contents__main h5,
body.single .l-contents__main h1,
body.single .l-contents__main h2,
body.single .l-contents__main h3,
body.single .l-contents__main h4,
body.single .l-contents__main h5 {
  clear: both;
}
body.page .l-contents__main h1, body.page .l-contents__main h2, body.page .l-contents__main h3,
body.single .l-contents__main h1,
body.single .l-contents__main h2,
body.single .l-contents__main h3 {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #7a5830;
  font-weight: 600;
}
body.page .l-contents__main .wp-block-list,
body.single .l-contents__main .wp-block-list {
  list-style: square;
  padding-left: 25px;
}
body.page .l-contents__main .wp-block-list li::marker,
body.single .l-contents__main .wp-block-list li::marker {
  color: #7a5830;
}

body.single .l-contents__main h1.c-entry__title {
  border-bottom: solid 3px #DDC09E;
  font-size: clamp(1.25rem, 2.5vw, 1.8125rem);
  line-height: clamp(2rem, 5vw, 3rem);
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  background: url("../img/heading-deco.svg") no-repeat;
  background-position: right calc(100% - 10px);
  background-size: 100px;
  padding-right: 80px;
}
@media (max-width: 780px) {
  body.single .l-contents__main h1.c-entry__title {
    background-size: 60px;
    padding-right: 0px;
  }
}
body.single .l-contents__main h2.wp-block-heading {
  font-size: clamp(1.1875rem, 2.5vw, 1.625rem);
  line-height: clamp(2rem, 5vw, 3rem);
  background: rgba(221, 192, 158, 0.5);
  color: #7a5830;
  padding: 0.5em 1em;
  border-radius: 8px;
  margin-bottom: 2em;
}
body.single .l-contents__main h3.wp-block-heading {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: clamp(1.8rem, 5vw, 2.725rem);
  background: #f7f3ed;
  color: #7a5830;
  padding: 0.5em 1em;
  border-left: 4px solid #5FB9A8;
  border-radius: 0 6px 6px 0;
  margin-bottom: 2em;
}
body.single .l-contents__main h4.wp-block-heading,
body.single .l-contents__main h5.wp-block-heading {
  color: #7a5830;
  font-size: 1.3125em;
  font-size: clamp(1.125rem, 2.5vw, 1.3125em);
  line-height: clamp(1.8rem, 5vw, 2.725rem);
  border-bottom: 2px solid #5FB9A8;
  padding: 0.4em 0.3em;
  margin-bottom: 2em;
}
body.single .l-contents__main .wp-block-list {
  list-style: square;
  padding-left: 25px;
}
body.single .l-contents__main .wp-block-list li::marker {
  color: #7a5830;
}
body.single .l-contents__main img {
  border-radius: 5px;
}
body.single .l-contents__main .c-entry__content a:not(.smb-btn) {
  text-decoration: underline;
}

body.page .l-contents__main h1.c-entry__title {
  font-size: clamp(1.25rem, 2.5vw, 1.8125rem);
}
body.page .l-contents__main h3.wp-block-heading {
  border-left: solid 5px #5FB9A8;
  padding-left: 12px;
}
body.page .l-contents__main .c-entry__content a:not(.smb-btn) {
  text-decoration: underline;
}

body.home .c-entry__content a {
  text-decoration: none !important;
}

.c-meta__item.c-meta__item--author {
  display: none;
}

.smb-section__subtitle {
  color: #5FB9A8;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.c-breadcrumbs {
  color: #7a5830;
}

/* *****************************************
Component
***************************************** */
.text-min {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.c-nk-head-section h2.smb-section__title {
  font-size: clamp(1.5rem, 2.5vw, 1.725rem);
}
.c-nk-head-section h2.smb-section__title::after {
  content: "" !important;
  display: block;
  width: 90px;
  height: 31px;
  margin-top: 8px;
  background: url(../img/heading-deco.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-nk-head-section .smb-section__lede-wrapper {
  margin-top: 4rem;
}
.c-nk-head-section .smb-section__lede {
  font-size: 1rem;
}
.c-nk-head-section h3.smb-section__title {
  font-size: clamp(1.25rem, 2.5vw, 1.725rem);
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #7a5830;
  font-weight: 600;
}
.c-nk-head-section img {
  border-radius: 5px;
}

.top-intro__num .has-sm-4-xl-font-size {
  font-size: clamp(2rem, 2.5vw, 3rem) !important;
  font-family: "Lato", sans-serif !important;
}

.voice .c-row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.voice .smb-testimonial__item {
  border-radius: 5px;
  background-color: #FFF;
  padding: 40px 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.voice .voice-card {
  display: flex;
}
.voice .smb-testimonial__item__content::after {
  background-color: #DDC09E;
}

.faq .smb-faq__item__question__label {
  color: #DDC09E;
}
.faq .smb-faq__item__answer__label {
  color: #5FB9A8;
}

.c-label {
  display: inline-block;
  font-size: 0.9rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #5FB9A8;
  letter-spacing: 0.0725em;
  border: 1px solid rgba(111, 174, 164, 0.6);
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-shadow: none;
  transform: translateY(-12px);
}
@media screen and (max-width: 780px) {
  .c-label {
    margin-bottom: 0;
  }
}

.timetable {
  display: block;
  margin-left: 0 !important;
  margin-right: auto !important;
  font-size: 1rem;
}
@media screen and (max-width: 780px) {
  .timetable {
    font-size: 0.875rem !important;
    letter-spacing: 0;
  }
}
.timetable-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.timetable-table tr {
  border-bottom: 1px solid #DDC09E;
}
.timetable-table th, .timetable-table td {
  padding: 10px 0;
  font-weight: 400;
}
.timetable-table th:nth-child(1), .timetable-table td:nth-child(1) {
  width: 35%;
}
@media screen and (max-width: 810px) {
  .timetable-table th:nth-child(1), .timetable-table td:nth-child(1) {
    width: 40%;
  }
}

.timetable__text > th {
  font-weight: 600 !important;
}

.table-mini {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .table-mini {
    width: 100%;
  }
}

.holiday-info {
  margin-top: 5px;
  font-size: 0.875rem;
  text-align: left;
}
.holiday-info__content {
  font-size: 0.9275rem;
  line-height: 1.5rem;
  margin-top: 20px;
  letter-spacing: 2px;
}

.w80 {
  width: min(100%, 800px);
}

.w600 {
  width: min(100%, 550px);
  margin-left: auto;
  margin-right: auto;
}
.w600 .smb-information__item__label {
  font-weight: 600;
  color: #7a5830;
}
@media screen and (max-width: 640px) {
  .w600 .smb-information__item__body {
    margin-top: -30px !important;
  }
}

/*
スマホ：下部固定ボタン
-------------------- */
.p-footer-sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.p-footer-sticky-nav .c-navbar {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  gap: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item {
  flex: 1 1 0;
  text-align: center;
  margin: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item > a {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  height: 60px !important;
  line-height: 1 !important;
  padding: 0 !important;
  font-size: 0.95rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 600;
  text-decoration: none;
  color: #fff !important;
  box-sizing: border-box;
  transition: filter 0.3s ease;
  position: relative;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item > a:hover {
  filter: brightness(90%);
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-access > a {
  background-color: #DDC09E !important;
  color: #FFF !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-access > a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/sp-btn-access.png") no-repeat center/contain;
  flex-shrink: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-reserv > a {
  background-color: #91652f !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-reserv > a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/sp-btn-reserv.png") no-repeat center/contain;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-totop > a {
  background-color: #542b06 !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-totop > a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/sp-btn-totop.png") no-repeat center/contain;
}
@media screen and (max-width: 780px) {
  .p-footer-sticky-nav .c-navbar {
    flex-direction: row !important;
  }
}

/*
スマホ：下部固定ボタン
-------------------- */
.p-footer-sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  box-shadow: none;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item {
  text-align: center;
  margin: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item > a:hover {
  filter: brightness(90%);
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-tel > a {
  background-color: #DDC09E !important;
  color: #FFF !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-tel > a::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("../img/tel-ico.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-line > a {
  background-color: #5FB9A8 !important;
  color: #FFF !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-line > a::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("../img/line-ico.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-reserv > a {
  background-color: #7a5830 !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-reserv > a::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("../img/mail-ico.svg") no-repeat center/contain;
}
@media screen and (max-width: 780px) {
  .p-footer-sticky-nav .c-navbar {
    flex-direction: row !important;
  }
}

.c-page-top a:hover svg {
  color: #7a5830;
}

.c-drawer li a {
  color: #664825;
}
.c-drawer li a:hover {
  color: #FFF;
}

.error404 .c-page-header,
.search .c-page-header {
  display: none;
}

/* *****************************************
	ヘッダー
**************************************** */
.c-site-branding__description {
  transform: translateX(75px) translateY(-7px);
  display: inline-block;
  max-width: 28em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
@media screen and (max-width: 1023px) {
  .c-site-branding__description {
    transform: translateX(52px) translateY(-11px);
    max-width: 24em;
    font-size: 0.625rem !important;
    letter-spacing: 0.01px;
  }
}

.c-site-branding__title {
  margin-top: -25px;
}

.l-2row-header__row {
  padding-bottom: 0 !important;
}

.p-global-nav {
  margin-left: 0;
}
@media screen and (max-width: 1240px) {
  .p-global-nav {
    margin-left: 0;
  }
}

.l-header__drop-nav[aria-hidden=false] .p-global-nav {
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
}

.c-navbar .menu-item > a {
  font-size: 0.9375rem !important;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 600;
  color: #7a5830;
}
.c-navbar .c-navbar__item[data-active-menu=true] > a,
.c-navbar .menu-item > a:hover {
  color: inherit;
}

.l-2row-header__row:last-child {
  margin-top: 0 !important;
}

.c-site-branding__title {
  font-size: 2.25rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #7a5830;
}

.c-site-branding {
  display: flex;
  flex-direction: column-reverse;
}

.c-site-branding__description {
  color: #666;
}

.reserve-bar {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 20px;
  border-radius: 0;
}

.reserve-bar__status {
  font-size: 18px;
  font-weight: 600;
  color: #7a5830;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .reserve-bar__status {
    font-size: 0.8725rem;
  }
}
@media screen and (max-width: 1160px) {
  .reserve-bar__status {
    display: none;
  }
}

.reserve-bar__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reserve-bar__icon::after {
  content: "" !important;
  display: block;
  width: 25px;
  height: 46px;
  margin-top: 8px;
  background: url(../img/sp-ico.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reserve-bar__tel-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.reserve-bar__number {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #5FB9A8;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1300px) {
  .reserve-bar__number {
    font-size: 1.125rem;
  }
}

.reserve-bar__hours {
  margin: 2px 0 0;
  font-size: 13px;
  color: #666;
}

.reserve-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 52px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1300px) {
  .reserve-bar__btn {
    min-width: 100px;
  }
}
@media screen and (max-width: 1040px) {
  .reserve-bar__btn {
    min-width: 90px;
    padding: 0 15px;
  }
}

.reserve-bar__btn:hover {
  opacity: 0.9;
}

.reserve-bar__btn--line {
  background: url(../img/line-ico.svg) #5FB9A8 no-repeat;
  background-size: 30px;
  background-position: 18px center;
  color: #fff;
  padding-left: 55px;
}
@media screen and (max-width: 1200px) {
  .reserve-bar__btn--line {
    background: #5FB9A8 no-repeat;
    padding-left: 25px;
  }
}
.reserve-bar__btn--line:hover {
  background: url(../img/line-ico.svg) #5FB9A8 no-repeat;
  background-size: 30px;
  background-position: 18px center;
  color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .reserve-bar__btn--line:hover {
    background: #5FB9A8 no-repeat;
  }
}

.reserve-bar__btn--mail {
  background: url(../img/mail-ico.svg) #DDC09E no-repeat;
  background-size: 30px;
  background-position: 18px center;
  color: #fff;
  padding-left: 55px;
}
@media screen and (max-width: 1200px) {
  .reserve-bar__btn--mail {
    background: #DDC09E no-repeat;
    padding-left: 25px;
  }
}
.reserve-bar__btn--mail:hover {
  background: url(../img/mail-ico.svg) #DDC09E no-repeat;
  background-size: 30px;
  background-position: 18px center;
  color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .reserve-bar__btn--mail:hover {
    background: #DDC09E no-repeat;
  }
}

.archive .l-header,
.single-post .l-header,
.error404 .l-header,
.search .l-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* *****************************************
	フッター
***************************************** */
.l-footer {
  border-top: 0;
  background-color: #FFF;
}
.l-footer .c-row > .c-row__col {
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .l-footer .wp-block-columns {
    flex-direction: column !important;
  }
  .l-footer .wp-block-column {
    width: 100% !important;
  }
}

.l-footer-widget-area .c-fluid-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.l-footer-widget-area {
  padding-top: 0 !important;
  margin: 0 !important;
}

@media (max-width: 780px) {
  .l-footer .c-row > .c-row__col {
    margin-bottom: 0 !important;
  }
  .l-footer-widget-area__item .wp-block-snow-monkey-blocks-section {
    padding-top: 0 !important;
  }
}
/*
フッターCTA
-------------------- */
.footer-cta {
  font-size: 1rem !important;
}
.footer-cta .footer-cta__tel a {
  color: #5FB9A8 !important;
}
@media (max-width: 780px) {
  .footer-cta .c-container {
    padding-top: 65px !important;
    padding-bottom: 20px;
  }
}
.footer-cta .smb-section__title {
  color: #7a5830;
}
.footer-cta .footer-cta__tel {
  margin-top: 0 !important;
}
.footer-cta .footer-cta__time {
  margin-top: 0 !important;
  font-size: 0.8725rem;
}

.line-btn .smb-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #5FB9A8;
  padding-right: 40px;
}
@media (max-width: 1100px) {
  .line-btn .smb-btn {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .line-btn .smb-btn {
    width: 470px;
  }
}
@media (max-width: 510px) {
  .line-btn .smb-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .line-btn .smb-btn {
    padding-right: 0;
  }
  .line-btn .smb-btn .smb-btn__label {
    transform: translateX(-8px);
  }
}
.line-btn .smb-btn::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/line-ico.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media (max-width: 780px) {
  .line-btn .smb-btn::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 420px) {
  .line-btn .smb-btn::before {
    content: none;
  }
}
.line-btn strong {
  font-size: 1.5rem;
}
@media (max-width: 1100px) {
  .line-btn strong {
    font-size: 1.275rem;
  }
}
@media (max-width: 420px) {
  .line-btn strong {
    font-size: 1rem;
  }
}

.mail-btn .smb-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 30px;
}
@media (max-width: 1100px) {
  .mail-btn .smb-btn {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .mail-btn .smb-btn {
    width: 470px;
  }
}
@media (max-width: 510px) {
  .mail-btn .smb-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .mail-btn .smb-btn {
    gap: 0 !important;
    padding-right: 0 !important;
  }
  .mail-btn .smb-btn .smb-btn__label {
    transform: translateX(-8px);
  }
}
.mail-btn .smb-btn::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/mail-ico.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media (max-width: 780px) {
  .mail-btn .smb-btn::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 420px) {
  .mail-btn .smb-btn::before {
    content: none;
  }
}
.mail-btn strong {
  font-size: 1.5rem;
}
@media (max-width: 1100px) {
  .mail-btn strong {
    font-size: 1.275rem;
  }
}
@media (max-width: 420px) {
  .mail-btn strong {
    font-size: 1rem;
  }
}

/*
フッター
-------------------- */
.l-footer .l-footer-widget-area {
  padding-bottom: 0;
}

.footer-info {
  background-color: #7a6955;
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 780px) {
  .footer-info .c-container {
    padding-top: 50px !important;
  }
}

.m-foot {
  margin-bottom: 15px;
}

.f12 {
  font-size: 12px;
}

.footer-discription {
  font-size: 0.825rem;
}

.footer-title {
  font-size: 1.725rem;
  font-weight: 600;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-top: 0px !important;
}

.yuusenn-yoyaku-box {
  display: inline-block;
  font-size: 0.9rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #5FB9A8;
  letter-spacing: 0.0725em;
  border: 1px solid rgba(111, 174, 164, 0.6);
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-shadow: none;
  transform: translateY(-12px);
}
@media screen and (max-width: 780px) {
  .yuusenn-yoyaku-box {
    margin-bottom: 0;
  }
}
.yuusenn-yoyaku-box {
  background-color: transparent;
  color: #FFF;
  border: solid 1px #FFF;
  font-size: 1rem;
  transform: translateY(10px);
}

.l-footer .p-footer-sub-nav {
  background-color: #7a6955;
  color: #FFF;
  padding-top: 30px;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
.l-footer .p-footer-sub-nav a {
  color: #FFF;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 400;
  padding-right: 10px;
}

.sns-btn {
  width: 40px;
}

/* 
コピーライト
-------------------- */
.c-copyright {
  font-size: 0.825rem;
  text-align: center;
}

/* *****************************************
	投稿
***************************************** */
/* メタ */
.c-meta__item--categories,
.c-meta__item--modified {
  display: none;
}

.l-sidebar-widget-area .wp-block-heading {
  display: block !important;
  width: 100% !important;
  background: #f7f3ed !important;
  color: #7a5830;
  font-size: 1.25rem !important;
  border-bottom: 2px solid #DDC09E !important;
  padding: 0.4em 0.8em !important;
  margin-bottom: 1em;
  border-radius: 6px 6px 0 0;
}
.l-sidebar-widget-area .wp-block-latest-posts a {
  color: #7a5830 !important;
}

.l-sidebar-sticky-widget-area .wp-block-heading,
.l-sidebar-sticky-widget-area .wp-block-archives-list,
.l-sidebar-sticky-widget-area .wp-block-categories-list {
  color: #7a5830 !important;
}

.c-prev-next-nav__item {
  border-radius: 5px;
}

.c-entries .c-entry-summary__figure {
  border-radius: 5px;
}

/* *****************************************
	固定ページ
***************************************** */
.section-anchor {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 780px) {
  .section-anchor {
    scroll-margin-top: 30px;
  }
}

/* 
　当院について
-------------------- */
.page-about img {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .page-about .smb-section-break-the-grid__content {
    margin-top: 40px;
  }
}

.jisseki-img {
  padding-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 780px) {
  .jisseki-img {
    padding-bottom: 0px;
  }
}
.jisseki-img .smb-items__item {
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 780px) {
  .jisseki-img .smb-items__item {
    padding: 20px;
  }
}
.jisseki-img figure {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0;
}
.jisseki-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
　施術・料金メニュー
-------------------- */
.menu-sub-title {
  font-size: clamp(1.4375rem, 2.5vw, 1.725rem);
}

.menu-box {
  color: #333333;
  position: static;
  clear: both;
}
.menu-box h4.wp-block-heading {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: #7a5830;
}
.menu-box img {
  border: 0;
}
.menu-box .smb-section__fixed-background {
  background-color: #FFF !important;
}
.menu-box .smb-section__body {
  position: relative;
}
.menu-box h4.wp-block-heading {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 15px;
}
.menu-box .treatment-time {
  transform: translateY(-5px);
}
.menu-box .hr-line {
  height: 1px;
  border: none;
  background-color: #ccc;
  margin: 40px 0 45px !important;
}

.treatment-time {
  display: inline-block;
  font-size: 0.9rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #5FB9A8;
  letter-spacing: 0.0725em;
  border: 1px solid rgba(111, 174, 164, 0.6);
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-shadow: none;
  transform: translateY(-12px);
}
@media screen and (max-width: 780px) {
  .treatment-time {
    margin-bottom: 0;
  }
}

.smb-step__body::before {
  bottom: calc(var(--_half-leading) * 1rem + 5rem);
}

/* 
　営業時間・アクセス
-------------------- */
.post-timetable div {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(10%);
}
@media (max-width: 1024px) {
  .post-timetable div {
    width: 100%;
    transform: translateX(0);
  }
}
.post-timetable .timetable__text {
  color: #7a5830;
}

.c-nk-head-section.access-box .smb-panels__item {
  border-radius: 5px !important;
}
.c-nk-head-section.access-box img {
  border-radius: 5px 5px 0 0 !important;
}

/* 
　お問い合わせ
-------------------- */
.page-reserv a {
  color: #5FB9A8;
  border: none;
  text-decoration: none !important;
}

.label-m-down {
  transform: translateY(10px);
}

.page-attention {
  width: 750px;
  padding: 40px;
  border: solid 10px #EFEFEF;
}
@media (max-width: 1024px) {
  .page-attention {
    padding: 40px 20px;
    border: solid 7px #EFEFEF;
  }
}

.page-contact {
  width: 700px;
}
@media (max-width: 780px) {
  .page-contact {
    width: 100%;
  }
}

/* *****************************************
　アーカイブ
***************************************** */
.c-entry__title,
.archive .c-entry-summary__title {
  color: #7a5830;
}

@media (max-width: 780px) {
  .c-page-header__title {
    font-size: 1.275rem;
  }
}

.c-page-header[data-has-image=true] {
  position: relative;
  height: 250px;
}

.c-page-header[data-has-image=true]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.c-page-header__content {
  z-index: 10;
}

/* *****************************************
	Home
***************************************** */
.home .l-contents__inner {
  padding-top: 0 !important;
}

/*
HERO
-------------------- */
.top-hero {
  background: url(../img/hero-img.svg) no-repeat;
  background-position: calc(0% + 20px) bottom;
  color: #7a5830;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8), 1px -1px 0 rgba(255, 255, 255, 0.8), -1px -1px 0 rgba(255, 255, 255, 0.8), 2px 2px 4px rgba(255, 255, 255, 0.8);
  background: linear-gradient(to right, rgba(247, 245, 242, 0.9), rgba(247, 245, 242, 0));
}
.top-hero .smb-section__subtitle {
  display: inline-block;
  font-size: 0.9rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #5FB9A8;
  letter-spacing: 0.0725em;
  border: 1px solid rgba(111, 174, 164, 0.6);
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-shadow: none;
  transform: translateY(-12px);
}
@media screen and (max-width: 780px) {
  .top-hero .smb-section__subtitle {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .top-hero .smb-section__subtitle {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(0px);
  }
}
.top-hero .smb-section__header .smb-section-break-the-grid__title {
  font-weight: 600 !important;
  letter-spacing: 0.2em;
  font-size: 2.5rem !important;
}
@media (max-width: 1240px) {
  .top-hero .smb-section__header .smb-section-break-the-grid__title {
    font-size: clamp(1.725rem, 2.5vw, 2.5rem) !important;
  }
}
@media screen and (max-width: 480px) {
  .top-hero .smb-section__header .smb-section-break-the-grid__title {
    font-size: 1.6125rem !important;
  }
}
@media screen and (max-width: 390px) {
  .top-hero .smb-section__header .smb-section-break-the-grid__title {
    font-size: 1.4375rem !important;
    line-height: 2rem;
  }
}
.top-hero .top-hero__text {
  width: 55%;
  margin-left: 0 !important;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .top-hero .top-hero__text {
    width: 100%;
    background: linear-gradient(to right, rgba(247, 245, 242, 0.95), rgba(247, 245, 242, 0));
    transform: translateX(-20px);
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .top-hero .top-hero__text {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: -30px;
    padding: 10px 0 10px 20px;
  }
}
.top-hero .c-row--lg-middle {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .top-hero {
    height: calc(100vh - 120px);
  }
  .top-hero .c-row__col:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-hero .c-row__col {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .top-hero .c-row--lg-middle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top-hero .smb-section-break-the-grid__figure {
    position: relative;
    margin-left: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
@media (max-width: 360px) {
  .top-hero {
    height: 75vh !important;
  }
}
@media (max-width: 1024px) {
  .top-hero .smb-section-break-the-grid__figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/*
News
-------------------- */
.top-news .c-entries--text {
  border-top: 1px solid #DDC09E;
}
.top-news .c-entries--text .c-entries__item {
  border-bottom: 1px solid #DDC09E;
}
.top-news .c-meta__item--published {
  color: #666;
}
.top-news .c-entry-summary__title {
  color: #7a5830;
}
.top-news a:hover h4 {
  text-decoration: underline;
}

/*
メッセージ
-------------------- */
.top-message {
  background: url(../img/message-img.jpg) no-repeat;
  background-position: left bottom;
  background-size: 55%;
  margin-bottom: 0 !important;
}
@media (max-width: 780px) {
  .top-message {
    background-position: right bottom;
    margin-top: 0 !important;
  }
}
@media (max-width: 420px) {
  .top-message {
    background-size: 170px;
  }
}
.top-message .top-message__heading {
  font-size: clamp(1.3125rem, 2.5vw, 1.6875rem);
  line-height: clamp(2em, 2.5vw, 3.25em);
  color: #7a5830;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600 !important;
  padding-bottom: 10px;
}
.top-message .top-message__text {
  display: block;
  border-left: solid 3px #87CBBE;
  padding-left: 26px;
  margin-bottom: 0px;
}
@media (max-width: 780px) {
  .top-message .top-message__text {
    margin-bottom: 180px;
  }
}
@media (max-width: 420px) {
  .top-message .top-message__text {
    margin-bottom: 100px;
    border-left: none;
    padding-left: 0;
  }
}

/*
特徴
-------------------- */
.top-intro img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
@media (max-width: 780px) {
  .top-intro .smb-section__lede {
    text-align: left !important;
  }
}

/*
このようなお悩み
-------------------- */
.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}
@media (max-width: 780px) {
  .check-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.check-list li {
  list-style: none;
  color: #7a5830;
  padding-left: 0;
  line-height: 1.9;
}
.check-list li:first-child {
  margin-top: 9.6px;
}
.check-list li::before {
  border-color: #D65A5A !important;
  top: 8px;
  height: 10px;
  width: 15px;
  margin-left: -5px;
}

.incho-point .w_b_ava_box {
  width: 180px;
  height: 180px;
}
.incho-point .w_b_size_L img {
  width: 180px !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.incho-point .w_b_talk {
  padding: 20px 30px;
}

.incho-point .w_b_ava_box {
  width: 180px;
  height: 180px;
}

.incho-point .w_b_ava_effect {
  width: 100%;
  height: 100%;
}

.incho-point .w_b_ava_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .incho-point .w_b_wrap.w_b_flex {
    flex-direction: column !important;
    align-items: center !important;
  }
  .incho-point .w_b_wrap.w_b_flex img {
    margin-top: 50px;
  }
  .incho-point .w_b_ava_box {
    order: 1;
    margin-bottom: 8px;
  }
  .incho-point .w_b_bal_outer {
    order: 2;
    width: 100%;
  }
  .incho-point .w_b_box.w_b_flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .incho-point .w_b_shadow_R {
    box-shadow: none;
  }
  .incho-point .w_b_talk::before,
  .incho-point .w_b_talk_R::before,
  .incho-point .w_b_talk_R::after,
  .incho-point .w_b_talk::after {
    border: none;
    background-color: none;
  }
  .incho-point .w_b_talk_R {
    background-color: none;
  }
}
/*
施術メニュー
-------------------- */
.top-menu .smb-panels .c-row--margin {
  margin: 0 -16px;
}
.top-menu .smb-panels .c-row--margin > .c-row__col {
  padding: 0 16px;
}
.top-menu img {
  border-radius: 5px 5px 0 0 !important;
}
.top-menu .smb-panels__item {
  border-radius: 5px;
}
.top-menu .smb-panels__item__content {
  text-align: left;
}

/*
よくあるご質問
-------------------- */
.top-faq {
  width: min(100%, 800px);
  background-color: #FFF;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
@media (max-width: 420px) {
  .top-faq {
    padding: 20px;
  }
}

/* *****************************************
	お問い合わせフォーム
***************************************** */
.form-area .form-title {
  font-weight: 600;
  color: #7a5830;
  margin-top: 30px;
}
.form-area .form-day {
  margin-top: 20px;
}
.form-area .form-day2 {
  margin-top: 20px;
  padding-bottom: 10px;
}
.form-area textarea {
  height: 180px;
}
.form-area .men-att {
  font-size: 0.825rem;
}
.form-area ::-moz-placeholder {
  color: #e0e0e0;
  font-weight: 400;
  font-size: 1rem !important;
}
.form-area ::placeholder {
  color: #e0e0e0;
  font-weight: 400;
  font-size: 1rem !important;
}
.form-area input[type=text],
.form-area input[type=email],
.form-area input[type=tel],
.form-area input[type=search],
.form-area textarea {
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 6px;
  padding: 10px;
}
.form-area input[type=date] {
  width: 50%;
  border: solid 1px #CCC;
  border-radius: 6px;
  padding: 10px;
}
.form-area input[type=text]:focus,
.form-area input[type=email]:focus,
.form-area input[type=tel]:focus,
.form-area input[type=radio]:focus,
.form-area input[type=checkbox]:focus,
.form-area input[type=date]:focus,
.form-area select:focus,
.form-area textarea:focus {
  outline: none;
  border: solid 1px #5FB9A8;
  box-shadow: 0 0 3px #5FB9A8;
}
.form-area input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #cccccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: 0 5px 0 0;
  position: relative;
  padding: 0;
}
.form-area input[type=radio]:checked {
  border-color: #5FB9A8;
}
.form-area input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 0.725rem;
  height: 0.725rem;
  background: #5FB9A8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-area .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-area .wpcf7-radio {
  display: flex;
  gap: 16px;
}
.form-area input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: inline-block;
}
.form-area input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.form-area input[type=checkbox]:checked {
  background: #5FB9A8;
  border-color: #FFF;
}

span.wpcf7-not-valid-tip[aria-hidden=true] {
  color: #D65A5A !important;
  font-weight: bold;
}

.form-att::before {
  content: "*";
  color: #D65A5A;
  font-weight: bold;
}

input[type=submit].wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  justify-content: center;
  width: 256px;
  height: 56px;
  margin: 54px auto;
  background-color: #DDC09E;
  border: solid 1px #DDC09E;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
input[type=submit].wpcf7-submit.is-active {
  background-color: #DDC09E;
  border-color: #DDC09E;
  cursor: pointer;
}

input[type=submit].wpcf7-submit:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
}

span.wpcf7-spinner {
  display: none;
}

.privacy-box {
  max-height: 150px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #CCC;
  background: #fff;
  font-size: 0.825rem;
  line-height: 1.7;
}
.privacy-box p {
  padding-top: 0;
  margin-top: 0;
}

.privacy-check .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.privacy-note {
  font-size: 0.825rem;
  padding-left: 40px;
}/*# sourceMappingURL=style.css.map */