@charset "UTF-8";
:root {
  --gray01: #ffffff;
  --gray02: #dddddd;
  --gray03: #000000;
  --gray04: #fafafa;
  --gray05: #222222;
  --gray06: #b5b5b5;
  --gray07: #333333;
  --gray08: #aaaaaa;
  --gray09: #eeeeee;
  --green01: #76c2a9;
  --green02: #5bad92;
  --green03: #008b79;
  --green04: #dbf2eb;
  --green05: #83c8b1;
  --green06: #389174;
  --green07: #ddf5e7;
  --green08: #006f6b;
  --green09: #7ccbc8;
  --green10: #bbebdb;
  --green11: #70bca3;
  --green12: #61c1be;
  --green13: #64c8c5;
  --green14: #44bf96;
  --brown01: #f6b131;
  --brown02: #f29bad;
  --brown03: #ffdfed;
  --brown04: #d47e90;
  --brown05: #231815;
  --brown06: #dbaab4;
  --brown07: #fbe6ef;
  --brown08: #e85463;
  --brown09: #d47878;
  --brown10: #eeaebb;
  --brown11: #cc6464;
  --brown12: #fccadf;
  --brown13: #ffcbd6;
  --other01: #e8f9f9;
  --blue01: #0079d1;
}

/* ----------------------------------------------------------------------------------
リセット　_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_blue {
  color: var(--green03);
}

.clr_red {
  color: red;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 20px;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 3.3rem 2.7rem 3.3rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: var(--brown07);
}
*[class*=frame_].frame_02 {
  background: var(--other01);
}

/* 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: 48em), 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: 48em), 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: 48em), 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;
  }
}
/* タイムテーブル -------------------------------------- */
.tblTime_tit {
  width: 100%;
  padding: 0.4rem 0;
  text-align: center;
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  background: var(--brown03);
  border-radius: 25px;
}
.tblTime_tit span {
  color: var(--brown08);
  font-size: 120%;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  font-size: 1rem;
  table-layout: fixed;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption .ex {
  display: inline-block;
  padding: 0.4rem 0.4rem 0.2rem;
  margin-right: 0.4rem;
  border-radius: 7px;
  background: var(--brown09);
  color: var(--gray01);
  text-align: center;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 1rem 0;
  background: var(--green04);
  font-size: 1rem;
  color: #231815;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 25px 0 0 25px;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 25px 25px 0;
  padding-right: 1rem;
}
.tbl_time tr th.time {
  background: var(--gray01);
  padding: 1rem 0;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--gray06);
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.8rem 0.4rem;
  background: var(--gray01);
  color: var(--green01);
  border-bottom: 1px solid var(--gray06);
  line-height: 1;
  font-size: 1.2rem;
}
.tbl_time tr td:last-child {
  padding-right: 1rem;
}
.tbl_time .clr_pink {
  color: var(--brown10);
}
.tbl_time .clr_red {
  color: var(--brown11);
}

@media screen and (min-width: 48em), print {
  .tblTime_tit {
    padding: 1rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  .tblTime_tit span {
    font-size: 1.8rem;
  }
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0.2rem 0 0;
  }
  .tbl_time caption p {
    margin: 1rem 0 0;
  }
  .tbl_time caption .ex {
    border-radius: 5px;
    padding: 0.6rem 1.6rem;
    margin-right: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    font-size: 1.8rem;
  }
  .tbl_time tr td {
    padding: 1.6rem 0;
    font-size: 2rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/cover;
  font-size: 2.2rem;
  text-shadow: 0 0 6px rgba(51, 51, 51, 0.6);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  color: var(--gray01);
  padding: 1rem 1rem;
  margin: 0 0 3rem;
  min-height: 14rem;
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.tit_02 {
  color: var(--brown05);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 1.6rem;
  padding: 0;
  line-height: 1.2;
}
.tit_02::before {
  content: "";
  display: block;
  margin: 0 auto 0.6rem;
  width: 2rem;
  height: 0.2rem;
  background: var(--green01);
}
.tit_02 .eng_txt {
  display: block;
  text-align: center;
  margin: 0.4rem auto 0;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  color: var(--green01);
}

.tit_03 {
  color: var(--gray01);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  background: var(--green01);
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 1rem 1rem 1rem 1.6rem;
  margin: 0 0 1.4rem;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 50%;
  left: 0.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tit_04 {
  color: var(--brown05);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1.4rem;
}
.tit_04::after {
  content: "";
  display: block;
  margin: 0.6rem 0 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(to right, #83c8b1 4rem, #dddddd 4rem);
}

.tit_05 {
  color: var(--brown05);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1.2rem;
  padding-left: 3.4rem;
  position: relative;
}
.tit_05::before {
  content: "\e812";
  font-family: "fontello";
  font-size: 2.6rem;
  color: var(--brown06);
  position: absolute;
  top: -0.6rem;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center/auto auto;
    height: 38rem;
    font-size: 4.8rem;
    padding: 1rem 2rem;
    margin: 0;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
  .tit_02::before {
    width: 3.3rem;
    height: 5px;
    margin: 0 auto 2.3rem;
  }
  .tit_02 .eng_txt {
    font-size: 1.8rem;
    margin: 1.4rem 0 0;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 2rem;
    padding: 1.1rem 2rem 1.1rem 2.6rem;
  }
  .tit_03::before {
    left: 0.8rem;
    width: 0.4rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
  }
  .tit_04::after {
    margin: 1.2rem 0 0;
    background: linear-gradient(to right, #83c8b1 7.6rem, #dddddd 7.6rem);
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_05::before {
    top: -0.3rem;
  }
}
/* リスト回り -------------------------------------- */
.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: "●";
  color: var(--brown04);
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li::before {
    top: 0.4rem;
  }
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), 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: 48em), 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_check li {
  padding-left: 1.4em;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
.lst_check li:last-child {
  padding-bottom: 0;
}
.lst_check li::before {
  font-family: "fontello";
  content: "\e80e";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.lst_ol01 {
  counter-reset: number;
  margin: 2rem 0 0;
}
.lst_ol01 li {
  counter-increment: number 1;
  padding-left: 2.2em;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
.lst_ol01 li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 li {
    padding-left: 2.8em;
  }
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: right;
}

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

@media screen and (min-width: 48em), 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: 20rem;
  }
  .lst_dl01 div dd {
    flex: 1;
  }
}
.lst_dl02 dt {
  background: var(--green02);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  color: var(--gray01);
  text-align: center;
  font-size: 110%;
  width: 100%;
  padding: 1rem 1.2rem;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 dt {
    padding: 1.4rem 1rem;
  }
}
.lst_dl02 dd {
  width: 100%;
  padding: 0.8rem 0.8rem;
  margin: 0 0 4rem;
  border: 1px solid var(--green02);
}
@media screen and (min-width: 48em), print {
  .lst_dl02 dd {
    padding: 2rem;
  }
}
.lst_dl02 dd:last-child {
  margin: 0;
}
.lst_dl02 dd .ex {
  padding: 0.8rem;
  border-radius: 10px;
  background: var(--green02);
}
@media screen and (min-width: 48em), print {
  .lst_dl02 dd .ex {
    border-radius: 20px;
    padding: 4rem 4rem;
  }
}

.lst_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 4%;
}
.lst_flex li {
  width: 48%;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .lst_flex {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 3%;
  }
  .lst_flex li {
    width: 22%;
  }
}

/* フレックス回り -------------------------------------- */
.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: 48em), 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%;
  }
}
.flex_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem 0;
}
.flex_item li {
  width: 100%;
  text-align: center;
}
.flex_item--img_height {
  margin: 0.8rem 0 0;
}
.flex_item--img_height img {
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .flex_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 0 2rem;
  }
  .flex_item li {
    width: fit-content;
    text-align: center;
  }
  .flex_item--img_height {
    margin: 4rem auto 0;
    max-width: 60%;
  }
  .flex_item--img_height li {
    text-align: center;
  }
  .flex_item--img_height li a {
    max-width: 100%;
    display: block;
  }
  .flex_item--img_height li a img {
    max-width: 100%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] > a {
  background: var(--brown07);
  max-width: 100%;
  word-break: auto-phrase;
  color: var(--green02);
  text-align: center;
  padding: 1rem 4rem;
  line-height: 1;
  border-radius: 40px;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] > a::after {
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
  *[class*=btn_] > a {
    min-width: 31rem;
    min-height: 7rem;
    border-radius: 100px;
    padding: 1rem 6rem;
  }
  *[class*=btn_] > a::after {
    right: 1.7rem;
  }
}
*[class*=btn_].btn_rsv a {
  color: var(--gray01);
  background: var(--brown01);
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
}
*[class*=btn_].btn_rsv a::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-size: 1.6rem;
  position: absolute;
  left: 1rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_rsv a::before {
    font-size: 3.2rem;
    left: 3rem;
  }
}
*[class*=btn_].btn_rsv a::after {
  content: "\f08e";
  font-family: "fontello";
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_rsv a::after {
    right: 3.8rem;
  }
}
*[class*=btn_].btn_tel > a,
*[class*=btn_].btn_tel > span {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  background: var(--green01);
  max-width: 100%;
  word-break: auto-phrase;
  color: var(--gray01);
  text-align: center;
  padding: 1rem 4rem;
  line-height: 1;
  border-radius: 40px;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  position: relative;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_tel > a,
  *[class*=btn_].btn_tel > span {
    font-size: 3.2rem;
    min-width: 31rem;
    min-height: 7rem;
    border-radius: 100px;
    padding: 1rem 6rem;
  }
}
*[class*=btn_].btn_tel > a::before,
*[class*=btn_].btn_tel > span::before {
  content: "\e800";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-size: 1.6rem;
  position: absolute;
  left: 1rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_tel > a::before,
  *[class*=btn_].btn_tel > span::before {
    font-size: 3.2rem;
    left: 1.86rem;
  }
}
*[class*=btn_].btn_tel > a::after,
*[class*=btn_].btn_tel > span::after {
  content: none;
}
*[class*=btn_].btn_tel--clr_02 > a,
*[class*=btn_].btn_tel--clr_02 > span {
  background: var(--brown02);
}

