@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.8 "メイリオ","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;}


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



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }




header{
	width: 780px;
	margin: 0px auto;
}
section{
	position: relative;
	width: 780px;
	margin: 0px auto;
}
footer{
	width: 780px;
	margin: 0px auto;

}

.head{
	height: 50px;
	border-top:#031453 1px solid;
	padding: 10px ;
}
.head img{
	width: 45%;
}



.box0{
	position: relative;
}

.box0 h1{
	height: 780px;
	background: url(../img/pc_titlepic1.jpg) no-repeat;
}

.box0 h1 span{
    position: absolute;
    top: 515px;
    left: 0px;
    padding: 0px 20px;
    font-size: 50px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: #caa16e;
}

.box0 h2{
    background: #caa16e;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
}

.box0 h2 span{
	font-size: 35px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.box0 h3{
    background: #caa16e;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.box0 h3 span{
	font-size: 35px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.box0 p.titletxt{
	padding: 20px;
	font-size: 150%;
}

.box0 p.toptxt{
	position: absolute;
	bottom: 20px;
	padding: 20px;
	font-size: 150%;
}


/*　お客様の声　*/
.box_voice{
	padding-bottom: 30px;
}

.box_voice .voicetit{
	border:#caa16e 2px solid;
	text-align: center;
	padding: 5px 15px;
	display: inline-block;
	color: #caa16e;
}

.box_voice .voicelead{
	padding: 10px 0px;
	font-size: 150%;
}

.box_voice a{
	background:#cfae50;
	padding: 5px 20px 5px 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	float: right;
	border-radius: 6px;
}

.box_voice a:after{
	content: ">";
	color: #fff;
	padding-left: 20px;
}

.box_voice .voicecome{
	padding: 10px 0px;
	font-size: 110%;
}

.voicearrow{
	font-size: 60px;
	text-align: center;
	color: #cdcdcd;
}


/* 商品 */



.box_item{}

.box_item .itemlink{
	position: relative;
	margin-bottom: 20px;
}


.box_item .border img{
	border: 1px solid #999;
}

.box_item .itemlink span{
    position: absolute;
    bottom: 20px;
    width: 400px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #cfae50;
    padding: 10px 0px;
    text-align: center;
    left: 190px;
    border-radius: 6px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30);
}
.box_item .itemlink span:after{
	content: ">";
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
}


.box_item .tab_item{
	margin-bottom: 20px;
}
.box_item .tab_item p.item_txt{
	padding: 10px;
	text-align: center;
}

.box_item .tab_item ul{
	display: flex;
	font-size: 110%;
}
.box_item .tab_item ul li{
	text-align: center;
	background: #21479C;
	color: #fff;
	width: 100%;
}
.box_item .tab_item ul li.name{
	background: #21479C;
	color: #fff;
	width: 50%;
}

.box_item .tab_item ul li.price{
	background: #BFC3D0;
	color: #000;
	width: 50%;

}


.free-icon{
	position: absolute;
	margin-top:-25px;
	margin-left: 10px;
	z-index: 1000;
}


/* 流れ */

.box_flow{}

.box_flow .tab_flow{
	background: url("../img/beige_bg.jpg");
	margin-bottom: 20px;
}

.box_flow .tab_flow p.flow_tit{
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}


.box_flow .tab_flow p.flow_txt{
	padding: 10px;
	font-size: 120%;
}



/* shop */

.box_shop{}
.box_shop .tab_shop{
	margin-bottom: 20px;
}

.box_shop .tab_shop .shop_tit{
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
.box_shop .tab_shop .shop_eng{
	font-size: 90%;
	text-align: center;
}

.tab_shop ul{
	border-left: 2px solid #340907;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.tab_shop ul li{
	margin: 0.5em 0 0.5em 1em;
	font-size: 100%;
	padding-left: 5em;
}

.tab_shop ul li.sh-ad:before{
	content: "Address";
	width: 5em;
	display: inline-block;
	font-weight: bold;
	margin-left: -5em;
}

.tab_shop ul li.sh-ad span{
	display: none;
}

.tab_shop ul li.sh-ad a{
	border: 1px solid #000;
	padding: 1px;
	text-decoration: none;
	margin-left: 0.5em;
	font-weight: bold;
	color: #000;
}
.tab_shop ul li.sh-te:before{
	content: "Tel";
	width: 5em;
	display: inline-block;
	font-weight: bold;
	margin-left: -5em;
}
.tab_shop ul li.sh-op:before{
	content: "Open";
	width: 5em;
	display: inline-block;
	font-weight: bold;
	margin-left: -5em;
}
.tab_shop ul li.sh-st:before{
	content: "Station";
	width: 5em;
	display: inline-block;
	font-weight: bold;
	margin-left: -5em;
}

section h1{
	text-align: center;
}


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: 40px auto 100px;
	text-align: center;
}

section .sp_btn2 img{
	width: 90%;
}


section dl{width:700px; padding: 0.5em; margin: 2em auto;}
section dl dt{
	background: url("../img/sp_icon1.png") no-repeat left center;
	padding-left: 30px;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 130%;
}
section dl dd{
	overflow: hidden;
	font-size: 110%;
	
}
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{
	margin-top: 30px;
}
section.box5 .video1,section.box5 .video2{
	position: relative;
	text-align: center;
	overflow: hidden;
}



section.box5{}


section.kagura .concept{
	padding: 1em;
	font-size: 120%;
}

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: 130%;
}
section.tenpo ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width:760px;
	margin: 10px auto;
}
section.tenpo li{
	width: 170px;
	font-size: 90%;
	text-align: center;
	margin: 2em 10px;
	
}

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

section.tenpo li img{
	display: block;
}

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

footer{
	text-align: center;
}

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: none;

	height: 262px;
	z-index: 1000;
	width:60px;
	position:fixed;
	right:0px;
	bottom: 100px;
	text-align: center;

}




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

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



