@charset "utf-8";

/*================================
	Layout, Elements
================================*/
main .page {
	margin: 100px auto 200px;
}
.page_head * {
	text-align: center;
}
.page_head .en {
	text-transform: uppercase;
}

.fair_list {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 25px;
}
.fair_list > li:first-child {
	border-top: 1px solid #E9E8E8;
}
main .fair_entry .img picture {
	overflow: hidden;
}


/* fair詳細 */
.fair_detail .page_head * {
	text-align: left;
}
.fair_detail .page_head .title {
	font-size: 1rem;
	letter-spacing: 2px;
}
.fair_detail .page_head .fair_title {
	margin-top: 10px;
}
.fair_detail .fair_entry .inner {
	padding: 0;
	border-bottom: none;
    align-items: flex-start;
}
.fair_detail .page_head.style1 {
	margin-bottom: 50px;
}
main .page {
	margin-top: 50px;
}
.fair_detail .fair_entry {
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
	border-bottom: none;
}

main .fair_contents {
	background-color: #F8F8F8;
	padding: 100px calc((100% - 1100px) / 2);
	display: flex;
	margin-top: 120px;
}
main .fair_contents > h2 {
	width: 166px;
	color: #999999;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
main .fair_contents > .box {
	width: calc(100% - 166px);
}
main .fair_contents .sec {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E0DFDF;
}
main .fair_contents .sec > picture {
	width: 320px;
	aspect-ratio: 1 / 1;
	background-color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
main .fair_contents .sec > picture img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
main .fair_contents .sec > .exp {
	width: calc(100% - 320px);
	padding-left: 75px;
}
main .fair_contents .sec.no_img > .exp {
	width: 100%;
	padding: 0 20px;
}
main .fair_contents .sec > .exp h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
main .fair_contents .sec .exp p {
	font-size: 1.2rem;
}
main .fair_contents .sec .exp p a {
	font-size: inherit;
	letter-spacing: inherit;
	color: inherit;
	text-decoration: underline;
}
main .detail_area .btns {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}
main .detail_area .btns > .btn {
	margin: 0 5px;
}
main .detail_area .btns .btn a {
	border: 1px solid #E0DFDF;
	display: block;
	width: 260px;
	text-align: center;
	padding: 17px 10px;
	font-size: 1.2rem;
}
main .detail_area .btns .btn.to_reserve a {
	background-color: #999999;
	color: #fff;
	border: 1px solid #999999;
}
main .events.other_fair {
	padding-left: calc((100% - 1170px) / 2);
	padding-top: 100px;
	padding-bottom: 0;
	margin-top: 50px;
}
main .other_fair h2 {
	font-size: 1.6rem;
    letter-spacing: 2px;
	margin-bottom: 60px;
}
main .other_fair .btn_viewmore {
	text-align: right;
	margin: -50px auto 0;
	position: relative;
	z-index: 1;
	margin-right: calc((100% - 1170px) / 2);
	width: 200px;
}

main .other_fair .meta {
	display: block;
	margin-top: 20px;
}
.event_entry .meta .cat span {
	color: #333333;
	background-color: #F8F8F8;
	padding: 1px 10px;
	display: inline-block;
	text-align: center;
}
main .other_fair .meta .place {
	font-size: 1.1rem;
	margin-top: 10px;
	color: #999999;
}
.not_found {
	text-align: center;
	width: 100%;
	background: #eee;
	padding: 40px 25px 30px;
	max-width: 1100px;
	margin: 0 auto;
}
.not_found p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.1rem;
}
.not_found p a {
	text-decoration:underline;
	font-size: 1.2rem;
}
.wp-pagenavi {
	margin-top: 40px;
}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	main .page {
		margin-top: 0px;
		margin-bottom: 120px;
	}
	.dress_cat_list_wrap .dress_cat_list .slide a {
		width: 150px;
	}


	.fair_entry .inner .img picture img {
		width: 100%;

	}

	main .events.other_fair {
		padding-left: 20px;
		margin-top: 100px;
		padding-bottom: 0;
	}
	main .events.other_fair .btn_viewmore {
		margin-right: 20px;
		margin-top: 10px;
	}
	.fair_detail .page_head.style1 {
		padding: 0 40px;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.fair_detail .page_head.style1 h1 {
		font-size: 1.8rem;
	}
	.fair_detail .fair_entry .inner {
		padding: 0 40px;
	}

	main .fair_contents {
		margin-top: 70px;
		padding: 50px 20px;
		flex-direction: column;
	}
	main .fair_contents > .box {
		width: 100%;
	}
	main .fair_contents .sec {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	main .fair_contents .sec h3 {
		width: 100%;
		margin-bottom: 0;
		font-size: 1.4rem;
		margin-top: 20px;
		letter-spacing: 1px;
	}
	main .fair_contents .sec > .exp {
		/* padding-left: 20px; */
		width: 100%;
		padding: 0;
		margin-top: 5px;
	}
	main .fair_contents .sec.no_img > .exp {
		width: 100%;
		padding: 0 0;
	}
	main .fair_contents .sec.no_img h3 {
		margin-top: 0;
	}
	main .fair_contents .sec > picture {
		width: 100%;
		order: -1;
	}
	main .fair_contents .sec > picture img {
		/* width: 100%; */
	}
	main .fair_contents > h2 {
		margin-bottom: 20px;
	}
	main .detail_area .btns {
		flex-direction: column;
		padding: 0 40px;
	}
	main .detail_area .btns .btn {
		width: 100%;
		margin: 0 0 5px;
	}
	main .detail_area .btns .btn a {
		width: 100%;
	}
}