@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fair common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
	background: #eee;
}
@media (max-width: 999px){
	.wrapper {
		padding-top: 0;
	}
	.breadcrumbs {
		margin: 0;
		background: #fff;
		padding: 12px 10px 10px;
	}
}
/* カレンダー検索 */
.fairCalendar {
	background: #ccb69c;
}
.fairBox h3,
.fairCalendar .fairText {
	text-align: center;
}
.archive .fairBox h3 {
	cursor: pointer;
}
.fairBox h3 .toggleIcon {
	height: 0;
	overflow: hidden;
	background: #333;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.fairBox h3 .toggleIcon::before,
.fairBox h3 .toggleIcon::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	margin: auto;
	display: block;
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.fairBox h3 .toggleIcon::before {
	width: 100%;
	height: 0;
}
.fairBox h3 .toggleIcon::after {
	width: 0;
	height: 100%;
	transition-duration: .3s;
	transition-property: height;
}
.fairBox h3.open .toggleIcon::after {
	height: 0;
}
.fairCalendarList li {
	height: auto;
}
.fairCalendarList li .monthTitle {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.fairCalendarList li table {
	border-collapse: separate;
}
.fairCalendarList li tr > * {
	text-align: center;
}
.fairCalendarList li thead tr > * {
	background: #fff;
}
.fairCalendarList li tr > * > * {
	background: #fff;
	display: block;
}
.fairCalendarList li tr > *:first-child > * {
	color: #d34d4d;
}
.fairCalendarList li tr > *:last-child > * {
	color: #3e83b8;
}
.fairCalendarList li tr > * > .empty,
.fairCalendarList li tr > * > .nofair {
	background: #beab94;
	pointer-events: none;
}
.fairCalendarList li tr > * > .on {
	color: #fff;
	background: #333;
}
.searchBy {
	text-align: center;
}
.searchBy .searchBtn {
	color: #fff;
	font-weight: bold;
	background: #333;
	cursor: pointer;
	border: none;
	position: relative;
	font-family: inherit;
	z-index: 1;
}
.searchBy .searchBtn::after {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	box-sizing: border-box;
	border: 1px solid #333;
}
.fairCalendarList .slick-arrow {
	border: 0;
	padding: 0;
	cursor: pointer;
	background: none;
	position: absolute;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.fairCalendarList .slick-arrow:after {
	content: "";
	display: block;
	background: no-repeat center center;
	background-size: 100% 100%;
}
.fairCalendarList .slick-prev:after {
	transform: rotate(-90deg);
	transform-origin: top left;
}
.fairCalendarList .slick-next:after {
	transform: rotate(90deg);
	transform-origin: top right;
}
.fairCalendarList .slick-disabled {
	opacity: 0;
	pointer-events: none;
}
@media (min-width: 1000px){
	.fairCalendar {
		padding: 18px 0;
	}
	.article .fairCalendar {
		padding-top: 48px;
	}
	.fairBox h3 {
		font-size: 18px;
		font-weight: bold;
	}
	.fairBox h3 .toggleIcon {
		width: 17px;
		margin-top: -4px;
		margin-right: 0.5em;
		padding-top: 17px;
	}
	.fairCalendar .fairText {
		font-size: 16px;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.article .fairCalendar .fairText {
		margin-top: 2px;
		margin-bottom: 25px;
	}
	.fairCalendar .fairWrap {
		padding-bottom: 36px;
	}
	.fairCalendarList > ul {
		margin: 0 auto;
		max-width: 920px;
	}
	.fairCalendarList li {
		width: 50%;
		float: left;
		padding: 0 21px 55px;
		box-sizing: border-box;
	}
	.article .fairCalendarList li {
		padding-bottom: 0;
	}
	.fairCalendarList li .monthTitle {
		margin-bottom: 10px;
	}
	.fairCalendarList li .monthTitle .year {
		font-size: 20px;
	}
	.fairCalendarList li .monthTitle .month {
		font-size: 30px;
	}
	.fairCalendarList li table {
		width: calc(100% + 20px);
		margin: -10px;
		border-spacing: 10px;
		table-layout: fixed;
	}
	.fairCalendarList li tr > * {
		width: 50px;
	}
	.fairCalendarList li tr > * > * {
		height: 50px;
		line-height: 50px;
	}
	.fairCalendarList li tr > * > a:not(.nofair):hover {
		color: #fff;
		background: #d66441;
	}
	.searchBy .searchBtn {
		width: 212px;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		transition-duration: .3s;
		transition-property: color background-color;
	}
	.searchBy .searchBtn::after {
		right: -3px;
		bottom: -3px;
	}
	.searchBy .searchBtn:hover {
		color: #333;
		background: #fff;
	}
	.fairCalendarList .slick-arrow {
		font-size: 12px;
	}
	.archive .fairCalendarList .slick-arrow { top: 150px; }
	.archive .fairCalendarList .slick-prev { left: -55px; }
	.archive .fairCalendarList .slick-next { right: -55px; }
	.article .fairCalendarList .slick-arrow { top: -70px; }
	.article .fairCalendarList .slick-prev { left: -5px; }
	.article .fairCalendarList .slick-next { right: -5px; }
	.fairCalendarList .slick-arrow:after {
		width: 42px;
		height: 61px;
		margin-top: 50px;
		background-image: url(../images/fair/icon_arrow.png);
	}
	.fairCalendarList .slick-prev:after {
		margin-left: -15px;
	}
	.fairCalendarList .slick-next:after {
		margin-right: -15px;
	}
}
@media (max-width: 999px){
	.fairBox {
		padding-bottom: 10px;
	}
	.fairBox h3 {
		font-size: 15px;
		font-weight: bold;
		padding: 20px 0 10px;
	}
	.fairBox h3 .toggleIcon {
		width: 13px;
		margin-top: -5px;
		margin-right: 0.6em;
		padding-top: 13px;
	}
	.fairCalendar .fairText {
		font-size: 12px;
		line-height: 18px;
	}
	.fairCalendarList {
		padding: 0 22px;
		margin-top: 5px;
	}
	.fairCalendarList .monthTitle {
		margin-bottom: 4px;
	}
	.fairCalendarList .monthTitle .year {
		font-size: 16px;
	}
	.fairCalendarList .monthTitle .month {
		font-size: 25px;
	}
	.fairCalendarList table {
		margin: 0 -8px;
		font-size: 13px;
		width: calc(100% + 16px);
		border-spacing: 8px;
	}
	.fairCalendarList table td > * {
		height: calc((100vw - 92px) / 7);
		line-height: calc((100vw - 92px) / 7);
	}
	.fairCalendarList table th {
		height: 25px;
	}
	.fairCalendarList .slick-arrow {
		z-index: 1;
		bottom: -30px;
		font-size: 11px;
	}
	.fairCalendarList .slick-prev {
		left: 0;
		padding-left: 40px;
	}
	.fairCalendarList .slick-next {
		right: 0;
		padding-right: 40px;
	}
	.fairCalendarList .slick-arrow::after {
		top: 3px;
		width: 21px;
		height: 30px;
		position: absolute;
		background-image: url(../images/fair/sp/icon_arrow.png);
	}
	.fairCalendarList .slick-prev::after {
		left: 17px;
		transform-origin: center left;
	}
	.fairCalendarList .slick-next::after {
		right: 17px;
		transform-origin: center right;
	}
	.fairTags {
		padding: 0 22px;
	}
	.fairTags ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fairTags li {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		display: flex;
	}
	.fairTags li label {
		width: 100%;
		font-size: 11px;
		padding: 5px 10px;
	}
	.fairTags li label input {
		margin-top: -3px;
		margin-right: 0.3em;
		vertical-align: middle;
	}
	.fairCalendar .searchBy {
		padding: 56px 0 34px;
	}
	.fairTags .searchBy {
		padding: 25px 0 34px;
	}
	.searchBy .searchBtn {
		width: 190px;
		font-size: 14px;
		line-height: 48px;
	}
	.searchBy .searchBtn::after {
		top: 3px;
		left: 3px;
	}
}

/* タグ検索 */
.fairTags {
	background: #b9c965;
}
.fairTags .fairWrap {
	text-align: left;
}
.fairTags li label {
	display: block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #333;
}
.fairTags li input {
	vertical-align: middle;
}
@media (min-width: 1000px){
	.fairTags {
		padding: 18px 0;
	}
	.fairTags .fairWrap {
		max-width: 863px;
		margin: 0 auto;
	}
	.fairTags ul {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 20px 0 25px;
	}
	.fairTags li {
		margin-bottom: 13px;
		margin-right: 13px;
		width: calc((100% - 39px) / 4);
	}
	.fairTags li:nth-child(4n) {
		margin-right: 0;
	}
	.fairTags li label {
		padding: 10px;
	}
	.fairTags li label:hover {
		color: #fff;
		background: #d66441;
		border-color: #fff;
	}
	.fairTags li input {
		width: 15px;
		height: 15px;
		margin-top: -5px;
		margin-right: 1em;
	}
	.fairTags .searchBy {
		padding-bottom: 30px;
	}
}
@media (max-width: 999px){
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fair article
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#fairArticle {
	margin: 0 auto;
	text-align: left;
	background: #fff;
	max-width: 1000px;
}
#fairArticle h1 {
	font-weight: bold;
}
#fairInfo .tags {
	overflow: hidden;
}
#fairInfo .tags li {
	float: left;
}
#fairInfo .tags a {
	display: block;
	border: 1px solid #333;
}
#fairInfo .tags a:hover {
	color: #fff;
	background: #333;
}
#fairInfo .tags a::before {
	content: "";
	background: #333;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#fairInfo .tags a:hover::before {
	background: #fff;
}
#fairInfo #information table th span {
	color: #fff;
	display: block;
	background: #222;
	text-align: center;
}
#fairInfo #information table {
	width: 100%;
}
#fairInfo #information table tr > * {
	vertical-align: top;
}
#fairInfo #information table #fairSubDate {
	display: none;
}
#fairInfo #information table .fairDates li {
	display: inline-block;
}
#fairInfo #information table .fairDates li::after {
	content: "、";
	display: inline;
}
#fairInfo #information table .fairDates li:last-child::after {
	content: none;
}
#fairInfo #information table .more {
	color: #fff;
	cursor: pointer;
	background: #222;
	margin-top: 0.5em;
	display: inline-block;
}
#fairInfo #information table .more::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
#fairInfo #information table .more.open::after {
	transform: rotate(225deg);
}
#fairInfo #information .button {
	border-top: 1px solid #eee;
}
#fairInfo #information .button li a {
	display: block;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto;
}
#fairInfo #information .button li.reserve a {
	color: #fff;
	background: #d66441;
	transition-duration: .3s;
	transition-property: background-color;
}
#fairInfo #information .button li.reserve a:hover {
	background: #333;
}
#fairInfo #information .button li.reserve a::before {
	width: 0;
	height: 0;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-color: #e6a28d #e6a28d transparent;
	transition-duration: .3s;
	transition-property: border-color;
}
#fairInfo #information .button li.reserve a:hover::before {
	border-color: #d66441 #d66441 transparent;
}
#fairInfo #information .button li.date a {
	background: #ccb69c;
	transition-duration: .3s;
	transition-property: color background-color;
}
#fairInfo #information .button li.date a:hover {
	color: #ccb69c;
	background: #333;
}
@media (min-width: 1000px){
	.article #main {
		margin-top: 70px;
		position: relative;
	}
	#fairArticle h1 {
		font-size: 20px;
		line-height: 30px;
		padding: 25px 30px 20px;
	}
	#fairInfo {
		padding: 0 30px 30px;
	}
	#fairInfo .tags {
		margin-bottom: 30px;
	}
	#fairInfo .tags li {
		margin-top: 5px;
		margin-right: 5px;
	}
	#fairInfo .tags a {
		line-height: 24px;
		padding-left: 0.6em;
		padding-right: 1em;
	}
	#fairInfo .tags a::before {
		width: 5px;
		height: 5px;
		margin-top: -0.2em;
		margin-right: 0.5em;
	}
	#fairInfo #mainVis {
		float: left;
		width: 400px;
	}
	#fairInfo #information {
		float: right;
		width: calc(100% - 430px);
	}
	#fairInfo #information table th {
		width: 82px;
		font-size: 12px;
		line-height: 26px;
		padding-right: 15px;
	}
	#fairInfo #information table td {
		font-size: 16px;
		line-height: 30px;
	}
	#fairInfo #information table tr + tr > * {
		padding-top: 20px;
	}
	#fairInfo #information table .more {
		font-size: 14px;
		line-height: 24px;
		padding: 0 0.5em;
	}
	#fairInfo #information table .more::after {
		width: 0.5em;
		height: 0.5em;
		margin-top: -0.5em;
		margin-left: 0.5em;
	}
	#fairInfo #information table .more.open::after {
		margin-top: 0;
	}
	#fairInfo #information .button {
		margin-top: 25px;
		padding-top: 20px;
	}
	#fairInfo #information .button li + li {
		margin-top: 9px;
	}
	#fairInfo #information .button li a {
		width: 214px;
		height: 50px;
		max-width: 100%;
		font-size: 16px;
		line-height: 50px;
	}
	#fairInfo #information .button li.reserve a::before {
		margin-right: 0.7em;
		border-width: 14px 8px 4px;
	}
	#fairInfo #mainText {
		clear: both;
		font-size: 16px;
		line-height: 30px;
		padding-top: 30px;
	}
}

