@charset "UTF-8";
html {
  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;
  background: url(../img/shared/bg.jpg) repeat;
  min-width: 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
 *=============================================*/
/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * header
 *=============================================*/
#header {
  min-height: 740px;
  position: relative;
}

#header h1 {
  width: 500px;
  position: absolute;
  font-size: 12px;
  color: #8c8989;
  top: 10px;
  left: 300px;
  z-index: 9;
}

#header .belt {
  background: url(../img/shared/nav-bg.jpg) no-repeat center top;
  width: 281px;
  height: 740px;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 4px;
}

#header .logo {
  position: absolute;
  top: 215px;
  left: -15px;
}

#header .tel {
  position: absolute;
  top: 553px;
  left: 10px;
}

#header .nav01 {
  position: absolute;
  width: 159px;
  height: 249px;
  top: 31px;
  left: 68px;
  display: flex;
  justify-content: space-between;
}

#header .nav02 {
  position: absolute;
  width: 60%;
  height: 110px;
  top: 426px;
  left: 50px;
  display: flex;
  justify-content: flex-end;
}

#header .has-child {
  position: relative;
}
#header .has-child ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -65px;
  padding-right: 5px;
  top: 20px;
  display: flex;
}
#header .has-child:hover ul {
  opacity: 1;
  visibility: visible;
}

#header .nav02 .nav02-txt {
  padding: 20px 0 0;
}
#header .nav02 .nav02-txt a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff;
  transition: 0.3s;
}
#header .nav02 .nav02-txt a:hover {
  color: #cdb078;
}
#header .nav02 .nav02-txt a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 5px);
  width: 1px;
  height: 10px;
  background: currentColor;
}

#header .nav02 li:nth-child(2) {
  padding: 19px 6px 0 0;
}

#header .nav-fl > * {
  float: none;
}

#key .bnr-lunch {
  position: absolute;
  top: 42px;
  left: 293px;
  z-index: 9999999;
}

.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 99;
}

.nav-header a {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.nav-header ul {
  display: flex;
  justify-content: space-between;
  width: 870px;
  margin: 0 auto;
}

.nav-header li {
  margin-right: 10px;
}

.nav-header li.active a,
.nav-header li:hover a {
  color: #eed2ad;
  text-decoration: none;
}

.fixed-btn .nav-header {
  opacity: 1;
  visibility: visible;
}

.nav-header .gr {
  padding: 10px 0;
}

.nav-header .tel-fix {
  text-align: center;
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 740px;
  position: relative;
}

#key ul {
  min-height: inherit;
}

#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*=============================================
 * container
 *=============================================*/
.sd {
  box-shadow: 0px 0px 35px 0px rgba(4, 0, 0, 0.32);
}

/*=============================================
 * #socialbuttons
 *=============================================*/
#footer #socialbuttons {
  text-align: center;
  display: flex;
  justify-content: center;
}

.social-facebook {
  width: 95px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
}

/*=============================================
 * footer
 *=============================================*/
#footer {
  background: url(../img/shared/f_bg.png) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  position: relative;
  margin-bottom: 21px;
}

#footer:before {
  border-top: solid 1px #4a392f;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 87px;
  left: 0;
}

#footer .logo {
  padding-top: 40px;
}

#footer .txt {
  font-size: 14px;
  padding: 11px 0 38px;
  letter-spacing: 1px;
  line-height: 25px;
}

#footer .nav {
  padding-top: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#footer .nav li {
  padding-left: 15px;
}

#footer .nav li a {
  padding: 0 0 0 10px;
}

#footer .nav li + li:before {
  /* display: none; */
}

/*=============================================
 * copyright
 *=============================================*/
address {
  padding: 16px 0 25px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#sp_botan a {
  border: 1px #2b0f03 solid;
  padding: 25px 5px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  background: #2b0f03;
}

#f_btn {
  width: 660px;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}

#f_btn p {
  margin: 10px;
}/*# sourceMappingURL=shared.css.map */