@charset "UTF-8";
.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 781px) {
  .mb2 {
    margin-bottom: 1em;
  }
}

a.tel {
  border-bottom: none;
}
@media only screen and (min-width: 781px) {
  a.tel {
    pointer-events: none;
    color: rgb(68, 68, 68);
  }
}

.initBox2 {
  width: 60vw;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .initBox2 {
    width: 90vw;
  }
}

.designTable1 {
  width: 100%;
}
.designTable1 tr th {
  width: 10em;
  text-align: left;
  border-bottom: 1px dotted rgb(0, 155, 19);
}
.designTable1 tr td {
  width: calc(100% - 10em);
  text-align: left;
  border-bottom: 1px dotted rgb(0, 155, 19);
}
.designTable1 tr td.rightText {
  text-align: right;
}
.designTable1 tr + tr th,
.designTable1 tr + tr td {
  padding-top: 1em;
}
@media only screen and (max-width: 780px) {
  .designTable1:not(:has(thead)) tr th {
    width: auto;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .designTable1.spTable tr,
  .designTable1.spTable th,
  .designTable1.spTable td {
    float: left;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left;
  }
  .designTable1.spTable colgroup,
  .designTable1.spTable thead {
    display: none;
  }
  .designTable1.spTable tbody td:first-child {
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: rgba(53, 120, 76, 0.1);
  }
  .designTable1.spTable tbody td::before {
    content: attr(data-name) "";
  }
}

.designDl1 dt span {
  color: rgb(0, 155, 19);
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}
.designDl1 dd {
  margin-left: 2em;
}
.designDl1 dd.interval span {
  background: inherit;
  margin: 1.5em 0;
  position: relative;
  color: rgb(68, 68, 68);
  font-size: 76%;
  font-weight: bold;
  display: block;
  border: 1px dotted rgb(68, 68, 68);
  padding: 0.125em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .designDl1 dd.interval span {
    text-align: left;
    line-height: 1.25;
  }
}
.designDl1 dd.interval span::before, .designDl1 dd.interval span::after {
  pointer-events: none;
  content: "";
  width: 50%;
  height: 1em;
  border-right: 1px dotted rgb(68, 68, 68);
  position: absolute;
  left: 0;
}
.designDl1 dd.interval span::before {
  top: -1.375em;
}
.designDl1 dd.interval span::after {
  bottom: -1.375em;
}

.unitBox.unit_l {
  text-align: left;
}
.unitBox.unit_c_l, .unitBox.unit_c {
  text-align: center;
}
.unitBox.unit_r_l, .unitBox.unit_r {
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .unitBox.unit_c_l, .unitBox.unit_r_l {
    text-align: left;
  }
}
.unitBox + .unitBox {
  margin-top: 3em;
}

#newsBox .initBox {
  padding-left: 0;
  background: none;
}
@media only screen and (max-width: 781px) {
  #newsBox .initBox {
    padding-bottom: 0;
  }
}

#pediatricsBody #pediatricoutpatientBox p + h4 {
  margin-top: 3em;
}
@media only screen and (max-width: 781px) {
  #pediatricsBody #pediatricoutpatientBox table thead th {
    font-size: 1.2rem;
  }
}
#pediatricsBody #pediatricoutpatientBox table td {
  vertical-align: top;
}
#pediatricsBody #pediatricoutpatientBox h5 {
  text-align: left;
  font-size: 1.8rem;
}

@media only screen and (max-width: 781px) {
  #immunizationsBody #pediatricoutpatientBox table thead th {
    font-size: 1.2rem;
  }
}

#pediatricsBody #outpatientscheduleBox .timescheduleBox {
  width: 100%;
}

#internistclinicBody #outpatientscheduleBox .timescheduleBox {
  width: 100%;
}
#internistclinicBody #pediatricoutpatientBox h5 {
  text-align: left;
  font-size: 1.8rem;
}

#greetingBox img {
  max-width: 40%;
}

@media only screen and (max-width: 781px) {
  #staffBox {
    text-align: left;
    position: relative;
  }
  #staffBox::before {
    content: "";
    width: 20%;
    aspect-ratio: 150/452;
    background: url(../img/about/image03.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 1em;
    transform: translateY(-25%);
    z-index: 10;
  }
}

#mainMenuBox li.reservation {
  /*
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  z-index: 20;
  a {
  	padding: 1em 2em 1em 1.5em;
  	&::after {
  		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
  		color: rgba(255, 255, 255, 1);
  		top: 0;
  		left: 1.5em;
  		z-index: 21;
  		width: 1em;
  		height: 100%;
  	}
  }
  */
}
@media only screen and (min-width: 781px) {
  #mainMenuBox li.reservation {
    width: 100%;
    margin: 1em 0 0 0;
  }
  #mainMenuBox li.reservation a::after {
    width: 100%;
    line-height: 1.2;
    top: auto;
    bottom: -2em;
    left: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 780px) {
  #backToTopBtnBox {
    bottom: calc(12.5vh + 25px);
  }
  #footerBox {
    padding-bottom: calc(12.5vh + 1em);
  }
  #drawerBox,
  #headerReservation a,
  #headerBox .rightBox .telBox {
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    position: fixed;
    height: 12.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  #drawerBox {
    width: 25%;
    left: 0;
    background: rgb(0, 155, 19);
  }
  #drawerBox #drawerOpen span {
    background-color: rgb(255, 255, 255) !important;
  }
  #drawerBox #drawerOpen::after {
    font-size: 1.4rem;
    content: "MENU";
    color: rgb(255, 255, 255);
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: -1.5em;
  }
  #headerReservation a {
    width: 45%;
    right: 0;
    font-size: 1.6rem;
    padding-top: 1em;
    border-radius: 0;
    line-height: 1.25;
  }
  #headerReservation a::before {
    top: 0.5em;
    color: rgb(255, 255, 255);
    text-align: center;
  }
  #headerReservation a::after {
    top: auto;
    right: 0;
  }
  #headerBox .rightBox .telBox {
    width: 30%;
    left: 25%;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 155, 19, 0.5);
  }
  #headerBox .rightBox .telBox::after {
    display: inline-block;
    content: "(月～金)8:35～18:00\a(土)8:35～12:30";
    white-space: pre;
    position: fixed;
    color: rgb(68, 68, 68);
    line-height: 1;
    left: calc(25% + 0.5em);
    bottom: 0.5em;
    font-size: 1rem;
  }
  #headerBox .rightBox .telBox a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: auto;
    right: auto;
    background-size: 4vh;
  }
  #headerBox .rightBox .telBox a::after {
    content: "TEL";
    color: rgb(0, 155, 19);
    width: 100%;
    text-align: center;
    bottom: auto;
    top: 10%;
    font-size: 1.4rem;
  }
}
#footerBox ul li.reservation a::after {
  content: none;
}

#footerBox ul li.reservation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#footerBox ul li.reservation::after {
  flex: 1;
  color: rgb(255, 142, 54);
  font-size: 1.1rem;
  line-height: 1.2;
  padding-left: 1em;
  text-align: left !important;
}
@media only screen and (max-width: 780px) {
  #footerBox ul li.reservation {
    margin-bottom: 2em;
  }
  #footerBox ul li.reservation a {
    margin-bottom: 0 !important;
  }
}

#footerBox ul li.reservation::after,
#mainMenuBox li.reservation a::after {
  content: "＊その他内科予約はお電話ください。";
}

@media only screen and (max-width: 780px) {
  #headerReservation a::before {
    content: "＊その他内科予約はお電話ください。";
  }
}/*# sourceMappingURL=add.css.map */