@charset "UTF-8";
#toc {
margin: 20px 0;
background: #fff;
padding: 20px clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
#toc > div {
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
#toc > div >span:first-child {
display: block;
font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
line-height: 1;
}
#toc > ol > li:not(:last-child) {
margin-bottom: 10px;
}
#toc > ol > li > span {
display: flex;
}
#toc > ol > li > ol {
padding-left: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
#toc > ol > li > ol > li {
margin-top: 5px;
display: flex;
}
#toc > ol > li > ol > li > span {
flex: none;
}
.content ul > li,
.content ol > li {
margin-left: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
margin-bottom: 10px;
}
.content ul.basicInfo > li ul li {
font-weight: normal;
}
.content ul.basicInfo > li ul li:last-child {
margin-bottom: 0;
}
.content ul > li {
list-style-type: disc;
}
.content ol > li {
list-style-type: decimal;
}
.content ul > li:has(ul),.content ul > li:has(ol) {
font-weight: bold;
margin-left: 0;
margin-bottom: 15px;
list-style-type: none;
}
.content dl {
margin-bottom: 15px;
}
.content dl > dt {
font-weight: bold;
}
.content ol > li:has(ul),.content ol > li:has(ol) {
font-weight: bold;
margin-left: 20px;
margin-bottom: 15px;
}
.content ul > li::marker,
.content ol > li::marker {
color: var(--main-color);
font-weight: bold;
}
/* サブリスト内のリストアイテム */
.content ul:not(.basicInfo) > li > ul,.content ul > li > ol,
.content ol > li > ul,.content ol > li > ol,.content dl > dd > ul,.content dl > dd > ol {
margin-top: 5px;
}
.content ul:not(.basicInfo) > li > ul > li,.content ul > li > ol > li,
.content ol > li > ul > li,.content ol > li > ol > li {
margin-left: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
margin-bottom: 5px;
font-weight: normal;
}
.content .basicInfo {
width: 100%;
}
.content .basicInfo > li {
display: grid;
padding: 10px;
width: 100%;
grid-template-columns: 100px 1fr;
margin: 0;
}
.content .basicInfo > li:not(:last-child) {
border-bottom: 1px solid var(--main-color);
}
.content .basicInfo li > span:first-child {
font-weight: bold;
}
.content .basicInfo .map div {
margin-top: 20px;
}
.content .basicInfo .map iframe {
width: 100%;
}
.content .basicInfo .medicaldepartment ul {
display: flex;
flex-wrap: wrap;
}
.content .basicInfo .medicaldepartment ul li {
list-style-type: none;
margin: 0 8px 0 0px;
}
.content .basicInfo .medicaldepartment ul li:not(:last-child)::after {
content: "、";
}
table tr > * {
padding: 6px 16px;
border: 2px solid var(--main-color);
background: #fff;
text-align: center;
vertical-align: middle;
}
.timeTable tr:first-child th {
background: var(--main-color);
font-weight: bold;
color: #fff;
}
table:not(.timeTable) tr th {
background: var(--main-color);
font-weight: bold;
color: #fff;
}
.timeremarks {
font-size: 14px;
margin-top: 10px;
white-space: nowrap;
}
.timeremarks > ul > li {
list-style-type: none;
margin-left: 0;
margin-bottom: 5px;
white-space: normal;
}
.blockquote {
position: relative;
padding: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem) clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem) clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
background-color: #ededed;
margin-bottom: 20px;
}
.blockquote::before {
display: inline-block;
position: absolute;
top: clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
left: clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
width: 30px;
height: 30px;
background-color: var(--main-color); /* ここで色を変更 */
-webkit-mask-image: url("../img/blockquote.svg");
mask-image: url("../img/blockquote.svg");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
content: '';
}
.blockquote figcaption {
color: #737373;
font-size: 14px;
text-align: right;
}
.googleMap {
text-align: center;
margin: 40px 0;
font-weight: bold;
}
.review {
background: #fff;
padding: 10px;
border-radius: 10px;
}
.content dl.review > dt {
display: flex;
align-items: center;
gap: 5px;
flex-wrap: wrap;
font-weight: normal;
margin-bottom: 8px;
}
.review dt img {
width: 30px;
object-fit: contain;
}
.review dt > span:last-child {
font-size: 14px;
}
.googleReviews .note {
font-size: 14px;
}
.rating-stars {
font-size: 1.5em;
color: #ffd700;
display: inline-block;
}
.star {
display: inline-block;
position: relative;
color: #ddd;
}
.star.filled {
color: #ffd700;
}
.star.empty {
color: #ddd;
}
.star.half::before {
content: '\2605';
position: absolute;
left: 0;
top: 0;
width: 50%;
overflow: hidden;
color: #ffd700;
}
.root-access ol {
  counter-reset: step;
	    display: grid;
    gap: 30px;
	max-width: 700px;
}
.root-access ol li {
display: flex;
margin: 0 0 0 15px;
counter-increment: step;
justify-content: space-between;
}
.root-access li::before {
  content: counter(step) ".";
	color: var(--main-color);
  font-weight: bold;
position: absolute;
}
.root-access li span {
    margin-right: auto;
    width: calc(100% - 332px);
	padding-left: 16px;
}
.root-access li img {
    margin-left: 16px;
    height: 230px;
    width: 300px;
    object-fit: cover;
    object-position: top left;
}
@media screen and (max-width: 768px) {
.content .basicInfo > li {
grid-template-columns: 1fr;
}
.content .basicInfo > li:first-child {
padding: 0 0 10px;
}
.content .basicInfo > li:not(:first-child) {
padding: 10px 0;
}
.content .basicInfo > li > span:first-child {
margin-bottom: 8px;
}
.content .basicInfo .map div {
margin-top: 10px;
}
.timeZone {
overflow: hidden;
}
.timeTableWrap {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.timeTable {
white-space: nowrap;
}
.timeTable th:first-child {
position: sticky;
top: 0;
left: 0;
background: none;
border-left: none;
border-right: none;
}
.timeTable th:first-child::before {
content: "";
position: absolute;
background: #fff;
top: 0;
left: 0;
width: calc(100% + 2px);
height: 100%;
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
z-index: -1;
background: #fff;
}
.timeTable tr:first-child th:first-child::before {
background: var(--main-color);
}
.root-access ol li {
flex-wrap: wrap;
flex-direction: column;
gap:16px;
margin: 0;
}
.root-access li span {
    width: 100%;
}
.root-access li img {
margin-left: 0;
}
}