@charset "UTF-8";
@import url(all.css);

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #000000;
  --color-white: #ffffff;
  --color-brown: #6d5954;
  --color-beige: #e5e1dc;
  --color-lightbeige: #f5f3f1;
  /*カレントカラー*/
  --color-current: #000000;
  /*テキストリンクカラー*/
  --color-textlink: #6d5954;
  /*必須ボタンカラー*/
  --color-required: #6d5954;
  /*任意ボタンカラー*/
  --color-optional: #6d5954;
  /*ラジオボタンカラー*/
  --color-radio: #6d5954;
  /*チェックボタンカラー*/
  --color-check: #6d5954;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #000000;
  --color-white: #ffffff;
  --color-brown: #6d5954;
  --color-beige: #e5e1dc;
  --color-lightbeige: #f5f3f1;
  /*カレントカラー*/
  --color-current: #000000;
  /*テキストリンクカラー*/
  --color-textlink: #6d5954;
  /*必須ボタンカラー*/
  --color-required: #6d5954;
  /*任意ボタンカラー*/
  --color-optional: #6d5954;
  /*ラジオボタンカラー*/
  --color-radio: #6d5954;
  /*チェックボタンカラー*/
  --color-check: #6d5954;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

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

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

.wrapper {
  min-width: 320px;
}

.com-inbox {
  width: 90%;
}

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

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

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

