@charset "utf-8";

/* mod_pagetitle
============================================================================================================ */

@media screen and (max-width: 640px) {
	.mod_pagetitle.no_mv {
		height: 80px;
	}
	.mod_pagetitle.no_mv .mod_wrap01 {
		padding-top:6px;
	}
	.mod_pagetitle .mod_wrap01 .title img {
		display: none;
	}
	.mod_pagetitle .mod_wrap01 .title span {
		font-size: 2rem;
		letter-spacing:.1em;
	}
}

/* page_wrap
============================================================================================================ */
#page_wrap {
	width: 1020px;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#page_wrap {
		width: auto;
		/*margin: 0 16px;*/
	}
}

/* recommend
============================================================================================================ */
#recommend {
	position: relative;
	margin-top: -40px;
	padding: 40px 0 125px;
	background: url(../images/fair/recommend_bg.png) 50% 0;
}
#recommend .recommend {
	margin-bottom: 40px;
}
#recommend .recommend .eng {
	position: relative;
	max-width: 1260px;
	margin: auto;
}
#recommend .recommend .eng img {
	position: absolute;
	left: 0;
	top: -60px;
}
#recommend .recommend .fairlist {
	max-width: 1080px;
	width: 100%;
	position: relative;
	margin: 60px auto 0;
}
#recommend .recommend .fairlist:after {
	content: ""; display: table; clear: both;
}
#recommend .recommend .fairlist .fair {
	width: 33.33%;
	float: left;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#recommend .recommend .fairlist .fair a {
	position: relative;
	display: block;
	text-align: center;
}

#recommend .recommend .fairlist .fair a .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 25px;
	padding-top: 70%;
}
#recommend .recommend .fairlist .fair a .img .date {
	display: table;
	background-color: #BE284B;
	border-radius: 50%;
	width: 74px;
	height: 74px;
	position: absolute;
	top: -45px;
	left: -37px;
	line-height: 1.3;
}

#recommend .recommend .fairlist .fair a .img .date .datein {
	display: table-cell;
	vertical-align: middle;
}

#recommend .recommend .fairlist .fair a .img .date .datein .monthday {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

#recommend .recommend .fairlist .fair a .img .date .datein .week {
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
}

#recommend .recommend .fairlist .fair a .typename {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

