@charset "utf-8";
/* --- fair --- */
.page.fair a.back {
	margin: 56px auto 0;
}


/* --- fairList --- */
#fairList .counts {
	padding: 0.5em;
	background: #3d2b06;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center;
}
#fairList .dayBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 24px;
	border: 2px solid #f7f3eb;
}
.loadComp #fairList .dayBox:not(.open) {
	display: none;
}
#fairList .dayBox .date {
	width: 5em;
	line-height: 1;
	text-align: center;
}
#fairList .dayBox.sunday .date,
#fairList .dayBox.holiday .date {
	color: #b40014;
}
#fairList .dayBox.saturday .date {
	color: #0046aa;
}
#fairList .dayBox .date span {
	display: block;
	margin: 10px 0;
	font-size: 2em;
}
#fairList .dayBox .date em {
	font-size: 0.857em;
}
#fairList .dayBox > .date {
	padding: 40px 0;
	background: #f7f3eb;
}
#fairList .dayBox .fairWrap {
	width: calc(100% - 5em);
}
#fairList .dayBox .article_more,
#fairList .dayBox .article_close {
	display: none;
	width: 100%;
	transition: 0.3s;
	padding: 0.75em 0 0.5em;
	background: #f7f3eb;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#fairList .dayBox .article_more:hover,
#fairList .dayBox .article_close:hover {
	background: #f0ede1;
}
#fairList .dayBox .article_more span.number {
	display: inline-block;
	margin: 0 0.25em;
	padding: 0 0.375em;
	border-radius: 2px;
	background: rgba(61, 43, 6, 0.75);
	color: #fff;
}
#fairList .article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
	padding: 20px;
}
.loadComp #fairList .article:not(.open) {
	display: none;
}
#fairList .article + .article.open {
	border-top: 2px dashed #e5e2da;
}
#fairList .article .date {
	display: none;
}
#fairList .article .fairImg {
	width: 35%;
}
#fairList .article .fairText {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 0.5em;
	width: calc(65% - 20px);
}
#fairList .article .fairText > *:not(a) {
	width: 100%;
}
#fairList .article .fairText h2 {
	font-size: 1.375em;
	font-weight: normal;
}
#fairList .article .fairText .category {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.5em;
}
#fairList .article .fairText .category span {
	margin: 1em 1em 0 0;
	padding: 0 0.75em;
	background: #d54f0b;
	color: #fff;
	font-size: 0.92857em;
}
#fairList .article .fairText th,
#fairList .article .fairText td {
	padding: 0.5em 1em;
	border: 1px solid #e5e2da;
}
#fairList .article .fairText th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#fairList .article .fairText a {
	padding-left: 1em;
	padding-right: 1em;
}
#fairList .article .fairText .btn {
	margin: 2em 0 0;
	padding: 1em 1em;
	background: #fff;
	color: #3d2b06;
}
#fairList .article .fairText .btn:hover {
	background: #3d2b06;
	color: #fff;
}
#fairList .article .fairText a[href^="tel:"] {
	max-width: none;
	border-color: #f4f4f4;
	background: #f4f4f4;
	color: currentColor;
}
#fairList .article .fairText a[href^="tel:"]:hover {
	color: #e5e2da;
}
#fairList .article .fairText [onclick] {
	padding-left: 2em;
	padding-right: 2em;
	background: #b40014;
	color: #fff;
	font-weight: bold;
}
#fairList .article .fairText [onclick]:hover {
	background: #fff;
	color: #b40014;
}
#fairList .article .fairText form {
	order: 1;
}

#fairList .btn {
	margin: 40px auto 0;
}
#fairList .btn.day_more {
	display: none;
	transition: 0.3s;
}
#fairList .date_close:not(:hover) {
	background: #ab9e87;
}

.detail .detailImg {
	background: #f7f3eb;
	text-align: center;
}
.detail .detailImg img {
	width: auto;
	max-width: 100%;
}
.detail .detailText h2 {
	padding: 0.5em;
	background: #533a09;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.detail .detailText .category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0.75em;
}
.detail .detailText .category span {
	margin: 0.5em;
	padding: 0 0.75em;
	background: #d54f0b;
	color: #fff;
	font-size: 1.07142857em;
}
.detail .detailText .text {
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 1.07142857em;
}
.detail .detailText dl {
	padding: 38px 40px;
	background: #f7f3eb;
}
.detail .detailText dt,
.detail .detailText dd {
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	padding: 0 20px;
}
.detail .detailText dt {
	font-weight: bold;
	margin: 24px auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid currentColor;
	color: #d54f0b;
}
.detail .detailText dt:first-child {
	margin-top: 0;
}
.detail .detailText th,
.detail .detailText td {
	padding: 0.5em 1em;
	border: 1px solid currentColor;
}
.detail .detailText th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.detail .detailText a.btn {
	margin-top: 40px;
}