.logo {
  height: 12rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv::before {
  right: 5%;
  left: unset;
  width: 20%;
  bottom: unset;
  top: 38%;
}

.mv__wrap {
  flex-flow: column-reverse;
  gap: 3rem;
  border-radius: 5rem;
  padding-bottom: 5rem;
}

.mv__container {
  width: 100%;
  border-radius: 5rem;
  aspect-ratio: 16/9;
}

.mv__title {
  padding-top: 0;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.mv__title .main {
  font-size: 2.8rem;
  line-height: 1.5;
}

.mv__title .sub {
  font-size: 1.8rem;
}

.mv__title .en {
  font-size: 1.5rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv::before {
  right: 5%;
  left: unset;
  width: 20%;
}

.sv__wrap {
  flex-flow: column-reverse;
  gap: 3rem;
  border-radius: 5rem;
  padding-bottom: 5rem;
}

.sv__container {
  width: 100%;
  border-radius: 5rem;
}

.sv__title {
  padding-top: 0;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.sv__title .main {
  font-size: 3rem;
}

.sv__title .sub {
  font-size: 1.8rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 5rem;
  gap: 2rem;
}

.com-title01>span {
  font-size: 2.8rem;
  text-align: center;
}

.com-title01--left {
  align-items: center;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 60px;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}

.ig-btn {
  gap: 15px;
  width: 100%;
  max-width: 270px;
  height: 60px;
  padding-inline: 15px;
}

.ig-btn::before {
  width: 30px;
}

.line-btn {
  gap: 20px;
  padding-inline: 20px;
  height: 80px;
  width: 100%;
  max-width: 270px;
}

.line-btn::before {
  width: 40px;
}

.official-btn {
  gap: 15px;
  width: 100%;
  max-width: 270px;
  height: 60px;
}

.official-btn::before {
  width: 30px;
}

.reserve-btn {
  width: 100%;
  height: 60px;
  margin-inline: auto;
  max-width: 270px;
  font-size: 1.8rem;
}

.reserve-btn::before {
  width: 3rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 30%;
  padding-inline: 1.5rem;
}

.com-table tr td {
  padding-inline: 0 1.5rem;
}

/*==============================
    TOP
==============================*/
.top-worry {
  padding-block: 10rem 0 !important;
}

.top-worry__wrap {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}

.top-worry__image {
  max-width: 400px;
}

.top-worry__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.top-worry__item {
  font-size: 2.2rem;
}

.top-worry__item::before {
  width: 3rem;
}

.top-about .com-inbox {
  flex-direction: column-reverse;
}

.top-ginger::before {
  border-radius: 5rem;
}

.top-ginger::after {
  width: 40%;
  bottom: calc(100% - 10vw);
  right: 5%;
  border-radius: 3rem;
  max-width: 245px;
}

.top-ginger .com-inbox {
  flex-direction: column;
}

.top-link__list {
  flex-direction: column;
  width: 90%;
  margin-inline: auto;
}

.top-link__item a {
  margin-bottom: 2rem;
}

.top-link__title {
  gap: 1.5rem;
}

.top-link__title .ja {
  font-size: 2.8rem;
}

.top-link__title .en {
  gap: 1rem;
}

.top-news .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.top-news__btn {
  margin-top: 5rem;
}

/*==============================
    癒し堂こまちについて
==============================*/
.about-section .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.about-section__image {
  gap: 1.5rem;
  flex-direction: row;
}

.about-section__image img {
  width: calc((100% - 1.5rem) / 2);
  border-radius: 3rem;
}

.about-section__image img:last-child {
  margin-left: auto;
}

.about-reason::before {
  border-radius: 5rem;
}

.about-reason__item {
  flex-direction: column;
}

.about-reason__image {
  aspect-ratio: 16/9;
}

.about-reason__text {
  padding: 6rem 3rem 4rem 3rem;
  margin-top: -4rem;
}

.about-reason__title {
  font-size: 2.2rem;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.about-reason__title::before {
  font-size: 4rem;
}

.about-reason__title>span {
  margin-top: 0.8rem;
}

/*==============================
    しょうが灸
==============================*/
.ginger-worry .com-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ginger-worry .com-inbox::after {
  content: "";
  display: block;
  aspect-ratio: 500/328;
  width: 70%;
  margin-top: 5rem;
  background: url(../img/ginger_moxibustion/img-worry.png) top left/contain no-repeat;
}

.ginger-worry__item {
  font-size: 1.8rem;
  gap: 1rem;
}

.ginger-worry__item::before {
  width: 2.5rem;
}

.ginger-about .com-title01 {
  align-items: center;
}

.ginger-about__wrap {
  flex-direction: column;
}

.ginger-about__title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.ginger-about .com-inbox>.ginger-about__text p {
  padding-inline: 2rem;
}

.ginger-difference__wrap {
  flex-direction: column-reverse;
  align-items: center;
}

.ginger-difference__image {
  width: 70%;
}

.ginger-feature__headline-illust {
  width: 25%;
  inset: 23.5% 0 auto auto;
}

.ginger-feature__headline-list {
  padding: 5rem 2rem 5rem 3rem;
  font-size: 1.9rem;
}

.ginger-feature__headline-image {
  width: 48%;
  display: inline-block;
  margin: 6% 2% 0 0;
}

.ginger-feature__headline-image:last-child {
  margin-right: 0;
}

.ginger-feature__text {
  padding-top: 5rem;
}

.ginger-feature__text p {
  padding-inline: 4rem;
}

.ginger-feature__title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.ginger-feature__title::before {
  font-size: 4rem;
}

.ginger-feature__title>span {
  margin-top: 1rem;
}

/*==============================
    メニュー
==============================*/
.menu-section__title {
  font-size: 2.2rem;
}

.menu-section__item>.menu-section__wrap {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.menu-section dt {
  padding: 1rem 1.5rem;
}

/*==============================
    お客様の声
==============================*/
.voice-section__title {
  padding-inline: 1.5rem;
  gap: 1rem;
}

.voice-section__text {
  padding-inline: 1.5rem;
}

/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact {
  padding-block: 0 10rem !important;
}

.com-contact .com-inbox {
  padding-block: 6rem;
}

.com-contact .com-inbox::before {
  background: url(../img/common/com-cta-deco-l.png) top 10rem left 5%/15% auto no-repeat, url(../img/common/com-cta-deco-r.png) top 10rem right 5%/20% auto no-repeat, var(--color-beige);
}

.com-contact__list {
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.com-contact__item {
  width: 100%;
}

.com-contact__item * {
  margin-inline: auto;
}

.top-contact {
  padding-block: 10rem !important;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}

.news-detail__title {
  font-size: 2.2rem;
}

.news-detail time,
.news-detail .tag {
  font-size: 13px;
}

.news-detail .paginated__list {
  margin-top: 30px;
}

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

.com-news__item a {
  gap: 1.5rem;
}

.com-news__item a .tag__list {
  margin-top: 2rem;
}

.com-news__wrap {
  width: calc(100% - 13rem - 1.5rem);
}

.com-news__image {
  width: 13rem;
}

/*タグリスト(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;
  font-size: 16px;
}

.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}

.contact .com-table {
  margin-bottom: 30px;
}

.contact .com-table tr {
  border-radius: 1rem;
}

.contact .com-table tr th,
.contact .com-table tr td {
  padding-inline: 1.5rem !important;
}

.contact .com-table tr th {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  padding-bottom: 0;
  font-size: 1.8rem;
}

.contact .com-table tr td label {
  font-size: 1.8rem;
  line-height: 1.3;
}

.contact .com-table .required-mark {
  font-size: 1.6rem;
}

.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: 10rem;
}

.complete__box {
  text-align: center;
  line-height: 1.733;
}

.complete__btn {
  margin-top: 50px;
}

.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}

.privacy__box {
  margin-bottom: 30px;
}

.privacy__box:last-child {
  margin-bottom: 0;
}

.privacy__title {
  font-size: 2.2rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}

.e404__text {
  width: 90%;
  margin: 0 auto;
}

.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  right: unset;
  bottom: unset;
  gap: 0;
  flex-direction: column-reverse;
  align-items: flex-end;
  width: 100%;
}

.follow_btn .reserve {
  position: fixed;
  z-index: 75;
  flex-direction: row;
  aspect-ratio: unset;
  width: 100%;
  height: 50px;
  border-radius: 0;
  bottom: 0;
  left: 0;
}

.follow_btn .reserve::before {
  width: 30px;
}

.follow_btn .pagetop {
  position: fixed;
  z-index: 75;
  right: 1rem;
  bottom: 18rem;
  width: 50px;
}

/*==============================
    フッター
==============================*/
.footer .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.footer address {
  width: 90%;
  margin-inline: auto;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}

.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}

.footer-nav__item {
  border-top: 1px solid var(--color-white);
  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 .sns__list {
  width: 100%;
}

.footer .sns__item {
  width: 100%;
}

.footer .sns__item a {
  margin-inline: auto;
}

.footer small {
  padding-block: 1.5rem calc(50px + 1.5rem);
  border-top: 1px solid var(--color-white);
}

.footer-sub__list {
  display: none;
}