@media (max-width: 999px){
	.article #main {
		padding-top: 50px;
	}
	body.article .blog_ttl {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	body.article .breadcrumbs_list {
		margin-bottom: 28px;
	}
	#fairArticle h1 {
		font-size: 17px;
		line-height: 27px;
		padding: 0 20px;
		margin-bottom: 25px;
	}
	#fairInfo {
		padding: 0 20px ;
	}
	#fairInfo .tags {
		margin-bottom: 25px;
	}
	#fairInfo .tags li {
		margin-top: 5px;
		margin-right: 5px;
	}
	#fairInfo .tags a {
		font-size: 11px;
		line-height: 18px;
		padding-left: 0.5em;
		padding-right: 0.7em;
	}
	#fairInfo .tags a::before {
		width: 3.5px;
		height: 3.5px;
		margin-top: -0.2em;
		margin-right: 0.3em;
	}
	#fairInfo #mainVis {
		margin-bottom: 15px;
	}
	#fairInfo #information table {
		margin-bottom: 15px;
	}
	#fairInfo #information table th {
		width: 68px;
		padding-right: 11px;
	}
	#fairInfo #information table th span {
		font-size: 12px;
		line-height: 20px;
		margin-top: 2px;
	}
	#fairInfo #information table td {
		font-size: 12px;
		line-height: 24px;
	}
	#fairInfo #information table tr + tr > * {
		padding-top: 9px;
	}
	#fairInfo #information table .more {
		font-size: 10px;
		line-height: 20px;
		padding: 0 0.7em;
	}
	#fairInfo #information table .more::after {
		width: 0.5em;
		height: 0.5em;
		margin-left: 0.5em;
		margin-top: -0.5em;
	}
	#fairInfo #information table .more.open::after {
		margin-top: 0;
	}
	#fairInfo #information .button {
		padding-top: 20px;
		margin-bottom: 15px;
		border-top: 1px solid #eee;
	}
	#fairInfo #information .button li + li {
		margin-top: 11px;
	}
	#fairInfo #information .button a {
		font-size: 14px;
		max-width: 250px;
		line-height: 50px;
	}
	#fairInfo #information .button li.reserve a::before {
		margin-top: -3px;
		margin-right: 0.7em;
		border-width: 12px 6.75px 3px;
	}
	#fairInfo #mainText {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 26px;
	}
}

