/**
 * Share
 */
html {
	font-size: 100%;
}
body {
	font-size: 100%;
	font-family: 'Noto Serif JP', serif;
	background: url('../img/subtle-light-pattern.jpg') repeat;
	position: relative;
	min-height: 100vh;
	padding-bottom: 6rem;
}
h1 {
	text-align: center;
	padding: 2rem 0;
}
h1 img {
	width: 20rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.3rem;
}
ul.notice {
	padding: 0;
	list-style-type: none;
}
ul.notice li {
	margin-left: 1rem;
	text-indent: -1rem;
}
ul.notice li:before {
	content: "※";
}
span.required {
	font-size: 0.8rem;
	color: red;
	font-weight: 800;
	margin-left: 0.3rem;
}
span.required:before {
	content: "※必須";
}
@media screen and (max-width: 575px){
	h2 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1rem;
	}
}


/**
 * Color
 */
.text-red {
	color: red;
}
.bg-wine {
	background-color: #aa0a3e;
	color: white;
}


/**
 * Section Index
 */
section.index {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 100px);
}
.bannerIndex {
	text-align: center;
}
.bannerIndex img {
	width: 400px;
	max-width: 100%;
}


/**
 * Section Select Menu
 */
.step {
	display: inline-block;
	padding: 0.1rem 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	background-color: black;
	color: white;
}


/**
 * カレンダー
 */
.reserveBtn > div:not(:last-child){
	margin-bottom: 0.5rem;
}
table.table-reservation-single td {
	position: relative;
	width: 10rem;
	height: 12rem;
	padding: 0;
}
table.table-reservation-single thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #aebcc9;
  text-align: center;
}
table.table-reservation-single td,
table.table-reservation-single th {
  border: 1px solid #91a6bb;
}
.btn-ok {
	position: absolute;
	bottom: 0;
	right: 0;
}
.titleCalendar {
	margin-top: 2rem;
}
.titleCalendar .month {
	font-size: 1.5rem;
	font-weight: 900;
}
.dayTitle {
	font-size: 0.8rem;
}
.dayHead {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
}
td.today .dayHead {
	background-color: #aa0a3e;
	color: white;
}
.dayBody {
	padding: 0 0.5rem 0.5rem 0.5rem;
}


/**
 * メニューカード
 */
.card.active {
	border: 1px solid #aa0a3e;
	-webkit-box-shadow: 1px 1px 1px 1px #aa0a3e; 
	box-shadow: 1px 1px 1px 1px #aa0a3e;
}
.card.active .card-header {
	background-color: #aa0a3e;
	color: white;
}
a .card {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
}
.card-hover {
	cursor: pointer;
}
.border-top {
	border-top: 3px solid #aa0a3e !important;
}
@media screen and (max-width: 575px){
	.card-header {
		font-size: 0.9rem;
	}
	.card-body {
		font-size: 0.8rem;
	}
}


/**
 * Section Thanks
 */
section.thanks {
	padding: 2rem 0;
}
table.thanks {
  display: flex;
  justify-content: center;
	text-align: left;
}
table.thanks th {
	padding-right: 2rem;
	white-space: nowrap;
}
table.thanks td {
	word-break: break-all;
}


/**
 * Section Timetable
 */
section.timetable {
	margin: 1.5rem 0;
}
table.table-timetable {
	background-color: white;
}
table.table-timetable .th1 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
table.table-timetable .th2 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid white;
}
table.table-timetable .th3 {
	border: none;
	border-top: none;
	padding:1rem;
	background-color: white;
}
table.table-timetable .td1 {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
table.table-timetable .td2 {
	padding:1rem 1rem;
}
button.timeSubmit {
	border: none;
	outline: none;
}
.cellClose {
	background-color: #ffcece !important;
}
.thTime {
	margin-top: -1.6rem;
	font-size: 0.8rem;
	background-color: white;
}
.okTd button {
	background-color: #aa0a3e !important;
	border: none;
	outline: none;
}
.okClick button {
	pointer-events: initial;
}
table.table-timetable.disabled {
	pointer-events: none !important;
	opacity: 0.3;
}
table.table-timetable th {
	font-weight: 400;
	text-align: center;
}
table.table-timetable tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	background-color: white;
}
table.table-timetable td {
	position: relative;
}
table.table-timetable td:active {
	pointer-events: none;
}
table.table-timetable td button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fffcf8;
}
.btn-timetable {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px){
	table.table-timetable .td2 {
		padding:2rem 2rem;
	}
}


/**
 * Section ReserveForm
 */
section.reserveForm {
	padding: 1rem 0;
}
section.reserveForm h3 {
	font-size: 1rem;
}
section.reserveForm h4 {
	font-size: 1.2rem;
}
span.selectedMenu {
	font-weight: 900;
	font-size: 1.1rem;
}


/**
 * Footer
 */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	border-top: 1px solid gray;
	text-align: center;
}
