@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	min-width: 1100px;
	font-size: 18px;
	color: #4F4F4F;
	line-height: 1.6em;

	
	/*webフォント*/
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	

}
img{
	width: 100%;
	max-width: 100%;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	text-decoration: none;
}

h2{
	font-size: 24px;
	color: #965A96;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: -1px;
}

h3{
	font-size: 26px;
	color: #965A96;
	font-weight: 400;
}
h4{
	font-size: 26px;
	color: #965A96;
	font-weight: 400;
}

 /*各titlebase*/

#title{
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}




/************SP用**************/
@media screen and (max-width:500px) {

body {
	font-size: 4vw;
	line-height: 8vw;
	min-width: inherit;
	
	
	}

	
h2{
	font-size: 5vw;
}
	
	
h3{
	font-size: 5vw;
}
h4{
	font-size: 5vw;
}


#title{
	position: relative;
	top:26vw;
}



	
	
}