.logo{
    max-width: 110px;
}
nav{
    background-color: #fabdc3;
}
.coryttl{
    text-align: center;
    margin-top: -80px;
}
.coryttl img{
    max-width: 500px;
    width: 80%;
}
.footer_link{
    border-top: 1px solid rgb(206, 202, 202);
    padding: 20px 0;
}
.footer_link a{
    color: #fabdc3;
}
@media (max-width:1024px) {
    .coryttl img{
        max-width: 350px;
    }
    .imgttl img{
        max-width: 180px;
    }
}
.ttl{
    font-weight: 300;
    text-align: center;
    letter-spacing: .1em;
    font-size: 24px;
}
.ttl::after{
    display: block;
    content: '';
    border-bottom: 3px dashed #fabdc3;
    width: 90px;
   margin: 12px auto 0;
}
.bg_img{
    background-image: url(../img/bg_cook.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.bg_img-r{
    background-image: url(../img/bg_cookr.jpg);
    background-repeat: no-repeat;
    padding: 60px 0;
    background-size: cover;
}
.bg_img-r .bnr {
    max-width: 360px;
    margin: 30px auto 0;
    display: block;
    padding: 15px;
    border: 2px solid #EC8B96;
    background-color: #F4A6AE;
    color: #fff;
    text-decoration: none;
}
.bg_img-r .bnr p {
    margin-bottom: 0;
}
.bg_img-r .bnr .title_text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.bg_img-r .bnr:hover {
    background-color: #F9B6BD;
}

@media (min-width:768px) {
    .facilities_list{
        display: flex;
        flex-wrap: wrap;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 30px 60px;
    }
    .facilities_list li {
        width: 50%;
    };
}

@media (max-width:768px) {
    .facilities_list {
        width: 60%;
        margin: 0 auto 1rem;
    }
    .bg_img-r .bnr {
        width: 80%;
        margin-top: 20px;
        padding: 10px;
    }
    .bg_img-r .bnr .title_text {
        font-size: 20px;
    }
}

