@charset "UTF-8";
/*院内写真 スライダーのcss */

.splide.hospital-splide {
  margin: 5vw calc(50% - 50vw);
  width: 100vw;
}

.hospital-splide .splide-wrapper {
  position: relative;
  overflow: hidden;
}

.hospital-splide .splide__track {
  overflow: hidden;
}

.hospital-splide .splide__list {
  display: flex;
  margin: 0;
  padding: 0;
}

.hospital-splide .splide__slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.hospital-splide .splide__slide img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 30px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .splide__arrow--prev {
    left: 5px;
  }
  
  .splide__arrow--next {
    right: 5px;
  }
}
/* 診察時間 */
.clinic-schedule thead tr th, .clinic-schedule tbody tr th, .clinic-schedule tbody tr td{
    font-weight: 500!important;
    font-size: 14px;
    padding: 10px 20px;
}
.clinic-schedule thead th, .clinic-schedule tbody th, .clinic-schedule tbody td{
  border-bottom: 1px solid #1eb7da;
}

.clinic-schedule tbody tr td img{
    display: block;
    margin: 0 auto;
}
p.situation {
    font-size: 14px;
    background: #1eb7da;
    padding: 5px;
    width: 110px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
}
p.situation.closed {
    background: #9d9b9b;
}
p.situation_text {
    font-size: 14px;
    margin-left: 20px;
}

.situation_flex {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.schedule_title img{
    width: 20px;
}
.schedule_title h2{
    font-size: 18px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 10px;
}
.clinic-schedule-flex {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 30px 0px 30px 0px;
    z-index: 2;
    position: relative;
}

.schedule_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    /* justify-content: space-around; */
    /* align-content: space-around; */
}
table.clinic-schedule {
    border-collapse: collapse;
}
p.situation_sub {
    font-size: 14px;
}
.footer_sche .clinic-schedule-flex{
  border-radius: 30px;
}
/*-------------------- 1165px以下--------------------*/
@media (max-width: 1165px) {
    .clinic-schedule thead tr th, .clinic-schedule tbody tr th, .clinic-schedule tbody tr td{
            padding: 10px 10px;
    }
    
}
/*-------------------- 1305px以下--------------------*/
@media (min-width: 600px) and  (max-width: 1305px){
.l-footer .clinic-schedule thead tr th, .l-footer .clinic-schedule tbody tr th, .l-footer .clinic-schedule tbody tr td {
    padding: 10px;
  }
  .l-footer .clinic-schedule-flex{
    justify-content: flex-start;
  }
  .fot_grop .schedule_title{
    padding: 0px 10px;
    margin-right: 10px;
}


}
@media (min-width: 640px) and  (max-width: 1023px){
  .l-footer .clinic-schedule-flex {
    width: 80%;
    margin-left: 0px !important;
}
}

@media (max-width: 639px){
.l-footer .clinic-schedule thead tr th, .l-footer .clinic-schedule tbody tr th, .l-footer .clinic-schedule tbody tr td {
    padding: 10px;
  }
}
@media (max-width: 600px){
.l-footer .clinic-schedule thead tr th, .l-footer .clinic-schedule tbody tr th, .l-footer .clinic-schedule tbody tr td {
    padding: 4px;
  }
  .l-footer .clinic-schedule-flex{
    justify-content: center;
  }
  .fot_grop .schedule_title{
    margin-right: 10px;
}
.hospital-splide .splide__slide img{
  border-radius: 20px;
}

.splide.hospital-splide {
    margin: 11vw calc(50% - 50vw);

}

}