﻿html:not(.responsive) {
	min-width: 1200px; /* viewport */
}



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

body {
	color: #000000;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.9px;
	background: url(../img/shared/bg.jpg) top center repeat;
	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-notosan {
	font-family: 'Noto Sans JP', sans-serif;
}
.fnt-Sawarabi_Mincho {
	font-family: 'Sawarabi Mincho', 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 {
	height: 900px;
	position: relative;
  }
  
  header h1 {
	position: absolute;
	color: #c5bfb9;
	font-size: 14px;
	line-height: 24px;
	top: 17px;
	left: 372px;
	z-index: 2;
  }
  
  header .belt {
	background: url(../img/shared/bg_nav.jpg) top center no-repeat;
	width: 320px;
	height: 900px;
	position: relative;
	z-index: 2;
  }
  
  header .belt .logo {
	padding: 54px 0 16px 55px;
  }
  
  header .belt nav {
	padding-left: 55px;
  }
  
  header #key {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
  }
  
  
  header .box-tel {
	width: 269px;
	position: absolute;
	top: 17px;
	right: 0;
	z-index: 2;
  }
  
  .bnrfix {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 999;
  }
  
  .scroll {
	position: absolute;
	top: 810px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
  }

  .menu-fixed {
	background: url(../img/shared/bg2.jpg) top center repeat;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
  }
  .menu-fixed li {
	  float: left;
  }

  .menu-fixed.fixed {
	  display: block;
  }


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

 #key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 900px;
	position: relative;
}
#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 {
	padding: 33px 0 46px;
}



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

footer {
	text-align: center;
	color: #fff;
}

footer {
	background: url(../img/shared/line.png) top center repeat-x, url(../img/shared/bg3.jpg) top center repeat;
	position: relative;
	z-index: 9;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 76px;
  }
  
  footer .logo {
	padding-bottom: 68px;
  }
  
  footer .logo img {
	margin-top: -73px;
  }
  
  footer .info {
	text-align: left;
	padding-bottom: 96px;
  }
  
  footer .info .boxleft {
	width: 473px;
	float: left;
	letter-spacing: 1px;
  }
  
  footer .info .boxleft .bnr1 {
	padding: 17px 0 19px 50px;
  }
  
  footer .info .boxleft .bnr2 {
	padding-left: 50px;
	padding-bottom: 67px;
  }
  
  footer .info .boxleft .list1 {
	padding-bottom: 46px;
  }
  
  footer .info .boxleft .list1 dl {
	font-size: 14px;
	line-height: 24px;
	padding: 13px 0;
  }
  
  footer .info .boxleft .list1 dl dt {
	float: left;
	width: 143px;
  }
  
  footer .info .boxleft .list1 dl dd {
	width: 330px;
	float: left;
  }
  
  footer .info .boxleft ul {
	width: 428px;
  }
  
  footer .info .boxleft ul li {
	width: 200px;
	text-align: center;
  }
  
  footer .info .boxleft ul li span.text {
	padding-top: 6px;
	font-size: 13px;
	display: inline-block;
  }
  
  footer .info .boxright {
	width: 519px;
	float: right;
  }
  
  footer .info .boxright .list2 {
	padding-bottom: 56px;
	padding-top: 12px;
	letter-spacing: 2px;
  }
  
  footer .info .boxright .list2 dl {
	font-size: 14px;
	line-height: 24px;
	padding: 13px 0;
	padding-top: 13px;
  }
  
  footer .info .boxright .list2 dl dt {
	float: left;
	width: 110px;
  }
  
  footer .info .boxright .list2 dl dd {
	width: 409px;
	float: left;
  }
  
  footer .info .boxright .map {
	padding-left: 17px;
  }
  
  footer nav {
	color: #aea295;
	font-size: 18px;
	width: 1150px;
	margin-left: -75px;
	}

	footer nav a:hover {
		text-decoration: none;
	}
	
	footer nav span:hover {
	text-decoration: underline;
}


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

address {
	font-size: 14px;
	line-height: 20px;
	color: #aea295;
	letter-spacing: 2px;

}

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



/*=============================================
 * bxSlider
 *=============================================*/

.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 192px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 46px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 46px;
	
}
.bx-prev::after {
	content: url(../img/shared/prev.jpg);
	left: 0px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: url(../img/shared/next.jpg);
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #5f5440;
	border-radius: 50%;
	display: block;
	height: 13px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 13px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b9811c none repeat scroll 0 0;
}


dl:after {
	content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}

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