@charset "utf-8";

/*======================================

	event PC

=======================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul::after,
dl::after,
.wrap::after,
.block::after {
	content: '';
	display: block;
	clear: both;	
}

a {
	text-decoration: none;
}

.btn-list a {
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 46px;
	line-height: 46px;
	background-color: #82705c;
	color: #fff;
	text-align: center;
	box-shadow: 2px 2px 0.5px #e6e6e6;
	position: relative;
}

.btn-list a::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/return_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 8%;
	top: 18px;
}	

.btn-entry a {
	display: block;
	margin: 100px auto 30px;
	width: 500px;
	padding: 15px 0;
	font-size: 22px;
	line-height: 1.6;
	background-color: #f2ecde;
	color: #402000;
	text-align: center;
	position: relative;
}

.btn-entry a span {
	display: block;
	font-size: 14px;
}

.btn-entry a::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/go_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 6%;
	top: 38px;
}	



#event-contents h2 {
	font-size: 26px;
}
#event-contents h2 span{
	display: block;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
#event-contents h2.event_catch {
	font-size: 24px;
    margin-bottom: 40px !important;
}
#event-contents h3 {
	margin-bottom: 10px;
}

#event-contents .text {
	text-align: justify;
	margin-bottom: 60px;
}

#event-contents .image-1 {
	margin-bottom: 60px;
}

#event-contents .image-3 {
	margin-bottom: 10px;
}

#event-contents .block {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}

#event-contents .block:last-of-type {
	margin-right: 0
}

#event-contents table {
	width: 100%;
	border-collapse: collapse;
}

#event-contents th {
	color: #402000;
	font-weight: bold;
	width: 200px;
	padding: 10px 0;
}

#event-contents td {
	width: 640px;
	padding: 10px 0;
}

.event_name h4 i{
    font-size:16px;
    color:#f18b0e;
		vertical-align: 1px;
    margin-right: 5px
}
.event_name h4 span{
    font-size:14px;
}
.event_cmt{
    background: #fdfaf0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 0;
}
#event-contents #event-list{
	line-height: 1.6;
    width: 390px;
    float: left;
    margin: 0 60px 60px 0;
    z-index: 1;
    position: relative;
}

#event-contents #event-list:nth-child(2n){
 margin-right: 0px;
}

#event-contents #event-list .box_img img {
    width: 390px;
    height: 255px;
    object-fit: cover;
}
#works-contents .list:hover .btn_more{
    background: #ef8a28;
    color:#fff;
}

/*======================================

	event PC: END

=======================================*/

/*======================================

	event SP

=======================================*/

@media only screen and (max-width: 640px){
	
	.btn-list a {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 46px;
		line-height: 46px;
		background-color: #82705c;
		color: #fff;
		text-align: center;
		position: relative;
	}
	
	.btn-entry a {
		display: block;
		margin: 60px auto 20px;
		width: 100%;
		padding: 15px 0;
		font-size: 18px;
		line-height: 1.6;
		background-color: #f2ecde;
		color: #402000;
		text-align: center;
		position: relative;
	}

	.btn-entry a span {
		display: block;
		font-size: 12px;
	}

	.btn-entry a::after {
		content: "";
		width: 12px;
		height: 12px;
		background: url(../img/go_icon.png) no-repeat;
		background-size: contain;
		position: absolute;
		right: 6%;
		top: 34px;
	}	

	
	img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	
	#event-contents {
		width: 90%;
		margin: 0	auto;	
	}
	
	#event-contents h2 {
		padding-bottom: 0;
		margin-bottom: 20px;
}

	#event-contents h3 {
		margin-bottom: 10px;
	}

	#event-contents .text {
		text-align: justify;
		margin-bottom: 20px;
	}

	#event-contents .image-1 {
		margin-bottom: 30px;
	}

	#event-contents .block {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#event-contents .block:nth-of-type(even) {
		margin-right: 0
	}

	#event-contents table {
		width: 100%;
		border-collapse: collapse;
	}

	#event-contents th {
		display: block;
		width: 100%;
		padding: 5px 10px;
		background-color: #f2ecde;
	}

	#event-contents td {
		display: block;
		width: 100%;
		padding: 5px 10px;
	}
	
	#event-contents h2 {
		font-size: 22px;
		line-height: 1.6;
}
	#event-contents h2 span{
		display: block;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0.15em;
	}
    #event-contents h2.event_catch {
	font-size: 20px;
        margin-bottom: 20px !important;
}


}

/*======================================

	event SP : END

=======================================*/

