@charset "UTF-8";
/* ================================
   基本設定
================================ */
:root {
  --bp: 600px;
  /* 追従ボタンが被さる実効幅（ボタン幅 + 余白） */
  --fab-space-max: 170px;
}

/* ================================
   ユーティリティ
================================ */
/* ================================
   1) fluid（px → px）
================================ */
/* ================================
   2) fluid-rem（px指定 → remで返す）
   計算は数値で行い、最後にremにする（単位事故回避）
================================ */
/* ================================
   mixins
================================ */
:root {
  --main-bg-color: brown;
}

/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* 色 -------------------------------------- */
.clr_orange01 {
  color: #ea6000;
}

.clr_orange02 {
  color: #ffc400;
}

.clr_red {
  color: #fd0b0b;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1.8rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}
@media screen and (min-width: 600px), print {
  *[class*=frame_] {
    padding: 2.4rem 4rem 2.4rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #fef8f4;
}
*[class*=frame_].frame_02 {
  background: #fefbe5;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l,
.img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 600px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 600px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

section > section:first-of-type {
  margin-top: 2rem;
}

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section,
.flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section,
.flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section,
.flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 600px), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  section > section:first-of-type {
    margin-top: 4rem;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section,
  .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section,
  .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section,
  .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption > ul.lst_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tbl_time caption > ul li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: -1em;
}
.tbl_time caption > ul li span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding-left: 3.2rem;
}
.tbl_time caption > ul li span::before {
  content: "";
  display: inline-block;
  font-family: "fontello";
  position: absolute;
  left: 2rem;
  top: 0.2rem;
  line-height: 1;
}
.tbl_time caption > ul li span.open_01::before {
  content: "\ed3a";
  color: #ea6000;
}
.tbl_time caption > ul li span.open_02::before {
  content: "\ed3f";
  color: #ffc400;
}
.tbl_time caption > ul li span.open_03::before {
  top: 0.4rem;
  left: 2.1rem;
  font-size: 1.2rem;
  content: "\ed3e";
  color: #74c4e3;
}
.tbl_time caption > dl {
  margin: 0.6rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem 0;
}
.tbl_time caption > dl div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.8rem 0.4rem;
}
.tbl_time caption > dl div dt {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0.2rem 1rem;
  background: #eee;
  border-radius: 5px;
  min-width: 8rem;
}
.tbl_time caption > dl div dt.clr_internal {
  background: #fff171;
}
.tbl_time caption > dl div dt.clr_fever {
  background: #bde6f6;
}
.tbl_time caption > dl div dt.clr_close {
  background: #e6e6e6;
}
.tbl_time caption > dl div dd {
  margin: 0;
}
.tbl_time caption > dl div dd span {
  font-size: 90%;
}
.tbl_time caption > .frame {
  margin: 2rem 0 0;
  padding: 1rem 1.4rem 0.2rem;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
}
.tbl_time caption > .frame ul li {
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 0.8rem;
}
.tbl_time caption > .frame ul li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  background: #e38f54;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  padding: 0.6rem 0;
  border-bottom: 1px solid #dedede;
}
.tbl_time tr td {
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dedede;
  line-height: 1;
}
.tbl_time tr td > span {
  padding: 0.6rem 0.4rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tbl_time tr td > span::before {
  font-family: "fontello";
  display: block;
}
.tbl_time tr td > span.open_01::before {
  content: "\ed3a";
  color: #ea6000;
}
.tbl_time tr td > span.open_02::before {
  content: "\ed3f";
  color: #ffc400;
}
.tbl_time tr td > span.open_03::before {
  font-size: 1rem;
  content: "\ed3e";
  color: #74c4e3;
}
.tbl_time tr td > span.close::before {
  content: "\ed3b";
  color: #9a9a9a;
}

@media screen and (min-width: 600px), print {
  .tbl_time {
    font-size: clamp(1rem, 0rem + 1.6666666667vw, 2rem);
  }
  .tbl_time caption {
    margin-top: 1.2rem;
  }
  .tbl_time caption > ul {
    margin: 0 0 0.8rem;
  }
  .tbl_time caption > ul.lst_flex {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0 2rem;
  }
  .tbl_time caption > ul li {
    width: fit-content;
  }
  .tbl_time caption > ul li span {
    padding-left: 4.4rem;
  }
  .tbl_time caption > ul li span::before {
    font-size: clamp(1rem, -0.6rem + 2.6666666667vw, 2.6rem);
  }
  .tbl_time caption > ul li span.open_03::before {
    font-size: clamp(1rem, 0rem + 1.6666666667vw, 2rem);
    left: 2.4rem;
  }
  .tbl_time caption > dl {
    margin: 2.5rem 0 0;
    gap: 1.2rem 0;
  }
  .tbl_time caption > dl div {
    gap: 0.8rem 1.2rem;
  }
  .tbl_time caption > dl div dt {
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
    padding: 0.4rem 0;
    border-radius: 6px;
    min-width: 12.8rem;
  }
  .tbl_time caption > dl div dd {
    font-size: clamp(1rem, 0.2rem + 1.3333333333vw, 1.8rem);
  }
  .tbl_time caption > dl div dd span {
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
  }
  .tbl_time caption > .frame {
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
    padding: 1.6rem 2.7rem 0.8rem;
    border-radius: 20px;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.2rem 0;
    font-size: clamp(1rem, 0rem + 1.6666666667vw, 2rem);
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    font-size: clamp(1rem, -0.2rem + 2vw, 2.2rem);
    padding: 3.2rem 0;
  }
  .tbl_time tr td > span {
    padding: 0;
    position: relative;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .tbl_time tr td > span.open_03::before {
    font-size: 1.6rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: #fef8f4;
  color: #6a3906;
  font-weight: 500;
  font-size: 2rem;
  padding: 2rem 1rem;
  margin: 0 0 3rem;
  min-height: 12rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tit_01 span {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #6a3906;
  position: relative;
  z-index: 1;
}
.tit_01 span::before, .tit_01 span::after {
  content: "";
  display: block;
  width: 8rem;
  height: auto;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 330/160;
}
.tit_01 span::before {
  background: url(../img/tit_01_parts01.svg) no-repeat center/contain;
  left: -1rem;
}
.tit_01 span::after {
  background: url(../img/tit_01_parts02.svg) no-repeat center/contain;
  right: -1rem;
}

.tit_02 {
  color: #6b533e;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 1.8rem;
  padding: 0;
  line-height: 1.4;
}
.tit_02::before {
  content: "\e801";
  font-family: "fontello";
  display: block;
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  color: #ea6000;
}
.tit_02 .eng_txt {
  margin: 0.4rem 0;
  font-size: 1.2rem;
  display: block;
  color: #ea6000;
}
.tit_02--doctor-table::before {
  content: none;
}
.tit_02--doctor-table::after {
  content: "";
  display: block;
  margin: 0.8rem auto 0;
  width: 3rem;
  height: 1px;
  background: #ea6000;
}

.tit_03 {
  color: #513401;
  background: #f6eacf;
  padding: 0.8rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2.4rem;
}

.tit_04 {
  color: #6b533e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding: 0 0 0.8rem 2rem;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 100%;
  background: #e38f54;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
}

.tit_05 {
  color: #513401;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

@media screen and (min-width: 600px), print {
  .tit_01 {
    font-size: 3.2rem;
    min-height: 21rem;
    padding: 2rem 4rem;
    margin: 0 0 3rem;
  }
  .tit_01 span {
    width: min(100%, 1200px);
    margin-inline: auto;
  }
  .tit_01 span::before, .tit_01 span::after {
    width: 33rem;
  }
  .tit_01 span::before {
    left: -32rem;
  }
  .tit_01 span::after {
    right: -32rem;
  }
  .tit_02 {
    font-size: clamp(1.6rem, 0rem + 2.6666666667vw, 3.2rem);
    margin: 0 0 3.2rem;
  }
  .tit_02::before {
    margin: 0 auto 0.4rem;
    font-size: 8rem;
    line-height: 0.6;
  }
  .tit_02 .eng_txt {
    font-size: 1.8rem;
  }
  .tit_02--doctor-table {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  .tit_02--doctor-table::after {
    margin: 1.2rem auto 0;
    width: 5rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 1rem 2rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 > li {
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
.lst_ul01 > li:last-child {
  padding-bottom: 0;
}
.lst_ul01 > li::before {
  content: "●";
  font-size: 80%;
  color: #e38f54;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.lst_ul01 > li.none::before {
  content: none;
}
@media screen and (min-width: 600px), print {
  .lst_ul01.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}
@media screen and (min-width: 600px), print {
  .lst_ul01.inline {
    gap: 0 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lst_ul01--kome li::before {
  content: "※";
}
.lst_ul01 > .lst_ol01 {
  padding: 1rem 0 0 0;
}
.lst_ul01 > .lst_ol01 li::before {
  color: #6b533e;
}

.lst_ol01 {
  counter-reset: number;
  margin: 2rem 0 0;
}
.lst_ol01 li {
  counter-increment: number 1;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
.lst_ol01 li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 600px), print {
  .lst_ol01 li {
    padding-left: 3rem;
  }
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #e38f54;
  font-weight: 700;
}

.lst_dl01 div {
  margin: 0 0 1rem;
}
.lst_dl01 div dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #e38f54;
}
.lst_dl01 div dd {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px), print {
  .lst_dl01 div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .lst_dl01 div dt {
    width: 10rem;
  }
  .lst_dl01 div dd {
    flex: 1;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 600px), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] a {
  background: #ea6000;
  color: #fff;
  text-align: center;
  padding: 0.8rem 3rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  transition: background 0.4s;
}
@media screen and (min-width: 600px), print {
  *[class*=btn_] a {
    padding: 1.5rem 2.8rem;
  }
}
*[class*=btn_] a::after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 600px), print {
  *[class*=btn_] a::after {
    right: 2.5rem;
  }
}
*[class*=btn_] a:hover {
  background: #ecbc19;
  opacity: 1;
}
@media screen and (min-width: 600px), print {
  *[class*=btn_] {
    text-align: left;
  }
  *[class*=btn_] a {
    min-width: 36rem;
    padding-inline: 4.6rem;
    border-radius: 50px;
  }
}

.txt_link {
  color: #6d9faf;
  text-decoration: none !important;
  border-bottom: 1px solid #6d9faf;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  transition: all 0.4s;
  display: inline-block;
}
.txt_link::after {
  content: "≫";
  margin-left: 0.2rem;
}
.txt_link:hover {
  opacity: 1;
  color: #cf7d91;
  border-bottom: 1px solid #cf7d91;
}

/* フローチャート -------------------------------------- */
.flow div {
  padding: 1.6rem;
  margin: 0 0 6rem;
  border-radius: 10px;
  border: 2px solid #b6e1d8;
  position: relative;
}
.flow div:last-child {
  margin: 0;
}
@media screen and (min-width: 600px), print {
  .flow div {
    border-radius: 20px;
    border: 3px solid #b6e1d8;
    margin: 0 0 7rem;
    padding: 2.2rem 3rem 3rem;
  }
}
.flow div:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #53a756;
  border-right: 4rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 4rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 600px), print {
  .flow div:not(:last-child)::after {
    border-right: 7rem solid transparent;
    border-left: 7rem solid transparent;
    border-top: 3rem solid #53a756;
    bottom: -6rem;
  }
}
.flow div dt {
  font-weight: bold;
  font-size: 120%;
  margin: 0 0 1rem;
  color: #53a756;
}
.flow div dd {
  margin: 0;
  padding: 0;
}

/* テーブル -------------------------------------- */
.tbl_low {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_low thead tr th {
  text-align: center;
  padding: 0.8rem 1rem;
  background: #ecbc19;
  border: #fff 1px solid;
}
.tbl_low thead tr th:first-child {
  width: 30%;
}
@media screen and (min-width: 600px), print {
  .tbl_low thead tr th {
    padding: 2rem 2rem;
  }
}
.tbl_low tbody tr th {
  width: 30%;
  padding: 0.8rem;
  background: #fefbe5;
  text-align: center;
  border: 1px solid #dfdfdf;
}
@media screen and (min-width: 600px), print {
  .tbl_low tbody tr th {
    padding: 2rem 2rem;
  }
}
.tbl_low tbody tr td {
  padding: 0.8rem 1rem;
  border: 1px solid #dfdfdf;
}
@media screen and (min-width: 600px), print {
  .tbl_low tbody tr td {
    padding: 2rem 2rem;
  }
}
.tbl_low--price tbody td {
  text-align: right;
}
.tbl_low--price tbody td.left {
  text-align: left;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  background: #d9edac;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 600px), print {
  .tbl_access tr th {
    width: 30%;
  }
}
.overflow_table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
}
.overflow_table > table {
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 600px), print {
  .overflow_table > table {
    width: 100%;
    white-space: wrap;
  }
}

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #6b533e;
}

.overflow {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 600px), print {
  html {
    font-size: 62.5%;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: min(100%, 1200px);
    margin-inline: auto;
    margin: 0 auto;
    /* 1200→600の間で 0→max へ滑らかに増える */
    padding-right: clamp(0px, (1500px - 100vw) * 1, var(--fab-space-max));
    container: tab/inline-size;
  }
  .main {
    font-size: clamp(1.4rem, 1rem + 0.6666666667vw, 1.8rem);
    padding: 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header {
  border-top: 2px solid #ea6000;
}
.header .wrap {
  margin: 1.8rem 1rem 1rem;
}
.header .wrap .logo {
  height: 4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  margin: 1.8rem 0 0;
}
.header .wrap .headR .header_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 2rem;
}
.header .wrap .headR .header_info li.access::before {
  content: "\ed29";
  font-family: "fontello";
  color: #ea6000;
  margin-right: 0.4rem;
  font-weight: normal;
}
.header .wrap .headR .tel {
  text-align: center;
  margin: 1rem auto 0;
  display: block;
  font-size: 2.2rem;
}
.header .wrap .headR .tel::before {
  content: "\ed3d";
  color: #ea6000;
  font-family: "fontello";
  font-weight: normal;
  margin-right: 0.4rem;
}

@media screen and (min-width: 600px), print {
  .header {
    padding: 3rem 0 0;
  }
  .header .wrap {
    width: min(100%, 1200px);
    margin-inline: auto;
    margin: 0 auto 0.4rem;
    padding-right: clamp(0rem, -2rem + 3.3333333333vw, 2rem);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0 2rem;
  }
  .header .wrap .logo {
    width: 27.6rem;
    height: auto;
  }
  .header .wrap .headR {
    margin: 0;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem 0;
  }
  .header .wrap .headR .header_info {
    justify-content: flex-end;
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
  }
  .header .wrap .headR .tel {
    text-align: right;
    margin: 0;
    font-size: clamp(1rem, -1.6rem + 4.3333333333vw, 3.6rem);
  }
  .header .wrap .headR .tel::before {
    margin-right: 1rem;
  }
}
/* SP ドロップダウンメニュー -------------------------------------- */
#menu {
  z-index: 9999;
  width: 100%;
  height: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#menu .fixed_menu_btn {
  width: 6rem;
  height: 5.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.4rem 0.4rem;
  position: fixed;
  top: 1.4rem;
  right: 1rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem 0;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #ea6000;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\ecfd";
  font-family: "fontello";
  font-size: 2rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "\ecfe";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav {
  display: block;
  visibility: hidden;
  top: 0;
  right: -27rem;
  opacity: 0;
}
#menu #nav.sp_nav {
  width: 27rem;
  height: 100%;
  padding: 8rem 2rem 6rem;
  background-color: white;
  overflow-y: scroll;
  transition: all 0.5s;
  position: fixed;
  left: auto !important;
  z-index: 203;
}
#menu #nav.sp_nav.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}
#menu #nav.sp_nav > ul {
  display: block;
  font-size: 1.2rem;
}
#menu #nav.sp_nav > ul > li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #8b8b8b;
}
#menu #nav.sp_nav > ul > li > a {
  display: block;
  font-size: 1.4rem;
  padding: 1.2rem 1.2rem 1.2rem;
  color: #6b533e;
  text-decoration: none !important;
}
#menu #nav.sp_nav > ul > li > a .eng_txt {
  font-size: 1.2rem;
  color: #ea6000;
  margin-left: 1.2rem;
}
#menu #nav.sp_nav > ul > li > a.sub {
  position: relative;
}
#menu #nav.sp_nav > ul > li > a.sub::after {
  content: "\e815";
  color: #006f6b;
  font-family: "fontello";
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  transition: transform 0.2s;
}
#menu #nav.sp_nav > ul > li > a.sub.close::after {
  transform: rotate(180deg);
}
#menu #nav.sp_nav > ul > li > a.sub + .subnav {
  display: none;
}
#menu #nav.sp_nav > ul > li > a.sub + .subnav ul {
  margin: 0;
  padding: 0 1rem 1rem;
  display: flex !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menu #nav.sp_nav > ul > li > a.sub + .subnav ul li {
  width: 100%;
  margin: 0 0 1rem;
  border-bottom: none;
  text-align: left;
}
#menu #nav.sp_nav > ul > li > a.sub + .subnav ul li a {
  padding-left: 2rem;
  font-size: 1.4rem;
  position: relative;
}
#menu #nav.sp_nav > ul > li > a.sub + .subnav ul li a::before {
  content: "\ed3f";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #ea6000;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
