
.top_mv_inner {
  position: relative;
}

.top_mv_inner .slick-slider {
  margin: 0;
}

.top_mv_slider_item .container {
  position: relative;
}

.top_mv_slider_item_img img {
  width: 100%;
}

.top_mv_slider_item_text {
  position: absolute;
  right: 0;
  top: 185px;
  width: 581px;
}

.top_mv_doctor {
  bottom: 0;
  display: block;
  left: 107px;
  position: absolute;
  width: 170px;
}

.top_mv_doctor:hover {
  opacity: 1;
}

.top_mv button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}

.top_mv .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top_mv .slide-arrow::before {
  color: #039;
  font-family: 'Font Awesome 5 Free';
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top_mv .prev-arrow {
  left: 0;
  z-index: 1;
}

.top_mv .prev-arrow::before {
  content: '\f137';
  left: 20px;
}

.top_mv .next-arrow {
  right: 0;
  z-index: 1;
}

.top_mv .next-arrow::before {
  content: '\f138';
  right: 20px;
}

.top_announcement {
  background-color: #fff;
  filter: drop-shadow(0 0 5px rgba(228, 187, 215, .7));
  margin: 70px auto;
  max-width: 900px;
  padding: 45px 0;
}

.top_announcement_inner {
  margin: 0 auto;
  max-width: 730px;
}

.top_announcement_title {
  background-color: #e667a2;
  color: #fff;
  display: table;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 30px;
  padding: 4px 10px;
  text-align: center;
}

.top_announcement_contect {
  display: flex;
  justify-content: center;
}

.top_announcement_desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-right: 30px;
  width: calc(100% - 240px);
}

.top_announcement_desc.no_img {
  padding-right: 0;
  width: 100%;
}

.top_announcement_img {
  width: 240px;
}

.top_announcement_img img {
  width: 100%;
}