#recommend .recommend .fairlist .fair a .typename:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 33px;
	height: 1px;
	background-color: #4D4E56;
}
#recommend .recommend .fairlist .fair a .caption {
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
	#recommend {
		position: relative;
		margin-top: -40px;
		padding: 20px 0 100px;
		-webkit-background-size: 115px;
		background-size: 115px;
	}
	#recommend .recommend {
		margin-bottom: 30px;
	}
	#recommend .recommend .eng {
		display: none;
	}
	#recommend .sp_content {
		position: relative;
	}

	#recommend .recommend .btns01 {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		height: 100%;
		width: 100%;
		max-width: 1080px;
	}

	#recommend .recommend .btns01 button {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 11;
		width: 60px;
		height: 100px;
		-webkit-tap-highlight-color: transparent;
	}

	#recommend .recommend .btns01 button:before,
	#recommend .recommend .btns01 button:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#recommend .recommend .btns01 button:before {
		width: 40px;
		height: 65px;
		background-color: #4D4E56;
	}
	#recommend .recommend .btns01 button:after {
		width: 10px;
		height: 10px;
		border: 1px solid #FFF;
	}
	#recommend .recommend .btns01 button.next {
		right: 0;
	}
	#recommend .recommend .btns01 button.next:before {
		left: auto;
	}
	#recommend .recommend .btns01 button.next:after {
		border-bottom: transparent !important;
		border-left: transparent !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: -16px;
	}
	#recommend .recommend .btns01 button.prev {
		left: 0;
	}

	#recommend .recommend .btns01 button.prev:before {
		right: auto;
	}
	#recommend .recommend .btns01 button.prev:after {
		border-bottom: transparent !important;
		border-right: transparent !important;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	right: 16px;
	}

	#recommend .recommend .contentWrapIn {
		padding: 0 5%;
	}
	#recommend .recommend .contentWrapIn .content {
		position: relative;
		display: table;
	}
	#recommend .recommend .contentWrapIn .content .link {
		display: table-cell;
		position: relative;
		top: 0;
		left: 0;
		height: 100%;
		text-align: center;
	}

	#recommend .recommend .contentWrapIn .content .link > .in {
		padding: 0 8%;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .imgarea {
		margin-bottom: 30px;
		position: relative;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .imgarea .img {
		position: relative;
		padding-top: 70.3%;
		background-size: cover;
		background-position: center center;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .imgarea .postdate {
		position: absolute;
		top: -40px;
		left: -30px;
		width: 80px;
		height: 80px;
		display: table;
		text-align: center;
		background-color: #be284b;
		border-radius: 50%;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .imgarea .postdate > .in {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
		color: #FFF;
	}

	#recommend .recommend .contentWrapIn .content .link > .in .imgarea .postdate > .in .row01 {
		display: block;
		font-size: 1.9rem;
	}

	#recommend .recommend .contentWrapIn .content .link > .in .imgarea .postdate > .in .row02 {
		display: block;
		font-size: 0.95rem;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .genre {
		padding-bottom: 15px;
		position: relative;
		margin-bottom: 15px;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .genre img {
		width: auto;
		height: 24px;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .genre:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 33px;
		height: 1px;
		background-color: #4D4E56;
		margin: auto;
	}
	#recommend .recommend .contentWrapIn .content .link > .in .title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-bottom: 10px;
		font-weight: normal;
	}
}

#recommend .limited {
	max-width: 1050px;
	width: 100%;
	margin: auto;
	text-align: center;
}
#recommend .limited .contents {
	display: table;
	width: 100%;
	border-spacing: 15px;
}
#recommend .limited .contents .cell {
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
	padding: 36px 32px 25px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	width: 50%;
}
#recommend .limited .contents .cell > dt {
	line-height: 0.5;
	margin-bottom: 12px;
}
#recommend .limited .contents .cell > dt .word {
	display: inline-block;
	vertical-align: baseline;
	font-family: 'Mukta Vaani', sans-serif;
	color: #BE284B;
}
#recommend .limited .contents .cell > dt .word.word01 {
	font-size: 50px;
	font-size: 5rem;
}
#recommend .limited .contents .cell > dt .word.word02 {
	font-size: 60px;
	font-size: 6rem;
}
#recommend .limited .contents .cell > dt .word.word03 {
	font-size: 36px;
	font-size: 3.6rem;
	display: inline-block;
	margin-top: -5px;
}
#recommend .limited .contents .cell > dd .line01 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.8rem;
	color: #4D4E56;
	letter-spacing: 0.1rem;
}
#recommend .limited .contents .cell > dd .line02 {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2.8rem;
	color: #787878;
	padding-top: 2px;
	margin-top: 6px;
	position: relative;
}
#recommend .limited .contents .cell > dd .line02:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #4D4E56;
}

@media screen and (max-width: 640px) {
	#recommend .limited .contents {
		display: block;
		margin: 10px 30px 0;
		width: auto;
	}
	#recommend .limited .contents .cell {
		display: block;
		width: 100%;
		padding: 15px 15px 10px;
	}
	#recommend .limited .contents .cell + .cell {
		margin-top: 10px;
	}
	#recommend .limited .contents .cell > dt {
		margin-bottom: 0;
		line-height: 1;
	}
	#recommend .limited .contents .cell > dt .word.word03 {
		display: block;
	}
	#recommend .limited .contents .cell > dt img {
		width: auto;
		height: 10vw;
	}
	#recommend .limited .contents .cell > dt .word.word01 {
		font-size: 2.5rem;
	}
	#recommend .limited .contents .cell > dt .word.word02 {
		font-size: 3rem;
	}
	#recommend .limited .contents .cell > dt .word.word03 {
		font-size: 1.8rem;
		display: inline-block;
	}
	#recommend .limited .contents .cell > dd .line01 {
		letter-spacing: 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#recommend .limited .contents .cell > dd .line02 {
		font-size: 10px;
		font-size: 1rem;
		padding-top: 0;
		margin-top: 0;
	}
	#recommend .limited .contents .cell > dd .line02:after {
		right: 0;
		margin: auto;
		width: 80%;
	}
}



/* pageTab
============================================================================================================ */
#pageTab {
	margin-top: -77px;
	margin-bottom: 60px;
	border-bottom: 1px solid #4d4e56;
}
#pageTab ul {
	position: relative;
	top: 1px;
	width: 1020px;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	border: 1px solid #4d4e56;
	border-bottom-width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pageTab ul > li {
	display: table-cell;
	vertical-align: middle;
}
#pageTab a {
	display: table;
	width: 100%;
	height: 76px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	background-color: #4d4e56;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.5s, color 0.5s, border 0.5s;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
