

/************************************************/
/*　スマホ　定義*/
/*************************************************/
#sponly{
	display: none;
}
#pconly{
	display: block;
}

/**************************************************/
@media only screen and (max-width: 850px){
#sponly{
	display: block;
}
#pconly{
	display: none;
}
/**************/
.center_wrap{
	width:100%;
	max-width:440px;
	background:transparent;
	padding:0px 0px 0px 0px ;
	margin:0 auto;
	position: relative;
	transition-property:width,padding,max-width;
	transition-duration:0.5s;
}

.center_wrap_sub{
	padding:0px 0px 0px 0px ;
}

.center_in{
	background:#fff;
	width:100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}



.sp-menu__box {
  position: fixed;
  top: 5px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-radius:25px;
cursor:pointer
}

.eyecatchi{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
/**********/
}
/**********/



















/****************************************************************************************/
@media only screen and (max-width: 650px){
	.center_wrap{
		width:100%;
		max-width:100%;
		background:transparent;
		padding:0px 0px 0px 0px ;
		margin:0 auto;
		position: relative;
		transition-property:width,padding,max-width;
		transition-duration:0.5s;
	}
.center_in{
	background:#fff;
	width:100%;
	height:2000px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}





/**********/
}
/**********/

