@charset "utf-8";
/*--京reservation.css--*/
/*--------PC--------*/
.reservation_box {}
	.reservation_box ul {}
		.reservation_box ul li {
			height: 52px;
			line-height: 52px;
			border-bottom: 1px dotted #ccc;
			padding: 10px;
		}
		.reservation_box ul li:first-child {
			height: 60px;
			line-height: 60px;
		}
		.reservation_box ul li .reservation_img {
			display: inline-block;
			vertical-align: top;
			height: 52px;
			line-height: 52px;
			margin-right: 15px;
		}
		.reservation_box ul li:first-child .reservation_img {
			height: 60px;
			line-height: 60px;
		}
			.reservation_box ul li .reservation_img img {
				height: auto;
				width: 145px;
			}
		.reservation_box ul li .reservation_text {
			display: inline-block;
			vertical-align: top;
			height: 52px;
			line-height: 52px;
		}
		.reservation_box ul li:first-child .reservation_text {
			height: 60px;
			line-height: 60px;
		}
			.reservation_box ul li a {
				text-decoration: none;
			}
			.reservation_box ul li a:hover {
				text-decoration: none;
			}
			.reservation_box ul li a .reservation_text {
				text-decoration: underline;
			}

/*--------SP--------*/
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
.reservation_box {}
	.reservation_box ul {}
		.reservation_box ul li {
			height: inherit;
			line-height: inherit;
			padding: 10px;
		}
		.reservation_box ul li:first-child {
			height: inherit;
			line-height: inherit;
			padding-top: 0;
		}
		.reservation_box ul li .reservation_img {
			display: block;
			height: inherit;
			line-height: inherit;
			margin-right: 0;
			margin-bottom: 0.5em;
		}
		.reservation_box ul li:first-child .reservation_img {
			height: inherit;
			line-height: inherit;
		}
			.reservation_box ul li .reservation_img img {
				height: auto;
				width: 45%;
			}
		.reservation_box ul li .reservation_text {
			display: block;
			height: inherit;
			line-height: inherit;
		}
		.reservation_box ul li:first-child .reservation_text {
			height: inherit;
			line-height: inherit;
		}
			.reservation_box ul li a {
			}
			.reservation_box ul li a:hover {
			}
			.reservation_box ul li a .reservation_text {
			}

}