.txt_link {
  color: var(--green06);
  text-decoration: none !important;
  border-bottom: 1px solid var(--green06);
  transition: all 0.4s;
  display: inline-block;
  line-height: 1.2;
}
.txt_link:hover {
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.txt_link.-pink {
  color: var(--brown04);
  border-bottom: 1px solid var(--brown04);
}

.lst_anc {
  padding: 1.4rem 1rem;
  border: 2px solid var(--green02);
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 4%;
}
.lst_anc li {
  width: 48%;
}
.lst_anc li a {
  transition: all 0.4s;
  display: inline-block;
  text-decoration: none !important;
}
.lst_anc li a::before {
  content: "\f103";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: var(--green02);
  display: inline-block;
}
.lst_anc li a:hover {
  color: var(--green02);
  text-decoration: underline !important;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    padding: 2.7rem 5rem;
    gap: 1.7rem 10%;
  }
  .lst_anc li {
    width: 40%;
  }
}
@media screen and (min-width: 48em), print {
  .lst_anc--line3 {
    gap: 1.7rem 3%;
  }
  .lst_anc--line3 li {
    width: 30%;
  }
}
.lst_anc--pink {
  border: 2px solid var(--brown02);
}
.lst_anc--pink li a::before {
  color: var(--brown02);
}
.lst_anc--pink li a:hover {
  color: var(--brown02);
}

/* フローチャート -------------------------------------- */
.flow {
  counter-reset: flow;
}
.flow div {
  counter-increment: flow 1;
  padding: 1.6rem;
  margin: 0 0 6rem;
  border-radius: 7px;
  background: var(--green07);
  position: relative;
}
.flow div:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .flow div {
    border-radius: 20px;
    margin: 0 0 7rem;
    padding: 3.6rem 3.6rem 3.6rem 3.2rem;
  }
}
.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 var(--green08);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow div:not(:last-child)::after {
    border-top: 3rem solid var(--green08);
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    bottom: -6rem;
  }
}
.flow div dt {
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  margin: 0 0 1rem;
  padding-left: 3.8rem;
  font-size: 1.8rem;
  color: var(--gray07);
  position: relative;
}
.flow div dt::before {
  content: counter(flow, decimal-leading-zero);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: var(--gray01);
  background-color: var(--green08);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .flow div dt {
    font-size: 3rem;
    padding-left: 9.2rem;
  }
  .flow div dt::before {
    width: 7rem;
    height: 7rem;
    font-size: 3.6rem;
    top: -1rem;
  }
}
.flow div dd {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .flow div dd {
    padding: 0 0 0 9.2rem;
  }
}
.flow--notitle > li {
  padding: 1.6rem;
  margin: 0 0 6rem;
  border-radius: 7px;
  background: var(--green07);
  position: relative;
}
.flow--notitle > li:last-child {
  margin: 0;
}
.flow--notitle > li:last-child::after {
  content: none;
}
@media screen and (min-width: 48em), print {
  .flow--notitle > li {
    border-radius: 20px;
    margin: 0 0 7rem;
    padding: 3.6rem 3.6rem 3.6rem 3.2rem;
  }
}
.flow--notitle > li::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--green08);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow--notitle > li::after {
    border-top: 3rem solid var(--green08);
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    bottom: -6rem;
  }
}
.flow--notitle--number {
  counter-reset: flow;
}
.flow--notitle--number li {
  counter-increment: flow 1;
  padding-left: 5.2rem;
  position: relative;
}
.flow--notitle--number li::before {
  content: counter(flow, decimal-leading-zero);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: var(--gray01);
  background-color: var(--green08);
  border-radius: 50%;
  position: absolute;
  top: 1.4rem;
  left: 1rem;
}
@media screen and (min-width: 48em), print {
  .flow--notitle--number li {
    padding-left: 10rem;
  }
  .flow--notitle--number li::before {
    width: 7rem;
    height: 7rem;
    font-size: 3.6rem;
    top: 1.6rem;
  }
}

/* テーブル -------------------------------------- */
.tbl_low {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  caption-side: bottom;
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
}
.tbl_low caption {
  text-align: left;
}
.tbl_low thead tr th {
  background: var(--green09);
  text-align: center;
  padding: 0.8rem 1rem;
  border-right: 1px solid var(--gray01);
}
.tbl_low thead tr th:first-child {
  width: 30%;
  border-radius: 20px 0 0 0;
}
.tbl_low thead tr th:last-child {
  border-radius: 0 20px 0 0;
  border-right: none;
}
@media screen and (min-width: 48em), print {
  .tbl_low thead tr th {
    padding: 2rem 2rem;
  }
}
.tbl_low tbody tr th {
  width: 30%;
  padding: 0.8rem;
  background: var(--other01);
  text-align: center;
  font-weight: normal;
  border: 1px solid var(--gray08);
}
.tbl_low tbody tr th:first-child {
  border-left: none;
}
.tbl_low tbody tr th:last-child {
  border-right: none;
}
@media screen and (min-width: 48em), print {
  .tbl_low tbody tr th {
    padding: 2rem 2rem;
  }
}
.tbl_low tbody tr td {
  padding: 0.8rem 1rem;
  border: 1px solid var(--gray08);
}
.tbl_low tbody tr td:first-child {
  border-left: none;
}
.tbl_low tbody tr td:last-child {
  border-right: none;
}
@media screen and (min-width: 48em), print {
  .tbl_low tbody tr td {
    padding: 2rem 2rem;
  }
}
.tbl_low--no_head tbody tr th {
  background: var(--other01);
}
.tbl_low--price thead tr th:first-child,
.tbl_low--price tbody tr th:first-child {
  width: 60%;
}
.tbl_low--price thead tr td,
.tbl_low--price tbody tr td {
  text-align: right;
}

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

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
.marker {
  text-decoration: underline;
  text-decoration-color: #f9f29d;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -0.15em;
}

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
}

