@charset "UTF-8";
.nolink {
  pointer-events: none !important;
}

: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_blue {
  color: #6d9faf !important;
}

.clr_red {
  color: #ff0000 !important;
}

.clr_pink {
  color: #e699ad !important;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1.4rem 1.6rem 2.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2.4rem 4rem 3.4rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #fff3f6;
}
*[class*=frame_].frame_02 {
  background: #e7f9fe;
}

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

.img_h {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.scr_img {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 0;
}
.scr_img--1804 img {
  max-width: 1804px;
  width: 1804px;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .scr_img--1804 img {
    max-width: 100%;
  }
}
.scr_img--1170 img {
  max-width: 1170px;
  width: 1170px;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .scr_img--1170 img {
    max-width: 100%;
  }
}
.scr_img .scr_txt {
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .scr_img .scr_txt {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .scr_img img {
    max-width: 100% !important;
  }
}

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

@media screen and (min-width: 48em), print {
  .img_h {
    width: auto;
    max-width: 100%;
    margin: 2rem auto;
  }
  .img_h--1036 {
    width: 518px;
  }
  .img_h--1160 {
    width: 580px;
  }
  .img_h--1800 {
    width: 900px;
  }
  .img_h--2000 {
    width: 1000px;
  }
  .img_h--2320 {
    width: 1160px;
  }
  .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;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 100%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.6rem;
}
.tbl_time caption p {
  margin: 0 0 0.4rem;
}
.tbl_time caption .ex {
  padding: 0.2rem 0.4rem;
  margin-right: 0.6rem;
  background: #d67c93;
  color: #fff;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 1rem 0;
  background: #b8e6f8;
  font-size: 1.2rem;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th.time {
  font-size: 1.2rem;
  padding: 0.8rem 0.8rem 0.8rem 0.2rem;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
}
.tbl_time tr th.time span {
  font-size: 1.4rem;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  font-size: 1rem;
  color: #ecb4c2;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  line-height: 1;
}
.tbl_time tr td.close {
  color: #636360;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time caption {
    line-height: 1.8;
    margin: 1.4rem 0 0;
  }
  .tbl_time caption .ex {
    padding: 0.4rem 1.2rem;
    margin-right: 1.4rem;
  }
  .tbl_time tr th[scope=col] {
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 24%;
    padding: 1.2rem 0 1.2rem 2.1rem;
    text-align: left;
  }
  .tbl_time tr th.time {
    font-size: 1.8rem;
    padding: 1.2rem 1rem 1.2rem 0.2rem;
    text-align: right;
    line-height: 1.4;
    display: block;
  }
  .tbl_time tr th.time span {
    font-size: 1.8rem;
  }
  .tbl_time tr td {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.webp) no-repeat center center/cover;
  font-size: 2.2rem;
  padding: 1rem 1rem;
  margin: 0 0 3rem;
  min-height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tit_01 span {
  width: fit-content;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #636360;
  border-radius: 50px;
  padding: 0.8rem 1rem;
  gap: 0 1.2rem;
}
.tit_01 span::before, .tit_01 span::after {
  content: "";
  min-width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  border-radius: 50%;
  background: #add8e6;
}

.tit_02 {
  text-align: center;
  color: #636360;
  font-size: 2.2rem;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.tit_02 .eng_txt {
  display: block;
  font-size: 1.4rem;
  color: #ecb4c2;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.tit_02--type02 {
  font-size: 1.4rem;
  text-align: center;
}
.tit_02--type02::before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background: url(../img/tit_02_parts01.svg) no-repeat center/contain;
}
.tit_02--type02 .eng_txt {
  font-size: 3.2rem;
  display: block;
  margin: 0 0 0.4rem;
  line-height: 1;
}

body:not(.index) .tit_02 {
  margin: 0 0 2.8rem;
}
body:not(.index) .tit_02::after {
  content: "";
  margin: 0.8rem auto 0;
  display: block;
  width: 3.8rem;
  height: 0.6rem;
  border-radius: 30px;
  background: #ecb4c2;
}

.tit_03 {
  color: #636360;
  background: #add8e6;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1.4rem;
  padding: 0.8rem 0.8rem 0.8rem 3rem;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 1.3rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
}

.tit_04 {
  color: #636360;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1.6rem;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to right, #ecb4c2 24%, #cacdd2 24%);
  height: 0.3rem;
  margin: 0.8rem 0 0;
}

.tit_05 {
  color: #636360;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1.2rem;
  padding: 0 0 0 1.4rem;
  position: relative;
}
.tit_05::before {
  content: "";
  width: 1rem;
  height: 0.4rem;
  background: #add8e6;
  border-radius: 3px;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.webp) no-repeat center/auto 100%;
    min-height: 33rem;
    padding: 2rem 4rem;
    margin: 0;
  }
  .tit_01 span {
    padding: 1.3rem 2rem;
    font-size: 3.6rem;
    gap: 0 0.8rem;
  }
  .tit_01 span::before, .tit_01 span::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 3.8rem;
  }
  .tit_02 .eng_txt {
    font-size: 2.4rem;
  }
  .tit_02--type02 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_02--type02::before {
    height: 11.2rem;
  }
  .tit_02--type02 .eng_txt {
    font-size: 7rem;
    margin: 0 0 0.4rem;
    line-height: 1;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 4.2rem;
  }
  body:not(.index) .tit_02::after {
    width: 4rem;
    height: 0.7rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3.4rem;
    padding: 0.8rem 2rem 0.8rem 3.6rem;
  }
  .tit_03::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 2rem;
    left: 1.4rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
  }
  .tit_04::after {
    margin: 1.2rem 0 0;
    background: linear-gradient(to right, #ecb4c2 7.6rem, #cacdd2 7.6rem);
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 3rem 0 1.6rem;
    padding: 0 0 0 2.6rem;
  }
  .tit_05::before {
    width: 1.3rem;
    height: 0.48rem;
    top: 1.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: "●";
  color: #add8e6;
  position: absolute;
  left: 0;
  top: 0;
}
.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_ul01 > .lst_ol01 {
  padding: 1rem 0 0 0;
}
.lst_ul01 > .lst_ol01 li::before {
  color: #636360;
}

.lst_ol01 {
  counter-reset: number;
  margin: 2rem 0 0;
}
.lst_ol01 li {
  counter-increment: number 1;
  padding-left: 2.6rem;
  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.6rem;
  }
}
.lst_ol01 li::before {
  text-align: right;
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.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;
  }
}
/* フレックス回り -------------------------------------- */
.flex2--left > li {
  text-align: center;
  margin: 1.2rem 0;
  max-width: 60%;
}

