@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.doctor-table {
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.doctor-table .gairai_table {
  margin: 0;
  border-spacing: 0;
  width: 1000px;
  table-layout: fixed;
}
.doctor-table .gairai_table td {
  white-space: nowrap;
  border: 1px solid #CCCCCC;
  background: #FFF;
  padding: 4px;
  line-height: 1.6;
  height: 60px;
  color: #4F4B3E;
  font-size: 1.6rem;
  text-align: center;
}
.doctor-table .gairai_table td.blue {
  background: #DFF4FF;
}
.doctor-table .gairai_table td.orange {
  background: #FFECCF;
}
.doctor-table .gairai_table td.pink {
  background: #FFDCEF;
}
.doctor-table .gairai_table td.purple {
  background: #E2D5FF;
}
.doctor-table .gairai_table td.green {
  background: #E3F9B2;
}
.doctor-table .gairai_table td.green02 {
  background: #BDF6C0;
}
.doctor-table .gairai_table td.yellow {
  background: #FFFEBC;
}
.doctor-table .gairai_table th {
  height: 60px;
  white-space: nowrap;
  border: 1px solid #CCCCCC;
  background: #F8F8ED;
  position: sticky;
  top: 0;
  left: 0;
  width: 12.5%;
  line-height: 1.4;
  font-weight: bold;
  color: #4F4B3E;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
}
.doctor-table .gairai_table th:nth-child(1) {
  width: 160px;
}
.doctor-table .gairai_table th.bb_none,
.doctor-table .gairai_table td.bb_none {
  border-bottom: none;
}
.doctor-table .gairai_table tr:first-child th {
  border-top: 1px solid #CCCCCC;
  z-index: 2;
  height: 40px;
}
.doctor-table .gairai_table tr:first-child th:nth-child(1) {
  z-index: 6;
}
.doctor-table .gairai_table tr th.th_header {
  padding: 0;
  border: 1px solid #CCCCCC;
  z-index: 3;
}
.doctor-table .gairai_table th.th_head1 {
  font-weight: bold;
  width: 110px;
  border-right: 0;
  border: 1px solid #CCCCCC;
  background: #F8F8ED;
  padding: 0;
  top: -150px;
  z-index: 5;
}
.doctor-table .gairai_table th.th_head2 {
  padding: 0;
  z-index: 0;
  width: 50px;
  position: sticky;
  top: -50px;
  left: 79px;
  background-color: #F3F3F3;
}
.doctor-table .gairai_table .td_blank {
  border-right: none;
  background-color: #fff;
  height: 8px;
  position: relative;
  z-index: 1;
  padding: 0;
  border-left: 0;
}
.doctor-table .td_blank.b-top {
  border-top: 1px solid #808080;
}
.doctor-table .td_dep {
  margin: 0;
  line-height: 1;
  font-size: 1.4rem;
}
.doctor-table .font_s {
  font-size: 1.2rem;
}
.doctor-table .font_pain {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1;
}
.doctor-table .gairai_table a {
  text-decoration: underline;
}
.doctor-table .gairai_table th.th_head1.riha {
  font-size: 1.4rem;
}

.medical-box {
  margin-bottom: 30px;
  background: #F8F8ED;
  border-radius: 20px;
  max-width: 1000px;
  margin: 60px auto 40px;
  padding: 22px 20px 45px;
}
@media screen and (min-width: 1025px) {
  .medical-box {
    padding: 22px 50px 45px;
  }
}
@media screen and (max-width: 767px) {
  .medical-box {
    padding: 26px 20px 20px;
  }
}
.medical-box__heading {
  font-weight: bold;
  color: #B29828;
  border-bottom: 1px dotted #B29828;
  padding-bottom: 4px;
  margin-bottom: 29px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .medical-box__heading {
    font-size: 2.2rem;
  }
}
.medical-box__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical-box__list-item:not(:last-child) {
  margin-bottom: 31px;
}
.medical-box__list-icon {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .medical-box__list-icon {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .medical-box__list-icon img {
    width: 82px;
  }
}
.medical-box__list-ct {
  padding-left: 35px;
  width: calc(100% - 164px);
}
@media screen and (max-width: 767px) {
  .medical-box__list-ct {
    padding-left: 0;
    width: 100%;
  }
}
.medical-box__list-ttl {
  color: #B29828;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .medical-box__list-ttl {
    text-align: center;
    font-size: 2rem;
  }
}

.medical-accordion {
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .medical-accordion {
    margin-bottom: 0;
  }
}
.medical-accordion__item:not(:last-child) {
  margin-bottom: 22px;
}
.medical-accordion__ttl {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 10px;
  background: #4BADE6;
  padding: 20px 55px 22px 51px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .medical-accordion__ttl {
    padding: 10px 40px 10px 40px;
    font-size: 1.8rem;
  }
}
.medical-accordion__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/info/icon-pen.svg") center no-repeat;
  background-size: contain;
  left: 19px;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .medical-accordion__ttl:before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 12px;
  }
}
.medical-accordion__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/info/icon-open.svg") center no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .medical-accordion__ttl:after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.medical-accordion__ttl.on::after {
  background: url("../img/info/icon-close.svg") center no-repeat;
  background-size: contain;
}
.medical-accordion__ttl:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.medical-accordion__ct {
  display: none;
  border-radius: 10px;
  background: #E9F6FD;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .medical-accordion__ct {
    padding: 20px;
  }
}
.medical-accordion__ct .c-txt__basic02 {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .medical-accordion__ct .c-txt__basic02 {
    margin-top: 12px;
  }
}