#menu .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#menu .overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

@media screen and (min-width: 600px), print {
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    display: block;
    height: 100%;
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: #fff;
    padding: 2rem 0 2.3rem;
    position: relative;
    z-index: 200;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.16);
  }
  #menu #nav .gnav {
    width: min(100%, 1200px);
    margin-inline: auto;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menu #nav .gnav > li {
    flex: 1;
    position: relative;
  }
  #menu #nav .gnav > li::before, #menu #nav .gnav > li:first-child::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    width: 1px;
    height: 100%;
    background: #8b8b8b;
  }
  #menu #nav .gnav > li:first-child::after {
    left: 0;
    right: auto;
  }
  #menu #nav .gnav > li > a {
    text-align: center;
    display: block;
    text-align: center;
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
  }
  #menu #nav .gnav > li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2.8rem;
    background: #e38f54;
    opacity: 0;
    transition: opacity 0.4s, bottom 0.2s;
  }
  #menu #nav .gnav > li > a:hover {
    opacity: 1;
  }
  #menu #nav .gnav > li > a:hover::after {
    bottom: -2.2rem;
    opacity: 1;
  }
  #menu #nav .gnav > li > a .eng_txt {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    display: block;
    color: #ea6000;
  }
  #menu #nav .gnav > li .subnav {
    width: 29rem;
    padding: 0;
    display: none;
    position: absolute;
    top: 5.4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #fff;
  }
  #menu #nav .gnav > li .subnav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #menu #nav .gnav > li .subnav ul li {
    width: 100%;
    border-bottom: 1px solid #edece6;
  }
  #menu #nav .gnav > li .subnav ul li a {
    display: block;
    font-size: 1.8rem;
    padding: 1.8rem 0.8rem;
    transition: all 0.4s;
  }
  #menu #nav .gnav > li .subnav ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #ea6000;
  }
  #menu {
    /* Gナビ　ハイライト */
  }
}
/* サイドバー -------------------------------------- */
/*
.sidebar {
  display: none;
}
@include pc {
  .sidebar {
    display: block;
    .tit {
      background: #6b4f3c;
      color: #f1ffdb;
      font-size: 2.4rem;
      text-align: center;
      padding: 1.8rem;
      border-radius: .8rem;
    }
    .subnav {
      margin: 0;
      padding: 1.0rem 0;
      li {
        a {
          display: block;
          padding: 1.2rem .6rem;
          color: #48341d;
          position: relative;
          font-size: 1.8rem;
          &::after {
            font-family: 'fontello';
            content: '\e807';
            position: absolute;
            right: .6rem;
            color: #d8c8bd;
          }
          &:hover {
            background: #ffedcd;
            color: #ec7218;
            &::after {
              color: #ec7218;
            }
          }
        }
        &:not(:last-child) {
          border-bottom: 1px solid #dedede;
        }
      }
    }
  }
}
*/
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fef8f4;
}
.overview > .wrap {
  padding: 0 1rem 2rem;
}
.overview > .wrap .flex .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .flex .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .flex .overviewL .tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.2rem;
  gap: 0 0.4rem;
  color: #6b533e;
}
.overview > .wrap .flex .overviewL .tel::before {
  content: "\ed3d";
  font-family: "fontello";
  color: #ea6000;
  font-weight: 400;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo th {
  width: 27%;
  font-size: 110%;
  text-align: center;
  padding: 0.4rem;
  font-weight: 500;
  border-inline: 1px solid #ea6000;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo td {
  padding: 0.4rem 0.8rem;
}
.overview > .wrap .flex .overviewR {
  margin: 0;
}
.overview > .wrap .flex .overviewR .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .insta {
  margin: 2rem auto 0;
}
.overview > .wrap .insta a {
  padding: 1.2rem 1.2rem;
  border-radius: 10px;
  font-weight: 700;
  background: #ffffff;
  border: #d9d9d9 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 1.8rem;
}
.overview > .wrap .insta a::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/i_insta.svg) no-repeat center/contain;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 100%;
}

