@charset "utf-8";
/* CSS Document */

#fair > #main_fair {
	padding: 0 0 100px;
}
@media screen and (max-width: 1536px) {
	#fair > #main_fair {
		padding: 0 6% 100px;
	}
}
@media screen and (max-width: 1024px) {
	#fair > #main_fair {
		padding: 0 4% 100px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	#fair > #main_fair {
		padding: 0 0 60px;
	}
}


/* ==============================================

	fair_list

================================================= */
#fair_list {
	padding: 80px 5% 0;
}
.fair_listFair #main_fair {
	background: none;
	margin: 50px 0 30px;
}
.fair_listFair .cmn_fairArea {
	padding: 0 5%;
}
.fair_listFair .fair_contents {
	margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
	#fair_list {
		padding: 100px 7% 0;
	}
}
@media screen and (max-width: 1024px) {
	#fair_list {
		padding: 100px 5% 0;
	}
}
@media screen and (max-width: 768px) {
	.fair_listFair #main_fair {
		margin: 0;
	}
	.fair_listFair .cmn_fairArea {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	#fair_list {
		padding: 60px 5% 0;
	}
}



/* ==============================================

	fair_listBox

================================================= */
.fair_listBox {
	max-width: 1100px;
	margin: 0 auto;
}
.fair_listBox section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #9f9f9f;
	background: #fdfdfd;
}
.fair_listBox section:not(:last-child) {
	margin-bottom: 30px;
}
.fair_listDate {
	color: #fff;
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fair_listDate .fair_dtlDate {
	margin-top: 40px;
}
.fair_listDate.date_weekday {
	background: #adab90;
}
.fair_listDate.date_saturday {
	background: #88a9cf;
}
.fair_listDate.date_holiday {
	background: #d893a3;
}
.fair_listInner {
	width: calc(100% - 170px);
}
.fair_listWrap {
	padding: 0 40px;
}
.fair_listWrap article {
	padding: 35px 0 40px;
}
.fair_listWrap article:nth-child(n+2) {
	display: none;
}
.fair_listWrap article:not(:first-child) {
	border-top: 1px solid #d5d5d5;
}
.fair_listWrap h2,
.fair_listWrap h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 152%;
}
.fair_listInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.fair_listInfo figure {
	aspect-ratio: 33 / 31;
	width: 33%;
	height: auto;
}
.fair_listInfo figure img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.fair_listDtl {
	width: 63%;
}
.fair_list_txt {
	font-size: 1.3rem;
	line-height: 153%;
	margin-bottom: 15px;
	color: #222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.fair_listDtl .fair_icon {
	margin-bottom: 15px;
}
.fair_list_time {
	padding: 12px 10px;
	margin-bottom: 20px;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
.fair_list_time .fair_dtlTime:not(:last-child) {
	margin-bottom: 8px;
}
.fair_listDtl .fair_seats {
	width: 100px;
	height: 35px;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.fair_listBtn {
	max-width: inherit!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.fair_listBtn li {
	width: 48%;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.fair_listBtn li.cmn_btnBg_brn a,
.fair_listBtn li.cmn_btnBg_brn input,
.fair_listBtn li.cmn_btnBdr_brn a:hover {
	background: #103381;
	color: #fff;
}
.fair_listBtn li.cmn_btnBg_brn a:hover,
.fair_listBtn li.cmn_btnBg_brn input:hover,
.fair_listBtn li.cmn_btnBdr_brn a,
.fair_otherBtn .cmn_btnBdr_brn a {
	background: #fff;
	border: 1px solid #103381;
	color: #103381;
}
.fair_listBtn a, .fair_listBtn input {
	height: 46px!important;
}
.fair_tag {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	margin-bottom: 10px;
}
.fair_tag li {
	background: #a19e77;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding: 8px 10px;
}

@media screen and (max-width: 1366px) {
	.fair_listBox {
		max-width: inherit;
	}
	.fair_listDate {
		width: 160px;
	}
	.fair_listInner {
		width: calc(100% - 160px);
	}
	.fair_listBtn li {
		letter-spacing: inherit;
	}
}
@media screen and (max-width: 1024px) {
	.fair_listBox section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_listBox section > * {
		width: 100%;
	}
	.fair_listDate {
		padding: 20px 0;
	}
	.fair_listDate .fair_dtlDate {
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
	}
	.fair_listBox .fair_dtlDate span {
		margin-bottom: 0;
		font-size: 2.2rem;
	}
	.fair_listBox .fair_dtlDate p {
		padding-bottom: 0;
		font-size: 2.2rem;
		margin: 0 10px 0 0;
	}
	.fair_listBox .fair_dtlDate p::before {
		content: "/";
	}
	.fair_listBox .fair_dtlDate p::after {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.fair_listBox section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_listInfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_listDtl {
		width: 100%;
	}
	.fair_listDtlArea {
		display: flex;
		flex-flow: column-reverse;
		margin-bottom: 20px;
	}
	.fair_list_time {
		margin: 0 0 15px;
	}
	.fair_listImgTxt {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.fair_listInfo figure {
		width: 45%;
		margin: 0;
	}
	.fair_list_txt {
		width: 50%;
		margin-bottom: 0;
		-webkit-line-clamp: 8;
	}
	.fair_tag {
		gap: 5px;
	}
	.fair_listInfo .fair_tag {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.fair_listWrap {
		padding: 0 5%;
	}
}
@media screen and (max-width: 480px) {
	.fair_listWrap article {
		padding: 20px 0 25px;
	}
	.fair_tag {
		gap: 3px;
	}
	.fair_tag li {
		font-size: 1.2rem;
		padding: 6px 8px;
	}
	.fair_listWrap h2 {
		font-size: 1.5rem;
		line-height: 130%;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.fair_listBtn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_listBtn li {
		width: 100%;
	}
	.fair_listBtn li:not(:last-child) {
		margin-bottom: 15px;
	}
	.fair_listDate {
		padding: 15px 0;
	}
	.fair_listInfo figure {
		width: 43%;
		height: 130px;
	}
	.fair_list_txt {
		width: 52%;
		font-size: 1.2rem;
		line-height: 125%;
	}
	.fair_list_time {
		margin-bottom: 10px;
	}
	.fair_list_time .fair_dtlTime:not(:last-child) {
		margin-bottom: 5px;
	}
	.fair_listDtlArea {
		margin-bottom: 0;
	}
}

/*---------------------------------------------
	fair_listOther
---------------------------------------------*/
.fair_listOther {
	background: #f1f1f1;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #222;
	font-size: 1.3rem;
}
.fair_listOther:hover {
	opacity: 0.7;
}
.list-close {
	display: none;
}
.fair_listOther::after {
	content: "";
	position: absolute;
	right: 20px;
}
.list-open::after {
	background: url("../images/fair/list-open.svg") center no-repeat;
	width: 30px;
	height: 30px;
}
.list-close::after {
	background: url("../images/fair/list-close.svg") center no-repeat;
	width: 30px;
	height: 1px;
}
@media screen and (max-width: 480px) {
	.fair_listOther {
		height: 55px;
		font-size: 1.3rem;
	}
	.list-open::after {
		width: 20px;
		height: 20px;
	}
	.list-close::after {
		width: 20px;
	}
}

/*---------------------------------------------
	noreserve-btn
---------------------------------------------*/
.noreserve-btn a, .noreserve-btn {
	pointer-events: none;
	background: #A9A9A9!important;
}
/*---------------------------------------------
	telreserve-btn
---------------------------------------------*/
.telreserve-btn input {
	border: none;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}



/* ==============================================

	fair_dtl

================================================= */
main#fair_dtl {
	padding: 50px 0 0;
}
@media screen and (max-width: 480px) {
	main#fair_dtl {
		padding: 30px 0 0;
	}
}


/* ==============================================

	fair_dtlInfo

================================================= */
#fair_dtlInfo {
	margin: 0 auto 50px;
}
.fair_dtlInfo_ttl {
	margin-bottom: 35px;
	position: relative;
	width: calc(100% - 170px);
	margin-left: 170px;
}
@media screen and (max-width: 1366px) {
	#fair_dtlInfo.w1100 {
		padding: 0 7%;
	}
}
@media screen and (max-width: 1024px) {
	#fair_dtlInfo.w1100 {
		padding: 0 5%;
	}
	.fair_dtlInfo_ttl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
}
@media screen and (max-width: 768px) {
	.fair_dtlInfo_ttlBox {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 30px;
		margin-bottom: 25px;
	}
	.fair_dtlInfo_ttl {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#fair_dtlInfo {
		margin-bottom: 40px;
	}
	.fair_dtlInfo_ttl {
		margin-bottom: 20px;
	}
	.fair_dtlInfo_ttlBox {
		margin-bottom: 20px;
	}
}
/*---------------------------------------------
	fair_dtlDate
---------------------------------------------*/
#fair_dtlInfo .fair_dtlDate {
	width: auto;
	position: absolute;
	left: -170px;
}
.fair_dtlDate {
	text-align: center;
}
.fair_dtlDate span {
	font-size: 1.8rem;
	display: block;
}
.fair_dtlDate p {
	font-size: 5rem;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}
.fair_dtlDate p::after {
	content: "";
	border-bottom: 1px solid;
	display: block;
	padding-top: 12px;
	width: 50px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.fair_dtlDate small {
	font-size: 1.2rem;
	display: block;
	letter-spacing: 0.2em;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.fair_dtlDate span {
		margin-bottom: 0;
	}
	#fair_dtlInfo .fair_dtlDate {
		position: inherit;
	}
}
@media screen and (max-width: 480px) {
	.fair_dtlDate p {
		font-size: 3.0rem;
		margin-bottom: 10px;
	}
}

/*---------------------------------------------
	fair_dtlTime
---------------------------------------------*/
.fair_dtlTime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	font-size: 1.2rem;
	color: #222;
}
.fair_dtlTime dt {
	width: 6em;
}
.fair_dtlTime dd {
	width: calc(100% - 6em);
	flex: 1;
}
@media screen and (max-width: 768px) {
	.fair_dtlTime {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.fair_dtlTime {
		font-size: 1.1rem;
		letter-spacing: 0.05rem;

	}
}
/*---------------------------------------------
	fair_dtlInfo_info
---------------------------------------------*/
.fair_dtlInfo_info {
	width: 100%;
}
.fair_dtlInfo_info h1 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 15px 0;
	line-height: 150%;
}
.fair_dtlInfo_time {
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	padding: 15px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	gap: 10px 50px;
}
.fair_dtlInfo_time dl {
	font-size: 1.2rem!important;
	line-height: 120%;
}
@media screen and (max-width: 480px) {
	.fair_dtlInfo_info h1 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.fair_dtlInfo_info h1 {
		font-size: 1.5rem;
		margin-bottom: 15px;
		line-height: 140%;
	}
	.fair_dtlInfo_time {
		padding: 8px 0;
		gap: 8px 0;
	}
	.fair_dtlInfo_time dl {
		font-size: 1.2rem!important;
	}
	.fair_dtlInfo_time dl:first-child {
		margin-right: 0;
	}
}

/*---------------------------------------------
	fair_dtlInfo_txt
---------------------------------------------*/
.fair_dtlInfo_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.fair_dtlInfo_txt figure {
	aspect-ratio: 1 / 1;
	width: 27.27%;
	height: auto;
}
.fair_dtlInfo_txt figure img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.fair_dtlInfo_box {
	width: 68.18%;
}
.fair_dtlInfo_box .cmn_tag {
	margin-bottom: 30px;
}
.fair_dtlInfo_box p {
	line-height: 164%;
	color: #222;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.fair_dtlInfo_txt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_dtlInfo_txt figure {
		width: 450px;
		margin: 0 auto 30px;
		text-align: center;
		height: 450px;
	}
	.fair_dtlInfo_txt figure img {
		width: 100%;
	}
	.fair_dtlInfo_box {
		width: 100%;
	}
	/*
	.fair_dtlInfo_txt figure img {
		height: 100%;
	}
	*/
}
@media screen and (max-width: 480px) {
	.fair_dtlInfo_txt figure {
		width: 100%;
		margin-bottom: 15px;
		height: 300px;
	}
	.fair_dtlInfo_txt figure img {
		height: 300px;
	}
	.fair_dtlInfo_box .contents-tag {
		margin-bottom: 20px;
	}
}


