@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #FFF;
  font-family: "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  background: #000;
  min-width: 1000px;
  max-height: 100%;
}
/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
  clear: both;
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
/*=============================================
 * header
 *=============================================*/
#header {
  min-width: 1000px;
  position: absolute;
  z-index: 56;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0 0;
}
#header h1 {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 11px;
  color: #fff;
}
#header .logo {
  float: left;
  margin-bottom: 477px;
}
#header .navh {
  float: right;
  height: 135px;
  margin: 14px -18px 0 0;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#header .navh li {
  height: 135px;
  display: inline-block;
}
#header .navh li a {
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  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;
  font-family: "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header .navh li a:hover {
  color: #c59d22;
}
#header .navh li.active a {
  color: #c59d22;
}
#header .btr {
  margin-bottom: 9px;
  clear: both;
}
/*=============================================
 * key
 *=============================================*/
#key {
  min-height: 920px;
  position: relative;
}
#key:before {
  content: "";
  position: absolute;
  background: url(../img/shared/line.jpg) repeat-x;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 17px;
}
#key ul {
  min-height: inherit;
}
#key ul li {
  min-height: 920px;
  min-height: inherit;
}
#key .tit,
#key .tits {
  position: relative;
  z-index: 58;
}
/*=============================================
 * container
 *=============================================*/
#container {
  min-width: 1000px;
}
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
  position: absolute;
  right: 0;
  bottom: 40px;
}
/*=============================================
 * footer
 *=============================================*/
#footer {
  text-align: center;
  min-width: 1000px;
  border-top: 1px solid #2f2b29;
  color: #FFF;
}
#footer .info {
  padding: 40px 0 48px;
}
#footer .info .logo {
  float: left;
  margin: 34px 44px 0 0;
}
#footer .info .list {
  width: 280px;
  float: left;
  text-align: left;
  font-size:14px;
}
#footer .info .list.l1 {
  margin-right: 60px;
}
#footer .navf {
  margin-bottom: 3px;
  background: #20100d;
}
#footer .navf li {
  display: inline-block;
  padding: 0 31px;
  line-height: 60px;
}
#footer .navf li a {
  position: relative;
}
#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: 97px;
  line-height: 97px;
  position: relative;
  text-align: center;
}
#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: 1680px;
  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
 *=============================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.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: "MSMincho", "Hiragino Mincho ProN", "HG明朝E", "游明朝", "ヒラギノ明朝 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 #b46427 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #b46427; 
}