@media screen and (min-width: 600px), print {
  .overview {
    margin: 0 0 0;
    padding: 10rem 0 0;
    font-size: clamp(1rem, 0.2rem + 1.3333333333vw, 1.8rem);
  }
  .overview > .wrap {
    padding: 0;
    padding-right: clamp(0px, (1500px - 100vw) * 1, var(--fab-space-max));
  }
  .overview > .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .flex .overviewL,
  .overview > .wrap .flex .overviewR {
    width: 50%;
  }
  .overview > .wrap .flex .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .flex .overviewL .clinic_name {
    text-align: left;
    margin: 0 0 2.6rem;
  }
  .overview > .wrap .flex .overviewL .clinic_name img {
    max-width: 32.2rem;
  }
  .overview > .wrap .flex .overviewL .tel {
    font-size: clamp(1rem, -1.5rem + 4.1666666667vw, 3.5rem);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0 0.8rem;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo {
    border-spacing: 0 1.7rem;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo th {
    width: 18.6%;
    padding: 0.2rem 0;
  }
  .overview > .wrap .flex .overviewR {
    padding: 0 0;
  }
  .overview > .wrap .flex .overviewR .tbl_time {
    margin: 0;
  }
  .overview > .wrap .insta {
    margin: 8.4rem auto 6rem;
  }
  .overview > .wrap .insta a {
    width: 34.6rem;
    margin: 0 auto;
    padding: 2.4rem 2.8rem;
    border-radius: 20px;
  }
  .overview > .wrap .insta a::before {
    width: 3.6rem;
    height: 3.6rem;
  }
  .overview .gmap {
    height: 49rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 5.4rem;
  right: 1rem;
  z-index: 100;
  cursor: pointer;
}
#pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 5rem;
  height: 5rem;
  padding: 0.8rem;
  border-radius: 10px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #ea6000;
  border: 2px solid #fff;
  gap: 0.4rem 0;
}
#pageup a::before {
  text-align: center;
  font-size: 1.2rem;
  font-family: "fontello";
  content: "\ed36";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 600px), print {
  #pageup {
    right: 5.8rem;
  }
  #pageup a {
    width: 6.8rem;
    height: 6.8rem;
    font-size: 1.8rem;
    padding: 0.2rem 0 0;
  }
  #pageup a::before {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.footer_menu {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 1.4rem;
  border-top: 2px solid #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer_menu .rsv {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
  height: 100%;
  flex: 1 1 auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: #e38f54;
}
.footer_menu .rsv::before {
  text-align: center;
  font-size: 1.8rem;
  font-family: "fontello";
  content: "\ed40";
  font-weight: normal;
  margin-right: 0.6rem;
}
.footer_menu .link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  flex: 1 1 auto;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
  line-height: 1;
  background: #ecbc19;
}

