.policy,
.subject,
.open-time,
.facility {
  padding-bottom: 4em;
}

.open-time .info {
  background-color: #ECCFB5;
  padding: 1em;
  border-radius: .4em;
}

.open-time .info .time-table {
  width: 100%;
  font-size: .9em;
  text-align: center;
  margin-bottom: .5em;
}

.open-time .info .time-table th,
.open-time .info .time-table td {
  border: 1px solid #777777;
  padding: .5em .1em;
}

.open-time .info .time-table th {
  font-weight: normal;
}

.open-time .info .time-table tbody th {
  width: 7.5em;
}

@media screen and (min-width: 768px) {
  .open-time .info .time-table tbody th {
    width: auto;
  }
}

.open-time .info .time-table tbody td {
  width: calc((100% - 7.5em) /7);
}

@media screen and (min-width: 768px) {
  .open-time .info .time-table tbody td {
    width: 10%;
  }
}

.open-time .info .text-box {
  border-bottom: 1px solid #777777;
  padding-bottom: 1em;
}

@media screen and (min-width: 992px) {
  .open-time .info .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .open-time .info .text-box .left {
    width: calc(100% - 10em);
  }
}

.open-time .info .text-box .time-discription {
  padding: 0 .2em;
}

@media screen and (min-width: 992px) {
  .open-time .info .text-box .time-discription {
    display: inline-block;
    margin-right: 1em;
  }
}

.open-time .info .text-box .time-discription:last-of-type {
  background-color: #FFF59F;
  border: 1px solid #777777;
  margin-bottom: .5em;
}

@media screen and (min-width: 992px) {
  .open-time .info .text-box .time-discription:last-of-type {
    width: 29em;
  }
}

.open-time .info .access {
  padding-top: 1em;
}

@media screen and (min-width: 992px) {
  .open-time .info .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .open-time .info .access .access-list {
    width: calc(100% - 11em);
  }
}

.open-time .info .access .access-list dt {
  background-color: #0064B6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em;
  font-size: 1.3em;
  margin-bottom: .5em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .open-time .info .access .access-list dt {
    float: left;
    padding: .2em .5em;
    margin-top: .2em;
    font-size: 1.2em;
  }
}

.open-time .info .access .access-list dt .footer_access-mark {
  margin-right: 1em;
}

.open-time .info .access .access-list dd {
  margin-bottom: .2em;
}

.open-time .info .access .map-btn {
  background-color: #57A9EC;
  color: #fff;
  position: relative;
  border-radius: .8rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
  position: relative;
  padding: .4em 0;
  margin-top: .5em;
}

@media screen and (min-width: 992px) {
  .open-time .info .access .map-btn {
    width: 12em;
    margin-left: 1em;
  }
}

.open-time .info .access .map-btn:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: .2em;
  width: calc(100% - .8em);
  top: .3em;
  bottom: .3em;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.in-hospital .room-list {
  padding-top: 2em;
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90em;
  }
}

@media screen and (min-width: 992px) {
  .in-hospital .room-list {
    height: 85em;
  }
}

.in-hospital .room-list li {
  margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list li {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list li:nth-of-type(even) {
    margin-left: 10%;
  }
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list li:nth-of-type(3) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list li:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .in-hospital .room-list li:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 10%;
  }
}

@media screen and (min-width: 1100px) {
  .in-hospital .room-list li:nth-of-type(5) {
    margin-top: -1em;
  }
}

.in-hospital .img {
  margin-bottom: .5em;
  width: 100%;
}

.in-hospital .machine-list dt,
.in-hospital .machine-list dd {
  padding: .2em .5em;
}

.in-hospital .machine-list dt {
  background-color: #F6F6F6;
  border: 1px solid #777777;
}

.in-hospital .machine-list dd + dt {
  margin-top: 1em;
}
/*# sourceMappingURL=abouts.css.map */