@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
html {
  font-size: 62.5%;
}
body {
  background: url("../img/body-bg.jpg") repeat center top/100% auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #55555F;
  font-size: 2rem;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
header {
  width: 100%;
}
#l-header {
  width: 100%;
  height: 210px;
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between
}
#l-header .head-right {
  margin-left: auto;
  padding-top: 20px;
  width: 70%;
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto
}
#l-header .head-tel {
  margin-right: 20px;
}
#l-header .head-txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 20px;
}
.nav-menu {
  position: relative;
  margin-top: 30px;
}
.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-menu ul li {
  position: relative;
  width: 14%;
}
.nav-menu ul li.btn-contact {
  margin-top: 15px
}
.nav-menu ul li.btn-contact a {
  padding: 7px 20px 7px 40px;
  border-radius: 30px;
  background: #e40000;
  color: #fff;
  display: inline-block;
  position: relative
}
.nav-menu ul li.btn-contact a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.nav-menu ul li.btn-contact a:after {
  display: none
}
.nav-menu ul li.btn-contact a:hover {
  background: #b00
}
.nav-menu ul li a {
  display: block;
  color: #A76758;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.nav-menu ul li a span {
  display: block;
  font-size: 1.5rem;
  color: #EF9E52;
  position: relative
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.h3-ttl {
  position: relative;
  font-size: 4rem;
  z-index: 1;
}
.h3-ttl .en {
  width: 100%;
  font-size: 7.8rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.main {
  line-height: 0;
  position: relative;
}
.main::before {
  width: 100%;
  height: 1459px;
  content: '';
  display: block;
  background-image: url("../img/forest-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
}
.main-ttl {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}
.main-txt {
  font-size: 7rem;
}
.information {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 1500px;
  margin: 150px auto 250px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.notice {
  width: 50%;
}
.notice .h3-ttl {
  padding-left: 6%;
}
.notice .h3-ttl::before {
  content: url("../img/icon01.png");
  position: absolute;
  left: 0;
}
.news-list {
  margin-top: 20px;
  padding-right: 20px;
  height: 150px;
  overflow: auto;
  overflow-y: scroll;
}
.news-list::-webkit-scrollbar {
  border-radius: 5px;
  background: #F3F3F3;
  width: 8px;
}
.news-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #40C2F1;
}
.news-list .news-itme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px dotted #EFEFEF;
}
.news-list .news-itme dt {
  width: 20%;
  padding: 10px 0;
  color: #54B095;
}
.news-list .news-itme dd {
  flex: 1;
  padding: 10px;
}
.date-time {
  width: 48%;
}
.date-time .h3-ttl {
  padding-left: 7%;
}
.date-time .h3-ttl::before {
  content: url("../img/icon02.png");
  position: absolute;
  left: 0;
}
.tbl {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #EFEFEF;
  margin: 50px 0 15px;
}
.tbl th {
  padding: 10px 20px;
  text-align: center;
  font-weight: normal;
  background-color: #EFEFEF;
}
.tbl td {
  padding: 10px 20px;
  text-align: center;
  font-weight: normal;
  border-right: solid 1px #EFEFEF;
  color: #EF9E52;
}
.tbl .tbl-beige {
  background-color: #F5E1CA;
}
.tbl .tbl-black {
  color: #55555F;
}
.features {
  width: 100%;
  text-align: center;
}
.features .h3-ttl::before {
  content: url("../img/icon03.png");
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, -50%);
}
.features-inner {
  max-width: 1290px;
  width: 95%;
  margin: 50px auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-item {
  width: 31%;
}
.features-item .img-box {
  position: relative;
  height: 400px;
}
.features-item .features06 {
  margin-top: -25px;
}
.features-item .lead {
  width: 330px;
  padding: 14px 0;
  background-image: url("../img/orange.png");
  background-repeat: no-repeat;
  font-size: 1.8rem;
  color: #ffffff;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 0;
}
.features-item .green {
  background-image: url("../img/green.png");
}
.features-item .txt {
  font-size: 1.8rem;
  padding: 30px;
  text-align: left;
}
.greeting {
  position: relative;
  text-align: center;
  margin-top: 200px;
  padding-bottom: 480px;
  background-image: url("../img/greeting-bg02.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.greeting .h3-ttl::before {
  content: '';
  display: block;
  background-image: url("../img/greeting-bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 377px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.greeting .en {
  color: #E7F6E6;
}
.greeting-inner {
  max-width: 1580px;
  width: 95%;
  margin: 200px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.greeting-left {
  width: 50%;
  text-align: left;
}
.greeting-left .title {
  font-size: 3.8rem;
  color: #48B450;
  margin-bottom: 30px;
}
.greeting-left .doctor-pr {
  display: flex;
  margin-top: 100px;
}
.greeting-left .doctor-pr p {
  font-size: 2.8rem;
  color: #48B450;
  margin-left: 50px;
}
.greeting-left .doctor-pr span {
  font-size: 4.3rem;
  color: #55555F;
}
.trouble {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(#ffffff, #FFF8E8);
}
.trouble .en {
  color: #FFEABD;
}
.trouble-inner {
  max-width: 1580px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trouble-item {
  width: 31%;
  position: relative;
  margin-top: 100px;
}
.trouble-item .txt-box {
  width: 100%;
  position: absolute;
  top: 38%;
}
.trouble-item .txt-box .title {
  font-size: 3rem;
  color: #FF8815;
}
.trouble-item .txt-box ul {
  width: 80%;
  margin: 30px auto;
  padding-bottom: 30px;
  list-style: disc;
  text-align: left;
}
.trouble-item .txt-box .flex {
  justify-content: flex-end;
  border-bottom: dotted 1px #55555F;
}
.trouble-item .txt-box li {
  width: 90%;
  margin-left: 10%;
}
.trouble-item .txt-box .flex li {
  width: 45%;
  margin-left: 0;
}
.trouble-item .txt-box li::marker {
  color: #D7EBC0;
}
.trouble-item .txt-box .note {
  color: #A9A9A9;
}
.trouble-item .txt-box .list-orange {
  text-align: left;
  padding: 30px;
}
.trouble-item .txt-box .list-orange span {
  color: #FF8815;
}
.medical {
  background-image: url("../img/medical-bg.png");
  background-repeat: no-repeat;
  height: 604px;
  padding-top: 200px;
  text-align: center;
}
.medical .en {
  color: #FFEABD;
}
.medical p {
  margin: 50px 0 100px;
  line-height: 2;
}
.googlemap {
  width: 100%;
  padding: 200px 0;
  text-align: center;
  background-color: #A8A8A8;
}
.googlemap p {
  font-size: 3.6rem;
}
.footer-inner {
  max-width: 1580px;
  width: 95%;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-left {
  width: 50%;
}
.footer-left .f-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.footer-left .btn-item {
  width: 48%;
}
.footer-right {
  width: 50%;
  text-align: center;
}
.footer-right .lead {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-right .green {
  color: #48B450;
  font-size: 3rem;
}
.footer-right .green-box {
  width: 75%;
  color: #48B450;
  background-color: #F8FCE8;
  padding-bottom: 10px;
  margin: 0 auto 50px;
  font-weight: bold;
}
.footer-right .green-box span {
  font-size: 4rem;
}
.footer-right .orange {
  color: #FF8815;
  font-size: 3rem;
}
.footer-right .orange-box {
  width: 75%;
  color: #FF8815;
  background-color: #FFECDB;
  padding-bottom: 10px;
  margin: 0 auto 50px;
  font-weight: bold;
}
.footer-right .orange-box span {
  font-size: 4rem;
}
.footer-nav {
  height: 308px;
  padding-top: 50px;
  text-align: center;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
}
.footer-nav .nav-menu ul {
  width: 70%;
  margin: 0 auto;
}
.footer-nav .nav-menu ul li a {
  color: #55555F;
}
.footer-nav .nav-menu ul li a span {
  color: #B0D3A5;
}
.copyright {
  text-align: center;
  font-size: 1.5rem;
  color: #B0D3A5;
  margin-top: 50px;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.main-head {
  text-align: center;
  position: relative;
  margin-bottom: 300px;
  background-image: url(../img/sub/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 46vh;
}
.main-head::before {
  width: 100%;
  height: 1342px;
  content: '';
  display: block;
  background-image: url("../img/sub/sub-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%);
}
.page-ttl {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}
.system {
  position: relative;
  text-align: center;
  margin-bottom: 300px;
}
.system-inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto;
}
.system-box {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.system-inner .lead {
  width: 70%;
  margin: 0 auto;
}
.system-tbl {
  max-width: 500px;
  width: 95%;
  margin: 30px auto;
  border: solid 1px #EFEFEF;
  border-collapse: collapse;
}
.system-tbl th {
  width: 50%;
  text-align: left;
  padding: 15px;
  background-color: #F8FCE8;
}
.system-tbl td {
  padding: 15px;
  border-left: 1px solid #EFEFEF;
}
.system-inner .note {
  max-width: 500px;
  width: 95%;
  text-align: left;
  margin: 0 auto;
  font-size: 1.8rem;
}
.flow {
  position: relative;
  text-align: center;
}
.flow .en {
  color: #FFEABD;
}
.flow-inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto 0;
}
.flow-box {
  background-color: #ffffff;
  padding: 50px;
  text-align: left;
  border: 3px solid #EF9E52;
  border-radius: 20px;
  margin: 20px 0;
}
.flow-box .flex {
  margin-top: 30px;
  justify-content: space-between;
}
.flow-box .title {
  font-size: 3rem;
  border-bottom: dotted 2px #EF9E52;
  padding-bottom: 20px;
}
.flow-box .title span {
  background-color: #EF9E52;
  border-radius: 5px;
  padding: 5px 8px;
  color: #ffffff;
  margin-right: 20px;
}
.flow-left {
  width: 70%;
}
.flow-right {
  width: 24%;
  line-height: 0;
}
.flow-right img {
  border-radius: 20px;
}
.flow-down {
  display: inline-block;
  vertical-align: middle;
  color: #EF9E52;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.about {
  position: relative;
  text-align: center;
  margin-bottom: 300px;
}
.about-inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto;
}
.about-inner .flex {
  justify-content: space-between;
}
.about-left {
  width: 48%;
  text-align: left;
}
.about-right {
  width: 48%;
}
.sub-trouble {
  position: relative;
  text-align: center;
  margin-bottom: 300px;
}
.sub-trouble_inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto;
}
.sub-trouble .en {
  color: #FFEABD;
}
.sub-trouble_flex {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.sub-trouble_left {
  width: 55%;
  text-align: left;
}
.sub-trouble_left .title {
  position: relative;
  font-size: 4rem;
  padding-left: 5%;
  margin-bottom: 20px;
}
.sub-trouble_left .title::before {
  content: url(../img/sub/icon.png);
  position: absolute;
  left: 0;
}
.sub-trouble_box {
  padding: 50px;
  background-color: #FFFCF3;
  border-radius: 20px;
}
.sub-trouble_box .lead {
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: dotted 2px #EF9E52;
}
.sub-trouble_box .flex {
  justify-content: flex-start;
}
.sub-trouble_box .flex ul {
  width: 28%;
  margin-left: 5%;
  list-style: disc;
}
.sub-trouble_box .flex li::marker {
  color: #EF9E52;
}
.sub-trouble_right {
  width: 37%;
  line-height: 0;
}
.greeting-sub {
  position: relative;
  text-align: center;
  margin-bottom: 300px;
}
.greeting-sub .flex {
  max-width: 1580px;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}
.greeting-sub_box {
  width: 40%;
  min-height: 160px;
  position: relative;
  background-color: #F8FCE8;
  border-radius: 20px;
  padding: 50px;
  text-align: left;
}
.greeting-sub_box::before {
  content: url("../img/sub/pattern.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.greeting-sub_box .title {
  color: #48B450;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.greeting-sub_box ul {
  list-style: disc;
  margin-left: 5%;
  position: relative;
  z-index: 1
}
.greeting-sub_box li::marker {
  color: #48B450;
}
.about-clinic {
  position: relative;
  text-align: center;
  margin-bottom: 200px;
}
.about-clinic_inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto;
}
.about-clinic_inner .flex {
  justify-content: space-between;
  margin-bottom: 100px;
  text-align: left;
}
.about-clinic_left {
  width: 50%;
  text-align: left;
}
.about-clinic_right {
  width: 45%;
}
.about-clinic_list .about-clinic_itme {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.about-clinic_list .about-clinic_itme dt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  width: 25%;
  padding: 10px 20px;
  background-color: #F8FCE8;
  border: solid 1px #EFEFEF;
}
.about-clinic_list .about-clinic_itme dd {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
  padding: 10px 20px;
  background-color: #ffffff;
  border: solid 1px #EFEFEF;
}
.map-box {
  width: 100%;
  padding: 200px 0;
  background-color: #E2E2E2;
  text-align: center;
}
.facility {
  position: relative;
  text-align: center;
}
.facility .en {
  color: #E7F6E6;
}
.facility .txt {
  margin: 30px 0;
}
.facility-inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility-box {
  width: 33%;
  position: relative;
  line-height: 0;
  margin-bottom: 50px;
}
.facility-box .title {
  background-color: #ffffff;
  color: #48B450;
  font-weight: bold;
  padding: 20px 40px;
  position: absolute;
  left: 13px;
  bottom: 10px;
}
.qa {
  position: relative;
  text-align: center;
}
.qa-inner {
  max-width: 1580px;
  width: 95%;
  margin: 50px auto;
}
.qa .txt {
  margin: 50px 0;
}
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.accordion-container {
  margin-top: 50px;
}
.accordion-title {
  padding: 25px 60px 25px 95px;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: left;
  display: flex;
  align-items: center;
}
.accordion-title span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #48B450;
  color: #ffffff;
  border-radius: 10px;
  line-height: 2;
  margin-right: 25px;
}
.accordion-content {
  display: none;
  padding: 25px 20px 25px 95px;
  margin-top: 30px;
  background-color: #FFFCF3;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.accordion-content .answer {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #EF9E52;
  color: #ffffff;
  line-height: 2;
  margin-right: 30px;
  border-radius: 10px;
}
.accordion-content p {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
}
.accordion-item {
  color: #55555F;
  margin-bottom: 20px;
}
.icon-q {
  position: absolute;
  left: 1%;
  bottom: -3%;
}
.accordion-item .accordion-title {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 5px #55555F;
  border-top: solid 5px #55555F;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 25%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 20px;
}
.accordion-title.open::after {
  top: 40%;
  transform: rotate(-45deg);
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  #l-header .inner {
    width: 98%;
  }
  #l-header .head-right {
    width: 65%;
  }
  .main-ttl {
    width: 75%;
  }
  .trouble-item .txt-box ul {
    margin: 10px auto;
    padding-bottom: 10px;
  }
  .trouble-item .txt-box .list-orange {
    padding: 20px 30px;
  }
  .main-head {
    margin-bottom: 400px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
  #l-header {
    height: 320px;
  }
  #logo {
    width: 100%;
  }
  #l-header .head-right {
    width: 100%;
  }
  .nav-menu ul li {
    width: 16%;
  }
  .main-txt {
    font-size: 4rem;
  }
  .notice {
    width: 100%;
  }
  .date-time {
    width: 100%;
    margin-top: 50px;
  }
  .features-item {
    width: 48%;
  }
  .greeting-left {
    width: 100%;
  }
  .greeting-right {
    width: 100%;
    margin-top: 50px;
  }
  .trouble-item {
    width: 48%;
  }
  .footer-left {
    width: 100%;
    text-align: center;
  }
  .footer-right {
    width: 100%;
    margin-top: 100px;
  }
  .footer-nav .nav-menu ul {
    width: 95%;
  }
  .main-head {
    background-position: 70%;
  }
  .sub-trouble_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-trouble_right {
    width: 100%;
  }
  .greeting-sub_box {
    width: 37%;
  }
  .map {
    width: 100%;
    margin-top: 50px;
  }
  .facility-box {
    width: 49%;
  }
}
@media (max-width: 820px) {
  .trouble-item {
    width: 100%;
  }
  .trouble-item .txt-box {
    width: 70%;
    left: 15%;
  }
  .about-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .about-right {
    width: 100%;
  }
  .greeting-sub_box {
    width: 100%;
    margin-bottom: 50px;
  }
  .about-clinic_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .about-clinic_right {
    width: 100%;
  }
  .accordion-title {
    font-size: 1.8rem;
  }
  .accordion-content p {
    font-size: 1.8rem;
  }
  .accordion-title span {
    top: 15px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-header {
    height: 140px;
  }
  .sp-header h1 {
    width: 70%;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 5px;
  }
  .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 10px;
    top: 20px;
    width: 58px;
    height: 58px;
    background-color: #EF9E52;
  }
  .black-bg ul {
    width: 260px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .black-bg ul li {
    text-align: center;
    padding: 40px 0 0;
  }
  .black-bg ul li:last-child {
    border-bottom: none;
  }
  .black-bg ul li a {
    color: #A76758;
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }
  .black-bg ul li a span {
    display: block;
    color: #EF9E52;
    font-size: 1.5rem;
  }
  .line {
    position: absolute;
    left: 24%;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    top: 19%;
  }
  .line:nth-child(2) {
    top: 35%;
    left: 24%;
  }
  .line:nth-child(3) {
    top: 50%;
    left: 24%;
  }
  .hamb-text {
    position: absolute;
    left: 20%;
    bottom: 7%;
    font-size: 12px;
    color: #ffffff;
  }
  .black-bg {
    position: fixed;
    background: #FFEABD;
    top: 0;
    right: -450px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 10;
  }
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  #hamb.active .line {
    background-color: #ffffff;
  }
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
  .animation {
    transition: all .6s;
  }
  .main-txt {
    font-size: 3.5rem;
  }
  .main::before {
    background-image: url("../img/sp/forest.png");
    height: 975px;
    top: 78%;
  }
  .information {
    background-color: inherit;
    margin: 20px auto 150px;
    padding: 0 20px;
  }
  .h3-ttl {
    font-size: 2.8rem;
  }
  .h3-ttl .en {
    font-size: 5.7rem;
  }
  .notice .h3-ttl {
    padding-left: 12%;
  }
  .news-list .news-itme dt {
    width: 100%;
  }
  .news-list .news-itme dd {
    padding: 0;
  }
  .date-time .h3-ttl {
    padding-left: 15%;
  }
  .tbl {
    table-layout: fixed;
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .tbl .tbl-beige {
    width: 35%;
  }
  .tbl th {
    padding: 10px 0;
  }
  .tbl td {
    padding: 10px 0;
    background-color: #ffffff;
  }
  .features-item {
    width: 50%;
  }
  .features-item .img-box {
    height: auto;
  }
  .features-item .lead {
    width: 166px;
    background-image: url("../img/sp/orange.png");
    font-size: 1.5rem;
    padding: 0;
  }
  .features-item .green {
    background-image: url(../img/sp/green.png);
    height: 29px;
    line-height: 1.8;
  }
  .features-item .txt {
    font-size: 1.5rem;
    padding: 10px;
  }
  .greeting {
    margin-top: 150px;
    background-image: url("../img/sp/greeting-bg02.png");
    padding-bottom: 155px;
  }
  .greeting .h3-ttl::before {
    background-image: url("../img/sp/greeting-bg01.png");
    height: 147px;
    top: 0;
  }
  .greeting-inner {
    margin-top: 50px;
  }
  .greeting-left .title {
    font-size: 2.5rem;
  }
  .greeting-left .doctor-pr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: right;
  }
  .greeting-left .doctor-pr p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .greeting-left .doctor-pr span {
    font-size: 3rem;
  }
  .trouble-item {
    margin-top: 50px;
  }
  .trouble-item .txt-box {
    width: 90%;
    left: 5%;
  }
  .trouble-item .txt-box .title {
    font-size: 2.4rem;
  }
  .medical {
    padding: 200px 20px 0;
  }
  .medical p {
    margin: 50px 0;
    text-align: left;
  }
  .medical a {
    display: flex;
    justify-content: center;
  }
  .footer-inner {
    margin: 50px auto;
  }
  .footer-left .f-btn {
    flex-wrap: wrap;
  }
  .footer-left .btn-item {
    width: 80%;
  }
  .footer-right .green-box {
    width: 100%;
  }
  .footer-right .orange-box {
    width: 100%;
  }
  .footer-nav {
    background-image: url("../img/sp/footer-bg.png");
    height: 55px;
    padding-top: 25px;
  }
  .copyright {
    margin-top: 0;
  }
  .main-head {
    margin-bottom: 100px;
    background-position: 80%;
  }
  .main-head::before {
    background-image: url("../img/sp/forest.png");
    height: 975px;
    top: 50%;
  }
  .system {
    margin-bottom: 150px;
  }
  .system-box {
    padding: 20px;
  }
  .system-inner .lead {
    width: 100%;
    text-align: left;
  }
  .system-inner .note {
    font-size: 1.4rem;
  }
  .flow-box .title {
    font-size: 2rem;
  }
  .flow-box {
    padding: 20px;
  }
  .flow-left {
    width: 100%;
  }
  .flow-right {
    width: 95%;
    margin: 0 auto 30px;
  }
  .flow-box .flex {
    flex-direction: column-reverse;
  }
  .about {
    margin-bottom: 150px;
  }
  .sub-trouble {
    margin-bottom: 150px;
  }
  .sub-trouble_box {
    padding: 20px;
  }
  .sub-trouble_left .title {
    font-size: 2.8rem;
    padding-left: 10%;
  }
  .sub-trouble_box .flex ul {
    width: 45%;
    margin-left: 5%;
  }
  .greeting-sub_box {
    padding: 20px;
  }
  .greeting-sub {
    margin-bottom: 150px;
  }
  .about-clinic_list .about-clinic_itme dt {
    width: 100%;
  }
  .map-box {
    padding: 100px 0;
  }
  .facility-box {
    width: 100%;
  }
  .about-clinic .en {
    font-size: 5rem;
  }
  .facility-box .title {
    left: 10px;
  }
}
@media (max-width: 320px) {
  .information {
    margin-top: 50px;
  }
  .features-item {
    width: 100%;
  }
  .trouble-item .txt-box ul {
    width: 90%;
  }
  .trouble-item .txt-box .flex li {
    width: 46%;
    font-size: 1.4rem;
  }
  .trouble-item .txt-box .note {
    font-size: 1.4rem;
  }
  .trouble-item .txt-box .list-orange {
    padding: 10px;
    font-size: 1.4rem;
  }
}