@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic";
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}

a {
  transition: all 0.3s linear;
}

img {
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
    text-decoration: none;
  }
  #container a[href*="tel:"] {
    text-decoration: none;
    color: #333;
  }
}
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#wrapper::before, #wrapper::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
#wrapper::before {
  width: 64vw;
  height: 64vw;
  top: 10%;
  left: -10%;
  background: #FFF8F8;
  background: radial-gradient(circle, rgb(255, 248, 248) 60%, rgba(255, 248, 248, 0) 70%);
  z-index: -999;
}
#wrapper::after {
  width: 55vw;
  height: 55vw;
  top: 17.5%;
  right: -25%;
  background: #FBFBEF;
  background: radial-gradient(circle, rgb(251, 251, 239) 50%, rgba(238, 245, 237, 0) 70%);
  z-index: -998;
}

main {
  text-align: left;
  line-height: 1.6;
}

.c-section01 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .c-section01 {
    width: auto;
    margin: 0 60px;
  }
}
.c-inner01 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .c-inner01 {
    width: auto;
    margin: 0 60px;
  }
}
.c-head01 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}

.c-head02 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.c-head03 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}

.c-list01 li {
  list-style: disc;
  margin-left: 1.5em;
}

.c-list02 li {
  position: relative;
  padding-left: 20px;
}
.c-list02 li::before, .c-list02 li::after {
  position: absolute;
  content: "";
  display: block;
}
.c-list02 li::before {
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
  background: #EF7171;
  border-radius: 2px;
}
.c-list02 li::after {
  width: 6px;
  height: 6px;
  top: 10px;
  left: 3px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.c-number-list01 li {
  list-style: decimal;
  margin-left: 25px;
}

.c-button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 190px;
  height: 40px;
  background: #D23566;
  border-radius: 50vh;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  margin: 8px auto 0 auto;
}
.c-button01:hover {
  opacity: 0.7;
}

.color_att {
  color: #DB0000;
}

.bold {
  font-weight: 500;
}

.c-link01:link,
.c-link02:link {
  color: #C40A44;
  text-decoration: underline;
}
.c-link01:hover, .c-link01:active,
.c-link02:hover,
.c-link02:active {
  color: #FF5E90;
  text-decoration: none;
}
.c-link01:visited,
.c-link02:visited {
  color: #333;
  text-decoration: underline;
}

.c-link02 {
  padding-right: 22px;
}
.c-link02::after {
  position: absolute;
  content: url(../images/icon-link01.svg);
  margin: 2.2px 0 0 3px;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

.fadein-load {
  animation: fadeIn 2.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header-mv-wrap {
  display: flex;
  width: 100%;
}

header {
  overflow: visible;
  position: relative;
  z-index: 100;
}
header a:link, header a:hover, header a:active, header a:visited {
  color: #000;
  text-decoration: none;
}

.header-menu {
  width: 270px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  text-shadow: 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
  margin: 50px 0 0 60px;
}

.header-menu-wrap {
  z-index: 10;
  transition: all 0.3s linear;
}

.header-logo {
  display: inline-block;
}
.header-logo__hosp {
  width: 170px;
}
.header-logo__hosp img {
  filter: drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 0px 3px rgb(255, 255, 255));
}
.header-logo__department {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 57px;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  margin-top: 15px;
}
.header-logo__department span {
  display: block;
  font-size: 15px;
  margin-top: 12px;
}

.header-text {
  margin-top: 1em;
}

.header-copy {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  overflow: visible;
}

.header-lead {
  width: 530px;
  font-weight: 500;
  margin-top: 1.2em;
}

.header-gnav {
  margin-top: 40px;
}
.header-gnav li {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
}
.header-gnav li a {
  transition: all 0.2s linear;
}
.header-gnav li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  border-top: solid 1px #D23566;
  margin: 5px 10px 0 0;
}
.header-gnav li a:hover {
  color: #D23566;
  margin: 5px 10px 0 3px;
}
.header-gnav li:nth-child(n+2) {
  margin-top: 15px;
}

.header-menu-mobile {
  display: none;
}

header.scroll-nav .header_menu_wrap {
  top: 50px;
}

.mv-wrap {
  width: 100%;
  position: relative;
}

.mainvisual-img,
.page-title-img {
  position: relative;
  height: 760px;
  overflow: hidden;
}
.mainvisual-img img,
.page-title-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.mainvisual-img {
  height: 760px;
}

