@charset "UTF-8";

/*--SP-----------------------------------*/

@media screen and (max-width: 736px) {

.no-sp {
	display: none;
}

#wrap {
	overflow: hidden;
	background: url(img/base/bg01.jpg) repeat-x left top;
	margin: 0 0 0;
}
#wrap.content {
	margin-top: 60px;
}
#container {
	overflow: hidden;
	margin: 0 auto 0;
}

#content {
	overflow: hidden;
	padding: 24px 20px 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background: linear-gradient(#7ABB26, #6DAA21);
	border-radius: 10px;
	padding: 10px 0 10px 10px;
	position: relative;
}

/*--home--*/
#home .box01 {
	overflow: hidden;
	margin: 20px 0 30px;
}
#home .box01 img {
	width: 100%;
	height: auto;
}
#home .box01 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #8DAA54;
	margin: 10px 0 5px;
}
#home .box01 p.link {
	margin-top: 10px;
}
#home .box01 a {
	color: #8CAA53;
	text-decoration: none;
}
#home .box01 a:hover {
	text-decoration: underline;
}

/*--greetings--*/
#greetings {
	overflow: hidden;
}
#greetings .box01 {
	overflow: hidden;
}
#greetings .box01 img.pic {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#greetings .box01 img.fl {
	float: left;
	width: 30%;
	height: auto;
}
#greetings .box01 dl {
	box-sizing: border-box;
	width: 70%;
	padding-left: 14px;
	overflow: hidden;
}
#greetings .box01 dt {
	border-bottom: 1px dotted #999;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #8CAA53;
	font-weight: bold;
}
#greetings .box01 dd {
	margin: 0 0 10px;
}
#greetings .box01:last-of-type {
	margin: 0 0 20px;
}

/*--introduction--*/
#introduction {
	overflow: hidden;
	padding-bottom: 20px;
}
#introduction .text01 {
	font-size: 14px;
	color: #8DAA54;
	font-weight: bold;
}
#introduction h4 {
	font-size: 14px;
	font-weight: bold;
	color: #8DAA54;
	margin: 20px 0 6px;
}
#introduction p {
	margin: 0 0 10px;
}
#introduction .pic {
	width: 100%;
	height: auto;
}

/*--guidance--*/
#guidance {
	overflow: hidden;
}
#guidance .box01 {
	overflow: hidden;
	margin: 20px 0 0;
}
#guidance .outer {
	overflow: hidden;
	margin: 20px 0 20px;
}
#guidance .outer img {
	box-sizing: border-box;
	padding: 1px;
	float: left;
	width: 25%;
	height: auto;
}
#guidance .box02 {
	overflow: hidden;
}
#guidance .box02 img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
#guidance .box02 h4 {
	font-size: 14px;
	font-weight: normal;
	color: #8DAA54;
	margin: 14px 0 10px;
}
#guidance .mb {
	margin: 0 0 40px;
}
#guidance .box03 {
	overflow: hidden;
}
#guidance .box03 img {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 14px 10px 0;
}
#guidance .box03 strong {
	font-size: 13px;
	font-weight: normal;
	color: #8DAA54;
}

/*--access--*/
#access {
	overflow: hidden;
}
#googlemaps {
	overflow: hidden;
	margin: 20px 0 10px;
	width: 100%;
	height: 300px;
}

/*--clean--*/
#clean {
	overflow: hidden;
}
#clean .box01 {
	overflow: hidden;
	margin: 20px 0 0;
}
#clean .box01 p.catch {
	font-size: 14px;
	color: #8DAA54;
	font-weight: bold;
	margin-bottom: 10px;
}
#clean .box01 .poster {
	text-align: center;
	margin-top: 13px;
}
#clean .box01 .poster img {
	width: 100%;
	height: auto;
}
#clean .box02 {
	overflow: hidden;
	margin-bottom: 20px;
}
#clean .box02 img.fl {
}
#clean .box02 img.sp-l {
	width: 100%;
	height: auto;
	margin-bottom: 13px;
}
#clean .box02 img.sp-s {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 14px 10px 0;
}
#clean .box02 strong {
	color: #8DAA54;
	font-weight: normal;
}
#clean .box02 h4 {
	font-size: 14px;
	font-weight: normal;
	color: #8DAA54;
	margin: 20px 0 0;
}
#clean .mt {
	margin-top: 13px;
}

}

/*--SP-----------------------------------*/
