@charset "UTF-8";

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

/*=============================================
 * body
 *=============================================*/
body {
  color: #301e00;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 34px;
  background: url("../img/shared/body.jpg") 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 - customs
 *=============================================*/

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  height: 880px;
}
header .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: none;
  z-index: 99;
}
header .nav-fixed:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/shared/body.jpg") repeat center top;
  opacity: 0.85;
}
header .nav-fixed nav {
  width: 1040px;
}
header .nav-fixed.fixed {
  display: block;
}
header .btn_fixed {
  position: fixed;
  top: 190px;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}
header .btn2_fixed {
  position: fixed;
  top: 380px;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}
header h1 {
  position: absolute;
  top: 0;
  right: 10px;
}
header .logo {
  position: relative;
}
header .tel {
  position: absolute;
  top: 0;
  left: 320px;
}

/*=============================================
 * key
 *=============================================*/
#key {
  min-height: 880px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#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>
 *=============================================*/

/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
  text-align: left;
  padding: 31px 0 84px;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("../img/shared/f_bg.jpg") repeat center top;
  color: #fff;
  padding: 95px 0 11px;
  position: relative;
}
footer:before {
  content: '';
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 100%;
  height: 74px;
  background: rgba(255, 255, 255, 0.08);
}
footer .fl {
  margin-left: 22px;
}
footer .fr {
  width: 546px;
  margin-top: -5px;
}
footer .info dl {
  line-height: 24px;
  letter-spacing: 1.5px;
}
footer .info dl + dl {
  padding-top: 24px;
}
footer .info dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
footer .info dl dt {
  float: left;
  width: 74px;
}
footer .info dl dd {
  float: left;
  padding-left: 20px;
}
footer .info dl dd:before {
  content: '|';
  position: relative;
  left: -20px;
  margin-right: -10px;
}
footer nav {
  text-align: center;
}
footer nav a {
  padding-left: 0;
}
footer nav a + a:before {
  content: '/';
  padding: 0 31px;
}
.fb_iframe_widget {
  display: table !important;
}
footer .f_btn{
	margin-left:-21px;
}

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 30px;
}
.t-center {
  text-align: center;
}

/*=============================================
 * button hover
 *=============================================*/
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*# sourceMappingURL=shared.css.map */
