@charset "UTF-8";
h2.main-title img {
    height: 115px;
}
/*-------------------
select
-------------------*/
.select-shop {
    width: 800px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
}
.select-shop span {
    width: 240px;
    background-color: #fff;
    padding: 8px 0;
    font-size: 17px;
    border-radius: 7px;
    color: #d91b40;
    border: 2px solid #d91b40;
    cursor: pointer;
    box-sizing: border-box;
    margin: 5px auto;
}
.select,.select-shop span.select {
    background-color: #d91b40;
    color: #fff;
    border: 2px solid #d91b40;
    cursor: default;
    box-sizing: border-box;
    margin: 5px auto;
}
.select-shop span.all {
    width: 96.5%;
}
/*-------------------
choice
-------------------*/
#choice {
    width: 95%;
    margin: 0 auto;
}
h3.new:before {
    content: "";
    background: url(../images/new_mark.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: -3px 5px 0;
    vertical-align: middle;
}
.inner_box {
    width: 24%;
    margin: 0.5%;
    float: left;
    height: auto;
}
#choice a {
    display: block;
    position: relative;
}
#choice a .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity:        1;
}
.title {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    margin: auto;
    height: 3.5vw;
    align-content: center;
    position: absolute;
    bottom: 0;
}
.title:before{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.title h3 {
    font-size: 15px;
    color: #000;
    margin: 0 auto;
    padding: 1vw;
}
/*-------------------
bnr_reserve
-------------------*/
article .bnr_reserve {
    margin: 0 auto;
    padding: 30px 0;
}
/*-------------------
sp
-------------------*/
@media screen and (max-width:640px){
    h2.main-title img {
        height: 17vw;
    }
    /*-------------------
    select
    -------------------*/
    .select-shop {
        width: 100%;
        padding: 0px;
        margin: 10px auto 0;
    }
    /*-------------------
    choice
    -------------------*/
    .inner_box {
        width: 100%;
        margin: 10px auto;
        float: none;
        height: auto;
    }
    #choice a .bg_box {
        opacity: 1;
    }
    .title {
        margin:0 auto;
        height: 13vw;
    }
    .title h3 {
        padding: 3.5vw;
    }
    .select-shop span {
        width: 48%;
        margin: 5px 1%;
        padding: 10px 0;
        font-size: 13px;
    }
    .select-shop span.all {
        width: 98%;
    }
}