/* Scss Document */
#page_ttl {
    background-repeat: no-repeat;
    background-position: center center no-repeat;
    background-image: url(../img/features/kv.jpg);
}

.sttl {
    margin: 2em 0 .75em;
    color: #2A2A60;
    font-size: 2.2rem;
    line-height: 1.2;
}

.f_txt {
    font-size: 1.8rem;
    line-height: 2;
}

.copy_txt {
    text-align: center;
    font-weight: 600;
    line-height: 140%;
    font-size: 160%;
    color: #2A2A60;
}

.book {
    text-align: center;
}

.book a {
    display: inline-block;
    padding: 1.5rem 5rem;
    background: #2A2A60 url(../img/common/arrow_white_right.png) no-repeat right 1em center;
    background-size: auto 14px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.4rem;
    box-shadow: .6rem .6rem #2A2A6066;
}

.book a:hover {
    opacity: 0.6;
}

.nav_resa {
    clear: both;
    margin-bottom: 80px;
    width: 1150px;
    margin-right: -10px;
}

.nav_resa li {
    width: 220px;
    margin-right: 10px;
    float: left;
}

.nav_resa li a {
    background-color: #2A2A60;
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-image: url(../img/features/reserve/arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav_resa li a:link,
.nav_resa li a:visited {}

.nav_resa li a:hover,
.nav_resa li a:active {
    background-color: #7479F9;
}

.nav_resa:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .gelandelttl {
        /*padding: .5em 2em;
    background: $color_main;
    color: #FFF;*/
        font-size: 2.4rem;
        font-weight: bold;
        /*text-align: center;
    line-height: 1.2;*/
    }

    #page_ttl {
        margin-bottom: 0 !important;
    }

    #page_ttl h1 {
        font-size: 2rem !important;
        background-image: none;
    }

    .mttl {
        font-size: 2rem;
    }

    .sttl {
        font-size: 1.8rem;
    }

    .copy_txt {
        font-size: 120%;

    }

    .nav_resa {
        clear: both;
        margin-bottom: 50px;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    .nav_resa li {
        width: 19%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        font-size: 80%;
    }

    .nav_resa li a {
        background-size: 20% auto;
    }

    .f_txt {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .book a {
        padding: 1.5rem 4rem;
        font-size: 120%;
        width: 80%;
    }

}