@charset "UTF-8";

/* separator */
.custom-shape-divider-bottom-1738141540 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: -1px;
}

.custom-shape-divider-bottom-1738141540 svg {
    width: calc(100% + 1.3px);
    height: 52px;
    }

@media screen and (min-width: 769px){

    .custom-shape-divider-bottom-1738141540 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 150px;
        }
}

.custom-shape-divider-bottom-1738141540 .shape-fill {
    fill: #FAC569;
}



.custom-shape-divider-top-1737966525 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -1px;
}

.custom-shape-divider-top-1737966525 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 124px;
}

.custom-shape-divider-top-1737966525 .shape-fill {
    fill: #FAC569;
}

/* common */
.topic{
    padding: 30px;
}

.container{
    background-color: #FFFEF5;
}
@media screen and (min-width: 769px){
    .topic{
        padding: 50px;
    }
}

/*==========================
article
==========================*/
.article__header{
    height: 335px;
    background-image: url(../images/photo_uketsuke.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.article__header img{
    position: absolute;
    width: 260px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.article__access{
    margin-right: 2.8%;
    margin-top: 19px;
    width: 50px;

    flex-shrink: 0;
    color:var(--primary-black);
    font-feature-settings: 'vert' on;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1.44px;
    writing-mode: vertical-rl;
}

.article__txt1{
    width: 17px;
}

.article__txt2{
    width: 17px;
    padding-top: 17px;
}

/* article pc */
@media screen and (min-width: 769px){
    .article__header{
        height: 703px;
        display: flex;
        flex-direction: row-reverse;
    }

    .article__header img{
        width: 558px;
        margin: 12px auto 20px;
    }

    .article__access{
        margin-right: 4%;
        margin-top: 50px;

        font-size: 2rem;
    }

    .article__txt1{
        width: 28px;
    }

    .article__txt2{
        width: 28px;
        margin-top: 30px;
    }

}

/*news&content background */
.section--notice{
    background-image: url(../images/SPbackgroundIMG.png);
    background-size: cover;
    align-items: center;
    background-position: center top;
}
@media screen and (min-width: 769px){
    .section--notice{
        background-image: url(../images/PCbackgroundIMG.png);
        background-size: cover;
        align-items: center;
        background-position: center top;
    }
}

    /* news */
.section--news{
    background-color: #FAC569;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 7%;
    }
    /* .news__topics{
        border-radius: 18px;
        border: 2px solid #46AEF7;
        background: linear-gradient(to right, #46AEF7 0%, #46AEF7 27%, #FFFEF5 27%, #FFFEF5 100%);
        width: 297px;
        height: 67px;
        display: flex;
    } */

    /* .news__heading{
        display: block;
        width: 80px;
        height: 67px;
        color: var(--primary-whiteLow);
        text-align: center;
        padding: 12px 16px 14px 20px;
        border-radius: 18px 0 0 18px;
        overflow: hidden;
    } */
    .news__topics{
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    }   

    .news__heading{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    }

    .news__heading h2{
    color: #FFF;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #333;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 3.2px;
    }

    .news__heading p{
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.99px;
    }

    .news__body{
        width: 205px;
    }
    .news__date{
        color: #FFFEF5;
        font-family: "Noto Sans JP";
        font-size: 1rem;
        font-weight: 900;
    }

    .news__title{
        color: #333;
        font-family: "Noto Sans JP";
        font-size: 1.2rem;
        font-weight: 400;
    }

    .btn--news{
        background-color: #46AEF7;
        display: flex;
        height: 29px;
        width: 155px;
        padding: 8px 11px 7px 37px;
        color: #FFFEF5;
        font-family: "Zen Maru Gothic";
        font-size: 1rem;
        font-weight: 500;
        border-radius: 100px;
        /* border: 1px solid #FFFEF5; */
        text-align: center;
        align-items: center;
        gap: 15px;
        margin: 12px auto 0;
        justify-content: space-evenly;
    }

    .btn--news img{
        width: 8px;
        height: 11px;
    }

    /* pc */
    @media screen and (min-width: 769px){

    .news__heading h2{
        font-size: 4rem;
        }
    
        .news__heading p{
        font-size: 1.2rem;
        }

        .news__date{
            font-size: 1.6rem;
        }
    
        .news__title{
            font-size: 1.6rem;
        }
    
        .btn--news{
            display: flex;
            width: 250px;
            height: 50px;
            padding: 8px 11px 7px 37px;
            margin-top: 12px;
            font-size: 2rem;
            font-weight: 500;
            border-radius: 100px;
            /* border: 2px solid #FFFEF5; */
            box-shadow: 4px 7px 12.7px 0px rgba(173, 151, 112, 0.13);
            gap: 15px;
            margin: 12px auto 0;
        }

        .btn--news img{
            width: 10px;
            height: 18px;
        }

    }

    /* about */

    .about__header{
        display: flex;
        background: linear-gradient(270deg, #16D9E3 5.56%, #46AEF7 114.04%);
        width: 100%;
        align-items: center;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        position: relative;
        padding: 40px 7%;
    }

    .about__box{
        width: 100%;
        margin-top: 60px;
        position: relative;
    }

    .bird{
        position: absolute;
        width: 200px;
        right: -40px;
        top: -40px;
        z-index: 1;
    }

    .doctor{
        width: 100px;
        margin: 0 auto;
        text-align: center;
        font-family: "Zen Maru Gothic";
        font-size: 1.4rem;
        font-weight: 500;
    }

    .doctor p{
        margin-top: 10px;
    }
    .aboutBox__title{
        /* color: #FFFEF5;
        text-align: center;
        font-family: "Zen Maru Gothic";
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #333;
        text-shadow: 9px 6px 4px rgba(13, 124, 181, 0.23);
        font-size: 4.2rem;
        font-weight: 900; */
        max-width: 712px;
        margin: 0 auto;
        z-index: 100;
        width: 75%;
    }

    .aboutBox__txt{
        margin-top: 23px;
        color: var(--primary-black);
        text-align: center;
        font-family: "Zen Maru Gothic";
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 26px; /* 260% */
    }


    /* about pc */
    @media screen and (min-width: 769px){
            .about__header{
                padding: 90px 0;
            }
        
            .about__box{
                width: 100%;
                margin: 65px 7% 0;
            }
            .aboutBox__title{
                color: #FFFEF5;
                text-shadow: 9px 6px 4px rgba(13, 124, 181, 0.23);
                -webkit-text-stroke-width: 1.2px;
                font-size: 6.4rem;
                font-weight: 900;
                line-height: 133%; /* 85.12px */
                letter-spacing: 7.04px;
            }

            .aboutBox__txt{
                font-size: 2rem;
                line-height: 2;
                letter-spacing: 2px;
            }

            .bird{
                width: 400px;
                right: -40px;
                top: -40px;
            }

            .doctor{
                width: 200px;
                font-size: 2rem;
            }
        }

    /* contact */

    .section--contact{
        position: relative;
        background-color: #FFFEF5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 7% 40px;
    }

    .contact__topic{
        background-image: url(../images/path.png);
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 50% 60%;

    }

    .contact__txt{
        font-family: "Noto Sans JP";
        color: #333;
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
    }

    .contact__box{
        display: flex;
        flex-direction: column;
        margin-top: 29px;
    }

    .schedule{
        display: block;
        margin: 0 auto;
        width: 268px;
    }

    .contact__tel{
        background-image: url(../images/btn.png);
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        stroke-width: 1px;
        stroke: #16D9E3;
        color: #FFFEF5;
        text-align: center;
        font-family: "Zen Maru Gothic";
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 2.64px;
        margin-top: 27px;
        padding: 20px 30px;
        text-shadow: 0px 1px 3.5px rgba(0, 0, 0, 0.25);
    }

        .big{
        font-family: "Zen Old Mincho";
        font-size: 2rem;
        font-weight: 900;
        letter-spacing: 4.4px;
        }

        .min{
        font-family: "Zen Maru Gothic";
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 1.44px;
        }

    /* pc */
    @media screen and (min-width: 769px){

        .section--contact{
            padding-bottom: 60px;
        }

        .contact__topic{
            background-size: 280px;
        }

        .schedule{
            width: 620px;
            height: 200px;
        }

        .contact__txt{
            font-size: 2.4rem;
            margin-bottom: 20px;
        }

        .contact__tel{
            padding: 33px 65px;
            font-size: 2.4rem;
            letter-spacing: 5.28px;
            margin-top: 40px;
        }

        .big{
            font-size: 4rem;
            letter-spacing: 8.8px;
            }
    
            .min{
            font-size: 3.2rem;
            letter-spacing: 3.84px;
            }
    }


    /* content */
    .content{
        background-color: #D5FDFF;
        padding: 0 7%;
    }

    .content__topic{
        background-image: url(../images/path2.png);
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 50% 60%;
    }

    .content__body{
        background-color: #D5FDFF;
        padding-bottom: 40px;
    }

    .content__list{
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 38px;
        flex-shrink: 0;
        flex-wrap: wrap;
        color: #333;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 23px;
        margin: 0 auto;
        padding-left: 15%;
    }

    .content__listItem{
        width: 116px;
    }

    .content__listItem li::before{
        /* list-style: disc; */
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        background-color: var(--primary-orange);
        border-radius: 50%;
        margin-right: 5px;
        top: -1px;
        position: relative;
    }

        /* content pc */
        @media screen and (min-width: 769px){
            .content{
                padding-bottom: 60px;
            }

            .content__topic{
                background-size: 280px;
            }
        
            .content__list{
                padding: 0;
                justify-content: center;
                font-size: 2rem;
                line-height: 45px; /* 225% */
            }

            .content__listItem{
                width: 180px;
            }
        }

        /* info */
        .info{
            background-image: url(../images/about.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }
        .info__list{
            margin: 60px 7%;
            background: rgba(255, 255, 255, 0.69);
            box-shadow: 0px 4px 24.7px 0px rgba(223, 168, 72, 0.50);
            padding: 30px 40px;
            width: 910px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center
        }

        .info__list p{
            width: 50%;
            margin: 20px 0;
        }

        .info p:nth-of-type(odd){
            font-weight: 700;  
        }

        /* info pc */
        @media screen and (min-width: 769px){

            .info{
                font-size: 1.6rem;
            }

            .info__list{
                margin: 60px 7%;
                padding: 30px 105px;
                width: 910px;
                height: 410px;
            }
        }