@charset "utf-8";

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

.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詳細 */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
.fair_detail {
	overflow: unset;
    margin: 180px auto 0;
}
.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;
	flex-wrap: wrap;
}
.fair_detail .fair_entry .inner .img {
	width: 100%;
}
.fair_detail .fair_entry .inner .img picture {
	aspect-ratio: auto;
}
.fair_detail .fair_entry .inner .img img {
	width: 100%;
}
.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;
}
.fair_detail .fair_entry .exp {
	padding: 0;
	margin-top: 40px;
	width: 100%;
}

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;
}




/* フェア詳細 */
.contents_wrap {
    display: flex;
    justify-content: flex-start;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    align-items: flex-start;
}

.contents_wrap {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 120px;
}
.contents_wrap .sidebar {
    width: 200px;
    margin-right: 100px;
    position: sticky;
    top: 100px;
}
.contents_wrap .sidebar ul li {
	margin-bottom: 10px;
}
.contents_wrap .sidebar ul li a {
	font-size: 1.2rem;
	color: #CCCCCC;
	transition: all .2s;
	display: block;
}
.contents_wrap .sidebar ul li a.current {
    color: #333333;
}
.contents_wrap .main_contents {
    width: calc(100% - 300px);
}

.main_contents .fair_title {
    font-size: 2.4rem;
    /* margin-bottom: 20px; */
    font-weight: normal;
    color: #333333;
    /* padding-bottom: 20px; */
}
.mainphoto img {
    width: 100%;
}

.datetime {
    margin: 40px 0;
}
.datetime li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
}
.datetime h3 {
    font-size: 1.2rem;
    font-weight: normal;
    width: 80px;
}
.datetime p {
    font-size: 1.2rem;
    width: calc(100% - 80px);
}
.overview h4 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.overview .general {
    font-size: 1.3rem;
    line-height: 2em;
}