.page-title {
  position: relative;
  height: 570px;
}
.page-title-img {
  height: 100%;
}
.page-title-text-wrap {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.page-title-text {
  position: relative;
  width: 300px;
  height: 150px;
  border-radius: 50%/100% 100% 0 0;
}
.page-title-text span {
  position: absolute;
  width: 300px;
  display: block;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.agetype-child .page-title-text {
  background: #F8E099;
}
.agetype-young .page-title-text {
  background: #F6D1D1;
}
.agetype-senior .page-title-text {
  background: #B4D5AE;
}

.toplink {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  padding-left: 20px;
  z-index: 99999;
}
.toplink::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: #D23566;
  border-radius: 50vh;
  margin: 2px 5px 0 0px;
}
.toplink::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 11.5px;
  left: 3px;
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.toplink:hover {
  opacity: 0.7;
}

.footer-info {
  line-height: 1.2;
}
.footer-info-wrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  margin: 0 auto;
}
.footer-info__corporation {
  font-size: 15.3px;
}
.footer-info__hospital {
  font-size: 28px;
}
.footer-info__address {
  margin-top: 10px;
}
.footer-info__tel-fax {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
.footer-info__tel-fax p {
  margin-top: 5px;
}
.footer-info__tel-fax span {
  margin-right: 0.5em;
}
.footer-info__tel-fax a {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.footer-info__tel-fax a span.number {
  font-size: 22px;
  margin-right: 0;
}
.footer-info-icon {
  display: flex;
  align-items: start;
  justify-content: flex-end;
}
.footer-info-icon a {
  display: flex;
  align-items: center;
  color: #D23566;
}
.footer-info-icon a img {
  width: auto;
  height: 22px;
  margin-right: 5px;
}
.footer-info-icon a:nth-child(n+2) {
  margin-left: 20px;
}
.footer-info-icon a:hover {
  opacity: 0.7;
}
.footer-nav {
  background: #F6FBF6;
  padding: 18px 30px;
}
.footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav-list__item {
  white-space: nowrap;
}
.footer-nav-list__item:nth-child(n+2) {
  margin-left: 30px;
}
.footer-copylight {
  font-size: 15px;
  text-align: center;
  padding: 15px;
}

.characteristic {
  padding-top: 60px;
}
.characteristic-container {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0 auto;
}
.characteristic-container__item {
  width: 31%;
  background: #fff;
  border: solid 1px #DF8181;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.12);
  padding: 0 28px 28px 28px;
}
.characteristic-number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #D23566;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin: -30px auto 15px auto;
}
.characteristic-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #D23566;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.characteristic-lead {
  margin-top: 12px;
  line-height: 1.5;
}

