﻿html {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	background: url(../img/shared/bgbody.jpg) repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * header
 *=============================================*/

#header {
	height: 900px;
}
#header h1 {
	font-size: 13px;
	color: #fff;
	margin-right: 10px;
}
#header .logo {
	width: 380px;
}
#header .tel {
	margin-bottom: 5px;
}
#header .nav {
	margin: 18px 0 7px 0;
}
#header .fr {
	width: 415px;
}
#header .fr .btn_link {
	margin: 292px -95px 0 0;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#key h2{
	position: absolute;
	bottom: 85px;
	left: 0;
}
#key .wrap{
	height: 900px;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: 20px auto 22px auto;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	clear: both;
	text-align: center;
	background: url(../img/shared/bgfooter.jpg) repeat center top;
}
#footer .logo {
	padding: 40px 0 14px 0;
}
#footer .tel {
}
#footer .nav {
	margin-bottom: 25px;
	color: #000;
}
#footer .nav li {
	padding-left: 30px;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
/* display: none; */
	padding-right: 30px;
}
#footer #ftTop .catch{
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
}
#footer #ftTop .detail{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
}
#footer #ftTop .detail dl{
	margin-bottom: 20px;
}
#footer #ftBottom{
	background: #d79e31;
	padding: 25px 0 28px 0;
}
#footer #ftBottom .logoft p{
	display: inline-block;
	
}
#footer .logoft p a:hover img{
	opacity: 1;
}

/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 12px;
	/*line-height: 20px;*/
	color: #000;
}

address a{
 font-size: 10px;
 padding:3px;
 text-align: center;
 color: #222;
 display: block;
 text-decoration: none;
}


.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}

@-webkit-keyframes fadeInUpNew {
0% {
opacity:0;
-webkit-transform:translate3d(0, 10%, 0);
transform:translate3d(0, 10%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpNew {
0% {
opacity:0;
-webkit-transform:translate3d(0, 10%, 0);
transform:translate3d(0, 10%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUpNew {
	-webkit-animation-name: fadeInUpNew;
	animation-name: fadeInUpNew
}



#sp_botan a{
	border:1px #000 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #000; 
}