html {
  font-size: 3.125vw;
  font-family: "IBM Plex Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: 100px;
  }
}

.overflow {
  overflow-x: hidden;
}

body {
  background: var(--gray01);
  color: #231815;
  opacity: 0;
}

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

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  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: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  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: 1180px;
    margin: 0 auto;
    padding: 0 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 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 .wrap {
  padding: 2rem 1rem 0;
}
.header .wrap .logo {
  height: 4.2rem;
}
.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: 2rem auto 1.6rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 2rem;
}
.header .wrap .headR .tel {
  display: none;
}
.header .wrap .headR .insta:hover {
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
  }
  .header .wrap {
    padding: 2.3rem 0 0.4rem;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 44.4rem;
    height: 9.2rem;
  }
  .header .wrap .headR {
    width: 50%;
    margin: 0;
    font-size: 1.8rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem 0;
  }
  .header .wrap .headR .tel_insta {
    padding-right: 1.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 2rem;
  }
  .header .wrap .headR .tel_insta .tel {
    font-family: "Roboto Condensed", serif;
    font-weight: 400;
    pointer-events: none !important;
    font-size: 2.4rem;
    color: var(--gray01);
    background: var(--green01);
    text-align: center;
    padding: 1rem 4rem;
    min-height: 5rem;
    line-height: 1;
    border-radius: 40px;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .headR .tel_insta .tel::before {
    content: "\e800";
    font-family: "fontello";
    margin-right: 0.4rem;
  }
}
/* PCサイドメニュー -------------------------------------- */
.fixed_side {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_side {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 22rem;
    z-index: 201;
    width: 6.5rem;
    gap: 1.2rem 0;
  }
  .fixed_side.fixed {
    position: fixed;
    top: calc(22rem - 119px);
  }
  .fixed_side li {
    max-height: 27rem;
    height: 100%;
    width: 100%;
  }
  .fixed_side li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
    height: fit-content;
    width: 100%;
    font-size: 1.8rem;
    color: var(--gray01);
    padding: 2rem 0 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 15px 0 0 15px;
  }
  .fixed_side li a::before {
    font-family: "fontello";
    font-size: 2.8rem;
    margin-bottom: 0.6rem;
    font-weight: normal;
  }
  .fixed_side li a:hover {
    opacity: 1;
    filter: contrast(1.08);
  }
  .fixed_side li a.rsv {
    background: var(--brown01);
  }
  .fixed_side li a.rsv::before {
    content: "\e801";
  }
  .fixed_side li a.rsv::after {
    content: "\f08e";
    font-family: "fontello";
    font-size: 1.6rem;
    margin-top: 0.8rem;
    font-weight: normal;
  }
  .fixed_side li a.rsv span {
    text-orientation: upright;
  }
  .fixed_side li a.tel_rsv {
    background: var(--brown02);
  }
  .fixed_side li a.tel_rsv::before {
    content: "\e800";
  }
}
/* SP ドロップダウンメニュー -------------------------------------- */
#menu {
  z-index: 9999;
  width: 100%;
  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;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: var(--green01);
  color: var(--gray01);
  font-size: 1.2rem;
  border-radius: 5px;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\e80f";
  font-family: "fontello";
  font-size: 2.6rem;
  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: "\e80c";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: -27rem;
}
#menu #nav.sp_nav {
  width: 27rem;
  height: 100%;
  padding: 8rem 0 12rem;
  background-color: white;
  overflow-y: scroll;
  transition: all 0.5s;
  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 var(--gray02);
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1.2rem 2rem 1.2rem;
  text-decoration: none !important;
}
#menu #nav.sp_nav ul li a.sub {
  margin: 0;
}
#menu #nav.sp_nav ul li a.sub::after {
  content: "\e809";
  font-family: "fontello";
  margin-left: 0.8rem;
  font-size: 1rem;
  display: inline-block;
  color: var(--green02);
  position: relative;
  bottom: 0;
  transition: transform 0.2s;
}
#menu #nav.sp_nav ul li a.sub.close::after {
  transform: rotate(180deg);
  top: -0.2rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav {
  padding: 0;
  display: none;
}
#menu #nav.sp_nav ul li a.sub + .subnav .naika .tit {
  font-size: 1.2rem;
  margin: 0 0;
  padding: 0.8rem 0;
  text-align: center;
  background: var(--green01);
  color: var(--gray01);
}
#menu #nav.sp_nav ul li a.sub + .subnav .naika ul li a {
  color: var(--green01);
}
#menu #nav.sp_nav ul li a.sub + .subnav .seishinka .tit {
  font-size: 1.2rem;
  margin: 0 0;
  padding: 0.8rem 0;
  text-align: center;
  background: var(--brown03);
  color: var(--brown04);
}
#menu #nav.sp_nav ul li a.sub + .subnav .seishinka ul li a {
  color: var(--brown04);
}
#menu #nav.sp_nav ul li a.sub + .subnav ul {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li {
  width: 50%;
  border-bottom: none;
  text-align: left;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li:nth-child(odd) {
  border-right: 1px solid var(--gray02);
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a {
  color: #231815;
  padding: 1rem 1rem 1rem 0.4rem;
  position: relative;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a::after {
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1rem;
}
#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: 48em), print {
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: var(--gray01);
    position: relative;
    z-index: 200;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  #menu #nav .gnav {
    width: 1180px;
    padding: 1.5rem 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menu #nav .gnav > li {
    width: 16.6666666667%;
    position: relative;
  }
  #menu #nav .gnav > li::after, #menu #nav .gnav > li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 2.8rem;
    background: var(--gray02);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #menu #nav .gnav > li:first-child::before {
    left: 0;
    right: auto;
  }
  #menu #nav .gnav > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 2.8rem;
    text-align: center;
    font-size: 1.8rem;
  }
  #menu #nav .gnav > li > a.sub {
    position: relative;
  }
  #menu #nav .gnav > li > a.sub::after {
    content: "\e809";
    font-size: 1.4rem;
    font-family: "fontello";
    color: var(--green02);
    margin-left: 0.8rem;
    display: inline-block;
    transition: transform 0.2s;
  }
  #menu #nav .gnav > li > a.sub.close::after {
    transform: rotate(180deg);
    position: relative;
    top: -0.2rem;
  }
  #menu #nav .gnav > li .subnav {
    width: 46.6rem;
    display: none;
    position: absolute;
    top: 3.4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  #menu #nav .gnav > li .subnav .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 20px;
    background: var(--gray01);
  }
  #menu #nav .gnav > li .subnav .flex > div {
    width: 50%;
  }
  #menu #nav .gnav > li .subnav .flex > div .tit {
    font-size: 1.8rem;
    margin: 0;
    padding: 1.1rem 0;
    color: var(--gray01);
  }
  #menu #nav .gnav > li .subnav .flex > div ul {
    background: var(--gray01);
    padding: 2.5rem 0.6rem 3.5rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 3rem 0;
  }
  #menu #nav .gnav > li .subnav .flex > div ul li a {
    text-align: left;
    display: block;
    font-size: 1.8rem;
    position: relative;
  }
  #menu #nav .gnav > li .subnav .flex > div ul li a::after {
    content: "\e806";
    font-family: "fontello";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 2rem;
    font-size: 1.2rem;
  }
  #menu #nav .gnav > li .subnav .flex > div.naika .tit {
    border-radius: 20px 0 0 0;
    background: var(--green01);
  }
  #menu #nav .gnav > li .subnav .flex > div.naika ul {
    border-right: 1px solid var(--gray02);
    border-radius: 0 0 0 20px;
  }
  #menu #nav .gnav > li .subnav .flex > div.naika ul li a:hover {
    opacity: 1;
    color: var(--green02);
  }
  #menu #nav .gnav > li .subnav .flex > div.seishinka .tit {
    border-radius: 0 20px 0 0;
    background: var(--brown03);
    color: var(--brown04);
  }
  #menu #nav .gnav > li .subnav .flex > div.seishinka ul {
    border-radius: 0 0 20px 0;
  }
  #menu #nav .gnav > li .subnav .flex > div.seishinka ul li a:hover {
    opacity: 1;
    color: var(--brown04);
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 2rem;
  font-size: 1.2rem;
  background: var(--gray04);
  line-height: 1.6;
}
.overview .bg {
  padding: 1rem;
  background: var(--gray01);
}
.overview .bg .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .bg .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview .bg .tel_insta {
  margin: 0 0 1.4rem;
  padding: 0 2rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 2rem;
}
.overview .bg .tel_insta li > a {
  width: 100%;
  color: var(--gray01);
}
.overview .bg .tel_insta li > a::before {
  content: "";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-size: 2.2rem;
}
.overview .bg .tel_insta li.btn_tel {
  width: 80%;
}
.overview .bg .tel_insta li.btn_tel a {
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  background: var(--green01);
}
.overview .bg .tel_insta li.btn_tel a::before {
  content: "\e800";
}
.overview .bg .tel_insta li.btn_tel a::after {
  content: none;
}
.overview .bg .tel_insta li.insta {
  margin: 0;
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.overview .bg .tel_insta li.insta a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.overview .bg .tel_insta li.insta a:hover {
  opacity: 1;
}
.overview .bg .overview_link .tel_rsv {
  margin: 0 0 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem 0;
}
.overview .bg .overview_link .tel_rsv li > a {
  width: 100%;
  color: var(--gray01);
}
.overview .bg .overview_link .tel_rsv li > a::before {
  content: "";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-size: 2.2rem;
}
.overview .bg .overview_link .tel_rsv li.btn_rsv {
  width: 100%;
}
.overview .bg .overview_link .tel_rsv li.btn_rsv a {
  background: var(--brown01);
}
.overview .bg .overview_link .tel_rsv li.btn_rsv a::before {
  content: "\e801";
  position: static;
}
.overview .bg .overview_link .tel_rsv li.btn_rsv a::after {
  content: "\f08e";
  position: static;
  margin-left: 0.4rem;
  transform: none;
}
.overview .bg .overview_link .tel_rsv li.btn_telRsv a {
  background: var(--brown02);
}
.overview .bg .overview_link .tel_rsv li.btn_telRsv a::before {
  content: "\e800";
}
.overview .bg .overview_link .tel_rsv li.btn_telRsv a::after {
  content: none;
}
.overview .bg > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview .bg > .wrap .overviewL .tbl_gaiyo th {
  display: block;
  border: 1px solid var(--green02);
  color: var(--green02);
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 0.4rem 0.6rem;
}
.overview .bg > .wrap .overviewL .tbl_gaiyo td {
  display: block;
  padding: 0.8rem 0.8rem;
  margin: 0 0 0.8rem;
}
.overview .bg > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview .bg > .wrap .overviewR {
  margin: 2rem 0 3rem;
}
.overview .bg > .wrap .overviewR .gmap {
  border-radius: 10px;
  overflow: hidden;
  height: 30rem;
}
.overview .bg > .wrap .overviewR .gmap iframe {
  height: 100%;
}
.overview .bg > .wrap .overviewR .btn_map {
  text-align: center;
}
.overview .bg > .wrap .overviewR .btn_map a {
  background: var(--gray01);
  border: 2px solid var(--green02);
  color: var(--green02);
}
.overview .bg > .wrap .overviewR .btn_map a::after {
  color: var(--green02);
}
.overview .bg > .wrap .overviewR .btn_map a:hover {
  background: var(--green02);
  color: var(--gray01);
}
.overview .bg > .wrap .overviewR .btn_map a:hover::after {
  color: var(--gray01);
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 8.2rem;
    font-size: 1.8rem;
  }
  .overview .bg {
    padding: 4.4rem 6.7rem 6.3rem 6.8rem;
    margin: 0 auto;
    width: 1180px;
  }
  .overview .bg .clinic_name {
    margin: 0 0 3.2rem;
  }
  .overview .bg .clinic_name img {
    max-width: 44.4rem;
    height: 9.2rem;
  }
  .overview .bg .clinic_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 2rem;
    margin: 0 0 3.6rem;
  }
  .overview .bg .clinic_info p {
    margin: 0;
  }
  .overview .bg .clinic_info .tel_insta {
    margin: 0 0 0;
    padding: 0;
    gap: 0 2.4rem;
  }
  .overview .bg .clinic_info .tel_insta li.btn_tel a {
    min-width: 22rem !important;
    min-height: 5rem;
    font-size: 2.4rem;
    padding: 0;
    pointer-events: none;
  }
  .overview .bg .clinic_info .tel_insta li.insta {
    width: 3rem;
    height: 3rem;
  }
  .overview .bg .overview_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 2rem;
    margin: 0 0 4rem;
  }
  .overview .bg .overview_link .tel_rsv {
    margin: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 0 2.8rem;
  }
  .overview .bg .overview_link .tel_rsv li > a {
    min-width: 25.2rem;
    width: fit-content;
    min-height: 5rem;
    padding: 1rem 1rem;
  }
  .overview .bg .overview_link .tel_rsv li > a::before {
    margin-right: 1rem;
    font-size: 2.4rem;
  }
  .overview .bg .overview_link .tel_rsv li.btn_rsv {
    width: 100%;
  }
  .overview .bg .overview_link .tel_rsv li.btn_rsv a {
    font-size: 1.8rem;
  }
  .overview .bg .overview_link .tel_rsv li.btn_rsv a::before {
    content: "\e801";
  }
  .overview .bg .overview_link .tel_rsv li.btn_rsv a::after {
    content: "\f08e";
    position: static;
    margin-left: 0.4rem;
  }
  .overview .bg .overview_link .tel_rsv li.btn_telRsv a {
    font-size: 1.8rem;
  }
  .overview .bg .overview_link .tel_rsv li.btn_telRsv a::before {
    content: "\e800";
  }
  .overview .bg .overview_link .tel_rsv li.btn_telRsv a::after {
    content: none;
  }
  .overview .bg > .wrap {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .overview .bg > .wrap .overviewL {
    width: 48.1rem;
  }
  .overview .bg > .wrap .overviewL .tbl_gaiyo {
    border-collapse: separate;
    border-spacing: 0 1.5rem;
  }
  .overview .bg > .wrap .overviewL .tbl_gaiyo th {
    display: table-cell;
    width: 15rem;
    padding: 0.4rem 0.6rem;
  }
  .overview .bg > .wrap .overviewL .tbl_gaiyo td {
    display: table-cell;
    padding: 0.2rem 1rem 0.2rem 2.3rem;
    margin: 0;
    word-break: auto-phrase;
  }
  .overview .bg > .wrap .overviewL .tbl_time {
    margin: 2.6rem 0 0;
  }
  .overview .bg > .wrap .overviewR {
    width: 53rem;
    margin: 0;
  }
  .overview .bg > .wrap .overviewR .gmap {
    border-radius: 20px;
    height: 51.5rem;
  }
  .overview .bg > .wrap .overviewR .btn_map {
    margin: 2.3rem 0 0;
  }
  .overview .bg > .wrap .overviewR .btn_map a {
    min-height: 5rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 8rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  border: 3px solid var(--green01);
  background: var(--gray01);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#pageup a::before {
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "fontello";
  content: "\e807";
  color: var(--green01);
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 8rem;
    bottom: 2rem;
  }
  #pageup a {
    width: 6.2rem;
    height: 6.2rem;
    transition: background 0.4s;
  }
  #pageup a::before {
    font-size: 1.8rem;
    transition: color 0.4s;
  }
  #pageup a:hover {
    opacity: 1;
    background: var(--green01);
  }
  #pageup a:hover::before {
    color: var(--gray01);
  }
}
.footer_menu {
  width: 100%;
  height: 4.6rem;
  background: var(--gray01);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer_menu li {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer_menu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  color: var(--gray01);
}
.footer_menu li a::before {
  content: "";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.footer_menu li.tel a {
  font-size: 1.6rem;
  background: var(--green01);
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
}
.footer_menu li.tel a::before {
  content: "\e800";
}
.footer_menu li.rsv a {
  font-size: 1.4rem;
  text-align: center;
  background: var(--brown01);
}
.footer_menu li.rsv a::before {
  content: "\e801";
}
.footer_menu li.rsv a::after {
  content: "\f08e";
  font-family: "fontello";
  margin-left: 0.4rem;
}
.footer_menu li.rsv a .size_s {
  font-size: 80%;
  display: block;
}

@media screen and (min-width: 48em), print {
  .footer_menu {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
}
.footer .breadcrumb_list {
  display: none;
}
.footer .footer_nav {
  display: none;
}
.footer .copy {
  display: block;
  background: var(--green01);
  color: var(--gray01);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .footer_nav {
    padding: 5.6rem 0 4.6rem;
    display: block;
  }
  .footer .footer_nav ul {
    display: block;
    text-align: center;
    margin: 0 auto 0;
  }
  .footer .footer_nav ul ~ ul {
    margin: 1.6rem auto 0;
  }
  .footer .footer_nav ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer .footer_nav ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .footer .footer_nav ul li a {
    opacity: 1;
  }
  .footer .footer_nav ul li a span {
    display: none;
  }
  .footer .footer_nav ul li a:hover {
    text-decoration: underline;
  }
  .footer .footer_nav ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/*アニメーション設定*/
.anime {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s ease;
}
@media screen and (min-width: 48em), print {
  .anime {
    transition: all 1.8s ease;
  }
}

.anime-on {
  opacity: 1;
  transform: translateY(0);
}

.medical_area ul.anime,
.symptom_area ul.anime {
  opacity: 1;
  transform: none;
  transition: none;
}
.medical_area ul.anime li,
.symptom_area ul.anime li {
  opacity: 0;
  transition: all 1.2s ease;
  transform: translateY(60px);
}
.medical_area ul.anime-on li.anime-on,
.symptom_area ul.anime-on li.anime-on {
  opacity: 1;
  transform: translateY(0);
}

/* キービジュアル -------------------------------------- */
.kv_area {
  margin: 0 0 40rem;
  padding: 0;
  max-width: 100%;
  position: relative;
}
.kv_area #keyvsl {
  height: 20rem;
  transition: opacity 1.2s;
}
.kv_area #keyvsl .slick-list {
  height: 100%;
}
.kv_area #keyvsl .slick-list .slick-track {
  height: 100%;
}
.kv_area #keyvsl .slick-list .slick-track .slick-slide {
  height: 100%;
}
.kv_area #keyvsl .slick-list .slick-track .slick-slide img {
  object-fit: cover;
  height: 100%;
}
.kv_area .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.kv_area .wrap .kv_txt {
  position: absolute;
  bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--gray01);
  letter-spacing: 0.2rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.16);
}
.kv_area .wrap .kv_txt .clr_01 {
  font-size: 1.6rem;
  color: var(--brown12);
}
.kv_area .wrap .kv_txt .clr_02 {
  font-size: 1.6rem;
  color: var(--green10);
}

