@charset "utf-8";
/* CSS Document */
#sp_box {
	display:none;
}
/**************************************
	ハンバーガーアイコン
***************************************/

#spicon {
	position:fixed;
	right:40px;
	top:40px;
	background-color:#1fa222;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	width:60px;
	height:60px;
	z-index:9999;
	cursor:pointer;
}

#spicon span {
	position:absolute;
	border-bottom:2px solid #FFF;
	width:30px;
	height:2px;
	left:15px;
	transition: all .4s;
}

#spicon span:nth-child(1) {
	top:17px;
}

#spicon span:nth-child(2) {
	top:27px;
}

#spicon span:nth-child(3) {
	top:37px;
}

#spicon.m_active span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

#spicon.m_active span:nth-child(2) {
	opacity:0;
}

#spicon.m_active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg);
}


/**************************************
	メニューオープン
***************************************/


#open_menu {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	position:fixed;
	z-index:9990;
	top:0;
	left:0;
	width:100%;
}


/***********/

#close {
	bottom:-20px;
	font-size:14px;
}

#center_box {
	text-align:center;
	color:#FFF;
	background-color:#1fa222;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	margin:0;
	display:table;
	height:100%;
}

#center_box .page_link {
	display:table-cell;
	vertical-align:middle;
}

/**************************************
	メニューオープン
***************************************/

#close {
	position:absolute;
	text-align:center;
	bottom:-15px;
	left:0;
	width:100%;
	color:#FFF;
	font-size:18px;
	opacity:0;
	display:none;
}

/**************************************
	メニューテキストエリア
***************************************/

#center_box li {
	padding:5px 0;
}
#center_box a {
	color:#FFF;
	text-decoration:none;
	position:relative;
}
#center_box a:after {
	content:"";
	position:absolute;
	top:13px;
	border-bottom:1px solid #FFF;
	left:0;
	transition: all .4s;
	z-index:1;
	width:100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
#center_box a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#center_box .m_ac a:after{
	left:0;
	width:100%;
	top:13px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity:1;
}
#center_box span {
	display:inline-block;
	font-size:18px;
}
#center_box .ja {
	width:120px;
	text-align:right;
	padding-right:40px;
}
#center_box .font10 {
	width:120px;
	text-align:left;
	font-size:28px;
	padding-left:40px;
}
#center_box li {
	position:relative;
	line-height:1.8em;
}

/**************************************
	MENU ANIMATION
***************************************/

#center_box li,
#center_box p,
#center_box img{
	opacity:0;
	top:20px;
	transition: all .5s;
}

#center_box li:nth-child(1) {
	transition-delay:0.1s;
}
#center_box li:nth-child(2) {
	transition-delay:0.15s;
}
#center_box li:nth-child(3) {
	transition-delay:0.2s;
}
#center_box li:nth-child(4) {
	transition-delay:0.25s;
}
#center_box li:nth-child(5) {
	transition-delay:0.3s;
}
#center_box li:nth-child(6) {
	transition-delay:0.35s;
}
#center_box li:nth-child(7) {
	transition-delay:0.4s;
}
#center_box li:nth-child(8) {
	transition-delay:0.45s;
}
#center_box li:nth-child(9) {
	transition-delay:0.5s;
}
#center_box li:nth-child(10) {
	transition-delay:0.55s;
}


.m_img{
	opacity:0;
	transition: all .5s;
	transition-delay:0.5s;
}

#center_box .anime22{
	opacity:1;
	top:0;
}
#center_box p.anime22{
	opacity:1;
	top:0;
}

.m_img.anime22{
	opacity:1;
}



#center_box .anime22 a{
	opacity:1;
	top:0;
}

.sp_box {
	background-color:#FFF;
	padding:20px;
	color:#000;
	width:94%;
	max-width:480px;
	margin:0 auto;
}

.sptel {
	padding-top:5px;
}

	.sptel a{
		color:#1fa222 !important;
		font-size:22px;
	}

#contact_m {

}

	#contact_m p {
		display:inline-block;
		margin:0 5px;
	}
	
	#contact_m a {
		display:block;
		background-color:#FFF;
		border-radius:50px;
		text-align:center;
		width:200px;
		color:#1fa222;
		padding:10px 0;
	}
@media only screen and (max-width: 1024px){


#sp_box {
	display:block;
}



#spicon {
	position:fixed;
	right:30px;
	top:50px;
	width:40px;
	height:40px;
}

#spicon span {
	border-bottom:1px solid #FFF;
	width:20px;
	height:2px;
	left:10px;
}

#spicon span:nth-child(1) {
	top:10px;
}

#spicon span:nth-child(2) {
	top:18px;
}

#spicon span:nth-child(3) {
	top:26px;
}

#spicon.m_active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#spicon.m_active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-135deg);
  transform: translateY(-5px) rotate(-135deg);
}

#open_menu {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	position:fixed;
	z-index:9990;
	top:0;
	left:0;
	width:100%;
}


/***********/

#close {
	bottom:-20px;
	font-size:14px;
}

#center_box {
	text-align:center;
	color:#FFF;

	position:fixed;
	left:0;
	top:0;
	width:100%;
	margin:0;
	display:table;
	height:100%;
}

#center_box .page_link {
	display:table-cell;
	vertical-align:middle;
}

#center_box li {
	padding:10px 0;
	font-size:14px;
}
#center_box a:after {
	top:10px;
}

#center_box p {
	font-size:12px
}

.m_img img {
	display:none;
}



#sns_sp {
	position:absolute;
	left:15px;
	top:10px;
}

}

@media only screen and (max-height: 560px){


/**************************************
	メニューオープン
***************************************/

#open_menu {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	position:fixed;
	z-index:9990;
	top:0;
	left:0;
	width:100%;
}

/**************************************
	メニューテキストエリア
***************************************/

#center_box {
	text-align:center;
	color:#FFF;
	position:fixed;
	left:0;
	width:100%;

	height:100vh;
	display:block;
	overflow:scroll;
	padding:100px 0;
}


#center_box .page_link {
	display:block;
	vertical-align:middle;
}

	
}

@media only screen and (max-width: 740px){
#center_box a:after {
	top:10px;
}
#center_box .m_ac a:after{
	top:10px;
}

	
#center_box {

}
	#contact_m p {
		display:inline-block;
		margin:0 5px;
	}
	
	#contact_m a {
		display:block;
		background-color:#FFF;
		border-radius:50px;
		text-align:center;
		width:130px;
		color:#1fa222;
		padding:10px 0;
	
	}

#center_box #contact_m a {
	font-size:14px;
}

#spicon {
	right:20px;
	top:30px;
}


}


