@charset "UTF-8";

.doctors h3::before,
.swiper h3::before,
.perspective h3::before {
    content: none;
}

/*//////////////////// 1 ////////////////////////*/

.e1 main {
    margin-top: 4rem;
}

.e1 aside .inner-contents li:first-child {
    border-top: none;
}

.e1 aside dl.ac>dt {
    padding: 2rem 1rem;
}

.e1 aside dl.ac>dt::after {
    right: 10px;
}

.e1 aside dl.ac>dd {
    padding: 0;
}

/*//////////////////// 12 ////////////////////////*/

.e12 table,
.p12 table {
    margin: 1rem 0;
}

/*//////////////////// 14 ////////////////////////*/

.e14 ul.list {
    padding: 0 0 5rem;
}

/*//////////////////// 15 ////////////////////////*/

.e15 .head-block .img_01 {
    background: url(/content/images/15/01s.jpg) no-repeat center center/cover fixed;
}

.e15 .head-block .contents-wrap>.contents-text .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 80% !important;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    color: var(--color-non);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0 4rem 1rem;
}

@media (min-width: 821px) {

    .e15 .head-block .img_01 {
        background: url(/content/images/15/01.jpg) no-repeat center center/cover fixed;
    }

    .p15 dd figure {
        width: 50%;
    }

}

/*//////////////////// 16 ////////////////////////*/

@media (min-width: 821px) {

    .e16 .reservation dt,
    .e16 .reservation dd {
        width: 50%;
    }

}

/*//////////////////// 17 ////////////////////////*/

.e17 .head-block img {
    padding: 2rem;
}

@media (min-width: 821px) {

    .e17 .head-block img {
        padding: 0;
    }

}

/*//////////////////// 19 ////////////////////////*/

@media (min-width: 821px) {

    .p19 .split .contents-wrap .contents-img.sticky {
        background: var(--color-primary);
    }

    .p19 .upper-limit-period ul.col2>li:nth-child(2n+1) {
        width: 90%;
    }

    .p19 .upper-limit-period ul.col2>li:nth-child(2n) {
        width: 10%;
        text-align: right;
        color: var(--color-primary);
        font-weight: 400;
    }

}

/*//////////////////// 60 ////////////////////////*/

.rel60 .marker {
    background: linear-gradient(transparent 50%, var(--color-60), 50%, var(--color-60), 90%, transparent 90%);
}

/*//////////////////// 150////////////////////////*/

.e150 .counter>li,
.e151 .counter>li {
    padding: 1rem 0;
}

/*//////////////////// 161////////////////////////*/

.e161 .tab-block dt {
    border-bottom: 1px solid var(--color-pale);
}

.e161 dl.ac.pale>dd dt {
    background: var(--color-light);
}

.e161 dd {
    background: var(--color-non);
}

.e161 .time {
    font-size: 2rem;
    font-weight: 400;
}

.e161 .time::after {
    content: "時間";
    font-size: 1.2rem;
    margin: 0 0 0 .5rem;
}

/*//////////////////// 173 ////////////////////////*/

.e173 .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
}

.e173 .dg>li {
    background: var(--color-green-pale);
    border: 1px solid var(--color-light);
    border-radius: 3px;
    padding: 2rem;
}

@media (min-width: 821px) {

    .e173 .grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

}

/*//////////////////// 181 ////////////////////////*/

.e181 tr>td:nth-child(3) {
    text-align: center;
}

/*//////////////////// 182 ////////////////////////*/

.e182 .bg-box {
    border: 2px solid var(--color-light);
    margin: 2rem 0 6rem;
}

.e182 .bg-box.down::after {
    font-family: 'Material Symbols Outlined';
    content: '\e69c';
    /*content: '\e5db';*/
    font-size: 5rem;
    font-weight: 400;
    color: var(--color-primary);
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translate(-50%, 0);
}


/*//////////////////// 200 211 ////////////////////////*/

.e200 td,
.e211 td {
    vertical-align: middle;
    display: table-cell;
    height: 50px;
}

.e200 td span,
.e211 td span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
}

.e200 .scrollable.sticky thead th,
.e211 .scrollable.sticky thead th {
    height: auto;
    padding: .5rem 0;
}

/*//////////////////// 16 202 ////////////////////////*/

.reservation table {
    border-top: none;
}

.reservation table th {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--color-light);
    text-align: left;
    padding: 2rem;
}

.reservation table td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--color-light);
    text-align: left;
    line-height: 1.8;
    padding: 2rem;
}

.e16 .reservation table tr,
.e202 .reservation table tr {
    display: flex;
    flex-direction: column;
}

@media (min-width: 821px) {

    .e16 .reservation table tr,
    .e202 .reservation table tr {
        display: table-row;
    }

    .e16 .reservation table th,
    .e16 .reservation table td {
        width: 50%;
    }

    .e202 .reservation table th {
        width: 30%;
    }

    .e202 .reservation table td {
        width: 70%;
    }

}

