/* 下層共通 */

.pc {
    display: block;
}

.sp {
    display: none !important;
}


@media screen and (max-width:900px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.l-mv {
    position: relative;
    width: 100%;
    height: 456px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.l-mv h2 {
    position: absolute;
    top: 174px;
    left: 66px;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.sp_view {
    display: none;
}

.hentry {
    margin: 0 !important;
}

.container {
    margin-top: 20px;
}

/* Googleマップ */

.l-map {
    margin-top: 24px;
}

.l-map iframe {
    width: 100%;
    height: 300px;
}

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

    .l-mv {
        height: 260px;
    }

    .l-mv h2 {
        top: 180px;
        left: 20px;
        font-size: 32px;
    }

    .sp_view {
        display: block;
    }

    .container {
        margin-top: 0;
    }

    .l-map iframe {
        height: 144px;
    }

    .page-ttl h2 {
        margin-bottom: 0;
    }

    .wp-block-group h3.wp-block-heading {
        font-size: 20px;
    }

}

.entry-content h2 {
    font-size: 25px !important;

    @media screen and (max-width: 480px) {
        font-size: 22px;
    }
}

.entry-content h3 {
    font-size: 24px !important;

    @media screen and (max-width: 480px) {
        /* font-size: 20px; */
        font-size: 16px !important;
    }
}

.entry-content p,
.structure-content p,
.has-medium-font-size,
dt,
dd,
th,
td{
    font-size: 23px !important;
    line-height: 2 !important;

    @media screen and (max-width: 480px) {
        /* font-size: 20px; */
        font-size: 16px !important;
    }
}