.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;
  }
  .flex2--left {
    margin: 4rem 0 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 6rem;
  }
  .flex2--left > li {
    width: 20rem;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] a {
  background: #add8e6;
  color: #fff;
  text-shadow: 0 0 10px #8d8d8d, 0 0 10px #8d8d8d;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 25px;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
*[class*=btn_] a:hover {
  opacity: 1;
  filter: contrast(1.08);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
  *[class*=btn_] a {
    font-size: 2rem;
    width: fit-content;
    min-width: 28.3rem;
    padding: 1.8rem 3rem;
    line-height: 1.4;
    border-radius: 50px;
  }
}
*[class*=btn_][class*="--center"] {
  text-align: center;
}
*[class*=btn_][class*="--white"] a {
  background: #fff;
  color: #707070;
  border: 1px solid #707070;
  text-shadow: none;
}
*[class*=btn_][class*="--grn"] a {
  background: #bbdea6;
  color: #fff;
}
*[class*=btn_][class*="--blue"] a {
  background: #add8e6;
  color: #fff;
}
*[class*=btn_][class*="--pink"] a {
  background: #ecb4c2;
  color: #fff;
}

.txt_link {
  color: #6d9faf;
  text-decoration: none !important;
  border-bottom: 1px solid #6d9faf;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  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;
}

.anc {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem 1rem;
}
.anc li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-decoration: none !important;
  color: #555555;
  height: 100%;
  border: 1px solid #cecece;
  border-radius: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 1rem;
  padding: 0.8rem 2rem;
  transition: all 0.4s;
  position: relative;
}
.anc li a::before {
  content: "\f103";
  font-family: "fontello";
}
.anc li a::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50px;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(0deg, rgb(228, 245, 251), rgb(255, 255, 255) 75%);
  opacity: 0;
  transition: opacity 0.4s;
}
.anc li a:hover {
  opacity: 1;
}
.anc li a:hover::after {
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .anc {
    margin: 8rem 0 10rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem 1.2rem;
  }
  .anc li a {
    gap: 0 1rem;
    padding: 1.6rem 2rem;
  }
}
/* フローチャート -------------------------------------- */
.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: 48em), 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: 48em), 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,
.tbl_low thead tr td {
  background: #bbdea6;
  border-inline: #fff 1px solid;
  text-align: center;
  padding: 0.8rem 1rem;
}
.tbl_low thead tr th:first-child,
.tbl_low thead tr td:first-child {
  width: 30%;
  border-left: none;
}
.tbl_low thead tr th:last-child,
.tbl_low thead tr td:last-child {
  border-right: none;
}
.tbl_low thead tr td {
  background: #fff;
  border: 1px solid #aaaaaa;
}
@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: #d9edac;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
@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 #aaaaaa;
  border-left: none;
}
.tbl_low tbody tr td:first-of-type {
  border-left: none;
}
@media screen and (min-width: 48em), print {
  .tbl_low tbody tr td {
    padding: 2rem 2rem;
  }
}
.tbl_low tbody tr *:last-child {
  border-right: none;
}

.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: 48em), 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: 48em), print {
  .overflow_table > table {
    width: 100%;
    white-space: wrap;
  }
}
.overflow_table .ex_txt {
  display: block;
}
@media screen and (min-width: 48em), print {
  .overflow_table .ex_txt {
    display: none;
  }
}

/* 電話番号 -------------------------------------- */
.tel-btn {
  text-align: center;
  margin: 1rem auto 2rem;
  background: #bbdea6;
  color: #fff;
  text-align: center;
  padding: 1.2rem 4rem;
  border-radius: 25px;
  width: 80%;
  display: block;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
}
.tel-btn span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  filter: drop-shadow(0 0 10px #8d8d8d);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.tel-btn span::before {
  content: "찅";
  font-weight: 400;
  font-family: "fontello";
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .tel-btn {
    width: 25.4rem;
    margin: 1rem 0 0;
    padding: 1.2rem 0;
    border-radius: 50px;
  }
  .tel-btn span {
    font-size: 2.8rem;
  }
}

/* ----------------------------------------------------------------------------------
アニメーション設定
---------------------------------------------------------------------------------- */
.anime {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 1.2s ease;
  will-change: opacity, transform;
}

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