@media screen and (min-width: 600px), print {
  .footer_menu {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
  background-color: #ea6000;
  color: #fff;
}
.footer .breadcrumb_list {
  display: none;
}
.footer .footer_link {
  display: none;
}
.footer .copy {
  display: block;
  text-align: left;
  color: #fff;
  padding: 1.4rem 1rem 4rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px), print {
  .footer {
    padding: 0;
  }
  .footer .footer_link {
    padding: 4rem 0 4rem;
    background: #fff;
    color: #6b533e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
  }
  .footer .footer_link .gnav_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 clamp(0rem, -2rem + 3.3333333333vw, 2rem);
  }
  .footer .footer_link .gnav_item li a {
    font-size: clamp(1rem, 0.2rem + 1.3333333333vw, 1.8rem);
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 2.2rem;
  }
  .footer .footer_link .gnav_item li a::before {
    content: "\ed18";
    font-family: "fontello";
    color: #ea6000;
    font-size: clamp(1rem, 0.6rem + 0.6666666667vw, 1.4rem);
    margin-right: 0.8rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
  }
  .footer .footer_link .gnav_item li a span {
    display: none;
  }
  .footer .footer_link .gnav_item li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer .footer_link .sub_item {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer_link .sub_item li {
    display: inline-block;
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
  }
  .footer .footer_link .sub_item li:first-child::before, .footer .footer_link .sub_item li::after {
    content: "|";
    margin: 0 clamp(0.4rem, 0rem + 0.6666666667vw, 0.8rem);
  }
  .footer .footer_link .sub_item li a {
    opacity: 1;
  }
  .footer .footer_link .sub_item li a span {
    display: none;
  }
  .footer .footer_link .sub_item li a:hover {
    text-decoration: underline;
  }
  .footer .footer_link .sub_item li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 3.4rem 0;
    text-align: center;
  }
}
/* PC固定メニュー -------------------------------------- */
.fixed_menu {
  display: none;
}

