section .address li {
  display: flex;
  justify-content: flex-start;
  font-feature-settings: "palt";
  text-align: justify;
  padding-bottom: 10px;
}

section .address li span {
  color: #4f84c3;
  font-weight: 500;
  width: 52px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 10px;
}

section .time {
  table-layout: fixed;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  font-size: 1rem;
  border: 1px solid #294c69;
}

section .time thead th:nth-child(1) {
  width: 90px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}

section .time thead th {
  height: 20px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #294c69 solid 1px;
  border-left: #294c69 solid 1px;
  font-weight: 500;
  color: #294c69;
}

section .time tbody td {
  border-left: #294c69 solid 1px;
  border-bottom: #294c69 solid 1px;
  height: 30px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  color: #294c69;
}

section .time_text {
  max-width: 840px;
  margin: 0 auto 30px;
  display: block;
  font-size: 1rem;
  color: #294c69;
  padding-top: 10px;
}

section .googlemap {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

section .googlemap .googlemap_inner {
  width: 100%;
  height: 250px;
  position: relative;
}

section .googlemap .googlemap_inner div {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

section .root {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section .root .item {
  width: calc(50% - 7px);
  margin-bottom: 20px;
}

section .root .item figure img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
}

section .root .item p {
  font-size: 1.1rem;
  padding-top: 10px;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  section .root {
    margin-bottom: 80px;
  }

  section .root .item {
    width: calc(32% - 7px);
    margin-bottom: 20px;
  }

  section .root .item figure img {
    height: 170px;
  }

  section .root .item p {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}



.map-iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.textbox01:not(.mt-0) {
  margin-top: 4em;
}

@media only screen and (max-width: 767px) {
  .textbox01:not(.withlogo, .mt-0) {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 1em;
  }

  .textbox01 ul.address {
    width: fit-content;
    margin-inline: auto;
  }
}

section {
  box-sizing: border-box;
}

.w-100 {
  width: min(800px, 100%) !important;
  margin-inline: auto;
}


.traffic {
  width: fit-content;
  max-width: 100%;
  margin: 4em auto;
  background: #D2E9FF;
  padding: 2em !important;
  box-sizing: border-box;
  color: #555;
  font-size: 1.5rem;
}

.traffic strong {
  color: #ec9800 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.traffic h3 {
  color: #284C6A;
  width: min(100%, 300px);
  margin: 0 auto .5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
  font-size: 130%;
  font-weight: bold;
}

.traffic h3::before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  mask-image: url(../img/car.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #284C6A;
}

.traffic article {
  background: transparent;
}

.traffic article:nth-of-type(1) h3::before {
  -webkit-mask-image: url(../img/car.svg);
}

.traffic article:nth-of-type(2) h3::before {
  -webkit-mask-image: url(../img/taxi.svg);
}

.traffic article:nth-of-type(3) h3::before {
  -webkit-mask-image: url(../img/train.svg);
}

.traffic article+article {
  margin-top: 2em;
}

.traffic h4,
.traffic b {
  font-weight: bold;
  font-size: 110%;
  margin: auto;
  color: inherit;
  text-decoration: none;
  width: min(100%, 300px)
}

.traffic h4 {
  margin-top: 1em;
}

.text-center {
  text-align: center;
}

.text-right {
  display: block;
  text-align: right;
}

.traffic p {
  width: min(100%, 300px);
  margin-inline: auto;
}

.traffic .float .right {
  float: right;
}

.traffic .float::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  clear: both;
}

figure.map {
  text-align: center;
}

figure.map+.map {
  margin-top: 1em;
}

figure.map img {
  width: min(100%, 600px);
  height: auto;
  margin: auto;
}

.textbox01.access-box-wrap {
  margin-top: 1em;
  gap: 2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .textbox01.access-box-wrap {
    gap: 2em;
    display: grid;
    grid-template: auto / 1fr 1fr;
    place-items: stretch;
  }
}

.access-box {
  background: #F5FAF9;
  padding: 1em;
  box-sizing: border-box;
  width: min(100%, 500px);
}

.access-box p:first-of-type {
  padding: 4px;
  box-sizing: border-box;
  background: #fafafa;
  border: 1px solid #ccc;
}

.access-box p:first-of-type img {
  width: 100%;
}

.access-box p+p {
  text-align: left;
  margin-top: 1em;
}

.inline-block {
  display: inline-block;
}

.line:not(.mt-0) {
  margin-top: 4em;
}

.line.mt-0 {
  margin-top: .5em;
}

.withlogo {
  margin-top: 4em;
}

.withlogo,
.withlogo p {
  text-align: center;
}

.withlogo p+p {
  margin-top: 1em;
}

.withlogo p.logoimg img {
  width: min(400px, 100%);
  margin: auto;
}

.withlogo p.add span:not(:last-of-type) {
  margin-right: .5em;
  display: inline-block;
}

html .withlogo a.tel {
  display: inline-block;
  margin-block: 1em;
}

html .withlogo a.tel em {
  font-size: 3.3rem;
  font-weight: bold;
}

html .withlogo a.apobnr {
  width: min(300px, 100%);
  display: inline-block;
  margin: auto auto 1em;
}

html .withlogo a.apobnr img {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .textbox01.withlogo {
    gap: 2em;
    justify-content: center;
    align-items: center;
  }

  .withlogo p+p {
    margin-top: 0;
  }

  .withlogo p {
    width: calc(50% - 1em);
  }
}

h3.line {
  margin: 1.5em 0 1em;
  text-align: center;
  color: #523d38;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.4;
  letter-spacing: .05em;
  padding-bottom: .8em;
  border-bottom: 3px solid #ad9573;
}

@media only screen and (max-width: 768px) {
  #left_column {
    display: none !important;
  }

  #content {
    margin-top: 90px !important;
  }
}

#right_column article *:not(h3) {
  font-size: 15px !important;
}

.textbox01.w-100 {
  margin-top: 2em;
  display: flex;
  flex-direction: column-reverse;
}

figure {
  margin: 0 !important;
}

.textbox01.access-box-wrap {
  margin-top: 1em;
}

h3 {
  white-space: pre-wrap;
  word-break: keep-all;
}

.add span {
  display: inline-block;
}

#right_column article p.add *:is(.tel) {
  margin-inline: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px !important;
  color: #5b4a3a !important;
  gap: 2px;
}
#right_column article p.add *:is(.tel) * {
font-size: 20px !important;
}

#right_column article p.add *:is(.tel)::before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/telephone.svg);
  mask-image: url(../images/telephone.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #5b4a3a;

}

strong {
  color: inherit !important;
}

#access table tr th {
  background: none;
}
#right_column .rc-time,
#right_column .related-clinics,
#right_column .related-clinics .rc-blue {
  border: 0;
  padding: 0;
}
#right_column .rc-time {
  width: 100%;
  margin-inline: 0;
  border: 1px solid #4f84c3;
}
#right_column .related-clinics .rc-blue * {
  font-size:12px !important;
  box-sizing: border-box;
}
#right_column .related-clinics .rc-blue small {
  padding: 0;
  margin-top: 1em;
}

.withlogo.textbox01 img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
.withlogo p {
  width: 100%;
}
}

* {
      font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", "游明朝", serif;
}

#right_column p {
  margin: 0;
}
#right_column p + p {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
#left_column {
  display: none !important;
}
}