@charset "utf-8";
a {
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
.tel a {
	color: #fff;
}
.tel.black a {
	color: #353535;
}
html {
	overflow-x: hidden;
	background: #000;
}
body {
	background: url(../images/bg.jpg);
}
.opening {
	overflow: hidden;
	height: 100%;
	min-width: 1200px;
}
#mask {
	width: 100%;
	height: 100%;
	background: url(../images/mask.png) no-repeat left center;
	background-size: cover;
	position: absolute;
	z-index: 3;
}
#mask img {
	position: absolute;
	top: 20px;
	left: 20px;
}
#navigator {
	position: absolute;
	z-index: 20;
	left: 25px;
	bottom: 25px;
}
#navigator li {
	margin: 0px 0px 25px 0px;
}
#navigator li:last-child {
	margin: 0px 0px 0px 0px;
}
#navigator li a {
	color: #bcbcbc;
	font-size: 14px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
#navigator li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #999;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .6s;
}
#navigator li a:hover::after {
	transform: scale(1, 1);
}
section {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 11;
}
#menu {
	position: relative;
	height: 140px;
	overflow: hidden;
	background: url(../images/bg.jpg);
}
#menu ul {
	margin: 40px auto 40px;
}
div.inner {
	width: 1180px;
	overflow: hidden;
	margin: 0 auto;
}
#menu p.logo {
	width: 100px;
	min-width: 1180px;
	position: absolute;
	text-align: center;
	margin: 20px auto 0px;
	right: 0;
	left: 0;
}
#menu ul {
	width: 530px;
	overflow: hidden;
	position: relative;
}
#menu ul:after {
	position: absolute;
	height: 1px;
	background: #ccc;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 1;
	content: "";
}
#menu ul.left {
	float: left;
}
#menu ul.right {
	float: right;
}
#menu li {
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
}
#menu li a {
	color: #353535;
	display: block;
	padding: 0px 0px 40px 0px;
}
#mirror01 {
	background: url(../images/mirror01.png)no-repeat center bottom;
}
#mirror02 {
	background: url(../images/mirror02.png)no-repeat center bottom;
}
#mirror03 {
	background: url(../images/mirror03.png)no-repeat center bottom;
}
#mirror04 {
	background: url(../images/mirror04.png)no-repeat center bottom;
}
#mirror05 {
	background: url(../images/mirror05.png)no-repeat center bottom;
}
#mirror06 {
	background: url(../images/mirror06.png)no-repeat center bottom;
}
p.text {
	font-size: 14px;
	clear: both;
}
.center {
	text-align: center;
}
.white {
	color: #fff;
}
.white_bg {
	padding: 40px 0px 100px;
	background: url(../images/bg.jpg);
	position: relative;
	z-index: 10;
}
#about {
	background: url(../images/about_bg.jpg) no-repeat center;
	padding: 20px 20px 20px 20px;
	background-size: cover;
	box-sizing: border-box;
}
.border {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
#about h2 {
	margin: 100px auto 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 0px 0px 40px 0px;
	background: url(../images/border.gif) no-repeat center bottom;
}
.border {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
#about ul.btn_list {
	margin: 60px auto 100px;
	text-align: center;
}
#about ul.btn_list li {
	display: inline-block;
	width: 200px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: url(../images/l_top.png), url(../images/r_top.png), url(../images/r_bottom.png), url(../images/l_bottom.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, right bottom, left bottom;
}
#about ul.btn_list li a {
	color: #fff;
	display: block;
	padding: 8px 0px 8px 0px;
}
.eff {
	display: inline-block;
	outline: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.eff::before, .eff::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.eff, .eff::before, .eff::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .9s;
	transition: all .9s;
}
.eff::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.1);
	transform: scale(.1);
}
.eff:hover::after {
	background: rgba(255,255,255,0.2);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.eff.black:hover::after {
	background: rgba(0,0,0,0.2);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#content {
	padding: 110px 0px 100px 0px;
}
#content div.wrap {
	width: 360px;
	float: left;
	margin-right: 50px;
}
#content div.wrap p.text {
	height: 112px;
}
#content div.wrap:last-child {
	margin-right: 0px;
}
#content h2 {
	font-size: 24px;
	margin: 20px auto 40px;
	text-align: center;
	padding: 40px 0px 40px 0px;
	background: url(../images/cross.png), url(../images/border2.gif);
	background-position: top right, bottom center;
	background-repeat: no-repeat, no-repeat;
}
#content .btn {
	width: 200px;
	margin: 40px auto 0px;
	border: 1px solid #353535;
	box-sizing: border-box;
	text-align: center;
	background: url(../images/l_top2.png), url(../images/r_top2.png), url(../images/r_bottom2.png), url(../images/l_bottom2.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, right bottom, left bottom;
}
#content .btn a {
	color: #353535;
	display: block;
	padding: 8px 0px 8px 0px;
}
#access .black_wrap {
	width: 250px;
	height: 100%;
	background: rgba(0,0,0,1);
	position: absolute;
	z-index: 10;
}
#access h2 {
	font-size: 24px;
	margin: 80px auto 40px;
	text-align: center;
	color: #fff;
	padding: 0px 0px 40px 0px;
	background: url(../images/border.gif)no-repeat bottom center;
}
p.text.vertical {
	webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 145px;
	margin: auto;
}
#map_canvas {
	display: inline-block;
	width: 100%;
	height: 650px;
	vertical-align: bottom;
}
footer {
	background: #000;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}
#f_info {
	float: left;
	margin: 20px 0px 20px 20px;
}
#f_info .f_logo {
	margin-bottom: 20px;
}
#f_info p {
	color: #fff;
	line-height: 1.6em;
}
ul#f_navi {
	float: right;
	margin: 80px 20px 0px 0px;
}
ul#f_navi li {
	display: inline-block;
	margin-left: 35px;
}
ul#f_navi li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
ul#f_navi li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #999;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .6s;
}
ul#f_navi li a:hover::after {
	transform: scale(1, 1);
}
#copyright {
	position: absolute;
	font-size: 13px;
	color: #eee;
	right: 20px;
	bottom: 20px;
}
#menu.is-fixed {
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 99;
}
.sp {
	display: none;
}
span.fax{
	display: block;
}
span.title{
	display: block;
}

