@font-face {
    font-family: 'LINE Seed JP_OTF Bold';
    src: url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/WOFF/LINESeedJP_OTF_Bd.woff') format('woff'),
        url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/EOT/LINESeedJP_TTF_Bd.eot') format('eot');
}
@font-face {
    font-family: 'LINE Seed JP_OTF exBold';
    src: url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/WOFF/LINESeedJP_OTF_Eb.woff') format('woff'),
        url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/EOT/LINESeedJP_TTF_Eb.eot') format('eot');
}
@font-face {
    font-family: 'LINE Seed JP_OTF regular';
    src: url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/WOFF/LINESeedJP_OTF_Rg.woff') format('woff'),
        url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/EOT/LINESeedJP_TTF_Rg.eot') format('eot');
}
@font-face {
    font-family: 'LINE Seed JP_OTF thin';
    src: url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/WOFF/LINESeedJP_OTF_Th.woff') format('woff'),
        url('font/LINE_Seed_JP/LINESeedJP_20241105/Web/EOT/LINESeedJP_TTF_Th.eot') format('eot');
}

html {
    font-size: 10px;

    @media (max-width: 320px) {
        font-size: calc(100vw * (9 / 320));
    }
    @media (max-width: 810px) {
        font-size: calc(100vw * (10 / 375));
    }
    @media (min-width: 811px) {
        font-size: 10px;
    }
    @media (min-width: 1024px) {
        font-size: 10px;
    }
}
*, *::before, *::after {
    box-sizing: border-box;
}
:root {
    --main-black: #444;
    --sub-black: #555;
    --main-color: #1e639b;
    --sub-color01: #34b757;
    --sub-color02: #f3953b;
    --sub-color03: #fb8751;
    --shadow-color: rgba(204, 204, 204, .4);
}
body {
    font-family: "Noto Sans Japanese", "Noto Sans JP", "Lato", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    color: var(--main-black);
    margin: 0;
    overflow-x: hidden;
}
div, p, a {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
p, a {
    color: var(--main-black);
    margin-bottom: 0;
    text-decoration: none;
}
a:hover {
    opacity: .8;
}
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
li {
    list-style: none;
}
ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
/* table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
}
td, th {
    padding: 1em;
    font-size: 14px;
} */

/* header */
#header {
    margin: auto;
    display: block;
    max-width: 800px;
    padding-top: 1.5rem;
    position: relative;
    .top-img {
        width: 100%;
        .header-char {
            position: absolute;
            left: 1rem;
            top: 3.8rem;
            width: 16.5rem;
            height: auto;
        }
        .top-img-txt1, .top-img-txt2, .top-img-txt3 {
            position: absolute;
        }
        .top-img-txt1 {
            top: 5rem;
            font-size: 2.3rem;
            font-family: "Kosugi Maru", sans-serif;
            text-shadow: 0 0 1px #555;
            left: 29%;
            color: #555;
        }
        .top-img-txt2 {
            top: 10rem;
            font-size: 1.8rem;
            left: 18%;
            font-family: 'Noto Serif JP';
            font-weight: 800;
            color: #1e639b;
            line-height: 160%;
            text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
        }
        .top-img-txt3 {
            top: 18.3rem;
            font-family: "Kosugi Maru", sans-serif;
            font-weight: bold;
            font-size: 3.6rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #555;
            gap: .5rem;
            left: 22%;
            & span {
                font-size: 1.8rem;
                font-family: "Noto Sans JP", sans-serif;
                font-style: italic;
            }
        }
        .top-photo {
            position: absolute;
            right: 0;
            top: 1.5rem;
        }


    }

}