#benefits {
	background: #b9c965;
}
#benefits h2 {
	text-align: center;
}
#benefits h2:after {
	content: "";
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #fff;
}
#benefits > ul > li {
	background: #fff;
	border: 1px solid #333;
}
#benefits > ul > li,
#benefits > ul > li > div {
	position: relative;
}
#benefits > ul > li:before,
#benefits > ul > li:after {
	content: "";
	height: 0;
	display: block;
	position: absolute;
	border-top: 1px solid #333;
	transform: rotate(45deg);
}
#benefits > ul > li > div:before {
	content: "";
	display: block;
	background: #333;
	position: absolute;
	transform: rotate(45deg);
}
#benefits > ul > li > div:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/fair/icon_benefits.svg) no-repeat center center;
	background-size: 100% 100%;
}
@media (min-width: 1000px){
	#benefits h2 {
		padding: 35px 0 40px;
	}
	#benefits h2 .ja {
		font-size: 18px;
	}
	#benefits h2 .en {
		font-size: 40px;
	}
	#benefits h2:after {
		width: 100px;
	}
	#benefits > ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0 34px 1px;
		justify-content: space-between;
	}
	#benefits > ul > li {
		margin-bottom: 34px;
		width: calc(50% - 17px);
		box-shadow: 3px 3px 0 0 #333;
	}
	#benefits > ul.single > li {
		width: 100%;
	}
	#benefits > ul > li:before {
		width: 76px;
		top: 20px;
		right: -20px;
	}
	#benefits > ul > li:after {
		width: 76px;
		left: -16px;
		bottom: 20px;
	}
	#benefits > ul > li > div {
		font-size: 16px;
		line-height: 31px;
		padding: 35px 30px 20px;
	}
	#benefits > ul > li > div:before {
		top: -21px;
		left: 8px;
		width: 41px;
		height: 41px;
	}
	#benefits > ul > li > div:after {
		top: -13px;
		left: 16px;
		width: 24px;
		height: 24px;
	}
}
@media (max-width: 999px){
	#benefits {
		margin: 0 21px 0;
		padding: 20px 21px 32px;
	}
	#benefits h2 {
		line-height: 38px;
		margin-bottom: 44px;
	}
	#benefits h2:after {
		width: 71px;
	}
	#benefits h2 .ja {
		font-size: 14px;
	}
	#benefits h2 .en {
		font-size: 30px;
	}
	#benefits > ul > li {
		box-shadow: 2px 2px 0 0 #333;
	}
	#benefits > ul > li + li {
		margin-top: 37px;
	}
	#benefits > ul > li > div {
		font-size: 12px;
		line-height: 28px;
		padding: 34px 25px 30px;
	}
	#benefits > ul > li:before,
	#benefits > ul > li:after {
		width: 57px;
	}
	#benefits > ul > li:before {
		top: 16px;
		right: -14px;
	}
	#benefits > ul > li:after {
		left: -12px;
		bottom: 14px;
	}
	#benefits > ul > li > div::before {
		top: -20px;
		left: 8px;
		width: 40px;
		height: 40px;
	}
	#benefits > ul > li > div::after {
		top: -13px;
		left: 17px;
		width: 23px;
		height: 23px;
	}
}