/* ==============================================

	fair_dtlBft

================================================= */
#fair_dtlBft {
	margin-bottom: 100px;
}
@media screen and (max-width: 1366px) {
	#fair_dtlBft {
		padding: 0 7%;
	}
}
@media screen and (max-width: 1024px) {
	#fair_dtlBft {
		padding: 0 5%;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	#fair_dtlBft {
	}
}
/*---------------------------------------------
	benefits_dtl
---------------------------------------------*/
.benefits_dtl h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #222;
	text-align: center;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.2rem;
	margin-bottom: 20px;
	white-space: nowrap;
}
.benefits_dtl h2::after, .benefits_dtl h2::before {
	border-top: 1px solid #898989;
	content: "";
	width: 40px;
}
.benefits_dtl h2::after {
	margin-left: 10px;
}
.benefits_dtl h2::before {
	margin-right: 10px;
}

.benefits_dtlBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
}
.benefits_dtlBox:not(:last-child) {
	margin-bottom: 5px;
}
.benefits_dtl h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	width: 150px;
	letter-spacing: 0.1em;
}
.benefits_visit h3{
	background: #83a4ca;
}
.benefits_wedd h3{
	background: #103381;
}
.benefits_dtlBox ul {
	width: calc(100% - 155px);
	padding: 20px 30px;
	background: #fff;
}
.benefits_dtlBox ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	line-height: 135%;
}
.benefits_dtlBox ul li:not(:last-child) {
	margin-bottom: 10px;
}
.benefits_dtlBox ul li:before {
	position: relative;
	top: -4px;
	left: 0;
	margin-right: 6px;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
}
.benefits_dtlBox ul li span {
	width: calc(100% - 10px);
}
.benefits_visit ul li:before {
	background: #83a4ca;
}
.benefits_wedd ul li:before {
	background: #103381;
}

