@charset "utf-8";
html, body {
	width: 100%;
}
p{
	line-height: 2em;
  font-size: 13px;
}
a:hover{
  text-decoration: none;
}
.tel a{
  color: #fff;
}
.tel.black a{
  color: #353535;
}
#wrapper {
	clear: both;
	width: 100%;
}
#bg_slider {
	width: 100%;
	height: 660px;
	background-size: cover;
	background-position: center;
}
#navigator{
  position: fixed;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index: 9;
}
#navigator h1 a{
  float: left;
  text-shadow: 0 0 10px #000;
  color: #fff;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	  transition: 0.5s;
}
#navigator h1 a:hover{
  color: #f3be04;
}
#navigator ul{
  float: right;
	font-size: 14px;
}
#navigator li{
  display: inline-block;
	padding-top: 13px;
}
#navigator li a{
  color: #fff;
  display: block;
  padding: 0 20px 0 0;
  text-shadow: 0 0 10px #000;
  transition: 0.5s;
}
#navigator li a::before{
	content: '/';
	margin-right: 20px;
}
#navigator li:first-child a::before{
	content: none;
}
#navigator li a:hover::before{
	color: #fff;
}
#navigator li a:hover{
  color: #f3be04;
}
#bg_slider .right_inner{
  width: 30%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  float: right;
  position: relative;
}
#bg_slider .right_inner .logo{
  width: 255px;
  height: 436px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#container {
  width: 100%;
  overflow: hidden;
}
#container .section{
  width: 100%;
  overflow: hidden;
}
#concept .topwrap{
  padding: 80px 50px;
	box-sizing: border-box;
  width: 70%;
  overflow: hidden;
	margin: 0 auto;
}
#concept h2{
	font-size: 24px;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	background: url(../images/border2.png) repeat-x;
}
#concept h2 span{
 background: #000;
 padding:0 30px;
}
#concept p{
 text-align: center;
}
#hanaya{
  height: 600px;
  width: 100%;
}
#hanaya01{
  width: 40%;
  overflow: hidden;
  float: left;
  height: 600px;
  background-size: auto 100%;
}
#hanaya .text_block,#seisan .text_block{
  width: 30%;
  float: left;
  overflow: hidden;
  height: 600px;
  box-sizing: border-box;
  position: relative;
	background: #151515;
}
#hanaya .text_block .wrap,#seisan .text_block .wrap{
  width: 180px;
  height: 450px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hanaya .text_block h2,#seisan .text_block h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    letter-spacing: 3px;
    float: right;
		height: 400px;
		background: url(../images/border.png) no-repeat;
  }
#hanaya .text_block p.text,#seisan .text_block p.text{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 400px;
  float: left;
	padding-left: 25px;
}
.type-15 {
	overflow: hidden;
	background: #fff;
}
.type-15 span {
	position: absolute;
	width: 100%;
	display: block;
	padding:0 0 3px 35px;
	box-sizing: border-box;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 1.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}
 .type-15 span {
	padding: 4px 0 4px 14px;
}
.type-15 span:first-of-type {
	z-index: 99999;
}
.type-15 span:last-of-type {
	background: #f3be04;
	left: -100%;
}
.type-15:hover span {
	left: 0;
}
.top_logo{
	display: none;
}
.button-holder > div > div, .button-holder > div > a {
	float: right;
	display: block;
	width: 100%;
	margin: 20px 0;
	height: 29px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
  font-size: 14px;
}
#hanaya02{
  width: 30%;
  overflow: hidden;
  height: 600px;
  background-size: auto 100%;
	float: left;
}
#seisan01{
  width: 70%;
  overflow: hidden;
  float: right;
  overflow: hidden;
  height: 600px;
  background-size: auto 100%;
}
#container .section#info{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
	  font-size: 14px;
padding:80px 0;
}
#info img{
	margin: 60px 0;
}
#info .logo p{
	font-size: 13px;
	margin-bottom: 10px;
}
#info li{
  font-size: 13px;
	margin-bottom: 3px;
}
#footer{
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.f_navi{
  text-align: right;
  font-size: 13px;
  border-bottom: 1px solid #676767;
  padding: 0 0 10px;
  margin: 0px 0 10px;
}
.f_navi li{
  display: inline-block;
}
.f_navi li a{
  color: #fff;
  display: block;
  padding: 0 20px;
  text-shadow: 0 0 10px #000;
  transition: 0.5s;
}
.f_navi li a:hover{
  color: #f3be04;
}
#copyright{
  text-align: right;
  font-size: 13px;
  margin-bottom: 10px;
}
.fixed{
	background: #000;
}
