@charset "utf-8";


/* ----------------------------------------------------------------------
	under
---------------------------------------------------------------------- */

/* l-under-mainimg */
.l-under-mainimg {
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 30px;
}

.l-under-mainimg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-bg);
    width: 100%;
    height: 400px;
    display: block;
}

.l-under-mainimg-inner {
    position: relative;
    padding-left: 340px;
    margin: 0 auto;
    max-width: 1100px;
}

.l-under-mainimg-ttl {
    position: absolute;
    left: 0;
    bottom: 130px;
    line-height: 1.4;
}

.l-under-mainimg-ttl__en {
    color: var(--color-orange);
    font-size: 4.6rem;
}

.l-under-mainimg-ttl__ja {
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 990px) {
    .l-under-mainimg {
        position: relative;
        padding: 0 30px 25px;
        margin: 0 0 25px;
    }

    .l-under-mainimg::before { height: 210px; }

    .l-under-mainimg-inner { padding-left: 0; }

    /*.l-under-mainimg-ph { margin: 0 0 20px; }*/

    .l-under-mainimg-ttl {
        position: static;
        text-align: center;
        margin-top: -1.3em;
    }

    .l-under-mainimg-ttl__en { font-size: 3.4rem; }

    .l-under-mainimg-ttl__ja { font-size: 2rem; }
}


/* breadclumb */
.breadclumb {
    position: relative;
    font-size: 1.4rem;
    padding-left: 26px;
    margin: 0 auto 3em;
    max-width: 1100px;
}

.breadclumb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../img/icon_kirakira.svg") center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
}

@media screen and (max-width: 990px) {
	.breadclumb {
		font-size: 1.2rem;
        padding-left: 52px;
		overflow-x: auto;
		white-space: nowrap;
	}
    
    .breadclumb::before {
        left: 30px;
        background-size: 16px;
        width: 16px;
        height: 16px;
    }
}


/* recommend-regular */
.recommend-regular {
    padding: 60px 80px;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 10px;
}

.recommend-regular--mb { margin-bottom: 120px; }

.recommend-regular dt {
    color: var(--color-orange);
    font-size: 2rem;
    width: 340px;
}

.recommend-regular dd { width: 600px; }

@media screen and (max-width: 990px) {
    .recommend-regular {
        padding: 20px 20px;
        display: block;
    }

    .recommend-regular--mb { margin-bottom: 80px; }

    .recommend-regular dt {
        font-size: 1.8rem;
        text-align: center;
        width: 100%;
        margin: 0 0 0.4em;
    }

    .recommend-regular dd { width: 100%; }
}


/* icon-medical */
.icon-medical {
    width: 140px;
    height: 140px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ----------------------------------------------------------------------
	about
---------------------------------------------------------------------- */

/* l-about-greeting */
.l-about-greeting { margin: 0 0 120px; }

.l-about-greeting-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.l-about-greeting-ph {
    position: relative;
    width: 550px; 
}

.l-about-greeting-ph01 {
    position: relative;
    margin: 0 0 50px;
}

.l-about-greeting-ph-name {
    position: absolute;
    top: 55px;
    right: 0;
    background: var(--color-yellow);
    text-align: left;
    border-radius: 10px;
    padding: 0 20px;
    height: 180px;
    display: flex;
    align-items: center;
}

.l-about-greeting-ph-name__block {
    display: flex;
    flex-direction: row-reverse;
}

.l-about-greeting-ph-name__ttl,
.l-about-greeting-ph-name__ja,
.l-about-greeting-ph-name__en { writing-mode: vertical-rl; }

.l-about-greeting-ph-name__ttl { margin-left: 12px; }

.l-about-greeting-ph-name__ja {
    font-size: 2.2rem;
    margin-left: 3px;
}
.l-about-greeting-ph-name__en { font-size: 1.4rem; }

.l-about-greeting-ph-txt-en {
    position: absolute;
    right: 35px;
    bottom: 134px;
    color: var(--color-orange);
    font-size: 4.6rem;
    writing-mode: vertical-rl;
}

.l-about-greeting-ph-chara {
    position: absolute;
    right: 0;
    bottom: 0;
}

.l-about-greeting-message { width: 500px; }

.l-about-greeting-message-catch {
    color: var(--color-orange);
    font-size: 2.6rem;
    margin: 0 0 1em;
}

.l-about-greeting-message-txt {
    line-height: 2;
    margin: 0 0 2.4em;
}

.l-about-greeting-history-ttl { color: var(--color-orange); }

.l-about-greeting-history-list dl { display: flex; }

.l-about-greeting-history-list dl dt {
    position: relative;
    width: 80px;
}

.l-about-greeting-history-list dl dt,
.l-about-greeting-history-list dl dd { padding: 14px 0; }

.l-about-greeting-history-list dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-orange);
    width: 80px;
    height: 1px;
    display: block;
}