@media screen and (max-width: 768px) {
	.benefits_dtl h2 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.benefits_dtl h2 {
		font-size: 1.5rem;
	}
	.benefits_dtl h2::after, .benefits_dtl h2::before {
		flex-grow: 1;
		width: 100%;
	}
}

/*---------------------------------------------
	fair_benefits
---------------------------------------------*/
.fair_benefits {
	background: #f6f6f6;
	padding: 45px 120px;
}
@media screen and (max-width: 1366px) {
	.fair_benefits {
		padding: 45px 5%;
	}
}
@media screen and (max-width: 1024px) {
	.fair_benefits h3 {
		width: 150px;
	}
}
@media screen and (max-width: 480px) {
	.fair_benefits {
		padding: 30px 5%;
	}
}

/*---------------------------------------------
	benefits_attn
---------------------------------------------*/
.benefits_attn {
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 150%;
	color: #222;
}
@media screen and (max-width: 768px) {
	.benefits_dtlBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		gap: 0;
	}
	.benefits_dtl h3 {
		width: 100%;
		height: 40px;
	}
	.benefits_dtlBox div,
	.benefits_dtlBox ul {
		width: 100%;
	}
	.benefits_dtlBox:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	.benefits_attn li {
		font-size: 1.2rem;
	}
	.benefits_dtlBox:not(:last-child) {
		margin-bottom: 10px;
	}
	.benefits_dtl h3 {
		height: 35px;
		font-size: 1.4rem;
	}
}


