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

body {
	color: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: 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 {
	width: 100%;
	position: relative;
	height: 781px;
}
#header h1 {
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	letter-spacing: .6px;
	position: absolute;
	top: 93px;
	right: 0;
}
#header:before{
	background: url(../img/shared/bg_header.png) no-repeat center bottom / 100% 373px;
	height: 373px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 100;
}
#header .link {
	    position: absolute;
    top: 556px;
    right: 0px;
}
#header .tel {
	padding-top: 39px;
}
#header .logo {
	position: absolute;
	    top: 0;
    left: -130px;
	z-index: 10;
}
#header .nav {
	padding-left: 604px;
	padding-top: 61px;
}
#header .nav li {
	float: left;
	position: relative;
}
#header .wrap {
	z-index: 2000;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 781px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#key ul {
	height: 781px;
	width: 100%;
}
#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;
}
/*=============================================
 * container
 *=============================================*/

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

#socialbuttons {
	padding: 10px 0 0;
	max-width: 410px;
	margin: 0 auto;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	height: 845px;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .6px;
	color: #ffffff;
	padding-bottom: 80px;
	background: url(../img/shared/bg_ft.jpg) repeat-x center top #d79e31;
}
#footer h3 {
	position: absolute;
	top: -66px;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
}
#footer .logo {
	padding-top: 37px;
}
#footer .tel {
}
#footer #ft_info {
	width: 500px;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 35px;
}
#footer #ft_info p {
	padding-bottom: 25px;
}
#footer .nav {
	line-height: 35px;
	font-size: 15px;
	padding: 27px 0px 4px;
	letter-spacing: 0px;
	color: #000000;
	position: relative;
	text-align: center;
}
#footer .nav li {
	padding-left: 0;
}
#footer .nav li a {
	padding: 0 30px;
	position: relative;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
}
#footer .list_bnr{
	width: 400px;
	margin: 0 auto;
	
}
/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 10px;
	bottom: 10px;
}
address {
	color: #000000;
	font-size: 12px;
	padding: 19px 0 0px;
	letter-spacing: 0.6px;
	/*line-height: 20px;*/
	text-align: center;
	position: relative;
}

address a{
 font-size: 10px;
 color: #222222;
 display: block;
 text-decoration: none;
}





.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}
.w_420{
	width: 420px;
}
.fz_19{
	font-size: 19px !important;
}


/* Bob */
@-webkit-keyframes hvr-bob {
 0% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
 50% {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
}
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
@keyframes hvr-bob {
 0% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
 50% {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
}
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #1d1c1c;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #490707;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* Forward */
.hvr-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.box_style1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.box_style1:before {
	background: #726d6d;
	width: 10px;
	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_style1 > * {
	opacity: 0 !important;
	width: 100%;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
.box_style1[style*="visible"]:before {
	height: 100%;
	width: 100%;
	left: 100%;
}
.box_style1[style*="visible"] > * {
	opacity: 1 !important;
}
.box_style2 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.box_style2:before {
	background: rgba(0, 0, 0, 0.85);
	width: 0;
	height: 100%;
	transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
}
.box_style2 > * {
	opacity: 0 !important;
	width: 100%;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s !important;
}
.box_style2[style*="visible"]:before {
	width: 100%;
}
.box_style2[style*="visible"] > * {
	opacity: 1 !important;
	z-index: 3;
	position: relative;
}
.title{
	font-weight: bold;
    font-size: 30px;
	color: #fff;
	letter-spacing: 1.2px;
}

/*line*/
.bd {
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
}
.bd > div {
	background: #640b0b;
	transition: all .3s ease;
}
.bd .bdT {
	width: 0px;
	height: 10px;
	top: 0;
	left: 0;
	position: absolute;
	transition-delay: 0s;
}
.bd .bdB {
	width: 0;
	height: 10px;
	bottom: 0;
	right: 0;
	position: absolute;
	transition-delay: 0.6s;
}
.bd .bdR {
	height: 0;
	width: 10px;
	right: 0;
	top: 0;
	position: absolute;
	transition-delay: 0.3s;
}
.bd .bdL {
	height: 0;
	width: 10px;
	left: 0;
	top: 0;
	position: absolute;
	transition-delay: 0.9s;
}
.bd[style*="visible"] .bdT, .bd[style*="visible"] .bdB {
	width: 100%;
}
.bd[style*="visible"] .bdL, .bd[style*="visible"] .bdR {
	height: 100%;
}



#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; 
}