.l-about-greeting-history-list dl dd {
    padding-left: 20px;
    width: 420px;
    border-bottom: 1px solid var(--color-border);
}

@media screen and (max-width: 990px) {
    .l-about-greeting { margin: 0 0 80px; }

    .l-about-greeting-column { display: block; }

    .l-about-greeting-ph {
        margin: 0 0 30px;
        width: auto;
    }

    .l-about-greeting-ph01 {
        padding-right: 75px;
        margin: 0 0 30px;
    }

    .l-about-greeting-ph01 img,
    .l-about-greeting-ph02 img { width: 100%; }

    .l-about-greeting-ph-name {
        top: 9.333vw;
        padding: 0 15px;
        height: 130px;
    }

    .l-about-greeting-ph-name__ttl,
    .l-about-greeting-ph-name__ja,
    .l-about-greeting-ph-name__en { writing-mode: vertical-rl; }

    .l-about-greeting-ph-name__ttl {
        font-size: 1.2rem; 
        margin-left: 6px;
    }

    .l-about-greeting-ph-name__ja {
        font-size: 1.8rem;
        margin-left: 3px;
    }
    .l-about-greeting-ph-name__en { font-size: 1rem; }

    .l-about-greeting-ph-txt-en {
        right: 20px;
        bottom: 30px;
        font-size: 3rem;
    }

    .l-about-greeting-ph-chara { bottom: -45px; }
    
    .l-about-greeting-ph-chara img { width: 84px; }

    .l-about-greeting-ph02 { padding-right: 115px; }

    .l-about-greeting-message { width: auto; }

    .l-about-greeting-message-catch {
        font-size: 2.2rem;
        margin: 0 0 0.8em;
    }

    .l-about-greeting-message-txt {
        line-height: 1.8;
        margin: 0 0 2.2em;
    }

    .l-about-greeting-history-list dl dd { width: calc(100% - 80px); }
}


/* l-about-facility */
.l-about-facility {
    margin: 0 0 120px;
    overflow: hidden;
}

.l-about-facility-lead {
    text-align: center;
    margin: 0 0 2em;
}

.l-about-facility-lead__catch {
    color: var(--color-orange);
    font-size: 2.4rem;
    margin: 0 0 0.8em;
}

.l-about-facility-lead__txt { line-height: 1.8; }

.l-about-facility-lead__txt span { display: block; }

@media screen and (max-width: 990px) {
    .l-about-facility {
        margin: 0 0 80px;
        overflow: hidden;
    }

    .l-about-facility-lead {
        text-align: center;
        margin: 0 30px 2.4em;
    }

    .l-about-facility-lead__catch {
        font-size: 2rem;
        margin: 0 0 0.8em;
    }

    .l-about-facility-lead__catch .marker {
        margin: 0 0 5px;
        display: inline-block;
    }
    
    .l-about-facility-lead__catch .marker:last-child { margin: 0; }

    .l-about-facility-lead__txt { text-align: left; }
    
    .l-about-facility-lead__txt span { display: inline; }
}


.l-about-facility-inner {
    position: relative;
    margin: 0 auto 120px;
    max-width: 1200px;
    height: 810px;
}
.l-about-facility-inner--barrier-free { height: 460px; }

.l-about-facility-inner--last { margin-bottom: 60px; }

@media screen and (max-width: 990px) {
    .l-about-facility-inner {
        margin: 0 auto 60px;
        height: auto;
    }
    .l-about-facility-inner--barrier-free { height: auto; }

    .l-about-facility-inner--last { margin-bottom: 60px; }
}