/* ==============================================

	fair_dtlRsv

================================================= */
#fair_dtlRsv {
	padding: 60px 5%;
	background: #f7f7f7;
}
.fair_dtlRsv_ttl {
	text-align: center;
	position: relative;
	z-index: 1;
}
.fair_dtlRsv_ttl h2 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}
.fair_dtlRsv_inner {
	padding: 40px 60px;
	background: #fff;
}
#fair_dtlRsvBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fair_dtlRsv_date {
	width: 340px;
}
.fair_dtlRsv_dateTtl {
	font-size: 1.4rem;
	background: #F5F4EF;
	margin-bottom: 15px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#fair_dtlRsv .tab_fair_calendar {
	padding: 0;
}
#fair_dtlRsv .slick-arrow.prev {
	top: 50%;
	left: -10px;
	z-index: 2;
}
#fair_dtlRsv .slick-arrow.next {
	top: 50%;
	right: -10px;
}
#fair_dtlRsv .fair_calendar th {
	font-size: 0.8rem;
	padding: 10px 5px 5px;
}
#fair_dtlRsv .fair_calendar th p {
	font-size: 1.4rem;
}
#fair_dtlRsv .fair_calendar td {
	font-size: 1.7rem;
}
#fair_dtlRsv .cal_event a {
	pointer-events: auto;
}
#fair_dtlRsv .cal_event a::after, #fair_dtlRsv .cal_event.cal_today a::after {
	padding-top: 35px;
	width: 35px;
}
@media screen and (max-width: 896px) {
	#fair_dtlRsv .slick-arrow.prev {
		left: -25px;
	}
	#fair_dtlRsv .slick-arrow.next {
		right: -25px;
	}
}
@media screen and (max-width: 480px) {
	#fair_dtlRsv .slick-arrow.prev {
		left: -15px;
	}
	#fair_dtlRsv .slick-arrow.next {
		right: -15px;
	}
}


