@charset "UTF-8";

  body {
    position: relative;
    width: 100%;
	height: 100vh;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    letter-spacing: .01em;
	font-size: 16px;
	line-height:1.8em;
	-webkit-text-size-adjust: 100%;
  }
  
  .clear {
	  clear:both;
  }
  
  
.headMenu {
	float:right;
	margin-top:10px;
	margin-right:20px;
}
.headMenu a {
	letter-spacing: .1em;
	color:#000;
	text-decoration: none;
	padding:0 20px;
	border-right:solid 1px #000;
}
.headMenu a:hover {
	color:#D365A5;
}


.overlayMenu {
    display: none;
    position: fixed;
	top:0;
	z-index:9999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(256, 256, 256, 0.9);
}


.overlayMenuBtn  {
    position:fixed;
    top: 0;
    right: 0;
    height: 46px;
	width:15%;
	max-width:50px;
    cursor: pointer;
    z-index: 999991;
  }
.overlayMenuBtn.open  {
    z-index: 999991;
 }


  
  
  
  .overlayMenuBtn span {
    position: relative;
    display: block;
    width: 40px;
    border: 1px solid #999;
    transition: .5s;
  }
  .overlayMenuBtn span:nth-child(1) { top: 10px; }
  .overlayMenuBtn span:nth-child(2) { top: 20px; }
  .overlayMenuBtn span:nth-child(3) { top: 30px; }

  

.menuwrap {
	padding:30px 15px 30px;
} 
 
 
 .overlayMenu li a{

	font-weight:600;
	font-size:14px;
	line-height:1em;
	font-style: normal;
	color:#FFF;
	 background:#D365A5;
	display:block;
	 width:60%;
	 text-align: center;
	padding:1em 1.5em;
	border-radius: 1.5em;
	margin:1em auto;

}
.overlayMenu li .sub {
	margin:12px auto 0;
	 text-align: center;
	font-size:12px;
	color:#666;
}

.overlayMenu li a ul {
	position:absolute;
	left:0;
	top:1.2em;
}
.overlayMenu li ul li{
	margin-left:0;
}
.overlayMenu li ul li a{
display:block;
padding: 0 5px;
margin:0 0 5px;
color:#D365A5;
}
.overlayMenu li:hover ul li a:hover {

}
.overlayMenu a {
	color:#D365A5;
}




.f-left {display:block;position:relative;}
.f-right {display:block;position:relative;padding-bottom:50px;}

.f-right a {float:none;display:block;text-align:center;font-sise:12px;padding-bottom:0;color:#FFF;text-decoration:none;}







/* min-width: 480px
=============================================================*/
@media only screen and (min-width: 480px) {


	

 

} /* /480 */ 
  


/* min-width: 768px
=============================================================*/  
@media print, screen and (min-width: 768px) {



	
}/* /768 */ 



