@charset "utf-8";
/* CSS Document */
body {
  font-family: "Meiryo UI", "メイリオ", "sans-serif";
  font-size: 22px;
  color: #817a7a;
  position: relative;
}
a {
  text-decoration: none;
  color: #817a7a;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
.wrap {
  width: 85%;
  margin: 0 auto;
}
.inner {
  width: 80%;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.even {
  flex-direction: row-reverse;
}
.flex-2 {
  width: 48%;
}
.flex-3 {
  width: 31%;
}
.white {
  color: #ffffff;
}
.f-50 {
  font-size: 50px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.en {
  font-size: 33px;
  font-family: "Microsoft Yi Baiti";
  color: #817a7a;
  display: block;
}
.ja {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic Black",
    "Zen Maru Gothic Light", "Zen Maru Gothic Medium",
    "A P-OTF 丸ツデイ+ ProN DB";
  font-weight: 600;
  font-size: 40px;
  color: #6fb801;
}
.f-30 {
  font-size: 30px;
}

/*==================================================
ヘッダー
===================================*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.header-wrap {
  display: flex;
  width: 98%;
  margin: 10px auto;
  position: relative;
}
.header-left {
  width: 35%;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.header-right {
  width: 75%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.reserve {
  display: block;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 18%;
}
.reserve:hover {
  opacity: 0.7;
}
.h-txt {
  display: block;
  padding: 5px 0;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: normal;
  max-width: 200px;
}
.tel {
  background: #a0dc5a;
}
.web {
  background: #f37a7a;
  position: relative;
}
.web::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/*==================================================
メインビジュアル
===================================*/
#mv {
  position: relative;
}
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
  background: url("../img/top/mv01.jpg");
}

.slider-item02 {
  background: url("../img/top/mv02.jpg");
}

.slider-item03 {
  background: url("../img/top/mv03.jpg");
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

.cp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

/*==================================================
お知らせ&ブログ
===================================*/
.info.flex.wrap {
  margin: 50px auto;
}

.index-ttl {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic Black",
    "Zen Maru Gothic Light", "Zen Maru Gothic Medium",
    "A P-OTF 丸ツデイ+ ProN DB";
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.news-wrap {
  border-top: 3px solid #f0c8a9;
  border-bottom: 3px solid #f0c8a9;
  padding: 30px 0;
  height: 300px;
  overflow-y: scroll;
}
.news-wrap .item {
  width: 97%;
  margin: 0 auto 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-wrap .item .date {
  margin-right: 15px;
}
.time-table {
  width: 80%;
  max-width: 610px;
}
.biz-hour {
  width: 100%;
  border-collapse: collapse;
}
.ryu {
  background: #f0c8a9;
}
.body {
  background: #fffbf2;
}
.biz-hour td,
.biz-hour th {
  text-align: center;
  padding: 14px 5px;
}
.table-txt {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

.news-wrap-single {
  margin-top: 40px;
  margin: 0 auto;
}

.item-single {
  display: flex;
  justify-content: center;
  margin: 20px 20px 40px 20px;
}

.headline {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.item-single .date {
  font-size: 20px;
  margin-right: 40px;
}

.item-single .news-ttl-single {
  font-size: 20px;
  margin: 0;
}

.item-single .content-single {
  font-size: 20px;
  margin-top: 20px;
}

/* single 詳細ナビ */
.news-detail__content-flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.news-detail__content-flex > *:not(:first-child) {
  margin-left: 40px;
}

.news-detail__content-flex > * {
  text-decoration: none;
  color: inherit;
}

/*==================================================
キャッシュレス決済　20240831追加
===================================*/
.payment {
  padding: 80px 0;
}
.payment .ja {
  text-align: center;
  word-break: keep-all;
}
.payment_imgwrap {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  padding: 4%;
  border-radius: 30px;
  border: 2px solid #333333;
}
.payment_img {
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
}
/*==================================================
初めての方へ
===================================*/
#first-time {
  padding: 30px 0;
  background-image: url("../img/top/first_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ft-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.85);
}
.top-ttl {
  font-size: 32px;
  font-family: "A P-OTF 丸アンチック+ ProN";
  color: #e29356;
  text-align: center;
  max-width: 1000px;
  position: relative;
  margin: 0 auto 60px;
  z-index: 1;
}
.top-ttl::before {
  content: "";
  background-image: url("../img/top/first01.png");
  width: 116px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.top-ttl::after {
  content: "";
  background-image: url("../img/top/first02.png");
  width: 116px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.txt p {
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.more {
  margin-top: 30px;
}

#first-time .flex {
  align-items: center;
}
.more {
  margin-top: 30px;
}
.more-btn {
  display: block;
  width: 250px;
  border: 3px solid #f9e8a4;
  background: #f9e8a4;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  padding: 15px 0;
  position: relative;
  border-radius: 45px;
}
.more-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  position: absolute;
  bottom: 50%;
  right: 8px;
  transform: translateY(50%);
}
.more-btn:hover {
  background: #ffffff;
  color: #f9e8a4;
}

/*==================================================
メディカルドック
===================================*/
.bnr {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr a {
  text-align: center;
  width: 25%;
  max-width: 350px;
  margin: 10px;
}
.bnr img {
  display: block;
  margin: 0 auto;
}

/*==================================================
コロナウイルス対策
===================================*/
#covid19 {
  padding: 5rem 0;
}
.accordion-001 {
  max-width: 1300px;
  margin: 0 auto;
  background: #ffeff1;
}
.accordion-001 summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1em 0;
  background-color: #ffeff1;
  margin: 0 auto;
  font-weight: 500;
  font-size: 30px;
  cursor: pointer;
  color: #f0a9b3;
  font-family: "A P-OTF 丸アンチック+ ProN DB";
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 11px;
  height: 11px;
  margin-top: 2rem;
  border-bottom: 3px solid #f0a9b3;
  border-right: 3px solid #f0a9b3;
  content: "";
  transition: transform 0.3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-open {
  transform: translateY(-10px);
  opacity: 1;
  margin: 0;
  padding: 1em 2em 2em 2em;
  background: #ffeff1;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-open[open] {
  transform: none;
  opacity: 1;
}
.covid19-flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.covid19-list {
  width: 28%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.covid19-list img {
  width: 70%;
  margin: 0 auto;
}
.covid19-list span {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}

/*==================================================
大切にしている5つのこと
===================================*/
.ttl-img img {
  display: block;
  margin: 0 auto;
}
.fea-content {
  padding: 100px 0;
}
.fea-content .flex {
  align-items: center;
}
.fea-content .ttl {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic Black",
    "Zen Maru Gothic Light", "Zen Maru Gothic Medium",
    "A P-OTF 丸ツデイ+ ProN DB";
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.number {
  display: block;
  font-size: 80px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
}
.img01,
.img02,
.img03,
.img04,
.feature05 {
  position: relative;
  z-index: 1;
}
.img01::before {
  content: "";
  background-image: url("../img/top/feature01-2.png");
  width: 150px;
  height: 90px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img01::after {
  content: "";
  background-image: url("../img/top/feature01-3.png");
  width: 95px;
  height: 115px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.img02::before {
  content: "";
  background-image: url("../img/top/feature02-2.png");
  width: 210px;
  height: 115px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img02::after {
  content: "";
  background-image: url("../img/top/feature02-3.png");
  width: 195px;
  height: 250px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.img03::before {
  content: "";
  background-image: url("../img/top/feature03-2.png");
  width: 200px;
  height: 125px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img03::after {
  content: "";
  background-image: url("../img/top/feature03-3.png");
  width: 205px;
  height: 180px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.img04::before {
  content: "";
  background-image: url("../img/top/feature04-2.png");
  width: 135px;
  height: 105px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img04::after {
  content: "";
  background-image: url("../img/top/feature04-3.png");
  width: 130px;
  height: 195px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.feature05 .flex {
  margin-top: 80px;
}
.feature05::before {
  content: "";
  background-image: url("../img/top/feature05-2.png");
  width: 230px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.feature05::after {
  content: "";
  background-image: url("../img/top/feature05-3.png");
  width: 180px;
  height: 145px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50px;
  right: 13%;
  transform: translateX(50%);
}
.feature05 .flex-2 img {
  display: block;
  margin: 0 auto;
}
.feature01 {
  background: radial-gradient(#fffdef, #fffce3);
}
.feature02 {
  background: radial-gradient(#fff5ee, #fce2ce);
}
.feature03 {
  background: radial-gradient(#fffefe, #f8d9dc);
}
.feature04 {
  background: radial-gradient(#f1f8ea, #e3f5d1);
}
.feature05 {
  background: radial-gradient(#f5feff, #cbe7eb);
}
.orange {
  color: #e29356;
}
.green {
  color: #6fb801;
}
.pink {
  color: #f0a9b3;
}
.blue {
  color: #93d0d9;
}
.red {
  color: #f37a7a;
}

/*==================================================
ご挨拶
===================================*/
#greeting {
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
#greeting::after {
  content: "";
  background-image: url("../img/top/greeting_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 460px;
}
#greeting .ttl.ja {
  font-size: 30px !important;
  margin-bottom: 40px;
}
#greeting .img img {
  display: block;
  margin: 0 auto;
}
.g-name-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.circle {
  width: 65px;
  height: 65px;
  background: #e29356;
  border-radius: 50%;
  line-height: 65px;
  margin-right: 1rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.circle span {
  font-family: "Meiryo UI", "メイリオ", "sans-serif";
}
.g-name {
  margin-right: 1rem;
  font-size: 30px;
  font-weight: 500;
  font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO";
}

/*==================================================
診療案内
===================================*/
#top-medical {
  padding: 150px 0;
  position: relative;
}
#top-medical .ja span {
  display: inline-block;
  position: relative;
}
#top-medical .ja span::before {
  content: "";
  background-image: url("../img/top/icon01.png");
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -25%;
  transform: translate(-50%, -50%);
}
#top-medical .ja span::after {
  content: "";
  background-image: url("../img/top/icon02.png");
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 50%;
  right: -25%;
  transform: translate(50%, 50%);
}
.med-list-top {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
.med-top {
  width: 23%;
  display: block;
  background: #eeeeee;
  border-radius: 30px;
  text-align: center;
  padding: 35px 0;
  position: relative;
}
.med-top::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #ffffff;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.med-top:hover {
  opacity: 0.7;
}
.med-top img {
  display: block;
  margin: 0 auto;
}
.med-txt {
  position: absolute;
  top: -35px;
  right: 27%;
  transform: translateX(50%);
}
.med-name {
  font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO";
}
.med-list-btm {
  width: 95%;
  margin: 0 auto;
}
.med-btm {
  background: #bde5f0;
  display: block;
  width: 30%;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO";
  margin-bottom: 20px;
}
.med-btm::after {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #6d5839;
  position: absolute;
  bottom: 50%;
  right: 30px;
  transform: translateY(50%);
  content: "";
}
.med-btm span {
  display: block;
}
.med-btm:hover {
  opacity: 0.7;
}

/*==================================================
採用情報
===================================*/
#recruit {
  display: flex;
  justify-content: center;
}
#recruit .img,
#recruit .item {
  width: 50%;
}
#recruit .item {
  background: #ffeff1;
  padding: 30px 0;
}
#recruit .more-btn {
  margin: 0 auto;
}

/*==================================================
ギャラリー
===================================*/
.gallery {
  margin: 80px auto;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(150vw / 6);
}
.d-demo__item > img {
  width: 95%;
}

/*==================================================
フッター
===================================*/
#footer {
  padding-top: 75px;
  background-image: url("../img/top/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-top {
  padding-bottom: 70px;
}
.footer-top .flex {
  margin-top: 40px;
  align-items: center;
}
.footer-top .reserve {
  width: 40%;
  margin-bottom: 40px;
  margin-right: 30px;
}
.footer-reserve {
  justify-content: flex-start;
}
.adress {
  margin-top: 25px;
}
#footer .right img {
  display: block;
  margin: 0 auto;
}

.footer-btm {
  padding: 45px 0;
  background: #ffeff1;
}
.footer-btm .wrap {
  display: flex;
  justify-content: space-around;
}
.footer-btm .sitemap {
  width: 48%;
}
.sitemap span {
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  border-bottom: 3px dashed #f0a9b3;
}
.sitemap .green {
  border-bottom: 3px dashed #a0dc5a;
}
.sitemap li {
  margin-bottom: 15px;
  position: relative;
}
.sitemap01 li::before {
  content: "◆";
  display: inline-block;
  color: #f37a7a;
  margin-right: 10px;
}
.sitemap02 li::before {
  content: "◆";
  display: inline-block;
  color: #6fb801;
  margin-right: 10px;
}
.sitemap a:hover {
  opacity: 0.7;
}

.copyright {
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  background: #e29356;
  font-size: 14px;
}

/*==================================================
グローバルメニュー
===================================*/
.nav-menu {
  background: #e3f5d1;
  width: 100%;
  padding: 45px 0;
  position: relative;
}
.nav-menu-wrap {
  width: 100%;
  margin: 0 auto;
}
.menu {
  position: relative;
  width: 100%;
  text-align: center;
}
.menu > li {
  float: left;
  width: 16.6%;
  position: relative;
}

.menu > li a {
  display: block;
  color: #6fb801;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
}

.menu > li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e29356;
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li a:hover {
  background: #6fb801;
  color: #ffffff;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #eff8e5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}

li.menu__single:hover ul.menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.menu__second-level li a {
  padding: 10px 0;
  color: #817a7a;
  font-size: 19px;
  border-bottom: 1px solid #6fb801;
}

.menu__single .white {
  display: block;
  text-align: center;
  font-size: 17px;
}

/*========= スクロール途中でヘッダーが表示するためのCSS ===============*/

#fix-nav {
  /*fixedで上部固定*/
  position: fixed;
  width: 100%;
  z-index: 999; /*最前面へ*/
  background: #e3f5d1;
  top: 0;
  left: 0;
  display: none;
}

.fix-nav-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fix-nav-list:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fix-nav-left {
  width: 80%;
  margin-right: auto;
}
.fix-nav-right {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  background: #ffffff;
}
.fix-nav-right .reserve {
  width: 100%;
  font-size: 20px;
  padding: 5px 0;
}
.fix-nav-right .h-txt {
  font-size: 17px;
  margin: 0 auto 10px;
}

/*==================================================
ページトップボタン
===================================*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  background: #6fb801;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*==================================================
クリニック紹介ページ
===================================*/
#mainvisual {
  background-image: url("../img/subpage_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
}
.page-ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 100px 0;
}
#clinic-page {
  background-image: url("../img/clinic/bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.section {
  margin-top: 200px;
}

.sec-ttl {
  text-align: center;
  font-size: 40px;
  font-family: "Zen Maru Gothic", "Zen Maru Gothic Black",
    "Zen Maru Gothic Light", "Zen Maru Gothic Medium",
    "A P-OTF 丸ツデイ+ ProN DB";
  position: relative;
  margin: 0 auto 80px;
  padding: 60px 0;
  width: 85%;
  background: #ffeff1;
}
.sec-ttl span {
  display: block;
  position: relative;
}
.sec-ttl::after {
  content: "";
  background-image: url("../img/ttl03.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.sec-ttl span::before {
  content: "";
  background-image: url("../img/ttl01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.sec-ttl span::after {
  content: "";
  background-image: url("../img/ttl02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
  height: 75px;
  position: absolute;
  bottom: 60%;
  right: 25px;
  transform: translateY(50%);
}

#clinic-page .feature05 {
  background: none;
}

.bg-green {
  background: #e3f5d1;
}
.bg-orange {
  background: #f0c8a9;
}
.bg-pink {
  background: #f0a9b3;
}
#facility .flex-3 {
  margin-bottom: 50px;
}
#facility img {
  width: 100%;
}
.c-ttl {
  padding: 20px 0;
  font-weight: bold;
}
#flow {
  padding-bottom: 20px;
}
.flow-item {
  margin-bottom: 80px;
}
.flow-item .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.flow-item .top::after {
  content: "";
  width: 97%;
  height: 5px;
  border-bottom: 5px dashed #f0c8a9;
  position: absolute;
  bottom: 22px;
  right: 0;
  z-index: -1;
}
.flow-item .num {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  color: #ffffff;
  font-size: 68px;
  border-radius: 50%;
  background: #e29356;
}
.flow-item .ttl {
  font-size: 30px;
  font-family: "A P-OTF 丸アンチック+ ProN";
  margin-left: 20px;
}
.flow-item .bottom {
  width: 95%;
  margin: 25px auto 0;
}
.flow-item .txt {
  width: 60%;
}
.flow-item .img {
  width: 40%;
}
.flow-item .img img {
  display: block;
  margin: 0 auto;
}

/*==================================================
院長紹介ページ
===================================*/
.greeting {
  margin-bottom: 180px;
}
.greeting .ttl.ja {
  font-size: 30px !important;
  margin-bottom: 40px;
}
.greeting .img img {
  display: block;
  margin: 0 auto;
}
.skill {
  margin-top: 50px;
  background: #ffeff1;
  width: 50%;
  padding: 25px 0 60px;
  border-radius: 40px;
}
.skill .center {
  font-size: 25px;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  margin-bottom: 30px;
}
.skill .item {
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
}
.skill span {
  width: 70%;
}
.skill .year {
  margin-right: 25px;
  width: 30% !important;
}

/*==================================================
採用情報ページ
===================================*/
.recruit {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
}
.recruit .wrap {
  border: 20px solid #6fb801;
  background: #fff;
  padding: 200px 0;
}
.recruit .ja {
  text-align: center;
  color: #817a7a;
}

/*==================================================
診療時間・アクセスページ
===================================*/
#access {
  margin-bottom: 120px;
}
#access .img img {
  display: block;
  margin: 0 auto;
}
.content {
  margin-top: 100px;
}
#access .reserve {
  width: 40%;
  margin-bottom: 40px;
  margin-right: 30px;
}
#access .footer-reserve {
  margin-top: 30px;
}
.car {
  background: #ffeff1;
  padding: 30px 30px 60px;
}
.car .ttl {
  padding: 15px 0;
  border-radius: 40px;
  background: #ffffff;
  margin-bottom: 30px;
}
.car li {
  margin-bottom: 15px;
}

/*==================================================
診療案内ページ
===================================*/
.medical {
  padding-top: 85px;
}
.medical:last-child {
  margin-bottom: 80px;
}
.medical img {
  display: block;
  margin-left: auto;
}
.medical .ttl {
  font-size: 30px;
  font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium",
    "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
  font-weight: 600;
  margin-bottom: 35px;
  color: #6fb801;
}
.medical .inner {
  background: #fbe9db;
  padding: 35px 0;
}
.medical .inner .ttl {
  color: #817a7a !important;
}
.list {
  width: 90%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list li {
  width: 50%;
  margin-bottom: 20px;
  list-style: disc;
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
/*-----------------------------------------------------------------

AIチャット

-----------------------------------------------------------------*/
.buttonbox {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  max-width: 400px;
}
/*============モーダルウィンドウ============*/
.layer {
  background: rgba(83, 83, 83, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
}

.layer.is-open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal__button-wrap {
  position: absolute;
  right: -20px;
  top: -20px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: #efeded;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #6f6f6f;
  cursor: pointer;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #6f6f6f;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.modal {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 23%;
  min-width: 430px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.7s linear, opacity 0.7s linear;
}

.modal__inner {
  margin-top: 125px;
  margin-bottom: 125px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 3rem;
  height: auto;
}

.modal__content {
  padding-top: 15px;
  padding-bottom: 23px;
}

.modal__button-area {
  max-width: 843px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
  padding-top: 15px;
}
.modal_ttl {
  font-size: 30px;
  color: #6fb801;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #333333;
}
.modal__content p {
  font-size: 20px;
  margin-bottom: 2rem;
  text-align: center;
}
.modal_lsit {
  width: 100%;
}
.modal_lsit li {
  margin: 5px 0;
  background: #6fb801;
  position: relative;
}
.modal_lsit li a {
  color: #ffffff;
  padding: 15px 50px 15px 60px;
  margin: 5px 0;
  font-size: 20px;
  display: block;
  width: 100%;
}
.modal_lsit li::before {
  content: "";
  background: url("../img/top/popup_arrow.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.modal_tel::after {
  content: "";
  background: url("../img/top/popup_icon01.png") no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.modal_medical::after {
  content: "";
  background: url("../img/top/popup_icon02.png") no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.modal_time::after {
  content: "";
  background: url("../img/top/popup_icon03.png") no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.modal_doctor::after {
  content: "";
  background: url("../img/top/popup_icon04.png") no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