/*---------------------------------------------
	fair_dtlRsv_btn
---------------------------------------------*/
.fair_dtlRsv_dtl {
	width: calc(100% - 430px);
}

/*---------------------------------------------
	fair_dtlRsv_btn
---------------------------------------------*/
.fair_dtlRsv_btn {
	margin-bottom: 20px;
}
.fair_dtlRsv_btn li {
	font-size: 1.5rem;
	border-bottom: 1px solid #898989;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #222222;
}
.fair_dtlRsv_btn span {
	font-weight: 600;
}
.fair_dtlRsv_btn .seats_full {
	color: #df1150;
}
.fair_dtlRsv_btn .seats_few {
	color: #0258a9;
}
.fair_dtlRsv_btn .seats_no {
	color: #222222;
}
.fair_dtlRsv_btn input, .fair_dtlRsv_btn a {
	background: #103381;
	border: none;
	width: 180px;
	color: #fff;
	height: 35px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}
.fair_dtlRsv_btn input:hover, .fair_dtlRsv_btn a:hover {
	border: 1px solid #103381;
	color: #103381;
	background: #fff;
}
.fair_dtlRsv_dtl dl {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	color: #222;
	flex-flow: row wrap;
	gap: 10px 15px;
}

/*---------------------------------------------
	.fair_dtlRsv_tel.remodal
---------------------------------------------*/
.fair_dtlRsv_tel {
	background: rgba(0,0,0,0.5)!important;
}
.remodal-wrapper.fair_dtlRsv_tel {
	padding: 0 5%!important;
}
.fair_dtlRsv_tel.remodal {
	max-width: 900px;
	width: auto;
	height: auto;
	background: transparent!important;
}
.fair_dtlRsv_telInner .nav_toggle_close {
	margin: 0 0 10px auto;
}
.fair_dtlRsv_telBox {
	background: #fff;
	padding: 50px;
}
.fair_dtlRsv_telBox h2 {
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 140%;
	font-size: 1.9rem;
}
.fair_dtlRsv_telNo {
	padding: 20px 15px 15px;
	background: #edf3fa;
}
.fair_dtlRsv_telNo small {
	margin-bottom: 5px;
	display: block;
	font-size: 1.4rem;
}
.fair_dtlRsv_telNo a {
	font-size: 3.0rem!important;
	font-weight: 500;
	margin-bottom: 0!important;
	color: #103381;
}
.fair_dtlRsv_telNo a::before {
	filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(1502%) hue-rotate(201deg) brightness(90%) contrast(95%);
	margin: 4px 5px 0 0!important;
}
.fair_dtlRsv_telInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 15px 0 20px;
	gap: 50px;
}
.fair_dtlRsv_telBox ul {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.fair_dtlRsv_telBox ul li {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 125%;
}
.fair_dtlRsv_telBox ul li::before {
	content: "※";
}
@media screen and (max-width: 1366px) {
	#fair_dtlRsv.w1100 {
		padding: 0 7%;
	}
	.fair_dtlRsv_inner {
		padding: 40px 40px 25px;
	}
}
@media screen and (max-width: 1112px) {
	.fair_dtlRsv_btn input, .fair_dtlRsv_btn a {
		width: 150px;
	}
	.fair_dtlRsv_dtl {
		width: calc(100% - 400px)
	}
}
@media screen and (max-width: 1024px) {
	#fair_dtlRsv.w1100 {
		padding: 0 5%;
	}
	.fair_dtlRsv_inner {
		padding: 40px 30px 20px;
}
	.fair_dtlRsv_btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_dtlRsv_btn li {
		width: 100%;
	}
	.fair_dtlRsv_date {
		width: 320px;
		margin-left: 0
	}
	.fair_dtlRsv_dtl {
		width: calc(100% - 360px);
	}
}
@media screen and (max-width: 896px) {
	.fair_dtlRsv_inner {
		padding: 40px 10%;
	}
	#fair_dtlRsvBox {
		flex-flow: column;
	}
	.fair_dtlRsv_date {
		width: 320px;
		margin-bottom: 20px;
	}
	.fair_dtlRsv_dtl {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.fair_dtlRsv_inner {
		padding: 40px 5% 30px;
	}
	.fair_dtlRsv_telBox h2 {
		text-align: left;
	}
	.fair_dtlRsv_telInfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.fair_dtlRsv_telInfo dl:first-child {
		margin: 0 0 20px!important;
	}
	.fair_dtlRsv_telBox ul li span {
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	.fair_dtlRsv_btn input, .fair_dtlRsv_btn a {
		letter-spacing: 0;
	}
	.fair_dtlRsv_btn li {
		font-size: 1.3rem;
	}
	.fair_dtlRsv_date select {
		width: 200px;
	}
	.fair_dtlRsv_inner > p {
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	#fair_dtlRsv {
		padding: 60px 3%;
	}
	.fair_dtlRsv_ttl h2 {
		font-size: 1.7rem;
		padding: 0 20px;
	}
	.fair_dtlRsv_inner {
		padding: 30px 5% 30px;
		margin-top: -8px;
	}
	.fair_dtlRsv_date {
		margin-bottom: 10px;
		width: 100%;
	}
	.fair_dtlRsv_date p, .fair_dtlRsv_date select {
		font-size: 1.4rem;
	}
	.fair_dtlRsv_btn {
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	.fair_dtlRsv_btn input, .fair_dtlRsv_btn a {
		font-size: 1.2rem;
		width: 130px;
	}
	.fair_dtlRsv_inner dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		font-size: 1.1rem;
	}
	.fair_dtlRsv_date select {
		width: 160px;
	}
	.fair_dtlRsv_telBox {
		padding: 8% 5%;
	}
	.fair_dtlRsv_telBox h2 {
		font-size: 1.5rem;
	}
	.fair_dtlRsv_telNo {
		padding: 15px;
	}
	.fair_dtlRsv_inner > p {
		font-size: 1.2rem;
		line-height: 130%;
		margin-top: 25px;
	}
	.fair_dtlRsv_date .tab_cmn_calendar {
		width: inherit;
		padding: 0 3%;
		max-width: 350px;
	}
}

/* ==============================================

	fair_dtlCont

================================================= */
#fair_dtlCont {
	padding: 100px 7%;
}
.fair_dtlContInner {
	max-width: 1040px;
	margin: 0 auto;
}
.fair_dtlContInner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	gap: 45px 40px;
}
.fair_dtlContInner ul li {
	width: calc((100% - 120px) / 4);
}
.fair_dtlContInner ul li figure {
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
}
.fair_dtlContInner ul li figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.fair_dtlContInner ul li div h3 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #103381;
	margin-bottom: 15px;
	line-height: 133%;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