#fairContents {
	color: #fff;
	background: #333;
}
#fairContents h2 {
	text-align: center;
}
#fairContents h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	border-top: 2px solid #fff;
}
#fairContents > ul > li .texts {
	position: relative;
}
#fairContents > ul > li .texts {
	box-sizing: border-box;
}
#fairContents > ul > li .texts h3 {
	color: #b9c965;
}
#fairContents > ul > li .texts h3:before {
	content: "";
	height: 0;
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	border-top: 1px solid #fff;
}
#fairContents > ul > li .thumb {
	overflow: hidden;
}
#fairContents > ul > li .thumb .imgS:first-child {
	float: left;
}
#fairContents > ul > li .thumb .imgS:last-child {
	float: right;
}
#fairContents > ul > li .thumb .imgS a {
	display: block;
	overflow: hidden;
	position: relative;
}
#fairContents > ul > li .thumb .imgS a::before,
#fairContents > ul > li .thumb .imgS a::after {
	z-index: 1;
	content: "";
	position: absolute;
}
#fairContents > ul > li .thumb .imgS a::before {
	background: #333;
	transform: rotate(-45deg);
	transform-origin: right top;
}
#fairContents > ul > li .thumb .imgS a::after {
	background: url(../images/fair/icon_zoom.png) no-repeat center center;
	background-size: 100% 100%;
}
#fairContents > ul > li .thumb .imgS a:hover img {
	opacity: 1;
}
@media (min-width: 1000px){
	#fairContents {
		padding: 40px 0;
	}
	#fairContents h2 {
		margin-bottom: 85px;
	}
	#fairContents h2 .ja {
		font-size: 18px;
	}
	#fairContents h2 .en {
		font-size: 40px;
	}
	#fairContents h2::after {
		width: 100px;
	}
	#fairContents > ul {
		padding-left: 65px;
		padding-right: 60px;
	}
	#fairContents > ul > li {
		display: flex;
		justify-content: space-between;
	}
	#fairContents > ul > li + li {
		margin-top: 58px;
	}
	#fairContents > ul > li .texts {
		padding-left: 40px;
		width: calc(100% - 325px);
	}
	#fairContents > ul > li .texts h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0.7em;
	}
	#fairContents > ul > li .texts h3 span {
		top: -24px;
		left: 0;
		font-size: 30px;
		position: absolute;
	}
	#fairContents > ul > li .texts h3:before {
		top: 2px;
		left: 0;
		width: 73px;
	}
	#fairContents > ul > li .texts .text {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0.11em;
	}
	#fairContents > ul > li .thumb {
		width: 305px;
	}
	#fairContents > ul > li .thumb .imgS {
		width: calc(50% - 2.5px);
	}
	#fairContents > ul > li .thumb .imgS a::before {
		right: 0;
		bottom: 0;
		width: 76px;
		height: 38px;
	}
	#fairContents > ul > li .thumb .imgS a::after {
		right: 2px;
		bottom: 2px;
		width: 16px;
		height: 16px;
	}
	#fairContents > ul > li .thumb .imgS a img {
		transform-origin: center center;
	}
	#fairContents > ul > li .thumb .imgS a:hover::before {
		background: #d66441;
	}
	#fairContents > ul > li .thumb .imgS a:hover img {
		transform: scale(1.05);
	}
}
@media (max-width: 999px){
	#fairContents {
		margin: 0 21px;
		padding: 20px 21px 32px;
	}
	#fairContents h2 {
		line-height: 38px;
		margin-bottom: 41px;
	}
	#fairContents h2 .ja {
		font-size: 14px;
	}
	#fairContents h2 .en {
		font-size: 30px;
	}
	#fairContents h2::after {
		width: 71px;
		margin-top: 5px;
	}
	#fairContents > ul > li + li {
		margin-top: 34px;
	}
	#fairContents > ul > li .texts h3 {
		font-size: 17px;
	}
	#fairContents > ul > li .texts h3:before {
		top: 9px;
		left: -3px;
		width: 55px;
	}
	#fairContents > ul > li .texts h3 span {
		top: -16px;
		font-size: 24px;
		position: relative;
		margin-right: 0.2em;
	}
	#fairContents > ul > li .texts .text {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.1em;
		margin: 20px 0 27px;
	}
	#fairContents > ul > li .thumb .imgS {
		width: calc(50% - 1.5px);
	}
}

