@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #111111;
  --color-white: #ffffff;
  --color-green: #69ba00;
  --color-lightgreen: #a1d85a;
  --color-whitegreen: #f5f9e9;
  --color-gray: #f4f4f0;
  --color-bordergray: #cccccc;
  /*カレントカラー*/
  --color-current: #69ba00;
  /*テキストリンクカラー*/
  --color-textlink:#69ba00;
  /*必須ボタンカラー*/
  --color-required: #69ba00;
  /*任意ボタンカラー*/
  --color-optional: #69ba00;
  /*ラジオボタンカラー*/
  --color-radio: #69ba00;
  /*チェックボタンカラー*/
  --color-check: #69ba00;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --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.222;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #111111;
  --color-white: #ffffff;
  --color-green: #69ba00;
  --color-lightgreen: #a1d85a;
  --color-whitegreen: #f5f9e9;
  --color-gray: #f4f4f0;
  --color-bordergray: #cccccc;
  /*カレントカラー*/
  --color-current: #69ba00;
  /*テキストリンクカラー*/
  --color-textlink:#69ba00;
  /*必須ボタンカラー*/
  --color-required: #69ba00;
  /*任意ボタンカラー*/
  --color-optional: #69ba00;
  /*ラジオボタンカラー*/
  --color-radio: #69ba00;
  /*チェックボタンカラー*/
  --color-check: #69ba00;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --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.222;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

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

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

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

.com-inbox {
  width: 90%;
}

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

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

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

.logo {
  height: 2rem;
}

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

/*==============================
    メインビジュアル
==============================*/
.mv__title {
  position: absolute;
  font-size: 1.8rem;
  bottom: 10%;
  left: 5%;
  gap: 0.5rem;
}
.mv__title strong small {
  font-size: 1rem;
}
.mv__title strong:last-of-type {
  margin-right: 1rem;
}
.mv__title .mark {
  font-size: 2rem;
  margin-inline: 0.5rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  position: relative;
}
.sv__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(20% - 6rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -1rem;
  text-align: center;
}
.sv__title::before {
  width: 30%;
  top: calc(100% - 2rem);
}
.sv__title > span {
  font-size: 2rem;
  padding: 1rem 2rem;
  line-height: 1.3;
  gap: 2rem;
}
.sv__title > span::before, .sv__title > span::after {
  width: 0.5rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 3rem;
  margin-bottom: 5rem;
  line-height: 1.3;
}
.com-title01 strong {
  font-size: 4rem;
}

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

.line-btn {
  width: 100%;
  max-width: 350px;
}

/*==============================
    共通テーブル
==============================*/
/*==============================
    TOP
==============================*/
.top-greeting {
  padding-block: 5rem 10rem !important;
}
.top-greeting::before {
  width: 25%;
  top: 10rem;
  left: 2%;
}
.top-greeting::after {
  top: 11rem;
  width: 15%;
  right: 5%;
}
.top-greeting__title {
  font-size: 2.8rem;
  gap: 1rem;
  margin-bottom: 4rem;
}
.top-greeting__wrap {
  flex-direction: column-reverse;
  align-items: center;
}
.top-greeting__image {
  max-width: 310px;
}
.top-greeting .com-btn {
  margin-inline: auto;
}

.top-qqt article {
  flex-direction: column;
  align-items: center;
}
.top-qqt__title {
  font-size: 2.8rem;
  align-items: center;
}
.top-qqt .com-btn {
  margin-inline: auto;
}
.top-qqt__image {
  width: 100%;
  max-width: 310px;
}

.top-menu .com-inbox {
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding-bottom: calc(5rem + 60px);
}
.top-menu .com-inbox::before {
  width: 25%;
  left: 0;
  top: -6rem;
  max-width: 100px;
}
.top-menu__item {
  width: 100%;
}
.top-menu__title .sub {
  font-size: 2.4rem;
}
.top-menu__title .main {
  font-size: 2.8rem;
}
.top-menu .com-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top-news .com-inbox {
  position: relative;
  flex-direction: column;
  padding-bottom: calc(60px + 5rem);
}
.top-news .com-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/*==============================
    当院について
==============================*/
.about-features {
  padding-block: 10rem 0 !important;
}
.about-features::before {
  width: 30%;
  top: 3rem;
  left: 1%;
}
.about-features::after {
  width: 20%;
  top: 2rem;
  right: 5%;
  max-width: 100px;
}
.about-features__title {
  font-size: 2.2rem;
  padding: 1rem 1rem 1.2rem 1rem;
  align-items: flex-start;
}
.about-features__title::before {
  font-size: 2.5rem;
  padding-bottom: 0.1rem;
  width: 4rem;
}
.about-features__title > span {
  padding-top: 0.5rem;
}

/*==============================
    QQTを知る
==============================*/
.qqt-section {
  padding-block: 5rem 10rem !important;
}
.qqt-section .com-inbox {
  flex-direction: column;
  align-items: center;
}
.qqt-section__title {
  font-size: 2.8rem;
  padding: 1.5rem 2rem;
  line-height: 1.3;
  text-align: center;
}
.qqt-section__title strong {
  display: inline-block;
}
.qqt-section__title strong small {
  font-size: 2.4rem;
}
.qqt-section__image {
  aspect-ratio: 16/9;
}