#reserve.inView {
	padding-bottom: 5px;
}
#reserve .inner {
	max-width: 680px;
}
#reserve .box {
	margin: 0 auto;
	padding: 70px 40px;
	border: 1px solid #533a09;
	box-shadow: 5px 5px 0 0 #533a09;
	text-align: center;
}
#reserve .secTtl {
	padding: 0;
}
#reserve p.system {
	margin-top: 30px;
	font-size: 1.2857em;
	line-height: 1;
	text-align: center;
}
#reserve p.system strong {
	display: inline-block;
	padding: 0.25em 1em;
	background: #b40014;
	color: #fff;
}
#reserve p.system + p {
	margin-top: 0.75em;
	text-align: center;
}
#reserve p.indent {
	display: inline-block;
	margin-top: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
#reserve dl {
	margin-top: 30px;
}
#reserve dl dt {
	font-size: 1.07142857em;
	font-weight: bold;
}
#reserve dl dd a[href^="tel:"]:not(.btn) {
	color: #d54f0b;
	font-family: YakuHanMP, 'Playfair Display', 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 2em;
	text-decoration: none;
}
#reserve dl dd span {
	display: block;
	padding-top: 0.5em;
}
#reserve ul.status {
	margin-top: 30px;
	border-bottom: 1px solid #e5e2da;
}
#reserve ul.status li {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.loadComp #reserve ul.status li:not(.open) {
	display: none;
}
#reserve ul.status h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	border-top: 1px solid #e5e2da;
	background: #f7f3eb;
	font-size: 1.07142857em;
}
#reserve ul.status .statusCont {
	flex: 1 0 auto;
	position: relative;
	padding-left: 20px;
	border-top: 1px solid #e5e2da;
	text-align: center;
}
#reserve ul.status .statusCont::after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 1px;
	background: #e5e2da;
	content: '';
}
#reserve ul.status .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
#reserve ul.status .row + .row {
	border-top: 1px dashed #e5e2da;
}
#reserve ul.status a {
	width: 100%;
	cursor: pointer;
}
#reserve ul.status a.btn {
	padding-top: 1em;
	padding-bottom: 1em;
}
#reserve ul.status a[href^="tel:"] {
	border-color: #f4f4f4;
	background: #f4f4f4;
	color: currentColor;
}
#reserve ul.status a[href^="tel:"]:hover {
	color: #e5e2da;
}
#reserve ul.status a[onclick]:not([href^="tel:"]) {
	background: #b40014;
	color: #fff;
}
#reserve ul.status a[onclick]:not([href^="tel:"]):hover {
	background: #fff;
	color: #b40014;
}
#reserve .btn.more {
	display: none;
	margin: 24px auto 0;
}
#reserve .btn.close {
	margin: 24px auto 0;
}
#reserve .btn.close:not(:hover) {
	background: #ab9e87;
}

#flow {
	margin-top: 100px;
	padding: 80px 0;
	background: #f7f3eb;
}
#flow .flowList {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
#flow .flowList li {
	width: calc((50% - 30px) / 2);
	letter-spacing: 0.05em;
	text-align: center;
}
#flow .flowList li em {
	display: block;
	background: #fff;
	color: #d54f0b;
}
#flow .flowList li span {
	display: block;
	margin-bottom: 1em;
	padding: 1em 0;
	border-bottom: 1px solid #e5e2da;
	font-size: 1.142857em;
}

@media (max-width: 810px) {
	#fairCat ul {
		justify-content: space-between;
	}
	#fairCat ul li {
		width: calc(50% - 15px);
		max-width: none;
		margin: 0;
	}
	#fairCat ul li:nth-child(n+3) {
		margin-top: 32px;
	}

	#flow {
		padding: 80px 0 60px;
	}
	#flow .flowList li {
		width: calc(50% - 10px);
		margin-top: 20px;
	}

	#reserve .box {
		padding: 40px 20px;
	}
}
@media (max-width: 640px) {
	/* --- fairList --- */
	#fairList .dayBox:not(:first-of-type) {
		margin-top: 48px;
	}
	#fairList .dayBox > .date {
		display: none;
	}
	#fairList .dayBox .fairWrap {
		width: 100%;
	}
	#fairList .article .date {
		display: block;
	}
	#fairList .article .fairImg {
		width: calc(100% - 5em - 20px);
	}
	#fairList .article .fairText {
		width: 100%;
		margin-top: 40px;
	}
	#fairList .article .fairText .btn {
		font-size: 0.95em;
		letter-spacing: 0;
	}
	#fairList .article .fairText a[href^="tel:"] {
		padding-left: 0;
		padding-right: 0;
	}
	#fairList .article .fairText [onclick] {
		flex: 1 0 auto;
		width: auto;
		padding-left: 1em;
		padding-right: 1em;
		letter-spacing: 0;
	}

	#fairList .btn.day_more {
		margin-top: 60px;
	}

	#reserve p.system {
		font-size: 1.090909em;
	}
	#reserve ul.status h3 {
		width: 100%;
	}
	#reserve ul.status .statusCont {
		padding: 0 0 20px;
		border: none;
	}
	#reserve ul.status .statusCont::after {
		display: none;
	}
	#reserve ul.status .row {
		padding: 16px 16px 0;
	}

	.detail .detailText dl {
		padding: 30px 20px;
	}
}