.treatment {
  width: 100%;
}
.treatment-wrap {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.treatment-title {
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
  position: relative;
  z-index: 12;
  margin-left: 5%;
}
.treatment-pic01 {
  width: 50%;
}
.treatment-pic01 img {
  margin-top: -5%;
  z-index: 11;
  position: relative;
}
.treatment-age {
  width: 50%;
  margin: 8% 0 0 -6%;
  position: relative;
  z-index: 13;
}
.treatment-age-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.treatment-age-item:nth-child(n+2) {
  margin-top: 4%;
}
.treatment-age-pic {
  width: 24%;
  max-width: 200px;
}
.treatment-age-pic img {
  border-radius: 50vh;
}
.treatment-age-text {
  flex: 1;
  margin-left: 4%;
}
.treatment-age-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.treatment-age-title,
.treatment-age p {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.treatment-age-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  border: solid 2px #fff;
  background: #ccc;
  border-radius: 50vh;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.treatment-pic-wrap {
  display: flex;
  justify-content: space-between;
  margin: -2% 0 0 23%;
}
.treatment-pic02 {
  width: 41.5%;
}
.treatment-pic03 {
  width: 50%;
  margin-top: -10%;
}

.agetype-child .treatment-age-pic img {
  border: solid 4px #F8E099;
}
.agetype-child .treatment-age-title {
  color: #915D10;
}
.agetype-child .treatment-age-button {
  background: #F8E099;
}
.agetype-child .treatment-age-button:hover {
  background: #FBCB3D;
}
.agetype-young .treatment-age-pic img {
  border: solid 4px #F6D1D1;
}
.agetype-young .treatment-age-title {
  color: #D23566;
}
.agetype-young .treatment-age-button {
  background: #F6D1D1;
}
.agetype-young .treatment-age-button:hover {
  background: #F59393;
}
.agetype-senior .treatment-age-pic img {
  border: solid 4px #B4D5AE;
}
.agetype-senior .treatment-age-title {
  color: #348017;
}
.agetype-senior .treatment-age-button {
  background: #B4D5AE;
}
.agetype-senior .treatment-age-button:hover {
  background: #76B56A;
}

.info {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(254, 242, 242) 20%, rgb(238, 242, 238) 100%);
  padding: 8% 0 90px 0;
  margin-top: -5%;
}

.time-table {
  width: 100%;
  margin-bottom: 1em;
}
.time-table th,
.time-table td {
  padding: 15px 10px;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}
.time-table th {
  background: #FFC4C4;
  font-weight: 500;
  text-align: center;
}
.time-table td {
  background: #fff;
}
.time-table tr th:nth-child(n+2) {
  width: 12%;
  border-left: solid 1px #fff;
}
.time-table tr td:nth-child(n+2) {
  width: 12%;
  border-left: solid 1px #FFC4C4;
}
.time-table tr td.border {
  border-left: solid 1px #FFC4C4;
}
.time-table tr:nth-child(n+2) td {
  border-top: solid 1px #FFC4C4;
}
.time-table .closed {
  color: #D23566;
  font-weight: 500;
}

.dr {
  margin-top: 50px;
}
.dr-container {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.dr-container__item {
  width: 48%;
  background: #fff;
  padding: 30px;
}
.dr-pic-info {
  display: flex;
}
.dr-pic {
  width: 30%;
  max-width: 130px;
  margin-top: -80px;
}
.dr-info {
  margin-left: 30px;
}
.dr-name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.dr-name__name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.dr-name__name ruby:first-child {
  margin-right: 0.5em;
}
.dr-name__name ruby rt {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.dr-name__job {
  font-weight: 500;
  margin-left: 0.5em;
}
.dr-title {
  font-size: 18px;
  font-weight: 500;
  color: #D23566;
  line-height: 1.2;
  margin-bottom: 10px;
}
.dr-title:nth-child(n+2) {
  margin-top: 20px;
}
.dr-career-table th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 0.6em;
}
.dr-career-table .month {
  white-space: nowrap;
  text-align: right;
  padding-right: 0.6em;
}

.contact-info-container {
  display: flex;
  justify-content: space-between;
  padding-top: 4.5%;
}
.contact-info-container__item {
  width: 48%;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}
.contact-info-container__item:hover {
  opacity: 0.7;
}
.contact-info-text {
  font-size: 15px;
  line-height: 1.5;
}
.contact-info-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #D23566;
  margin-top: 8px;
}
.contact-info-tel img {
  width: 30px;
}
.contact-info-tel span {
  font-size: 36px;
  margin-left: 8px;
}
.contact-info-icon {
  width: 27px;
}
.contact-info-title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #D23566;
  margin-top: 8px;
}

.drs-cosme {
  padding: 60px 0 80px 0;
}
.drs-cosme-intro {
  text-align: center;
}
.drs-cosme-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0 auto;
}
.drs-cosme-container__item {
  width: 31%;
}
.drs-cosme-title {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
}
.drs-cosme-title span {
  display: block;
  font-size: 15px;
}
.drs-cosme-lead {
  line-height: 1.5;
  margin: 10px 0 15px 0;
}