@media screen and (min-width: 48em), print {
  .kv_area {
    margin: 0;
  }
  .kv_area #keyvsl {
    margin: 0;
    height: 66.1rem;
    padding: 0;
  }
  .kv_area .wrap {
    width: 1180px;
  }
  .kv_area .wrap .kv_txt {
    bottom: 2.4rem;
    font-size: 2.6rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16), 0 -2px 6px rgba(0, 0, 0, 0.16);
  }
  .kv_area .wrap .kv_txt .clr_01 {
    font-size: 3.4rem;
  }
  .kv_area .wrap .kv_txt .clr_02 {
    font-size: 3.4rem;
  }
}
/* トップページ診療時間表 -------------------------------------- */
.index_hour {
  position: absolute;
  bottom: -26rem;
  margin: 2rem 1rem;
}
.index_hour .tbl_item {
  padding: 0.8rem;
  background: var(--gray01);
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 48em), print {
  .index_hour {
    width: 1180px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -7.5rem;
  }
  .index_hour .tbl_item {
    width: 54.2rem;
    margin: 0 1.5rem 0 auto;
    padding: 1.7rem 3rem 1.8rem;
    border-radius: 20px;
  }
}
.index_copy {
  position: absolute;
  bottom: -42rem;
  left: 0;
  margin: 2rem 1rem;
}
.index_copy .copy_item {
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  .index_copy {
    width: 1180px;
    margin: 0 auto;
    left: 50%;
    bottom: 24rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .index_copy .copy_item {
    width: 40rem;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 1.7rem 3rem 1.8rem;
    border-radius: 20px;
  }
}
/* お知らせ -------------------------------------- */
.bnr_blog {
  padding: 0 0 3rem;
}
.bnr_blog a {
  display: flex;
  width: 100%;
  background-color: var(--green01);
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none !important;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
}
.bnr_blog a dl {
  margin: 0;
  padding: 0 4.2em 0 1em;
  background: url(../img/index_blog_icon.svg) no-repeat right center/contain;
}
.bnr_blog a dl dt, .bnr_blog a dl dd {
  line-height: 1;
}
.bnr_blog a dl dt {
  font-size: 155%;
}
.bnr_blog a dl dd {
  margin: 0.3em 0 0.5em;
}

@media screen and (min-width: 48em), print {
  .bnr_blog {
    padding: 0 0 6rem;
    margin: -3rem auto 0;
    width: 1000px;
  }
  .bnr_blog a {
    width: 50%;
  }
}
.info {
  padding: 2rem 1rem 4rem;
}
.info .wrap {
  position: relative;
}
.info .wrap::before {
  content: "";
  width: 70%;
  height: 50rem;
  display: block;
  background: var(--other01);
  position: absolute;
  z-index: -1;
  top: -40rem;
  left: -4rem;
}
.info .wrap::after {
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  background: url(../img/index_info_bg01.svg) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  bottom: -6rem;
  right: -2rem;
}
.info .wrap .tit_02 {
  padding-left: 1.2rem;
  text-align: left;
}
.info .wrap .tit_02::before {
  margin: 0 auto 0.6rem 0;
}
.info .wrap .tit_02 .eng_txt {
  text-align: left;
}
.info .wrap .bg {
  margin: -5rem 0 0 0;
  background: var(--gray01);
  border-radius: 10px;
  padding: 4rem 1.4rem 1rem 1rem;
}
.info .wrap .bg dl {
  line-height: 1.4;
  padding: 0 1rem 0 0;
  max-height: 30rem;
  min-height: 6rem;
  overflow-y: scroll;
}
.info .wrap .bg dl .info_line {
  margin: 0 0 0.6rem;
  padding: 0 0 0.6rem;
  border-bottom: 1px solid var(--gray02);
}
.info .wrap .bg dl .info_line:nth-of-type(n + 6) {
  display: none;
}
.info .wrap .bg dl .info_line dt {
  margin-bottom: 0.4rem;
  color: var(--brown05);
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info .wrap .bg dl .info_line dt:hover {
  opacity: 0.8;
}
.info .wrap .bg dl .info_line dt .date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: var(--green02);
  gap: 0 0.4rem;
  font-size: 1.2rem;
}
.info .wrap .bg dl .info_line dt .date .new {
  font-size: 80%;
  display: inline-flex;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  background: var(--brown03);
}
.info .wrap .bg dl .info_line dt .tit {
  position: relative;
  padding-left: 2rem;
}
.info .wrap .bg dl .info_line dt .tit::before {
  content: "\e802";
  font-weight: normal;
  color: var(--green02);
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  transition: transform 0.2s;
}
.info .wrap .bg dl .info_line dt.close .tit::before {
  transform: rotate(180deg);
}
.info .wrap .bg dl .info_line dd {
  padding: 0;
  margin: 1.2rem 0 0;
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.info .wrap .bg dl .info_line dd p {
  margin: 0;
}
.info .wrap .btn_info a {
  color: var(--gray01);
  background: var(--green01);
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 7.4rem 0rem 7.8rem;
  }
  .info .wrap {
    padding: 0 9rem;
  }
  .info .wrap::before {
    max-width: 100vw;
    min-width: 2000px;
    height: 49.6rem;
    top: -20rem;
    left: -1600px;
    bottom: auto;
  }
  .info .wrap::after {
    width: 64rem;
    height: 57rem;
    bottom: -10rem;
    right: -46rem;
  }
  .info .wrap .tit_02 {
    padding-left: 6.4rem;
  }
  .info .wrap .tit_02::before {
    margin: 0 auto 2.3rem 0;
  }
  .info .wrap .bg {
    margin: -9rem 0 0 0;
    border-radius: 20px;
    padding: 11rem 5.8rem 2.6rem 6.4rem;
  }
  .info .wrap .bg dl {
    max-height: 52rem;
    min-height: 13rem;
  }
  .info .wrap .bg dl .info_line {
    margin: 0 0 2.5rem;
    padding: 0 0 2.5rem;
  }
  .info .wrap .bg dl .info_line dt {
    margin-bottom: 0;
  }
  .info .wrap .bg dl .info_line dt .date {
    margin: 0 0 1rem;
    gap: 0 2rem;
    font-size: 1.6rem;
  }
  .info .wrap .bg dl .info_line dt .date .new {
    font-size: 1.2rem;
    padding: 0.2rem 0.4rem;
  }
  .info .wrap .bg dl .info_line dt .tit {
    font-size: 2rem;
    padding-left: 3.3rem;
  }
  .info .wrap .bg dl .info_line dd {
    padding: 0;
    margin: 1.8rem 0 0;
  }
  .info .wrap .bg dl .info_line dd p {
    margin: 0;
  }
  .info .wrap .btn_info {
    margin: 4.4rem auto 0;
    text-align: center;
  }
}
/* 当院について -------------------------------------- */
.about_area {
  padding: 2rem 0 4rem;
  background: var(--other01);
}
.about_area ul {
  counter-reset: about_num;
  padding: 2rem 0 0;
}
.about_area ul li {
  counter-increment: about_num 1;
  color: var(--gray01);
  position: relative;
  margin: 0 0 6rem;
  padding-right: 2rem;
  z-index: 1;
}
.about_area ul li::before {
  content: "";
  display: block;
  background: var(--green11);
  border-radius: 10px;
  width: 130%;
  height: calc(100% + 4rem);
  position: absolute;
  right: 1rem;
  top: -2rem;
  z-index: -1;
}
.about_area ul li::after {
  content: counter(about_num, decimal-leading-zero);
  display: block;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  font-size: 12rem;
  color: var(--green01);
  position: absolute;
  z-index: -1;
  right: 1rem;
  bottom: 0;
  line-height: 0.4;
}
.about_area ul li .num {
  margin: 0;
}
.about_area ul li .num span {
  padding-left: 4rem;
  position: relative;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
}
.about_area ul li .num span::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 2rem;
  top: -2rem;
  height: 5rem;
  width: 1px;
  background: var(--gray01);
}
.about_area ul li .num span::after {
  font-size: 160%;
  margin-left: 0.4rem;
  content: counter(about_num, decimal-leading-zero);
}
.about_area ul li .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about_area ul li .txt_content .tit {
  font-size: 1.8rem;
  margin: 1rem 0 0.6rem;
  line-height: 1.2;
}
.about_area ul li .txt_content .txt {
  margin: 0;
}
.about_area ul li .txt_content .ex_txt {
  width: fit-content;
  display: block;
  margin: 1.6rem auto 0;
  padding: 0.4rem 0.2rem;
  color: var(--gray01);
  font-size: 90%;
  background: var(--brown02);
}
.about_area ul li:nth-child(even) {
  padding-right: 0;
  padding-left: 2rem;
}
.about_area ul li:nth-child(even)::before {
  right: auto;
  left: 1rem;
  background: var(--green12);
}
.about_area ul li:nth-child(even)::after {
  color: var(--green13);
}

