@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------
# variable
--------------------------------------------------------------*/
.sp-hide {
  display: none;
}

@media screen and (min-width: 40em) {
  .sp-hide {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*--------------------------------------------------------------
# body
--------------------------------------------------------------*/
.l-body {
  background: #fdf5eb;
  font-family: "じゅん 201";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

/*--------------------------------------------------------------
# .l-header
--------------------------------------------------------------*/
.l-header {
  background: #fff;
}

@media screen and (min-width: 64em) {
  .l-header {
    background: #fdf5eb;
  }
  .l-header .p-global-nav .c-navbar__item > a {
    border-right: 2px dotted #9b9b9b;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-family: "じゅん 501";
  }
  .l-header .c-navbar__item {
    padding: 1.25rem 0;
  }
}

/*--------------------------------------------------------------
# l-contents
--------------------------------------------------------------*/
@media screen and (min-width: 64em) {
  .l-contents .c-page-header__bgimage {
    width: calc(100% - 5rem);
    margin: 0 auto;
    border-radius: 1.25rem;
  }
}

.l-contents .c-page-header[data-has-image="true"] {
  min-height: 15rem;
}

@media screen and (min-width: 64em) {
  .l-contents .c-page-header[data-has-image="true"] {
    min-height: 25rem;
  }
}

.l-contents .c-page-header__title {
  text-align: center;
  color: var(--accent-color);
}

.l-contents .c-page-header__slug {
  display: block;
  margin: 0.3125rem 0 auto;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--_color-text, #333);
}

@media screen and (min-width: 64em) {
  .l-contents .c-page-header__slug {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# l-footer
--------------------------------------------------------------*/
.l-footer .c-copyright {
  text-align: center;
  background: none;
  color: var(--_color-text, #333);
  font-size: 0.625rem;
}

@media screen and (min-width: 64em) {
  .l-footer .c-copyright {
    font-size: 0.8125rem;
  }
}

.l-footer .l-footer-widget-area {
  font-family: "じゅん 501";
  background: #fff;
}

@media screen and (min-width: 64em) {
  .l-footer .l-footer-widget-area {
    width: calc(100% - 5rem);
    margin: 0 auto;
    border-radius: 1.25rem;
  }
  .l-footer .l-footer-widget-area .c-row__col--lg-1-4 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
  }
}

.l-footer .c-footer-contact .c-footer-contact__company {
  font-weight: bold;
  text-align: center;
  padding-top: 1.25rem;
}

.l-footer .c-footer-contact .c-footer-contact__company img {
  display: block;
  margin: 0 auto 0.625rem;
}

.l-footer .c-footer-contact .c-footer-contact__company .c-footer-contact__company__name {
  font-size: 1.125rem;
}

@media screen and (min-width: 64em) {
  .l-footer .c-footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer .c-footer-contact .c-footer-contact__company {
    text-align: left;
    padding-top: 0;
    padding-right: 1.875rem;
    margin-right: 1.875rem;
    border-right: 2px dotted #9b9b9b;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .l-footer .c-footer-contact .c-footer-contact__company img {
    width: 11.25rem;
    margin-left: 0;
  }
}

.l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn {
  display: block;
  margin: 1.25rem auto;
  border: 1px solid var(--accent-color);
  text-align: center;
  text-decoration: none;
  padding: 0.625rem;
  max-width: 15rem;
  border-radius: 2.5rem;
  line-height: 1.25;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn span {
  font-size: 0.625rem;
}

.l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn.form {
  background: var(--accent-color);
  color: #fff;
}

@media screen and (min-width: 40em) {
  .l-footer .c-footer-contact__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn {
    width: calc(50% - 1.25rem);
    max-width: inherit;
  }
}

@media screen and (min-width: 64em) {
  .l-footer .c-footer-contact__btn-wrap {
    width: 100%;
  }
  .l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn {
    width: calc(50% - 0.9375rem);
    margin: 0;
    height: 4rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .l-footer .c-footer-contact__btn-wrap .c-footer-contact__btn span {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
# 既存スタイルの上書き
--------------------------------------------------------------*/
h1,
h2,
h3,
.entry-title {
  letter-spacing: 0.1em;
}

ol {
  list-style-type: none;
  counter-reset: counter-name;
  margin-left: 0;
}

ol li {
  position: relative;
  padding: 0 0 calc(var(--_space, 1.76923rem) * 0.25 * var(--_margin-scale, 1)) 35px;
  margin: 0 0 5px;
}

ol li:not(:last-child) {
  border-bottom: 1px dotted var(--accent-color);
}

ol li:before {
  content: counter(counter-name) "";
  counter-increment: counter-name;
  display: block;
  background: var(--accent-color);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
}

/*--------------------------------------------------------------
# smbの上書き
--------------------------------------------------------------*/
.smb-section__title {
  margin-bottom: 3.125rem;
  color: var(--accent-color);
}

.smb-section__title span {
  color: var(--_color-text, #333);
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.smb-section__title:after {
  content: none;
}

/*--------------------------------------------------------------
# page-id-7 / philosophy
--------------------------------------------------------------*/
.page-id-7 .c-page-header__bgimage > img {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}

@media screen and (min-width: 40em) {
  .page-id-7 .c-page-header__bgimage > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.page-id-7 .c-philosophy-lead .smb-section__title {
  margin-bottom: 1.5rem;
}

.page-id-7 .c-philosophy-lead .smb-section__lede {
  font-family: "じゅん 501";
}

@media screen and (min-width: 64em) {
  .page-id-7 .c-philosophy-lead .smb-section__body {
    display: none;
  }
  .page-id-7 .c-philosophy-lead .smb-section__title {
    font-size: 2.25rem;
  }
  .page-id-7 .c-philosophy-lead .smb-section__lede {
    font-size: 1.25rem;
    text-align: center;
  }
}

.page-id-7 .c-philosophy-mission {
  position: relative;
}

.page-id-7 .c-philosophy-mission .blob-1 {
  position: absolute;
  left: -20%;
  top: 0%;
  width: 300px;
}

@media screen and (min-width: 40em) {
  .page-id-7 .c-philosophy-mission .blob-1 {
    width: 400px;
  }
}

@media screen and (min-width: 64em) {
  .page-id-7 .c-philosophy-mission .blob-1 {
    left: -15%;
    top: -5%;
    width: auto;
  }
}

.page-id-7 .c-philosophy-mission .smb-section__lede {
  color: var(--accent-color);
  font-family: "じゅん 501";
}

.page-id-7 .c-philosophy-mission .wp-block-column:not(:first-child) {
  margin-top: 3rem;
}

.page-id-7 .c-philosophy-mission .has-text-align-center {
  color: var(--accent-color);
  font-family: "じゅん 501";
}

.page-id-7 .c-philosophy-mission .has-text-align-center + p {
  margin-top: 1rem;
}

@media screen and (min-width: 40em) {
  .page-id-7 .c-philosophy-mission .wp-block-column:first-child {
    margin-top: 3rem;
  }
  .page-id-7 .c-philosophy-mission .wp-block-image figure {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 64em) {
  .page-id-7 .c-philosophy-mission .smb-section__lede {
    font-size: 1.75rem;
    text-align: center;
  }
}

.page-id-7 .c-philosophy-value {
  position: relative;
}

.page-id-7 .c-philosophy-value .blob-2 {
  position: absolute;
  right: -20%;
  top: 0%;
  width: 300px;
}

@media screen and (min-width: 40em) {
  .page-id-7 .c-philosophy-value .blob-2 {
    width: 400px;
  }
}

@media screen and (min-width: 64em) {
  .page-id-7 .c-philosophy-value .blob-2 {
    right: -30%;
    top: -42%;
    width: auto;
  }
}

.page-id-7 .c-philosophy-greeting .smb-media-text__figure {
  text-align: center;
}

.page-id-7 .c-philosophy-greeting img {
  max-width: 20rem;
}

@media screen and (min-width: 64em) {
  .page-id-7 .c-philosophy-greeting img {
    max-width: inherit;
  }
}

/*--------------------------------------------------------------
# page-id-14 / reason
--------------------------------------------------------------*/
.page-id-14 .c-reason-lead {
  text-align: left;
}

@media screen and (min-width: 40em) {
  .page-id-14 .c-reason-lead {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .page-id-14 .c-reason-lead {
    font-size: 1.25rem;
  }
}

.page-id-14 .c-reason-melit h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-id-14 .c-reason-melit h2 img {
  width: 5rem !important;
  height: 5rem;
  border-radius: 2.5rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-id-14 .c-reason-melit ul {
  margin-left: 0;
  list-style-position: inside;
}

.page-id-14 .c-reason-melit ul li {
  padding: 0 0 calc(var(--_space, 1.76923rem) * 0.25 * var(--_margin-scale, 1)) 0;
  margin: 0 0 5px;
  position: relative;
  padding-left: 30px;
  text-indent: -1.4em;
}

.page-id-14 .c-reason-melit ul li:not(:last-child) {
  border-bottom: 1px dotted var(--accent-color);
}

@media screen and (min-width: 40em) {
  .page-id-14 .c-reason-melit h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-id-14 .c-reason-melit h2 img {
    width: 7.5rem !important;
    height: 7.5rem;
    border-radius: 3.75rem;
    margin-right: 1.25rem;
  }
}

.page-id-14 .melit-2 {
  padding-top: 0;
}

.page-id-14 .c-reason-column {
  padding-bottom: calc(var(--_space, 1.76923rem) * 1.5);
}

.page-id-14 .c-reason-column .wp-block-column {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page-id-14 .c-reason-column {
    padding-right: calc(var(--_container-margin, 1.76923rem) + env(safe-area-inset-right));
    padding-left: calc(var(--_container-margin, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 64em) {
  .page-id-14 .c-reason-column {
    padding-bottom: calc(var(--_space, 1.76923rem) * 3);
  }
}

/*--------------------------------------------------------------
# page-id-18 / contact
--------------------------------------------------------------*/
.page-id-18 .l-contents__container {
  max-width: 40rem;
}

.page-id-18 .smf-action button {
  font-family: "じゅん 501";
}

.page-id-18 .smf-item input {
  width: 100%;
}

.page-id-18 .smf-item .smf-item__col--label {
  font-family: "じゅん 501";
}

.page-id-18 .smf-item .smf-item__col--label .has-inline-color {
  background: var(--accent-color);
  padding: 3px 6px;
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  margin-right: 0.5rem;
  font-weight: bold;
}

.page-id-18 .smf-item.nini .smf-item__col--label .has-inline-color {
  background: #ccc;
}

@media screen and (min-width: 64em) {
  .page-id-18 .smf-item .smf-item__col--controls {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# page-id-16 / voice
--------------------------------------------------------------*/
.page-id-16 .smb-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-16 .smb-buttons > div:last-child {
  margin-right: 0;
}

.page-id-16 .smb-balloon__figure {
  border-color: var(--accent-color);
}

.page-id-16 .smb-balloon__body {
  background: #fff;
}

.page-id-16 .smb-balloon__person .smb-balloon__name {
  font-size: 1rem;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 40em) {
  .page-id-16 .smb-balloon__person .smb-balloon__name {
    margin: 8px 0 0;
  }
}

/*--------------------------------------------------------------
# page-id-12 / service
--------------------------------------------------------------*/
.page-id-12 .c-service-lumbago {
  margin-top: calc(var(--_space, 1.76923rem) * 1.5);
}

.page-id-12 .c-service-lumbago img {
  border-radius: 0.5rem;
}

.page-id-12 .c-service-price {
  margin-top: calc(var(--_space, 1.76923rem) * 1.5);
}

.page-id-12 .c-service-price img {
  border-radius: 0.5rem;
}

.page-id-12 .c-service-detail {
  margin-top: calc(var(--_space, 1.76923rem) * 1.5);
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #fff;
}

.page-id-12 .c-service-alliance .smb-section__title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.page-id-12 .c-service-target {
  padding-bottom: calc(var(--_space, 1.76923rem) * 1.5);
}

.page-id-12 .c-service-target h2 {
  background: none;
  border: none;
  text-align: center;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.page-id-12 .c-service-symptom {
  padding-bottom: calc(var(--_space, 1.76923rem) * 1.5);
}

@media screen and (min-width: 40em) {
  .page-id-12 .set-inner {
    padding-right: calc(var(--_container-margin, 1.76923rem) + env(safe-area-inset-right));
    padding-left: calc(var(--_container-margin, 1.76923rem) + env(safe-area-inset-left));
  }
  .page-id-12 .c-service-lumbago {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-id-12 .c-service-lumbago .wp-block-column:last-child {
    margin-right: calc(var(--_space, 1.76923rem) * 1 * var(--_margin-scale, 1));
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .page-id-12 .c-service-lumbago {
    margin-top: calc(var(--_space, 1.76923rem) * 3);
  }
  .page-id-12 .c-service-price {
    margin-top: calc(var(--_space, 1.76923rem) * 3);
  }
  .page-id-12 .c-service-detail {
    margin-top: calc(var(--_space, 1.76923rem) * 3);
    padding: 2rem;
  }
  .page-id-12 .c-service-alliance {
    padding-top: calc(var(--_space, 1.76923rem) * 2);
  }
  .page-id-12 .c-service-alliance .smb-section__title {
    font-size: 1.75rem;
  }
  .page-id-12 .c-service-target h2 {
    font-size: 1.75rem;
  }
}

/*--------------------------------------------------------------
# page-id-10 / company
--------------------------------------------------------------*/
.page-id-10 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #fbeddb;
}

.page-id-10 .wp-block-table {
  padding-top: calc(var(--_space, 1.76923rem) * 1.5);
  padding-bottom: calc(var(--_space, 1.76923rem) * 1.5);
  border: none;
}

@media screen and (min-width: 64em) {
  .page-id-10 .wp-block-table {
    padding-top: calc(var(--_space, 1.76923rem) * 3);
    padding-bottom: calc(var(--_space, 1.76923rem) * 3);
  }
}

/*--------------------------------------------------------------
# page-id-34 / top
--------------------------------------------------------------*/
.page-id-34 .c-top-mv {
  margin-bottom: calc(var(--_space, 1.76923rem) * 1.5);
}

.page-id-34 .c-top-mv .smb-section__title {
  margin-bottom: 1.5rem;
}

.page-id-34 .c-top-mv .smb-section__body {
  display: none;
}

.page-id-34 .smb-section-with-bgimage__bgimage {
  background: none;
}

.page-id-34 .c-top-section {
  padding-top: calc(var(--_space, 1.76923rem) * 1.5);
  padding-bottom: calc(var(--_space, 1.76923rem) * 1.5);
}

.page-id-34 .c-top-section .smb-media-text__title {
  color: var(--accent-color);
}

.page-id-34 .c-top-section .smb-media-text__title span:last-child {
  display: block;
  font-size: 12px;
}

.page-id-34 .c-top-philosophy img {
  border-radius: 0.5rem;
}

.page-id-34 .c-top-service img {
  border-radius: 0.5rem;
}

.page-id-34 .smb-panels__item {
  border-radius: 0.5rem;
}

.page-id-34 .smb-panels__item img {
  border-radius: 0.5rem 0.5rem 0 0;
}

.page-id-34 .c-top-link {
  padding-bottom: calc(var(--_space, 1.76923rem) * 1.5);
}

@media screen and (min-width: 64em) {
  .page-id-34 .c-top-mv {
    margin-left: calc(50% - 50vw + 2.5rem) !important;
    margin-left: calc(50% - 50vw + 2.5rem + var(--body-margin-left, 0px) / 2) !important;
    margin-right: calc(50% - 50vw + 2.5rem) !important;
    margin-right: calc(50% - 50vw + 2.5rem + var(--body-margin-left, 0px) / 2) !important;
    min-height: 540px !important;
  }
  .page-id-34 .c-top-mv img {
    border-radius: 1.25rem;
  }
  .page-id-34 .c-top-link {
    padding-bottom: calc(var(--_space, 1.8rem) * 3);
  }
  .page-id-34 .c-top-section {
    padding-bottom: calc(var(--_space, 1.8rem) * 1.5);
    padding-top: calc(var(--_space, 1.8rem) * 1.5);
  }
  .page-id-34 .c-top-link {
    padding-bottom: calc(var(--_space, 1.8rem) * 3);
  }
  .page-id-34 .c-top-philosophy .c-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*# sourceMappingURL=style.css.map */