.sns {
  background: #F6FBF6;
  text-align: center;
  padding: 50px 0 70px 0;
}
.sns-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.sns-bnr-wrap {
  width: 100%;
  max-width: 670px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.sns-bnr {
  width: 48%;
  max-width: 320px;
}
.sns-bnr:hover {
  opacity: 0.7;
}

.facility {
  margin-top: 2px;
}
.facility-list {
  margin: 0;
}
.facility .slick-initialized .slick-slide {
  margin: 0 1px;
}

.age-intro {
  margin-top: 70px;
}
.age-intro-text {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.trouble {
  margin-top: 60px;
}
.trouble-container {
  background: #fff;
  border: 1px;
  border-style: solid;
  border-radius: 20px;
  padding: 0 60px 60px;
}
.trouble-title {
  width: 570px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0 12px 0;
  border-radius: 0 0 15px 15px;
  margin: 0 auto;
}
.trouble-title br {
  display: none;
}
.trouble-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.trouble-list__item {
  position: relative;
  width: 48%;
  border-top: solid 1px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0 15px 28px;
}
.trouble-list__item::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
  top: 18px;
  left: 0;
}
.trouble-list__item:nth-last-child(2) {
  border-bottom: solid 1px;
}
.trouble-list__item:last-child {
  border-bottom: solid 1px;
}

.agetype-child.trouble-container {
  border-color: #F8E099;
}
.agetype-child .trouble-title {
  background: #F8E099;
}
.agetype-child .trouble-list__item {
  border-color: #F8E099;
}
.agetype-child .trouble-list__item::before {
  background-image: url(../images/icon_check_child.svg);
}
.agetype-young.trouble-container {
  border-color: #F6D1D1;
}
.agetype-young .trouble-title {
  background: #F6D1D1;
}
.agetype-young .trouble-list__item {
  border-color: #F6D1D1;
}
.agetype-young .trouble-list__item::before {
  background-image: url(../images/icon_check_young.svg);
}
.agetype-senior.trouble-container {
  border-color: #B4D5AE;
}
.agetype-senior .trouble-title {
  background: #B4D5AE;
}
.agetype-senior .trouble-list__item {
  border-color: #B4D5AE;
}
.agetype-senior .trouble-list__item::before {
  background-image: url(../images/icon_check_senior.svg);
}

.disease {
  margin-top: 70px;
}
.disease-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.disease-title br {
  display: none;
}
.disease-text-note {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 20px 0;
}

.disease-accordion-title {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.disease-accordion-title:nth-child(n+2) {
  margin-top: 15px;
}
.disease-accordion-title__disease {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F6D1D1;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  padding: 12px 145px 12px 16px;
  min-height: 56px;
}
.disease-accordion-title__disease ruby {
  ruby-align: center;
}
.disease-accordion-title__disease small {
  font-size: 18px;
}
.disease-accordion-title__toggle-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 0;
  white-space: nowrap;
  background: #FBB1B1;
  border-radius: 0 8px 8px 0;
  display: block;
  width: 120px;
  height: 100%;
}
.disease-accordion-title__toggle-btn:before {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  right: 0;
  content: "開く";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.disease-accordion-contents {
  padding: 20px 0 25px 0;
}

.agetype-child .disease-text-note {
  color: #915D10;
}
.agetype-child .disease-accordion-title__disease {
  background: #F8E099;
}
.agetype-child .disease-accordion-title__toggle-btn {
  background: #F5CE58;
}
.agetype-young .disease-text-note {
  color: #D23566;
}
.agetype-young .disease-accordion-title__disease {
  background: #F6D1D1;
}
.agetype-young .disease-accordion-title__toggle-btn {
  background: #FBB1B1;
}
.agetype-senior .disease-text-note {
  color: #348017;
}
.agetype-senior .disease-accordion-title__disease {
  background: #D2E8CD;
}
.agetype-senior .disease-accordion-title__toggle-btn {
  background: #B3DBAC;
}

.selected.disease-accordion-title .disease-accordion-title__toggle-btn:before {
  content: "閉じる";
}

.disease-info {
  margin-top: 30px;
}
.disease-info p {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.disease-info-btn-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.disease-info-btn {
  width: 32%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #D23566;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1;
  color: #D23566;
  text-align: center;
}
.disease-info-btn[href*="tel:"] {
  color: #D23566;
}
.disease-info-btn:hover {
  opacity: 0.7;
}
.disease-info-btn img {
  height: 36px;
  margin-bottom: 10px;
}

.age-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(254, 242, 242) 20%, rgb(238, 242, 238) 100%);
  margin-top: -60px;
  padding-bottom: 50px;
}
.age-link-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  padding-top: 120px;
  margin-bottom: 30px;
}
.age-link-list {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 120px);
  max-width: 740px;
}
.age-link-list__item {
  width: 27%;
  max-width: 200px;
}
.age-link-list__item img {
  width: 100%;
  border-radius: 50%;
  border-color: #B9B9B9;
  border-width: 4px;
  border-style: solid;
  filter: grayscale(0.8);
  transition: all 0.3s linear;
}
.age-link-list__item a img {
  filter: grayscale(0);
}
.age-link-list__item p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #5E5E5E;
  margin-top: 12px;
}
.age-link-list__item p span::before {
  content: "・";
}
.age-link-list__item.agetype-child a img {
  border-color: #F8E099;
}
.age-link-list__item.agetype-child a:hover img {
  border-color: #F5C63D;
}
.age-link-list__item.agetype-child a p {
  color: #915D10;
}
.age-link-list__item.agetype-young a img {
  border-color: #F5BABA;
}
.age-link-list__item.agetype-young a:hover img {
  border-color: #E98EAA;
}
.age-link-list__item.agetype-young a p {
  color: #D23566;
}
.age-link-list__item.agetype-senior a img {
  border-color: #B4D5AE;
}
.age-link-list__item.agetype-senior a:hover img {
  border-color: #82B578;
}
.age-link-list__item.agetype-senior a p {
  color: #348017;
}

