#warp {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../img/bk.jpg) repeat top center;
    font-family: 'Noto Sans JP', sans-serif;
}

#head {
    width: 100%;
    margin: 0 auto;
    max-height: 209px;
    background: #a1cfdd;
}

#head .head_in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0;
}

#head .head_in h1 {
    margin: 0 auto;
    background: url(../img/logo.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(234 / 1200 * 100%);
    font-size: 0px;
}

#content {
    width: 100%;
}

#content h2 {
    text-align: center;
    margin: 3rem auto 0;
    font-size: 200%;
    border-bottom: #333 1px solid;
    padding-bottom: 5px;
    display: table;
    font-weight: 600;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    user-select: none;
}

.menu {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0 3rem;
}

.menu .menu_in {
    width: 95%;
    max-width: 954px;
    margin: 0 auto;
}

.menu .menu_in li {
    list-style: none;
    margin: 0 auto 1rem;
}

.menu .menu_in li img {
    width: 100%;
}

.menu .menu_in li a:hover {
    opacity: 0.8;
}

.recommended {}

.recommended .recommended_in {
    width: 95%;
    max-width: 954px;
    margin: 0 auto;
}

.paging {
    text-align: center;
    margin: 2rem 0;
    font-weight: 600;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.paging li {
    display: inline;
    color: #065067;
    font-size: 130%;
}

.paging li:after {
    content: '/';
    padding: 0 2rem;
}

.paging li:last-child:after {
    content: '';
    padding: 0;
}

.paging li a {
    color: #065067;
}

.paging li a:hover {

    color: #a1cfdd;
    text-decoration: none;
}

.paging li.this a,
.paging li a.this {
    color: #a1cfdd;
    text-decoration: none;
}

.recommended .recommended_in h3 {
    font-size: 140%;
    border-bottom: #333 1px solid;
    padding-bottom: 5px;
    display: table;
    font-weight: 600;
}

.recommended .recommended_in .list_box {
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 5rem;
}

.recommended .recommended_in .list_box dl {
    width: 24%;
    position: relative;
}

.recommended .recommended_in .list_box dl dt {
    margin-bottom: 0.6rem;
}

.recommended .recommended_in .list_box dl dt img {
    width: 100%;
}

.recommended .recommended_in .list_box dl dd {
    text-align: center;
    line-height: 1.6;
}


.recommended .recommended_in .list_box dl dd span {
    font-weight: 600;
}

.recommended .recommended_in .list_box dl dd a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.recommended .recommended_in .list_box dl:hover {
    opacity: 0.6;
    background: rgba(255, 255, 255, 0.6);
}



#footer {
    width: 100%;
    margin: 0 auto;
    background: #a1cfdd;
}

#footer .footer_in {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0 2rem;
}

#footer .footer_in p {
    margin: 0 auto 1rem;
    line-height: 1.6;
}

#footer .footer_in p a:hover {
    opacity: 0.8;
}

#footer .footer_in p.contact {
    width: 760px;
    margin: 2rem auto;
}

#footer .footer_in p.contact img {
    width: 100%;
}

#footer .footer_in div {
    width: 790px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#footer .footer_in div p {
    width: 365px;
}

#footer .footer_in div p img {
    width: 100%;
}


@media screen and (max-width: 768px) {

    #head {
        width: 100%;
        margin: 0 auto;
        max-height: 39vw;
    }

    #head .head_in {
        width: 100%;
        margin: 0 auto;
        line-height: 0;
    }

    #head .head_in {
        width: 100%;
        margin: 0 auto;
        line-height: 0;
    }

    #head .head_in h1 {
        margin: 0 auto;
        background: url(../img/sp_logo.png) no-repeat top center;
        background-size: contain;
        padding-top: calc(326 / 750* 100%);
        font-size: 0px;
    }

    #content {
        width: 100%;
    }

    .menu {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 5rem 0 3rem;
    }

    .menu .menu_in {
        width: 95%;
        max-width: 95%;
        margin: 0 auto;
    }

    .menu .menu_in li {
        list-style: none;
        margin: 0 auto 1.5rem;
    }

    .menu .menu_in li a:hover {
        opacity: 0.8;
    }

    .recommended .recommended_in h3 {
        font-size: 140%;
        text-align: center;
        margin: 0 auto 0;
        border-bottom: #333 1px solid;
        padding-bottom: 5px;
        display: table;
        font-weight: 600;
        font-family: 'メイリオ', 'Meiryo', sans-serif;
        user-select: none;
    }

    .recommended .recommended_in .list_box {
        display: block;
        width: 95%;
        margin: 2rem auto 5rem;
    }

    .recommended .recommended_in .list_box dl {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem
    }

    .recommended .recommended_in .list_box dl dt {
        width: 50%;
        margin-bottom: 0.6rem;
    }

    .recommended .recommended_in .list_box dl dt img {
        width: 100%;
    }

    .recommended .recommended_in .list_box dl dd {
        width: 45%;
        text-align: left;
        line-height: 1.6;
    }

    .recommended .recommended_in .list_box dl dd a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
    }

    .recommended .recommended_in .list_box dl:hover {
        opacity: 0.6;
        background: rgba(255, 255, 255, 0.6);
    }

    #footer {
        width: 100%;
        margin: 0 auto;
        background: #a1cfdd;
    }

    #footer .footer_in {
        width: 95%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 2rem 0 2rem;
    }

    #footer .footer_in p {
        margin: 0 auto 1rem;
        line-height: 1.6;
    }

    #footer .footer_in p a:hover {
        opacity: 0.8;
    }

    #footer .footer_in p.contact {
        width: 78.126%;
        margin: 2rem auto;
    }


    #footer .footer_in div {
        width: 78.126%;
        display: block;
        margin: 0 auto;
    }

    #footer .footer_in div p {
        width: 100%;
    }




}

a:hover {
    opacity: 0.8;
}