@media screen and (min-width: 48em), print {
  .about_area {
    padding: 7.2rem 0 9.7rem;
  }
  .about_area ul {
    padding: 0;
  }
  .about_area ul li {
    margin: 0 0 13.4rem;
    min-height: 44rem;
    padding-right: 0;
    padding-left: 6.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0 8.2rem;
  }
  .about_area ul li:last-child {
    margin: 0;
  }
  .about_area ul li::before {
    border-radius: 20px;
    width: 125rem;
    height: 44rem;
    right: auto;
    left: -5.5rem;
    top: auto;
    bottom: auto;
  }
  .about_area ul li::after {
    font-size: 30rem;
    right: 0;
    top: 6rem;
  }
  .about_area ul li .num {
    position: absolute;
    left: 17rem;
    top: 4rem;
  }
  .about_area ul li .num span {
    padding-left: 0;
    font-size: 2.4rem;
  }
  .about_area ul li .num span::before {
    left: -3.45rem;
    top: -2rem;
    height: 7rem;
  }
  .about_area ul li .num span::after {
    font-size: 4.4rem;
    margin-left: 1rem;
  }
  .about_area ul li .img {
    width: 55.7rem;
    height: 36.6rem;
    margin: 0 0;
    border-radius: 20px;
    position: relative;
    top: 11.4rem;
  }
  .about_area ul li .txt_content {
    width: 47.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .about_area ul li .txt_content .tit {
    line-height: 1.4;
    font-size: 3.4rem;
    margin: 0 0 3.2rem;
  }
  .about_area ul li .txt_content .txt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .about_area ul li .txt_content .txt--mb10 {
    margin-bottom: 1rem;
  }
  .about_area ul li .txt_content .ex_txt {
    display: inline-block;
    margin: 0;
    padding: 0.4rem 0.8rem;
    font-size: 1.8rem;
  }
  .about_area ul li:nth-child(even) {
    padding-left: auto;
  }
  .about_area ul li:nth-child(even)::before {
    right: -5.5rem;
    left: auto;
  }
  .about_area ul li:nth-child(even)::after {
    right: auto;
    left: 2rem;
  }
  .about_area ul li:nth-child(even) .num {
    left: 73rem;
  }
  .about_area ul li:nth-child(even) .img {
    order: 2;
  }
  .about_area ul li:nth-child(even) .txt_content {
    order: 1;
    padding-left: 6.8rem;
  }
  .about_area .bnr {
    padding-top: 10rem;
  }
}
/* デジスマ診療リンク -------------------------------------- */
.digisma_link {
  padding: 2rem 1rem;
}
.digisma_link .wrap {
  background: var(--gray01);
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  padding: 1rem 1rem;
}
.digisma_link .wrap a {
  width: 80%;
  margin: 0 auto;
}
.digisma_link .wrap .tit {
  color: var(--blue01);
  font-size: 110%;
  text-align: center;
}
.digisma_link .wrap .txt {
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .digisma_link {
    padding: 5.3rem 0 2rem;
  }
  .digisma_link .wrap {
    border-radius: 20px;
    padding: 6rem 14rem 4.2rem;
  }
  .digisma_link .wrap a {
    width: 100%;
    margin: 0 auto;
  }
  .digisma_link .wrap .tit {
    margin: 3.5rem 0 2.5rem;
    font-size: 2.2rem;
  }
  .digisma_link .wrap .txt {
    font-size: 1.6rem;
  }
}
/* 診療のご案内、よくある症状--共通 -------------------------------------- */
.medical_area,
.symptom_area {
  background: var(--gray01);
  padding: 2rem 0 2rem;
}
.medical_area ul,
.symptom_area ul {
  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;
  gap: 1rem 0;
}
.medical_area ul li,
.symptom_area ul li {
  width: 48%;
}
.medical_area ul li a,
.symptom_area ul li a {
  position: relative;
  text-align: center;
  padding-top: 10.4rem;
  display: block;
  text-decoration: none !important;
}
.medical_area ul li a::after,
.symptom_area ul li a::after {
  content: "";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: var(--gray09);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.6s;
}
.medical_area ul li a:hover,
.symptom_area ul li a:hover {
  opacity: 1;
}
.medical_area ul li a:hover::after,
.symptom_area ul li a:hover::after {
  opacity: 1;
}
.medical_area ul li a span,
.symptom_area ul li a span {
  display: inline-block;
  word-break: auto-phrase;
  text-align: left;
  padding-left: 1.6rem;
  position: relative;
}
.medical_area ul li a span::before,
.symptom_area ul li a span::before {
  content: "\e804";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: var(--green02);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 48em), print {
  .medical_area .tit_02,
  .symptom_area .tit_02 {
    margin: 0 0 4rem;
  }
  .medical_area ul li,
  .symptom_area ul li {
    width: 16rem;
  }
  .medical_area ul li a,
  .symptom_area ul li a {
    padding-top: 17.5rem;
    font-size: 2.2rem;
  }
  .medical_area ul li a::after,
  .symptom_area ul li a::after {
    width: 16rem;
    height: 16rem;
    background-size: 60% auto;
  }
  .medical_area ul li a span::before,
  .symptom_area ul li a span::before {
    font-size: 2.4rem;
    left: -1.4rem;
    top: -0.2rem;
  }
}
/* 診療のご案内 -------------------------------------- */
.medical_area {
  padding: 4rem 0 2rem;
}
.medical_area ul li a::after {
  background-color: var(--green01);
}
.medical_area ul li a.internal::after {
  background-image: url(../img/index_medicalArea_internal.svg);
}
.medical_area ul li a.diabetes::after {
  background-image: url(../img/index_medicalArea_diabetes.svg);
}
.medical_area ul li a.psychiatry::after {
  background-image: url(../img/index_medicalArea_psychiatry.svg);
}
.medical_area ul li a.checkup::after {
  background-image: url(../img/index_medicalArea_checkup.svg);
}
.medical_area ul li a.vaccination::after {
  background-image: url(../img/index_medicalArea_vaccination.svg);
}
.medical_area ul li a.agingcare::after {
  background-image: url(../img/index_medicalArea_agingcare.svg);
}
.medical_area ul li a:hover::after {
  background-color: var(--green14);
}

@media screen and (min-width: 48em), print {
  .medical_area {
    padding: 7.1rem 0 8.4rem;
  }
  .medical_area ul {
    gap: 0 2rem;
  }
}
/* よくある症状 -------------------------------------- */
.symptom_area {
  padding: 2rem 0 4rem;
}
.symptom_area ul li a::after {
  background-color: var(--brown07);
}
.symptom_area ul li a.obesity::after {
  background-image: url(../img/index_symptomArea_obesity.svg);
}
.symptom_area ul li a.sas::after {
  background-image: url(../img/index_symptomArea_sas.svg);
}
.symptom_area ul li a.lifestyle_related::after {
  background-image: url(../img/index_symptomArea_lifestyle_related.svg);
}
.symptom_area ul li a.dementia::after {
  background-image: url(../img/index_symptomArea_dementia.svg);
}
.symptom_area ul li a.insomnia::after {
  background-image: url(../img/index_symptomArea_insomnia.svg);
}
.symptom_area ul li a.depression::after {
  background-image: url(../img/index_symptomArea_depression.svg);
}
.symptom_area ul li a:hover::after {
  background-color: var(--brown13);
}

@media screen and (min-width: 48em), print {
  .symptom_area {
    padding: 0 0 8.8rem;
  }
  .symptom_area ul {
    gap: 4rem 2rem;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting_area {
  padding: 14rem 2rem 2rem;
  background: url(../img/index_greetingArea_doctor01.jpg) no-repeat 60% top/auto 22rem;
}
.greeting_area .wrap {
  padding: 2rem 1.8rem 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}
.greeting_area .wrap .name {
  text-align: right;
}
.greeting_area .wrap .name span {
  font-size: 140%;
}
.greeting_area .wrap .name .btn_more {
  text-align: center;
}
.greeting_area .wrap .name .btn_more a {
  background: var(--green01);
  border: none;
  color: var(--gray01);
}

@media screen and (min-width: 48em), print {
  .greeting_area {
    padding: 10.4rem 69rem 7.8rem 0;
    background: url(../img/index_greetingArea_doctor01.jpg) no-repeat top center/auto auto;
  }
  .greeting_area .wrap {
    width: 69rem;
    padding: 5rem 5.7rem 6.7rem;
    border-radius: 20px;
  }
  .greeting_area .wrap .name {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .greeting_area .wrap .name span {
    font-size: 3rem;
    margin-left: 1.8rem;
  }
  .greeting_area .wrap .name .btn_more {
    width: 31rem;
  }
}
/* お悩み相談 -------------------------------------- */
.counselling_area {
  margin: 2rem 0;
  padding: 4rem 1rem;
  background: var(--other01);
}
.counselling_area h2 {
  text-align: center;
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}
.counselling_area .lst_check {
  margin: 2.5rem 0 0;
}
.counselling_area .lst_check li {
  padding-left: 1.5em;
}
.counselling_area .lst_check li::before {
  font-size: 1.2em;
  top: -0.15em;
  color: var(--green01);
}

@media screen and (min-width: 48em), print {
  .counselling_area {
    margin: 0 0 4rem;
    padding: 6rem 0;
  }
  .counselling_area h2 {
    font-size: 3rem;
  }
  .counselling_area .lst_check {
    margin: 4rem auto 0;
    width: fit-content;
    font-size: 2rem;
  }
}
/* ループスライダ― -------------------------------------- */
#loopslider {
  margin: 0;
  padding: 2rem 0;
  width: 100vw;
  min-width: 100%;
}
#loopslider .slide-item {
  margin: 0 1.6rem 0 0;
}
#loopslider .slide-item figure img {
  border-radius: 10px;
  width: 16rem;
}

@media screen and (min-width: 48em), print {
  #loopslider {
    padding: 5.2rem 0;
  }
  #loopslider .slide-item {
    margin: 0 3.5rem 0 0;
  }
  #loopslider .slide-item figure img {
    border-radius: 20px;
    width: 30.5rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .overflow {
  background: var(--other01);
}
body:not(.index) .overflow .header {
  background: var(--gray01);
}
body:not(.index) .overflow .footer {
  background: var(--gray01);
}
body:not(.index) .overflow .main {
  background: var(--gray01);
}
body:not(.index) .header .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header .breadcrumb_list {
    background: var(--other01);
    display: -webkit-flex;
    display: flex;
  }
}
body:not(.index) .footer .breadcrumb_list {
  display: block;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .footer .breadcrumb_list {
    display: none;
  }
}
body:not(.index) .breadcrumb_list {
  margin: 0 auto;
  padding: 1rem 1.2rem;
}
body:not(.index) .breadcrumb_list ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
body:not(.index) .breadcrumb_list ol li {
  font-size: 1rem;
  display: inline-block;
}
body:not(.index) .breadcrumb_list ol li:not(:last-child)::after {
  content: "\e810";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: var(--green01);
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  top: 0.1rem;
}
body:not(.index) .breadcrumb_list ol li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list ol {
    margin: 0 auto;
    padding: 0;
    width: 1180px;
  }
  body:not(.index) .breadcrumb_list ol li {
    font-size: 1.6rem;
  }
  body:not(.index) .breadcrumb_list ol li:not(:last-child)::after {
    font-size: 1rem;
    top: -0.2rem;
  }
}
body:not(.index) .main {
  margin: 0 0 6rem;
  padding: 2rem 2rem 4rem;
  border-radius: 10px;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 9.6rem auto 10rem;
    padding: 5rem 9rem 9.2rem;
    border-radius: 20px;
    line-height: 1.8;
  }
}
body:not(.index) .main img {
  border-radius: 20px;
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.doctor .greeting_contents {
  margin: 0 0 2rem;
}
.doctor .greeting_contents img {
  max-width: 80%;
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 48em), print {
  .doctor .greeting_contents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 4rem;
    margin: 0 0 4rem;
  }
  .doctor .greeting_contents img {
    width: 40%;
    margin: 0;
  }
  .doctor .greeting_contents--right_img img {
    order: 2;
  }
  .doctor .greeting_contents--right_img .txt {
    order: 1;
  }
}

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

