@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #5e5551;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  background: url("../img/shared/body_bg.jpg") repeat top center;
  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-noto {
  font-family: 'Noto Serif JP', serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}
.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;
  background: url("../img/shared/bg_beige.jpg") repeat;
}
header .logo {
  text-align: center;
  font-size: 28px;
  padding: 20px 10px 10px;
}
header .logo a {
  text-decoration: none;
}
header h1 {
  font-size: 12px;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  margin-bottom: -2px;
}
/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: url("../img/shared/bg_black.jpg") repeat;
  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 .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: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
}
.nav-header a.nav-main:hover, .nav-header a.nav-main.active {
  color: #b28064;
}
/*
.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 {
  position: relative;
}
#key-box {
  width: calc(100% - 60px);
  height: 740px;
  overflow: hidden;
  margin: 0 auto;
}
#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: 1000px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
.head-info .nav-h {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.head-info a.nav-main, .head-info .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: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
}
.head-info a.nav-main:hover:after, .head-info a.nav-main.active:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -6px;
}
.head-info .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;
}
.head-info .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;
}
.head-info .logo {
	width: 700px;
	margin:250px auto 0;
	display: flex;
}
.head-info .gentei{
	position: absolute;
	top: 180px;
	left: 340px;
	font-size: 35px;
	font-weight: bold;
}
.head-info .logo p{
	padding: 30px 50px;
}
.head-info .logo p:last-child{
	border-left:1px #fff solid;
}

/*=============================================
===============================================
===============================================
*************** 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: 15px 22px;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    justify-content: flex-start;
    display: flex;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #aca8a6;
    color: #37312e;
  }
  .nav-header a.nav-main:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    background: url("../img/shared/arr.png") no-repeat center;
    width: 10px;
    height: 17px;
    background-size: 75%;
  }
  .nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-header li a.nav-main.active {
    width: 100%;
    background: #37312e;
    color: #fff;
  }
  .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;
    position: relative;
  }
  .header-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/shared/bg_black.jpg") repeat;
  }
  header .logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 25% 0 10% 0;
    display: flex;
  }
header .gentei {
	position: static;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	display: block;
  }
  header .logo p{
    display: block;
	width: 45%;
    padding: 0 3%;
  }
	header .logo p:last-child{
	width: 39%;
  }
  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: 50px;
    display: block;
    z-index: 201;
    transition: all 0.4s ease;
    overflow: hidden;
    background: url("../img/shared/bg_black.jpg") repeat;
    border: 1px solid #000;
    border-radius: 8px;
  }
  /*
  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }
*/
  .hamberger-btn span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    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 {
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    transform: rotate(140deg) translateX(20px);
    top: 10px;
    left: 46%;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  /*
  .menu-open .hamberger-btn::after {
    content: "CLOSE";
  }
*/
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .nav-header {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
    opacity: 1;
  }
  .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;
    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;
    position: absolute;
    top: 0;
    left: 5%;
    color: #696764;
  }
  .hamberger-btn {
    top: 10px;
  }
  #key-box {
    height: 450px;
  }
  #key-box .keyvisual li {
    height: 450px;
  }
header .gentei{
	position: absolute;
	top: 50px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	}
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  position: relative;
  background: url("../img/shared/bg_beige.jpg") repeat;
  padding: 143px 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: 3px 0 10px;
  font-size: 13px;
}
address span {
  display: block;
}
.cookies_link {
  font-size: 16px;
  border-bottom: 1px solid #918c87;
}

.cookies_link:hover {
	border-bottom: 0;
	text-decoration: none;
}
@media only screen and (max-width: 999px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 55px 0 70px;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  #pagetop {
    bottom: 55px;
    width: 50px;
    z-index: 100;
  }
}
/* 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: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 0;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }
}
/* 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: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 0;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/