/* 一応：動きを減らす設定の人にはアニメしない */
@media (prefers-reduced-motion: reduce) {
  .anime {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  background: #fff;
  color: #636360;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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;
}

.overflow {
  overflow-x: clip;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1220px;
  }
  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: 1200px;
    margin: 0 auto;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 11rem;
    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 {
  padding: 1rem;
  background-image: linear-gradient(0deg, rgb(228, 245, 251), rgb(255, 255, 255) 65%);
}
.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 .tel {
  display: inline-block;
  font-size: 1.8rem;
}
.header .wrap .headR .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header {
    background-image: linear-gradient(0deg, rgb(228, 245, 251), rgb(255, 255, 255) 75%);
  }
  .header .wrap {
    margin: 1rem auto 0.5rem;
    position: relative;
    z-index: 300;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 30rem;
    height: 7rem;
  }
  .header .wrap .headR {
    position: relative;
    z-index: 199;
    width: 60%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* 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: 5.2rem;
  height: 5.2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.4rem 0.4rem;
  position: fixed;
  top: 0.5rem;
  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-image: linear-gradient(0deg, rgb(228, 245, 251), rgb(255, 255, 255) 65%);
  color: #53a9c4;
  border: 1px solid #53a9c4;
  font-size: 1rem;
  border-radius: 0.6rem;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "찁";
  font-family: "fontello";
  font-size: 2.2rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
  margin: 0.2rem 0 0;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "찂";
}
#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: 10rem 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;
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1.2rem 1.2rem 1.2rem;
  text-decoration: none !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #636360;
}
#menu #nav.sp_nav ul li a.sub {
  position: relative;
}
#menu #nav.sp_nav ul li a.sub::after {
  content: "\e801";
  background: #add8e6;
  color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  font-family: "fontello";
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  font-size: 1rem;
  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: 1rem 1rem 1rem 2rem;
  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-direction: column;
  flex-direction: column;
  gap: 1rem 0;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li {
  border-bottom: none;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a {
  padding: 0.4rem 0 0.4rem 2rem;
  text-indent: -1.2rem;
  display: block;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a::before {
  content: "2";
  font-family: "fontello";
  margin-right: 0.8rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a:hover {
  opacity: 1;
  background: #add8e6;
  border-radius: 20px;
}
#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 {
    display: block;
    height: auto;
    position: relative;
    z-index: 220;
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: none;
    position: relative;
    z-index: 200;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: linear-gradient(0deg, rgb(228, 245, 251), rgb(255, 255, 255) 75%);
    box-shadow: 0 4px 10px rgba(51, 51, 51, 0.15);
  }
  #menu #nav.fixed .gnav {
    width: 1200px;
    box-sizing: border-box;
    padding: 2rem 10rem;
    margin: 0 auto;
  }
  #menu #nav.fixed .gnav li {
    flex: none;
  }
  #menu #nav .gnav {
    margin: auto;
    padding: 2rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menu #nav .gnav li {
    flex: auto;
    position: relative;
  }
  #menu #nav .gnav li a {
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    transition: color 0.4s;
  }
  #menu #nav .gnav li a:hover {
    opacity: 1;
    color: #add8e6;
  }
  #menu #nav .gnav li a.sub::after {
    content: "\e801";
    font-family: "fontello";
    font-size: 1rem;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-weight: normal;
    width: 2rem;
    height: 2rem;
    background: #add8e6;
    margin-left: 0.4rem;
    position: relative;
    top: 0.2rem;
    transition: transform 0.4s;
  }
  #menu #nav .gnav li a.sub.close::after {
    transform: rotate(180deg);
  }
  #menu #nav .gnav li .subnav {
    box-sizing: border-box;
    width: fit-content;
    min-width: 22.6rem;
    padding: 2rem;
    display: none;
    position: absolute;
    top: 2.6rem;
    left: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(51, 51, 51, 0.15);
  }
  #menu #nav .gnav li .subnav ul {
    gap: 0.8rem 0.6rem;
  }
  #menu #nav .gnav li .subnav ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #menu #nav .gnav li .subnav ul li a {
    display: block;
    width: 100%;
    color: #636360;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    box-sizing: border-box;
    padding: 1rem 0.4rem 1.2rem 2.4rem;
    text-align: left;
    transition: all 0.4s;
    border-radius: 60px;
    text-indent: -1.3rem;
  }
  #menu #nav .gnav li .subnav ul li a::before {
    content: "2";
    font-family: "fontello";
    margin-right: 0.8rem;
  }
  #menu #nav .gnav li .subnav ul li a:hover {
    opacity: 1;
    background: #add8e6;
  }
  #menu #nav .gnav li .subnav.two-line {
    min-width: 50rem;
  }
  #menu #nav .gnav li .subnav.two-line ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 12px 24px;
    justify-content: start;
  }
  #menu {
    /* Gナビ　ハイライト */
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: linear-gradient(to bottom, #e4f5fb, #c8e9f5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.overview > .wrap {
  padding: 1rem;
  background: #fff;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewL .pay {
  text-align: center;
  color: #6d9faf;
}
.overview > .wrap .overviewR {
  margin: 4rem 0 0;
}
.overview > .wrap .overviewR .img_map {
  margin: 0 0 2rem;
}