.qqt-flow::after {
  width: 20%;
  max-width: 100px;
  right: 5%;
  top: 3rem;
}
.qqt-flow__item {
  flex-direction: column;
  align-items: center;
  padding: 4rem 3rem;
}
.qqt-flow__title {
  font-size: 2.2rem;
  padding: 1rem 1rem 1.2rem 1rem;
  align-items: flex-start;
}
.qqt-flow__title::before {
  font-size: 2.5rem;
  padding-bottom: 0.1rem;
  width: 4rem;
}
.qqt-flow__title > span {
  padding-top: 0.5rem;
}

.qqt-change__wrap {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.qqt-change__image {
  max-width: 290px;
}

.qqt-safety .com-inbox {
  padding: 5rem 2rem;
}
.qqt-safety .com-inbox::before {
  left: 0;
  top: -2rem;
  width: 20%;
  max-width: 100px;
}
.qqt-safety__image {
  width: 50%;
  max-width: 150px;
}

/*==============================
    施術メニュー
==============================*/
.menu-section {
  padding-block: 5rem 10rem !important;
}
.menu-section__item {
  padding-inline: 2rem;
}
.menu-section__item::before {
  width: 100%;
}
.menu-section__title {
  gap: 2rem;
  margin-bottom: 6rem;
}
.menu-section__title > span {
  font-size: 2.8rem;
}
.menu-section__title::before, .menu-section__title::after {
  width: calc(45vw - 50% - 2rem);
}
.menu-section__wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.menu-section__box {
  width: 100%;
  padding: 3rem 1.5rem;
}
.menu-section__box > p:not(.menu-section__price) {
  font-size: 1.6rem;
}
.menu-section__box-title {
  font-size: 1.8rem;
}
.menu-section__box-list {
  padding: 2rem 1rem;
}
.menu-section__price small {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.menu-section__price > span {
  font-size: 1.6rem;
}
.menu-section__price > span strong {
  font-size: 3rem;
}
.menu-section .category .tag {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0.4rem;
}
.menu-section .category > span:not(.tag) {
  font-size: 1.8rem;
}

.menu-flow::after {
  width: 20%;
  right: 5%;
  top: 3rem;
  max-width: 100px;
}
.menu-flow__item {
  padding: 4rem 3rem;
  flex-direction: column;
  align-items: center;
}
.menu-flow__image {
  width: 40%;
  max-width: 150px;
}
.menu-flow__title {
  text-align: center;
}

.menu-qa dl dt {
  gap: 1rem;
  font-size: 2.2rem;
}
.menu-qa dl dt::before {
  font-size: 2.4rem;
  width: 4rem;
}
.menu-qa dl dt > span {
  padding-top: 0.5rem;
}
.menu-qa dl dd {
  gap: 2rem;
}
.menu-qa dl dd::before {
  font-size: 2.4rem;
}

/*==============================
    スタッフ紹介
==============================*/
.staff-greeting {
  padding-block: 5rem 10rem !important;
}
.staff-greeting::before {
  width: 20%;
  bottom: 2rem;
  right: 5%;
  max-width: 100px;
}
.staff-greeting__title {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 4rem;
  text-align: center;
}
.staff-greeting__wrap {
  flex-direction: column-reverse;
  align-items: center;
}
.staff-greeting__image {
  max-width: 310px;
}
.staff-greeting__item {
  line-height: 1.3;
}
.staff-greeting__item::before {
  margin-top: 0.5rem;
}

.staff-section__title {
  font-size: 2.4rem;
  padding-block: 1rem 1.5rem;
}
.staff-section__title small {
  font-size: 2rem;
}
.staff-section__wrap {
  flex-direction: column;
  align-items: center;
}
.staff-section__image {
  max-width: 310px;
}

.staff-contact__box {
  padding: 8rem 2rem;
  width: 90%;
  margin-inline: auto;
}
.staff-contact__box > p {
  line-height: 1.5;
  text-align: center;
}
.staff-contact__box::before {
  top: 3rem;
  left: 2%;
  width: 40%;
  max-width: 100px;
}
.staff-contact__box::after {
  top: 3rem;
  right: 2%;
  width: 40%;
  max-width: 100px;
}
.staff-contact__tel {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/*==============================
    アクセス
==============================*/
.com-access .com-title01 {
  margin-bottom: 3rem;
}
.com-access .com-inbox {
  padding: 6rem 2rem !important;
}
.com-access .com-inbox::before {
  width: 100%;
}
.com-access dl dt {
  font-size: 1.6rem;
  padding: 1rem;
  width: 30%;
}
.com-access .map {
  height: 35rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 5rem 10rem !important;
}
.news-detail__box {
  padding: 6rem 3rem;
}
.news-detail__title {
  font-size: 2.4rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 5rem 10rem !important;
}

/*タグリスト(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;
}

.tag__list {
  padding-top: 0.1rem;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding-block: 5rem 10rem !important;
}
.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: 5rem 10rem !important;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
}
.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: 5rem 10rem !important;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

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

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

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 6rem;
}
.footer::after {
  width: 30%;
  top: 0;
  right: 2%;
  max-width: 115px;
}
.footer__inner {
  width: 90%;
  margin-inline: auto;
}
.footer address dl dd {
  line-height: 1.5;
}
.footer__image {
  margin-top: 3rem;
  aspect-ratio: 16/9;
}
.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 small {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-white);
}