@charset "UTF-8";
/*fixed spacing*/
/*spacing*/
/*line-height*/
/*radius*/
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

:root {
  --color_border--table: #dddddd;
}

.l-content,
.w-beforeFooter {
  margin: 0 auto !important;
}

.spbr {
  display: none;
}

@media (max-width: 1800px) {
  .p-mainVisual__slideTitle {
    font-size: 24px !important;
  }
}
@media (min-width: 1800px) {
  .p-mainVisual__slide {
    position: relative;
  }
  .p-mainVisual__textLayer {
    position: absolute !important;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center !important;
  }
  .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 30px;
  }
  .p-mainVisual__slideTitle {
    white-space: nowrap;
  }
}
@media (min-width: 1920px) {
  .p-mainVisual__slideTitle {
    font-size: 42px !important;
  }
}
.l-mainContent__inner > .post_content {
  margin: 2em 0 !important;
}

h1.c-pageTitle {
  display: none;
}

main.staff-archive,
main.voice-archive,
main.staff-single {
  margin-bottom: 5rem;
}

.c-headLogo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-headLogo::after {
  content: "TENTO鍼灸マッサージ院";
  font-size: 1.2rem;
  color: #333333;
  white-space: nowrap;
  font-weight: 500 !important;
}

@media screen and (max-width: 1023.98px) {
  .p-fixBtnWrap {
    bottom: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-fixBtn {
    width: 40px;
    height: 40px;
  }
  .p-fixBtnWrap {
    bottom: 125px;
  }
}
@media screen and (max-width: 767.98px) {
  .spbr {
    display: block;
  }
  h2 span.swl-fz {
    font-size: 18px !important;
  }
}
h2 {
  position: relative !important;
  padding: 0.5rem 0 1rem !important;
  margin-bottom: 0.5rem !important;
  background: linear-gradient(90deg, #f4b83c 0% 50%, #8e7348 50%) !important;
  background-repeat: no-repeat !important;
  background-size: 4rem 0.2rem !important;
  background-position: bottom !important;
  font-weight: 500 !important;
}

h2.p-postList__title {
  background: none !important;
  padding: 0.5rem 0 0 !important;
  margin-bottom: 0 !important;
}

h3 {
  font-weight: 500 !important;
}

h2.staff-archive__title,
h2.voice-archive__title {
  text-align: center;
  font-size: 28px;
}

a.swell-block-button__link span strong {
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.c-postTitle__ttl {
  font-weight: 500;
}

.is-style-btn_normal a span {
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1024px) {
  .c-scrollHint {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  h2.staff-archive__title,
  h2.voice-archive__title {
    margin-bottom: 3rem !important;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .post_content {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mainVisual__slideTitle {
    position: relative;
    top: 80px;
  }
}
article.staff-card {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
}

@media screen and (max-width: 767.98px) {
  article.staff-card {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  section.staff-archive__inner {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
  }
  section.staff-archive__inner .staff-manager article a,
  section.staff-archive__inner .staff-list article a {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  section.staff-archive__inner .staff-list article a .staff-card__image {
    width: 600px;
  }
}
@media screen and (max-width: 767.98px) {
  .staff-manager {
    margin-bottom: 3rem;
  }
  .staff-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 512px) {
  .staff-single {
    max-width: 80%;
    margin: 0 auto;
  }
  .staff-single .staff-detail__image {
    width: 40%;
  }
  .staff-single .staff-detail__intro {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .staff-single .staff-detail .staff-detail__head {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .staff-single .staff-detail__lower {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 511.98px) {
  .staff-single {
    max-width: 100%;
  }
  .staff-detail__intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .staff-detail__lower {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}
h2.voice-archive__title {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 1024px) {
  section.voice-archive__inner {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
  }
  .voice-archive__lead h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 18px;
  }
  .voice-archive__lead p {
    text-align: center;
    line-height: 1.8rem;
  }
  .voice-card__contents__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .voice-archive__lead {
    margin-bottom: 3rem;
  }
  .voice-archive__lead h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 16px;
  }
}
.contactform_body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.contactform_body .contactform-input {
  width: 60%;
}
.contactform_body input {
  margin-bottom: 1rem;
}
.contactform_body input,
.contactform_body textarea {
  width: 100%;
}

@media screen and (max-width: 511.98px) {
  .contactform-input {
    width: 100% !important;
  }
}
.-txt .c-headLogo__link,
.c-gnav {
  font-weight: 500;
}

@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  a.c-headLogo__link {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1090px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 12px !important;
  }
  a.c-headLogo__link {
    font-size: 14px !important;
  }
}
.p-mainVisual__slideTitle {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.page-id-14 #main_content .l-mainContent__inner .post_content {
  margin: 0rem auto 2rem !important;
}

#link_guide a.swell-block-button__link {
  border-radius: 0;
}
#link_guide a.swell-block-button__link span {
  text-shadow: none;
}

h3.about_h3 {
  border-bottom: 2px dotted #f4b83c;
  padding-bottom: 0.5rem;
}

.top-staff a {
  color: #68573b;
  text-decoration: none;
}
.top-staff h3.staff-card__name {
  margin: 5px auto;
  color: #ff8d14;
}
.top-staff h3.staff-card__name span.staff-card__name-kana {
  font-size: 12px;
  margin-left: 5px;
}
.top-staff .top-staff__manager {
  margin-bottom: 3rem;
}
.top-staff .top-staff__list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.top-staff .staff-card__image {
  width: 40%;
}
.top-staff .staff-card__image img {
  width: 100%;
}
.top-staff .staff-card__body {
  width: 60%;
}
.top-staff p.staff-card__profile {
  font-size: 14px;
}
.top-staff .staff-card__btn-wrap {
  margin-top: 24px;
  text-align: center;
}
.top-staff .staff-card__btn-wrap .staff-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 14px 28px;
  border-radius: 6px;
  background: #f7b733;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}
.top-staff .staff-card__btn-wrap .staff-card__btn::after {
  content: "▶";
  margin-left: 10px;
  font-size: 0.85em;
}
.top-staff .staff-card__btn-wrap .staff-card__btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767.98px) {
  .top-staff .top-staff__manager {
    margin-bottom: 3rem;
  }
  .top-staff .top-staff__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .top-staff .top-staff__list .staff-card__image {
    margin-bottom: 20px;
  }
  .top-staff .staff-card__image {
    width: 100%;
  }
  .top-staff .staff-card__body {
    width: 100%;
  }
  .staff-card__btn-wrap .staff-card__btn {
    width: 100%;
  }
}
.top-voice-card__content-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.top-voice-card__content-container .top-voice-card__tmbs {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.top-voice-card__content-container .top-voice-card__image {
  width: 150px;
}

.top-voice__inner .top-voice-card h3.top-voice-card__title {
  font-size: 20px;
  border-bottom: 2px dotted #f4b83c;
  padding-bottom: 0.5rem;
}

.top-voice-card__content {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  min-height: 310px;
  padding: 40px;
  position: relative;
  width: 100%;
}
.top-voice-card__content p {
  line-height: 2rem;
}
.top-voice-card__content::before, .top-voice-card__content::after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.top-voice-card__content::before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.top-voice-card__content::after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

@media screen and (max-width: 767.98px) {
  .top-voice-card__content-container {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-direction: column;
  }
  .top-voice__inner .top-voice-card h3.top-voice-card__title {
    font-size: 16px;
    border-bottom: 2px dotted #f4b83c;
    padding-bottom: 0.5rem;
  }
  .top-voice-card__content {
    width: 90%;
    margin: 1rem auto;
    padding: 20px;
  }
  .top-voice-card__content p {
    font-size: 14px;
    line-height: 2rem;
  }
}
#price h3 a {
  color: #68573b;
}
#price .wp-block-table {
  --table-border: none;
}

.top_price_massage .top_price_massage_notice strong {
  font-weight: 500;
}

.top_price_rakutore .top_price_rakutore_basic-fee,
.top_price_rakutore .top_price_rakutore_notice {
  padding-left: 1em;
  text-indent: -1em;
}
.top_price_rakutore .top_price_rakutore_basic-fee strong,
.top_price_rakutore .top_price_rakutore_notice strong {
  font-weight: 500;
}

.top_price_discount {
  border-bottom: 1px dotted #f4b83c;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767.98px) {
  #price h3 a {
    font-size: 18px !important;
  }
  .top_price_massage_notice_time {
    text-align: left;
    line-height: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top_price_massage_notice_time span.swl-fz {
    font-size: 12px !important;
  }
  .top_price_massage_notice_request span.swl-fz {
    font-size: 14px !important;
  }
}
.top_problem_content .top_problem_content_problem {
  background-color: #fff7ec;
  padding: 1rem;
  border-radius: 8px;
}
.top_problem_content h4 span.swl-fz {
  display: block;
  width: 100%;
  border-bottom: 2px dotted #f4b83c;
  padding-bottom: 5px;
}

@media screen and (min-width: 512px) and (max-width: 1023.98px) {
  .top_problem_content_problem {
    height: 180px;
  }
  h4 span.swl-fz {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 511.98px) {
  h4 span.swl-fz {
    font-size: 13.5px !important;
  }
}
#access table td span.swl-fz {
  display: block;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

#guide_problem .guide_problem_detail {
  background-color: #fff7ec;
  border-radius: 8px;
}
#guide_problem .guide_problem_detail .wp-block-columns {
  gap: 10px !important;
}

@media screen and (max-width: 1023.98px) {
  #guide_problem .guide_problem_detail h3 {
    text-align: center;
  }
}
#guide_flow .guide_flow_content .swell-block-step__title {
  font-weight: 500;
}
#guide_flow .guide_flow_content a.swell-block-button__link {
  font-weight: 500;
}

#guide_faq .swell-block-accordion__title {
  background: #fff7ec;
}
#guide_faq .swell-block-accordion__title span.swell-block-accordion__label {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#guide_faq .swell-block-accordion__title span strong {
  font-weight: 500;
}
#guide_faq .swell-block-accordion__item.is-opened .swell-block-accordion__body p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#treatment_contents .treatment_contents_detail h3 {
  border-bottom: 2px dotted #f4b83c;
  padding-bottom: 5px;
}