/* main */
main {
    margin: auto;
    max-width: 800px;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
    padding-bottom: 1.5rem;
}
.nav-item {
    display: flex;
    align-items: center;
    & a {
        display: flex;
        align-items: center;
        position: relative;
        border-top: 3px solid #ccc;
        border-bottom: 3px solid #ccc;
        width: 150px;
        padding: .5rem 0;
        padding-left: 3.2rem;
        font-size: 1.5rem;
        font-weight: bold;
        word-break: keep-all;
        font-family: 'Zen Maru Gothic';
        &::before {
            position: absolute;
            content: "";
            background-image: url(r-top-image/ico-dental-black.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: center;
            margin-top: .1rem;
            width: 2.4rem;
            height: 2.4rem;
            left: .2rem;
        }
    }
}
.nav-item:hover {
    a::after {
        position: absolute;
        content: "";
        background-image: url(r-top-image/ico-dental-orange.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: .1rem;
        width: 2.4rem;
        height: 2.4rem;
        right: 0;
        top: 45%;
        transform: translateY(-50%);
    }
}
.nav-item.annai {
    & a {
        font-size: 1.35rem;
    }
}
.nav-item.shinsatsu, .nav-item.incho {
    & a {
        padding-left: 3.8rem;
        letter-spacing: .3em;
    }
}
.nav-item.access {
    & a {
        font-size: 1.15rem;
        letter-spacing: -.01em;
        padding-left: 2.8rem;
    }
    .lsS {
        letter-spacing: -.2em;
    }

}

@media screen and (max-width:810px) {
    /* header */
    #header {
        max-width: 100%;
        padding-top: 1.5rem;
        margin: 0 1rem;
        .top-img {
            .top-bg {
                height: 16.2rem;
                object-fit: cover;
            }
            .header-char {
                left: 1rem;
                top: 3.3rem;
                width: 5rem;
            }
            .top-img-txt1 {
                top: 3.5rem;
                font-size: 1.3rem;
                left: 32%;
            }
            .top-img-txt2 {
                top: 11.5rem;
                font-size: 1.55rem;
                left: 3%;
                line-height: 160%;
            }
            .top-img-txt3 {
                top: 5.3rem;
                font-size: 2.2rem;
                gap: 0rem;
                left: 16%;
                & span {
                    font-size: 1.8rem;
                }
            }
            .top-photo {
                right: 0rem;
                top: 1.5rem;
                width: 9.2rem;
            }


        }

    }
    .header-nav {
        margin-top: .5rem;
        padding-bottom: 1.5rem;
        flex-wrap: wrap;
        gap: .3rem;
    }
    .nav-item {
        width: 49%;
        & a {
            border-top: 2px solid #ccc;
            border-bottom: 2px solid #ccc;
            height: 3.7rem;
            width: 100%;
            padding: 0;
            font-size: 1.5rem;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            &::before {
                display: none;
            }
            .inner {
                width: fit-content;
                position: relative;
                &::after, &::before {
                    content: "";
                    position: absolute;
                    margin-top: .1rem;
                    width: 1.5rem;
                    height: 1.5rem;
                    right: -2rem;
                    top: 50%;
                    transform: translateY(-50%);
                    background-image: url(r-top-image/ico-dental-black.jpg);
                    background-size: 100% auto;
                    background-repeat: no-repeat;
                    background-position: center;
                }
                &::before {
                    left: -2rem;
                    top: 50%;
                    transform: translateY(-50%);
                }

            }
        }
    }
    .nav-item:hover {
        a::after {
            display: none;
        }
    }
    .nav-item.annai {
        & a {
            font-size: 1.4rem;
        }
    }
    .nav-item.shinsatsu, .nav-item.incho {
        & a {
            padding-left: 0;
            letter-spacing: .3em;
        }
    }
    .nav-item.access {
        & a {
            font-size: 1.35rem;
            letter-spacing: 0;
            padding-left: 0;
        }
        .lsS {
            letter-spacing: -.2em;
        }
    }
}


/* top-main */
#top-main {
    display: flex;
    padding: 0 1rem;
    margin-top: 1rem;
    .top-main-img1 {
        width: 230px;
        flex-shrink: 0;
    }
    .top-main-txtWrap {
        display: flex;
        flex-direction: column;
    }
    .top-main-ttl {
        text-align: center;
        font-family: 'Kosugi Maru';
        font-weight: 600;
        font-size: 2rem;
        letter-spacing: .02em;
        line-height: 100%;
        color: var(--sub-black);
        position: relative;
        & span {
            padding-left: .5rem;
            padding-right: .3rem;
            font-family: 'LINE Seed JP_OTF regular';
            display: inline-block;
            font-size: 3.6rem;
            line-height: 100%;
        }
        &::after, &::before {
            position: absolute;
            content: "";
            display: block;
            width: 82px;
            height: 26px;
            background-image: url(r-top-image/ico-dental-3p.jpg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
            bottom: 0;
        }
        &::after {
            right: 3rem;
        }
        &::before {
            left: 3rem;
        }
    }
    .top-main-ingto {
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;
        margin-top: .5rem;
        padding-bottom: .2rem;
        border-bottom: 3px solid #ccc;
    }
    .top-main-cont {
        display: flex;
    }
    .top-main-points {
        padding: .5rem .2rem 0 1rem;
        display: flex;
        flex-direction: column;
        gap: .8rem;
    }
    .point-ttl {
        font-size: 1.4rem;
        font-weight: 600;
        display: flex;
        gap: .8rem;
        margin-left: -.3rem;
        &::before {
            content: "";
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            width: 24px;
            height: auto;
        }
    }
    .point-desc {
        margin-top: 0;
        font-weight: 500;
        line-height: 130%;
        font-size: 1.19rem;
    }
    .top-main-point:nth-of-type(1) {
        .point-ttl {
            color: #1e639b;
            &::before {
                background-image: url(r-top-image/ico-dental-blue.jpg);
            }
        }
    }
    .top-main-point:nth-of-type(2) {
        .point-ttl {
            color: #34b757;
            &::before {
                background-image: url(r-top-image/ico-dental-greenjpg.jpg);
            }
        }
    }
    .top-main-point:nth-of-type(3) {
        .point-ttl {
            color: var(--sub-color03);
            &::before {
                background-image: url(r-top-image/ico-dental-orange.jpg);
            }
            ;
        }
    }

    .point-img {
        width: 120px;
        flex-shrink: 0;
        margin-top: .5rem;
    }

}
.top-contact {
    width: 794px;
    margin: auto;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    .top-contact-txt {
        font-size: 1.4rem;
        letter-spacing: -.01em;
        font-weight: 600;
        color: #956a37;
        line-height: 190%;
        display: flex;
        gap: .5rem;
        &::before {
            content: "";
            display: block;
            background-image: url(r-top-image/ico-dental-3p.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            width: 75px;
            height: auto;
            left: 0;
            bottom: 0;
        }
    }
    .top-contact-tel {
        font-size: 1.8rem;
        color: var(--sub-color03);
        font-weight: 600;
        line-height: 110%;
        display: flex;
        gap: .5rem;
        &::before {
            content: "";
            display: block;
            background-image: url(r-top-image/ico-dental-orange.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            width: 23px;
            height: auto;
            left: 0;
            bottom: 0;
        }
    }
}
#top-links {
    display: flex;
    justify-content: space-between;
    padding: 0 2px;
    margin-top: 1.5rem;
    .link-item {
        width: 260px;
    }
    .link-img {
        width: 100%;
        height: auto;
    }
    .link-txt {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 130%;
        margin-top: .5rem;
    }
}

@media screen and (max-width:810px) {
    /* top-main */
    #top-main {
        flex-direction: column;
        padding: 0 1rem;
        margin-top: 1rem;
        .top-main-txtWrap {
            display: flex;
            flex-direction: column;
        }
        .top-main-ttl {
            font-size: 1.8rem;
            & span {
                padding-left: 0;
                padding-right: .2rem;
                margin-top: .5rem;
                font-size: 3.4rem;
            }
            &::after, &::before {
                width: 8.2rem;
                height: 2.6rem;
            }
            &::after {
                right: 3rem;
            }
            &::before {
                left: 3rem;
            }
        }
        .top-main-ingto {
            font-size: 1.4rem;
            padding-bottom: .5rem;
            border-bottom: 2px solid #ccc;
        }
        .top-main-cont {
            display: flex;
            flex-direction: column;
        }
        .top-main-points {
            padding: 1.5rem .5rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .point-ttl {
            font-size: 1.5rem;
            gap: .5rem;
            margin-left: 0;
            &::before {
                width: 2.4rem;
                height: auto;
            }
        }
        .point-desc {
            margin-top: 0.5rem;
            line-height: 140%;
            font-size: 1.4rem;
        }
        .point-img-wrap {
            display: flex;
            justify-content: space-between;
            padding: 0 1rem;
        }
        .point-img {
            width: 36%;
            flex-shrink: 0;
            margin-top: 0;
            & img {
                width: 100%;
            }
        }
        .top-main-img1 {
            width: 62%;
            flex-shrink: 0;
            & img {
                width: 100%;
            }
        }

    }
    .top-contact {
        width: unset;
        max-width: 100%;
        padding: 1rem;
        margin: 0 1rem;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .7rem;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        .top-contact-txt {
            font-size: 1.5rem;
            line-height: 180%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            &::before {
                display: block;
                background-size: 100% auto;
                width: 6.0rem;
                height: 2.5rem;
            }
        }
        .top-contact-tel {
            font-size: 2rem;
            margin-top: .5rem;
            &::before {
                width: 2.5rem;
            }
        }
    }
    #top-links {
        padding: 0;
        margin-top: 1.5rem;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        .link-item {
            width: 30rem;
        }
        .link-txt {
            font-size: 1.4rem;
            margin-top: .5rem;
        }
    }
}


/* footer */
#footer {
    width: 800px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
    position: relative;
    .footer-info {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 10rem;
    }
    .footer-info-top {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    .footer-info-logo {
        width: 10.4rem;
        & img {
            width: 100%;
        }
    }
    .footer-info-name {
        font-size: 2.4rem;
        color: var(--sub-black);
        font-weight: 600;
        font-family: "Kosugi Maru", sans-serif;
        margin-top: 2.5rem;
    }
    .footer-info-addres {
        font-size: 1.5rem;
        color: var(--sub-black);
        font-weight: 600;
        margin-top: .5rem;
    }
    .footer-bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
@media screen and (max-width:810px) {
    /* footer */
    #footer {
        width: 100%;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        .footer-info {
            height: 12rem;
        }
        .footer-info-top {
            gap: .2rem;
        }
        .footer-info-logo {
            width: 10.4rem;
        }
        .footer-info-name {
            font-size: 2.4rem;
            margin-top: 2.5rem;
        }
        .footer-info-addres {
            font-size: 1.5rem;
            text-align: center;
            line-height: 150%;
        }
        .footer-bg {
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            height: 100%;
            width: 100%;
            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

/* side-nav */
.side-nav {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    .nav-item {
        & a {
            display: flex;
            align-items: center;
            position: relative;
            justify-content: center;
            padding: .4rem 0;
            padding-right: 0;
            padding-left: 0;
            font-size: 1.3rem;
            font-family: 'LINE Seed JP_OTF bold';
            font-weight: normal;
            border-top: 3px solid #ccc;
            border-bottom: 3px solid #ccc;
            width: 144px;
            word-break: keep-all;
            color: #555;
            padding-left: 1rem;
            &::before {
                position: absolute;
                content: "";
                background-image: url(r-top-image/ico-dental-body.png);
                background-size: 100% auto;
                background-repeat: no-repeat;
                background-position: center;
                margin-top: .1rem;
                width: 2.4rem;
                height: 4rem;
                left: .5rem;
            }
        }
    }
    .nav-item:hover {
        a::after {
            position: absolute;
            content: "";
            background-image: url(r-top-image/ico-dental-body.png);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: center;
            margin-top: .1rem;
            width: 2.4rem;
            height: 4rem;
            right: .1rem;
        }
    }
    .nav-item.shinsatsu, .nav-item.incho {
        & a {
            padding-left: 1rem;
            letter-spacing: 0;
        }
    }
    .nav-item.access {
        & a {
            font-size: 1.1rem;
            padding-left: 1.8rem;
            letter-spacing: -.02em;
        }
    }
    .nav-item.home {
        & a {
            font-family: "Noto Sans JP", sans-serif;
            font-style: italic;
            font-weight: 600;
            font-size: 1.5rem;
        }
    }
    .tel-copy {
        width: 144px;
        height: auto;
        margin-top: 1.5rem;
    }
}
@media screen and (max-width:810px) {
    .side-nav {
        display: none;
    }
}

/* page-共通 */
.page-main {
    display: flex;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
}
.main-contR {
    margin-top: 3rem;
    width: 630px;
}
.page-head {
    display: block;
    position: relative;
    p, h1 {
        position: absolute;
        bottom: .5rem;
        right: 1.5rem;
        font-size: 1.45rem;
        font-family: "Kosugi Maru", sans-serif;
        text-shadow: 0 0 1px #555;
        color: #555;
        display: flex;
        align-items: flex-end;
        line-height: 130%;
        gap: .8rem;
        &::before {
            content: "";
            display: block;
            background-image: url(r-biginer-image/page-head-ico.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            width: 74px;
            height: 23px;
        }
    }
    h1.incho, h1.shinsatsu, h1.access, h1.biginer {
        text-shadow: none;
    }
}
@media screen and (max-width:810px) {
    .page-main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .main-contR {
        margin: auto;
        margin-top: 1rem;
        width: 35.5rem;
    }
    .page-head {
        display: block;
        position: relative;
        p, h1 {
            position: absolute;
            bottom: .5rem;
            right: 1.1rem;
            font-size: 1.45rem;
            line-height: 130%;
            gap: .5rem;
            &::before {
                width: 7rem;
                height: 2rem;
            }
        }
        h1.incho, h1.shinsatsu, h1.access, h1.biginer {
            text-shadow: none;
        }
    }
}


/* page-biginer */
.biginer-cont {
    width: 624px;
    display: flex;
    margin: auto;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    flex-direction: row-reverse;
    &::after {
        content: "";
        display: block;
        background-image: url(r-biginer-image/biginer-cont-dot.png);
        background-repeat: repeat-x;
        background-size: auto 100%;
        width: 24.3rem;
        height: 5.5px;
        left: 0;
        top: 2rem;
        position: absolute;
    }
    .biginer-cont-img {
        width: 195px;
        height: auto;
        flex-shrink: 0;
    }
    .biginer-cont-txt {
        padding-top: 1rem;
        flex-grow: 1;
    }
    .biginer-ttl {
        font-size: 1.4rem;
        color: #fff;
        background-color: #0768b5;
        width: 18rem;
        border-radius: 10rem 0 0 10rem;
        display: flex;
        align-items: center;
        gap: .5rem;
        padding-left: 1rem;
        padding-bottom: .1rem;
        margin-left: auto;
        & span {
            font-size: 1.8rem;
        }
    }
    .biginer-desc {
        font-size: 1.2rem;
        font-weight: 600;
        padding-left: 2rem;
        padding-top: 1rem;
        padding-right: 2rem;
    }
    .biginer-list {
        font-size: 1.2rem;
        font-weight: 600;
        padding-left: 3rem;
        padding-top: .5rem;
    }
    &:nth-of-type(2n) {
        flex-direction: row;
        margin-top: 2.3rem;
        &::after {
            right: 0;
            left: unset;
        }
        .biginer-ttl {
            margin-left: unset;
            border-radius: 0 10rem 10rem 0;
        }
        .biginer-desc {
            padding-right: 0;
        }
    }
    &:nth-of-type(n+3) {
        margin-top: 1rem;
    }
}
@media screen and (max-width:810px) {
    .biginer-cont {
        display: flex;
        flex-direction: column;
        width: 35.5rem;
        &::after {
            width: 17rem;
            height: 5.5px;
            left: 0;
            top: 1.4rem;
            position: absolute;
        }
        .biginer-cont-img {
            width: 19rem;
            height: auto;
            margin: auto;
            flex-shrink: 0;
            margin-top: 1rem;
            & img {
                width: 100%;
            }
        }
        .biginer-cont-txt {
            padding-top: 0;
        }
        .biginer-ttl {
            font-size: 1.6rem;
            width: 18rem;
            border-radius: 10rem 0 0 10rem;
            gap: .5rem;
            padding-left: 1rem;
            padding-bottom: .3rem;
            padding-top: .3rem;
            margin-left: auto;
            & span {
                font-size: 1.8rem;
            }
        }
        .biginer-desc {
            font-size: 1.4rem;
            padding-top: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .biginer-list {
            font-size: 1.2rem;
            font-weight: 600;
            padding-left: 3rem;
            padding-top: .5rem;
        }
        &:nth-of-type(2n) {
            flex-direction: column;
            margin-top: 2.3rem;
            &::after {
                right: 0;
                left: unset;
            }
            .biginer-ttl {
                margin-left: unset;
                border-radius: 0 10rem 10rem 0;
            }
            .biginer-desc {
                padding-right: 0;
            }
        }
        &:nth-of-type(n+3) {
            margin-top: 2.5rem;
        }
    }
}

/* page-annai */
.annai-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
    .annai-item {
        width: 200px;
    }
    .annai-item:nth-of-type(n+4) {
        margin-top: 2rem;
    }
    .annai-img {
        width: 100%;
        & img {
            width: 100%;
        }
    }
    .annai-ttl {
        display: flex;
        gap: .5rem;
        font-size: 1.5rem;
        color: #34b757;
        font-weight: 600;
        margin-top: .5rem;
        &::before {
            content: "";
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            width: 24px;
            background-image: url(r-top-image/ico-dental-greenjpg.jpg);
            height: auto;
        }
    }
    .annai-ttl.uketsuke {
        letter-spacing: .6em;

    }
    .annai-desc {
        margin-top: .5rem;
        font-size: 1.04rem;
        font-weight: 600;
        line-height: 140%;
    }
}
@media screen and (max-width:810px) {
    .annai-list {
        justify-content: flex-start;
        margin-top: 2rem;
        gap: 2rem 2%;
        .annai-item {
            width: 49%;
        }
        .annai-item:nth-of-type(n+4) {
            margin-top: 0;
        }
        .annai-img {
            width: 100%;
        }
        .annai-ttl {
            font-size: 1.4rem;
            &::before {
                width: 2.2rem;
            }
        }
        .annai-desc {
            margin-top: .5rem;
            font-size: 1.3rem;
        }
    }
}


/* page-shinsatsu */
.shinsatsu-contWrap {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 0;
    justify-content: space-between;
    .shinsatsu-cont {
        width: 31rem;
        display: flex;
        flex-direction: column;
        h2 {
            background-color: #ccc;
            font-size: 1.4rem;
            display: flex;
            gap: .5rem;
            padding: .5rem .7rem;
            align-items: center;
            &::before {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                background-image: url(r-shinsatsu-image/shinsatu-ttl-ico.png);
                background-size: 100% auto;
            }
        }
        p {
            font-size: 1.2rem;
            padding-left: 1rem;
            padding-top: 1rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            line-height: 130%;
            letter-spacing: -.05em;
        }
    }
    .shinsatsu-imgs {
        display: flex;
        justify-content: space-between;
        margin-top: auto;
        img {
            width: 15rem;
        }
    }
    .shinsatsu-cont.wide {
        width: 630px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        h2 {
            width: 100%;
        }
        p {
            width: 310px;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .shinsatsu-imgs {
            margin-top: 1rem;
            img {
                height: max-content;
            }
        }
    }
}
@media screen and (max-width:810px) {
    .shinsatsu-contWrap {
        margin-top: 2rem;
        gap: 3rem;
        justify-content: flex-start;
        .shinsatsu-cont {
            margin: auto;
            width: 34.5rem;
            h2 {
                gap: .8rem;
                font-size: 1.5rem;
                padding: .5rem .7rem;
                &::before {
                    width: 2rem;
                    height: 2rem;
                }
            }
            p {
                font-size: 1.4rem;
                padding-left: .5rem;
                padding-right: .5rem;
                padding-top: 1rem;
                margin-bottom: 1.5rem;
                line-height: 140%;
            }
        }
        .shinsatsu-imgs {
            display: flex;
            justify-content: center;
            margin-top: auto;
            gap: 1rem;
            img {
                width: 15rem;
            }
        }
        .shinsatsu-cont.wide {
            width: 34.5rem;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
            h2 {
                width: 100%;
            }
            p {
                width: 310px;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
            .shinsatsu-imgs {
                margin-top: 0;
                img {
                    height: max-content;
                }
            }
        }
    }
}

/* incho */
.incho-contWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    .incho-image {
        width: 150px;
        flex-shrink: 0;
        text-align: right;
        font-size: 1.3rem;
    }
    .incho-contR {
        width: 470px;
    }
    .incho-msg {
        font-size: 1.23rem;
        font-weight: 500;
        line-height: 140%;
    }
    .profile {
        margin-top: 1.5rem;
    }
    .profile__head {
        font-size: 1.4rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: .6rem;
        &::before {
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
            background-image: url(r-incho-image/incho-ttl-ico.png);
            content: "";
            width: 16px;
            height: 16px;
        }
    }
    .profile__desc {
        margin-top: .5rem;
        padding-left: 2.5rem;
    }
    .profile__group {
        display: flex;
        padding-left: 2.5rem;
        gap: 1rem;
    }
    .profile__group-ttl {
        font-size: 1.23rem;
        font-weight: 500;
    }
    .profile__group-list {
        display: flex;
        flex-direction: column;
    }
    .profile__group-item {
        font-size: 1.23rem;
        font-weight: 500;
    }
}
@media screen and (max-width:810px) {
    .incho-contWrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 2rem;
        gap: 1rem;
        .incho-image {
            width: 150px;
            text-align: center;
            font-size: 1.3rem;
        }
        .incho-contR {
            width: 34.5rem;
        }
        .incho-msg {
            font-size: 1.4rem;
            line-height: 150%;
        }
        .profile {
            margin-top: 2rem;
        }
        .profile__head {
            font-size: 1.5rem;
            gap: .8rem;
            &::before {
                width: 1.6rem;
                height: 1.6rem;
            }
        }
        .profile__desc {
            margin-top: .5rem;
            padding-left: 2.5rem;
            font-size: 1.4rem;
        }
        .profile__group {
            display: flex;
            padding-left: 2.5rem;
            gap: 1rem;
        }
        .profile__group-ttl {
            font-size: 1.4rem;
        }
        .profile__group-list {
            display: flex;
            flex-direction: column;
        }
        .profile__group-item {
            font-size: 1.4rem;
            font-weight: 500;
        }
    }
}


/* access */
.clinicInfo-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    .clinicInfo-img {
        width: 200px;
        flex-shrink: 0;
    }
    .clinicInfo-cont {
        width: 430px;
    }
    .clinicInfo-info {
        display: flex;
        gap: .5rem;
        padding-left: .5rem;
        border-bottom: 3px solid #bbbbbb;
    }
    .clinicInfo-info__logo {
        width: 106px;
        flex-shrink: 0;
    }
    .clinicInfo-info__details {
        display: flex;
        flex-direction: column;
    }
    .clinicInfo-info__name {
        font-size: 2.4rem;
        color: var(--sub-black);
        font-weight: 600;
        font-family: "Kosugi Maru", sans-serif;
        margin-top: 1rem;
    }
    .clinicInfo-info__address {
        font-size: 1.4rem;
        color: var(--sub-black);
        font-weight: 600;
        margin-top: .5rem;
    }
    .clinicInfo-info__tel {
        font-size: 1.4rem;
        color: var(--sub-black);
        font-weight: 600;
        & span {
            display: inline-block;
            padding-left: .5rem;
            font-size: 2.6rem;
            line-height: 100%;
            letter-spacing: .05em;
        }
    }
    .clinicInfo-hours {
        font-size: 1.4rem;
    }
    .clinicInfo-hours__head {
        font-size: 1.4rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: .5rem;
        padding-left: 1rem;
        margin-top: .5rem;
        &::before {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            background-image: url(r-shinsatsu-image/shinsatu-ttl-ico.png);
            background-size: 100% auto;
            background-position: center;
        }
    }
    .clinicInfo-hours__table {
        margin-top: .4rem;
        padding-left: .2rem;
    }

}
.access-wrap {
    margin-top: 3rem;
    .access__head {
        background-color: #ccc;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .5rem .7rem;
        font-weight: 500;
        &::before {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            background-image: url(r-shinsatsu-image/shinsatu-ttl-ico.png);
            background-size: 100% auto;
            background-position: center;
        }
    }
    .access__map {
        margin-top: 1rem;
    }
}
@media screen and (max-width:810px) {
    .clinicInfo-wrap {
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 3rem;
        .clinicInfo-img {
            width: 16rem;
            margin: auto;
        }
        .clinicInfo-cont {
            width: 34.5rem;
        }
        .clinicInfo-info {
            gap: .5rem;
            padding-left: .5rem;
            border-bottom: 3px solid #bbbbbb;
            padding-bottom: 1rem;
        }
        .clinicInfo-info__logo {
            width: 9rem;
            margin-top: 1.5rem;
            flex-shrink: 0;
        }
        .clinicInfo-info__details {
            display: flex;
            flex-direction: column;
        }
        .clinicInfo-info__name {
            font-size: 1.8rem;
            margin-top: 1.5rem;
        }
        .clinicInfo-info__address {
            font-size: 1.2rem;
            margin-top: .3rem;
        }
        .clinicInfo-info__tel {
            font-size: 1.4rem;
            margin-top: .3rem;
            & span {
                padding-left: .5rem;
                font-size: 2.6rem;
                line-height: 100%;
                letter-spacing: .05em;
            }
        }
        .clinicInfo-hours {
            font-size: 1.4rem;
        }
        .clinicInfo-hours__head {
            font-size: 1.5rem;
            gap: .8rem;
            margin-top: 1rem;
            &::before {
                content: "";
                display: block;
                width: 1.8rem;
                height: 1.8rem;
            }
        }
        .clinicInfo-hours__table {
            margin-top: .4rem;
            padding-left: 0;
            & img {
                width: 100%;
            }
        }

    }
    .access-wrap {
        margin-top: 3rem;
        .access__head {
            font-size: 1.5rem;
            gap: .8rem;
            &::before {
                content: "";
                display: block;
                width: 1.8rem;
                height: 1.8rem;
            }
        }
        .access__map {
            margin-top: 1.5rem;
        }
        iframe {
            width: 34.5rem;
        }
    }
}

.footer-tel-copy {
    margin: auto;
    width: 15rem;
    display: block;
    margin-bottom: 2rem;
    margin-top: 4rem;
    & img {
        width: 100%;
    }
}

/* news */
.news-wrap {
    border: 1px solid #3886c7;
    width: 85%;
    margin: auto;
    padding: 1rem 1.5rem 1.5rem;
    border-radius: 3px;
    margin-bottom: 2rem;
    margin-top: .5rem;
    .news-head {
        font-size: 1.5rem;
        padding-bottom: .2rem;
        border-bottom: 1px solid #3886c7;
        display: block;
        width: fit-content;
    }
    .news-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: .7rem;
        padding-left: .5rem;
    }
    .news-item {
        display: flex;
        flex-direction: column;
        gap: .2rem;
    }
    .news-item:nth-of-type(n+2) {
        border-top: 1px dashed #ccc;
        padding-top: .5rem;
    }
    .date {
        font-size: 1.1rem;
    }
    .cont {
        font-size: 1.2rem;
        font-weight: 500;
    }
}
@media screen and (max-width:810px) {
    .news-wrap {
        padding: 1rem 1.5rem 1.5rem;
        margin-bottom: 3rem;
        margin-top: .5rem;
        width: 90%;
        .news-head {
            font-size: 1.3rem;
            padding-bottom: .2rem;
            display: block;
            width: fit-content;
        }
        .news-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-top: .7rem;
            padding-left: .5rem;
        }
        .news-item {
            display: flex;
            flex-direction: column;
            gap: .2rem;
        }
        .news-item:nth-of-type(n+2) {
            border-top: 1px dashed #ccc;
            padding-top: .5rem;
        }
        .date {
            font-size: 1.2rem;
        }
        .cont {
            font-size: 1.3rem;
        }
    }
}

.net-reserve {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 144px;
    margin-top: 15px;
    font-size: 1.3rem;
    font-family: 'LINE Seed JP_OTF bold';
    border: 3px solid #0768b5;
    padding: 5px;
    & span{
        padding: 0 .3rem .3rem;
        font-size: 1.2rem;
        word-break: break-all;
        text-decoration: underline;
        color: #0768b5; 
    }
}
.footer_net-reserve{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    margin: 2rem auto 4rem;
    width: 60%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #0768b5;
    box-shadow: 1px 1px 6px rgba(113, 113, 113, 0.7);
    text-align: center;
}
.calendar{
    display: block;
    width: 90%;
    height: 360px;
    margin: 1rem auto;
}
@media screen and (max-width:810px) {
    .calendar{
        width: 90%;
        height: 34rem;
        margin: 2rem auto;
    }
}



@media screen and (min-width:811px) {
    .sp-only {
        display: none !important;
    }
}
@media screen and (max-width:810px) {
    .pc-only {
        display: none !important;
    }
}


.explanation{
    text-align: center;
    font-weight: 600;
    line-height: 140%;
}

.explanation-ttl{
    margin: 2em 0;
    font-size: 2rem;
}

.explanation-desc{
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1.5rem;
    line-height: 140%;
}

.my-buttton{
    background-color: #3498db;
    color: white;
    border: none;
    padding: 1.2rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 3rem 0;
}
.my-buttton:hover{
    background-color: #2980b9;
}




@media screen and (max-width:811px) {
    .explanation{
        margin: auto;
        margin-top: 1rem;
        width: 35.5rem;
    }

    .explanation-ttl{
        font-size: 1.6rem;
        line-height: 140%;
    }
    .my-button{
        font-size: 1.4rem;
    }
}


.notice{
    text-align: center;
    font-weight: 600;
    line-height: 140%;
}

.notice-1{
    margin: 2rem 0;
}

.notice-ttl{
    margin: 2em 0;
    font-size: 2rem;
}

.notice-ttl2{
    font-size: 1.7rem;
    text-align: left;
    margin: 3rem 0;
}

.notice-desc{
    font-size: 1.5rem;
    line-height: 170%;
    text-align: left;
    margin-bottom: 1.2rem;
}

.indent{
    text-indent: 1em;
}

.indent2{
    text-indent: 2em;
}

.notice-end{
    font-weight: 600;
    line-height: 140%;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #244fc4;
}

@media screen and (max-width:811px) {
    .notice{
        margin: auto;
        margin-top: 1rem;
        width: 35.5rem;
    }

    .notice-ttl{
        font-size: 1.6rem;
    }
    .notice-ttl2{
        text-align: center;
        font-size: 1.4rem;
    }
    .notice-desc{
        text-align: center;
        font-size: 1.3rem;  
    }
}

.privacy-link{
    margin-top:2.5em;
}

.privacy-font{
    font-size: 1.6em;
    text-decoration: underline;
    color: #244fc4;
}

.privacy{
    text-align: center;
    font-weight: 600;
    line-height: 250%;
}

.privacy-1{
    margin: 2rem 0;
}

.privacy-ttl{
    margin: 2em 0;
    font-size: 2rem;
}
.privacy-desc{
    font-size: 1.5rem;
    line-height: 170%;
    text-align: left;
    margin-bottom: 1.2rem;
}
.privacy-end{
    font-weight: 600;
    line-height: 140%;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #244fc4;
}

@media screen and (max-width:811px) {
    .privacy{
        margin: auto;
        margin-top: 1rem;
        width: 35.5rem;
    }
    .privacy-font{
        font-size: 1.4rem;
    }

    .privacy-ttl{
        font-size: 1.6rem;
    }
    .privacy-desc{
        text-align: center;
        font-size: 1.3rem;  
    }
}