@charset "UTF-8";

/*-------------------
tab
-------------------*/
ul.tab.clear {
    margin-top: 30px;
}
.tab li {
    width: 200px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 17px;
    border: 2px solid #000;
    border-radius: 7px;
    color: #000;
    margin: 0 5px;
}
.tab li.select {
    background-color: #000;
    color: #fff;
}
.select-category,.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-category span {
    width: 190px;
    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-shop span {
    width: 30%;
    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-shop span.all {
    width: 96.5%;
}
.select-category span.select,.select-shop span.select {
    background-color: #d91b40;
    color: #fff;
    border: 2px solid #d91b40;
    cursor: default;
    box-sizing: border-box;
    margin: 5px auto;
}

/*-------------------
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;
}

/*----- other_btn -----*/
.bnr_reserve {
    max-width: 985px;
	width: 100%;
	margin: 40px auto 0;
	padding-bottom: 40px;
}
.bnr_reserve .other_btn {
	margin: 0 auto 40px;
}
.bnr_reserve .other_btn > a {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 48%;
	margin: 0 auto;
	padding: 11px 10px 10px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
}
.bnr_reserve .other_btn > a:nth-child(1) {
	margin-right: 1%;
	background: #8bc6d1;
	box-shadow: 0 3px 0 #54a7b6;
}
.bnr_reserve .other_btn > a:nth-child(2) {
	margin-left: 1%;
	background: #eddb3d;
	box-shadow: 0 3px 0 #c2b228;
}
.bnr_reserve .other_btn > a:hover {
	top: 3px;
	box-shadow: none;
}
.bnr_reserve .other_btn > a:after {
	position: absolute;
	right: 5%;
	bottom: 25%;
	width: 25px;
	height: 25px;
	background: url(../images/link_blank.png) no-repeat right bottom;
	background-size: contain;
	content: "";
}

/*-------------------
sp
-------------------*/
@media screen and (max-width:640px){
/*-------------------
tab
-------------------*/
    .tab li {
        width: 48%;
        padding: 10px 0;
        font-size: 15px;
        margin: 0 auto;
    }
    .select-category, .select-shop {
        width: 100%;
        padding: 0px;
        margin: 10px auto 0;
    }
    .select-category span {
        padding: 10px 0;
        font-size: 15px;
        margin: 5px 1%;
        width:48%;
    }
    .select-category span:last-child {
        margin: 5px auto;
    }
    .select-category span.all {
        width: 100%;
    }
    .select-shop span {
        padding: 10px 0;
        font-size: 13px;
        margin: 5px 1%;
        width: 48%;
    }
    .select-category span.select,.select-shop span.select {
        background-color: #d91b40;
        color: #fff;
        border: 2px solid #d91b40;
        cursor: default;
        box-sizing: border-box;
        margin: 5px 1%;
    }
    /*-------------------
    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;
    }
    /*----- other_btn -----*/
    #reservation {
        width: 100%;
    }
    #reservation .other_btn > a {
        font-size: 16px;
    }
    .select-shop span.all {
        width: 98%;
    }
}