﻿/*# sourceURL=shared/css/shared.css */
/*@ sourceURL=shared/css/shared.css */
html:not(.responsive) {
	min-width: 1100px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0;
	background: url("../img/shared/bg.jpg");
	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 {
}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
	position: relative;
	min-height: 999px;
}

header::after{
	content:"";
	left:0;
	bottom:0;
	position:absolute;
	background: url("../img/shared/line.jpg") repeat-x bottom left;
	width: 100%;
	height: 9px;
}
header .wrap{
	min-height: inherit;
}
header .wrap::before{
	content:"";
	top:0;
	left:-250px;
	position:absolute;
	background: url("../img/shared/bg-nav_on.png") no-repeat center top;
	width: 1500px;
	height: 308px;
}


header h1 {
	position: absolute;
    bottom: 28px;
    right: 0;
    font-size: 12px;
    color: #FFF;
    width: 422px;
    text-align: center;
}
header .logo {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
header .tel {
	position: absolute;
	bottom: 54px;
	right: 0;
	z-index: 9;
}
header nav {
	position: relative;
}

header nav .left {
	position: absolute;
	top: 0;
	left: 169px;
}
header nav .right {
	position: absolute;
	top: 0;
	right: 197px;
}


/*=============================================
 * key
 *=============================================*/

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



/*=============================================
 * <section>
 *=============================================*/

section {
}



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

#socialbuttons {
	text-align: center;
	padding-top: 65px;
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
}

footer .blk{
	text-align: center;
	background: url("../img/shared/line-big.jpg") repeat-x left top;
}

footer .blk-2{
	position: relative;
	background: url("../img/shared/ft-bg.jpg");
	min-height: 800px;
}

footer .logo {
	padding-top: 36px;
	margin-left: 100px;
}
footer .tel {
	position: absolute;
	top: 92px;
	right: 76px;
}

footer .bnr{
	position: absolute;
	top: 306px;
	right: 93px;
}

footer .btn{
	position: absolute;
	top: 578px;
	right: 93px;
}

footer nav {
	padding: 20px 0;
}


footer nav > a {
    padding-left: 20px;
    color: #fefefe;
}
footer nav > a + a:before {
    content: "\7C";
    padding-right: 20px;
    color: #fefefe;
}

footer .menu-list{
    line-height: 25px;
    padding-top: 24px;
    color: #FFF;
    margin-left: 92px;
}
footer .menu-list dl{
	padding-bottom: 25px;
}
footer .menu-list dt{
	width: 164px;
	float: left;
}
footer .menu-list dd{
	float: left;
}

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

address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}

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


/*=============================================
 * Other
 *=============================================*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}



.c-red{
	color: #D50F0F;
}



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

.fix_reserve a{
	width: 38px;
	position: fixed;
	top:150px;
	right:0px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 20px;
	display: block;
	background-color: #a30f0a;
	padding: 30px 20px 30px 10px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	z-index: 9999999999999;
	font-weight: bold;
	text-align: center;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}