.fair_dtlContInner ul li div h3::after {
	content: "";
	display: block;
	border-top: 1px solid #898989;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.fair_dtlContInner ul li div p {
	font-size: 1.3rem;
	line-height: 138%;
	color: #222;
}
@media screen and (max-width: 1024px) {
	#fair_dtlCont {
		padding: 60px 5%;
	}
	.fair_dtlContInner ul {
		gap: 45px 30px;
	}
	.fair_dtlContInner ul li {
		width: calc((100% - 90px) / 4);
	}
}
@media screen and (max-width: 896px) {
	.fair_dtlContInner ul li {
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (max-width: 640px) {
	.fair_dtlContInner ul li {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 480px) {
	.fair_dtlContInner ul {
		gap: 30px 25px;
	}
	.fair_dtlContInner ul li {
		width: calc((100% - 25px) / 2);
	}
	.fair_dtlContInner ul li figure {
		margin-bottom: 10px;
	}
	.fair_dtlContInner ul li div h3 {
		font-size: 1.5rem;
		padding-bottom: 10px;
	}
}


/* ==============================================

	fair_dtlForm

================================================= */
#form.fair_dtlForm {
	margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#form.fair_dtlForm {
		margin-bottom: 60px;
	}
}


/* ==============================================

	fair_dtlFlow

================================================= */
#fair_dtlFlow {
	background: #f7f7f7;
	padding: 60px 7%;
}
.fair_dtlFlowInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
}
.fair_dtlFlowBox {
	flex: 1;
	padding: 15px 15px 30px;
	border: 1px solid #103381;
	background: #fff;
}
.fair_step {
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
	height: 60px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	color: #103381;
}
.fair_step span {
	letter-spacing: 0;
	font-size: 4.4rem;
}
.fair_dtlFlow_txt {
	padding: 35px 30px 0;
	text-align: center;
}
.fair_dtlFlow_txt h3 {
	font-size: 1.6rem;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0.1em;
	color: #103381;
}
.fair_dtlFlow_txt h3::after {
	content: "";
	display: block;
	border-top: 1px solid #898989;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.fair_dtlFlow_txt p {
	text-align: left;
	letter-spacing: 0;
	line-height: 169%;
	font-size: 1.3rem;
	color: #222;
}
.fair_dtlFlow_txt a {
	color: #103381;
	text-decoration: underline;
}
@media screen and (max-width: 1366px) {
	.fair_dtlFlowBox {
		width: 31.5%;
	}
	.fair_dtlFlowInner {
		gap: 30px;
	}
	.fair_dtlFlow_txt {
		padding: 30px 15px 0;
	}
}
@media screen and (max-width: 1112px) {
	.fair_dtlFlowInner {
		gap: 20px;
	}
}
/*
@media screen and (max-width: 1024px) {
	#fair_dtlFlow {
		padding: 60px 5%;
	}
	.fair_dtlFlowInner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		gap: 40px;
	}
	.fair_dtlFlowBox {
		width: 80%;
		margin: 0 auto;
		display: flex;
		padding: 15px 15px 25px;
	}
	.fair_step {
		width: 45%;
	}
	.fair_dtlFlow_txt {
		flex: 1;
	}
}
*/
@media screen and (max-width: 1024px) {
	#fair_dtlFlow {
		padding: 60px 3%;
	}
	.fair_dtlFlow_txt {
		padding: 30px 5px 0;
	}
}
@media screen and (max-width: 896px) {
	.fair_dtlFlowInner {
		flex-flow: column;
	}
	.fair_dtlFlowBox {
		width: 80%;
		margin: 0 auto;
		display: flex;
		padding: 15px 15px 25px;
		gap: 0 30px;
	}
	.fair_step {
		width: 30%;
		height: auto;
	}
	.fair_dtlFlow_txt {
		flex: 1;
	}
}
@media screen and (max-width: 768px) {
	.fair_dtlFlowBox {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
	.fair_dtlFlowBox {
		flex-flow: column;
	}
	.fair_step {
		width: 100%;
		height: 60px;
	}
	.fair_dtlFlow_txt {
		padding: 30px 5% 0;
	}
}
@media screen and (max-width: 480px) {
	#fair_dtlFlow {
		padding: 60px 5%;
	}
	.fair_dtlFlowInner {
		gap: 30px;
	}
	.fair_dtlFlow_txt {
		padding: 25px 7% 0;
	}
	.fair_dtlFlow_txt h3 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.fair_step {
		font-size: 1.7rem;
	}
	.fair_step span {
		font-size: 3.8rem;
	}
}