#pageTab ul > li + li a {
	border-left: 1px solid #fff;
}
#pageTab a.current {
	background-color: #fff;
	border-left-color: #4d4e56;
	color: #4D4E56;
}
.no-touchevents #pageTab a:hover {
	border-left-color: #4d4e56;
	background-color: #fff;
	color: #4D4E56;
}
#pageTab a > span {
	display: table-cell;
	vertical-align: middle;
}
#pageTab a > span strong {
	margin-right: 5px;
	font-size: 21px;
	font-size: 2.1rem;
}
@media screen and (max-width: 640px) {
	#pageTab ul {
	}
	#pageTab {
		/* margin-top: -25px; */
		margin-top:0;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	#pageTab ul {
		width: 100%;
		display: table;
	}
	#pageTab a {
		height: 65px;
		font-size: 1.1rem;
	}
	#pageTab a > span strong {
		display: block;
		margin-right: 0;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 370px) {
	#pageTab a > span span {
		display: block;
	}
}

/* fair_select
============================================================================================================ */
.fair_select {
	margin-bottom: 60px;
}
.fair_select dt {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.fair_select ul {
	margin: 0 -6px;
}
.fair_select ul:after {
	content: ""; display: table; clear: both;
}
.fair_select li {
	float: left;
	padding: 0 6px 12px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fair_select li a {
	cursor: pointer;
	display: block;
	padding: 15px 0;
	background: #4d4e56 url(../images/fair/checkbox.png) no-repeat 16px;
	-webkit-background-size: 20px;
	background-size: 20px;
	border-radius: 4px;
	color: #fff;
	opacity: .3;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.fair_select li a.on {
	opacity: 1;
}

.fair_select .week li {
	width: 12.5%;
	text-align: center;
}
.fair_select .week li a {
	padding-left: 10px;
}
.fair_select .category li {
	width: 33.33%;
}
.fair_select .category li a {
	padding-left: 45px;
	padding-right: 20px;
}

.fair_select .datepicker {
	display: none;
	position: relative;
	width: 450px;
	height: 50px;
	margin: 0 auto 30px;
	padding: 0 25px;
	border: 2px solid #bebebe;
	border-radius: 4px;
	line-height: 50px;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
}
.fair_select .datepicker:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(../images/fair/ico_calendar.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

@media screen and (max-width: 640px) {
	.fair_select {
		margin-bottom: 30px;
	}
	.fair_select dt {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.fair_select ul {
		margin: 0 13px;
	}
	.fair_select li {
		float: left;
		padding: 0 3px 6px;
		font-size: 1.3rem;
	}
	.fair_select li a {
		display: block;
		padding: 8px 0;
		background-position: 5px;
		-webkit-background-size: 14px;
		background-size: 14px;
	}
	.fair_select .week li {
		width: 25%;
	}
	.fair_select .category li {
		width: 50%;
	}
	.fair_select .category li.wide {
		width: 100%;
	}
	.fair_select .category li a {
		padding-left: 25px;
		padding-right: 10px;
	}


	.fair_select .datepicker {
		width: auto;
		height: 40px;
		margin: 0 16px 20px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	.fair_select .datepicker:after {
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}

}



/* 共通パーツ
============================================================================================================ */
.fair_date {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	color: #212121;
}
.fair_date .s {
	margin: 0 .2em;
	font-size: 20px;
	font-size: 2rem;
}
.fair_date .m {
	font-size: 27px;
	font-size: 2.7rem;
	vertical-align: -1px;
}
.fair_date .d {
	font-size: 37px;
	font-size: 3.7rem;
	vertical-align: -2px;
}
.fair_date .w {
	font-size: 21px;
	font-size: 2.1rem;
}
@media screen and (max-width: 640px) {
	.fair_date {
		font-size: 1.3rem;
	}
	.fair_date .s {
	}
	.fair_date .m {
		font-size: 2.3rem;
		vertical-align: -1px;
	}
	.fair_date .d {
		font-size: 3.2rem;
		vertical-align: -2px;
	}
	.fair_date .w {
		font-size: 1.8rem;
	}
}

.fair_title {
	margin-bottom: 30px;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;
	color: #BE284B;
}
@media screen and (max-width: 640px) {
	.fair_title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
}


.fair_cat {
}
.fair_cat:after {
	content: ""; display: table; clear: both;
}
.fair_cat li {
	float: left;
	padding: 3px 12px;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: 1px solid #C8C8C8;
	font-size: 13px;
	font-size: 1.3rem;
	color: #787878;
}
.safari .fair_cat li {
	white-space: nowrap;
	word-break: keep-all;
}
.fair_cat li.active {
	border-color: #BE284B;
	color: #BE284B;
}
@media screen and (max-width: 640px) {
	.fair_cat li {
		margin: 0 3px 3px 0;
		padding: 2px 8px;
		font-size: 1.1rem;
	}
}


/* fair_list_content
============================================================================================================ */
#fairList {
	position: relative;
	margin-bottom: 100px;
}
#fairList.loading .fair_list_content {
	opacity: .3;
}
#fairList .uil-default-css {
	position: absolute;
	top: 0;
	left: 50%;
}
.fair_list_content {
}
.fair_list_content section {
	margin-bottom: 30px;
	padding: 40px 45px;
	border-top: 2px solid #212121;
	background-color: #f6f5f5;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
	#fairList .uil-default-css {
		top: -70px;
	}
	.fair_list_content section {
		position:relative;
		margin: 0 16px 16px;
		/* padding: 10px 10px 15px; */
		padding:10px 10px 100px 10px;
		border-top-width: 1px;
		font-size: 1.3rem;
	}
	.fair_list_content section > a {
		display: block;
		position: relative;
		/* padding-right:30px; */
	}
	/* .fair_list_content section > a:after {
		content:"";
		display:block;
		margin: auto 0;
		width: 8px;
		height: 8px;
		border-top: 1px solid #4d4e56;
		border-right: 1px solid #4d4e56;
		position: absolute;
		top:0;
		bottom:0;
		right: 10px;
		transform:rotate(45deg);
	} */
}
@media screen and (max-width: 320px) {
	.fair_list_content section {
		padding:10px 10px 140px 10px;
	}
}

.fair_list_content .img {
	float: left;
	width: 275px;
}
.fair_list_content .img img {
	max-width: 100%;
	vertical-align: middle;
}
.fair_list_content .img + .contents {
	margin-left: 320px;
}
@media screen and (max-width: 640px) {
	.fair_list_content .fair_title {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.fair_list_content .fair_date {
		margin-bottom:6px;
		font-size: 1.3rem;
	}
	.fair_list_content .fair_date .time {
		font-size: 1.1rem;
	}
	.fair_list_content .img {
		width: 80px;
	}
	.fair_list_content .img ~ * {
		margin-left: 90px;
	}
	.fair_list_content .caption {
		clear: both;
		margin-left: 0;
	}
}

.fair_list_content .fair_cat {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #e4e1e1;
}
.fair_list_content .fair_cat li {
	padding: 2px 4px;
	margin: 0 3px 3px 0;
	font-size: 11px;
	font-size: 1.1rem;
}
.safari .fair_list_content .fair_cat li {
	white-space: nowrap;
	word-break: keep-all;
}
@media screen and (max-width: 640px) {
	.fair_list_content .fair_cat {
		margin-top: 10px;
		padding-top: 10px;
	}
}


.fair_list_content .btns {
	display: block;
	clear: both;
	padding-top: 40px;
	text-align: center;
}
.fair_list_content .btns li {
	display: inline-block;
	margin: 0 5px;
}
.fair_list_content .btns li a {
	width: 280px;
	padding: 12px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.fair_list_content .btns li a.reservation {
	/*background-color: #be284b;*/
	cursor: pointer;
}
.no-touchevents .fair_list_content .btns li a.reservation:hover {
	/*background-color: #cb536f;*/
}
.fair_list_content .btns li a.lineBtn {
	background-color: #4d4e56;
	cursor: pointer;
}
.no-touchevents .fair_list_content .btns li a.lineBtn:hover {
	background-color: #787878;
}

@media screen and (max-width: 640px) {
	.fair_list_content .btns {
		/* padding-top: 20px; */
		padding: 0;
		width: 100%;
		position: absolute;
		bottom:20px;
		left:0;
	}
	.fair_list_content .btns li {
		display: inline-block;
		margin: 0 2px;/*
		width: 44%; */
		width: 30%;
		margin: 0 0 10px;
	}
	.fair_list_content .btns li {
		margin-right: 1.5%;
	}
	.fair_list_content .btns li:last-child {
		margin: 0 0 0;
	}
	.fair_list_content .btns li a {
		-webkit-text-stroke: .4px;
		background-color: #fff !important;
		color:#909090 !important;
		width: 100%;
		font-size:1.2rem;
		border: 2px solid #909090;
	}
	.fair_list_content .btns li a.reservation {
		background-color:#4d4e56;
	}
}
@media screen and (max-width: 320px) {
	.fair_list_content .btns li {
		width: 44%;
	}
}


.more_btn {
	position: relative;
	margin-top: 40px;
}
.more_btn p {
	display: block;
}
.more_btn a {
	width: 450px;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}
.more_btn a:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.no-touchevents .more_btn a:hover:after {
	-webkit-transform: rotate(135deg) translate(3px, -1px);
	transform: rotate(135deg) translate(3px, -1px);
}
.more_btn.loading a {
	opacity: .3;
	cursor: default;
}
#fairList .more_btn .uil-default-css {
	position: absolute;
	top: -80px;
	left: 50%;
}

@media screen and (max-width: 640px) {
	.more_btn {
		margin: 20px 16px 0;
	}
	.more_btn a {
		width: 100%;
		font-size: 1.3rem;
	}
	#fairList .more_btn .uil-default-css {
		top: -75px;
	}
}


.fair_none {
	padding: 60px 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
	.fair_none {
		padding: 40px 16px;
		font-size: 1.5rem;
	}
}



/* detail
============================================================================================================ */
#page_wrap.detail {
	margin: -30px auto 100px;
}
#page_wrap.detail .contents {
	padding: 40px 45px;
	border-top: 2px solid #212121;
	background-color: #f6f5f5;
	font-size: 14px;
	font-size: 1.4rem;
}
#page_wrap.detail .fair_cat li {
	display: none;
}
#page_wrap.detail .fair_cat .active {
	display: block;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail {
		margin: 0 auto 50px;
	}
	#page_wrap.detail .contents {
		padding: 16px;
		border-top: 1px solid #edebeb;
		font-size: 1.3rem;
	}
}


