#daido_subpage section .swiper {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
#daido_subpage section .swiper .swiper-slide {
  width: 80vw;
}
@media screen and (min-width: 769px) {
  #daido_subpage section .swiper .swiper-slide {
    width: 720px;
  }
}
#daido_subpage section .googlemap {
  margin-bottom: 80px;
}
#daido_subpage section .googlemap .googlemap_inner {
  width: 100%;
  height: 480px;
  position: relative;
}
#daido_subpage section .googlemap .googlemap_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#daido_subpage section .googlemap .textbox03 {
  padding-top: 40px;
  padding-bottom: 0;
}
#daido_subpage section .googlemap .textbox03 p {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #daido_subpage section .googlemap .googlemap_inner {
    width: 100%;
    height: 280px;
  }
  #daido_subpage section .googlemap .googlemap_inner iframe {
    border-radius: 5px;
  }
  #daido_subpage section .googlemap .textbox03 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #daido_subpage section .googlemap .textbox03 .text {
    margin-bottom: 0;
  }
  #daido_subpage section .googlemap .textbox03 p {
    padding-left: 12px;
  }
}
#daido_subpage section .table_type01 {
  text-align: center;
}
#daido_subpage section .table_type01 tbody tr th {
  width: 300px;
  background: #f8f8f5;
  padding: 20px;
}
#daido_subpage section .table_type01 tbody tr td {
  text-align: left;
  padding: 20px;
}

#daido_subpage section .table_type01 tbody tr:nth-child(1) th {
  border-top: 1px solid #d2cbc7;
    border-bottom: 1px solid #d2cbc7;
  border-radius: 10px 0 0 0;
}
#daido_subpage section .table_type01 tbody tr:nth-child(1) td {
  border-top: 1px solid #d2cbc7;
    border-bottom: 1px solid #d2cbc7;
  border-radius: 0 10px 0 0;
}
#daido_subpage section .table_type01 tbody tr:last-child th {
  border-bottom: 1px solid #d2cbc7;
  border-radius: 0 0 0 10px;
}
#daido_subpage section .table_type01 tbody tr:last-child td {
  border-bottom: 1px solid #d2cbc7;
  border-radius: 0 0 10px 0;
}
#daido_subpage section .table_type01 td {
  border-right: 1px solid #d2cbc7;
}
#daido_subpage section .table_type01 th {
  border-left: 1px solid #d2cbc7;
}