.l-about-facility-chara { position: absolute; }

.l-about-facility-inner--room .l-about-facility-chara {
    top: -100px;
    right: 200px;
}

.l-about-facility-inner--kids .l-about-facility-chara {
    top: -120px;
    left: 210px;
}

.l-about-facility-inner--barrier-free .l-about-facility-chara {
    top: -100px;
    right: 120px;
}

@media screen and (max-width: 990px) {
    .l-about-facility-chara {
        position: static;
        text-align: center;
    }
}


.l-about-facility-mainimg {
    position: absolute;
    top: 0;
    left: -50px;
}

.l-about-facility-reserve .l-about-facility-mainimg {
    left: inherit;
    right: -50px;
}

@media screen and (max-width: 990px) {
    .l-about-facility-mainimg {
        position: static;
        margin: 0 0 25px;
    }
    
    .l-about-facility-mainimg img { width: 100%; }
}


.l-about-facility-inner .l-about-facility-caption {
    position: absolute;
    right: 0;
    width: 420px;
}

.l-about-facility-reserve .l-about-facility-caption {
    left: 0;
    right: inherit;
}

.l-about-facility-inner--reception .l-about-facility-caption { top: 100px; }
.l-about-facility-inner--room .l-about-facility-caption { top: 100px; }
.l-about-facility-inner--kids .l-about-facility-caption { top: 80px; }
.l-about-facility-inner--barrier-free .l-about-facility-caption { top: 0; }

.l-about-facility-caption dt {
    color: var(--color-orange);
    font-size: 2rem;
    text-align: center;
    margin: 0 0 0.8em;
}

.l-about-facility-caption dd { line-height: 2; }

@media screen and (max-width: 990px) {
    .l-about-facility-inner .l-about-facility-caption {
        position: static;
        width: auto;
        margin: 0 30px 1.6em;
    }
    
    .l-about-facility-caption dt { margin: 0 0 0.6em; }
    
    .l-about-facility-caption dt .br { display: inline-block; }
}


.l-about-facility-ph01 {
    position: absolute;
    right: 0;
}

.l-about-facility-reserve .l-about-facility-ph01 { 
    left: 0;
    right: inherit;
}

.l-about-facility-inner--reception .l-about-facility-ph01 { bottom: 80px; }
.l-about-facility-inner--room .l-about-facility-ph01 { bottom: 100px; }
.l-about-facility-inner--kids .l-about-facility-ph01 { bottom: 50px; }
.l-about-facility-inner--barrier-free .l-about-facility-ph01 { bottom: 0; }

.l-about-facility-ph02 {
    position: absolute;
    left: 100px;
    bottom: 0;
}

.l-about-facility-reserve .l-about-facility-ph02 {
    left: inherit;
    right: 100px;
}

@media screen and (max-width: 990px) {
    .l-about-facility-ph { margin: 0 70px; }
    
    .l-about-facility-ph img { width: 100%; }

    .l-about-facility-ph01,
    .l-about-facility-ph02 { position: static; }
    
    .l-about-facility-ph01 { margin: 0 0 30px; }
}


.l-about-facility-column {
    position: relative;
    padding: 140px 0 0;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}

.l-about-facility-column__inner { width: 520px; }

.l-about-facility-rest-chara {
    position: absolute;
    top: 0;
    left: 150px;
}

@media screen and (max-width: 990px) {
    .l-about-facility-column {
        padding: 0;
        margin: 0 30px;
        display: block;
    }

    .l-about-facility-column__inner {
        margin: 0 0 60px;
        width: 100%;
    }
    
    .l-about-facility-column__inner:last-child { margin: 0; }
    
    .l-about-facility-rest-chara {
        position: static;
       text-align: center;
    }
}

.l-about-facility-rest__ph img { width: 100%; }

.l-about-facility-access__img {
    background: var(--color-bg);
    padding: 80px 0;
}