#page_wrap.detail .body {
	margin-top: 40px;
}
#page_wrap.detail .body:after {
	content: ""; display: table; clear: both;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .body {
		margin-top: 20px;
	}
}


#page_wrap.detail .body .img {
	float: left;
	width: 375px;
}
#page_wrap.detail .body .img img {
	max-width: 100%;
}
#page_wrap.detail .body .img ~ * {
	margin-left: 420px;
}
#page_wrap.detail .body .caption {
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .body .img {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	#page_wrap.detail .body .img ~ * {
		margin-left: 0;
	}
}

#page_wrap.detail .body .btn {
	display: block;
	margin-top: 40px;
}
#page_wrap.detail .body .btn a {
	margin: 0;
	width: 240px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #be284b;
	cursor: pointer;
	display:inline-block;
}
#page_wrap.detail .body .btn a:nth-child(2) {
	margin-left:20px;
}
#page_wrap.detail .body .btn a.lineBtn{
	background-color: #00B900;
}
.no-touchevents #page_wrap.detail .body .btn a:hover {
	background-color: #cb536f;
}
.no-touchevents #page_wrap.detail .body .btn a.lineBtn:hover {
	background-color: #66d566;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .body .btn {
		margin-top: 20px;
	}
	#page_wrap.detail .body .btn a {
		width: 100%;
	}
	#page_wrap.detail .body .btn a:nth-child(2) {
		margin-left:0;
		margin-top: 20px;
	}
}