@media (max-width: 999px){
	#fairDateCalendar {
		margin: 0 21px;
	}
}

#fairContact > div {
	text-align: center;
}
#fairContact #fairContact_tel a {
	display: block;
}
#fairContact #fairContact_reserve a {
	color: #fff;
	display: block;
	margin: 0 auto;
	background: #d66441;
	letter-spacing: 0.1em;
}
#fairContact #fairContact_reserve a::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-color: #e6a28d #e6a28d transparent;
}
@media (min-width: 1000px){
	#fairContact {
		display: flex;
		padding: 30px 0;
		align-items: center;
	}
	#fairContact > div {
		width: 50%;
		box-sizing: border-box;
	}
	#fairContact #fairContact_tel {
		border-right: 1px solid #333;
	}
	#fairContact #fairContact_tel .text,
	#fairContact #fairContact_tel .time {
		font-weight: bold;
	}
	#fairContact #fairContact_tel .telNumber span {
		font-size: 20px;
		margin-right: 0.3em;
	}
	#fairContact #fairContact_tel a {
		pointer-events: none;
	}
	#fairContact #fairContact_tel .telNumber strong {
		font-size: 30px;
	}
	#fairContact #fairContact_reserve a {
		width: 257px;
		height: 60px;
		max-width: 100%;
		font-size: 19px;
		line-height: 60px;
	}
	#fairContact #fairContact_reserve a::before {
		margin-top: -3px;
		margin-right: 13px;
		border-width: 18px 9.5px 4px;
	}
}
@media (max-width: 999px){
	#fairContact {
		font-weight: bold;
		margin: 0 21px;
	}
	#fairContact a {
		height: 66px;
		margin: 0 auto;
		max-width: 295px;
		line-height: 66px;
	}
	#fairContact_tel {
		padding: 29px 0 21px;
		border-bottom: 1px solid #333;
	}
	#fairContact_tel .text {
		font-size: 15px;
	}
	#fairContact_tel a {
		color: #fff;
		background: #85aba4;
	}
	#fairContact_tel a::before {
		content: "";
		width: 17px;
		height: 66px;
		margin-right: 33px;
		display: inline-block;
		vertical-align: middle;
		background: url(../images/fair/icon_phone.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#fairContact_tel a > div {
		line-height: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	#fairContact_tel .telNumber {
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	#fairContact_tel .time {
		font-size: 12px;
	}
	#fairContact #fairContact_reserve {
		padding: 21px 0 32px;
	}
	#fairContact #fairContact_reserve a {
		font-size: 18px;
	}
	#fairContact #fairContact_reserve a::before {
		margin-top: -4px;
		margin-right: 0.8em;
		border-width: 17.5px 9.5px 4.5px;
	}
}

