@charset "UTF-8";

body.is-menu-open{
  overflow: hidden;
  height: 100dvh;
}
header{
  border-top: 16px solid #E3EBDF;
}
.dummy-area, .dummy-area-top{
  display: none;
}

.hamburger-nav{
  display: none;
}

.header-inner{
  justify-content: flex-start;
  width: 75%;
}
.nav-area-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header_desc{
  position: static;
}
.request-btn-re{
  display: flex;
  flex-direction: column;
  width: 50px;
  align-items: center;
}
.request-btn-logo{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #9E8A73;
  position: relative;
  margin-bottom: 16px;
}
.request-btn-logo img{
  width: 27px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.request-btn-txt{
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
}

.gnavi-top .gnavi-contact{
  display: none;
}

.pc-logo-area{
  width: 75%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pc-logo-img{
  position: absolute;
  width: 152px;
  height: 152px;
  top: 46px;
  left: -93px;
}
.pc-logo-img img {
  display: block;
  width: 100%;
}
/* 追従するナビゲーション */
.sp-nav-area{
  display: none;
}

/* ハンバーガーメニュー */
.sp-hamburger-area{
  display: none;
}


@media screen and (max-width: 768px) {
  header{
    border-top: 8px solid #B6CDC0;
    display: block;
    min-height: 0;
  }
  .dummy-area-top{
    display: block;
    width: 100%;
    height: 50px;
  }
  .logo-area{
    width: 100%;
    aspect-ratio: 32 / 5;
  }
  .sp-logo-wrap{
    position: absolute;
    z-index: 10000;
  }
  .pc-logo-area{
    display: none;
  }

  .header-inner{
    display: none;
  }
  .hamburger-nav{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all .6s;
    align-items: center;
    gap: 14px;
  }
  .hamburger-nav.is-open{
    top: 0;
  }
  .hamburger-nav #g-nav-list{
    width: 267px;
    padding-top: 120px;
    z-index: 999;
  }
  .hamburger-nav li{
    list-style: none;
    text-align: center;
  }
  .hamburger-nav li a{
    text-decoration: none;
    padding: 14px;
    display: block;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 1;
  }
  ul#menu-gnavi{
    width: 100%;
  }

  .hamburger-tel-wrap{
    background-color: #E3EBDF;
    border-radius: 50px;
    width: 267px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
  }
  .hamburger-tel-num-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-tel-img{
    width: 18px;
  }
  .hamburger-tel-img img{
    width: 100%;
    display: block;
  }
  .hamburger-tel-num{
    margin: 0 0 0 6px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  .hamburger-tel-txt{
    text-align: center;
    font-size: 14px;
    margin: 0;
    line-height: 1;
  }

  /* 追従するナビゲーション */
  .sp-nav-area{
    display: flex;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    background-color: #BFBFBF;
    position: sticky;
    /* top: 0; */
  }
  .sp-nav-area.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.85;
  }
  .sp-nav-placeholder{
    display: none;
    height: 40px;
  }
  .sp-nav-placeholder.is-show{
    display: block;
  }
  .hambuger-btn-opan{
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    width: 24px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hambuger-btn-opan span{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
  }
  .hambuger-btn-opan span:nth-child(1){
    top: 0;
  }
  .hambuger-btn-opan span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  .hambuger-btn-opan span:nth-child(3){
    bottom: 0;
  }
  .sp-nav-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .sp-nav-list span{
    display: block;
    margin: 0 47px;
    width: 1px;
    height: 24px;
    background-color: rgba(255,255,255,0.6);
  }
  .sp-nav-item{
    width: 20px;
  }
  .sp-nav-item.line{
    width: 24px;
  }
  .sp-nav-item.email{
    width: 32px;
  }
  .sp-nav-item img{
    display: block;
    width: 100%;
    object-fit: cover;
  }

  /* ハンバーガーメニュー */
  .sp-hamburger-area{
    display: block;
    border-top: 8px solid #B6CDC0;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100dvh;
    transform: translatey(-100vh);
    background-color: #fff;
    z-index: 10001;
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .sp-hamburger-area.is-open{
    transform: translatey(0);
  }
  .sp-hamburger-nav-area{
    display: flex;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    background-color: #BFBFBF;
  }
  .hambuger-btn-close{
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    width: 24px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hambuger-btn-close span{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 50%;
  }
  .hambuger-btn-close span:nth-child(1){
    transform: translateY(-50%) rotate(33deg);
  }
  .hambuger-btn-close span:nth-child(2){
    transform: translateY(-50%) rotate(-33deg);
  }
  .sp-hamburger-nav-list{
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sp-hamburger-nav-list #menu-gnavi{
    width: 100%;
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}