#page_wrap.detail .body .privilege {
	margin-top: 40px;
	padding: 25px 30px;
	background: url(../images/fair/privilege_bg.png);
	border: 5px solid #fff;
}
#page_wrap.detail .body .privilege:after {
	content: ""; display: table; clear: both;
}
#page_wrap.detail .body .privilege dt {
	float: left;
}
#page_wrap.detail .body .privilege dd {
	margin-left: 80px;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .body .privilege {
		margin-top: 30px;
		padding: 20px 16px;
		-webkit-background-size: 50px;
		background-size: 50px;
		border-width: 3px;
	}
	#page_wrap.detail .body .privilege dt {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	#page_wrap.detail .body .privilege dt img {
		width: 40px;
	}
	#page_wrap.detail .body .privilege dd {
		margin-left: 0;
	}
}


#page_wrap.detail .content {
	margin: 60px -4px 0;
}
#page_wrap.detail .content > h1 {
	margin: 0 4px 16px;
	padding-bottom: 7px;
	border-bottom: 1px solid #bcbcbc;
	text-align: center;
}
#page_wrap.detail .content .row {
	display: table;
	margin-bottom: -4px;
	border-spacing: 4px;
}
#page_wrap.detail .content .row section {
	display: table-cell;
	width: 463px;
	padding: 20px;
	background-color: #fff;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#page_wrap.detail .content .row section h1 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