/* クリニック紹介 */
*[id*=slider] {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  *[id*=slider] {
    width: 75rem;
  }
}
*[id*=slider] figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
*[id*=slider] figure img {
  border-radius: 10px 10px 0 0 !important;
}
*[id*=slider] figure figcaption {
  width: 100%;
  height: auto;
  padding: 0.8rem 0.6rem;
  margin: 0 auto 0.6rem;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  border-radius: 0 0 10px 10px;
  color: var(--gray01);
  background: var(--green01);
}
@media screen and (min-width: 48em), 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: 48em), print {
  *[id*=thumbnail_slider] {
    width: 75rem;
  }
}
*[id*=thumbnail_slider] .slick-list .thumbnail-item img {
  border-radius: 10px;
  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%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid var(--gray05);
}
*[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: var(--gray05);
}

.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: 48em), 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%;
  }
}
/* お知らせ一覧 */
.news_list .main .bg {
  margin: -5rem 0 0 0;
  background: var(--gray01);
  border-radius: 10px;
  padding: 4rem 1.4rem 1rem 1rem;
}
.news_list .main .bg dl {
  line-height: 1.4;
  padding: 0 1rem 0 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
.news_list .main .bg dl .info_line {
  margin: 0 0 0.6rem;
  padding: 0 0 0.6rem;
  border-bottom: 1px solid var(--gray02);
}
.news_list .main .bg dl .info_line:nth-of-type(n + 4) dd {
  display: none;
}
.news_list .main .bg dl .info_line dt {
  margin-bottom: 0.4rem;
  color: var(--brown05);
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.news_list .main .bg dl .info_line dt:hover {
  opacity: 0.8;
}
.news_list .main .bg dl .info_line dt .date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: var(--green02);
  gap: 0 0.4rem;
  font-size: 1.2rem;
}
.news_list .main .bg dl .info_line dt .date .new {
  font-size: 80%;
  display: inline-flex;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  background: var(--brown03);
}
.news_list .main .bg dl .info_line dt .tit {
  position: relative;
  padding-left: 2rem;
}
.news_list .main .bg dl .info_line dt .tit::before {
  content: "\e802";
  font-weight: normal;
  color: var(--green02);
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  transition: transform 0.2s;
}
.news_list .main .bg dl .info_line dt.close .tit::before {
  transform: rotate(180deg);
}
.news_list .main .bg dl .info_line dd {
  padding: 0;
  margin: 1.2rem 0 0;
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.news_list .main .bg dl .info_line dd p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .news_list .main .bg {
    margin: -9rem 0 0 0;
    border-radius: 20px;
    padding: 11rem 5.8rem 2.6rem 6.4rem;
  }
  .news_list .main .bg dl .info_line {
    margin: 0 0 2.5rem;
    padding: 0 0 2.5rem;
  }
  .news_list .main .bg dl .info_line dt {
    margin-bottom: 0;
  }
  .news_list .main .bg dl .info_line dt .date {
    margin: 0 0 1rem;
    gap: 0 2rem;
    font-size: 1.6rem;
  }
  .news_list .main .bg dl .info_line dt .date .new {
    font-size: 1.2rem;
    padding: 0.2rem 0.4rem;
  }
  .news_list .main .bg dl .info_line dt .tit {
    font-size: 2rem;
    padding-left: 3.3rem;
  }
  .news_list .main .bg dl .info_line dd {
    padding: 0;
    margin: 1.8rem 0 0;
  }
  .news_list .main .bg dl .info_line dd p {
    margin: 0;
  }
}

/* よくある質問 */
.faq .faq_column {
  margin: 4rem 0 0;
}
.faq .faq_column > section ~ section {
  margin-top: 4rem;
}
.faq .faq_column > section section ~ section {
  margin-top: 3rem;
}
.faq .faq_column .tit_03 {
  padding-left: 3.6rem;
}
.faq .faq_column .tit_03::after {
  content: "Q.";
  position: absolute;
  left: 1.2rem;
  top: 0.8rem;
}
.faq .faq_column .tit_03 + * {
  position: relative;
  padding-left: 2.2rem;
}
.faq .faq_column .tit_03 + *::before {
  content: "A.";
  color: var(--brown06);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 48em), print {
  .faq .faq_column {
    margin: 8rem 0 0;
  }
  .faq .faq_column > section ~ section {
    margin-top: 8rem;
  }
  .faq .faq_column > section section ~ section {
    margin-top: 6rem;
  }
  .faq .faq_column .tit_03 {
    padding-left: 6rem;
  }
  .faq .faq_column .tit_03::after {
    left: 2rem;
  }
  .faq .faq_column .tit_03 + * {
    padding-left: 2.4rem;
  }
}
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}

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