@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: hira-w4;
  font-size: 16px;
  line-height: 32px;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
/*=============================================
 * 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;
}
/* Syntax: font format */
@font-face {
font-family: hira-w4;
  src: url("../font/hira-w4.otf") format("opentype");
}
@font-face {
  font-family: hira-w7;
  src: url("../font/hira-w7.otf") format("opentype");
}
.fnt-w5 {
  font-family: 'hira-w5';
}
.fnt-w6 {
  font-family: 'hira-w6';
}
.fnt-w7 {
  font-family: hira-w7;
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 30px;
  }
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/*=============================================
 ******************** header ******************
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}
header .logo {
  text-align: center;
  font-size: 28px;
  padding: 25px 7px 10px;
  width: 293px;
  margin-right: 71px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  header .logo {
    margin-right: 30px;
  }
}
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: #2D5031;
  transition: opacity 0.4s ease;
  height: 90px;
}
.js-scroll {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.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;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid;
  padding-left: 10%;
  width: 210px;
}
@media only screen and (min-width: 767px) {
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
  }
}
.nav-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 85px;
  width: 600px;
  margin: 5px auto;
}
.sns {
  display: flex;
  width: 88px;
  flex-direction: row-reverse;
}
.sns li {
  width: 27px;
  align-self: center;
  margin-right: 10px;
}
.sns02 {
  display: flex;
  width: 88px;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: 16px;
}
.sns02 li {
  width: 21px;
  align-self: center;
  margin-right: 10px;
}
.nav-header a.nav-main, .nav-header .sub-nav {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  color: #FFF;
  font-size: 16px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  line-height: 23px;
  margin-right: 17px;
  font-weight: 400;
}
.nav-header a.nav-main span {
  display: block;
  font-size: 12px;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
  width: 0%;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 5%;
  transition: all 0.4s ease;
}
.nav-header a.nav-main.active::after, .nav-header a:hover::after, .nav-header .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;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .nav-header a.nav-main, .nav-header .sub-nav{
        font-size: 15px;
    }
}
/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
  display: flex;
  justify-content: space-between;
}
#key-box {
  width: 100%;
  overflow: hidden;
}
#key-box .keyvisual {
  width: 100%;
  height: 100%;
}
#key-box .keyvisual .slide-01 {}
#key-box .keyvisual .slide-02 {}
#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;
  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-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 18%;
    height: 100%;
    width: auto;
  }
  .nav-header .logo-nav {
    margin: auto;
  }
  .nav-header .sns {
    display: none
  }
  .nav-header a.nav-main {
    padding: 11px 22px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
  .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 {
  
  }
  .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;
    background: #2D5031;
    position: fixed;
    top: 0;
    left: 0;
    height: 63px;
  }
  header .logo {
    padding: 10px 0 10px 16px;
    width: 55%;
    max-width: 192px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
  }
  header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
  }
  .nav-header .logo {
    display: none;
  }
  .hamberger-btn {
    position: fixed;
    top: 17px;
    right: 2%;
    width: 36px;
    height: 42px;
    display: block;
    z-index: 201;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    display: none;
  }
  .hamberger-btn span {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 35%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
  }
  .hamberger-btn span::before, .hamberger-btn span::after {
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
  }
  .hamberger-btn span::after {
    top: -11px;
  }
  .hamberger-btn span::before {
    top: 10px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }
  .menu-open .hamberger-btn span {
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    transform: rotate(142deg) translateX(20px);
    top: 5px;
    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: #FFF; */
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
    opacity: 1;
  }
  .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: 16px;
    left: 16px;
  }
  #key-box {
    margin-top: 62px;
  }
  #key-box .keyvisual li {
    height: 450px;
  }
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  position: relative;
  background: #fff;
  padding: 30px 0 35px;
}
footer .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
    flex-direction: row;
}
footer .sns li {
  margin: 0 10px;
  width: 40px;
}
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
}
#pagetop:hover {
  opacity: 0.9;
}
#socialbuttons {
  max-width: 350px;
}
address {
  padding: 20px 0 10px;
  font-size: 14px;
}
address span {
  display: block;
}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 30px 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 {
    display: flex;
  }
  #fixed-sp ul li {
    width: 33.33333%;
    height: 50px;
  }
  #fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #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: 16px;
  }
  #fixed-sp ul li:nth-child(3) a img {
    width: 10px;
    margin-right: 5px;
  }
  #pagetop {
    bottom: 25px;
    width: 50px;
    z-index: 98;
    right: 5%;
  }
  address {
    font-size: 13px;
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
 
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  html {
    min-width: auto;
  }
  html a:hover {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html #socialbuttons .social-line {
    width: 92px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 320px) {
  html.responsive {
    min-width: 320px !important;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 767px) {
  body {
    position: static !important;
    top: 0 !important;
  }
}