.tbl_gaiyo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.tbl_gaiyo th {
  width: 27%;
  font-size: 100%;
  text-align: center;
  padding: 0.4rem;
  font-weight: 500;
  background: #e7f9fe;
}
.tbl_gaiyo td {
  padding: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 5rem 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    padding: 3.3rem 3.6rem 5rem 5.8rem;
    background: #fff;
  }
  .overview > .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 4.6rem;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
    width: 54.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .overview > .wrap .overviewL .clinic_name {
    width: 34.2rem;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 34.2rem;
    width: 100%;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody tr {
    width: 50%;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody tr:first-child {
    width: 100%;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody th {
    width: 6.3rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 0.6rem 0 0;
  }
  .overview > .wrap .overviewL .pay {
    margin: 3.2rem 0 1.6rem;
  }
  .overview > .wrap .overviewL .btn_link {
    margin-top: auto;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    padding: 0 0;
    width: 49.5rem;
    display: flex;
    flex-direction: column;
  }
  .overview > .wrap .overviewR .btn_link {
    margin-top: auto;
  }
  .tbl_gaiyo th {
    width: 14.5rem;
    padding: 0.8rem 0;
  }
  .tbl_gaiyo td {
    padding: 0 0 0 1.7rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 7.6rem;
  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;
  width: 5rem;
  height: 5rem;
  text-align: center;
  padding: 0.4rem;
  color: #fff;
  background: #add8e6;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 1.6rem;
  font-family: "fontello";
  content: "\e802";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 2rem;
    right: 8rem;
  }
  #pageup a {
    width: 5rem;
    height: 5rem;
  }
  #pageup a::before {
    font-size: 2rem;
  }
}
.footer_menu {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.footer_menu li {
  flex: 1 1 20%;
  text-align: center;
}
.footer_menu li a {
  color: #fff;
  text-shadow: 0 0 10px #8d8d8d, 0 0 10px #8d8d8d;
  text-align: center;
  padding: 0.2rem 2rem;
  min-height: 4.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
}
.footer_menu li a::before {
  font-weight: 400;
  font-family: "fontello";
  margin-right: 0.4rem;
}
.footer_menu li.home a {
  background: #efefef;
}
.footer_menu li.tel {
  flex: 1 1 14%;
}
.footer_menu li.tel a {
  background: #bbdea6;
}
.footer_menu li.tel a::before {
  content: "찅";
}
.footer_menu li.rsv a {
  background: #add8e6;
}
.footer_menu li.rsv a::before {
  content: "찃";
}
.footer_menu li.monshin a {
  background: #ecb4c2;
}
.footer_menu li.monshin a::before {
  content: "찄";
}

@media screen and (min-width: 48em), print {
  .footer_menu {
    display: none;
  }
}
.fixed_menu {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem 0;
    position: fixed;
    top: 12rem;
    right: 0;
    z-index: 201;
  }
  .fixed_menu li {
    font-size: 1.8rem;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .fixed_menu li a {
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 1.4rem 1.8rem;
    min-height: 15rem;
    width: 6rem;
    border-radius: 20px 0 0 20px;
    background: #222;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: filter 0.4s;
  }
  .fixed_menu li a span {
    filter: drop-shadow(0 0 5px #8d8d8d);
  }
  .fixed_menu li a span::before {
    font-family: "fontello";
    margin-bottom: 0.4rem;
    font-weight: normal;
    font-size: 3rem;
  }
  .fixed_menu li a:hover {
    opacity: 1;
    filter: contrast(1.2);
  }
  .fixed_menu li.rsv a {
    background: #ecb4c2;
  }
  .fixed_menu li.rsv a span::before {
    content: "찃";
  }
  .fixed_menu li.monshin a {
    background: #bbdea6;
  }
  .fixed_menu li.monshin a span::before {
    content: "찄";
  }
  .fixed_menu li.tel {
    background: #add8e6;
    width: 6rem;
    font-size: 2rem;
    text-align: center;
    padding: 2.4rem 0 3.2rem;
    border-radius: 20px 0 0 20px;
  }
  .fixed_menu li.tel span {
    filter: drop-shadow(0 0 5px #8d8d8d);
  }
  .fixed_menu li.tel span::before {
    font-weight: normal;
    font-family: "fontello";
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
    content: "찅";
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
}
.footer .breadcrumb_list {
  display: none;
}
.footer .footer_link {
  display: none;
}
.footer .footer_sns {
  padding: 2rem 0;
}
.footer .footer_sns a:hover {
  opacity: 1;
}
.footer .copy {
  display: block;
  background: #add8e6;
  padding: 1.4rem 0.4rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .footer_link {
    padding: 3rem 0;
    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: 1rem 0;
  }
  .footer .footer_link ul {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer_link ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer .footer_link ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.6rem;
  }
  .footer .footer_link ul li a {
    opacity: 1;
  }
  .footer .footer_link ul li a span {
    display: none;
  }
  .footer .footer_link ul li a:hover {
    text-decoration: underline;
  }
  .footer .footer_link ul li.treatment {
    display: none;
  }
  .footer .footer_sns {
    padding: 0.4rem 0 2.7rem;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 1.4rem 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.keyvsl_area {
  padding: 0 0 15rem;
  position: relative;
  z-index: 1;
  contain: paint;
}
.keyvsl_area #keyvsl {
  opacity: 0;
  transition: 1s opacity;
  margin: 0;
  max-width: 100%;
  height: 40rem;
  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: 3rem;
  height: 100%;
  width: 100%;
}
.keyvsl_area .kv_contents .kv_txt {
  height: 100%;
  padding: 0 0 2rem;
}
.keyvsl_area .kv_contents .kv_txt ul {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 4rem 0;
  padding: 0;
}
.keyvsl_area .kv_contents .kv_txt ul .item_01 {
  order: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.keyvsl_area .kv_contents .kv_txt ul .item_01 p {
  margin: 0;
  padding: 1rem 1rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  border-radius: 20px;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
  position: relative;
}
.keyvsl_area .kv_contents .kv_txt ul .item_01 p::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(10px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.keyvsl_area .kv_contents .kv_txt ul .item_01 p .size_l {
  font-size: 120%;
}
.keyvsl_area .kv_contents .kv_txt ul .item_01 p > span {
  display: inline-block;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
}
.keyvsl_area .kv_contents .kv_txt ul .item_02 {
  order: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border: 3px solid #add8e6;
  padding: 1rem;
  background: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
}
.keyvsl_area .kv_contents .kv_txt ul .item_02 .kaiin {
  text-align: center;
}
.keyvsl_area .kv_contents .kv_txt ul .item_02 .kaiin .size_l {
  font-size: 130%;
}

@media screen and (min-width: 48em), print {
  .keyvsl_area {
    padding: 0;
  }
  .keyvsl_area #keyvsl {
    height: 81rem;
  }
  .keyvsl_area .kv_contents {
    width: 1200px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .keyvsl_area .kv_contents .kv_txt {
    padding: 0 0 4.3rem;
  }
  .keyvsl_area .kv_contents .kv_txt ul {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 0 3.5rem;
    padding: 0;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_01 {
    width: 52rem;
    order: 1;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_01 p {
    padding: 1rem 1rem;
    font-size: 2.6rem;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_01 p .size_l {
    font-size: 3.6rem;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_02 {
    width: 44rem;
    height: auto;
    padding: 2rem;
    font-size: 2.2rem;
    order: 2;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_02 .kaiin {
    padding: 0;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_02 .kaiin p {
    margin: 0;
  }
  .keyvsl_area .kv_contents .kv_txt ul .item_02 .kaiin p .size_l {
    font-size: 3.4rem;
  }
}
/* 背景色 -------------------------------------- */
.bg_area01 {
  margin: 2rem 0 0;
  background: linear-gradient(to bottom, #e4f5fb, #c8e9f5);
}

@media screen and (min-width: 48em), print {
  .bg_area01 {
    margin: 0;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
}
.info .wrap {
  margin: 0;
}
.info .wrap #info_item .accordion-container {
  margin: 0;
  line-height: 1.4;
  padding: 0 2rem 0 0;
  max-height: 20rem;
  overflow-y: scroll;
}
.info .wrap #info_item .accordion-container .accordion-item {
  padding-left: 0.8rem;
}
.info .wrap #info_item .accordion-container .accordion-item::after {
  content: "";
  display: block;
  padding: 0.4rem 0 0;
  margin: 0 0 0.4rem;
  border-bottom: 1px solid #cecece;
}
.info .wrap #info_item .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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.info .wrap #info_item .accordion-container .accordion-item > summary .accordion-date {
  color: #6d9faf;
  font-size: 1.2rem;
}
.info .wrap #info_item .accordion-container .accordion-item > summary .accordion-title {
  font-size: 1.8rem;
  padding-left: 2.4rem;
}
.info .wrap #info_item .accordion-container .accordion-item > summary .accordion-title::before {
  content: "\e801";
  color: #fff;
  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: #6d9faf;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-weight: normal;
  transition: transform 0.4s;
}
.info .wrap #info_item .accordion-container .accordion-item > summary.accordion-header::-webkit-details-marker {
  display: none;
}
.info .wrap #info_item .accordion-container .accordion-item[open] > summary .accordion-title::before {
  transform: rotateX(180deg);
}
.info .wrap #info_item .accordion-container .accordion-item .accordion-header {
  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 #info_item .accordion-container .accordion-item .accordion-header .accordion-title {
  margin-bottom: 0.4rem;
  cursor: pointer;
  display: table;
  position: relative;
  transition: opacity 0.4s;
}
.info .wrap #info_item .accordion-container .accordion-item .accordion-header .accordion-title:hover {
  opacity: 0.8;
}
.info .wrap #info_item .accordion-container .accordion-item .accordion-content {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.info .wrap #info_item .accordion-container .accordion-item .accordion-content .content-inner p:first-child {
  margin: 0.4rem 0 1rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 5.4rem 0 8.5rem;
  }
  .info .wrap {
    padding: 0;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .info .wrap .tit_02 {
    flex: 0 0 auto;
    width: 27.8rem;
  }
  .info .wrap [data-styled] {
    flex: 1 1 auto;
  }
  .info .wrap #info_item .accordion-container {
    max-height: 27.8rem;
    min-height: 27.8rem;
    padding-right: 2rem;
  }
  .info .wrap #info_item .accordion-container .accordion-item {
    padding-left: 0;
  }
  .info .wrap #info_item .accordion-container .accordion-item::after {
    padding: 1.8rem 0 0;
    margin: 0 0 2rem;
  }
  .info .wrap #info_item .accordion-container .accordion-item > summary {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .info .wrap #info_item .accordion-container .accordion-item > summary .accordion-date {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
  }
  .info .wrap #info_item .accordion-container .accordion-item > summary .accordion-title {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
  .info .wrap #info_item .accordion-container .accordion-item > summary .accordion-title::before {
    font-size: 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
    top: 0.4rem;
    left: 1.6rem;
  }
  .info .wrap #info_item .accordion-container .accordion-item .accordion-content {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
  .info .wrap #info_item .accordion-container .accordion-item .accordion-content c .content-inner p:first-child {
    margin: 0.4rem 0 1rem;
  }
}
/* 診療時間表＆アクセス -------------------------------------- */
.hour-access-column {
  padding: 0 0 2rem;
  margin: 0 1rem;
}
.hour-access-column .wrap {
  padding: 1rem;
  background: #fff;
}
.hour-access-column .wrap .tbl_time caption {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #fff;
}
.hour-access-column .wrap .address {
  margin: 0;
  font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Sans", "Meiryo", sans-serif;
}
.hour-access-column .wrap .gmap iframe {
  height: 28rem;
}

