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

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents h3 {
	padding-top: 20px;
}

#main-contents section {
	clear: both;
	/* margin-top: 0;
	margin-bottom: 60px; */
	overflow: hidden;
}

#main-contents section > *:last-child {
	margin-bottom: 0;
}

#main-contents section.separate p {
	display: inline-block;
	width: calc(60% - 30px);
	vertical-align: top;
}

/* #lower-contents #main-contents section div h3 {
	margin-bottom: 10px;
} */

#main-contents section figure {

}

#main-contents .photo {
}

#main-contents .photo li {
}

#main-contents .photo li + li {
	margin-top: 20px;
}

#main-contents #exhibition p {
	width: 100%;
}

#main-contents #exhibition #exhibition-txt {
	width: calc(75% - 30px);
}

#main-contents #exhibition figure {
	width: 25%;
}

#main-contents #exhibition figure img {
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#lower-contents #main-contents h2 {
	clear: none;
}

.float-flyer-1 {
	float: right !important;
	width: 150px !important;
	margin-left: 30px !important;
	margin-bottom: 20px !important;
}

.float-flyer-1 img {
	display: block !important;
	width: 100% !important;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

#main-contents p {
	/* margin-bottom: 1em !important; */
}




#main-contents .news {
	padding: 20px 20px 10px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.025);
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 5px;
}

#main-contents .news-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#main-contents .link-button a, #lower-contents #main-contents .news-header .link-button a {
	height: auto;
	padding: 0 0 0 20px;
	border: none;
	line-height: 1.8;
	font-size: 1.2rem;
	font-weight: normal;
}

#main-contents .news h3 {
	border-top: none !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	color: inherit !important;
}

#main-contents .news-list {
	margin-top: 0 !important;
}

#main-contents .news-list li {
	height: auto;
	line-height: 2;
}

#main-contents .news-list li:last-child {
	border-bottom: none !important;
}

#main-contents .news-list li a {
	flex-wrap: wrap;
	font-size: 1.4rem;
	padding: 0.75em 0;
}

#main-contents .news-list li time {
	width: 100%;
}

#main-contents .news-list li .cat {
	width: 100%;
}

#main-contents .news-list li .ttl {
	width: 100%;
}


@media screen and (min-width: 768px) {
	#main-contents .news {
		padding: 30px 30px 10px;
	}

	#main-contents .news .link-button {
		margin: 0;
	}

	#main-contents .news-list li time {
		width: 110px;
	}

	#main-contents .news-list li .cat {
		width: 90px;
	}
	
	#main-contents .news-list li .ttl {
		width: calc(100% - 110px);
	}

	#main-contents .news-list li .cat + .ttl {
		width: calc(100% - 200px);
	}

	#main-contents .staff .outline {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	#main-contents .staff h3 {
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	#main-contents .staff .outline figure {
		width: calc(50% - 10px);
	}

	#main-contents .staff .outline div {
		width: calc(50% - 10px);
	}
	
	#main-contents .support .outline {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	#main-contents .support h3 {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	#main-contents .support .outline figure {
		width: calc(50% - 10px);
	}

	#main-contents .support .outline div {
		width: calc(50% - 10px);
	}

	#main-contents .photo {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	#main-contents .photo li {
		width: calc(50% - 10px);
	}

	#main-contents .photo li + li {
		margin-top: 0;
	}

	#main-contents .classroom .outline {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	#main-contents .classroom .outline figure {
		width: calc(50% - 10px);
	}

	#main-contents .classroom .outline div {
		width: calc(50% - 10px);
	}
}

@media screen and (min-width: 1280px) {

	#main-contents .support .outline figure {
		width: calc(50% - 15px);
	}

	#main-contents .support .outline div {
		width: calc(50% - 15px);
	}

	#main-contents .photo li {
		width: calc(50% - 15px);
	}

	#main-contents .photo li figcaption {
		font-size: 1.4rem;
	}

	#main-contents .classroom .outline figure {
		width: calc(50% - 15px);
	}

	#main-contents .classroom .outline div {
		width: calc(50% - 15px);
	}
}