@media screen and (max-width: 511.98px) {
  p.treatment_lead span.swl-fz {
    font-size: 16px !important;
  }
}
.staff-manager article a,
.staff-list article a {
  color: #68573b;
  text-decoration: none;
}

h3.staff-card__name {
  font-size: 18px;
  margin: 10px auto 5px auto;
  padding-bottom: 5px;
  border-bottom: 2px dotted #f4b83c;
}
h3.staff-card__name span.staff-card__name-kana {
  font-size: 12px;
}

p.staff-card__message {
  font-size: 14px;
  margin-top: 1rem;
}

p.staff-card__position {
  margin: 5px 0;
}

@media screen and (max-width: 767.98px) {
  .staff-card__image img {
    width: 100%;
  }
  h3.staff-card__name span.taff-card__name-kana {
    border: 1px solid #f00;
  }
}
.staff-single h3.staff-detail__position,
.staff-single h3.staff-detail__license {
  padding-bottom: 5px;
  border-bottom: 2px dotted #f4b83c;
}
.staff-single h3.staff-detail__name {
  font-size: 18px;
  margin-bottom: 5px;
}
.staff-single h3.staff-detail__license {
  margin-bottom: 5px;
}
.staff-single .staff-detail__lower h3.staff-detail__heading {
  padding-bottom: 5px;
  font-weight: 500;
  border-bottom: 2px dotted #f4b83c;
}
.staff-single .staff-detail__lower .staff-detail__content {
  margin-top: 5px;
}