@media screen and (min-width: 48em), print {
  .hour-access-column {
    padding: 0 0 10.7rem;
  }
  .hour-access-column .wrap {
    padding: 6rem 5.7rem 7.5rem 6rem;
  }
  .hour-access-column .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .hour-access-column .wrap .flex .content_l {
    width: 48%;
  }
  .hour-access-column .wrap .flex .content_l .tbl_time caption {
    padding-bottom: 2.2rem;
    margin-bottom: 1.8rem;
  }
  .hour-access-column .wrap .flex .content_l .address {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
  .hour-access-column .wrap .flex .content_l .tbl_gaiyo {
    font-size: 1.8rem;
  }
  .hour-access-column .wrap .flex .content_r {
    width: 48%;
  }
  .hour-access-column .wrap .flex .content_r .img_map {
    margin: 0 0 2.9rem;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting-column {
  padding: 2rem 0 4rem;
}
.greeting-column .wrap {
  padding: 0 2rem;
  position: relative;
}
.greeting-column .wrap::before {
  content: "";
  display: block;
  width: 20rem;
  height: 40rem;
  position: absolute;
  z-index: -1;
  right: -4rem;
  top: 24rem;
  background: url(../img/index_greeting-column_bg01.svg) no-repeat center/contain;
}
.greeting-column .wrap img {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
  background: #f2f2f2;
  aspect-ratio: 750/892;
}
.greeting-column .wrap .name {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
}
.greeting-column .wrap .name span {
  font-size: 1.6rem;
  margin-right: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .greeting-column {
    padding: 6rem 0 14rem;
    position: relative;
    z-index: 2;
  }
  .greeting-column .wrap {
    padding: 0 1rem;
  }
  .greeting-column .wrap::before {
    width: 64.2rem;
    height: 69.2rem;
    right: -42rem;
    top: -10rem;
  }
  .greeting-column .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0 5.2rem;
  }
  .greeting-column .wrap .flex img {
    order: 2;
    width: 36%;
  }
  .greeting-column .wrap .flex .contents {
    order: 1;
  }
  .greeting-column .wrap .flex .contents .txt {
    margin: -1rem 0 0;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
  .greeting-column .wrap .flex .contents .flex_item {
    margin: -1rem 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 3.4rem;
  }
  .greeting-column .wrap .flex .contents .flex_item .name {
    font-size: 3rem;
    margin: 0 0 0;
  }
  .greeting-column .wrap .flex .contents .flex_item .name span {
    font-size: 2.4rem;
    margin-right: 1.4rem;
  }
  .greeting-column .wrap .flex .contents .flex_item .btn_link {
    margin: 0;
  }
}
/* コンセプト -------------------------------------- */
.concept-column {
  padding: 0 0 4rem;
}
.concept-column .wrap {
  position: relative;
  padding: 2rem 1rem 10rem;
}
.concept-column .wrap::before {
  content: "";
  display: block;
  width: 120vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1rem;
  z-index: -1;
  background: #fafafa;
}
.concept-column .wrap .copy {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #6d9faf;
}
.concept-column .wrap .txt {
  text-align: left;
}
.concept-column .wrap .bg li::before, .concept-column .wrap .bg li::after {
  display: block;
  width: 8rem;
  height: 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.concept-column .wrap .bg .bg_01::before {
  content: "";
  bottom: -2rem;
  left: 0;
  width: 100vw;
  height: 10rem;
  background-size: cover;
  background-image: url(../img/index_concept-column_bg01.jpg);
}

@media screen and (min-width: 48em), print {
  .concept-column {
    padding: 0;
    margin: 0 0 14.8rem;
  }
  .concept-column .wrap {
    padding: 3rem 6rem 0;
    padding-left: 51.2rem;
  }
  .concept-column .wrap::before {
    width: 100vw;
    min-width: 2000px;
    height: 66rem;
    top: 0;
    left: auto;
    right: calc(-100% + 30rem);
  }
  .concept-column .wrap .tit_02 {
    margin-top: -9rem;
    margin-bottom: 4rem;
  }
  .concept-column .wrap .tit_02 .eng_txt {
    letter-spacing: 0.4rem;
    margin: 0 0 2.4rem;
  }
  .concept-column .wrap .copy {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
  .concept-column .wrap .txt {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.4rem;
  }
  .concept-column .wrap .bg .bg_01::before {
    width: 87rem;
    height: 66rem;
    top: 0;
    left: -41rem;
  }
}
/* 当クリニックの特長 -------------------------------------- */
.feature-column {
  padding: 2rem 0 2rem;
  position: relative;
  background: linear-gradient(to bottom, #e4f5fb, #c8e9f5);
}
.feature-column .wrap ul {
  counter-reset: num_feature;
}
.feature-column .wrap ul li {
  counter-increment: num_feature 1;
  margin: 0 0 1.2rem;
}
.feature-column .wrap ul li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 1rem 1rem 2rem;
  text-decoration: none !important;
  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;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-column .wrap ul li a::before {
  content: "";
  z-index: -1;
  filter: brightness(0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.feature-column .wrap ul li a .num {
  font-size: 2rem;
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.feature-column .wrap ul li a .num::after {
  content: counter(num_feature, decimal-leading-zero);
}
.feature-column .wrap ul li a .num::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-column .wrap ul li a::after {
  content: "→";
  font-weight: 400;
  font-family: "fontello";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #f2f2f2;
}
.feature-column .wrap ul li.item_blue a::before {
  background: url(../img/index_feature-column_item01.jpg) no-repeat center/cover;
}
.feature-column .wrap ul li.item_blue a .num {
  color: #add8e6;
}
.feature-column .wrap ul li.item_blue a::after {
  background-color: #add8e6;
}
.feature-column .wrap ul li.item_pink a::before {
  background: url(../img/index_feature-column_item02.jpg) no-repeat center/cover;
}
.feature-column .wrap ul li.item_pink a .num {
  color: #ecb4c2;
}
.feature-column .wrap ul li.item_pink a::after {
  background-color: #ecb4c2;
}
.feature-column .wrap ul li.item_grn a::before {
  background: url(../img/index_feature-column_item03.jpg) no-repeat center/cover;
}
.feature-column .wrap ul li.item_grn a .num {
  color: #c4e2b2;
}
.feature-column .wrap ul li.item_grn a::after {
  background-color: #c4e2b2;
}

@media screen and (min-width: 48em), print {
  .feature-column {
    padding: 4.6rem 0 7.3rem;
  }
  .feature-column .wrap .tit_02 {
    margin: 0 0 6.8rem;
  }
  .feature-column .wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 2rem;
  }
  .feature-column .wrap ul li {
    width: 38rem;
    height: 38rem;
  }
  .feature-column .wrap ul li a {
    height: 100%;
    padding: 8.5rem 0 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .feature-column .wrap ul li a .num {
    font-size: 2.8rem;
    margin: 0 0 3.8rem;
  }
  .feature-column .wrap ul li a::after {
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: 6.3rem;
  }
  .feature-column .wrap ul li a .tit {
    margin: 0;
    font-size: 3.4rem;
  }
  .feature-column .wrap ul li.item_blue a .tit {
    font-size: 2.6rem;
  }
  .feature-column .wrap ul li.item_pink a .tit {
    font-size: 2.6rem;
  }
}
/* 診療案内 -------------------------------------- */
.medical-column {
  padding: 2rem 0 2rem;
  background: #fafafa;
}
.medical-column .lst_01 li {
  padding: 2rem 1rem 4rem;
  position: relative;
}
.medical-column .lst_01 li::before {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.medical-column .lst_01 li.item_01::before {
  background-image: url(../img/index_medical-column_diabetes.jpg);
}
.medical-column .lst_01 li.item_02::before {
  background-image: url(../img/index_medical-column_hypertension.jpg);
}
.medical-column .lst_01 li.item_03::before {
  background-image: url(../img/index_medical-column_thyroid.jpg);
}
.medical-column .lst_01 li .tit {
  font-size: 1.8rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #fff;
  padding: 0.8rem 0.4rem 0.8rem 1.4rem;
}
.medical-column .lst_01 li .tit::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: calc(100% - 1.4rem);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.medical-column .lst_01 li .tit--blue::before {
  background: #add8e6;
}
.medical-column .lst_01 li .tit--pink::before {
  background: #ecb4c2;
}
.medical-column .lst_01 li .tit--grn::before {
  background: #bbdea6;
}
.medical-column .lst_01 li .btn_link a {
  width: 80%;
}
.medical-column .lst_02 > li {
  margin: 0 0 1rem;
}
.medical-column .lst_02 > li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  min-height: 6rem;
  display: block;
  font-size: 1.6rem;
  border-radius: 20px 0 20px 0;
  padding: 1.6rem 1.4rem 1.2rem 7rem;
  background: #fff;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}
.medical-column .lst_02 > li a::before, .medical-column .lst_02 > li a::after {
  font-family: "fontello";
  position: absolute;
}
.medical-column .lst_02 > li a::before {
  content: "";
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #222;
  border-radius: 0 0 40px 0;
}
.medical-column .lst_02 > li a::after {
  content: "→";
  top: 1.8rem;
  right: 0.8rem;
  font-weight: 400;
}
.medical-column .lst_02 > li a.item_01::before {
  content: "찆";
  background: #add8e6;
}
.medical-column .lst_02 > li a.item_01::after {
  color: #add8e6;
}
.medical-column .lst_02 > li a.item_02::before {
  content: "찑";
  background: #ecb4c2;
}
.medical-column .lst_02 > li a.item_02::after {
  color: #ecb4c2;
}
.medical-column .lst_02 > li a.item_03::before {
  content: "찒";
  background: #bbdea6;
}
.medical-column .lst_02 > li a.item_03::after {
  color: #bbdea6;
}
.medical-column .lst_02 > li a.item_04::before {
  content: "찇";
  background: #f1c883;
}
.medical-column .lst_02 > li a.item_04::after {
  color: #f1c883;
}
.medical-column .lst_02 > li a.item_05::before {
  content: "찐";
  background: #d5c1ec;
}
.medical-column .lst_02 > li a.item_05::after {
  color: #d5c1ec;
}

@media screen and (min-width: 48em), print {
  .medical-column {
    padding: 4.6rem 0 7rem;
  }
  .medical-column .tit_02 {
    margin-bottom: 5.8rem;
  }
  .medical-column .lst_01 li {
    min-height: 44rem;
    width: 77.3rem;
    margin: 0 0 8rem auto;
    padding: 2.4rem 0 0;
  }
  .medical-column .lst_01 li::before {
    position: absolute;
    left: calc(-100% + 18.8rem);
    top: 0;
    width: 52rem;
    height: 44rem;
  }
  .medical-column .lst_01 li:nth-child(even) {
    margin: 0 auto 8rem 0;
  }
  .medical-column .lst_01 li:nth-child(even)::before {
    position: absolute;
    right: calc(-100% + 18.8rem);
    left: auto;
    top: 0;
  }
  .medical-column .lst_01 li:nth-child(even) .txt {
    padding-right: 0;
  }
  .medical-column .lst_01 li .tit {
    font-size: 3.4rem;
    padding: 2rem 1rem 2rem 2.4rem;
    margin: 0 0 2.4rem;
  }
  .medical-column .lst_01 li .tit::before {
    height: calc(100% - 4.4rem);
  }
  .medical-column .lst_01 li .txt {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 0 2.4rem;
    padding-right: 6rem;
  }
  .medical-column .lst_01 li .flex_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 1.7rem;
  }
  .medical-column .lst_01 li .flex_btn .btn_link {
    width: 28.3rem;
  }
  .medical-column .lst_01 li .flex_btn .btn_link a {
    width: 100%;
  }
  .medical-column .lst_01 li .btn_link {
    width: 34.6rem;
  }
  .medical-column .lst_01 li .btn_link a {
    width: 100%;
  }
  .medical-column .lst_02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 2rem;
  }
  .medical-column .lst_02 > li {
    width: 38rem;
    min-height: 6.4rem;
    margin: 0;
  }
  .medical-column .lst_02 > li a {
    height: 100%;
    font-size: 2.6rem;
    padding: 1rem 4rem 1.2rem 8.2rem;
    line-height: 1.4;
  }
  .medical-column .lst_02 > li a::before {
    font-size: 3.8rem;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 20px 0 40px 0;
  }
  .medical-column .lst_02 > li a::after {
    top: 1.8rem;
    right: 1.6rem;
    font-size: 1.6rem;
  }
}
/* ブログ -------------------------------------- */
.blog-column {
  padding: 2rem 0 4rem;
}
.blog-column .flex .blog_item dt {
  background: #222;
  border-radius: 10px 10px 0 0;
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
}
.blog-column .flex .blog_item dt span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  filter: drop-shadow(0 0 10px #8d8d8d);
}
.blog-column .flex .blog_item dt.cat_01 {
  background: #add8e6;
}
.blog-column .flex .blog_item dt.cat_01 + dd a:hover {
  color: #add8e6;
}
.blog-column .flex .blog_item dt.cat_02 {
  background: #ecb4c2;
}
.blog-column .flex .blog_item dt.cat_02 + dd a:hover {
  color: #ecb4c2;
}
.blog-column .flex .blog_item dt.cat_03 {
  background: #bbdea6;
}
.blog-column .flex .blog_item dt.cat_03 + dd a:hover {
  color: #bbdea6;
}
.blog-column .flex .blog_item dt.cat_04 {
  background: #f1c883;
}
.blog-column .flex .blog_item dt.cat_04 + dd a:hover {
  color: #f1c883;
}
.blog-column .flex .blog_item dd {
  padding: 0;
  margin: 0;
  border-radius: 0 0 10px 10px;
  background: #fafafa;
}
.blog-column .flex .blog_item dd ul li {
  overflow: hidden;
}
.blog-column .flex .blog_item dd ul li a {
  color: #636360;
  display: block;
  padding: 0.8rem 1rem;
  text-decoration: none !important;
  border-bottom: 2px solid #fff;
}
.blog-column .flex .blog_item dd ul li a:hover {
  opacity: 1;
}
.blog-column .flex .blog_item dd ul li p {
  text-align: center;
  opacity: 0.6;
}

@media screen and (min-width: 48em), print {
  .blog-column {
    padding: 6rem 0 13rem;
  }
  .blog-column .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 3.3rem;
  }
  .blog-column .flex .blog_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 27rem;
  }
  .blog-column .flex .blog_item dt {
    width: 100%;
    letter-spacing: 0.1rem;
    padding: 1.6rem 0;
    font-size: 2.4rem;
    border-radius: 20px 20px 0 0;
  }
  .blog-column .flex .blog_item dd {
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 20px;
    font-size: 1.8rem;
  }
  .blog-column .flex .blog_item dd ul li a {
    padding: 1.6rem 1.8rem;
  }
}
/* 採用情報 -------------------------------------- */
.recruit-column {
  margin: 2rem 0 6rem;
  padding: 2rem 1rem 6rem;
  background: url(../img/index_rercuit-column_bg01.jpg) no-repeat center/cover;
  text-align: center;
}
.recruit-column .wrap {
  position: relative;
}
.recruit-column .wrap .tit_02 {
  margin-top: -6rem;
}
.recruit-column .wrap .copy {
  font-size: 1.6rem;
  color: #6d9faf;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.recruit-column .wrap .txt {
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .recruit-column {
    margin: 4rem 0 3rem;
    padding: 1rem 0 0;
  }
  .recruit-column .wrap {
    width: 70.6rem;
    padding: 0 0 8.1rem;
  }
  .recruit-column .wrap .copy {
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
  .recruit-column .wrap .txt {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
  .recruit-column .wrap .btn_link {
    margin: 3.3rem 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_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;
}
body:not(.index) .breadcrumb_list li {
  font-size: 1rem;
  display: inline-block;
}
body:not(.index) .breadcrumb_list li:not(:last-child)::after {
  content: "→";
  font-family: "fontello";
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 1rem;
  background: #add8e6;
  color: #fff;
}
body:not(.index) .breadcrumb_list li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    margin: 0 auto;
    padding: 2rem 0 2rem;
    width: 1200px;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.6rem;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    font-size: 1rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 5.7rem 0 8rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.dr_name {
  margin: 2rem 0 0;
  text-align: right;
}
.dr_name span {
  font-size: 130%;
}

/* クリニック紹介 */
.clinic_gallery {
  width: 80%;
  aspect-ratio: 825/550;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .clinic_gallery {
    width: 70%;
  }
}
.clinic_gallery.slick-dotted.slick-slider {
  margin: 0 auto 7rem !important;
}
@media screen and (min-width: 48em), print {
  .clinic_gallery.slick-dotted.slick-slider {
    margin: 0 auto 16rem !important;
  }
}
.clinic_gallery .slick-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.clinic_gallery .slick-dots {
  bottom: -5rem;
}
.clinic_gallery .slick-prev::before,
.clinic_gallery .slick-next::before {
  color: #222;
}

*[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 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: 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 {
  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: 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 6rem;
  }
  .img_gallery li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

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