
/* youtube */
.movie-wrap {
    margin-bottom: 80px;
    margin-top: 50px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content h1 {
    border-bottom: solid 3px #ebebeb;
    position: relative;
    margin-bottom: 40px;
}

#content h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #b89b6d;
    bottom: -3px;
    width: 20%;
}

#content h2 {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-top: 60px;
    margin-bottom: 30px;
}

#content h3 {
    content: "";
    position: relative;
    padding-left: 24px;
    margin-top: 30px;
}

#content h3+p,
#content h3+div,
#content h3+span,
#content h3+img {
    margin-top: 10px;
}

#content h3::after {
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free";
    /*忘れずに*/
    content: "\f111";
    /*アイコンのユニコード*/
    font-weight: 900;
    position: absolute;
    /*絶対位置*/
    /* font-size: 1.4em; */
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0em;
    /*アイコンの位置*/
    color: #b89b6d;
}

#content h2:first-child {
    margin-top: 0;
}

#content h2:before {
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #b89b6d;
    font-weight: 900;
}

#content p+p {
    margin-top: 40px;
}

#content {
    line-height: 2rem;
}

#content a {
    color: #337ab7;
    text-decoration: none;
    transition: .3s all;
}

#content a:hover {
    color: #cc3434;
    text-decoration: underline;
    transition: .3s all;
}

@media (max-width: 750px) {
    #content h2 {
        font-size: 1.1rem
    }

    #content h3 {
        padding-left: 20px;
        line-height: 1.3rem;
    }

}

.nido-area-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.nido-area-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #ebebeb;
}

.nido-area-list li:last-child {
    border-bottom: none;
}

.nido-area-list i {
    color: #b89b6d;
    width: 1.3em;
    margin-top: 0.35em;
    flex-shrink: 0;
}

.nido-area-map {
    max-width: 480px;
    margin: 30px auto 0;
}

.nido-area-map img {
    display: block;
    width: 100%;
    height: auto;
}

.nido-area-cta {
    margin-top: 60px;
    padding: 40px 30px;
    background: #f7f4ee;
    text-align: center;
}

.nido-area-cta h2 {
    margin-top: 0 !important;
}

.nido-area-cta__tel {
    margin-top: 20px;
    font-size: 1.2rem;
}

.nido-area-cta__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.nido-area-cta__btns a {
    display: inline-block;
    color: #4d4d4d !important;
    text-decoration: none !important;
}

.nido-home-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin: 28px auto 0;
    padding: 0;
    list-style: none;
    max-width: 720px;
}

.nido-home-areas li {
    margin: 0;
}

.nido-home-areas a,
.nido-home-areas span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #d8c9a8;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}

.nido-home-areas a {
    color: #337ab7;
    border-color: #b89b6d;
    font-weight: 700;
}

.nido-home-areas a:hover {
    background: #f7f4ee;
}

@media (max-width: 750px) {
    .nido-area-cta {
        padding: 30px 16px;
    }

    .nido-area-cta__btns {
        display: block;
    }

    .nido-area-cta__btns a {
        margin-bottom: 12px;
    }
}
