@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a2b13;
  --color-white: #ffffff;
  --color-orange: #f4991a;
  --color-lightorange: #f7bc69;
  --color-gray: #f9f5f0;
  --color-beige: #f2ead3;
  --color-lightbeige: #f7f3ed;
  --color-blue: #699ef7;
  /*カレントカラー*/
  --color-current: #f4991a;
  /*テキストリンクカラー*/
  --color-textlink:#f4991a;
  /*必須ボタンカラー*/
  --color-required: #f4991a;
  /*任意ボタンカラー*/
  --color-optional: #f4991a;
  /*ラジオボタンカラー*/
  --color-radio: #f4991a;
  /*チェックボタンカラー*/
  --color-check: #f4991a;
  /*==============================
      フォントファミリー
  ==============================*/
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-kiwi: "Kiwi Maru", serif;
  --font-family-zen:"Zen Maru Gothic", sans-serif;
  --font-family-body: "Kiwi Maru", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a2b13;
  --color-white: #ffffff;
  --color-orange: #f4991a;
  --color-lightorange: #f7bc69;
  --color-gray: #f9f5f0;
  --color-beige: #f2ead3;
  --color-lightbeige: #f7f3ed;
  --color-blue: #699ef7;
  /*カレントカラー*/
  --color-current: #f4991a;
  /*テキストリンクカラー*/
  --color-textlink:#f4991a;
  /*必須ボタンカラー*/
  --color-required: #f4991a;
  /*任意ボタンカラー*/
  --color-optional: #f4991a;
  /*ラジオボタンカラー*/
  --color-radio: #f4991a;
  /*チェックボタンカラー*/
  --color-check: #f4991a;
  /*==============================
      フォントファミリー
  ==============================*/
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-kiwi: "Kiwi Maru", serif;
  --font-family-zen:"Zen Maru Gothic", sans-serif;
  --font-family-body: "Kiwi Maru", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.logo {
  height: 5rem;
}
.logo a {
  display: block;
  height: 100%;
  width: auto;
}
.logo a img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.sv, .mv, .privacy__box) {
  padding-block: 10rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding: 2.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  height: 50rem;
  width: 100%;
}
.mv .bx-wrapper {
  height: 100%;
}
.mv .bx-wrapper li {
  height: 50rem;
}
.mv .bx-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__title {
  bottom: -5rem;
  padding-top: 6rem;
  background: url(../img/mv/mv_bg.png) top left/100% 100% no-repeat;
  aspect-ratio: 671/433;
  padding-inline: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 455px;
}
.mv__title .main {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 1rem;
}
.mv__title .line::before {
  width: 5rem;
}
.mv__title .grad {
  font-size: 3rem;
}
.mv__title .sub {
  font-size: 1.7rem;
  padding-inline: 0.8rem 0;
  line-break: anywhere;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 25rem;
}
.sv__title {
  line-height: 1.3;
  padding: 1rem 3.5rem;
  font-size: 3.2rem;
  letter-spacing: 0 !important;
  max-width: 80%;
  text-align: center;
}
.sv__title::before {
  width: 7rem;
}

/*SV位置調整*/
.flow_sv {
  background: url(../img/sv/flow.jpg) top right/cover no-repeat;
}

.symptoms_sv {
  background: url(../img/sv/symptoms.jpg) top center/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 6rem;
  font-size: 2.6rem !important;
}
.com-title01::before, .com-title01::after {
  width: 4rem;
  flex-shrink: 0;
}
.com-title01 span:not(.inline-block) {
  text-align: center;
}

/*==============================
    共通ボタン
==============================*/
.com-btn,
.contact .com-btn {
  min-height: 60px;
  width: 100%;
  max-width: 310px;
}

.reserve-btn {
  min-height: 60px !important;
}

/*==============================
    共通テーブル
==============================*/
.com-table th,
.com-table td {
  padding: 2rem 1rem;
}

/*==============================
    TOP
==============================*/
/*受付時間・営業時間*/
.top-info__wrap {
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
.top-info .reception-table {
  width: 100%;
}
.top-info__open, .top-info__close {
  gap: 1rem;
}

/*一人ひとりに合わせたオーダーメイド施術*/
.top-about .com-inbox {
  flex-direction: column;
}
.top-about__title {
  font-size: 2.6rem;
  margin-bottom: 5rem;
  justify-content: center;
}
.top-about__title::after {
  width: 3.5rem;
}
.top-about__title span:not(.inlie-block) {
  display: block;
}

/*こんな症状ございませんか？*/
.top-symptoms .com-title01 strong {
  font-size: 3.5rem;
}
.top-symptoms .com-title01 strong::before {
  width: 10rem;
}
.top-symptoms__list {
  position: relative;
  z-index: -1;
  padding: 2rem 2rem 6rem;
  background-color: var(--color-white);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -5rem;
}
.top-symptoms__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 1.5rem;
  gap: 1rem;
  border-bottom: dotted 2px var(--color-font);
  font-size: 2.2rem;
}
.top-symptoms__item:first-child::before {
  content: "";
  display: block;
  aspect-ratio: 145/118;
  width: 12rem;
  background: url(../img/top/no1.png) top left/contain no-repeat;
}
.top-symptoms__item:nth-child(2)::before {
  content: "";
  display: block;
  aspect-ratio: 145/118;
  width: 12rem;
  background: url(../img/top/no2.png) top left/contain no-repeat;
}
.top-symptoms__item:nth-child(3)::before {
  content: "";
  display: block;
  aspect-ratio: 145/118;
  width: 12rem;
  background: url(../img/top/no3.png) top left/contain no-repeat;
}
.top-symptoms .etc {
  position: relative;
  margin-top: 2rem;
  text-align: right;
  width: 100%;
  padding-right: 3rem;
  font-size: 2rem;
}
.top-symptoms__image {
  width: 80%;
  aspect-ratio: 345/223;
  margin-inline: auto;
  max-width: 345px;
}
.top-symptoms__image img {
  width: 100%;
  height: 100%;
}

