@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/


/* 会議室予約 */
#booking-option-fieldset .option-note {
	display: block;
}
.entry-body .calendar-mark .article-name {
	font-size: 1.2rem;
	font-weight: bold;
}
.entry-body .day-calendar th,
.entry-body .day-calendar td {
	font-size: 1.4rem;
	font-weight: bold;
}
.entry-body .day-calendar table {
	width: 100%;
}

/* 料金表 */
.price-list table tr {
	background-color: white;
}
.price-list table tr:nth-of-type(2n+1) {
	background-color: white;
}
.price-list table th,
.price-list table td {
	text-align: center;
}
.price-list table th {
	font-weight: bold;
	background-color: #FBFAF9;
}
.price-list .reserve-btn {
	margin: 15px auto;
}
.price-list .reserve-btn a {
	text-align: center;
	display: block;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-decoration: none;
	background: #221815;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #221815;
	border: none;
	line-height: 1.0;
	transition: 0.3s;
}
.price-list .reserve-btn a:hover {
	opacity: 0.8;
}
.price-list .notes {
	margin: 0.5em 0 0;
	text-align: right;
}