/*//////////////////// 218 ////////////////////////*/

.e218 .acMenu>dt::before {
    font-family: 'Material Symbols Outlined';
    content: '\e8e8';
    font-weight: 400;
    margin: 0 .5rem 0 0;
}

@media (min-width: 821px) {

    .e218 ul.col2 li:nth-child(2n+1) {
        width: 90%;
    }

    .e218 ul.col2 li:nth-child(2n) {
        width: 10%;
        text-align: right;
    }

    .e218 ul.col3 li:nth-child(3n+1) {
        width: 60%;
    }

    .e218 ul.col3 li:nth-child(3n+2) {
        width: 30%;
    }

    .e218 ul.col3 li:nth-child(3n) {
        width: 10%;
        text-align: right;
    }

}

/*//////////////////// 220 ////////////////////////*/

.e220 h2.nc {
    margin: 0;
}

/*//////////////////// 222 ////////////////////////*/

.e222 td {
    vertical-align: middle;
    display: table-cell;
    height: 80px;
}

/*//////////////////// 226 ////////////////////////*/

@media (min-width: 821px) {

    .e226 .grid-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

}

/*//////////////////// 227 ////////////////////////*/

.e227 ol li p span {
    display: block;
    font-size: 1.6rem;
}

/*//////////////////// 242 ////////////////////////*/

@media (min-width: 821px) {

    .e242 .split .contents-wrap .contents-img.sticky {
        background: var(--color-primary);
    }

    .e242 .upper-limit-period ul.col2>li:nth-child(2n+1) {
        width: 90%;
    }

    .e242 .upper-limit-period ul.col2>li:nth-child(2n) {
        width: 10%;
        text-align: right;
        color: var(--color-primary);
        font-weight: 400;
    }

}

/*//////////////////// 245 ////////////////////////*/

.e245 .bg-box {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 821px) {

    .e245 figure img {
        max-width: 80%;
    }

}

/*//////////////////// 250 ////////////////////////*/

.e250 .order li span {
    display: block;
    font-weight: 400;
}

.e250 .target .contents-text {
    background: var(--color-blue-pale);
    border: 3px solid var(--color-blue-light);
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem 0;
}

@media (min-width: 821px) {

    .e250 .target {
        display: flex;
        align-items: center;
        gap: 30px;
        margin: 2rem 0;
    }

    .e250 .target .contents-img {
        flex: 3;
    }

    .e250 .target .contents-text {
        margin: 0;
    }

}

/*//////////////////// 252 ////////////////////////*/

.e252 article ul li:first-child h2 {
    margin: 0 0 2rem;
}

.e252 h2 span {
    background: var(--color-primary);
    color: var(--color-non);
    border-radius: 3px;
    font-size: 2.4rem;
    font-weight: 400;
    padding: 1rem;
    margin: 0 0 2rem;
}

.e252 .tab-block ul.tab-menu li a {
    font-family: var(--font-family-en);
    font-weight: 400;
    letter-spacing: .05rem;
    margin: 0 .5rem;
}

/*//////////////////// 253 ////////////////////////*/

.e253 dd ul li {
    line-height: 2;
}

/*//////////////////// 280 ////////////////////////*/

.e280 .head-block .img_01 {
    background: url(/content/images/16/01s.jpg) no-repeat center center/cover fixed;
}

@media (min-width: 821px) {

    .e280 .head-block .img_01 {
        background: url(/content/images/16/01.jpg) no-repeat center center/cover fixed;
    }

}

.e280 .head-block .contents-wrap>.contents-text .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 80% !important;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    color: var(--color-non);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0 4rem 1rem;
}

/*//////////////////// 300 ////////////////////////*/

.ng {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    width: 700px;
    margin: auto;
}

/*//////////////////// DIALOG ////////////////////////*/

a.close::before {
    font-family: 'Material Symbols Outlined';
    content: '\e5cd';
}

.dialog .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 0%, .5);
    opacity: 0;
    pointer-events: none;
    z-index: 15;
    transition: .5s ease;
}

.dialog .overlay.active {
    opacity: 1;
    pointer-events: all;
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 0%, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
    animation: popup 1s ease-in-out 1s forwards;
}

@keyframes popup {

    0% {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    100% {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}

.dialog.closed {
    display: none;
}

.dialog-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.dialog-content {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 350px;
    margin: 20px;
    background: #FFF;
    border-radius: var(--border-radius-medium);
    overflow: hidden;
    z-index: 2;
    animation: scaleUp .5s ease-in-out 1s forwards;
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-color: var(--color-dark);
    scrollbar-width: thin;
    padding: 1rem;
}

@keyframes scaleUp {

    0% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 821px) {

    .dialog-content {
        max-width: 750px;
        width: fit-content;
        padding: 4rem;
        border-radius: 10px;
        max-height: fit-content;
    }

}
