@charset "utf-8";
#reservation {
	padding-bottom: 8em;
}
.btn_priority {
	display: block;
    padding: 1.6em;
    margin: 0 auto 10px;
    background: #41210f;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}
.btn_priority h3 {
	margin: 0;
}
/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 959px) {
}
/* ==============================================================
 TABLET
================================================================= */
@media screen and (min-width:768px) and (max-width:959px) {
}
/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:559px) {
	.btn_priority {
		font-size: 90%;
	}
}
/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width:480px) and (max-width:767px) {
}
/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:480px) {
}
/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}
/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}