@media screen and (max-width: 900px) {
  #wrapper::before {
    top: 5%;
    left: -12%;
  }
  #wrapper::after {
    top: 8%;
    right: -20%;
  }
  .c-section01 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .c-inner01 {
    margin: 0 30px;
  }
  .c-head01 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .c-head02 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .c-head03 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .c-button01 {
    max-width: 160px;
  }
  .header-mv-wrap {
    display: flex;
    width: 100%;
  }
  .header-menu {
    width: 80px;
    margin: 25px 0 0 20px;
  }
  .header-menu-wrap {
    top: 25px;
    left: 20px;
  }
  .header-logo__hosp {
    width: 105px;
  }
  .header-logo__department {
    font-size: 35px;
    margin-top: 15px;
  }
  .header-logo__department span {
    font-size: 12px;
    margin-top: 10px;
  }
  .header-copy {
    font-size: 26px;
    margin: 210px 0 0 10px;
  }
  .header-copy br {
    display: none;
  }
  .header-lead {
    width: calc(100vw - 60px);
    margin: 0.5em auto 0 10px;
  }
  .header-gnav {
    display: none;
  }
  .header-menu-mobile {
    display: block;
  }
  .header-gnav-hamburger {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s linear;
  }
  .header-gnav-hamburger span {
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 17px;
    background: #D23566;
    transition: 0.3s ease-in-out;
  }
  .header-gnav-hamburger span:nth-child(1) {
    top: 13px;
  }
  .header-gnav-hamburger span:nth-child(2) {
    top: 18px;
  }
  .header-gnav-hamburger span:nth-child(3) {
    top: 23px;
  }
  .header-gnav-hamburger p {
    position: absolute;
    bottom: 11px;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    line-height: 1;
    color: #D23566;
  }
  .header-gnav-hamburger.scroll-bg {
    background: rgba(255, 255, 255, 0.9);
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(-30deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(30deg);
  }
  .header-mobile-gnav ul {
    background: #fff;
    padding: 50px 0 30px 0;
    width: 100%;
  }
  .header-mobile-gnav ul li {
    list-style: none;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    line-height: 1.1;
  }
  .header-mobile-gnav ul li:nth-child(n+2) {
    margin-top: 25px;
  }
  .header-mobile-info {
    background: #FDF2F2;
    padding: 20px 20px 25px 20px;
  }
  .header-mobile-info__name {
    font-size: 15px;
    line-height: 1.2;
  }
  .header-mobile-info__name span {
    display: block;
    font-size: 28px;
  }
  .header-mobile-info__address {
    margin-top: 10px;
    line-height: 1.2;
  }
  .header-mobile-info__contact {
    width: 100%;
    max-width: 480px;
    display: flex;
    justify-content: space-between;
    margin: 15px auto 0 auto;
  }
  .header-mobile-info__contact a {
    width: 48.5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    background: #D23566;
    border-radius: 5px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    line-height: 1;
  }
  .header-mobile-info__contact a img {
    height: 20px;
    margin-bottom: 5px;
  }
  .header-mobile-subnav {
    background: #F6FBF6;
    padding: 20px;
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.2);
  }
  .header-mobile-subnav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-mobile-subnav-list__item:nth-child(n+2) {
    margin-left: 30px;
  }
  .header-menu-mobile-contents {
    position: fixed;
    top: 0;
    right: 0;
    padding-bottom: 70px;
    color: #000;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
  }
  .header-menu-mobile-contents.active {
    opacity: 1;
    pointer-events: auto;
  }
  .mainvisual {
    margin: 0 0 70px 40px;
  }
  .mainvisual-img {
    height: 370px;
  }
  .page-title {
    height: 320px;
  }
  .page-title-text-wrap {
    left: 25px;
  }
  .page-title-text {
    width: 210px;
    height: 105px;
  }
  .page-title-text span {
    top: 56%;
    font-size: 22px;
  }
  .toplink {
    display: none;
  }
  .footer-info-wrap {
    padding: 30px 0;
  }
  .footer-copylight {
    padding: 10px;
  }
  .characteristic {
    padding-top: 25px;
  }
  .characteristic-container {
    margin: 40px auto 0 auto;
  }
  .characteristic-container__item {
    width: 31.4%;
    padding: 0 15px 15px 15px;
  }
  .characteristic-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    margin: -20px auto 5px auto;
  }
  .characteristic-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2em;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .characteristic-lead {
    margin-top: 10px;
  }
  .treatment {
    width: 100%;
  }
  .treatment-wrap {
    flex-direction: column;
    margin-top: 50px;
  }
  .treatment-title {
    font-size: 26px;
    margin-left: 30px;
  }
  .treatment-title br {
    display: none;
  }
  .treatment-pic01 {
    width: 100%;
  }
  .treatment-pic01 img {
    margin-top: -15px;
    width: 84%;
  }
  .treatment-age {
    width: auto;
    margin: -50px 30px 0 30px;
  }
  .treatment-pic-wrap {
    margin: 4% 0 0 0;
  }
  .treatment-pic02 {
    width: 43%;
  }
  .treatment-pic03 {
    width: 50%;
    margin-top: -15%;
  }
  .info {
    padding: 15% 0 40px 0;
    margin-top: -10%;
  }
  .time-table th,
  .time-table td {
    font-size: 16px;
    padding: 12px 6px;
  }
  .dr {
    margin-top: 40px;
  }
  .dr-container {
    flex-direction: column;
    padding-top: 30px;
  }
  .dr-container__item {
    width: 100%;
  }
  .dr-container__item:nth-child(n+2) {
    margin-top: 65px;
  }
  .contact-info-container {
    padding-top: 25px;
  }
  .contact-info-container__item {
    padding: 15px;
  }
  .contact-info-tel {
    margin-top: 5px;
  }
  .drs-cosme {
    padding: 40px 0 45px 0;
  }
  .drs-cosme-intro {
    text-align: left;
  }
  .drs-cosme-container {
    margin: 20px auto 0 auto;
  }
  .drs-cosme-title {
    margin-top: 10px;
  }
  .drs-cosme-title span {
    font-size: 14px;
  }
  .drs-cosme-lead {
    font-size: 15px;
    margin: 8px 0 15px 0;
  }
  .sns {
    padding: 35px 0 50px 0;
  }
  .sns-bnr-wrap {
    margin: 25px auto 0 auto;
  }
  .age-intro {
    margin-top: 40px;
  }
  .age-intro-text {
    font-size: 18px;
    text-align: left;
  }
  .trouble {
    margin-top: 40px;
  }
  .trouble-container {
    padding: 0 45px 45px;
  }
  .trouble-list__item {
    width: 100%;
  }
  .trouble-list__item:nth-last-child(2) {
    border-bottom: none;
  }
  .disease {
    margin-top: 50px;
  }
  .disease-title {
    font-size: 26px;
  }
  .disease-info {
    margin-top: 40px;
  }
  .disease-info p {
    font-size: 20px;
  }
  .disease-info-btn-container {
    margin-top: 35px;
  }
  .disease-info-btn {
    width: 32%;
    height: 70px;
    font-size: 18px;
  }
  .disease-info-btn img {
    height: 20px;
    margin-bottom: 2px;
  }
  .age-link {
    margin-top: -50px;
    padding-bottom: 45px;
  }
  .age-link-title {
    padding-top: 90px;
    margin-bottom: 30px;
  }
  .age-link-list {
    width: calc(100% - 60px);
    max-width: 620px;
    margin: 0 30px;
  }
  .age-link-list__item {
    width: 30%;
    max-width: 180px;
  }
  .age-link-list__item img {
    width: 100%;
  }
  .age-link-list__item p {
    font-size: 18px;
  }
}
/* 900px end */
@media screen and (max-width: 600px) {
  #wrapper::before {
    width: 80vw;
    height: 80vw;
    top: 3%;
    left: -15%;
  }
  #wrapper::after {
    width: 70vw;
    height: 70vw;
    top: 5%;
    right: -25%;
  }
  .c-section01 {
    width: auto;
    margin: 0 20px;
  }
  .c-inner01 {
    margin: 0 20px;
  }
  .c-head01 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .c-head02 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  .c-head03 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .header-menu {
    width: 25px;
    margin: 15px 0 0 15px;
  }
  .header-menu-wrap {
    top: 25px;
    left: 20px;
  }
  .header-copy {
    font-size: 24px;
    margin: 200px 0 0 5px;
  }
  .header-copy br {
    display: block;
  }
  .header-lead {
    width: calc(100vw - 40px);
    margin: 0.5em auto 0 5px;
  }
  .header-mobile-subnav-list {
    flex-direction: column;
    text-align: left;
  }
  .header-mobile-subnav-list__item:nth-child(n+2) {
    margin: 5px 0 0 0;
  }
  .mainvisual {
    margin: 0 0 70px 40px;
  }
  .mainvisual-img {
    height: 345px;
  }
  .page-title {
    height: 250px;
  }
  .page-title-text-wrap {
    left: 15px;
  }
  .page-title-text {
    width: 150px;
    height: 75px;
  }
  .page-title-text span {
    width: 150px;
    top: 56%;
    font-size: 20px;
  }
  .footer-info-wrap {
    flex-direction: column;
    padding: 25px 0 25px 0;
  }
  .footer-info__tel-fax {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-info-icon {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .footer-nav {
    padding: 20px;
  }
  .footer-nav-list {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-nav-list__item {
    white-space: nowrap;
  }
  .footer-nav-list__item:nth-child(n+2) {
    margin: 5px 0 0 0;
  }
  .footer-copylight {
    font-size: 13px;
    padding: 12px;
  }
  .characteristic {
    padding-top: 25px;
  }
  .characteristic-container {
    flex-direction: column;
    margin: 35px auto 0 auto;
  }
  .characteristic-container__item {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .characteristic-container__item:nth-child(n+2) {
    margin-top: 40px;
  }
  .characteristic-number {
    margin: -20px auto 10px auto;
  }
  .characteristic-title {
    min-height: auto;
    margin-bottom: 10px;
  }
  .characteristic-lead {
    margin-top: 10px;
  }
  .treatment-wrap {
    margin-top: 25px;
  }
  .treatment-title {
    font-size: 22px;
    margin-left: 20px;
  }
  .treatment-title br {
    display: block;
  }
  .treatment-pic01 img {
    margin-top: -15px;
    width: 92%;
  }
  .treatment-age {
    margin: -35px 20px 0 20px;
  }
  .treatment-age-item {
    flex-direction: column;
  }
  .treatment-age-item:nth-child(n+2) {
    margin-top: 35px;
  }
  .treatment-age-pic {
    width: 150px;
  }
  .treatment-age-text {
    margin-left: 0;
  }
  .treatment-age-title {
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
  }
  .treatment-age-button {
    width: 180px;
    height: 46px;
    font-size: 18px;
    margin: 10px auto 0 auto;
  }
  .treatment-pic-wrap {
    margin: 35px 0 0 0;
  }
  .treatment-pic02 {
    width: 42%;
    margin-top: 15%;
  }
  .treatment-pic03 {
    width: 53%;
    margin-top: 0;
  }
  .info {
    padding: 80px 0 35px 0;
    margin-top: -50px;
  }
  .x-scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1em;
  }
  .time-table {
    width: auto;
    margin-bottom: 0;
  }
  .time-table th,
  .time-table td {
    white-space: nowrap;
  }
  .time-table tr th:nth-child(n+2) {
    width: auto;
  }
  .time-table tr td:nth-child(n+2) {
    width: auto;
  }
  .dr {
    margin-top: 25px;
  }
  .dr-container {
    padding-top: 35px;
  }
  .dr-container__item {
    padding: 15px;
  }
  .dr-container__item:nth-child(n+2) {
    margin-top: 50px;
  }
  .dr-container__item:nth-child(n+2) .dr-pic {
    margin: -55px auto 15px auto;
  }
  .dr-pic-info {
    flex-direction: column;
  }
  .dr-pic {
    width: 120px;
    margin: -60px auto 15px auto;
  }
  .dr-info {
    margin-left: 0;
  }
  .dr-name {
    justify-content: center;
  }
  .contact-info-container {
    flex-direction: column;
    padding-top: 15px;
  }
  .contact-info-container__item {
    width: 100%;
    padding: 15px;
  }
  .contact-info-container__item:nth-child(n+2) {
    margin-top: 15px;
  }
  .contact-info-tel {
    margin-top: 5px;
  }
  .contact-info-tel img {
    width: 26px;
  }
  .contact-info-tel span {
    font-size: 28px;
    margin-left: 6px;
  }
  .contact-info-title {
    font-size: 24px;
  }
  .drs-cosme {
    padding: 30px 0 35px 0;
  }
  .drs-cosme-container {
    flex-direction: column;
    margin: 20px auto 0 auto;
  }
  .drs-cosme-container__item {
    width: 100%;
  }
  .drs-cosme-container__item:nth-child(n+2) {
    margin-top: 25px;
  }
  .sns {
    text-align: center;
    padding: 25px 0 35px 0;
  }
  .sns-text {
    font-size: 16.5px;
  }
  .sns-bnr-wrap {
    flex-direction: column;
    align-items: center;
    margin: 20px auto 0 auto;
  }
  .sns-bnr {
    width: 100%;
    max-width: 320px;
  }
  .sns-bnr:nth-child(n+2) {
    margin-top: 12px;
  }
  .age-intro {
    margin-top: 25px;
  }
  .age-intro-text {
    font-size: 18px;
  }
  .trouble {
    margin-top: 20px;
  }
  .trouble-container {
    padding: 0 20px 20px;
  }
  .trouble-title {
    width: 285px;
    font-size: 18px;
    padding: 10px 0 12px 0;
  }
  .trouble-title br {
    display: block;
  }
  .trouble-list {
    margin-top: 20px;
  }
  .trouble-list__item {
    font-size: 1em;
    line-height: 1.4;
    padding: 10px 0 10px 24px;
  }
  .trouble-list__item::before {
    width: 18px;
    height: 17px;
    background-size: 18px;
    top: 13px;
  }
  .disease {
    margin-top: 25px;
  }
  .disease-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .disease-title br {
    display: block;
  }
  .disease-text-note {
    font-size: 20px;
    margin: 20px 0 15px 0;
  }
  .disease-accordion-title:nth-child(n+2) {
    margin-top: 10px;
  }
  .disease-accordion-title__disease {
    font-size: 1em;
    padding: 10px 92px 10px 12px;
    min-height: 48px;
  }
  .disease-accordion-title__disease small {
    font-size: 0.9em;
  }
  .disease-accordion-title__toggle-btn {
    width: 80px;
  }
  .disease-accordion-title__toggle-btn:before {
    width: 80px;
    content: "開く";
    font-size: 1em;
  }
  .disease-accordion-contents {
    padding: 15px 0 20px 0;
  }
  _::-webkit-full-page-media, _:future, :root .disease-accordion-title__disease ruby {
    translate: 0 -0.2em;
  }
  _::-webkit-full-page-media, _:future, :root .disease-accordion-title__disease ruby rt {
    translate: 0 0.6em;
  }
  .disease-info {
    margin-top: 20px;
  }
  .disease-info p {
    font-size: 18px;
    text-align: left;
  }
  .disease-info-btn-container {
    margin-top: 20px;
  }
  .disease-info-btn {
    width: 48.5%;
    height: 60px;
    font-size: 18px;
  }
  .disease-info-btn:first-child {
    width: 100%;
    margin-bottom: 3%;
  }
  .age-link {
    margin-top: -30px;
    padding-bottom: 25px;
  }
  .age-link-title {
    font-size: 18px;
    padding-top: 55px;
    margin-bottom: 20px;
  }
  .age-link-list {
    width: calc(100% - 40px);
  }
  .age-link-list__item {
    width: 30%;
  }
  .age-link-list__item img {
    border-width: 2px;
  }
  .age-link-list__item p {
    font-size: 1em;
    margin-top: 5px;
  }
  .age-link-list__item p span {
    display: block;
  }
  .age-link-list__item p span::before {
    content: none;
  }
}
/* 600px end */
@media print {
  body {
    zoom: 50%;
  }
  #wrapper::before {
    width: 95vw;
    height: 95vw;
    top: 8%;
    left: -15%;
  }
  #wrapper::after {
    width: 85vw;
    height: 85vw;
    top: 13%;
    right: -15%;
  }
}/*# sourceMappingURL=style.css.map */