@charset "UTF-8";

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

/*=============================================
 * body
 *=============================================*/
body {
  color: #4b4c3e;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 1.2px;
  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 {
  height: 1018px;
  position: relative;
}

header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../img/shared/line.jpg") repeat-x center top;
}

header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 305px;
  background: url("../img/shared/h_bg_1.png") no-repeat center bottom/cover;
  z-index: 1;
}

header .fl {
  margin-left: -30px;
}

header .fr {
  margin-right: -15px;
}

header h1 {
  font-size: 13px;
  line-height: 25px;
  color: #757756;
  padding: 7px 0 5px;
}

.nav-fl>* {
  float: right;
}

/*=============================================
 * key
 *=============================================*/
#key {
  min-height: 1018px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#key .key-ttl {
  position: absolute;
  bottom: 0;
  right: 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>
 *=============================================*/

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

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("../img/shared/f_bg1.jpg") repeat-x center top;
  background-color: #2b3c32;
  color: #fff;
  position: relative;
  padding: 20px 0 12px;
}

footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 6px solid #af8e40;
}

footer .fr {
  width: 550px;
}

footer .fr .info {
  padding-top: 24px;
}

footer .fr dl {
  line-height: 25.5px;
}

footer .fr dl+dl {
  padding-top: 26px;
}

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

footer .fr dl dt {
  float: left;
  width: 132px;
}

footer .fr dl dd {
  float: left;
}

footer nav {
  text-align: center;
}

footer nav a {
  padding-left: 0;
}

footer nav a+a:before {
  padding: 0 5px;
}

footer nav a:first-child:before {
  content: "|";
  padding: 0 5px 0 0;
}

footer nav a:last-child:after {
  content: "|";
  padding: 0 0 0 5px;
}

.fb_iframe_widget {
  display: table !important;
}

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 12px;
  line-height: 20px;
  padding-top: 15px;
}

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



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