@charset "utf-8";
/*
----------------------------------------------
Seigetsu.ed.jp
 Author:  crusader
----------------------------------------------- 
*/

/* Focus
---------------------------------------------------- */
/* Focus
---------------------------------------------------- */
#focus {
	width:960px;
	height:100px;
	margin:0 auto;
}
.mb-none{
	margin-bottom:0 !important;
}
/* Contents
---------------------------------------------------- */
#contents {
	padding:35px 39px;
}
h2 {
	margin-bottom: 1.5rem;
}
h3.ttl{
	font-size: 1.2rem;
	background: url("../images/h3_icon.png") no-repeat;
	background-position: left;
	padding: 0 0 0 26px;
	font-size: 24px;
	margin:0 0 1rem;
}
.gallery-wrap{
	width: 860px;
	
}	
.photo{
display: flex;
flex-wrap: wrap;
gap:20px;
margin-bottom:2rem;
}
.photo h3 {
width: calc(50% - 36px);
}
.photo img{
width: calc(50% - 10px);
height: auto;
}