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



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

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url('../img/shared/bg.jpg') repeat center top;
	color: #000;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0;
	font-weight: bold;
	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-heebo {
	font-family: 'Heebo', sans-serif;
}
.fnt-swiss {
	font-family: 'Swiss', sans-serif;
}
@font-face {
    font-family: Swiss;
    src: url('../font/Swiss 721 Black Condensed BT.ttf');
}



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

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



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

header {
}
header h1 {
	font-size: 13px;
	position: absolute;
	top: 2px;
	right: 20px;
	z-index: 1;
}
header .headTop {
	background: url('../img/shared/bg-head.jpg') repeat center top;
	position: relative;
	z-index: 1;
}
header .headTop .wrap {
	padding: 39px 0 32px;
}
header .logo {
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 1;
}
header .tel {
    position: absolute;
    top: 122px;
    right: 124px;
    z-index: 2;
}

header .tel img {
	width:400px;
}
header .key-big {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
}
header nav {
	float: right;
}


/*----------固定ナビ----------------*/

#nav { 
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 17px 0 0px;
	background:url(../img/shared/bg-head.jpg);
	-ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	border-bottom: 1px solid #dda000;
} 
#nav.show {
	-ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
#nav ul{
	/*padding-left: 40px;*/
}
#nav li{
	font-size: 18px;
	padding-right: 55px;
}
#nav #last-li{
	padding-right: 0px;
}
#nav li a:hover{
	text-decoration: none;
	color: #dda000;
}
#nav li .active{
	color: #dda000;	
}


/*ギャラリーボタン*/
.ge_btn {

    position: absolute;
    top: 136px;
    right: -20px;

}
#nav a {
	display:block;
	margin-right:5px;
}
#nav a img {
	margin-left:5px;
	margin-top:-8px;
	height:100px; 
}

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

#key {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 850px;
	position: relative;
	z-index: 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;
}



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

section {
}
.txt-center {
	text-align: center;
}
.img-rss {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.img-rss:hover {
	opacity: .8;
}
.font18 {
	font-size: 18px !important;
}
.font16 {
	font-size: 16px !important;
}


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

#socialbuttons {
	float: right;
}
#socialbuttons .fb_iframe_widget {
	display: inline-flex;
}



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

footer {
	background: url('../img/shared/partent436.jpg') repeat center top;
	padding: 54px 0 80px;
	color: #fff;
}
footer .logo {
	text-align: center;
}
footer .tel {
	text-align: center;
	margin-bottom: 30px;
}
footer .list {
	width: 671px;
	border-right: 1px solid #fff;
	float: left;
}
footer .list dl dt {
	float: left;
	width: 182px;
	text-align: right;
}
footer .list dl dd {
	float: right;
	width: 460px;
}
footer nav {
	width: 284px;
	float: right;
}
footer nav > a {
	display: block;
}
footer nav > a + a:before {
	display: none;
}
footer .copyright {
	margin-top: 58px;
}


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

address {
	float: left;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-top: 6px;
}

/*=============================================
 * bxslider
 *=============================================*/

.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -9px;
    left: 0;
    text-align: center;
    width: 100%;
	line-height: 0;
    z-index: 100;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-pager a {
	display: block;
	border-radius: 50%;
    background: #dcdcdc;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    text-indent: 9999px;
}
.bx-wrapper .bx-pager a:hover, 
.bx-wrapper .bx-pager a.active {
    background: #efbb53;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	height: 45px;
	margin-top: -16px;
	width: 50px;
	z-index: 9999;
	text-indent: -9999px;
}
.bx-wrapper .bx-prev {
	left: 0;
}
.bx-wrapper .bx-next {
	right: 0;
}
#yoyaku_btn{
position: fixed;
left: 0;
top: 50px;
z-index: 99999;
}