@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 36px;
  background: url(../img/shared/bg.jpg) repeat top center;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 33px;
  }
}
/*=============================================
 * 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-noto {
  font-family: 'Noto Serif JP', serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/*=============================================
 ******************** header ******************
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}
header .logo {
  text-align: center;
  font-size: 28px;
  padding: 20px 10px 10px;
}
header .logo a {
  text-decoration: none;
}
h1 {
  padding: 2px 0;
  text-align: right;
  color: #dbd1c4;
}
/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: url("../img/shared/nav_bg.jpg") repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.nav-header .js-scroll {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.nav-header .logo-nav {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-header .logo-nav img {
  width: 100%;
  height: auto;
}
.nav-header .tel-icon {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid;
  padding-left: 10%;
  width: 210px;
}
.fixed-btn .nav-header {
  opacity: 1;
  visibility: visible;
}
.nav-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  max-width: 1000px;
  margin: auto;
}
.nav-header a.nav-main, .nav-header .sub-nav {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  color: #221409;
  font-size: 16px;
  width: 100%;
  height: 100%;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
  width: 0%;
  height: 1px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 5%;
  transition: all 0.4s ease;
}
.nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
  width: 90%;
}
.nav-header .sub-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  width: 275px;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.4s ease;
}
.nav-header .sub-nav::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  transition: all 0.3s ease;
}
/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
  display: flex;
  justify-content: space-between;
}
#head-key .logo {
  position: absolute;
  left: 105px;
  top: 49px;
  z-index: 5;
}
#head-key .nav-h {
  position: absolute;
  width: 300px;
  height: 301px;
  z-index: 5;
  left: 207px;
  top: 358px;
  display: flex;
  flex-direction: column;
}
#head-key .nav-h a {
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  color: #aea396;
  font-weight: bold;
  text-align: left;
  margin-right: 15px;
  letter-spacing: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=##000)";/*IE 8*/