@media screen and (min-width: 600px), print {
  .fixed_menu {
    position: fixed;
    right: clamp(1rem, -5.5rem + 10.8333333333vw, 7.5rem);
    top: 20rem;
    right: 2.7rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem 0;
    z-index: 201;
  }
  .fixed_menu a {
    letter-spacing: 0;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 0.4rem;
    filter: drop-shadow(0 0.3rem 4px rgba(0, 0, 0, 0.16));
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 13rem;
    height: auto;
    font-size: 2rem;
  }
  .fixed_menu a.rsv {
    background: #e38f54;
    padding: 1.4rem 0;
  }
  .fixed_menu a.rsv::before {
    text-align: center;
    font-size: 4rem;
    font-family: "fontello";
    content: "\ed40";
    font-weight: normal;
  }
  .fixed_menu a.link {
    background: #ecbc19;
    padding: 1.4rem 0;
  }
  .fixed_menu a span {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/*背景装飾*/
.bg_parts {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.bg_parts li::before {
  content: "";
  display: block;
  position: absolute;
}

/* キービジュアル -------------------------------------- */
.keyvsl_area {
  padding: 0 0 0;
  position: relative;
  z-index: 2;
  contain: paint;
}
.keyvsl_area #keyvsl {
  opacity: 0;
  transition: 1s opacity;
  margin: 0;
  max-width: 100%;
  height: 30rem;
  overflow: hidden;
}
.keyvsl_area #keyvsl .slick-list,
.keyvsl_area #keyvsl .slick-track {
  height: 100%;
}
.keyvsl_area #keyvsl .slide {
  height: 100%;
}
.keyvsl_area #keyvsl .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvsl_area .kv_contents {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.keyvsl_area .kv_contents .kv_item .copy_txt {
  position: absolute;
  left: 0.8rem;
  bottom: 6rem;
}
.keyvsl_area .kv_contents .kv_item .copy_txt .bg {
  line-height: 1.6;
  font-size: 1.2rem;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
  transform: translateZ(0);
}
.keyvsl_area .kv_contents .kv_item .kaiin_txt {
  position: absolute;
  right: 1rem;
  bottom: 0;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  box-shadow: 0 0 0 4px #fff;
  border: 1px solid #6b533e;
  width: fit-content;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem 1rem;
  color: #ea6000;
  aspect-ratio: 1/1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.keyvsl_area .kv_contents .kv_item .kaiin_txt .top {
  padding: 0 0 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 2px solid #ea6000;
  font-size: 1.2rem;
}
.keyvsl_area .kv_contents .kv_item .kaiin_txt .top .size_m {
  font-size: 1.4rem;
}
.keyvsl_area .kv_contents .kv_item .kaiin_txt .top .size_l {
  font-size: 1.8rem;
}
.keyvsl_area .kv_contents .kv_item .kaiin_txt .bottom {
  font-size: 1.8rem;
}

@media screen and (min-width: 600px), print {
  .keyvsl_area #keyvsl {
    height: 70rem;
  }
  .keyvsl_area .kv_contents {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: min(100%, 1200px);
    padding-right: clamp(0px, (1500px - 100vw) * 1, var(--fab-space-max));
  }
  .keyvsl_area .kv_contents .kv_item .copy_txt {
    left: 0.8rem;
    bottom: 9.6rem;
  }
  .keyvsl_area .kv_contents .kv_item .copy_txt .bg {
    line-height: 1.8;
    font-size: clamp(2rem, 1.4rem + 1vw, 2.6rem);
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) 0 0 5px #fff drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
    transform: translateZ(0);
  }
  .keyvsl_area .kv_contents .kv_item .kaiin_txt {
    right: 1rem;
    bottom: 5.6rem;
    padding: 2.2rem 3rem;
  }
  .keyvsl_area .kv_contents .kv_item .kaiin_txt .top {
    padding: 0 0 0.8rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #ea6000;
    font-size: 2.2rem;
  }
  .keyvsl_area .kv_contents .kv_item .kaiin_txt .top .size_m {
    font-size: 2.4rem;
  }
  .keyvsl_area .kv_contents .kv_item .kaiin_txt .top .size_l {
    font-size: 3.8rem;
  }
  .keyvsl_area .kv_contents .kv_item .kaiin_txt .bottom {
    font-size: 3rem;
  }
}
/* 　ロゴ装飾　 -------------------------------------- */
.logo_circle {
  position: relative;
  top: -2.8rem;
  margin-top: -8rem;
  padding: 4rem 0 0;
}
.logo_circle .logo_mark {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 4rem 0 0;
  position: relative;
  z-index: 2;
}
.logo_circle .logo_mark::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  top: 3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.logo_circle .logo_mark img {
  position: absolute;
  display: block;
  max-width: 20%;
  z-index: 3;
}

