@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
#sidemenu {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	padding: px;
	background-color:;
	border-radius: ;
	z-index: 50000;
}
#sidemenu img{
	width: 0;
	height: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 50px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/cms/mimg_sp.jpg);
	background-size: cover;
	background-position: top center;
}
#mimg .ttl{
	width: 100%;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 1px;
    -webkit-text-stroke: 3px #fff; 
    paint-order: stroke fill; 
}
#breadcrumb { display:none;}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
.custom-shape-divider {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: scaleX(1) rotate(180deg);
	margin-top: -19px;
	z-index: 5000;
}
.custom-shape-divider svg {
	display: block;
	width: 100%;
	height: 20px;
}
.wave-animation > use {
	fill: #fff;
	animation: wave-move 10s cubic-bezier(.55,.5,.45,.5) infinite;
}

.wave-animation > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 10s;
}

.wave-animation > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: calc(10s * 0.7);
}

.wave-animation > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: calc(10s * 0.5);
}

#section01 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #0f820f;
}
.h2ac {
	position: relative;
	width: auto;
	height: 15px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-top: 15px;
}
#Map {
	width: 100%;
	height: auto;
	margin-top: 20px;
	float: left;
}
#Map iframe{
	width: 340px;
	height: 400px;
	outline: 1px solid #ddd;
	outline-offset: -1px;
}

#contents01 .t1{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	float: left;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0px;
}

#contents01 .t2{
	width: 100%;
	height: auto;
	margin-top: 15px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
#contents01 .btn a{
	display: block;
	position: relative;
	width: 160px;
	height: 30px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
	color: #0f820f;
	background-color: #FFF;
	outline: 2px solid #0f820f;
	outline-offset: -2px;
	float: left;
	transition: 0.4s;
}
#contents01 .btn a:hover{
	color: #fff;
	background-color: #0f820f;
}
#contents01 .btn2 a{
	display: block;
	position: relative;
	width: 160px;
	height: 30px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
	color: #0f820f;
	background-color: #FFF;
	outline: 2px solid #0f820f;
	outline-offset: -2px;
	float: left;
	transition: 0.4s;
}
#contents01 .btn2 a:hover{
	color: #fff;
	background-color: #0f820f;
}

}

