@charset "utf-8";
@media screen and (max-width: 999px) {/* 【ＳＰ】最大999pxに適用 */
/* ---------- 【ＳＰ】ヘッダー（トップ・下層ページ　共通） ---------- */
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*border-bottom: solid 2px rgba(53,115,55,0.5);*/
}
h1 {
	text-align: center;
}
h1 img {
	width: auto;
	height: 7rem;
	margin: 1rem auto 1.5rem;
	filter: drop-shadow(0 0.2rem 0.1rem rgba(63,58,56,0.33));
}
/* SPではトップページのみ、h1疑似要素で背景画像を表示 */
#top h1:after {
	display: block;
	content: "";
	height: 16em;
	background-image: url(../img/muguet-sp.png);
	background-size: auto 300px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-top: solid 2px rgba(53,115,55,0.5);
}
#header-img {
}
/* ---------- 【ＳＰ】サイトナビ ---------- */
nav#nav-site {
/*display:none;*/
	width: 100%;
	box-shadow: 0px 2px 2px rgba(53,115,55,0.75);
}
nav#nav-site ul {
	width: 100%;
	text-align: center;
	background: #fbf8f4;
}
nav#nav-site li {
	float:left;
	display:block ;
	width: 50%;
	height: auto;
	overflow:hidden;
	box-sizing:border-box;
	border-left: solid 0.05rem #fbf8f4;
	border-right: solid 0.05rem #fbf8f4;
	border-bottom: solid 0.1rem #fbf8f4;
	/*border-bottom:solid 0.5rem #4C7A3D;*/
}
nav#nav-site ul li:first-child {
	width:100%;
	display:none;
}
#top nav#nav-site ul li:first-child {
	width:50%;
	display: block;
}
nav#nav-site a {
	display: block;
	width:auto;
	height:100%;
	padding: 0.5rem 0;
	box-sizing:border-box;
	line-height:1.75rem;
	font-size: 1em;
	font-weight: bold !important;
	letter-spacing: 0.01em;
	color: #fbf8f4 !important;
	text-decoration: none !important;
	text-shadow: 0px 0.1em 0.1em #3f3a38;
	background: linear-gradient(#95B57D, #4C7A3D 65%);
}
nav#nav-site a:before {/* 背景画像 */
	content: '';
	display: block;
	margin:0 auto;
	width: 10rem;/*画像の幅*/
	height: 1.75rem;/*画像の高さ*/
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(0px 2px 1px rgba(63,58,56,1));
}
nav#nav-site a:before {/* ※背景画像を表示させない※ */
/*	display: none;
*/}
nav#nav-site li#to-top a:before {
	background-image: url(../img/nav/nav-top.png);
}
nav#nav-site li#to-about a:before {
	background-image: url(../img/nav/nav-about.png);
}
nav#nav-site li#to-class a:before {
	background-image: url(../img/nav/nav-class.png);
}
nav#nav-site li#to-blog a:before {
	background-image: url(../img/nav/nav-blog.png);
}
nav#nav-site li#to-contact a:before {
	background-image: url(../img/nav/nav-contact.png);
}
nav#nav-site a#current {/* 現在のページは透過 */
	opacity: 0.7;
}
/* ---------- 【ＳＰ】ページ内ナビ ---------- */
nav#nav-page {
	display:block;
	display:none;/* 非表示 */
	margin: 3rem auto;
	font-size: 1.1em;
}
nav#nav-page ul {
	display:block;
	width:100%;
	height: 2em;
}
nav#nav-page ul li {
	display: inline-block;
	text-align: center;
	margin-left:1em;
}
nav#nav-page ul li a {
	font-weight: bold !important;
	text-decoration: none !important;
	line-height: 2em;
	letter-spacing: 0.05em;
}
nav#nav-page ul li a:after {/* リンクの矢印 */
	display: inline-block;
	content: "\0bb";
	transform: rotate(90deg);
	font-size: 1.5em;
	vertical-align: middle;
	margin-left: 0.25em;
}
/* ---------- 【ＳＰ】トップページ ---------- */
#top main {
	width:100%;
}
div.photo {
	margin: 0rem auto 0;
}
/* ---------- 【ＳＰ】firstページ ---------- */
#first div.photo-container {
	margin: 0 auto 2em;
}
/* ---------- 【ＳＰ】classページ ---------- */
#class section > p br{
	display:none;
}
#class div.photo {
	margin-bottom:1rem;
}
#class div.photo-text {/* classは重ねない */
	position: static;
	margin: 0 auto 2rem;
	padding: 0rem;
	box-sizing:border-box;
}
/* -------------------- ここまで【ＳＰ】 -------------------- */
}
