@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.8px;
  background: url("../img/shared/bg_main.jpg");
  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 {
  background: url("../img/shared/header_bg.png") no-repeat center top;
  padding-top: 137px;
  position: relative;
  z-index: 9;
}

header:before {
  position: absolute;
  content: url("../img/shared/header_deco1.png");
  top: 0;
  right: 50%;
  z-index: 9;
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px);
}

header:after {
  position: absolute;
  content: url("../img/shared/header_deco2.png");
  bottom: -5px;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(256px);
          transform: translateX(256px);
}

header h1 {
  position: absolute;
  left: 20px;
  bottom: 135px;
  z-index: 1;
  font-size: 14px;
}

header .logo {
  text-align: center;
  margin-bottom: 23px;
}

header .tel {
  position: absolute;
  top: 26px;
  right: 0;
}

header nav li {
  float: left;
}

header nav a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#hNav {
  padding-top: 30px;
  padding-bottom: 35px;
  margin-left: 40px;
  z-index: 99;
}

#hNav .nav1 li {
  position: relative;
  padding-bottom: 23px;
}

#hNav .nav1 li:not(:last-child) {
  margin-right: 20px;
}

#hNav .nav1 li.current, #hNav .nav1 li:hover {
  background: url("../img/shared/nav_arrow.png") no-repeat center bottom;
}

#hNav .nav2 {
  margin-left: 27px;
}

#hNav .nav2 li:not(:last-child) {
  margin-right: 17px;
}

#fixedNav {
  padding: 20px 0;
}

#fixedNav .fixtel {
  text-align: right;
}

#fixedNav .ssbtn {
  margin-left: 15px;
}

.nav-fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/shared/fixed_bg.jpg") center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-fixed.fixed {
  opacity: 1;
  pointer-events: visible;
}

.btn-fixed {
  position: fixed;
  right: 15px;
  top: 100px;
  z-index: 999;
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 604px;
  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;
  -webkit-box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.38);
          box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.38);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
 * <section>
 *=============================================*/
.bg-wood {
  background: url("../img/shared/bg_wood.jpg");
  -webkit-box-shadow: 0px 3px 101px 0px rgba(0, 0, 0, 0.66) inset;
          box-shadow: 0px 3px 101px 0px rgba(0, 0, 0, 0.66) inset;
}

.shdw {
  -webkit-box-shadow: 0 0 6px 0 rgba(16, 1, 1, 0.47), 0 0 3px 0 rgba(16, 1, 1, 0.47);
          box-shadow: 0 0 6px 0 rgba(16, 1, 1, 0.47), 0 0 3px 0 rgba(16, 1, 1, 0.47);
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center;
  padding: 30px 0;
}

footer address {
  margin-top: 10px !important;
}

footer .ft_bnr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4% 10%;
}




#webyoyaku {
	position:fixed;
	right:5px;
	top:100px;
	z-index:999999;
}



/*=============================================
 * .socialbuttons
 *=============================================*/
/*=============================================
 * copyright
 *=============================================*/
