@charset "UTF-8";

/* fair_index
----------------------------------------*/
.fair_index::before {
	content: '';
	display: block;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../img/common/bg_01.jpg) no-repeat center center / cover;
	margin-bottom: -100vh;
}
.fair_index .p_fair {
	padding: 17.5rem 0 13.5rem;
	background: url(../../img/fair/bg_02.svg) no-repeat left 53.4rem / 100% 103rem;
}
.fair_index .p_fair_head {
	padding-right: 3.5rem;
	margin-bottom: 20.1rem;
}
.p_fair_head::before {
	top: -8.5rem;
}
.fair_index .p_fair_head_pickup {
	margin-right: 0;
}
.fair_index .p_fair_head_ttl h2 {
	color: #6C7260;
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 12rem;
	letter-spacing: .18em;
}
.fair_index .p_fair_head_ttl h2 img {
	color: #6C7260;
	filter: none;
	margin-bottom: 2.5rem;
}
.fair_index .p_fair_contents {
	padding: 0 0 0 .9rem;
}
.fair_index .calendar_body .cell {
	background: rgba(232, 232, 232, 0.3);
}
.fair_index .calendar_body .cell.event_closed {
	pointer-events: none;
}
.fair_index .calendar_body .cell.event_closed .inner {
	background: rgba(255, 255, 255, 0.8);
	color: #6C7260;
}
.fair_index .calendar_body .cell.event_closed .fair_calendar_status_mark {
    display: block;
    margin-top: .2rem;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    color: #6C7260;
}
.fair_index .month_title,
.fair_index .calendar_nav,
.fair_index .calendar_container table {
	color: #6C7260;
}
.fair_index .calendar_nav .btn_prev::before,
.fair_index .calendar_nav .btn_next::after {
	border-color: #6C7260;
	filter: none;
}
.fair_index .p_fair_calendar::before {
	content: '';
	display: block;
	width: .1rem;
	position: absolute;
	top: 1.1rem;
	right: -11.2rem;
	bottom: 0;
	background: linear-gradient(to bottom, #A4AF95, #6C7260);
}
.fair_index .p_fair_contents h3 {
	text-align: center;
	font-size: 1.6rem;
	color: #6C7260;
	font-weight: 600;
	letter-spacing: .18em;
	margin-bottom: 4.6rem;
}
.fair_index .p_fair_contents h3 img {
	margin: 0 auto 2.5rem;
	height: 3.5rem;
	width: auto;
}
.fair_index .fair_contents {
	width: 51rem;
	padding-top: 1.2rem;
	margin-right: -1.3rem;
}
.fair_index .fair_contents_category {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	padding-top: .8rem;
}
.fair_index .fair_contents_category li {
	position: relative;
	aspect-ratio: 1 / 1;
	filter: drop-shadow(0 .4rem .4rem rgba(0, 0, 0, .15));
}
.fair_index .fair_contents_category a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(../../img/fair/mask_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% 100%;
	mask-image: url(../../img/fair/mask_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% 100%;
}
.fair_index .fair_contents_category img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fair_index .fair_contents_category a:has(p:only-child) {
	background: linear-gradient(to right, #6C7260, #A4AF95);
}
.fair_index .fair_contents_category a:has(img)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
}
.fair_index .fair_contents_category p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5385;
}
.fair_index .fair_contents .btn_large {
	appearance: none;
	border: 0;
	margin: 3rem auto 0;
	background: #fff;
	height: 6rem;
	width: 34rem;
	border-radius: 3rem 0;
	font-weight: 400;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .15);
	cursor: pointer;
}
.fair_index .fair_contents .btn_large::after {
	width: 2.5rem;
	height: 2.5rem;
	border: .1rem solid #6C7260;
	border-radius: 50%;
	background: url(../../img/common/icon_arrow_02.svg) no-repeat center center / .7rem auto;
	mask: none;
	box-sizing: border-box;
	right: 3.9rem;
	transform: rotate(90deg);
}
.fair_index .fair_contents .btn_large.is-expanded::after {
	transform: rotate(-90deg);
}
.fair_index .fair_contents .fair_contents_clear {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: 1.6rem;
	color: #383b34;
}
.fair_index .fair_contents .fair_contents_clear::after {
	display: none;
}
.fair_index_list {
	max-width: 105.9rem;
	margin: 0 auto;
	padding-bottom: 12rem;
}
.fair_index_list_condition {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 2.7rem;
}
.fair_index_list_day:not(:empty) + .fair_index_list_day {
	margin-top: 10rem;
}
.fair_index_list_day:empty {
	display: none;
}
.fair_index_list_item {
	background: #fff;
	border-radius: 0 1rem 1rem 0;
	padding: 2rem;
	display: flex;
	align-items: center;
	gap: 6.9rem;
	box-shadow: .4rem .4rem 1.5rem rgba(0, 0, 0, .15);
}
.fair_index_list_day > .fair_index_list_item:has(+.fair_index_list_other.open) {
	border-radius: 0 1rem 0 0;
}
.fair_index_child .fair_index_list_item:not(:last-child) {
	border-radius: 0;
}
.fair_index_child .fair_index_list_item:last-child {
	border-radius: 0 0 1rem;
}
.fair_index_child .fair_index_list_item::before {
	content: '';
	display: block;
	width: 100%;
	height: .1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #6C7260, #A4AF95);
}
.fair_index_list_item figure {
	width: 35rem;
}
.fair_index_list_item figure img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.fair_index_list_box {
	flex: 1;
}
.fair_cat {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 1.3rem;
}
.fair_cat_special {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: .5rem;
}
.fair_cat_general {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.fair_cat span {
	display: block;
	padding: .45rem 1.45rem;
	background: #A0A0A0;
}
.fair_index_list_item h2 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}
.fair_index_list_item dl {
	display: flex;
	align-items: center;
}
.fair_index_list_item dl dt {
	width: 7.5rem;
	height: 7.5rem;
	background: #B19B76;
	-webkit-mask-image: url(../../img/fair/mask_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% auto;
	mask-image: url(../../img/fair/mask_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .05em;
	color: #fff;
	padding-top: .3rem;
}
.fair_index_list_item dl dt.sat {
	background: #617DB0;
}
.fair_index_list_item dl dt.sun {
	background: #D18E7D;
}
.fair_index_list_item dl dt span {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .05em;
}
.fair_index_list_item dl dd {
	flex: 1;
	padding-left: 2.5rem;
	font-size: 1.4rem;
	line-height: 1.5714;
	letter-spacing: .1em;
}
.fair_index_list_item dl dd p + p {
	margin-top: .8rem;
}
.fair_index_list_btn {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
}
.fair_index_list_btn a {
	width: 29rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.4rem;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .1em;
	border-radius: 2rem 0;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .15);
	background: #E1E6DB;
}
.fair_index_list_btn .fair_index_list_btn_tel {
	background: linear-gradient(to right, #6C7260, #A4AF95);
	color: #fff;
}
.fair_index_list_btn .fair_index_list_btn_reserve {
	background: linear-gradient(to right, #6C7260, #A4AF95);
	color: #fff;
}
.fair_index_list_btn .fair_index_list_btn_tel::before {
	content: '';
	display: block;
	background: url(../../img/common/icon_tel_01.svg) no-repeat left top / 100% auto;
	width: 1.5rem;
	height: 1.5rem;
	filter: brightness(0) invert(1);
	margin-left: -.8rem;
}
.fair_index_list_other {
	appearance: none;
	background: none;
	border: 0;
	display: flex;
	justify-content: center;
	display: flex;
	align-items: center;
	font-family: inherit;
	font-size: 1.6rem;
	letter-spacing: .08em;
	font-weight: 600;
	width: 100%;
	margin-top: 1rem;
	padding: 2rem 0;
	cursor: pointer;
	z-index: 2;
	order: 10;
}
.fair_index_list_other::after {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background: url(../../img/fair/icon_btn_arrow.svg) no-repeat left top / 100% auto;
	margin: 0 -4.9rem 0 1.9rem;
}
.fair_index_list_other.open::after {
	transform: scale(1, -1);
}
.fair_index_list_other::before {
	content: '';
	display: block;
	height: .1rem;
	background: linear-gradient(to right, #6C7260, #A4AF95);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.fair_index_list_other span::before {
	content: '見る';
}
.fair_index_list_other.open span::before {
	content: '閉じる';
}
.fair_index_list_day {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 768px) {
	.fair_index .p_fair_head {
		display: block;
	}
	.fair_index::before {
		background-image: url(../../img/common/bg_01-sp.jpg);
	}
	.fair_index .p_fair {
        padding: 14.9rem 0 7.6rem;
        background: url(../../img/fair/bg_02-sp.svg) no-repeat center 66.5rem / 42rem auto;
        background-position-y: 67rem;
    }
	.fair_index .p_fair_head {
		padding-right: 0;
		margin-bottom: 10rem;
	}
	.p_fair_head::before {
		top: -4.7rem;
		left: -4.3rem;
	}
	.fair_index .p_fair_head_pickup {
		margin-right: auto;
	}
	.fair_index .p_fair_head_ttl {
		margin-top: 0;
	}
	.fair_index .p_fair_head_ttl h2 {
		font-size: 1.4rem;
		margin-bottom: 6.9rem;
	}
	.fair_index .p_fair_head_ttl h2 img {
		width: 24.4rem;
		margin-bottom: 2rem;
	}
	.fair_index .p_fair_contents {
		padding: 0;
	}
	.fair_index .p_fair_calendar {
		padding-top: 0;
	}
	.fair_index .calendar_body .cell a time {
		height: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-top: .9rem;
	}
	.fair_index .calendar_body .cell a time span {
		min-height: 1.2rem;
		max-width: 100%;
		margin-top: .15rem;
		line-height: 1.1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: clip;
	}
	.fair_index .calendar_body .cell a time span:empty::before {
		position: static;
		margin: .15rem auto 0;
	}
	.fair_index .p_fair_calendar::before {
		display: none;
	}
	.fair_index .p_fair_contents h3 {
		font-size: 1.3rem;
		margin-bottom: 3.8rem;
	}
	.fair_index .p_fair_contents h3 img {
		margin: 0 auto 1.9rem;
		height: 2.8rem;
	}
	.fair_index .fair_contents {
		width: 33rem;
		padding-top: 2.5rem;
		margin: 0 auto;
	}
	.fair_index .fair_contents h3::before {
		content: '';
		display: block;
		width: 1px;
		height: 8rem;
		margin: 0 auto 2rem;
		background: linear-gradient(to bottom, #A4AF95, #6C7260);
	}
	.fair_index .fair_contents_category {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem 1rem;
		padding-top: 0;
		margin-top: -.2rem;
	}
	.fair_index .fair_contents_category li {
		aspect-ratio: 1 / 1;
	}
	.fair_index .fair_contents_category p {
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .08em;
		padding: 0 .8rem;
		box-sizing: border-box;
	}
	.fair_index .fair_contents .btn_large {
		margin: 2rem auto 0;
		height: 4.6rem;
		width: 33rem;
		border-radius: 2rem 0;
		letter-spacing: .12em;
	}
	.fair_index .fair_contents .btn_large::after {
		right: 2.8rem;
	}
	.fair_index .fair_contents .fair_contents_clear {
		margin-top: 1.4rem;
	}
	.fair_index_list {
		max-width: 35rem;
		padding-bottom: 12rem;
	}
	.fair_index_list_condition {
		margin-bottom: 3.6rem;
	}
	.fair_index_list_day + .fair_index_list_day {
		margin-top: 6rem;
	}
	.fair_index_list_item {
		border-radius: 0 0 2rem 2rem;
		padding: 0;
		display: block;
	}
	.fair_index_child .fair_index_list_item:last-child {
		border-radius: 0 0 1rem 1rem;
	}
	.fair_index_child .fair_index_list_item::before {
		display: none;
	}
	.fair_index_list_item figure {
		width: auto;
	}
	.fair_index_list_box {
		padding: 2rem 2rem 3rem;
		text-align: center;
	}
	.fair_cat {
		font-size: 1rem;
		margin-bottom: 1.2rem;
	}
	.fair_cat_special {
		gap: .3rem;
		margin-bottom: .3rem;
		justify-content: center;
	}
	.fair_cat_general {
		gap: .3rem;
		justify-content: center;
	}
	.fair_cat span {
		padding: .2rem .9rem .3rem;
	}
	.fair_index_list_item h2 {
		font-size: 1.5rem;
		line-height: 1.6667;
		margin-bottom: 1.4rem;
	}
	.fair_index_list_item dl dt {
		width: 5.5rem;
		height: 5.5rem;
		font-size: 1.2rem;
	}
	.fair_index_list_item dl dt span {
		font-size: 1.6rem;
	}
	.fair_index_list_item dl dd {
		padding-left: 1rem;
        font-size: 1.1rem;
        text-align: left;
	}
	.fair_index_list_item dl dd p + p {
		margin-top: .6rem;
	}
	.fair_index_list_btn {
		display: block;
	}
	.fair_index_list_btn a {
		height: 4.6rem;
		width: auto;
	}
		.fair_index_list_btn .fair_index_list_btn_tel {
			margin-top: 1rem;
		}
		.fair_index_list_btn .fair_index_list_btn_reserve {
			margin-top: 1rem;
		}
		.fair_index_list_btn .fair_index_list_btn_tel::before {
			top: .2rem;
			position: relative;
		}
	.fair_index_list_other {
		width: 33rem;
		justify-content: flex-start;
		font-size: 1.3rem;
		margin: .7rem auto 0;
		padding: 1.5rem 0;
	}
	.fair_index_list_other::after {
		width: 2.5rem;
		height: 2.5rem;
		margin: 0;
		position: absolute;
		right: 0;
		top: 1.3rem;
	}
}

/* fair_detail
----------------------------------------*/
.fair_detail::before {
	content: '';
	display: block;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../img/common/bg_01.jpg) no-repeat center center / cover;
	margin-bottom: -100vh;
}
.fair_detail_head {
	max-width: 116rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 15.2rem;
	padding: 19rem 0 0;
}
.fair_detail_head figure {
	width: 48rem;
}
.fair_detail_head_box {
	max-width: 48rem;
	flex: 1;
	margin-top: -1.6rem;
}
.fair_detail_head h1 {
	color: #6C7260;
	font-size: 2.4rem;
	letter-spacing: .08em;
	line-height: 1.9167;
	font-weight: 600;
	margin-bottom: 2.6rem;
}
.fair_detail_head_box p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 2.1429;
	color: #565656;
	margin-top: 2.9rem;
}
.fair_detail_present {
	margin-top: 9.5rem;
	padding-bottom: 11.2rem;
	background: url(../../img/fair/bg_02.svg) no-repeat left 2.5rem / 100% 106rem;
}
.fair_detail_present h2 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #6C7260;
	letter-spacing: .18em;
	margin-bottom: 7.5rem;
}
.fair_detail_present h2 img {
	width: auto;
	height: 4.9rem;
	margin: 0 auto 3.5rem;
}
.fair_detail_present_list {
	max-width: 88rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 8rem;
	text-align: center;
}
.fair_detail_present_list h3 {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: #6C7260;
	margin: 2.2rem 0 0;
}
.fair_detail_present_item figure {
margin-bottom: 20px;
}
.fair_detail_present_txt_01 {
	font-size: 1.3rem;
	line-height: 1.5714;
	font-weight: 500;
	letter-spacing: .1em;
	margin-top: 1.5rem;
}
.fair_detail_present_txt_02 {
	font-size: 3rem;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.4615;
	color: #6C7260;
	margin-top: 1.2rem;
}
.fair_detail_present_txt_03 {
	font-size: 1.8rem;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.4615;
	color: #6C7260;
	margin-top: 1.1rem;
}
.fair_detail_present_info {
	max-width: 88rem;
	margin: 5.3rem auto 0;
	text-align: center;
}
.fair_detail_present_info::before {
	content: '';
	display: block;
	height: .1rem;
	background: linear-gradient(to right, #6C7260, #A4AF95);
	margin-bottom: 3.3rem;
}
.fair_detail_present_info dt {
	font-size: 1.8rem;
	margin: 0 auto 1.2rem;
	letter-spacing: .08em;
	width: fit-content;
	background: linear-gradient(90deg, #6C7260, #A4AF95);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fair_detail_present_info dd {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
}
.fair_detail_present_bestrate {
	text-align: center;
	margin: 8.3rem 0 0;
}
.fair_detail_present_bestrate figure {
	width: 22rem;
	margin: 0 auto 2.8rem;
}
.fair_detail_present_bestrate h3 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: #A08962;
	margin-bottom: 2.2rem;
}
.fair_detail_present_bestrate p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .1em;
}
.fair_detail_reservation {
	background: url(../../img/fair/bg_03.svg) no-repeat left top / 100% 73.2rem;
	margin: 11.2rem 0 0;
	padding: 10rem 0 14rem;
}
.fair_detail_present + .fair_detail_reservation {
	margin-top: 0;
}
.fair_detail_reservation::before {
	content: '';
	display: block;
	position: absolute;
	top: 73.1rem;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6C7260;
}
.fair_detail_reservation h2 {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .18em;
	margin-bottom: 5.4rem;
}
.fair_detail_reservation h2 img {
	width: 44.6rem;
	margin: 0 auto 2.6rem;
}
.fair_detail_reservation select {
	appearance: none;
	width: 50rem;
	height: 7rem;
	background: #B19B76 url(../../img/fair/icon_select_arrow.svg) no-repeat center right 4.1rem / 1.6rem auto;
	color: #fff;
	border: 0;
	margin: 0 auto;
	display: block;
	font-family: inherit;
	border-radius: .5rem;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 2rem 3rem;
	letter-spacing: .1em;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .15);
	outline: none;
	cursor: pointer;
}
.fair_detail_reservation select.sun {
	background-color: #D18E7D;
}
.fair_detail_reservation select.sat {
	background-color: #788F9E;
}
.reseav_box {
	width: 95.2rem;
	margin: 4rem auto 0;
	padding: 4.5rem 3rem 4.4rem;
	background: #fff;
}
.reserv_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.1rem;
	text-align: center;
}
.reserv_list ul:not(.is_active) {
	display: none;
}
.reserv_list ul li::before {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	left: -2.1rem;
	bottom: 0;
	background: linear-gradient(to bottom, #6C7260, #A4AF95);
}

.reseav_time {
	font-size: 1.8rem;
	color: #6C7260;
	letter-spacing: .1em;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -.7rem 0 .7rem;
	gap: .9rem;
}
.reseav_time.open::before,
.reseav_time.close::before,
.reseav_time.low::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.3rem;
	margin: .2rem .5rem 0 0;
	flex: 0 0 auto;
}
.reseav_time.open::before {
	width: 1.5rem;
	height: 1.5rem;
	margin: .2rem .5rem 0 0;
	background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='6.5' stroke='url(%23paint0_linear_23184_17961)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_23184_17961' x1='0' y1='7.5' x2='15' y2='7.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C7260'/%3E%3Cstop offset='1' stop-color='%23A4AF95'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat left top / 100% auto;
}
.reseav_time.low::before {
	background: url(../../img/fair/icon_low.svg) no-repeat left top / 100% auto;
}
.reseav_time.close::before {
	background: url(../../img/fair/icon_close.svg) no-repeat left top / 100% auto;
	width: 1.4rem;
	height: 1.4rem;
	margin: .2rem 0 0;
}
.reserv_list .btn_large {
	width: 100%;
	margin-top: 2.5rem;
	height: 6rem;
	border-radius: 3rem 0;
}
.reserv_list .btn_large {
	background: linear-gradient(90deg, #6C7260, #A4AF95);
}
.reserv_list .btn_large::after {
	mask: none;
	width: .84rem;
	height: .84rem;
	background: url(../../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	filter: brightness(0) invert(1);
	top: 0;
	bottom: 0;
	right: 4rem;
}
.reserv_list .btn_large.disabled {
	background: #D2D4D8;
	color: #333;
	pointer-events: none;
	cursor: default;
}
.reserv_list .btn_large.disabled::after {
	display: none;
}
.reseav_txt {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.fair_detail_contents {
	padding: 12rem 0 1rem;
}
.fair_detail_contents_inner {
	max-width: calc(50% + 58rem);
	margin: 0 0 0 auto;
}
.fair_detail_contents h2 {
	margin-bottom: 5.5rem;
}
.fair_detail_contents h2 img {
	width: 48.9rem;
}
.fair_detail_contents h2 span {
	display: block;
	border-top: .1rem solid #A08962;
	margin-top: 3rem;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .18em;
	color: #A08962;
	padding-top: 2.3rem;
}
.fair_detail_contents_slide {
	width: 37rem;
}
.fair_detail_contents_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.fair_detail_contents_slide .slick-prev,
.fair_detail_contents_slide .slick-next {
	appearance: none;
	display: block;
	padding: 0;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -99rem;
	position: absolute;
	bottom: -2rem;
	left: 0;
	background: url(../../img/common/icon_arrow_01.svg) no-repeat center center / 1.12rem auto;
	border: .1rem solid #A08962;
	cursor: pointer;
}
.fair_detail_contents_slide .slick-next {
	left: 6rem;
}
.fair_detail_contents_slide .slick-prev {
	transform: scale(-1, 1);
}
.fair_detail_contents_slide .slick-prev.slick-disabled,
.fair_detail_contents_slide .slick-next.slick-disabled {
	opacity: .5;
}
.fair_detail_contents_slide .slick-dots {
	display: flex;
	gap: 2.05rem;
	margin: 4.3rem 0 0 14.2rem;
}
.fair_detail_contents_slide .slick-dots button {
	appearance: none;
	display: block;
	width: .9rem;
	height: .9rem;
	border: 0;
	padding: 0;
	background: #A08962;
	transform: rotate(45deg);
	opacity: .5;
	overflow: hidden;
	text-indent: -99rem;
}
.fair_detail_contents_slide .slick-dots .slick-active button {
	opacity: 1;
}
.fair_detail_contents_item {
	width: 33rem;
	margin-right: 4rem;
}
.fair_detail_contents_item.slick-slide {
	float: left;
}
.fair_detail_contents_item figure img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	-webkit-mask-image: url(../../img/fair/mask_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% auto;
	mask-image: url(../../img/fair/mask_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% auto;
}
.fair_detail_contents_item h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin: 1.2rem 0 1.3rem;
}
.fair_detail_contents_item p {
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2;
	font-weight: 500;
    	text-align: center;
}
.fair_detail_other {
	padding: 14rem 0 24.6rem;
}
.fair_detail_other > h2 {
	max-width: 106rem;
	margin: 0 auto 8rem;
	font-size: 1.6rem;
	letter-spacing: .08em;
	font-weight: 400;
	color: #6C7260;
}
.fair_detail_other > h2 img {
	width: 36.2rem;
	margin-top: 1.9rem;
}
.fair_detail_other_slide {
	max-width: 108.9rem;
	margin: 0 auto;
}
.fair_detail_other_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.fair_detail_other_slide .fair_index_list_item {
	max-width: 105.9rem;
	margin: 0 1.5rem;
}
.fair_detail_other_slide .fair_index_list_item.slick-slide {
	float: left;
}
.fair_detail_other_slide .slick-dots {
	display: flex;
	justify-content: center;
	gap: 2.1rem;
	margin-top: 4.2rem;
}
.fair_detail_other_slide .slick-dots button {
	appearance: none;
	display: block;
	width: .9rem;
	height: .9rem;
	border: 0;
	padding: 0;
	background: #6C7260;
	transform: rotate(45deg);
	opacity: .5;
	overflow: hidden;
	text-indent: -99rem;
}
.fair_detail_other_slide .slick-dots .slick-active button {
	opacity: 1;
}
.fair_detail_other_slide_btn {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 6rem;
}
.fair_detail_other_slide_btn .btn_large {
	width: 33rem;
	border-radius: 3rem 0;
}
.fair_detail_other_slide_btn .btn_large::after {
	right: 1.9rem;
}
.fair_detail_other_slide_btn .btn_large.white {
	background: linear-gradient(90deg, #FFFFFF, #F1EEE3);
}
.fair_detail_other_slide_btn .btn_large.white::after {
	background: linear-gradient(90deg, #6C7260, #A4AF95);
}
.fair_detail_other_buttons {
	padding-top: 14rem;
}
.fair_detail_other_buttons .fair_detail_other_slide_btn {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.fair_detail::before {
		background-image: url(../../img/common/bg_01-sp.jpg);
	}
	.fair_detail_head {
		display: block;
		padding: 11rem 0 0;
	}
	.fair_detail_head figure {
		width: auto;
	}
	.fair_detail_head_box {
		max-width: none;
		margin: 3.1rem 2rem 0;
	}
	.fair_detail_head h1 {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.875;
		margin-bottom: 2.1rem;
	}
	.fair_detail_head .fair_cat .fair_cat_special,
	.fair_detail_head .fair_cat .fair_cat_general {
		justify-content: center;
	}
	.fair_detail_head_box p {
		font-size: 1.3rem;
		line-height: 2.1538;
		margin-top: 2rem;
                text-align: center;
	}
	.fair_detail_present {
		margin-top: 7rem;
		padding-bottom: 8.8rem;
		background: url(../../img/fair/bg_02-sp.svg) no-repeat center 1rem / 84rem 97.8rem;
	}
	.fair_detail_present h2 {
		font-size: 1.3rem;
		margin-bottom: 3.5rem;
	}
	.fair_detail_present h2 img {
		width: 18.8rem;
		height: auto;
		margin: 0 auto 2rem;
	}
	.fair_detail_present_list {
		max-width: 31rem;
		display: block;
	}
	.fair_detail_present_item + .fair_detail_present_item {
		margin-top: 4.3rem;
	}
	.fair_detail_present_list h3 {
		font-size: 1.4rem;
		margin: 2.4rem 0 0;
	}
	.fair_detail_present_list h3 span {
		font-size: 1.2rem;
		display: block;
		margin: 2.6rem 0 -.2rem;
	}
	.fair_detail_present_txt_01 {
		font-size: 1.2rem;
		line-height: 1.8333;
		margin: 1rem -.5rem 0;
	}
	.fair_detail_present_txt_02 {
		font-size: 2.4rem;
		margin: .3rem -1rem 0;
	}
	.fair_detail_present_txt_03 {
		font-size: 1.6rem;
		margin: 1.1rem -1rem 0;
	}
	.fair_detail_present_info {
		max-width: 31rem;
		margin: 5.4rem auto 0;
	}
	.fair_detail_present_info::before {
		margin-bottom: 1.3rem;
	}
	.fair_detail_present_info dd {
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.8333;
	}
	.fair_detail_present_bestrate {
		margin: 8.4rem 3rem 0;
	}
	.fair_detail_present_bestrate figure {
		width: 13rem;
		margin: 0 auto 1.2rem;
	}
	.fair_detail_present_bestrate h3 {
		font-size: 2rem;
		margin-bottom: 1.8rem;
	}
	.fair_detail_present_bestrate h3 span {
		display: block;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: .1em;
		margin-top: .7rem;
	}
	.fair_detail_present_bestrate p {
		font-size: 1.2rem;
		margin: 0 .8rem;
	}
	.fair_detail_reservation {
		background: url(../../img/fair/bg_03-sp.svg) no-repeat center top / 90rem 62.4rem;
		margin: 8.3rem 0 0;
		padding: 8rem 0 8rem;
	}
	.fair_detail_reservation::before {
		top: 62.3rem;
	}
	.fair_detail_reservation h2 {
		font-size: 1.3rem;
		margin-bottom: 3.5rem;
	}
	.fair_detail_reservation h2 img {
		width: 27.4rem;
		margin: 0 auto 1.9rem;
	}
	.fair_detail_reservation select {
		width: 31rem;
		height: 5.1rem;
		background-size: 1rem auto;
		background-position: center right 2rem;
		font-size: 1.5rem;
		padding: 1rem 1.9rem;
	}
	.reseav_box {
		width: 35.2rem;
		margin: 3rem auto 0;
		padding: 6rem 2rem 2.5rem;
	}
	.reserv_list ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem;
		text-align: left;
	}
	.reserv_list ul li {
		padding-right: 19rem;
		min-height: 5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.reserv_list ul li::before {
		width: auto;
		top: -2.1rem;
		height: 1px;
		left: 0;
		right: 0;
		bottom: auto;
		background: linear-gradient(to right, #6C7260, #A4AF95);
	}
	.reseav_time {
		        font-size: 1.3rem;
        justify-content: center;
        margin: .4rem 0;
        gap: .8rem;
	}
		.reseav_time.open::before,
		.reseav_time.close::before,
		.reseav_time.low::before {
			margin: .2rem 0 0;
		}
	.reseav_time.close::before {
		margin: .1rem 0 0;
	}
	.reserv_list .btn_large {
		width: 16rem;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 1.3rem;
		margin-top: 0;
		height: 5rem;
		border-radius: 2rem 0;
	}
	.reserv_list .btn_large::after {
		right: 1.7rem;
	}
	.reseav_txt {
		font-size: 1.3rem;
	}
	.fair_detail_contents {
		padding: 8rem 3rem 1rem;
	}
	.fair_detail_contents_inner {
		max-width: none;
	}
	.fair_detail_contents h2 {
		margin-bottom: 4.5rem;
		margin-right: -3rem;
	}
	.fair_detail_contents h2 img {
		width: 27.9rem;
	}
	.fair_detail_contents h2 span {
		margin-top: 2.5rem;
		font-size: 1.3rem;
		padding-top: 1.2rem;
	}
	.fair_detail_contents_slide {
		width: auto;
	}
	.fair_detail_contents_item {
		margin-right: auto;
	}
	.fair_detail_contents_item + .fair_detail_contents_item {
		margin-top: 5.4rem;
	}
	.fair_detail_contents_item p {
		line-height: 1.9231;
                text-align: center;
	}
	.fair_detail_other {
		padding: 8.2rem 0 14.7rem;
	}
	.fair_detail_other_buttons {
		padding-top: 8.2rem;
	}
	.fair_detail_other > h2 {
		max-width: none;
		margin: 0 3rem 4.9rem;
		font-size: 1.4rem;
	}
	.fair_detail_other > h2 img {
		width: 23.4rem;
		margin-top: 1.5rem;
	}
	.fair_detail_other_slide {
		max-width: 34.5rem;
	}
	.fair_detail_other_slide .fair_index_list_item {
		padding: 1rem;
		max-width: 33rem;
		margin: 0 .75rem;
		border-radius: 0;
		padding-bottom: 0;
	}
	.fair_detail_other_slide .fair_index_list_item::before {
		content: '';
		display: block;
		width: 3rem;
		height: 3rem;
		background: url(../../img/common/fair_bg_01.svg) no-repeat right bottom / 100% auto;
		position: absolute;
		right: 0;
		bottom: 0;
	}
		.fair_detail_other_slide .fair_cat,
		.fair_detail_other_slide .fair_index_list_btn_tel,
		.fair_detail_other_slide .fair_index_list_btn_reserve,
		.fair_detail_other_slide .fair_index_list_item dl {
			display: none;
		}
	.fair_detail_other_slide .fair_index_list_box {
		padding: 1.5rem 0 1.3rem;
		position: static;
		display: flex;
		align-items: center;
	}
	.fair_detail_other_slide .fair_index_list_item h2 {
		font-size: 1.4rem;
		font-weight: 600;
		color: #6C7260;
		flex: 1;
		line-height: 1.8571;
		padding-left: 1.7rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		margin-bottom: 0;
	}
	.fair_detail_other_slide time {
		background: rgba(242, 242, 242, .9);
		font-size: 1.3rem;
		letter-spacing: .04em;
		width: fit-content;
		padding: 1.2rem 1.3rem 1.2rem 1.4rem;
		display: flex;
		line-height: 1;
	}
	.fair_detail_other_slide time > span:last-child {
		margin-left: .9rem;
		padding-left: 1rem;
		border-left: .1rem solid #CBC7B8;
		color: #A08962;
		padding-bottom: .2rem;
		font-weight: 600;
	}
	.fair_detail_other_slide time span.sat {
		color: #163F9B !important;
	}
	.fair_detail_other_slide time span.sun {
		color: #C65325 !important;
	}
	.fair_detail_other_slide time {
		width: 7rem;
		padding: 1.5rem 1.2rem;
		text-align: center;
		display: block;
		box-sizing: border-box;
	}
	.fair_detail_other_slide time > span.sp {
		display: block;
		font-size: 1.1rem;
		letter-spacing: .05em;
	}
	.fair_detail_other_slide time > span.sp span {
		display: block;
		font-size: 3rem;
		font-weight: 500;
		text-align: center;
		color: #A08962;
		margin-top: .3rem;
	}
	.fair_detail_other_slide time > span:last-child {
		margin-left: 0;
		padding-left: 0;
		border-top: .1rem solid #CBC7B8;
		border-left: 0;
		margin-top: .7rem;
		display: block;
		font-size: 1.1rem;
		padding: .7rem 0 0;
	}
	.fair_detail .fair_index_list_btn {
		position: static;
	}
	.fair_detail .fair_index_list_btn .fair_index_list_btn_detail {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		width: auto;
		border-radius: 0;
		background: none;
		overflow: hidden;
		text-indent: -99rem;
	}
	.fair_detail_other_slide .slick-dots {
		gap: 1.9rem;
		margin-top: 2.1rem;
	}
	.fair_detail_other_slide .slick-dots button {
		width: .7rem;
		height: .7rem;
	}
	.fair_detail_other_slide_btn {
		display: block;
		margin-top: 4.3rem;
	}
	.fair_detail_other_slide_btn .btn_large {
		margin: 0 auto 1.5rem;
	}
	.fair_detail_other_slide_btn .btn_large.white {
		background: linear-gradient(90deg, #F1EEE3, #D4D4D4);
	}
    .fair_detail_present_item figure {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 769px) {
.fair_detail_present_item {
width: 245px;
}
.reserv_list ul li:nth-child(3n+1):before {
	display: none;
}
.reseav_txt {
    height: 4rem;
}
}
