﻿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%;
	font-weight: bold;
}



/*=============================================
 * 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 {
}
#header h1 {
	font-size: 11px;
	color: #a7a7a7;
	line-height: 35px;
	margin: 15px 0 9px 0;
}
#header .logo {
	margin-bottom: 17px;
}
#header .tel {
}
#header .nav {
	margin-top: 22px;
}
#header .btn_link{
	margin: 398px -128px 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 .wrap{
	height: 900px;
}
#key h2{
	position: absolute;
	bottom: 84px;
	left: 0;
}

/*=============================================
 * container
 *=============================================*/

#container {
}



/*=============================================
 * #socialbuttons
 *=============================================*/

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

#footer {
	text-align: center;
	background: url(../img/shared/bgfooter.jpg) repeat center top;
}
#footer .logo {
	padding: 61px 0 37px 0;
}
#footer .tel {
	margin-bottom: 32px;
}
#footer .nav {
	margin-bottom: 25px;
	font-weight: normal;
}
#footer .nav li { 
	padding-left: 30px;
	color: #000;
}
#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;
	color: #fff;
	line-height: 25px;
	padding-bottom: 19px;
}
#footer #ftTop .detail dl{
	margin-bottom: 25px;
}
#footer #ftBottom{
	background: #d79e31;
	padding: 20px 0 16px 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;
 text-align: center;
 color: #000;
 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
}



.img_style[style*="visible"] > * {
	opacity: 1 !important;	
}
.img_style{
	overflow: hidden;
}
.img_style > * {
	opacity: 0 !important;
	width: 100%;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
.img_style[style*="visible"]:before {
	height: 100%;
	width: 100%;
	left: 100%;
}
.img_style:before {
	background: #726d6d;
	width: 0;
	height: 0;
	transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s, left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
/*	z-index: 2;*/
}

.box_style{
    position: relative;
    overflow: hidden;
    display: block;
}
.box_style[style*="visible"] > * {
    opacity: 1 !important;
    position: relative;	
}
.box_style[style*="visible"]:before {
    width: 100%;
}
.box_style:before {
    background: rgba(0, 0, 0, 0.85);
    width: 0;
    height: 100%;
    transition: width 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}


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