@charset "utf-8";

/* =======================
	.reservation_box
========================== */
.reservation_box {
	width: 70%;
	margin: 0 auto;
	background-color: #FFF;
	border: solid 1px #e5e5e5;
	padding: 3%;
}
.reservation_box h3 {
	display: block;
    width: 100%;
    padding: 10px 0;
	margin: 0 0 30px 0;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #333;
}
.reservation_box .open_anteroom {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 1.5;
	text-align: center;
}

/* 電話番号用*/
.reservation_box .phon_number {
    font-size: 3.6rem;
    background-image: url(../../img/common/phon_img_001.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 35px;
    background-size: 24px 39px;
    width: 256px;
    margin: -10px auto 10px;
    text-align: left;
    line-height: 1.2;
}
.reservation_box .phon_number a {
	color: #0c000c;
}
.contents .reservation_box .phon_number a:hover {
	color: #999;
}
.reservation_box .time {
	font-size: 1.8rem;
    line-height: 1.5;
	text-align: center;
}



/*タブレット*/
@media screen and (max-width:1025px) {
	
/* =======================
	.reservation_box
========================== */
.reservation_box {
	width: 89%;
}
.reservation_box .phon_number {
    width: 265px;
}

}


/*スマートフォン*/
@media screen and (max-width:640px) {

/* =======================
	.reservation_box
========================== */
.reservation_box {
	width: 89%;
	padding: 5% 5% 30px 5%;
}
.reservation_box h3 {
    padding: 10px 0;
	margin: 0 0 30px 0;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5;
}
.reservation_box .phon_number {
    font-size: 2.8rem;
    background-position: 0 center;
    padding: 0 0 0 30px;
    background-size: 8% 100%;
    width: 205px;
    text-align: left;
    display: block;
}



}