#page_wrap.detail .content .row section .img {
	float: left;
	width: 160px;
}
#page_wrap.detail .content .row section .img img {
	max-width: 100%;
}
#page_wrap.detail .content .row section .img ~ p {
	margin-left: 175px;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .content {
		margin: 30px 0 0;
	}
	#page_wrap.detail .content > h1 {
		margin: 0 0 16px;
		padding-bottom: 0;
	}
	#page_wrap.detail .content > h1 img {
		width: 150px;
	}
	#page_wrap.detail .content .row {
		display: block;
		margin-bottom: 0;
		border-spacing: 0;
	}
	#page_wrap.detail .content .row section {
		display: block;
		width: auto;
		margin-bottom: 15px;
	}
	#page_wrap.detail .content .row section h1 {
		margin-bottom: 5px;
		font-size: 1.5rem;
		text-align: center;
	}
	#page_wrap.detail .content .row section .img {
		float: none;
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	#page_wrap.detail .content .row section .img ~ p {
		margin-left: 0;
		font-size: 1.2rem;
	}
}

#page_wrap.detail .back_btn {
	display: block;
	margin-top: 40px;
}
#page_wrap.detail .back_btn a {
	width: 450px;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .back_btn {
		margin: 20px 16px 0;
	}
	#page_wrap.detail .back_btn a {
		width: 100%;
		font-size: 1.3rem;
	}
}


/* datepicker
============================================================================================================ */
#datepicker {
	/*display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 30002;*/
	width: 380px;
	padding: 15px;
	margin: 0 auto 30px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
#datepicker .ui-datepicker {
	width: 350px;
	font-size: 16px;
	font-size: 1.6rem;
}
#datepicker .ui-widget.ui-widget-content {
	border: 0;
}
#datepicker .ui-widget-header {
	border: 0;
	background-color: #fff;
	font-size: 20px;
	font-size: 2rem;
}
#datepicker .ui-datepicker th {
	border-bottom: 1px solid #999;
}
#datepicker .ui-widget-content .ui-state-default {
	padding: 10px 0;
	border: 0;
	text-align: center;
	background-color: #fff;
}
#datepicker .ui-widget-content .ui-state-active {
	background-color: #BE284B !important;
	color: #fff;
}
.no-touchevents #datepicker .ui-widget-content .ui-state-default:hover {
	background-color: #eee;
}
#datepickerOverlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30001;
	background-color: rgba(0,0,0,.7);
}
@media screen and (max-width: 640px) {
	#datepicker {
		width: 90%;
		padding: 10px;
		margin-bottom: 10px;
	}
	#datepicker .ui-datepicker {
		width: 100%;
		font-size: 1.5rem;
	}
}



/* loading
============================================================================================================ */
@-webkit-keyframes uil-default-anim { 0% { opacity: 1} 100% {opacity: 0} }@keyframes uil-default-anim { 0% { opacity: 1} 100% {opacity: 0} }.uil-default-css > div:nth-of-type(1){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(2){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.4166666666666667s;animation-delay: -0.4166666666666667s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(3){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.33333333333333337s;animation-delay: -0.33333333333333337s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(4){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.25s;animation-delay: -0.25s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(5){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.16666666666666669s;animation-delay: -0.16666666666666669s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(6){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.08333333333333331s;animation-delay: -0.08333333333333331s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(7){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0s;animation-delay: 0s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(8){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.08333333333333337s;animation-delay: 0.08333333333333337s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(9){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.16666666666666663s;animation-delay: 0.16666666666666663s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(10){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.25s;animation-delay: 0.25s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(11){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.33333333333333337s;animation-delay: 0.33333333333333337s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(12){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.41666666666666663s;animation-delay: 0.41666666666666663s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}

.uil-default-css {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	z-index: 100;
}

@media screen and (max-width: 640px) {
	.fair_none {
		padding: 40px 16px;
		font-size: 1.5rem;
	}
}



