@charset "UTF-8";

/* ----------------------------------------------------------------------- 

 reservation2

----------------------------------------------------------------------- */

.reservation3 #gNavi {
	border-top: none;
}
.reservation3 #gNavi ul {
	display: none;
}

.reservation3 #main {
	margin-bottom: 100px;
}

.reservation3 .menuList{
	padding:0px;
	margin:0px;
	list-style:none;
}
.reservation3 .menuList h3,
.reservation3 .menuList p {
	margin:0px;
	padding:0px;
}
.reservation3 .menuList:after ,
.reservation3 .menuList li .rating:after {
	content: "";
	display: block;
	clear: both;
}
.reservation3 .menuList li {
	width: 318px;
	line-height: 1.5;
	border: 1px solid #d2d2d2;
	padding: 13px 13px 15px;
	margin: 0 20px 40px 0;
	float: left;
	list-style:none;
	box-sizing:border-box;
}

.reservation3 .menuList li img:not(.starArea img) {
    width: 100%;
}

.reservation3 .menuList li:nth-child(3n-2) {
	clear: both;
}
.reservation3 .menuList li:nth-child(3n) {
	margin-right: 0;
}
.reservation3 .menuList li .image {
	text-align: center;
}
.reservation3 .menuList li .image img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.reservation3 .menuList li .rating {
	margin: 30px 0 10px;
}
.reservation3 .menuList li .rating .star {
	float: left;
}
.reservation3 .menuList li .rating .review {
	float: right;
}
.reservation3 .menuList li .rating .review a {
	text-decoration: underline;
}
.reservation3 .menuList li .name {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #313131;
	margin: 10px 0;
}
.reservation3 .menuList li .reserveBtn {
	border-radius: 0;
	padding: 10px 30px 10px 0 !important;
	box-sizing:border-box;
}
.reservation3 .menuList li .reserveBtn input[type="checkbox"] {
	margin-right: 40px;
}

.reservation3 .menuList .beforeAfter {
	margin-top:1em;
}
.reservation3 .menuList .beforeAfter img {
	width:50%;
	height:auto;
	/* margin-left:25%; */ 
}

.reservation3 .menuList .before2After {
	display:table;
}
.reservation3 .menuList .before2After span {
	display:table-cell;
	vertical-align:middle;
	width:45%;
}
.reservation3 .menuList .before2After span.ya {
	width:10%;
	padding:0px 2%;
}
.reservation3 .menuList .before2After img {
	width:100%;
	height:auto;
	margin-left:0px;
}

.reservation3 .nextBtn {
	width: 200px;
	margin: -10px auto 30px;
}
.reservation3 .btn-box{
	width:440px;
	height: 10px;
        margin: 20px auto 40px;
}
.reservation3 .btn_specs03_{
	width:200px;
	float: right;
	margin-bottom: 60px;
}
.reservation3 .btn_specs02_{
	width:200px;
	float: left;
	margin-bottom: 60px;
}

.reservation3 li .rating {
	margin-top: 20px;
	padding-bottom: 20px;
}
.reservation3 li .rating .starArea {
	float: left;
}
.reservation3 li .rating .review {
	float: right;
}
.reservation3 li .rating .review a {
	text-decoration: underline;
}

.btn_specs02_ {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 10px 0!important;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    background: #313131;
    border: none!important;
    border-radius: 5px;
}
.btn_specs03_ {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 10px 0!important;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    background: #dd5555;
    border: none!important;
    border-radius: 5px;
}

.required_option {
	color:white;
	background-color:red;
	border-radius:0.5em;
	padding:0.1em 0.5em;
	margin-left:0.3em;
	font-size:85%;
}

@media screen and (max-width: 767px) {
	.reservation3 #main {
		margin-bottom: 70px;
	}
	
	.reservation3 .menuList li {
		width: 100%;
		padding: 12px 12px 15px;
		margin: 0 0 20px;
		float: none;
	}
	.reservation3 .menuList li .rating {
		margin: 25px 0 10px;
	}
	.reservation3 .menuList li .name {
		font-size: 14px;
		margin: 5px 0;
	}
	.reservation3 .menuList li .reserveBtn {
		font-size: 13px;
		padding: 10px 40px 10px 0 !important;
	}

	.reservation3 .nextBtn {
		font-size: 14px;
		width:45%;
		padding: 15px !important;
	}
	.btn-box {
		width: 90% !important;
		margin-left:5%;
	}
}