@media screen and (min-width: 600px), print {
  .logo_circle {
    top: -10.4rem;
    margin-top: 0;
    padding: 1rem 0 0;
    padding-right: clamp(0px, (1500px - 100vw) * 1, var(--fab-space-max));
  }
  .logo_circle .logo_mark {
    padding: 3rem 0 0;
  }
  .logo_circle .logo_mark::before {
    width: 26rem;
    height: 26rem;
    top: 1rem;
  }
  .logo_circle .logo_mark img {
    max-width: 12.6rem;
  }
}
/* 医師診療予定表 -------------------------------------- */
.doctor-table {
  padding: 6rem 0 2rem;
  position: relative;
  z-index: 3;
}
.doctor-table .overflow_table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
}
.doctor-table table {
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
  color: #6b533e;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.doctor-table table colgroup .week {
  width: 11rem;
}
.doctor-table table thead {
  position: relative;
  top: -6px;
}
.doctor-table table thead tr th {
  padding: 1rem 0.8rem;
  background: #e38f54;
  color: #fff;
  border-inline-end: 1px solid #fff;
}
.doctor-table table thead tr th:first-child {
  border-left: none;
}
.doctor-table table thead tr th:last-child {
  border-right: none;
}
.doctor-table table tbody tr th {
  padding: 0.8rem 1rem;
  border: 1px solid #c7b5a5;
  border-right: none;
  border-bottom: none;
}
.doctor-table table tbody tr td {
  text-align: center;
  padding: 0.8rem 1rem;
  border: 1px solid #c7b5a5;
  border-right: none;
  border-bottom: none;
}
.doctor-table table tbody tr td:last-child {
  border-right: 1px solid #c7b5a5;
}
.doctor-table table tbody tr td.bg_red {
  background: #ffd2d2;
}
.doctor-table table tbody tr td.bg_blue {
  background: #bde6f6;
}
.doctor-table table tbody tr td.bg_yellow {
  background: #fff171;
}
.doctor-table table tbody tr td.close {
  background: #f1f1f1;
}
.doctor-table table tbody tr td.close span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.doctor-table table tbody tr td.close span::before {
  content: "";
  width: 60%;
  height: 1px;
  background: #c7b5a5;
}
.doctor-table table tbody tr td .star {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.doctor-table table tbody tr td .star::before {
  content: "\ed3e";
  font-family: "fontello";
  color: #ecbc19;
}
.doctor-table table tbody:last-child tr:last-child td {
  border-bottom: 1px solid #c7b5a5;
}
.doctor-table table tbody:last-child tr th {
  border-bottom: 1px solid #c7b5a5;
}
.doctor-table .caption {
  padding: 0.8rem 0;
}
.doctor-table .caption .caption_flex .ex {
  padding: 0.2rem 0.4rem;
  color: #fff;
  background: #ea6000;
  border-radius: 4px;
  margin-right: 1rem;
}
.doctor-table .caption .caption_flex .star::before {
  content: "\ed3e";
  font-family: "fontello";
  color: #ecbc19;
  font-size: 1.8rem;
  margin-right: 0.4rem;
}

@media screen and (min-width: 600px), print {
  .doctor-table {
    padding: 7rem 0 8rem;
  }
  .doctor-table .overflow_table {
    overflow-x: auto;
    padding: 0;
  }
  .doctor-table table colgroup .week {
    min-width: 14.8rem;
  }
  .doctor-table table thead {
    font-size: 1.8rem;
    top: -4px;
  }
  .doctor-table table thead tr th {
    padding: 2rem 2rem;
  }
  .doctor-table table tbody {
    font-size: 2rem;
  }
  .doctor-table table tbody tr th {
    padding: 2rem 2rem;
  }
  .doctor-table table tbody tr td {
    padding: 2rem 2rem;
  }
  .doctor-table table tbody tr td.close span::before {
    width: 3rem;
  }
  .doctor-table .caption {
    padding: 2rem 0;
    font-size: clamp(1.2rem, 0.6rem + 1vw, 1.8rem);
  }
  .doctor-table .caption .caption_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 6rem;
  }
  .doctor-table .caption .caption_flex .ex {
    padding: 0.2rem 2rem;
    border-radius: 6px;
    margin-right: 1rem;
  }
  .doctor-table .caption .caption_flex .star::before {
    margin-right: 0.4rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
  background: #fef8f4;
  position: relative;
}
.info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6rem;
  width: 100%;
  height: 6rem;
  background: url(../img/index_info_section_parts01.svg) no-repeat top/cover;
}
.info .wrap #info_item {
  border-radius: 30px;
  padding: 2rem;
  background: #fff;
}
.info .wrap .accordion-container {
  margin: 0;
  line-height: 1.4;
  padding: 0 1rem 0 0;
  max-height: 20rem;
  max-width: 100%;
  overflow-y: scroll;
}
.info .wrap .accordion-container .accordion-item {
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
  border-bottom: 1px solid #dedede;
}
.info .wrap .accordion-container .accordion-item:first-of-type {
  border-top: 1px solid #dedede;
}
.info .wrap .accordion-container .accordion-item > summary {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.info .wrap .accordion-container .accordion-item > summary.accordion-header {
  padding-left: 2.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.info .wrap .accordion-container .accordion-item > summary.accordion-header::before {
  content: "\ed17";
  color: #e38f54;
  font-size: 1rem;
  font-family: "fontello";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-weight: normal;
  transition: transform 0.4s;
}
.info .wrap .accordion-container .accordion-item > summary.accordion-header::-webkit-details-marker {
  display: none;
}
.info .wrap .accordion-container .accordion-item > summary.accordion-header .accordion-date {
  color: #6b533e;
  font-size: 1.2rem;
}
.info .wrap .accordion-container .accordion-item > summary.accordion-header .accordion-title {
  font-size: 1.4rem;
  padding-left: 0;
  color: #6b533e;
  margin-bottom: 0.4rem;
  cursor: pointer;
  display: table;
  position: relative;
  transition: opacity 0.4s;
}
.info .wrap .accordion-container .accordion-item > summary.accordion-header .accordion-title:hover {
  opacity: 0.8;
}
.info .wrap .accordion-container .accordion-item[open] > summary.accordion-header::before {
  transform: rotateX(180deg);
}
.info .wrap .accordion-container .accordion-item .accordion-content {
  overflow-x: hidden;
  padding: 0 2rem 0 0;
  font-size: 1.2rem;
}
.info .wrap .accordion-container .accordion-item .accordion-content .content-inner {
  padding: 0;
}
@media screen and (min-width: 600px), print {
  .info {
    padding: 6rem 0 2rem;
  }
  .info::after {
    bottom: -14.4rem;
    min-width: 1200px;
    width: 100vw;
    height: 14.5rem;
  }
  .info .wrap #info_item {
    padding: 5rem;
  }
  .info .wrap .accordion-container {
    min-height: 30rem;
    max-height: 30rem;
  }
  .info .wrap .accordion-container .accordion-item {
    padding: 2.4rem 2rem 2.4rem 2rem;
  }
  .info .wrap .accordion-container .accordion-item::after {
    padding: 0.4rem 0 0;
    margin: 0 0 0.4rem;
  }
  .info .wrap .accordion-container .accordion-item > summary {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .info .wrap .accordion-container .accordion-item > summary.accordion-header {
    padding-left: 3rem;
  }
  .info .wrap .accordion-container .accordion-item > summary.accordion-header::before {
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
    width: 1.6rem;
    height: 1.6rem;
    top: clamp(0rem, -0.7rem + 1.1666666667vw, 0.7rem);
  }
  .info .wrap .accordion-container .accordion-item > summary.accordion-header .accordion-date {
    min-width: clamp(6rem, -2.4rem + 14vw, 14.4rem);
    font-size: clamp(1rem, 0rem + 1.6666666667vw, 2rem);
  }
  .info .wrap .accordion-container .accordion-item > summary.accordion-header .accordion-title {
    font-size: clamp(1rem, 0rem + 1.6666666667vw, 2rem);
    margin: 0;
  }
  .info .wrap .accordion-container .accordion-item .accordion-content {
    padding: 0 2rem 0 0;
    font-size: clamp(1rem, 0.4rem + 1vw, 1.6rem);
  }
}
/* 診療内容 -------------------------------------- */
.medical-menu {
  padding: 2rem 0 4rem;
}
.medical-menu .wrap {
  position: relative;
  z-index: 2;
}
.medical-menu .wrap dl {
  position: relative;
  z-index: 2;
}
.medical-menu .wrap dl > div {
  gap: 0 3rem;
  margin: 0 0 4rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #dedede;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.medical-menu .wrap dl > div:last-child {
  margin: 0;
  border-bottom: none;
}
.medical-menu .wrap dl > div dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #6b533e;
  line-height: 1;
  font-weight: 700;
}
.medical-menu .wrap dl > div dt::before {
  content: "";
  font-weight: normal;
  font-size: 5.6rem;
  line-height: 1;
  font-family: "fontello";
}
.medical-menu .wrap dl > div dt::after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../img/index_medical-menu_parts01.svg) no-repeat center/contain;
}
.medical-menu .wrap dl > div dd > ul li p {
  --c1: #efc363; /* 左 */
  --c2: #efc363; /* 斜め */
  --c3: #efc363; /* 右 */
  --line: 2px;
  --left: 21.3px;
  --diagLen: 18px;
  --diagDeg: 40deg;
  position: relative;
  font-size: 1.2rem;
  margin: 1rem 0 1.8rem;
}
.medical-menu .wrap dl > div dd > ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: var(--line);
  background: linear-gradient(var(--c1), var(--c1)) 0 0/var(--left) 100% no-repeat, linear-gradient(var(--c3), var(--c3)) calc(var(--left) + var(--diagLen)) 0/calc(100% - (var(--left) + var(--diagLen))) 100% no-repeat;
}
.medical-menu .wrap dl > div dd > ul li p::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: var(--left);
  width: var(--diagLen);
  height: var(--line);
  background: var(--c2);
  transform-origin: left center;
  transform: rotate(var(--diagDeg));
}
.medical-menu .wrap dl > div dd > ul li a {
  font-weight: bold;
  text-decoration: none !important;
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding: 0.6rem 3rem 0.6rem 0;
}
.medical-menu .wrap dl > div dd > ul li a::after {
  content: "\e800";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.medical-menu .wrap dl > div.cat_internal dt::before {
  content: "\e802";
  color: #efc363;
}
.medical-menu .wrap dl > div.cat_internal dd > ul li p {
  --c1: #efc363; /* 左 */
  --c2: #efc363; /* 斜め */
  --c3: #efc363; /* 右 */
}
.medical-menu .wrap dl > div.cat_internal dd > ul li a::after {
  color: #efc363;
}
.medical-menu .wrap dl > div.cat_woman dt::before {
  content: "\e803";
  color: #eba3ad;
}
.medical-menu .wrap dl > div.cat_woman dd > ul li p {
  --c1: #eba3ad; /* 左 */
  --c2: #eba3ad; /* 斜め */
  --c3: #eba3ad; /* 右 */
}
.medical-menu .wrap dl > div.cat_woman dd > ul li a::after {
  color: #eba3ad;
}
.medical-menu .wrap dl > div.cat_obstetrics dt::before {
  content: "\ed38";
  color: #77cc73;
}
.medical-menu .wrap dl > div.cat_obstetrics dd > ul li p {
  --c1: #77cc73; /* 左 */
  --c2: #77cc73; /* 斜め */
  --c3: #77cc73; /* 右 */
}
.medical-menu .wrap dl > div.cat_obstetrics dd > ul li a::after {
  color: #77cc73;
}
.medical-menu .wrap dl > div.cat_pediatrics dt::before {
  content: "\ed39";
  color: #74c4e3;
}
.medical-menu .wrap dl > div.cat_pediatrics dd > ul li p {
  --c1: #74c4e3; /* 左 */
  --c2: #74c4e3; /* 斜め */
  --c3: #74c4e3; /* 右 */
}
.medical-menu .wrap dl > div.cat_pediatrics dd > ul li a::after {
  color: #74c4e3;
}
.medical-menu .wrap .bg_parts {
  z-index: -1;
}
.medical-menu .wrap .bg_parts li.left::before {
  position: absolute;
  z-index: -1;
  top: 4rem;
  left: 0;
  width: 5rem;
  height: 100%;
  background: url(../img/index_medical-menu_bg01.svg) repeat-y left top/contain;
}

@media screen and (min-width: 600px), print {
  .medical-menu {
    padding: 16.8rem 0 10rem;
  }
  .medical-menu .wrap dl > div {
    gap: 0 6rem;
    margin: 0 0 3rem;
    padding: 0 0 3rem;
  }
  .medical-menu .wrap dl > div dt {
    min-width: 20rem;
    height: 20rem;
    font-size: 2.2rem;
  }
  .medical-menu .wrap dl > div dt::before {
    font-size: 10rem;
  }
  .medical-menu .wrap dl > div dt::after {
    width: 20rem;
    height: 20rem;
  }
  .medical-menu .wrap dl > div dd {
    width: 100%;
  }
  .medical-menu .wrap dl > div dd > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem clamp(1rem, 0.2rem + 1.3333333333vw, 1.8rem);
    container: tab/inline-size;
  }
  @container tab (width < 770px) {
    .medical-menu .wrap dl > div dd > ul {
      grid-template-columns: 1fr;
      gap: 4rem;
    }
  }
  .medical-menu .wrap dl > div dd > ul li {
    width: 100%;
  }
  .medical-menu .wrap dl > div dd > ul li p {
    font-size: clamp(1rem, 0rem + 1.6666666667vw, 2rem);
    --line: 2px;
    --left: 21.3px;
    --diagLen: 18px;
    --diagDeg: 40deg;
    margin: 1rem 0 4.2rem;
  }
  .medical-menu .wrap dl > div dd > ul li p::before {
    bottom: -2rem;
  }
  .medical-menu .wrap dl > div dd > ul li p::after {
    bottom: -2rem;
  }
  .medical-menu .wrap dl > div dd > ul li a {
    font-size: clamp(1.2rem, 0.2rem + 1.6666666667vw, 2.2rem);
    padding: 0.6rem 3rem 0.6rem 0;
  }
  .medical-menu .wrap .bg_parts {
    z-index: -1;
  }
  .medical-menu .wrap .bg_parts li.left::before {
    top: 4rem;
    left: -36rem;
    width: 23.8rem;
    background: url(../img/index_medical-menu_bg01.svg) no-repeat center top/contain;
  }
  .medical-menu .wrap .bg_parts li.right::before {
    position: absolute;
    z-index: -1;
    top: 4rem;
    right: -33.9rem;
    width: 24.3rem;
    height: 100%;
    background: url(../img/index_medical-menu_bg02.svg) no-repeat center top/contain;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting {
  padding: 2rem 1rem 2rem;
  background: #fef8f4;
}
.greeting .wrap {
  position: relative;
}
.greeting .wrap .tit_greeting {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #ea6000;
}
.greeting .wrap figure img {
  display: block;
  border-radius: 10px;
}
.greeting .wrap figure figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin: 0.8rem 0 0;
}
.greeting .wrap .contents {
  font-size: 1.4rem;
  text-align: justify;
}
.greeting .wrap .btn_link {
  text-align: center;
}
.greeting .wrap .bg_parts li.left::before {
  position: absolute;
  top: -8rem;
  left: -2rem;
  width: 8rem;
  height: 8rem;
  aspect-ratio: 1/1;
  background: url(../img/index_greeting_bg01.svg) no-repeat left center/contain;
}
.greeting .wrap .bg_parts li.right::before {
  position: absolute;
  top: -8rem;
  right: -2rem;
  width: 8rem;
  height: 8rem;
  aspect-ratio: 1/1;
  background: url(../img/index_greeting_bg02.svg) no-repeat left center/contain;
}

@media screen and (min-width: 600px), print {
  .greeting {
    padding: 8rem 0 11.2rem;
  }
  .greeting .wrap section {
    width: 61.8%;
    position: relative;
  }
  .greeting .wrap section .tit_greeting {
    font-size: clamp(1.8rem, 0.8rem + 1.6666666667vw, 2.8rem);
    margin: 0 0 1.4rem;
    padding-bottom: 1.4rem;
  }
  .greeting .wrap section figure {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 109%;
  }
  .greeting .wrap section figure figcaption {
    margin: 1.6rem 0 0;
    font-size: clamp(1.8rem, 1.2rem + 1vw, 2.4rem);
  }
  .greeting .wrap section .btn_link {
    margin: 3rem auto 0;
  }
  .greeting .wrap section .contents {
    font-size: clamp(1.2rem, 0.6rem + 1vw, 1.8rem);
  }
  .greeting .wrap .bg_parts {
    min-width: 1200px;
    width: 100vw;
  }
  .greeting .wrap .bg_parts li.left::before {
    top: -27rem;
    left: min(0px, 50% - 800px);
    width: 27.6rem;
    height: 20rem;
  }
  .greeting .wrap .bg_parts li.right::before {
    top: -27rem;
    right: min(0px, 50% - 800px);
    width: 27.6rem;
    height: 20rem;
  }
}
/* 芥川ウィメンズ＆キッズクリニックの特長 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
}
.feature .wrap {
  position: relative;
}
.feature .wrap .lst_lg figure {
  margin: 0 0 4rem;
  padding: 0 2rem;
}
.feature .wrap .lst_lg figure img {
  display: block;
  border-radius: 10px;
}
.feature .wrap .lst_lg figure figcaption .tit {
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem auto 1rem;
  padding: 0.8rem;
  border-block: 2px solid #ea6000;
}
.feature .wrap .lst_lg figure figcaption .txt {
  text-align: justify;
  line-height: 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.feature .wrap .lst_lg figure figcaption .btn_link {
  text-align: center;
  margin: 2rem 0 0;
}
.feature .wrap .lst_sm {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 2rem 0;
}
.feature .wrap .lst_sm li {
  padding: 0 2rem;
}
.feature .wrap .lst_sm li .tit {
  text-align: center;
  font-size: 1.4rem;
}
.feature .wrap .lst_sm li .tit p {
  margin: 0;
  padding: 0.8rem 0.2rem;
  background: #fef9eb;
  color: #6b533e;
}
.feature .wrap .lst_sm li .tit p.ex {
  padding: 0.4rem 0.2rem;
  background: #ecbc19;
  color: #fff;
}
.feature .wrap .lst_sm li .txt {
  text-align: justify;
  font-size: 1.4rem;
}
.feature .wrap .bg_parts li.left::before {
  height: 100%;
  width: 8rem;
  bottom: 0;
  left: -2rem;
  background: url(../img/index_feature_bg01.svg) repeat-y bottom center/contain;
}
.feature .wrap .bg_parts li.right::before {
  height: 100%;
  width: 8rem;
  top: -2rem;
  right: 0;
  background: url(../img/index_feature_bg02.svg) no-repeat top center/contain;
}

@media screen and (min-width: 600px), print {
  .feature {
    padding: 10rem 0 9.3rem;
  }
  .feature .wrap .lst_lg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem clamp(2rem, -6rem + 13.3333333333vw, 10rem);
    margin: 0 0 9.3rem;
    container: tab/inline-size;
  }
  @container tab (width < 770px) {
    .feature .wrap .lst_lg {
      grid-template-columns: 1fr;
      gap: 4rem;
    }
  }
  .feature .wrap .lst_lg li {
    display: flex;
  }
  .feature .wrap .lst_lg li figure {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .feature .wrap .lst_lg li figure img {
    width: 100%;
  }
  .feature .wrap .lst_lg li figure figcaption {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .feature .wrap .lst_lg li figure figcaption .tit {
    width: 100%;
    font-size: clamp(1.2rem, -0.2rem + 2.3333333333vw, 2.6rem);
    margin: 2.3rem auto 2.3rem;
    padding: 1.2rem;
  }
  .feature .wrap .lst_lg li figure figcaption .txt {
    margin: 0 0 2rem;
    font-size: clamp(1rem, 0.2rem + 1.3333333333vw, 1.8rem);
    line-height: 1.6;
  }
  .feature .wrap .lst_lg li figure figcaption .btn_link {
    margin: auto 0 0;
  }
  .feature .wrap .lst_sm {
    gap: 2rem 4.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    container: tab/inline-size;
  }
  @container tab (width < 770px) {
    .feature .wrap .lst_sm {
      grid-template-columns: repeat(2, 1fr);
      gap: 4rem;
    }
  }
  .feature .wrap .lst_sm li {
    padding: 0;
  }
  .feature .wrap .lst_sm li .tit p {
    white-space: nowrap;
    font-size: clamp(1.4rem, 0.8rem + 1vw, 2rem);
    line-height: 1.6;
    padding: 0.8rem 0.2rem;
    letter-spacing: 0.2em;
  }
  .feature .wrap .lst_sm li .tit p.ex {
    padding: 0.8rem 0.2rem;
  }
  .feature .wrap .lst_sm li .txt {
    font-size: clamp(1.2rem, 0.6rem + 1vw, 1.8rem);
  }
  .feature .wrap .bg_parts li.left::before {
    width: 28rem;
    bottom: auto;
    top: -3.6rem;
    left: -43rem;
    background: url(../img/index_feature_bg01.svg) no-repeat top center/contain;
  }
  .feature .wrap .bg_parts li.right::before {
    width: 41.3rem;
    top: -10rem;
    right: -45.9rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body.index .breadcrumb_list {
  display: none;
}

body.access .overview {
  display: none;
}

body:not(.index) .breadcrumb_list {
  margin: 0 auto;
  padding: 1rem 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: scroll;
}
body:not(.index) .breadcrumb_list li {
  font-size: 1rem;
  display: inline-block;
}
body:not(.index) .breadcrumb_list li:not(:last-child)::after {
  content: ">";
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 1rem;
  color: #9e9e9e;
}
body:not(.index) .breadcrumb_list li a {
  color: #ea6000;
  text-decoration: underline;
}
body:not(.index) .breadcrumb_list li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 600px), print {
  body:not(.index) .breadcrumb_list {
    margin: 0 auto;
    padding: 2rem 0 2rem;
    width: 1200px;
    overflow-x: auto;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.6rem;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    font-size: 1.8rem;
    position: relative;
    top: -0.1rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px), print {
  body:not(.index) .main {
    margin: 0 0 10rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 600px), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  .overflow > .wrap {
    width: min(100%, 1100px);
    margin-inline: auto;
  }
}
.img_c--w50 {
  margin: 2rem auto;
  width: 50%;
}
@media screen and (min-width: 600px), print {
  .img_c--w50 {
    width: 30%;
  }
}
.img_c--w60 {
  margin: 2rem auto;
  width: 60%;
}
@media screen and (min-width: 600px), print {
  .img_c--w60 {
    width: 40%;
  }
}

/* ドクター紹介 */
@media screen and (min-width: 600px), print {
  .doctor .img_l--mr20 {
    margin-right: clamp(1rem, -4rem + 8.3333333333vw, 6rem);
  }
  .doctor .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 clamp(1rem, -4rem + 8.3333333333vw, 6rem);
  }
  .doctor .flex section {
    margin: 6rem 0 0;
  }
}