/* ==============================================

	SameDayFair

================================================= */
#SameDayFair {
	padding: 100px 5%;
}
#SameDayFair .fair_listOther {
	display: none;
}
#SameDayFair .fair_listWrap article:nth-child(n+2) {
	display: block;
}
@media screen and (max-width: 1366px) {
	#SameDayFair {
		padding: 100px 7%;
	}
}
@media screen and (max-width: 1024px) {
	#SameDayFair {
		padding: 60px 5%;
	}
}

/* ==============================================

	fair_otherBtn

================================================= */
.fair_otherBtn {
	margin-top: 100px;
	padding-bottom: 100px;
}
.fair_otherBtn ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
}
.fair_otherBtn ul li {
	width: calc((100% - 5%) / 2);
}
.fair_otherBtn ul li .cmn_btn {
	max-width: inherit;
}
.fair_otherBtn ul li a {
	width: 100%;
	height: 90px;
	flex-flow: column;
	font-size: 1.7rem;
	background: #fdfdfd;
}
.fair_otherBtn ul li a small {
	font-size: 1.5rem;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
	.fair_otherBtn {
		padding: 0 7% 100px;
	}
}
@media screen and (max-width: 1024px) {
	.fair_otherBtn {
		padding: 0 5% 100px;
	}
}
@media screen and (max-width: 896px) {
	.fair_otherBtn ul li a {
		font-size: 1.5rem;
	}
	.fair_otherBtn ul li a small {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	.fair_otherBtn ul {
		flex-flow: column;
		gap: 25px;
	}
	.fair_otherBtn ul li {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.fair_otherBtn {
		margin-top: 50px;
		padding: 0 5% 60px
	}
	.fair_otherBtn ul li,
	.fair_otherBtn ul li .cmn_btn {
		width: 100%;
	}
	.fair_otherBtn ul li a {
		height: 70px;
		font-size: 1.4rem;
	}
	.fair_otherBtn ul li a small {
		font-size: 1.2rem;
	}
}