.l-about-facility-access__img ul { 
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.l-about-facility-rest__ph,
.l-about-facility-access__img { margin: 0 0 25px; }

@media screen and (max-width: 990px) {
    .l-about-facility-access__img { padding: 40px 0; }

    .l-about-facility-access__img ul { gap: 0 15px; }
}


/* l-about-equipment */
.l-about-equipment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.l-about-equipment-list li { width: 340px; }

.l-about-equipment-list-ph { margin: 0 0 20px; }

.l-about-equipment-list-caption__name {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 0.6em;
}

@media screen and (max-width: 990px) {
    .l-about-equipment-list { gap: 50px; }
    
     .l-about-equipment-list li,
     .l-about-equipment-list li img { width: 100%; }
}


/* ----------------------------------------------------------------------
	first-visit
---------------------------------------------------------------------- */

/* l-first-visit-lead */
.l-first-visit-lead {
    text-align: center;
    margin: 0 0 2em;
}

.l-first-visit-lead__catch {
    color: var(--color-orange);
    font-size: 2.4rem;
    margin: 0 0 0.8em;
}

.l-first-visit-lead__txt span { display: block; }

@media screen and (max-width: 990px) {
    .l-first-visit-lead { margin: 0 0 1.4em; }

    .l-first-visit-lead__catch {
        font-size: 1.8rem;
        margin: 0 0 0.6em;
    }

    .l-first-visit-lead__txt { text-align: left; }
    
    .l-first-visit-lead__txt span { display: inline; }
}


/* l-first-visit-request */
.l-first-visit-request { margin: 0 0 120px; }

.l-first-visit-request-column {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
}

.l-first-visit-request-column--center { align-items: center; }

.l-first-visit-request-column__inner { width: 530px; }

.l-first-visit-request-reserve { background:  var(--color-bg); }

.l-first-visit-request-reserve__inner { padding-right: 40px; }

.l-first-visit-request-reserve__catch {
    color: var(--color-orange);
    font-size: 2rem;
    text-align: center;
    margin: 0 0 0.8em;
}

.l-first-visit-request-reserve__txt {
    text-align: center;
    margin: 0 0 0.6em;
}

.l-first-visit-request-reserve__tel {
    color: var(--color-orange);
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
}

.l-first-visit-request-reserve__tel a {
    color: var(--color-orange);
    font-size: 2.8rem;
    text-decoration: none;
}

.l-first-visit-request-other dl { margin: 0 0 1em; }
.l-first-visit-request-other dl:last-child { margin: 0; }
.l-first-visit-request-other dl dt { margin: 0 0 0.2em; }

@media screen and (max-width: 990px) {
    .l-first-visit-request { margin: 0 0 80px; }

    .l-first-visit-request-column {
        margin: 0 0 30px;
        display: block;
    }

    .l-first-visit-request-column__inner { width: 100%; }

    .l-first-visit-request-ph img { width: 100%; }

    .l-first-visit-request-reserve__inner { padding: 20px; }

    .l-first-visit-request-reserve__catch { font-size: 1.8rem; }

    .l-first-visit-request-other dl:last-child { margin: 0 0 1em; }
}


/* l-first-visit-point */
.l-first-visit-point-bg {
     background:  var(--color-bg);
     padding: 60px 0 100px;
}

.l-first-visit-point-chara { text-align: center; }

.l-first-visit-point { margin: 0 0 120px; }

.l-first-visit-point-inner { margin: 0 0 50px; }
.l-first-visit-point-inner:last-child { margin: 0; }

.l-first-visit-point-ttl {
    text-align: center;
    line-height: 1.2;
    margin: 0 0 1.6em;
}

.l-first-visit-point-ttl-en__txt {
    color: var(--color-yellow);
    font-size: 2rem;
}

.l-first-visit-point-ttl-en__num {
    position: relative;
    color: var(--color-orange);
    font-size: 5.2rem;
    margin: 0 0 0.2em;
}

.l-first-visit-point-ttl-en__num::before,
.l-first-visit-point-ttl-en__num::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-orange);
    width: calc((100% - 120px) / 2);
    height: 1px;
    display: block;
}

.l-first-visit-point-ttl-en__num::before { left: 0; }
.l-first-visit-point-ttl-en__num::after { right: 0; }

