/*base-css*/

*{
	padding: 0;
	margin: 0;
	border: none;
	box-sizing: border-box;
}
html{
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 87.5%;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	color: #333333;
	background-color: #000;

}
header,footer,section,article,hgroup,
figure,figcaption,nav,menu{
	display:block;
}
img{
	border: 0;
	max-width: 100%;
	height: auto;
}
ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}
.inner{
	width: 960px;
	margin: 0 auto;
}

a:hover img{
	opacity: 0.7;
}

/*header*/

#container{
	padding-top:36px; 
	height: 600px;
	background-image: url(../images/bg3.png);
	position: relative;
	background-repeat: no-repeat;
	
}
.makinomo{
	width: 859px;
	margin:0 auto; 
	height: 131px;
	padding-top: 20px;
	padding-left: 60px;
	background-image: url(../images/makimono_03.png);
}
.makinomo h1{
	font-size: 20px;
}
.makinomo p{
	padding-top:5px; 
	font-size: 19px;
}
.makinomo p span{
	color: red;
	font-weight: bold;
}
.stage{
	padding-top: 20px; 
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.stage .jyoro{
	background-image: url(../images/jyoro.png);
	background-size: contain;
	width: 126px;
	height: 90px;
	position: absolute;
	z-index: 1;
	  -webkit-animation: animation 3500ms linear infinite both;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
.stage .sen{
	width: 100%;
	background-color: #fff;
	height: 3px;
	position: absolute;
}
.stage .btn{
	cursor: pointer;
	top: 70px;
	left: 40px;
	position: absolute;
	background-image: url(../images/btm_03.png);
	width: 56px;
	height: 56px;
}
.stage .btn:hover,.stage .btn.active{
	background-image: url(../images/btm_03_hover.png);
}
.stage .btn p{
	width: 65px;
	position: absolute;
	bottom: -10px;
	left: -5px;
	font-size: 14px;
	color: #fff;
text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
         }

.iriguchi p{
	width: 200px;
	margin: 0 auto; 
	padding-top: 150px;
}
.iriguchi a{
	display: block;
	width: 200px;
	height: 182px;
	background-size: contain;
	background-image: url(../images/door.png);
}
.iriguchi a:hover{
	background-image: url(../images/door1_11.png);	
}
.kansei{
	position: absolute;
	width: 300px;
	bottom: 0px;
	height: 30px;
	left: 10px;
}
.kansei li{
	margin-left: 2px;
	float: left;
}
.kansei li a{
	text-decoration: none;
	color: #000;
	font-size: 10px;
	height: 18px;
	width: 18px;
	display: block;
	border-radius:9px; 
	background-color:#fff; 
	text-align: center;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.kansei li a:hover{
	background-color:#ddd; 
}
.logo{
	position: absolute;
	width: 120px;
	bottom: 0px;
	height: auto;
	right: 10px;
}
#footer{
	padding-top: 40px;
	text-align: center;
	
}