#articleSNS {
	margin: 0 auto;
	background: #fff;
	max-width: 1000px;
}
@media (min-width: 1000px){
	#articleSNS {
		margin-top: 11px;
		padding: 15px 0 12px;
	}
	#articleSNS .sns_area {
		margin-bottom: 0;
	}
	.article .return_btn {
		margin: 10px auto 0;
		padding-bottom: 112px;
	}
}
@media (max-width: 999px){
	#articleSNS .sns_area {
		margin: 0 40px;
		padding-bottom: 41px;
	}
	.article .return_btn {
		margin: 20px 20px 0;
		padding-bottom: 55px;
	}
	.article .return_btn a::after {
		bottom: -6px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fair archive
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* おすすめフェア */
#recommend h3 {
	position: relative;
	border: 1px solid #333;
}
#recommend h3 span {
	display: block;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#recommend h3::before {
	top: 100%;
	height: 0;
	z-index: 0;
	content: "";
	position: absolute;
	border-top: 1px solid #eee;
}
#recommend h3::after {
	left: 50%;
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: skewY(-45deg);
	transform-origin: left bottom;
}
#recommend .slick-arrow {
	bottom: 0;
	height: 0;
	z-index: 1;
	border: none;
	margin: auto 0;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background: url(../images/fair/icon_arrow_b.png) no-repeat center center;
	background-size: 100% 100%;
}
#recommend .slick-prev {
	transform: rotate(-90deg);
	transform-origin: center top;
}
#recommend .slick-next {
	transform: rotate(90deg);
	transform-origin: center top;
}
@media (min-width: 1000px){
	.article .wrapper {
		padding-top: 0;
	}
	#recommend {
		margin: 0 auto;
		max-width: 1000px;
	}
	#recommend h3 {
		height: 66px;
		margin: 0 auto;
		font-size: 20px;
		line-height: 66px;
		max-width: 350px;
	}
	#recommend h3::before {
		width: 30px;
		left: calc(50% - 8px);
	}
	#recommend h3::after {
		width: 21px;
		height: 15px;
		top: calc(100% + 7px);
	}
	#recommend h3 span {
		margin: 0 6px;
	}
	#recommend > ul {
		padding: 63px 0 60px;
	}
	#recommend .post {
		height: 300px;
	}
	#recommend .slick-arrow {
		top: 42px;
		width: 42px;
		padding: 61px 0 0;
	}
	#recommend .slick-prev {
		left: -100px;
	}
	#recommend .slick-next {
		right: -100px;
	}
}
@media (max-width: 999px){
	#recommend {
		background: #eee;
		padding: 30px 10px;
	}
	#recommend h3 {
		font-size: 15px;
		line-height: 50px;
		margin: 0 50px 37px;
		padding: 0 5px;
	}
	#recommend h3::before {
		left: 0;
		right: 0;
		width: 25px;
		margin: 0 auto;
	}
	#recommend h3::after {
		width: 16px;
		height: 11px;
		top: calc(100% + 6px);
		left: calc(50% - 5px);
	}
	#recommend .slick-arrow {
		top: -64px;
		bottom: auto;
		width: 21.5px;
		padding-top: 30px;
	}
	#recommend .slick-prev {
		left: 0;
	}
	#recommend .slick-next {
		right: 0;
	}
}

