body {
	font-family:Arial,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
	color:#222;
	text-align:center;
	line-height:1.75;
	-webkit-font-feature-settings : "palt";
	        font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:16px;
	background: url("../img/bg01.jpg") top center/cover no-repeat fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/**** header ****/
header{
	background: url("../img/bg03.jpg") center/cover no-repeat;
}
.bgPink{
	background:url("../img/bg02.jpg") top center/cover no-repeat;
}
.bg_cvr{
	background: url("../img/bg03.jpg") top center/cover;
}
/**** contents ****/
section{
	width: 100%;
}
.inner{
	max-width: 1024px;
	padding:3%;
	margin: -5em auto 3%;
	box-shadow: 0 -2em 3em rgba(0,0,0,.05);
	background: #fff;
}
.inner2{
	max-width: 1024px;
	padding:3%;
	margin: 0 auto;
}

/**** headline ****/
h2{
	background:url("../img/bg02.jpg") top center/cover no-repeat;
	padding: 1em 0 2em;
	color: #e8d995;
	font-size: 4em;
	line-height: 1.25;
	text-shadow:-.075em -.075em .1em rgba(255,255,255,.3),.075em .075em .1em rgba(0,0,0,1);
}
h3{
	font-size:1.25em;
	line-height: 1.3;
	margin-bottom: .5em;
	text-align:center;
	color: #e4007f;
}
.serif{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
}
/**** inline ****/
p{
	margin-bottom:3%;
	line-height:2;
	text-align: justify;
}
p:last-child{
	margin-bottom:0;
}
p.columns{
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 3em;
	   -moz-column-gap: 3em;
	        column-gap: 3em;
}
hr{
	border: none;
	border-bottom: #000 1px dotted;
	margin: 3% 0;
}
/**** list ****/
ul{ margin-bottom:3%; }
li{ list-style:none; }
.check li{
	background:url(../img/check.svg) center left no-repeat;
	background-size:2em;
	font-family: "Noto Sans Japanese";
	list-style:none;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding:.5em 0 .5em 3em;
}
.batsu li{
	background:url(../img/batsu.png) center left no-repeat;
	background-size:2em;
	font-family: "Noto Sans Japanese";
	list-style:none;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding:.5em 0 .5em 3em;
}
.maru li{
	background:url(../img/maru.png) center left no-repeat;
	background-size:2em;
	font-family: "Noto Sans Japanese";
	list-style:none;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding:.5em 0 .5em 3em;
}
/**** link ****/
a{
	color:#333;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
a img:hover{
	filter: brightness(120%);
	transform: translateY(-.5em);
}
a:visited,a:active,a:link{
	text-decoration:none;
	color:#333;
}
/***** form *****/
form{
	text-align:left;
	margin:0 auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	font-size:2em;
	text-align: center;
	width:100%;
	padding:1em;
	border:none;
	outline:none;
	background:#fff;
	font-size:2em;
	border-radius:10px;
	transition:.5s;
	box-shadow: 0 0 1em rgba(0,0,0,.24);
}
textarea{
	height:10em !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	background:#ff9;
	border:none;
	outline:none;
}
input[type="submit"],.button{
	font-size:1.3em;
	background:#0024ac;
	color:#fff;
	padding:1em 2em;
	border-radius:3em;
	line-height:1.5;
	transition:.3s;
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:30em;
	border:none;
	outline:none;
}
a.button{ color:#fff !important;}
input[type="submit"]:hover{
	background:#3357df;
}
input[type="image"]{
	transition:.3s;
}
input[type="image"]:hover{
	opacity:.7;
}
/**** footer ****/
footer{
	background: #fff;
	color:#666;
	font-size:8px;
	padding:2em 3%;
	text-align: center;
}
.scrollAnime {
	 -webkit-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:.7s;
	 animation-duration:.7s;
	 -webkit-animation-name: scrollAnime;
	 animation-name: scrollAnime;
	 visibility: visible !important;
}
main #contact *{ 
	visibility: visible !important; 
	-webkit-animation-name:none;
	animation-name: none;
}

@-webkit-keyframes scrollAnime {
 0% { opacity: 0; -webkit-transform: translateY(2em); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes scrollAnime {
 0% { opacity: 0; -webkit-transform: translateY(2em); -ms-transform: translateY(2em); transform: translateY(2em); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width:768px){
}
@media screen and (max-width:640px){
	body{font-size: 13px;}
	.box{padding: 5%;}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	font-size:1.5em;
	width:100%;
	padding:1em;
}	
}