text-shadow: 2px 2px 7px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=##000); /*IE 5.5-7*/
}
#head-key .nav-h a.active, #head-key .nav-h a:hover {
  color: #fff;
  text-decoration: none;
}
#head-key .nav-h a:before {
  content: "";
  height: 0;
  width: 1px;
  display: inline-block;
  background: #FFF;
  transition: all 0.5s;
  margin: 10px 0;
}
#head-key .nav-h a.active:before, #head-key .nav-h a:hover:before {
  height: 31px;
}
#key-box {
  width: 100%;
  height: 930px;
  overflow: hidden;
}
#key-box .keyvisual {
  width: 100%;
  height: 100%;
}
#key-box .keyvisual li {
  height: 930px;
}
.head-info {
  width: 300px;
  margin-right: 50px;
  text-align: center;
  padding-top: 65px;
}
.head-info dl {
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  padding: 30px 0 65px;
}
.head-info dl dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: -12px;
}
.head-info dl dt .tel-icon {
  font-size: 25px;
}
.head-info dl dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}
.head-info ul li {
  display: flex;
  justify-content: center;
}
.head-info ul li a {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  width: 190px;
  position: relative;
  border-bottom: 1px dashed transparent;
}
.head-info ul li.active a, .head-info ul li:hover a {
  border-bottom: 1px dashed #000;
}
/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 767px) {
  #head-key .nav-h {
    display: none
  }
  #head-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
    display: none;
  }
  .nav-header .tel {
    display: none
  }
  .nav-header .js-scroll {
    padding: 20vw 0 40vw;
      justify-content: center;
  }
  .nav-header .nav-sp {
    display: flex;
    flex-direction: column;
    margin-bottom: 5vw;
      padding-top: 0;
  }
  .nav-header .nav-sp a {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color: #d9d0c2;
    padding: 9px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .nav-header .nav-sp a.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #d9d0c2;
    height: 1px;
  }
  .nav-header .g-btn {
    margin: 0 auto;
    text-align: center;
  }
  .nav-header .g-btn .btn a:after {
    content: ">";
    font-size: 16px
  }
  .nav-header .g-btn .btn {
    margin: 0 auto 4vw;
  }
  .nav-header .shop-bnr {
    width: 73%;
    margin: 0 auto;
  }
  .nav-header .shop-bnr li {
    margin-bottom: 4vw;
  }
  .nav-header .logo-nav {
    margin: auto;
  }
  .nav-header a.nav-main {
    padding: 5px 22px;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
  }
  .nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-header li a.nav-main.active::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .nav-header a.nav-main span {
    padding: 5px 30px;
  }
  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    display: none;
  }
  .nav-header .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
  }
  .nav-header .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .head-info {
    margin-right: 0px;
    display: none;
  }
  #key-box {
    width: 100%;
  }
  .header-box {
    display: flex;
    align-items: center;
  }
  header .logo {
    padding: 10px 0 10px 10px;
    width: 30%;
    max-width: 150px;
  }
  header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
  }
  .hamberger-btn {
    position: fixed;
    top: 17px;
    right: 2%;
    width: 50px;
    height: 38px;
    display: block;
    z-index: 201;
    transition: all 0.4s ease;
    border: 1px solid #d9d0c2;
    padding-left: 54px;
    background: rgba(0, 0, 0, 0.35);  
  }
  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: -25px;
    bottom: 10px;
    content: "MENU";
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Noto Serif JP', serif;
    color: #d9d0c2;
  }
  .hamberger-btn span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 47%;
    transform: translate3D(-50%, -50%, 0);
    left: 73%;
    background: #FFF;
  }
  .hamberger-btn span::before, .hamberger-btn span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #FFF;
    content: "";
  }
  .hamberger-btn span::after {
    top: -8px;
  }
  .hamberger-btn span::before {
    top: 8px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }
  .menu-open .hamberger-btn span {
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    transform: rotate(143deg) translateX(20px);
    top: 5px;
    left: 71%;
    background: #fff;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
    background: #fff;
  }
  .menu-open .hamberger-btn::after {
    content: "CLOSE";
    left: -20px;
  }
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .nav-header {
    width: 100%;
    height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
  }
  .fixed-btn .nav-header {
    opacity: 0;
    visibility: hidden;
  }
  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
    opacity: 1;
    background: url("../img/shared/nav_bg_sp.jpg") repeat;
  }
  .js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding-bottom: 50px;
  }
  .hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  header h1 {
    width: calc(70% - 80px);
    font-size: 2.2vw;
    padding: 5px;
  }
  .hamberger-btn {
    top: 10px;
  }
  #key-box {
    height: 450px;
  }
  #key-box .keyvisual li {
    height: 450px;
  }
  .menu-open .hamberger-btn {
    background: #000;
  }
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  position: relative;
  /*background: url(../img/shared/bg_ft.jpg) repeat;*/
  padding: 30px 0 35px;
}
footer nav {
  text-align: center;
  margin-bottom: 32px;
}
footer nav > a {
  margin-right: 20px;
  color: #dbd2c5;
  font-weight: 500;
}
footer nav > a + a:before {
  content: "\7C";
  display: inline-block;
  margin-right: 18px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
}
footer .logo {
  text-align: center;
}
footer dl.tel-ft {
  padding: 10px 0 15px;
  text-align: center;
}
footer dl.tel-ft dt {
  font-weight: bold;
}
footer dl.tel-ft dt .tel-icon {
  font-size: 25px;
}
footer dl.tel-ft dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}
footer .info-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
footer .info-footer dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
}
footer .info-footer dl dt {
  font-weight: bold;
}
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  right: 0;
}
#pagetop:hover {
  opacity: 0.9;
}
#socialbuttons {
  max-width: 350px;
}
address {
  padding: 25px 0 10px;
  color: #dbd2c5;
  font-size: 11px;
  line-height: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
address span {
  display: block;
  font-size: 16px;
}
address span a {
  border-bottom: 1px solid
}
address span a:hover {
  border-bottom: 0
}
@media only screen and (max-width: 767px) {
  footer nav {
    display: none
  }
  address span {
    font-size: 14px
  }
  footer {
    position: relative;
    margin-top: 0;
    padding: 28px 0 74px;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #1f1b18;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-top: 1px solid #6f6e6d;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: flex;
  }
  #fixed-sp ul li {
    width: 33.33333%;
    height: 50px;
  }
  #fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #6f6e6d;
    border-right: 1px solid #6f6e6d;
    width: 51%;
    padding: 0 1%;
  }
  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
  }
  #fixed-sp ul li a img {
    width: auto;
  }
  #fixed-sp ul li:nth-child(3) a img {
    width: 73px;
    margin-right: 5px;
  }
  #fixed-sp ul li:nth-child(1) a img {
    width: 59px;
    margin-right: 5px;
  }
  #pagetop {
    bottom: 59px;
    width: 50px;
    z-index: 98;
    right: 2%;
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .fixed-btn footer:after {
    background: #1f1b18;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
    margin-bottom: 20px;
  }
    footer{
        padding-bottom: 120px;
    }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .fixed-btn footer:after {
    background: #1f1b18;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
    margin-bottom: 20px;
  }
    footer{
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) {
  .fixed-btn footer:after {
    display: none !important;
  }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/


/*=============================================
 *  btn_fixed
 *=============================================*/
.btn-fixed {
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.fixed-btn #btn-fixed {
  opacity: 1;
  visibility: visible;
  display: block;
}