body {
	font-family: MyYuGothicM , YuGothic , -appple-system , BlinkMacSystemFont , "Hiragino Kaku Gothic ProN" , Meiryo , sans-serif ;
	color:#222;
	text-align:center;
	line-height:1.75;
	font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:18px;
	font-weight:500;
	background:#fff;
    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,.cvr{
	background:url(../img/bg_header.jpg) center/cover;
}
header div{
	background:rgba(255,255,255,.5);
}


/**** contents ****/

.inner{
	max-width:1000px;
	margin:0 auto;
	padding:1% 3% 3%;
	text-align:left;
	clear:both;
}
.main{
	display:block;
}
.gradation{
	background:linear-gradient(#f9f9f9, #fff);
}
.box{
	background:#f9f9f9;
	padding:3%;
	border:#ccc 1px solid;
	border-radius:5px;
	margin-bottom:3%;
}
.boxWhite{
	background:#fff;
	padding:3%;
	border:#e4cdaa 8px solid;
	border-radius:5px;
	margin-bottom:3%;
	overflow:hidden;
}
.bgCvr{
	background:url(../img/bg_cvr.jpg) bottom fixed;
	background-size:cover;
}
.bgPyellow{
	background:#ffc;
}
.bgWhite{
	background:#fff;
}
.bgBlack{
	background:url(../img/bg_black.jpg) bottom/cover;
}
.bgTokuten{
	background:url(../img/bg_tokuten.jpg) bottom/cover fixed;
}

.reed2,.qa{
	background:url(../img/bg_reed2.jpg) bottom/cover fixed;
}
.reed2 p{ text-align:center !important; font-weight:bold; font-size:1.2em;}
.contents{
	background:url(../img/bg_header.jpg) center/cover fixed;
}
/**** headline ****/
h1{
	font-weight:100;
	color:#fff;
	font-size:8px;
	max-width:1000px;
	margin:0 auto;
	padding:3px 3%;
	text-align:left;
}
h2,h3,h4,h5,th,.reed2 p,.serif{
	font-family: 'Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2{
	background:url(../img/bg_h2.jpg) center;
	background-size:cover;
	font-size:2em;
	color:#fff;
	text-align:center;
	line-height:1.5;
	padding:1em .3em;
	margin:0 0 .5em;
	text-shadow:0 0 5px #003;
	box-shadow:0 -30px 150px #000 inset;
	border-top:#cfa972 5px solid;
	border-bottom:#cfa972 5px solid;
}
h2 strong,h4 strong{ color:#ff0;}
h3 strong{ color: #FF3; font-size:1.3em; }
h3{
	font-size:1.2em;
	text-align:center;
	margin:0 0 .5em;
	padding:.5em;
	background:#23b1ff;
	color:#fff;
	border-radius:10px;
}

h4{
	background:url(../img/bg_h2.jpg) center/cover;
	font-size:2em;
	color:#fff;
	line-height:1.5;
	text-align: center;
	margin:0 0 1em;
	padding:.5em;
	border-radius:10px;
	border:#cfa972 3px solid;
	box-shadow:0 -30px 150px #000 inset;
	text-shadow:0 0 5px #003;
}
.bgTokuten h4{
	background:url(../img/elegant.png) center/contain no-repeat,url(../img/bg_h4.jpg) center/cover;
}
h5{
	color:#fff;
	font-size:1.8em;
	line-height:1.5;
}
.number{
	border:0;
	text-align:left;
	padding:0 0 0 2em;
	position:relative;
}
.number .no{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:1.6em;
	height:1.6em;
	border-radius:.8em;
	color:#3f347a;
	background:#fff;
	padding:.1em .3em .3em;
}
/**** inline ****/

p{
	margin-bottom:2em;
	line-height:2;
	text-align: justify;
}
p:last-child{
	margin-bottom:0;
}
p.columns{
	columns: 2;
	column-gap: 3em;
}
a{
	color:#333;
	transition:.3s;
}
a:visited,a:active,a:link{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:none;
	opacity:.75;
}

/**** list ****/
ul{ margin-bottom:3%; }
li{ list-style:none; }
.check li{
	background:url(../img/check.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;
}
.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;
}

/**** Q&A ****/
.q{ 
	min-height:2em; 
	background:url(../img/qa01.png) left top no-repeat;
	background-size:2.5em;
	padding:4px 0 20px 3em; 
	border-bottom:1px #CCC dashed;
	margin-bottom:1em;
	color:#06F;
	font-weight:bold; 
}
.a{ 
	min-height:2.5em; 
	background:url(../img/qa02.png) left top no-repeat;
	background-size:2.5em; 
	padding:4px 0 0 3em;
}


/**** table ****/
table{
	width:100%;
	margin-bottom:3%;
}
th,td{
	padding:1em;
	border:#e6e6e6 1px solid;
	background:rgba(255,255,255,.5);
}
th{
	vertical-align: middle;
	text-align:left;
	background:rgba(0,36,172,.75);
	color:#fff;
	max-width:7em;
}
form th{width:11em !important;}

/***** form *****/
form{
	text-align:left;
	margin:3% auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	width:100%;
	padding:3%;
	height:44px;
	border:#f00 5px solid;
	outline:none;
	background:#ff9;
	font-size:2em;
	border-radius:10px;
	transition:.3s;
}
textarea{
	height:10em !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	background:#ff6;
	border:#f00 5px solid;
	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;
}
.rei{
	font-size:.7em;
	color:#999;
}

/**** footer ****/
footer{
	clear:both;
	background:#ccc;
	color:#666;
	font-size:8px;
	padding:1em 3%;
}
footer .content2{
	text-align:right !important;
}
footer span{
	display:inline-block;
	font-size:.6em;
}
footer a{
	color:#666 !important;
}
/**** back to top btn ****/
.back{
	position:fixed;
	display:block;
	bottom:18vh;
	right:10px;
	width:44px;
	height:60px;
	border-right:#999 1px solid;
	z-index:10;
	transition:.3s;
}
.back:after{
	content:"";
	position:absolute;
	top:6px;
	right:-5px;
	width:18px;
	height:1px;
	background:#999;
	transform:rotate(-60deg);
}
.back:hover{
	height:90px;
}


/*----- tel -----*/
.tel{
	background:#f4f4f4 url(../img/tel.png) .5em 50% no-repeat;
	background-size: 1em;
	border-radius:10px;
	border-bottom:#999 4px solid;
	font-size:2em;
	font-weight:bold;
	color:red;
	padding:.5em 1em .5em 2em;
	line-height:.8;
	margin-bottom: 3%;
	display: inline-block;
}
.tel span{
	font-size:.5em;
	font-weight: normal;
	color:black;
	vertical-align:middle;
}

/*------ timer -----*/
#timer {
  width: 100%;
  background: #f00;
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  z-index: 2;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  padding: 0 10px;
}

@media screen and (max-width:640px){
body{font-size:12px;}
h2{	font-size:2em;}
h3{ font-size:1.3em;}
h4{ font-size:1.2em;}
h5{ font-size:1.3em;}
.headerNavi ul li{
	font-size:10px;
	margin-right:2em;
	letter-spacing:0;
}
.box2{
	padding:3%;
	border-radius:20px;
}
th,td{ display:block; min-width:100%; max-width:100%; padding:.5em;}
th{font-size:1.1em;}

.imgRight{ float:none; margin:0 auto 3%; max-width:80%; display:block;}
p.columns{columns: 1;column-gap: 3em;}
#timer {font-size: 15px;}
}