@charset "UTF-8";

html:not(.responsive) {
  min-width: 1024px;  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #333333;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0;
  font-weight: 600;
  background: #FFF;
  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
 *=============================================*/
.fnt-helvetica {
  font-family: Helvetica, sans-serif;
}
.fnt-helvetica-light{
  font-family: Helvetica-light, sans-serif;
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica-neue/HelveticaNeueMedium.woff");
}
@font-face {
  font-family: Helvetica-light;
  src: url("../fonts/helvetica-neue/HelveticaNeue-LightExt.woff");
}
.fnt-roboto {
  font-family: 'Roboto', sans-serif;
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1024px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
}
header .btn-fix {
  position: fixed;
  top: 50%;
  right: -96px;
  z-index: 99;
  transform: translateY(-50%);
  transition: all 0.2s;
}
header .btn-fix.fixed{
  right: 0;
}

header:before {
  content: '';
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid #FF002B;
}
header .col-1 {
  padding: 11px 0 16px;
}
header h1 {
  float: left;
  color: #FF002B;
  font-weight: 600;
  line-height: 45px;
  font-size: 40px;
  padding-top: 8px;
  margin-left: -3px;
}
header h1 a:hover{
   opacity: 0.8;
  text-decoration: none;
}
header h1 span {
  color: #333333;
}
header .logo {
  float: left;
  padding: 10px 0 0 18px;
}
header .tel {
  float: left;
  padding: 7px 0 0 18px;
  margin-right: -5px;
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 673px;
  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>
 *=============================================*/

/*=============================================
 * #socialbuttons
 *=============================================*/

/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding-top: 46px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}
footer .tel {
  padding: 48px 0 48px;
}

/*=============================================
 * copyright
 *=============================================*/
address {
  color: #fff;
  background: #E60000;
  font-size: 14px;
  font-weight: 300;
  line-height: 57px;
  margin-top: 97px;
}
.t-center {
  text-align: center;
}
.txt-red {
  color: #E60000;
}
.sub_ttl_01 dt {
  font-size: 28px;
}
.sub_ttl_01 dd {
  font-size: 40px;
}

/*# sourceMappingURL=shared.css.map */
