@charset "utf-8";

/* CSS Document */

.patientinfo-box{
}
.patientinfo-box-row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -20px;
}
.patientinfo-box-col{
width: 100%;
padding: 20px;
}
.patientinfo-box-col.img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.patientinfo-box-col.facility{
width: 65%;
}
.patientinfo-box-col.menu{
width: 35%;
}
.patientinfo-img {
    width: 100%;
    margin: 0 auto;
  padding: 10px;
}
.patientinfo-img:before {
    content: "";
    background-color: #2e3192;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 90%;
    z-index: 0;
    border-radius: 10px;
}
.patientinfo-img:after {
    content: "";
    background-color: #3eaf7c;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 90%;
    height: 90%;
    z-index: 0;
    border-radius: 10px;
}
.patientinfo-imgscale {
    padding-top: 60.03%;
    width: 100%;
    z-index: 1 ;
}
.patientinfo-imgscale-ratio{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.patientinfo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.patientinfo-slide{
margin: 0 auto;
}
.patientinfo-slide .slick-list{
margin: 0 -20px;
}
.patientinfo-slide .slick-slide{
padding: 0 20px;
}

.patientinfo-box,
.patientinfo-slide{
max-width: 1250px;
}
.patientinfo-img{
}
ul.list-facility {
    list-style: none;
    margin: -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.list-facility li {
    width: 100%;
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    margin: 0;
    padding: 10px;
}
ul.patientinfolist-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.patientinfolist-menu li {
    padding: 20px 30px;
    margin: 0;
    border-bottom: 1px solid #CCC;
}
.patientinfolist-menu li a {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.time-table{
margin: 40px 0;
box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
}
.time-table-row{
display: flex;
padding: 20px 10px 0 10px;
border-bottom: 0;
}
.time-table-col{
flex: 1;
padding: 0 10px 20px 10px;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
.time-table-col:first-child{
text-align: left;
}
.time-table-row.header{
background-color: #2e3192;
color: #FFF;
padding: 10px;
border-bottom: 0;
}
.time-table-row.subheader{
background-color: #ebebeb;
color: #999999;
padding: 10px;
border-bottom: 0;
}
.time-table-row.header .time-table-col,
.time-table-row.subheader .time-table-col{
padding: 0 10px;
border-bottom: 0;
}

.header .time-table-col{
width: 100%;
}
.time-table-row:last-of-type .time-table-col{
border-bottom: 0;
}

@media screen and (max-width:768px) {
.list-facility li{
width: 50%;
}
.list-facility li img{
width: auto;
height: auto;
max-height: 24px;
}
.patientinfo-box-col.facility,
.patientinfo-box-col.menu {
    width: 100%;
}
}