#daido_subpage section .table_type01 tbody tr:nth-child(2) td,
#daido_subpage section .table_type01 tbody tr:nth-child(2) th {
  border-bottom: 1px solid #d2cbc7;
}
@media screen and (max-width: 768px) {
  #daido_subpage section .table_type01 tbody tr th {
    width: 100px;
  }
  #daido_subpage section .table_type01 tbody tr td {
    text-align: left;
  }
}
#daido_subpage section .timetable {
  padding-bottom: 0 !important;
  margin-bottom: 60px;
}
#daido_subpage section .timetable table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
#daido_subpage section .timetable table caption {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1;
  font-family: var(--mincho);
  font-weight: 500;
}
#daido_subpage section .timetable table thead {
  background: #fff;
}
#daido_subpage section .timetable table thead tr th {
  font-size: 1.4rem;
  font-weight: normal;
  border-right: 1px solid #d2cbc7;
  border-top: 1px solid #d2cbc7;
  border-right: 1px solid #d2cbc7;
  background: #f4f4f4;
  font-weight: 500;
}
#daido_subpage section .timetable table thead tr th:nth-child(1) {
  width: 250px;
  border-radius: 10px 0 0 0;
  border-left: 1px solid #d2cbc7; 
}
#daido_subpage section .timetable table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
#daido_subpage section .timetable table tbody tr td {
  font-size: 1.4rem;
  height: 58px;
  vertical-align: middle;
  border: 1px solid #d2cbc7;
  border-top: 0;
  border-left: 0;
  text-align: center;
  background: #fff;
}
#daido_subpage section .timetable table tbody tr td:nth-child(1) {
  border-left: 1px solid #d2cbc7;
}
#daido_subpage section .timetable table tbody tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 10px;
}
#daido_subpage section .timetable table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#daido_subpage section .timetable table tfoot tr td {
  padding-top: 10px;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #daido_subpage section .timetable {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  #daido_subpage section .timetable table caption {
    font-size: 1.65rem;
    margin-bottom: 15px;
  }
  #daido_subpage section .timetable table thead tr th {
    font-size: 1rem;
    text-align: center;
  }
  #daido_subpage section .timetable table thead tr th span {
    display: none;
  }
  #daido_subpage section .timetable table thead tr th:nth-child(1) {
    width: 80px;
  }
  #daido_subpage section .timetable table tbody tr td {
    font-size: 1rem;
    height: 38px;
  }
  #daido_subpage section .timetable table tfoot tr td {
    text-align: left;
    font-size: 1rem;
  }
}
#daido_subpage section .clinic_box {
  display: flex;
  justify-content: space-between;
}
#daido_subpage section .clinic_box .box {
  width: 460px;
  padding-bottom: 40px;
  position: relative;
}
#daido_subpage section .clinic_box .box figure {
  padding-bottom: 30px;
}
#daido_subpage section .clinic_box .box figure img {
  border-radius: 15px;
  object-fit: cover;
  height: 320px;
}
#daido_subpage section .clinic_box .box h3 {
  padding-bottom: 30px;
  text-align: center;
}
#daido_subpage section .clinic_box .box h3 img {
  border-radius: 0;
}
#daido_subpage section .clinic_box .box .table_type01 {
  margin-bottom: 40px;
}
#daido_subpage section .clinic_box .box .table_type01 caption {
  font-size: 2.2rem;
  color: var(--gray);
}
#daido_subpage section .clinic_box .box .table_type01 tbody tr th {
  width: 120px;
}
#daido_subpage section .clinic_box .box .table_type01 tbody tr td {
  text-align: justify;
}
#daido_subpage section .clinic_box .box .timetable {
  padding-bottom: 20px;
}
#daido_subpage section .clinic_box .box .timetable table caption {
  font-size: 2.2rem;
  color: var(--gray);
}
#daido_subpage section .clinic_box .box .timetable table thead tr th:nth-child(1) {
  width: 120px;
}
#daido_subpage section .clinic_box .box .clinic_btnbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#daido_subpage section .clinic_box .box .clinic_btnbox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#daido_subpage section .clinic_box .box .clinic_btnbox .btn .icon-tel {
  font-size: 1.6rem;
}
#daido_subpage section .clinic_box .box .clinic_btnbox .btn span {
  font-size: 1.8rem;
}
#daido_subpage section .clinic_box .box .clinic_btnbox .btn.gold span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #daido_subpage section .clinic_box {
    display: block;
  }
  #daido_subpage section .clinic_box .box {
    width: 100%;
    padding-bottom: 50px;
  }
  #daido_subpage section .clinic_box .box figure {
    padding-bottom: 20px;
  }
  #daido_subpage section .clinic_box .box figure img {
    border-radius: 10px;
    object-fit: cover;
    height: 220px;
  }
  #daido_subpage section .clinic_box .box h3 {
    height: auto;
    padding-bottom: 20px;
  }
  #daido_subpage section .clinic_box .box h3 em {
    font-size: 2rem;
  }
  #daido_subpage section .clinic_box .box h3 em span {
    font-size: 1.3rem;
  }
  #daido_subpage section .clinic_box .box .table_type01 {
    margin-bottom: 40px;
  }
  #daido_subpage section .clinic_box .box .table_type01 tbody tr th {
    width: 120px;
  }
  #daido_subpage section .clinic_box .box .table_type01 tbody tr td {
    text-align: justify;
  }
  #daido_subpage section .clinic_box .box .timetable table thead tr th:nth-child(1) {
    width: 120px;
  }
  #daido_subpage section .clinic_box .box .clinic_btnbox {
    position: static;
    display: block;
  }
  #daido_subpage section .clinic_box .box .clinic_btnbox .btn ~ .btn {
    margin-top: 16px;
  }
}
#daido_subpage section .clinic_img h3 {
  padding-bottom: 50px;
  text-align: center;
  color: #393632;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #daido_subpage section .clinic_img h3 {
    padding-bottom: 20px;
    font-size: 2rem;
  }
}

.access-map iframe {
    margin: 0 auto;
}

.access-steps img {
    margin: 1em auto;

}
.access-steps .step p {
    color:#6a5700
    font-size: 1.2em;
    padding: 2em 0;
}