@charset "UTF-8";

/*-----------------------------------------------------
    PC
-----------------------------------------------------*/
/* common
-----------------------------------------------------*/
/* system */
.forPC {
    display: block;
}

.forSP {
    display: none;
}
/* reset */
.for-ad-lp .main a {
    text-decoration: none;
}

.for-ad-lp .main p,
.for-ad-lp .main p:first-child,
.for-ad-lp .main p:last-child {
    margin: 0;
    text-align: inherit;
    color: #195493;
}

.for-ad-lp .main img {
    max-width: 100%;
}

.for-ad-lp .main .card {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: auto;
    word-wrap: normal;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

/* layout */
.for-ad-lp .main {
    font-family: 'Noto Serif JP';
}

.for-ad-lp .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 64px 0;
}

/* parts */
.for-ad-lp a.line-btn,
.for-ad-lp a.form-btn {
    border-radius: 64px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
}

.for-ad-lp a.line-btn {
    background: #00B900;
    padding: 8px 26px 8px 8px;
    width: 134px;
}

.for-ad-lp a.form-btn {
    background: linear-gradient(90deg, #195493 33.27%, #699FD9 96.17%);
    padding: 8px 8px 8px 26px;
    width: 248px;
}
/* header
-----------------------------------------------------*/
#header.header-for-ad {
    position: fixed;
    font-family: 'Noto Sans JP';
    width: 100%;
    z-index: 10;
    background-color: #fff;
}

#header.header-for-ad .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 40px;
}

#header.header-for-ad .logo {
    display: block;
}

#header.header-for-ad .logo img {
    max-width: 400px;
}

#header.header-for-ad .cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#header.header-for-ad .cta a {
    display: block;
    text-decoration: none;
}

#header.header-for-ad .cta .tel {
    text-align: right;
}
#header.header-for-ad .cta .tel--sp {
    background-color: #195493;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#header.header-for-ad .cta .tel>span {
    display: block;
}

#header.header-for-ad .cta .tel>span {
    color: #959595;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    /* 12px */
    letter-spacing: 0.8px;
}

#header.header-for-ad .cta .tel>span:first-child {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #195493;
}

#header.header-for-ad a.line-btn,
#header.header-for-ad a.form-btn {
    font-size: 16px;
}

/*-----------------------------------------------------
    TB
-----------------------------------------------------*/
/* @media screen and (min-width: 460px) {

} */

/*-----------------------------------------------------
    SP
-----------------------------------------------------*/
@media screen and (max-width: 767px) {

    /* system */
    .for-ad-lp .forPC {
        display: none;
    }

    .for-ad-lp .forSP {
        display: block;
    }
    /* header
    -----------------------------------------------------*/
    #header.header-for-ad a.form-btn {
        width: 122px;
        font-size: 14px;
        padding-left: 20px;
    }
}

/*-----------------------------------------------------
    template
-----------------------------------------------------*/
/* sec-doctor 
-----------------------------------------------------*/
.section.template-section#sec-doctor .sec-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;   
    margin-bottom: 32px;
}
.section.template-section#sec-doctor .staff-info._ishi {
    margin-top: 0;
}
/* sec-map
-----------------------------------------------------*/
.section.template-section#sec-map {
    font-family: 'Noto Sans JP';
}
.section.template-section#sec-map .facilities__access {
    margin-top: 0;
}
/* sec-precautions
-----------------------------------------------------*/
.section.template-section#sec-precautions {
    background-color: transparent;
    color: #000;
}
.section.template-section#sec-precautions :is(h2,p){
    /* color: #000 !important; */
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;    
}
.section.template-section#sec-precautions .precautions-card {
    border: 1px solid #C7C7C7;
    padding: 64px 24px;
}
.section.template-section#sec-precautions .precautions-card > p:last-child {
    margin-bottom: 0;
    color: #000;
}
@media screen and (max-width: 767px) {
    .section.template-section#sec-precautions .precautions-card {
        padding: 48px 24px;
    }
}
/* sec-internal-links
-----------------------------------------------------*/
.section.template-section#sec-internal-links {
    background-color: #f2ffff;
}
.section.template-section#sec-internal-links .inner {
    /* padding-top: 0; */
}
.section.template-section#sec-internal-links .btn-box {
    margin-top: 0;
    align-items: stretch;
}
.section.template-section#sec-internal-links .btn-box .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: none;
    min-width: 240px;
    width: auto;
    font-family: "Noto Sans JP";
}
.section.template-section#sec-internal-links .btn-box .btn span {
    padding: 8px 16px;
}
.section.template-section#sec-internal-links .btn-box-2 {
    justify-content: center;
}
.section.template-section#sec-internal-links .middle {
    margin-bottom: 40px;
}
.section.template-section#sec-internal-links .middle p {
    text-align: center;
    font-size: 20px;
    color: #002348;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .section.template-section#sec-internal-links .btn-box {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section.template-section#sec-internal-links .btn-box .btn {
        width: fit-content;
    }
    .section.template-section#sec-internal-links .middle p {
        font-size: 16px;   
    }
}