@media screen and (max-width: 511.98px) {
  .staff-single p {
    font-size: 14px;
  }
}
h2.voice-archive__title span {
  margin-left: 10px;
  font-size: 16px;
}

h3.voice-card__title {
  font-size: 18px;
  border-bottom: 2px dotted #f4b83c;
  padding-bottom: 0.5rem;
}
h3.voice-card__title i {
  margin-right: 5px;
  transform: rotate(10deg);
  font-size: 18px;
}

.voice-card__contents_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 50px;
}

.voice-card__tmbs {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.voice-card__icon img {
  width: 200px;
}

.voice-card__iconlabel p.voice-card__meta {
  font-weight: 500 !important;
}

.voice-card__content {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  max-width: 800px;
  min-height: 310px;
  padding: 50px;
  position: relative;
  width: 100%;
}
.voice-card__content p {
  line-height: 2rem;
}
.voice-card__content::before, .voice-card__content::after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.voice-card__content::before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.voice-card__content::after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

@media screen and (min-width: 1024px) {
  article.voice-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5rem;
  }
  h3.voice-card__title {
    margin-bottom: 10px;
  }
  .voice-card__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023.98px) {
  article.voice-card {
    margin-bottom: 3rem;
  }
  h2.voice-archive__title {
    line-height: 1.8rem;
    margin: 3rem auto;
  }
  h2.voice-archive__title span {
    font-size: 18px;
    margin-left: 0;
  }
  h3.voice-card__title {
    margin-bottom: 1rem;
  }
  .voice-card__icon img {
    width: 80px;
  }
  .voice-card__content {
    width: 95%;
    margin: 10px auto;
  }
  .voice-card__content p {
    font-size: 12px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .voice-card__contents_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .voice-card__content {
    width: 90%;
    padding: 25px;
  }
  .voice-card__icon img {
    width: 250px;
  }
}
.contactform_body label {
  font-weight: 500;
}
.contactform_body label span.required {
  color: #f00;
  font-weight: 400;
}
.contactform_body .contactform_submit input {
  background: #f4b83c;
  color: white;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: none;
  transition: 0.3s;
  box-shadow: 0px 3px 0px #ff8d14;
}
.contactform_body .contactform_submit input:hover {
  transform: translateY(3px);
  box-shadow: unset;
}

@media screen and (max-width: 511.98px) {
  .contactform_body .contactform_submit {
    width: 100%;
    padding: 10px;
  }
  .contactform_body .contactform_submit input {
    font-size: 20px;
  }
}
/* 追従バナー：基本スタイル＋初期は非表示 */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  opacity: 0; /* 最初は見えない */
  pointer-events: none; /* クリックできない */
  transition: opacity 0.25s; /* ふわっと出したい */
}
.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #5fc363;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}
.follow-banner a:hover {
  opacity: 0.7;
}
.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* 表示状態 */
.follow-banner.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1023.98px) {
  .follow-banner {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #fixed-bottom-cta {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  #fixed-bottom-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    backdrop-filter: blur(1.5px);
    padding: 15px 0 !important;
    margin-bottom: 0;
  }
  body {
    padding-bottom: 80px;
  }
}

/*# sourceMappingURL=add.css.map */
