@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 28px;
  background: url(../img/shared/bg.jpg) repeat top center;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  overflow-x: hidden;
  max-width: 100%;
  width: 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-playfair{
  font-family: 'Playfair Display';
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {

  width: auto;
  height: auto;
}
@media(max-width: 767px){
  body{
    font-size: 14px;
    line-height: 2;
  }
  img{
    max-width: 100%;
    margin: auto;
  }
  .wrap{
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .logo{
    float: right;
  }
}
/*=============================================
 ******************** 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;
}

header h1 {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.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 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.active a.nav-main::after,
.nav-header li:hover a.nav-main::after,
.nav-header li.active.sub-nav::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;
}

.nav-header span {
    font-family: 'Times New Roman';
}

.contact{
	text-align: center;
	margin: 5% 0;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 18px;
}
.contact a{
	text-decoration: underline;
}

/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
  display: flex;
  justify-content: space-between;
}

#key-box {
  width: calc(100% - 400px);
  height: 800px;
  overflow: hidden;
}

#key-box .keyvisual {
  width: 100%;
  height: 100%;
}

#key-box .keyvisual .slide-01 {
  background: url(../img/index/img_slide_01.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

#key-box .keyvisual .slide-02 {
  background: url(../img/index/img_slide_02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

#key-box .keyvisual li {
  height: 800px;
}

.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;
}
.hamberger-btn {
  position: fixed;
  top: 0;
  right: 0%;
  width: 90px;height: 90px;
  color: #fff;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background-color: #9c0505;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  content: "MENU";
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.hamberger-btn span {
  width: 40px;
  height: 2px;
  position: absolute;
  top: 35%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}
.hamberger-btn span::after {
  top: -13px;
}
.hamberger-btn span::before {
  top: 13px;
}
.nav-header .sub-nav::before {
  display: none;
}

.menu-open .hamberger-btn span {
  transform: rotate(135deg) translateX(20px);
  top: 15px;
  left: 46%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-90deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn img {
  visibility: hidden;
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: 0;
  left: -100%;
  transition: all 0.5s ease;
  opacity: 1;
}
.menu-open .hamberger-btn::after {
  content: "CLOSE";
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 999px) {
  #head-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
  }
  .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.active a.nav-main::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;
  }
  
}

@media only screen and (max-width: 767px) {
  header h1 {
    width: calc(70% - 80px);
    font-size: 2.2vw;
    padding: 5px;
  }
  .hamberger-btn {
    width: 60px;
    height: 60px;
  }
  .hamberger-btn span,.hamberger-btn span::before,.hamberger-btn span::after{
    width: 30px;
  }
  .hamberger-btn span::before{
    top: 10px;
  }
  .hamberger-btn span::after{
    top: -10px;
  }
  .hamberger-btn::after{
    font-size: 10px;
    bottom: 5px;
  }
  
  .menu-open .hamberger-btn span{
    top: 5px;
    transform: rotate(135deg) translateX(20px);
  }
  #key-box {
    height: 450px;
  }
  #key-box .keyvisual li {
    height: 450px;
  }
}

/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  position: relative;
  /*background: url(../img/shared/bg_ft.jpg) repeat;*/
  background: rgba(0, 0, 0, 0.1);
  padding: 30px 0 35px;
}

footer nav {
  text-align: center;
}

footer nav > a {
  margin-right: 15px;
}

footer nav > a + a:before {
  content: "\7C";
  display: inline-block;
  margin-right: 15px;
  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;
}

address span {
  display: block;
}

@media only screen and (max-width: 999px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 55px 0 70px;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #3b2718;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }


  #fixed-sp ul li a img {
    width: 16px;
  }
  #fixed-sp ul li:nth-child(3) a img {
    width: 10px;
    margin-right: 5px;
  }
  #pagetop {
    bottom: 55px;
    width: 50px;
    z-index: 98;
  }
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img,.btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
    .btn {
      transition:none !important ;
    -moz-transition:none !important ;
    -webkit-transition:none !important ;
    }	
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
  a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  }
  

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.img_parallax img {
      height: auto;
      object-fit: unset;
      top: 0%;
      transform: translateY(-50%) !important;
    }
}