.main_contents .section {
    padding-top: 40px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 80px;
}
/*.main_contents .section:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/
.main_contents .section:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E9E8E8;
    position: absolute;
    top: 0;
    left: 0;
}


.e-item-button {
	background: #fff url(../../common/img/arrow_blue_reverse.png) left 1rem center no-repeat;
	background-size: 1rem;
	color: #444;
	text-align: center;
	width: 245px;
	padding: 8px 0;
	border: 1px solid #cccccc;
	transition: .4s;
	margin: 0 auto;
	display: block;
}
.section .sec_title {
	font-size: 1.5rem;
	font-weight: normal;
	color: #333333;
	margin-bottom: 20px;
}
.section .photo_inner {
  display: flex;
  margin-bottom: 30px;
}
.section .inner .photo_wrap {
	width: 360px;
  margin-right: 40px;
}
.section .inner .text_wrap {
	flex: 1;
}
.section p {
  font-size: 1.2rem;
  line-height: 2em;
}

.section .img_wrap {
	margin-bottom: 30px;
	margin-top: 30px;
}
.section .slider_wrap {
	margin-bottom: 30px;
}
.section .slider .item {
  margin: 0 10px;
}
.section .slider .item .caption {
  margin-top: 10px;
  font-size: 1.3rem;
}

.section .map iframe {
  width: 100%;
  height: 400px;
}
.section .info {
	margin-bottom: 30px;
}
.section .info table {
  width: 100%;
  margin-top: 40px;
}
.section .info table th {
  width: 95px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 5px 0;
  vertical-align: top;
}
.section .info table td {
  width: calc(100% - 95px);
  font-size: 1.3rem;
  padding: 5px 0;
  vertical-align: top;
}
.section .faq_list {
	margin-bottom: 30px;
}


/*----------------------------------------
	日程
------------------------------------------*/
main .schedules .day {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	border-top: 1px solid #E0DFDF;
}
main .schedules .day:last-of-type {
	border-bottom: 1px solid #E0DFDF;
}
main .schedules .day h3 {
	width: 30%;
	text-align: center;
	font-size: 1.4rem;
}
main .schedules .day .timelist {
	width: 70%;
	border-left: 1px solid #E0DFDF;
}
main .schedules .day .timelist tr:not(:last-of-type) th, main .schedules .day .timelist tr:not(:last-of-type) td {
	border-bottom: 1px dotted #E0DFDF;
}
main .schedules .day .timelist th, main .schedules .day .timelist td {
	vertical-align: middle;
}
main .schedules .day .timelist th {
	width: 30%;
	border-right: 1px solid #E0DFDF;
	padding: 1.5rem 2rem;
	text-align: center;
}
main .schedules .day .timelist td {
	width: 70%;
	padding: 1.5rem 0 1.5rem 1.5rem;
}
main .schedules .day tr:not(.close) td p {
	float: left;
	margin-top: 1.5rem;
}
main .schedules .day td a {
	display: block;
	float: right;
	width: 63.5%;
	padding: 1.5rem 1rem;
	text-align: center;
	line-height: 1;
	text-decoration: none;
    
    border: 1px solid #E0DFDF;
    transition: all .3s;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
}
main .schedules .day tr:not(.close) td p::before {
	margin-right: .5em;
}
main .schedules .day tr.open td p::before {
	content: "〇";
}
main .schedules .day tr.few td p::before {
	content: "△";
}
main .schedules .day tr.close td p {
	padding: 1rem;
	text-align: center;
	font-size: 1.1rem;
	position: relative;
    border: 1px solid #E0DFDF;
}
main .schedules .day tr.close td p::before {
	content: "\f095";/*TEL*/
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
main .schedules .day tr.close td p span {
	display: inline-block;
	margin-left: .5em;
	font-size: 12px;
}


/*---------------------------------------------------------------*\
	$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 0px;
	}

	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%;
	}

	main {
		overflow: hidden;
	  }

	  .contents_wrap {
		overflow: hidden;
	  }
	  .contents_wrap .sidebar ul li a {
		color: #000;
	  }
	  .contents_wrap .sidebar ul li a.current {
		  color: #000;
	  }
	  .contents_wrap {
		flex-direction: column;
	  }
	  .contents_wrap .sidebar {
		width: 100%;
		margin-right: 0;
		position: static;
		margin-bottom: 40px;
		/*padding: 15px 20px 10px;
		background: #eee;*/
		margin-top: 20px;
		margin-left: auto;
		}
	  .contents_wrap .main_contents {
		width: 100%;
	  }
	  .contents_wrap .main_contents {
		width: 100%;
	  }
	  .section .photo_inner {
		flex-direction: column;
	  }
	  .section .inner .text_wrap {
		/* margin-top: 20px; */
	  }
	  .section .inner .photo_wrap {
		width: 100%;
		margin-bottom: 20px;
	  }
	  .main_contents .fair_title {
		  font-size: 20px;
        border-bottom: #E9E8E8 1px solid;
        padding: 0 0 30px;
	  }
	  .section .sec_title {
		font-size: 1.6rem;
	  }
	  .section .slider {
		padding: 0 60px;
	  }
	  .section .slider .item {
		margin: 0 5px;
	  }
	  .section .slider .slick-list {
		overflow: visible;
	}

	    /*----------------------------------------
      日程
    ------------------------------------------*/
    main .schedules .day {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		border-top: 1px solid #E0DFDF;
	  }
	  main .schedules .day:last-of-type {
		border-bottom: 1px solid #E0DFDF;
	  }
	  main .schedules .day h3 {
		/* display: none; */
		font-size: 1rem;
		width: 80px;
	  }
	  main .schedules .day .timelist {
		width: calc(100% - 80px);
	  }
	  main .schedules .day .timelist tr:not(:last-of-type) th, main .schedules .day .timelist tr:not(:last-of-type) td {
		border-bottom: 1px dotted #E0DFDF;
		/* width: 100%; */
		font-size: 1rem;
		/* padding: 10px 0; */
	  }
	  main .schedules .day .timelist th, main .schedules .day .timelist td {
		vertical-align: middle;
	  }
	  main .schedules .day .timelist th {
		width: 15%;
		border-right: 1px solid #E0DFDF;
		padding: 1.5rem 2rem;
		text-align: center;
		vertical-align: middle;
		font-size: 1rem;
	  }
	  main .schedules .day .timelist td {
		width: 100%;
		padding: 10px 0 10px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	  }
	  main .schedules .day tr:not(.close) td p {
		/* float: left; */
		/* margin-top: 1.5rem; */
		white-space: nowrap;
		margin-right: 10px;
		margin: 0;
		/* margin-right: 24px; */
		font-size: 1rem;
	  }
	  main .schedules .day td a {
		display: block;
		float: right;
		width: 7em;
		background: #333333;
		padding: 1.5rem 1rem;
		text-align: center;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		white-space: nowrap;
		font-size: 1rem;
	  }
	  main .schedules .day tr:not(.close) td p::before {
		margin-right: .5em;
	  }
	  main .schedules .day tr.open td p::before {
		content: "〇";
	  }
	  main .schedules .day tr.few td p::before {
		content: "△";
	  }
	  main .schedules .day tr.close td p {
		background: #f1f2f4;
		padding: 1rem;
		text-align: left;
		font-size: 1.1rem;
		position: relative;
		padding-left: 36px;
		width: 100%;
		}
	  main .schedules .day tr.close td p::before {
		content: "\f095"; /*TEL*/
		font-family: FontAwesome;
		font-size: 2rem;
		color: #333333;
		position: absolute;
		left: 1.5rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	  }
	  main .schedules .day tr.close td p span {
		display: inline-block;
		margin-left: .5em;
		font-size: 1rem;
		font-family: 'Cinzel', serif;
	  }
	  main .schedules .day tr.close td p span em {
		font-size: 1.2rem;
	  }
}