/* 記事一覧 */
.archive #fairList .count {
	text-align: right;
}
.archive #fairList .count strong {
	margin: 0 0.1em;
	font-weight: normal;
}
.archive .post {
	background: #fff;
}
.archive .post .mainVis {
	display: flex;
}
.archive .post .mainVis .date .month,
.archive .post .mainVis .date .day {
	vertical-align: top;
	display: inline-block;
}
.archive .post .mainVis .date .month:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	transform: rotate(25.5deg);
	border-right: 1px solid #333;
}
.archive .post .mainVis .date .week {
	display: block;
}
.archive .post .mainVis .date.red .day,
.archive .post .mainVis .date.red .week {
	color: #d34d4d;
}
.archive .post .mainVis .date.blue .day,
.archive .post .mainVis .date.blue .week {
	color: #3e83b8;
}
.archive .post .mainText {
	text-align: left;
	box-sizing: border-box;
}
.archive .post .postTitle {
	font-weight: bold;
}
.archive .post .mainText table {
	width: 100%;
}
.archive .post .mainText table tr > * {
	vertical-align: top;
}
.archive .post .mainText table th span {
	color: #fff;
	display: block;
	background: #000;
	text-align: center;
}
.archive .post .mainText table li {
	display: inline-block;
}
.archive .post .mainText table li:after {
	content: "、";
	display: inline;
}
.archive .post .mainText table li:last-child:after {
	content: none;
}
.archive .post .tags:after {
	content: "";
	display: block;
	clear: both;
}
.archive .post .tags li {
	float: left;
}
.archive .post .tags li a {
	display: block;
	border: 1px solid #333;
}
.archive .post .tags li a::before {
	content: "";
	background: #333;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.archive .post .links {
	display: flex;
}
.archive .post .links a {
	color: #fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
.archive .post .links .detail a {
	background: #333;
}
.archive .post .links .reserve a {
	background: #d66441;
}
.archive .post .links .detail a::before,
.archive .post .links .detail a::after {
	top: 0;
	bottom: 0;
	content: "";
	margin: auto 0;
	display: block;
	position: absolute;
	vertical-align: middle;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.archive .post .links .reserve a::before {
	width: 0;
	height: 0;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-color: #e6a28d #e6a28d transparent;
}
@media (min-width: 1000px){
	.archive .breadcrumbs {
		margin: 0;
		padding: 23px 31px;
	}
	#inner_mainVis {
		padding-top: 170px;
		box-sizing: border-box;
		background-image: url(../images/fair/main_visual.png);
	}
	.archive #fairList {
		margin: 0 auto;
		max-width: 1000px;
		padding-top: 45px;
	}
	.archive #fairList .count {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.archive #fairList .count strong {
		font-size: 30px;
	}
	.archive #fairList .post + .post {
		margin-top: 30px;
	}
	.archive .post {
		display: flex;
	}
	.archive .post .mainVis {
		width: 390px;
	}
	.archive .post .mainVis .date {
		width: 90px;
		padding-top: 15px;
	}
	.archive .post .mainVis .month {
		font-size: 20px;
		margin-top: -0.5em;
	}
	.archive .post .mainVis .month:after {
		height: 37px;
		margin: 0.5em 0.3em 0;
	}
	.archive .post .mainVis .day {
		font-size: 30px;
	}
	.archive .post .mainVis .week {
		font-size: 14px;
	}
	.archive .post .mainVis figure {
		width: calc(100% - 90px);
	}
	.archive .post .mainText {
		padding: 20px 20px 55px;
		width: calc(100% - 390px);
	}
	.archive .post .postTitle {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 14px;
	}
	.archive .post .postTitle a:hover {
		color: #d66441;
	}
	.archive .post .mainText {
		position: relative;
	}
	.archive .post .mainText table th {
		width: 82px;
		padding-right: 14px;
		padding-bottom: 9px;
	}
	.archive .post .mainText table th span {
		font-size: 12px;
		line-height: 26px;
	}
	.archive .post .mainText table td {
		padding-top: 2px;
	}
	.archive .post .tags li {
		font-size: 14px;
		line-height: 24px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.archive .post .tags li a {
		padding-left: 0.5em;
		padding-right: 0.7em;
	}
	.archive .post .tags li a:hover {
		color: #fff;
		background: #333;
	}
	.archive .post .tags li a::before {
		width: 5px;
		height: 5px;
		margin-top: -3px;
		margin-right: 0.5em;
	}
	.archive .post .tags li a:hover::before {
		background: #fff;
	}
	.archive .post .links {
		right: 0;
		bottom: 0;
		position: absolute;
	}
	.archive .post .links a {
		width: 214px;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	.archive .post .links .detail a {
		padding-left: 12px;
	}
	.archive .post .links .detail a::before {
		left: 18px;
		width: 11px;
		height: 0;
	}
	.archive .post .links .detail a::after {
		left: 23px;
		width: 0;
		height: 11px;
	}
	.archive .post .links .reserve a::before {
		margin-top: -4px;
		margin-right: 0.6em;
		border-width: 14px 8px 4px;
	}
}
@media (max-width: 999px){
	#inner_mainVis {
		background-image: url(../images/fair/sp/sp_main_visual.png);
	}
	.archive #fairList {
		padding: 15px 10px 42px;
	}
	.archive #fairList .count {
		font-size: 11px;
	}
	.archive #fairList .count strong {
		font-size: 25px;
	}
	.archive .post {
		height: auto;
	}
	.archive #fairList .post + .post {
		margin-top: 23px;
	}
	.archive .post .mainVis .date {
		width: 83px;
		padding-top: 11px;
	}
	.archive .post .mainVis .date .month {
		font-size: 18px;
		margin-top: -0.5em;
	}
	.archive .post .mainVis .date .month::after {
		height: 35px;
		margin: 0.5em 0.3em 0;
	}
	.archive .post .mainVis .date .day {
		font-size: 27px;
	}
	.archive .post .mainVis .date .week {
		font-size: 13px;
	}
	.archive .post .mainVis figure {
		width: calc(100% - 83px);
	}
	.archive .post .mainText {
		position: relative;
		padding: 22px 10px 50px 27px;
	}
	.archive .post .postTitle {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.archive .post .mainText table {
		margin-bottom: 18px;
	}
	.archive .post .mainText table th {
		width: 68px;
		padding-right: 12px;
	}
	.archive .post .mainText table th span {
		font-size: 12px;
	}
	.archive .post .mainText table td {
		font-size: 12px;
		line-height: 20px;
	}
	.archive .post .mainText table tr + tr > * {
		padding-top: 14px;
	}
	.archive .post .tags {
		padding: 1px;
		margin-bottom: 30px;
	}
	.archive .post .tags li {
		margin: 0 5px 5px 0;
	}
	.archive .post .tags li a {
		font-size: 11px;
		line-height: 20px;
		padding-left: 0.5em;
		padding-right: 0.7em;
	}
	.archive .post .tags li a::before {
		width: 3.5px;
		height: 3.5px;
		margin-top: -2px;
		margin-right: 0.5em;
	}
	.archive .post .links {
		left: 0;
		bottom: 0;
		width: 100%;
		position: absolute;
	}
	.archive .post .links li {
		width: 50%;
	}
	.archive .post .links a {
		font-size: 13px;
		line-height: 50px;
	}
	.archive .post .links .detail a::before {
		left: 12px;
		height: 0;
		width: 11px;
	}
	.archive .post .links .detail a::after {
		left: 17px;
		height: 11px;
		width: 0;
	}
	.archive .post .links .reserve a::before {
		margin-top: -3px;
		margin-right: 0.7em;
		border-width: 12px 7px 3px;
	}
}