@charset "UTF-8";

#fairsforce {
	position: relative;
	font-family: Arial, Meiryo, 'MS PGothic', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #595757;
	width: 100%;
	padding: 10px 40px 40px;
	background: #FFF;
	box-sizing: border-box;
	line-height: 1;
	text-align:left;
}

#fairsforce:after {
	display: table;
	content: "";
	clear: both;
}

#fairsforce .fair_section {
	width: 100%;
	border-top: 2px solid #212121;
}

#fairsforce .fair_article {
	border-style: none;
	overflow: hidden;
}
#fairsforce .fair_article > .left {
	float: left;
	width: 60%;
}
#fairsforce .fair_article > .right {
	float: right;
	width: 35%;
}

#fairsforce .fair_header {
	/* padding: 30px 18px 10px 0; */
	padding: 1.9vw 0 2vw;
	margin: 1px 0 20px;
	border-top: 1px solid #212121;

}

#fairsforce .fair_header:after {
	content:"";
	display: table;
	clear: both;
}

#fairsforce .fair_date {
	float: left;
	width: 80%;
	color: #212121;
	margin-top: 3px;
 	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2.0rem;
}

#fairsforce .fair_year::after {
	content: "年";
}

#fairsforce .fair_month::after {
	content: "/";
}

#fairsforce .fair_day::after {
	display: none;
	content: "日";
}

#fairsforce .fair_date .week0::before {
	content: "（日）";
}

#fairsforce .fair_date .week1::before {
	content: "（月）";
}

#fairsforce .fair_date .week2::before {
	content: "（火）";
}

#fairsforce .fair_date .week3::before {
	content: "（水）";
}

#fairsforce .fair_date .week4::before {
	content: "（木）";
}

#fairsforce .fair_date .week5::before {
	content: "（金）";
}

#fairsforce .fair_date .week6::before {
	content: "（土）";
}

#fairsforce .fair_time1::before {
	content: "①";
}

#fairsforce .fair_time2::before {
	content: "②";
}

#fairsforce .fair_time3::before {
	content: "③";
}

#fairsforce .fair_time4::before {
	content: "④";
}

#fairsforce .fair_time5::before {
	content: "⑤";
}

#fairsforce .fair_icon {
	width: 20%;
	float: right;
	text-align: right;
}

#fairsforce .fair_icon li {
	display: inline-block;
	padding: 1px 8px;
	margin-left: -1px;
	margin-top: -1px;
	min-width: 5em;
	height: 19px;
	border: 1px solid #212121;
	font-size: 14px;
	color: #212121;
	line-height: 21px;
	text-align: center;
}

#fairsforce .fair_icon li:first-child {
	margin: 0;
}

#fairsforce .fair_name {
	float: left;
	width: 80%;
	color: #212121;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.25;
}

#fairsforce .fair_photo {
	width: 100%;
	margin-bottom: 25px;
}

#fairsforce .fair_image {
	width: 100%;
	height: auto;
}

#fairsforce .fair_description {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #424242;
	line-height: 1.6;
	margin-bottom: 15px;
}

#fairsforce .fair_list {
	margin-bottom: 3%;
}

#fairsforce .fair_table {
	border-collapse: collapse;
	width: 100%;
	background: #f3f0e3;
}

#fairsforce .fair_list th {
	display: none;
	font-weight: normal;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	padding: 8px 12px;
}

#fairsforce .fair_list th.fair_category,
#fairsforce .fair_list th.fair_detail,
#fairsforce .fair_list th.fair_price,
#fairsforce .fair_list th.fair_reserve_info {
	display: none;
}

#fairsforce .fair_list td.fair_category,
#fairsforce .fair_list td.fair_detail,
#fairsforce .fair_list td.fair_price,
#fairsforce .fair_list td.fair_reserve_info {
	display: block;
	box-sizing: border-box;
}

#fairsforce .fair_list .fair_row {
	display: block;
	padding: 4% 3%;
}

#fairsforce .fair_list .fair_category {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 5px;
	color: #2F5743;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}

#fairsforce .fair_list .fair_detail dl {
	overflow: hidden;
}

#fairsforce .fair_list .fair_detail dl dt {
	margin-bottom: 2%;
	color: #5A6B41;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

#fairsforce .fair_list .fair_detail .fair_detailinfo {
	padding-top: 2%;
	border-top: 1px solid #5A6B41;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#fairsforce .fair_list .fair_detail {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

#fairsforce .fair_list .fair_price {
	width: 100%;
	padding: 1% 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#fairsforce .fair_list .fair_price:before {
	content: "料金：";
}


#fairsforce .fair_list .fair_reserve_info {
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
}

#fairsforce .fair_list .fair_reserve_info:before {
	content: "予約：";
}

#fairsforce .fair_list tr:last-child th ,
#fairsforce .fair_list tr:last-child td {
	border-bottom: none;
}

#fairsforce .fair_summary {
	box-sizing: border-box;
	float: left;
	width: 60%;
	padding: 2%;
	max-width: 583px;
	margin-bottom: 35px;
	background: #f9f2f0;
}

#fairsforce .fair_info {
	display: block;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4;
}