.sec-treatment02 {
  background: url("../img/info/bg-01.jpg") center no-repeat;
  background-size: cover;
}
.sec-treatment02 .inner {
  max-width: 1140px;
}
@media screen and (min-width: 1201px) {
  .sec-treatment02 .treatment-list {
    gap: 40px 27px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec-treatment02 .treatment-list__img {
  height: 138px;
}
.sec-treatment02 .treatment-list__ct {
  padding: 16px 30px 0;
}
.sec-treatment02 .treatment-list__ct-ttl {
  font-size: 2.8rem;
}

.fee-list__item:not(:last-child) {
  margin-bottom: 58px;
}
.fee-list__dl {
  margin-bottom: 18px;
  border-top: 1px solid #CCCCCC;
}
.fee-list__dl-item {
  border-bottom: 1px solid #CCCCCC;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fee-list__dt {
  min-height: 70px;
  width: 50%;
  text-align: center;
  color: #333;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #E9F6FD;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .fee-list__dt {
    min-height: 50px;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
  }
}
.fee-list__dd {
  width: 50%;
  text-align: right;
  line-height: 1.6;
  font-size: 1.6rem;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .fee-list__dd {
    width: 100%;
    padding: 9.5px 0;
    text-align: center;
  }
}
.fee-list__dd span {
  display: block;
}
.fee-list__dd .c-txt__basic02 {
  display: inline-block;
}
.fee-list__box {
  border-radius: 20px;
  background: #F8F8ED;
  padding: 21px 30px 39px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fee-list__box {
    padding: 20px;
  }
}
.fee-list__box-ttl {
  color: #B29828;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B29828;
  margin-bottom: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .fee-list__box-ttl {
    font-size: 2rem;
  }
}
.fee-list__box-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/info/icon-pen02.svg") center no-repeat;
  background-size: contain;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .fee-list__box-ttl:before {
    width: 20px;
    height: 20px;
  }
}
.fee-list__box .c-txt__basic02 {
  margin-top: 10px;
}

.hospital-box {
  background: #F8F8ED;
}

.list-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 45px;
}
.list-link__item a {
  display: block;
  color: #333;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
}
.list-link__item a .ani-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #4BADE6;
}
.list-link__item a .ani-arrow::before {
  background: url("../img/layout/ar-blue.svg") center no-repeat;
  background-size: contain;
}
.list-link__item a:hover {
  color: #4BADE6;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .sec-info {
    padding: 43px 0 23px;
  }
  .info-block {
    padding: 50px 0 0;
  }
  .sec-doctor {
    padding: 30px 0;
  }
  .sec-doctor .c-ttl__01 {
    margin-bottom: 35px;
  }
  .calendar-box {
    margin-bottom: 0;
  }
  .sec-medical {
    padding: 48px 0 12px;
    overflow: hidden;
  }
  .sec-medical .features-list {
    margin-top: 40px;
  }
  .sec-treatment02 {
    padding: 50px 0;
  }
  .sec-treatment02 .c-ttl__01 {
    margin-bottom: 35px;
  }
  .sec-fee {
    padding: 50px 0;
  }
  .sec-fee .c-ttl__01 {
    margin-bottom: 35px;
  }
  .sec-hospital {
    padding: 20px 0 60px;
  }
  .sec-hospital .c-ttl__01 {
    margin-bottom: 35px;
  }
  .hospital-box {
    border-radius: 10px;
    padding: 30px 15px;
  }
  .list-link__item {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sec-info {
    padding: 59px 0 23px;
  }
  .info-block {
    padding: 81px 0 0;
  }
  .sec-doctor {
    padding: 50px 0;
  }
  .sec-doctor .c-ttl__01 {
    margin-bottom: 50px;
  }
  .info-block .calendar-box__table tr th:first-child, .info-block .calendar-box__table tr td:first-child {
    width: 300px;
    text-align: center;
  }
  .info-block .calendar-box__note {
    margin-top: 19px;
  }
  .sec-medical {
    padding: 48px 0 12px;
  }
  .sec-medical .inner {
    max-width: 1140px;
  }
  .sec-medical .features-list {
    margin-top: 89px;
  }
  .sec-medical .features-list::after {
    display: none;
  }
  .sec-treatment02 {
    padding: 40px 0 76px;
  }
  .sec-treatment02 .c-ttl__01 {
    margin-bottom: 50px;
  }
  .sec-fee {
    padding: 63px 0 36px;
  }
  .sec-fee .c-ttl__01 {
    margin-bottom: 56px;
  }
  .sec-hospital {
    padding: 60px 0 100px;
  }
  .sec-hospital .c-ttl__01 {
    margin-bottom: 50px;
  }
  .hospital-box {
    border-radius: 20px;
    padding: 39px 10px;
  }
}
/*# sourceMappingURL=maps/info.css.map */