/*そんな方はたまい鍼灸院へご相談ください*/
.top-consultation__title {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
.top-consultation__title strong {
  font-size: 3.5rem;
}
.top-consultation__list {
  display: grid;
  gap: 4rem 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.top-consultation__image {
  width: 220px;
  aspect-ratio: 1;
}
.top-consultation__image img {
  width: 100%;
  height: 100%;
}
.top-consultation__text {
  padding: 2rem 0.5rem;
  width: 90%;
  max-width: 320px;
}
.top-consultation__text p {
  font-size: 1.8rem;
}

/*お気軽にご連絡ください*/
.top-contact .com-inbox {
  padding: 5rem;
}
.top-contact .com-inbox::before {
  width: 10rem;
  top: -1.5rem;
  left: -2rem;
}
.top-contact__wrap {
  flex-direction: column;
  gap: 3rem;
}
.top-contact__title {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
.top-contact__title::before {
  width: 8rem;
}
.top-contact__box-r .sns__list {
  margin-bottom: 3rem;
  justify-content: center;
}
.top-contact__box-r .sns__item .com-tel {
  font-size: 2.7rem;
}
.top-contact__inner::before {
  width: 6rem;
  bottom: -6rem;
  right: 100%;
}
.top-contact__inner::after {
  width: 10rem;
  left: calc(100% - 3rem);
  bottom: -6rem;
}

/*お知らせ・ブログ*/
/*==============================
    当院について
==============================*/
/*店内図*/
.about-floor__image {
  width: 100%;
}

/*ギャラリー*/
.about-gallery__list {
  grid-template-columns: repeat(2, 1fr);
  max-height: 35rem;
}

/*設備紹介*/
.about-equipment__list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.about-equipment__image {
  aspect-ratio: 16/9;
}

/*==============================
    設備詳細
==============================*/
.about-equipment-detail__image {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0;
}
.about-equipment-detail__title {
  margin-top: 3rem;
}

/*==============================
    施術メニュー・料金
==============================*/
.menu-section .com-title01 {
  margin-bottom: 4rem;
}
.menu-section__inner {
  padding: 10rem 5rem;
}
.menu-section .main-price .tag {
  font-size: 2rem;
  padding: 0.5rem 0.8rem 0.7rem 0.8rem;
}
.menu-section .price__wrap {
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  padding: 2rem 1rem;
  line-height: 1.5;
}
.menu-section .price__wrap dt {
  text-align: left;
}
.menu-section .price__wrap dd {
  text-align: right;
}
.menu-section .price__title {
  font-size: 2.3rem;
  padding-bottom: 1.5rem;
}
.menu-section .price__title::before {
  width: 2.4rem;
}

/*==============================
    施術の流れ
==============================*/
.flow-section::before {
  width: 35%;
  right: 5%;
}
.flow-section__item {
  padding: 3rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.flow-section__image {
  width: 80%;
  max-width: 200px;
}
.flow-section__text {
  width: 100%;
}
.flow-section__title {
  flex-direction: column;
  align-items: center;
}
.flow-section .sns__wrap {
  flex-direction: column;
  align-items: center;
}
.flow-section .reserve-btn {
  width: 100%;
  max-width: 310px;
}

/*==============================
    症状紹介
==============================*/
/*こんなお悩みございませんか？*/
.symptoms-worry .com-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.symptoms-worry__list {
  background-color: #ffd69c;
  border-radius: 1rem;
  padding: 2.5rem 2rem 10rem 2rem;
}
.symptoms-worry__item {
  padding: 2rem 0.5rem;
  text-align: center;
  background: url(../img/common/border_dots_w.svg) bottom left/10px 2px repeat-x;
}
.symptoms-worry__image {
  margin-top: -9rem;
  width: 80%;
  max-width: 223px;
}

/*症例紹介*/
.symptoms-section__customer, .symptoms-section__teacher {
  align-items: center;
  flex-direction: column-reverse;
  gap: 6rem;
}
.symptoms-section__text {
  padding: 4rem 2rem;
}
.symptoms-section__text::before {
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.symptoms-section__title {
  padding-bottom: 1.5rem;
  font-size: 2rem;
}
.symptoms-section__image {
  width: 30%;
  max-width: 149px;
}

/*==============================
    アクセス・店舗情報
==============================*/
/*ページ内リンク*/
.access-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.access-link__item .com-btn {
  max-width: unset;
}

/*店舗概要*/
.access-info__wrap {
  flex-direction: column;
}
.access-info .map {
  height: 30rem;
}

/*駐車場情報*/
.access-parking::after {
  width: 35%;
  right: 5%;
}
.access-parking__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*スタッフ紹介*/
.access-staff__wrap {
  flex-direction: column;
}
.access-staff__text {
  width: 100%;
}
.access-staff__comment {
  padding: 4rem 2rem;
}
.access-staff__image {
  aspect-ratio: 16/9;
  width: 100%;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  font-size: 2.3rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
}
.contact .com-table td {
  padding-block: 0 2rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 60px;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 60px;
}
.privacy__title {
  font-size: 2.5rem !important;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding: 60px 0;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 2rem 4rem 2rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  border-top: 1px solid var(--color-gray);
  padding-block: 5rem;
}