#fairsforce .fair_info tr {
	display: block;
	padding-top: 2%;
}

#fairsforce .fair_info tr:first-child {
	padding-top: 0;
}

#fairsforce .fair_info th {
	display: block;
	width: 100%;
	font-weight: normal;
	text-align: left;
	color: #c78067;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

#fairsforce .fair_info td {
	display: block;
	border-bottom: 1px solid #c78067;
	padding: 2% 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#fairsforce .fair_info tr:last-child th ,
#fairsforce .fair_info tr:last-child td {
	border-bottom: none;

}

#fairsforce .fair_address::before {
	content: "〒274-0060 千葉県船橋市坪井東1-1-11";
}

#fairsforce .fair_parking::before {
	content: "有・無料";
}


#fairsforce .fair_perk {
	background: #f3f0e3;
	padding: 4% 3%;
}
#fairsforce .fair_perk dt{
	color: #2F5743;
	font-weight: bold;
	font-size: 1.6rem;
}
#fairsforce .fair_perk dd{
	color: #595757;
	font-size: 1.5rem;
	line-height: 1.6;
	border-top: 1px solid #5A6B41;
	padding-top: 2%;
	margin-top: 3%;
}
@media screen and (max-width: 640px) {
	#fairsforce .fair_perk dt{
	}
	#fairsforce .fair_perk dd{
		margin-top: 5%;
		font-size: 1rem;

	}
}

#fairsforce .fair_link {
}
#fairsforce .fair_reserve {
	width: 100%;
	margin-bottom: 25px;
}

#fairsforce .fair_close {
	display: none;
}

#fairsforce .fair_close:before {
	content: "フェア一覧に戻る ▶︎";
	background: #3B1804;
	display: inline-block;
	padding: 10px;
	margin-right: 5px;
	/*width: 159px;
	height: 35px;
	text-indent: 159px;*/
	overflow: hidden;
	white-space: nowrap;
	color: #FFF;
	text-align: center;
}
.right_copy,
.fair_photo_copy {
	display: none;
}
@media screen and (max-width: 768px) {
	#fairsforce {
		overflow: hidden;
	}
}

@media screen and (max-width: 640px) {
	.mainArea .cmnLayout01 {
		-webkit-transform: none;
		transform: none;
		height: 100%;
	}
	#fairsforce .fair_header {
		padding-left: 0;
		padding-right: 0;
	}
	.fair_photo_copy {
		display: block;
	}
	#fairsforce .fair_reserve {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#fairsforce .fair_link {
		width: 100%;
		max-width: 100%;
	}
	.cmnBox01 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 690px) {

	#fairsforce .fair_list .fair_detail .fair_detailinfo {
		font-size: 1.0rem;
		line-height: 1.7;
	}
	#fairsforce .fair_list .fair_detail dl dt {
		padding-bottom: 1vw;
	}
	#fairsforce .fair_list .fair_detail {
		font-size: 1.2rem;
	}
	#fairsforce .fair_list .fair_detail dd {
		line-height: 1.5;
		padding-bottom: 1vw;
	}
	#fairsforce .fair_list .fair_category {
		margin-bottom: 0;
	}
	#fairsforce {
		padding:3%;
	}
	#fairsforce .fair_reserve {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.mainArea .cmnLayout01 {
		-webkit-transform: none;
		transform: none;
		height: 100%;
	}
	#fairsforce .fair_header {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	#fairsforce .fair_navigation {
		float: none;
		width: 100%;
		height: 250px;
		padding-top: 0 !important;
		overflow: auto;
		max-width: 100%;
	}

	#fairsforce .fair_navigation .fair_calendar {
		width: 100%;
	}

	#fairsforce .fair_navigation .fair_calendar td {
		height: 33px;
	}

	#fairsforce .fair_section {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	#fairsforce .fair_date {
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 12px;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#fairsforce .fair_icon {
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 5px;
		text-align: left;
	}
	#fairsforce .fair_icon li {
		font-size: 9px;
		font-size: 0.9rem;
	}
	#fairsforce .fair_name {
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 20px;
		text-align: left;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#fairsforce .fair_icon {
		text-align: right;
		margin-bottom: 1em;
	}

	#fairsforce .fair_photo {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
		padding-bottom: 1%;
		display: none;
	}

	.right_copy,
	.fair_photo_copy {
		display: block;
	}

	#fairsforce .fair_photo img {
		width: 100%;
		max-width: 100%;
	}
	#fairsforce .fair_description {
		font-size: 11px;
		font-size: 1.1rem;
	}
	#fairsforce .fair_description ,
	#fairsforce .fair_list ,
	#fairsforce .fair_summary {
		float: none;
		width: 100%;
	}
	#fairsforce .fair_category,
	#fairsforce .fair_price {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#fairsforce .fair_link {
		position: static;
		width: 100%;
		max-width: 100%;
	}

	#fairsforce .fair_link:after {
		width: 100%;
		margin: 25px auto;
		background-size: contain;
	}


	#fairsforce .fair_article > .left,
	#fairsforce .fair_article > .right {
		width: 100%;
		float: none;
	}

	.cmnBtn01 > * {
		font-size: 12px;
		font-size: 1.2rem;
	}

}
