body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #444;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
    height: auto;
}
header{
    height: 130px;
}
.header_inner{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 263px;
}
.uketuke{
    font-size: 14px;
}
.tel{
    display: flex;
    align-items: center;
}
.header_right_tel{
    margin-top: 13px;
    justify-content: right;
}
.tel_icon{
    width: 25px;
}
.tel_number{
    font-size: 24px;
    font-weight: bold;
    color: #21A937;
    margin-left: 5px;
}
.fv{
    height: 947px;
    background-image: url(img/fv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.copy_boxes{
    display: flex;
    position: absolute;
    top: 133px;
    left: 11%;
}
.copy_boxes_item{
    height: 565px;
    width: 102px;
    background-color: #fff;
    padding: 24px 0;
}
.copy_boxes_item:first-child{
    margin-right: 80px;
}
.copy_boxes_item_text{
    writing-mode: vertical-rl;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0.24em;
}
.text_color{
    color: #21A937;
}
.about_inner{
    display: flex;
    max-width: 1220px;
    padding: 0 20px;
    margin: 147px auto 82px;
}
.about_wrapper_copy{
    padding: 31px 42px 98px 33px;
}
.about_wrapper_img{
    max-width: 690px;
    margin-top: 14px;
}
.about_wapper_copy_ttl{
    line-height: 66px;
}
.ttl_underline{
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 9px;
    text-decoration-color: #8de49c;
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
}
.about_wrapper_copy_txt{
    display: inline-block;
    margin-top: 22px;
    line-height: 38px;
}
.service{
    background-color: #F5FCF8;
}
.service_inner{
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}
.service_ttl{
    padding-top: 82px;
}
.service_txt{
    margin-top: 75px;
}
.service_boxes{
    display: flex;
    margin-top: 37px;
}
.service_box{
    width: 380px;
    height: 591px;
    margin-right: 20px;
    background-color: #fff;
    border: 2px solid #C9C9C9;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
}
.service_box:last-child{
    margin-right: 0;
}
.service_box_ttl{
    font-size: 24px;
    margin-top: 42px;
}
.service_box_txt{
    width: 306px;
    margin: 48px auto 0 auto;
    line-height: 2.4;
    text-align: left;
}
.service_box_img{
    width: 187px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ここからがニュース記事 */
.news {
    background-color: #F5FCF8;
    padding-bottom: 113px;
}

.news_inner {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

.news_ttl{
    padding-top: 86px;
}
.news_list {
    margin-top: 70px;
    height: 390px;
    background-color: #fff;
    padding: 33px 66px;
    border-radius: 30px;
    box-shadow: 0 3px 6px #00000029;
    position: relative;
}
.news_list_item a{
    display: flex;
    padding: 17px 0;
    border-bottom: 2px solid #E7E7E7;
}
.news_list_date{
    margin-right: 30px;
    font-weight: bold;
    color: #21A937;
}
.news_list_tag {
    width: 80px;
    height: 25px;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    background-color: #444;
    color: #fff;
    margin-right: 30px;
}
.news_list_detail {
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
.news_list_every{
    position: absolute;
    right: 43px;
    bottom: 45px;
}
.news_list_every-size{
    font-size: 14px;
}

/* ここからがfooter */

footer{
    padding: 196px 0 139px;
}
.footer_inner{
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.footer_g-map{
    width: 51.53%;
}
.footer_info{
    width: 45.17%;
    margin-left: 34px;
}
.footer_logo img{
    margin-top: 3px;
}
.adress{
    margin-top: 52px;
}
.footer_info_tel{
    margin-top: 32px;
}

/*--ここからが診療時間--*/
.opening-hours {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
    margin-top: 28px;
}
.opening-hours dt {
    width: 16%;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 19px;
    padding-top: 3px;
    font-weight: 400;
}
.opening-hours dd {
    width: 84%;
    border-left: 2px solid #E7E7E7;
    padding-left: 28px;
}
.opening-hours dd p:first-of-type {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    text-decoration-color: #99E5A5;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: -1px;
    text-decoration-skip-ink: none;
    line-height: 1.2em;
}
.opening-hours dd p {
    font-size: 14px;
    display: inline-block;
}

.opening-hours dd p:nth-of-type(2) {
    margin-left: 22px;
}
.opening-hours dd p:last-of-type {
    margin-left: 15px;
}
.opening-hours .dd-first {
    padding-top: 3px;
    margin-top: 19px;
}
.opening-hours .dd-second {
    margin-left: 16%;
    padding-top: 14px;
}
.opening-hours .dd-third {
    padding-bottom: 6px;
    margin-bottom: 28px;
    margin-left: 16%;
    padding-top: 14px;
}

.opening-hours .last-dt {
    margin-top: 0;
}
.opening-hours .last-dd {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}
.copyright {
    margin-top: 25px;
    display: block;
    text-align: right;
    font-size: 11px;
}

@media screen and (max-width: 1280px) {
    .opening-hours dd p:last-of-type {
        display: block;
        margin-left: 75px;
    }
}

@media screen and (max-width: 1024px) {
    .fv{
        background-position: 70%;
    }
    .copy_boxes_item:first-child{
        margin-right: 60px;
    }
    .about_inner{
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .service_boxes{
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    .service_box{
        margin: 20px 0;
    }

    .news_list{
        height: 500px;
    }
    .news_list_item a{
        flex-wrap: wrap;
    }
    .news_list_detail{
        width: 100%;
    }
    .news_list_every{
        position: absolute;
        right: 43px;
        bottom: 45px;
    }
    footer{
        padding-top: 100px;
    }
    .footer_inner {
        flex-direction: column-reverse;
        text-align: center;
        position: relative;
    }
    .footer_info{
        width: 90%;
        margin-bottom: 10px;
    }
    .footer_g-map{
        width: 100%;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_info_tel{
        justify-content: center;
    }
    .opening-hours dt {
        width: 30%;
        padding-right: 10px;
    }
    .opening-hours dd {
        width: 70%;
    }
    .opening-hours .dd-second {
        margin-left: 30%;
    }
    .opening-hours .dd-third {
        margin-left: 30%;
    }
    
    .copyright {
        position: absolute;
        bottom: -30px;
        right:50%;
        transform: translate(50%);
    }
}

@media screen and (max-width: 768px) {
    header{
        height: 200px;
    }
    .header_inner {
        flex-direction: column;
        text-align: center;
    }
    .header_logo{
        margin-top: 20px;
    }
    .break {
        display: block;
    }
    .header_right_tel{
        margin-bottom: 20px;
    }
    /* ここまでがheader */
    .fv{
        height: 750px;
    }
    .copy_boxes{
        top: 80px;
    }
    .copy_boxes_item{
        height: 480px;
        width: 80px;
    }
    .copy_boxes_item:first-child{
        margin-right: 40px;
    }
    .copy_boxes_item_text{
        font-size: 24px;
    }
    /* ここまでがfv */
    .news_list{
        height: 550px;
    }
    .news_list_every{
        position: absolute;
        right: 43px;
        bottom: 45px;
    }
    .footer_g-map{
        margin-right: 0;
    }
    .opening-hours dt {
        width: 25%;
    }
    .opening-hours dd {
        width: 75%;
    }
    .opening-hours .dd-second {
        margin-left: 25%;
    }
    .opening-hours .dd-third {
        margin-left: 25%;
    }
}
@media screen and (max-width: 560px) {
    .news_list {
        height: 600px;
    }
    }
@media screen and (max-width: 480px) {
    .fv{
        height: 600px;
    }
    .copy_boxes{
        top: 40px;
        left: 20px;
    }
    .copy_boxes_item{
        height: 450px;
        width: 60px;
        padding: 10px 0;
    }
    .copy_boxes_item:first-child{
        margin-right: 40px;
    }
    .about_wapper_copy_ttl{
        font-size: 22px;
    }
    .about_wrapper_copy_txt{
        text-align: left;
    }
    .service_txt{
        text-align: left;
    }
    .service_box{
        width: 355px;
        height: 570px;
    }
    .news_list_every{
        position: absolute;
        right: 43px;
        bottom: 45px;
    }
    .footer_inner{
        padding: 0 10px;
    }
}
@media screen and (max-width: 450px) {
    .news_list {
        height: 650px;
    }
}
@media screen and (max-width: 397px) {
    .news_list {
        height: 750px;
    }
}