@charset "UTF-8";
/* CSS Document */

/*特集共通設定*/
#event {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #504644;
}
#event * {
	box-sizing: border-box;
}
#event img {
	max-width: 100%;
	height: auto;
}
main {
	display: block;
}
#event a {
	text-decoration: none;
	transition: 0.3s ease-in;
}
#event a:link, #event a:visited, #event a:hover, #event a:active {
	color: inherit;
	text-decoration: none;
}
#event .bold {
	font-weight: bold;
}
#event .small {
	font-size: 80%;
}


#event .wrap {
	margin-bottom: 80px;
}
/*MV*/
#event h2 {
	margin: 0 auto 80px auto;
	text-align:center;
}
/*main_txt*/
.main_txt {
	margin: 80px auto;
}
/*ブースイメージ*/
.booth_img {
	max-width: 598px;
	margin: 0 auto;
}
.booth_img p:nth-of-type(2){
	text-align: right;
}
/*section*/
#event section {
	padding: 120px 0;
}
#event section h3 {
	display: inline-block;
	margin-bottom: 40px;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #504644;
}
/*新メソッド*/
.new_method p:nth-of-type(2) {
	margin: 40px auto;
}
.new_method div {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #504644;
}
.new_method h4 {
	margin-bottom: 20px;
	font-weight: bold;
}
.new_method dl {
		display:-webkit-box;
		display:-ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.new_method dt {
	width: 40%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C5B9B8;
}
.new_method dd {
	width: 20%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C5B9B8;
}
.new_method dl:last-of-type::after {
	content: "";
	display: block;
	width: 20%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C5B9B8;
}
.new_method p:last-of-type {
	max-width: 400px;
	margin: 0 auto;
	text-align: right;
}
/*新商品*/
.new_item p:first-of-type {
	margin-bottom: 20px;
}
/*特別価格*/
.special_item p:nth-of-type(even) {
	margin-bottom: 40px;
}
.special_item p:last-of-type {
	display: inline-block;
	margin-top: 150px;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFB2AE;
}
/*出展情報*/
.event_info dl{
		display:-webkit-box;
		display:-ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 400px;
	margin: 0 auto 40px auto;
	padding: 20px;
	border: 1px solid #504644;
}
.event_info dt {
	width: 15%;
	margin-bottom: 10px;
}
.event_info dt:last-of-type {
	margin-bottom: 0;
}
.event_info dd {
	width: 85%;
	margin-bottom: 10px;
	text-align: left;
}
.event_info dd:last-of-type {
	margin-bottom: 0;
}
.event_info dd::before {
	content: "\0ff1a";
}