.top_announcement_pdf {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.top_announcement_pdf_icon {
  margin-right: 20px;
  width: 25px;
}

.top_announcement_pdf_text {
  font-size: 1.6rem;
}

.top_main_top {
  text-align: center;
}

.top_main_title {
  border-bottom: 1px solid #039;
  border-top: 1px solid #039;
  color: #039;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 20px 40px;
  text-align: center;
}

.top_hospital {
  background-color: #f3fafe;
  padding: 60px 0;
}

.top_hospital_lists {
  margin: 0 auto;
  max-width: 1122px;
}

.top_hospital_lists_item {
  height: 260px;
  padding: 0 12px;
}

.top_hospital_lists_item_title {
  align-items: center;
  background-color: #039;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  font-size: 2.1rem;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 35px;
  min-height: 50px;
  text-align: center;
}

.top_hospital_lists_item_footer {
  padding: 0 15px;
  text-align: right;
}

.top_hospital_lists_item_btn {
  color: #039;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
}

.top_hospital_lists_item_btn::after {
  color: #039;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_hospital_lists_item_icon {
  border-radius: 50%;
  height: 115px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  width: 115px;
}

.top_hospital_lists_item_icon::after {
  background-color: #039;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  opacity: .78;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top_hospital_lists_item_icon_1 img {
  height: 75px;
  width: 75px;
}

.top_hospital_lists_item_icon_2 img {
  height: 70px;
  width: 70px;
}

.top_hospital_lists_item_icon_3 img {
  height: 61px;
  width: 70px;
}

.top_hospital_lists_item_icon_4 img {
  height: 78px;
  width: 75px;
}

.top_hospital_lists_item_icon_5 img {
  height: 49px;
  width: 74px;
}

.top_hospital_lists_item_icon_6 img {
  height: 33px;
  width: 63px;
}

.top_hospital_lists_item_icon img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.top_hospital_lists_item_inner {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  display: block;
  height: 100%;
  position: relative;
}

.top_hospital_lists_item_inner:hover {
  opacity: 1;
}

.top_hospital_lists_item_inner:hover .top_hospital_lists_item_img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.top_hospital_lists_item_img {
  border-radius: 10px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top_hospital_lists_item_img img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.top_hospital_lists_item_content {
  position: relative;
  z-index: 2;
}

.top_hospital_lists button {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}

.top_hospital_lists .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top_hospital_lists .slide-arrow::before {
  color: #039;
  font-family: 'Font Awesome 5 Free';
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top_hospital_lists .prev-arrow {
  left: 0;
  z-index: 1;
}

.top_hospital_lists .prev-arrow::before {
  content: '\f137';
  left: -40px;
}

.top_hospital_lists .next-arrow {
  right: 0;
  z-index: 1;
}

.top_hospital_lists .next-arrow::before {
  content: '\f138';
  right: -40px;
}

.top_hospital .container {
  position: relative;
}

.top_hospital .container::after {
  background-image: url(../img/top/img_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 88px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 93px;
}

.top_hospital .container::before {
  background-image: url(../img/top/img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 87px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 120px;
}

.top_facility {
  background-color: #fef8f3;
  margin-bottom: 60px;
  padding-bottom: 115px;
  padding-top: 60px;
}

.top_facility .container {
  position: relative;
}

.top_facility .container::after {
  background-image: url(../img/top/img5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 89px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 80px;
}

.top_facility .container::before {
  background-image: url(../img/top/img4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 93px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 93px;
}

.top_facility_top {
  text-align: center;
}

.top_facility_lists {
  display: flex;
  flex-wrap: wrap;
}

.top_facility_lists_item {
  margin-left: 24px;
  width: calc(25% - 18px);
}

.top_facility_lists_item a {
  border: 5px solid #fff;
  display: block;
  position: relative;
  transition: all .5s;
}

.top_facility_lists_item a:hover {
  opacity: 1;
}

.top_facility_lists_item a:hover .top_facility_lists_img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.top_facility_lists_bottom {
  bottom: -55px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.top_facility_lists_desc {
  background-color: #ee9e68;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px;
  text-align: center;
  width: max-content;
}

.top_facility_lists_img {
  overflow: hidden;
}

.top_facility_lists_img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.top_facility_lists_item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_facility_lists_item:nth-child(n + 5) {
  margin-top: 95px;
}

.top_notice {
  margin-bottom: 60px;
}

.top_notice .container {
  width: 1100px;
}

.top_notice_more {
  margin-bottom: 10px;
  text-align: right;
}

.top_notice_more_btn {
  color: #595757;
  display: inline-block;
  font-size: 1.6rem;
  padding-right: 15px;
  position: relative;
}

.top_notice_more_btn::after {
  background-image: url(../img/common/arrow_right_grey.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

.top_notice .top_main_title {
  margin-bottom: 30px;
}

.top_notice_inner {
  border: 1px solid #039;
  padding-bottom: 36px;
  padding-top: 40px;
}

.top_notice_lists {
  margin: 0 auto;
  max-width: 1000px;
}

.top_notice_lists_item {
  border-bottom: 1px dashed #c9caca;
  padding-bottom: 15px;
  padding-top: 15px;
}

.top_notice_lists_item a {
  align-items: center;
  display: flex;
}

.top_notice_lists_item_date {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 40px;
}

.top_notice_lists_item_text {
  font-size: 1.6em;
  line-height: 1.2;
}

.top_notice_lists_item:first-child {
  padding-top: 0;
}

.top_recommended {
  background-image: url(../img/top/bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding: 60px 0 115px;
}

.top_recommended_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 970px;
}

.top_recommended_lists_item {
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(142, 142, 142, .75));
  margin-left: 48px;
  width: calc((100% / 3) - 32px);
}

.top_recommended_lists_item_inner {
  display: block;
  position: relative;
}

.top_recommended_lists_item_inner_img img {
  width: 100%;
}

.top_recommended_lists_item_title {
  color: #039;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}

.top_recommended_lists_item_img {
  margin: 0 auto;
  width: 180px;
}

.top_recommended_lists_item_img img {
  width: 100%;
}

.top_recommended_lists_item_box {
  bottom: -55px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.top_recommended_lists_item_text {
  background-color: #039;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 30px;
  text-align: center;
  width: max-content;
}

.top_recommended_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.top_recommended_lists_item:nth-child(n + 4) {
  margin-top: 48px;
}

.top_map {
  height: 400px;
  width: 100%;
}

.top_map_box {
  height: auto;
}

.top_map iframe {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}
/* .top_map_box {
  position: relative;
  height: 100px;
} */
@media screen and (max-width: 767px) {
  .top_mv {
    position: relative;
    z-index: 1000;
  }
  .top_mv_slider_item_text {
    display: none;
  }
  .top_mv .slide-arrow::before {
    font-size: 3rem;
  }
  .top_mv_doctor {
    left: 10px;
    width: 93px;
  }
  .top_mv button {
    display: none;
  }
  .top_announcement {
    filter: drop-shadow(0 0 3px rgba(228, 187, 215, .7));
    margin: 30px 15px;
    max-width: inherit;
    padding: 35px 0;
  }
  .top_announcement_inner {
    max-width: inherit;
    padding: 0 15px;
  }
  .top_announcement_title {
    font-size: 2.2rem;
  }
  .top_hospital {
    padding: 50px 0;
  }
  .top_hospital .container::after {
    content: none;
  }
  .top_hospital .container::before {
    content: none;
  }
  .top_hospital_lists {
    margin: 0 auto;
    max-width: inherit;
  }
  .top_hospital_lists_item {
    padding: 0 0;
  }
  .top_hospital_lists .prev-arrow {
    left: 0;
  }
  .top_hospital_lists .next-arrow {
    right: 0;
  }
  .top_hospital_lists .next-arrow::before {
    right: 0;
  }
  .top_hospital_lists .prev-arrow::before {
    left: 0;
  }
  .slick-slider {
    margin-bottom: 15px;
  }
  .top_facility {
    background-color: #fef8f3;
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .top_facility .container::after {
    content: none;
  }
  .top_facility .container::before {
    content: none;
  }
  .top_facility_lists {
    margin: 0 30px;
  }
  .top_facility_lists_item {
    margin-bottom: 40px;
    margin-left: 0;
    width: 100%;
  }
  .top_facility_lists_item a {
    border: none;
  }
  .top_facility_lists_bottom {
    bottom: inherit;
    height: auto !important;
    left: inherit;
    position: relative;
    top: inherit;
    transform: none;
  }
  .top_facility_lists_bottom p {
    margin: -25px auto 0;
  }
  .top_facility_lists_desc {
    background-color: #ee9e68;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px;
    text-align: center;
    width: max-content;
  }
  .top_facility_lists_img {
    border: 5px solid #fff;
  }
  .top_facility_lists_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
  }
  .top_facility_lists_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .top_facility_lists_item:nth-child(n + 5) {
    margin-top: 0;
  }
  .top_facility_lists_item:last-child {
    margin-bottom: 0;
  }
  .top_notice {
    margin-bottom: 0;
  }
  .top_notice .container {
    width: auto;
  }
  .top_notice .top_main_title {
    margin-bottom: 40px;
  }
  .top_notice_inner {
    padding: 20px 0;
  }
  .top_notice_lists {
    margin: 0 auto;
    max-width: inherit;
    padding: 0 15px;
  }
  .top_notice_lists_item {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .top_notice_lists_item a {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .top_notice_lists_item_date {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .top_notice_lists_item_text {
    line-height: 1.4;
    width: 100%;
  }
  .top_notice_lists_item:first-child {
    padding-top: 0;
  }
  .top_recommended {
    margin-top: 50px;
    padding: 60px 0 120px;
  }
  .top_recommended_lists {
    display: block;
  }
  .top_recommended_lists_item {
    margin: 80px auto 0;
    width: 240px;
  }
  .top_recommended_lists_item:first-child {
    margin-bottom: 100px;
    margin-left: auto;
    margin-top: 0;
  }
  .top_map {
    display: block;
  }
  .top_map_box {
    height: auto;
  }
  .top_map_box.top_map_main {
    height: auto;
  }
  .top_main_title {
    padding-bottom: 21px;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 20px;
  }
  .top_announcement_contect {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .top_announcement_desc {
    margin-top: 20px;
    padding-right: 0;
    width: 100%;
  }
  .top_announcement_img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .top_announcement_pdf_text {
    font-size: 1.4rem;
  }
  .main_hours_sp_time {
    font-size: 1.3rem;
  }
  .top_facility_lists_item {
    margin-bottom: 40px;
  }
  .top_facility_lists_bottom {
    bottom: inherit;
  }
  .top_facility_lists_desc {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=top.css.map */
