@charset "utf-8";

/***************************************
	
	タイトル
	
***************************************/
@media screen and (max-width: 768px) {
	#title_wrap {
		padding: 3.2em 0;
		background: #F9F9F9;
		text-align: center;
	}
	#title_wrap p.sub {
		font-size: 2.4em;
		margin: 0 0 0.8em;
	}
	#title_wrap h2 {
		font-size: 1.0em;
		margin: 0 0 0;
	}

}

@media screen and (min-width: 769px) {
	#title_wrap {
		padding: 50px 0;
		background: #F9F9F9;
		text-align: center;
	}
	#title_wrap p.sub {
		font-size: 32px;
		margin: 0 0 16px;
	}
	#title_wrap h2 {
		font-size: 14px;
		margin: 0 0 0;
	}
}


/***************************************
	
	上部テキスト
	
***************************************/
.upper_wrap {
	padding: 2.5em 0;
	background: #333;
}
.upper_wrap .body {
	font-size: 1.1em;
	color: #FFF;
}
.upper_wrap .body span {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
	.upper_wrap {
		padding: 50px 0;
	}
	.upper_wrap .body {
		font-size: 15px;
		line-height: 2;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.upper_wrap .body span {
		font-size: 12px;
	}
}



/***************************************
	
	EVENT 枠
	
***************************************/
.event_wrap {
	padding: 2.5em 0;
}
.event_wrap.bg01 {
	background-color: #f6f7ee;
}
.event_wrap.bg02 {
	background-color: #FFF;
}

.event_wrap .title {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
.event_wrap .lead {
	font-size: 1.1em;
	line-height: 2;
	margin-bottom: 2em;
}

/** イベント 紹介枠 ここから **/
.event_box {
	margin-bottom: 3em;
}
.event_box:last-of-type {
	margin-bottom: 0;
}
.event_box .title_bar {
	background-color: #8a943a;
	padding: 0.3em 1em;
	margin-bottom: 1em;
}
.event_box .title_bar .eventname {
	font-size: 1.4em;
	color: #FFF;
	font-weight: bolder;
	margin: 0;
}

.event_box .two_column {
	
}
.event_box .two_column .pic_wrap {
	margin-bottom: 2em;
}
.event_box .two_column .pic_wrap div {
	margin-bottom: 1em;
}

.event_box .two_column .text_wrap {

}
.event_box .two_column .text_wrap .date {
	margin-bottom: 1em;
	font-size: 1.1em;
}
.event_box .two_column .text_wrap .body {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.8;
}
.event_box .two_column .text_wrap .detail {
	margin-bottom: 1.5em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.event_box .two_column .text_wrap .detail dt  {
	width: 20%;
	padding: 0.2em 0;
	border: 1px solid #666;
	text-align: center;
	margin-right: 2%;
}
.event_box .two_column .text_wrap .detail dd  {
	width: 78%;
}

.event_box .two_column .text_wrap .btn {
	padding: 1.5em 10%;
}
.event_box .two_column .text_wrap .btn a {
	display: block;
	background-color: #e47239;
	color: #FFF;
	padding: 0.6em 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
	.event_wrap {
		padding: 70px 0;
	}
	.event_wrap.bg01 {
	}
	.event_wrap.bg02 {
	}
	
	.event_wrap .title {
		font-size: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.event_wrap .lead {
		font-size: 14px;
		margin-bottom: 50px;
		text-align: left;
	}
	
	/** イベント 紹介枠 ここから **/
	.event_box {
		margin-bottom: 60px;
	}
	.event_box:last-of-type {
		margin-bottom: 0;
	}
	.event_box .title_bar {
		padding: 8px 20px;
		margin-bottom: 30px;
	}
	.event_box .title_bar .eventname {
		font-size: 18px;
	}
	
	.event_box .two_column {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 0 20px;
	}
	.event_box .two_column .pic_wrap {
		width: 50%;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
	}
	.event_box .two_column .pic_wrap div {
		margin-bottom: 0;
		width: 48%;
	}
	
	.event_box .two_column .text_wrap {
		width: 45%;
	}
	.event_box .two_column .text_wrap .date {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.event_box .two_column .text_wrap .body {
		margin-bottom: 30px;
		font-size: 15px;
	}
	.event_box .two_column .text_wrap .detail {
		margin-bottom: 30px;
		font-size: 15px;
	}
	.event_box .two_column .text_wrap .detail dt  {
		width: 20%;
	}
	.event_box .two_column .text_wrap .detail dd  {
		width: 78%;
	}
	
	.event_box .two_column .text_wrap .btn {
		padding: 10px 0;
		width: 70%;
	}
	.event_box .two_column .text_wrap .btn a {
		padding: 8px 0;
	}
}



/***************************************
	
	スペースリスト
	
***************************************/
@media screen and (max-width: 768px) {
	#space_list {
		padding: 3.2em 0;
		background: #333;
		color: #FFF;
	}
	#space_list p.lead {
		font-size: 0.9em;
		line-height: 2.2em;
		margin: 0 0 2.2em;
		text-align: center;
	}
	#space_list ul li dl {
		margin: 0 0 2.2em;
		padding: 0 0 2.2em;
		border-bottom: 1px dotted #999;
	}
	#space_list ul li:last-child dl {
		margin: 0;
		padding: 0;
		border: none;
	}
	#space_list ul li dl dt {
		width: 80%;
		margin: 0 auto 1.4em;
	}
	#space_list ul li dl dd {
		padding: 0 0 0;
		text-align: center;
	}
	#space_list ul li dl dd h4 {
		font-size: 1.6em;
		margin: 0 0 0.6em;
	}
	#space_list ul li dl dd h4 span {
		font-size: 0.7em;
	}
	#space_list ul li dl dd p.text {
		font-size: 1.0em;
		margin: 0 0 0;
	}

}

@media screen and (min-width: 769px) {
	#space_list {
		padding: 50px 0;
		background: #333;
		color: #FFF;
	}
	#space_list p.lead {
		font-size: 14px;
		line-height: 2.2em;
		margin: 0 0 30px;
		text-align: center;
	}
	#space_list ul li dl {
		margin: 0 0 30px;
		padding: 0 0 30px;
		border-bottom: 1px dotted #999;
	}
	#space_list ul li:last-child dl {
		margin: 0;
		padding: 0;
		border: none;
	}
	#space_list ul li dl dt {
		float: left;
		width: 50%;
	}
	#space_list ul li dl dd {
		float: right;
		width: 45%;
		padding: 30px 0 0;
	}
	#space_list ul li dl dd h4 {
		font-size: 24px;
		margin: 0 0 10px;
	}
	#space_list ul li dl dd h4 span {
		font-size: 14px;
	}
	#space_list ul li dl dd p.text {
		font-size: 12px;
		margin: 0 0 0;
	}
}

