@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #231815;
  font-family: Meiryo, "メイリオ", Osaka, sans-serif;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  min-width: 1000px;
  max-height: 100%;
  background: url(../img/shared/main-pattern.jpg) repeat center top;
}
/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
  clear: both;
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
/*=============================================
 * header
 *=============================================*/
#header {
  min-width: 1000px;
  padding: 29px 0 0;
  margin-bottom: 18px;
  background: url(../img/shared/key.jpg) no-repeat center top / cover;
  min-height: 856px;
  position: relative;
}
#header:before {
  content: "";
  position: absolute;
  background: url(../img/shared/line.jpg) repeat-x;
  height: 18px;
  bottom: -18px;
  left: 0;
  right: 0;
}
#header h1 {
  float: right;
  color: #928480;
  line-height: 15px;
  margin-bottom: 11px;
}
#header .logo {
  float: left;
  margin: 16px 0 140px;
}
#header .nav-head {
  float: right;
  font-family: 'Yu Gothic';
  font-weight: bold;
  font-size: 25px;
  line-height: 57px;
  letter-spacing: 0.04em;
  color: #000;
}
#header .nav-head li {
  display: inline-block;
  margin-left: 50px;
}
#header .nav-head li a {
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .nav-head li a:hover {
  color: #cb250a;
}
#header .nav-head li.active a {
  color: #cb250a;
}
#header .wrap {
  position: relative;
  min-height: inherit;
}
#header .wrap:before {
  content: "";
  position: absolute;
  background: url(../img/shared/header-deco.png) no-repeat;
  width: 267px;
  height: 244px;
  bottom: 0;
  right: -39px;
}
/*=============================================
 * key
 *=============================================*/
#key {
  min-height: 598px;
}
#key ul {
  min-height: inherit;
}
#key ul li {
  min-height: inherit;
}
/*=============================================
 * container
 *=============================================*/
#container {
  min-width: 1000px;
}
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
  position: absolute;
  right: 0;
  bottom: 40px;
}
/*=============================================
 * footer
 *=============================================*/
#footer {
  min-width: 1000px;
  border-top: 1px solid #2f2b29;
}
#footer .head {
  padding: 21px 0 0;
  background: url(../img/shared/footer-bg.png) no-repeat center / cover;
  min-height: 217px;
}
#footer .head .logo {
  float: left;
  margin-right: 34px;
}
#footer .head ul {
  margin-top: 29px;
  float: left;
}
#footer .navf {
  background: #a5351b;
  text-align: center;
}
#footer .navf li {
  display: inline-block;
  padding: 0 31px;
  line-height: 60px;
}
#footer .navf li a {
  position: relative;
  color: #fff;
}
#footer .navf li a:before {
  content: "";
  position: absolute;
  background: url(../img/shared/arrow.png) no-repeat;
  width: 11px;
  height: 12px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#footer address {
  background: url(../img/shared/copyright-pattern.jpg) repeat center top;
  min-height: 96px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 96px;
}
#footer address .wrap {
  min-height: inherit;
  padding-top: 30px;
}
/*=============================================
 * control slider
 *=============================================*/
.bx-wrapper .bx-pager {
  position: absolute;
  z-index: 50;
  left: 50%;
  padding-top: 11px;
  transform: translate(-50%);
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=1)";
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #bcbc75;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ca1515;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 100%;
  transform: translate(-50%, -50%);
}
.bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 69px;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  float: left;
  margin-left: 0;
}
.bx-wrapper .bx-controls-direction .bx-next {
  float: right;
  margin-right: 0;
}
/*=============================================
 * Other
 *=============================================*/
.row {
  margin: 0 -15px;
}
.row [class*="col-"] {
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
.row .col-6 {
  width: 50%;
}
.row .col-4 {
  width: 33.3333%;
}
.row .col-3 {
  width: 25%;
}
.row .col-2 {
  width: 20%;
}
.row .col-f {
  width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list dl {
  text-align: left;
  display: table;
  width: 100%;
}
.list dl dt {
  float: left;
}
.list dl dd {
  float: right;
}
.shadown {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.txt_v {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.mincho {
  font-family: "MS Mincho", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.meryo {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


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