@charset "utf-8";

/* Reset よく登場する要素のリセット--------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
margin: 0;
padding: 0;
border: none;
font-style: normal;
font-weight: normal;
font-size: 100%;
text-align: left;
list-style-type: none;
vertical-align: top;
}

/* Reset テーブル */

table {
display: table;
border-collapse:collapse;
border-spacing: 0px;
border-color: none;
}

/* Reset テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* Reset 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* Reset hr 要素は不可視で使う */
hr { display: none; }
 
/* Reset よく登場する要素のリセット ここまで------------------ */


*{margin:0; padding:0;}
div{z-index:1;}

html{background:#ffffff;}

body{
font: 14px/1.7 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#222;
padding-bottom: 80px;
}

a{color:#41add9;}
a:hover{color:#299dc8; text-decoration:none; }
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
.center{text-align:center;}
.right{text-align:right;}


/*--------------------------------------------------------------------------
ここから
--------------------------------------------------------------------------*/



/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
	.pc { display: none !important; }
	.sp {
		display: block !important;

	}
	
	.sp img{width: 100%;}
}


header{}
section{position: relative;}
footer{}


.head{
	height: 30px;
	border-top:#031453 1px solid;
	padding: 10px ;
}

section .sp_top0{
	padding-bottom: 130px;
}
section .sp_btn1{
	width: 90%;
	margin: 0px auto;
	z-index: 100;
	position: absolute;
	bottom:30px;
	left: 0;
	right: 0px;
	text-align: center;
}

section .sp_btn2{
	margin: 30px auto 50px;
	text-align: center;
}

section .sp_btn2 img{
	width: 90%;
}


section dl{padding: 1em; margin-top: 2em;}
section dl dt{
	background: url("../img/sp_icon1.png") no-repeat left center;
	padding-left: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
}
section dl dd{
	overflow: hidden;
}
section dl dd:after{
	content: url("../img/sp_next.jpg") ;
	display: block;
	float: right;
}

section dl dd.dvd:after{
	content: url("../img/sp_dvd.jpg") ;
	display: block;
	float: right;
}

section.box5 dl{
	margin-bottom: 2em;
}
section.box5 .video1,section.box5 .video2{
	position: relative;
	text-align: center;
	overflow: hidden;
}

section.box5 .video1 img,section.box5 .video2 img{
	position: absolute;
	z-index: 1000;
	top:0;
	min-width: 320px;
	min-height: 240px;
 
}

section.box5{}


section.kagura .concept{
	padding: 0.5em;
}

section.kagura ul li{
	margin-bottom: 2em;
}

section.tenpo{
	margin: 40px auto;
}

section.tenpo h1{
	text-align: center;
	border: 1px solid #000;
	margin: 1% auto;
	width: 25%;
	font-size: 110%;
}
section.tenpo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
section.tenpo li{
	width: 46%;
	font-size: 80%;
	text-align: center;
	margin-top: 2em;
}

section.tenpo li span{
	font-size: 80%;
}

section.tenpo li img{
}

.pagetop{
	margin: 50px auto 60px;
}

footer{
	text-align: center;
}

footer .footmenu{
	justify-content: center;
	display: flex;
}
footer .footmenu p:nth-of-type(1)::after{
	content: " | ";
}

footer .corp{
	font-weight: bold;
	text-align: center;
}
footer .time1{
	text-align: center;
	font-size: 90%;
}
footer .time2{
	text-align: center;
	font-size: 80%;
}
footer address{
	font-size: 70%;
	text-align: center;
	border-top: solid 2px #C6C7B6;
	margin-top: 20px;
}

/* 固定するのは「position: fixed;」です。 */

.kotei{
	display: block;

	height: 40px;
	z-index: 1000;
	position:fixed;
	bottom:0px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
}
.kotei p{
	text-align: center;
}

.kotei img{
	width: inherit !important;

}


/*--------------------------------------------------------------------------
申し込みボタン アクション
--------------------------------------------------------------------------*/

.scroll {
	transform: translate(-30px,0); 
	opacity: 0;
}
.effect {
	transform: translate(0,0);
	transition: .5s;
	opacity: 1.0;
}