.dr_name {
  margin: 2rem 0 0;
  text-align: center;
}
.dr_name span {
  font-size: 130%;
}

/* クリニック紹介 */
*[id*=slider] {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 600px), print {
  *[id*=slider] {
    width: 75rem;
  }
}
*[id*=slider] figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
*[id*=slider] figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  background: rgba(243, 249, 244, 0.6);
}
@media screen and (min-width: 600px), print {
  *[id*=slider] figure figcaption {
    padding: 2rem 3rem;
    font-size: 1.8rem;
  }
}
*[id*=slider] figure figcaption p {
  text-align: center;
  font-size: 120%;
  margin: 0;
}

*[id*=thumbnail_slider] {
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 600px), print {
  *[id*=thumbnail_slider] {
    width: 75rem;
  }
}
*[id*=thumbnail_slider] .slick-list .thumbnail-item img {
  cursor: grab;
}
*[id*=thumbnail_slider] .slick-list .thumbnail-item img:active {
  cursor: grabbing;
}
*[id*=thumbnail_slider] .slick-list .slick-current {
  position: relative;
}
*[id*=thumbnail_slider] .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
*[id*=thumbnail_slider] .slick-list .slick-current img {
  width: 100%;
  display: block;
}
*[id*=thumbnail_slider] .slick-prev::before,
*[id*=thumbnail_slider] .slick-next::before {
  color: #222;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.thumbnail-item img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

.img_gallery li {
  margin: 0 0 2rem;
  text-align: center;
}
.img_gallery li figure {
  margin: 0;
  padding: 0;
}
.img_gallery li figure img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}
.img_gallery li figure figcaption {
  padding: 0;
  text-align: left;
}
.img_gallery li figure figcaption p {
  margin: 0.4rem 0;
  text-align: center;
}

@media screen and (min-width: 600px), print {
  .img_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_gallery li {
    width: 48%;
    margin: 0 0 3.2rem;
  }
  .img_gallery li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 600px), print {
  .access .gmap {
    height: 50rem;
  }
}
.overflow_item {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
}
.overflow_item > table {
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 600px), print {
  .overflow_item > table {
    width: 100%;
    white-space: wrap;
  }
}