.l-first-visit-point-ttl-ja {
    color: var(--color-orange);
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 990px) {
    .l-first-visit-point-bg {
         background:  var(--color-bg);
         padding: 40px 0 60px;
    }

    .l-first-visit-point { margin: 0 0 80px; }

    .l-first-visit-point-ttl { margin: 0 0 1.4em; }
    
    .l-first-visit-point-ttl-en__num { margin: 0 0 0.1em; }

    .l-first-visit-point-ttl-ja {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

.l-first-visit-point01-txt {
    text-align: center;
    margin: -0.4em 0 1.6em;
}

.l-first-visit-point01-list {
    display: flex;
    justify-content: space-between;
}

.l-first-visit-point01-list li { width: 340px; }
.l-first-visit-point01-list li figure {
    display: flex;
    align-items: center;
}

.l-first-visit-point01-list-icon {
    background: var(--color-white);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.l-first-visit-point01-list-txt {
    text-align: center;
    width: 200px;
}

.l-first-visit-point01-list-txt__disp span { display: block; }

.l-first-visit-point01-list-txt__subject {
    color: var(--color-orange);
    font-size: 2rem;
    margin-top: 0.4em;
}

@media screen and (max-width: 990px) {
    .l-first-visit-point01-txt { text-align: left; }

    .l-first-visit-point01-list {
        margin: 0 auto;
        max-width: 315px;
        display: block;
    }

    .l-first-visit-point01-list li {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .l-first-visit-point01-list li:last-child { margin: 0; }

    .l-first-visit-point01-list-icon {
        width: 120px;
        height: 120px;
    }
    
    .l-first-visit-point01-list-icon img {
        width: auto;
        height: 50px;
    }
    
    .l-first-visit-point01-list-txt { width: calc(100% - 120px); }

    .l-first-visit-point01-list-txt__disp span { display: block; }
}


.l-first-visit-point02-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.l-first-visit-point02-ph {
    position: relative;
    width: 300px;
}

.l-first-visit-point02-ph figcaption {
    position: absolute;
    top: 15px;
    left: 0;
    background: var(--color-yellow);
    text-align: center;
    width: 160px;
    padding: 8px 0;
    border-radius: 0 10px 10px 0
}

.l-first-visit-point02-txt { width: 420px; }

.l-first-visit-point02-txt dt {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 0.8em;
}

@media screen and (max-width: 990px) {
    .l-first-visit-point02-column { display: block; }

    .l-first-visit-point02-ph,
    .l-first-visit-point02-ph img { width: 100%; }

    .l-first-visit-point02-ph { margin: 0 0 30px; }

    .l-first-visit-point02-ph figcaption { top: 20px; }

    .l-first-visit-point02-txt {
        margin-top: -10px;
        width: 100%;
    }
    
    .l-first-visit-point02-txt .sp-inline-block { margin-top: 0.4em; }
}


.l-first-visit-point03-txt dt {
    color: var(--color-orange);
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 0.4em;
}

@media screen and (max-width: 990px) {
}


.l-first-visit-point04-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-first-visit-point04-ph {
    width: 710px;
    display: flex;
    gap: 0 30px;
}

.l-first-visit-point04-ph ul li:first-child { margin: 0 0 30px; }

.l-first-visit-point04-txt { width: 350px; }

.l-first-visit-point04-txt p { margin: 0 0 1em; }
.l-first-visit-point04-txt p:last-child { margin: 0; }

@media screen and (max-width: 990px) {
    .l-first-visit-point04-column { display: block; }

    .l-first-visit-point04-ph {
        width: 100%;
        display: block;
    }

    .l-first-visit-point04-ph img { width: 100% }

    .l-first-visit-point04-ph p { margin: 0 0 30px; }
    .l-first-visit-point04-ph ul { margin: 0 0 25px; }

    .l-first-visit-point04-txt { width: 100%; }
}


/* l-first-visit-flow */
.l-first-visit-flow-step {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.l-first-visit-flow-step li {
    background: var(--color-white);
    padding: 19px;
    width: 340px;
    border-radius: 10px;
    border: 1px solid var(--color-border);
}

.l-first-visit-flow-step__ph { margin: 0 0 20px; }


.l-first-visit-flow-step__num {
    position: relative;
    color: var(--color-yellow);
    font-size: 2rem;
    text-align: center;
}

.l-first-visit-flow-step__txt dt {
    color: var(--color-orange);
    font-size: 2rem;
    text-align: center;
    margin: 0 0 0.6em;
}

@media screen and (max-width: 990px) {
    .l-first-visit-flow-step {
        margin: 0 0 30px;
        gap: 30px;
    }
    
    .l-first-visit-flow-step li { width: 100%; }
    
    .l-first-visit-flow-step__ph img { width: 100%; }
    
    .l-first-visit-flow-step__box { padding: 10px 20px 20px; }
}


/* ----------------------------------------------------------------------
	medical
---------------------------------------------------------------------- */

/* l-medical-treatment-item */
.l-medical-treatment-item {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid var(--color-border);
}

.l-medical-treatment-item--center { align-items: center; }

.l-medical-treatment-item--first { border-top: 1px solid var(--color-border); }

.l-medical-treatment-item-ttl {
    width: 300px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.l-medical-treatment-item-s-ttl { margin: 0 0 1em; }

.l-medical-treatment-item-ttl__txt {
    color: var(--color-orange);
    font-size: 2rem;
}

.l-medical-treatment-item-box { width: 750px; }

.l-medical-treatment-item-box .btn-default { padding-top: 10px; }


@media screen and (max-width: 990px) {
    .l-medical-treatment-item {
        padding: 25px 0;
        display: block;
    }

    .l-medical-treatment-item-ttl {
        text-align: center;
        width: 100%;
        display: block;
    }

    .l-medical-treatment-item-s-ttl { margin: 0 0 1em; }

    .l-medical-treatment-item-ttl__icon { margin: 0 auto 10px; }

    .l-medical-treatment-item-ttl__txt { margin: 0 0 0.6em; }

    .l-medical-treatment-item-box { width: 100%; }
}


/* l-medical-caries-progress */
.l-medical-caries-progress { margin-top: 1.6em; }

.l-medical-caries-progress-inner {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
}

.l-medical-caries-progress-inner:last-child { margin: 0; }

.l-medical-caries-progress-box { width: 520px; }

.l-medical-caries-progress-box__ttl { margin: -6px 0 0.4em; }
.l-medical-caries-progress-box__ttl span {
    color: var(--color-orange);
    font-size: 2.2rem;
}

@media screen and (max-width: 990px) {
    .l-medical-caries-progress-inner {
        margin: 0 0 40px;
        display: block;
    }

    .l-medical-caries-progress-img {
        text-align: center;
        margin: 0 0 15px;
    }

    .l-medical-caries-progress-box { width: 100%; }

    .l-medical-caries-progress-box__ttl {
        text-align: center;
        margin: 0 0 0.4em;
    }
    
    .l-medical-caries-progress-box__ttl span { font-size: 2rem; }
}


/* l-medical-preventive */
.l-medical-preventive { margin-top: 1.6em; }

.l-medical-preventive-box {
    padding: 30px;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 10px;
}

.l-medical-preventive-box:last-child { margin: 0; }

.l-medical-preventive-ttl {
    color: var(--color-orange);
    width: 130px;
}

.l-medical-preventive-txt { width: 560px; }

@media screen and (max-width: 990px) {
    .l-medical-preventive-box {
        padding: 20px;
        margin: 0 0 30px;
        display: block;
    }

    .l-medical-preventive-ttl,
    .l-medical-preventive-txt { width: 100%; }
    
    .l-medical-preventive-ttl {
        text-align: center;
        margin: 0 0 0.4em;
    }
}


/* l-medical-lead */
.l-medical-lead {
    text-align: center;
    margin: 0 0 3em;
}

.l-medical-lead--mb { margin: 0 0 2em; }

.l-medical-lead__icon { margin: 0 auto 20px; }

.l-medical-lead__catch {
    color: var(--color-orange);
    font-size: 2rem;
    margin: 0 0 0.8em;
}

.l-medical-lead__catch:last-child { margin: 0; }

.l-medical-lead__txt-box {
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}

.l-medical-lead__txt-box p { margin: 0 0 1em; }
.l-medical-lead__txt-box p:last-child { margin: 0; }

@media screen and (max-width: 990px) {
    .l-medical-lead { margin: 0 0 4em; }

    .l-medical-lead--mb { margin: 0 0 1.6em; }

    .l-medical-lead__catch {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    .l-medical-lead__txt { text-align: left; }
}


/* ----------------------------------------------------------------------
	ceramic
---------------------------------------------------------------------- */

 .l-ceramic { margin: 0 0 120px; }
 
 
 /* l-ceramic-merit */
 .l-ceramic-merit dt {
     color: var(--color-orange);
     font-size: 1.8rem;
     text-align: center;
     padding: 0 0 0.6em;
     margin: 0 0 1em;
     border-bottom: 1px solid var(--color-border); 
 }
 
.l-ceramic-kind { margin: 60px 0 0; }

.l-ceramic-kind-ttl {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 1em;
}

.l-ceramic-kind-img { margin: 0 0 20px; }

.l-ceramic-kind-name {
    color: var(--color-orange);
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 0.4em;
}

.l-ceramic-kind-rank { margin: 1em 0 0; }
.l-ceramic-kind-rank li { margin: 0 0 0.2em; }
.l-ceramic-kind-rank li:last-child { margin: 0; }

@media screen and (max-width: 990px) {
     .l-ceramic { margin: 0 0 80px; }
     
    .l-ceramic-kind-img img { width: 100%; }
}


 /* l-whitening */
.l-whitening { margin: 0 0 60px; }

.l-whitening-column {
    display: flex;
    justify-content: space-between;
}

.l-whitening-txt { width: 750px; }

@media screen and (max-width: 990px) {
    .l-whitening-column { display: block; }

    .l-whitening { margin: 0; }

    .l-whitening-ph { margin: 0 0 20px; }

    .l-whitening-ph img { width: 100%; }
    
    .l-whitening-txt { width: 100%; }
}


/* ----------------------------------------------------------------------
	oral
---------------------------------------------------------------------- */

 /* l-oral-problem */
.l-oral-problem {
    margin: 0 0 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-oral-problem__box { width: 530px; }

.l-oral-problem__txt { margin: 1.4em 0 0; }

@media screen and (max-width: 990px) {
    .l-oral-problem {
        margin: 0 0 80px;
        display: block;
    }

    .l-oral-problem__ph { margin: 0 0 20px; }

    .l-oral-problem__ph img { width: 100%; }

    .l-oral-problem__box { width: 100%; }
    
    .l-oral-problem__txt { margin: 1em 0 0; }
}


 /* l-oral-treatment */
.l-oral-treatment-ttl {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 1em;
}


/* ----------------------------------------------------------------------
	implant
---------------------------------------------------------------------- */

 /* l-implant-preoperative-merit */
.l-implant-preoperative-merit { margin: 0 0 120px; }

@media screen and (max-width: 990px) {
    .l-implant-preoperative-merit { margin: 0 0 80px; }
}


.l-implant-reproduction-inner { margin: 0 0 120px; }
.l-implant-reproduction-inner:last-child { margin: 0; }

@media screen and (max-width: 990px) {
    .l-implant-reproduction-inner { margin: 0 0 80px; }
}


 /* l-implant-socket-sinus */
.l-implant-socket-sinus {
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.l-implant-socket-sinus-txt { width: 660px; }

@media screen and (max-width: 990px) {
    .l-implant-socket-sinus {
        margin: 0 0 40px;
        display: block;
    }

    .l-implant-socket-sinus-txt {
        margin-top: 20px;
        width: 100%;
    }
    
    .l-implant-socket-sinus-img img { width: 100%; }
}


 /* l-implant-lift */
.l-implant-lift {
    padding: 39px 49px 49px;
    margin: 0 0 50px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
}
.l-implant-lift:last-child { margin: 0; }

.l-implant-lift-ttl {
    color: var(--color-orange);
    font-size: 2rem;
    text-align: center;
    margin: 0 0 0.8em;
}

.l-implant-lift-txt {
    text-align: center;
    margin: 0 0 1em;
}
.l-implant-lift-txt span { display: block; }

.l-implant-lift-desp {
    background: var(--color-bg);
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.l-implant-lift-desp__txt {
    padding: 40px;
    width: 680px;
}

.l-implant-lift-flow {
    padding: 30px 0 0 ;
    border-top: 1px dashed var(--color-border);
}

.l-implant-lift-flow__list {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
}

.l-implant-lift-flow__txt { margin-top: 1.4em; }

.l-implant-gbr-txt { text-align: center; }
.l-implant-gbr-txt span { display: block; }

@media screen and (max-width: 990px) {
    .l-implant-lift {
        padding: 19px;
        margin: 0 0 30px;
    }

    .l-implant-lift-ttl {
        font-size: 1.8rem;
        margin: 0 0 0.6em;
    }

    .l-implant-lift-txt {
        text-align: left;
        margin: 0 0 1em;
    }
    .l-implant-lift-txt span { display: inline; }

    .l-implant-lift-desp {
        display: block;
        margin: 0 0 30px;
    }

    .l-implant-lift-desp__txt {
        padding: 20px;
        width: 100%;
    }
    
    .l-implant-lift-desp__img img { width: 100%; }

    .l-implant-lift-flow__list { display: block; }
    
    .l-implant-lift-flow__list li { margin: 0 0 30px; }
    .l-implant-lift-flow__list li:last-child { margin: 0; }

    .l-implant-lift-flow__list li img { width: 100%; }
    
    .l-implant-gbr-txt { text-align: left; }
    .l-implant-gbr-txt span { display: inline; }
}


/* ----------------------------------------------------------------------
	access
---------------------------------------------------------------------- */

 /* l-access-map */
.l-access-g-map { margin: 0 0 80px; }

.l-access-g-map__sp { display: none; }

@media screen and (max-width: 990px) {
    .l-access-g-map { margin: 0 0 40px; }
    
    .l-access-g-map__pc { display: none; }
    .l-access-g-map__sp { display: block; }
    
    .l-access-g-map iframe { width: 100%; }
}


 /* l-access-how-t */
.l-access-how-to {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-access-how-to-map { width: 680px; }

.l-access-how-to-map__img { margin: 0 0 20px; }
.l-access-how-to-map__img img {
    border: 1px solid var(--color-border);
    border-radius: 10px;
}

.l-access-how-to-inner {
    padding-bottom: 40px;
    width: 370px;
}

.l-access-how-to-address { margin: 0 0 1em; }

.l-access-how-to-box {
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-access-how-to-box:last-child { margin: 0; }

.l-access-how-to-icon { width: 80px; }

.l-access-how-to-icon dt {
    color: var(--color-orange);
    text-align: center;
    margin: 0 0 0.2em;
}

.l-access-how-to-info {
    padding: 30px 0 0;
    width: 270px;
}

.l-access-how-to-info__txt {
    color: var(--color-orange);
    margin: 0 0 0.2em;
}

.l-access-how-to-info__txt span { display: inline-block; }

@media screen and (max-width: 990px) {    
    .l-access-how-to { display: block; }

    .l-access-how-to-map { width: 100%; }

    .l-access-how-to-map__img img { width: 100%; }

    .l-access-how-to-inner {
        padding: 20px 0 0;
        width: 100%;
    }

    .l-access-how-to-address { text-align: center; }

    .l-access-how-to-box {
        text-align: center;
        padding: 30px 0;
        margin: 0;
        display: block;
        border-top: 1px solid var(--color-border);
    }

    .l-access-how-to-icon { width: 100%; }

    .l-access-how-to-icon dt {
        color: var(--color-orange);
        text-align: center;
        margin: 0 0 0.2em;
    }

    .l-access-how-to-info {
        padding: 15px 0 0;
        width: 100%;
    }

    .l-access-how-to-info__txt { margin: 0 0 0.4em; }
}


/* ----------------------------------------------------------------------
	not-found
---------------------------------------------------------------------- */

.l-not-found { text-align: center; }

.l-not-found p { margin: 0 0 1em; }
.l-not-found p:last-child { margin: 0; }

@media screen and (max-width: 990px) {
}












