
#header{
  position: relative;
  z-index: 100;
}
#header h1{
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 10000;
  width: 160px;
}
#header h1 img{
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1));
  mix-blend-mode: color-dodge;
}
#header h1 a{
  transition: .3s;
}
#header h1 a:hover{opacity: .7;}
#header .header_cv{
  position: fixed;
  left: 50px;
  bottom: 50px;
}
#header .cv_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 16px;
  width: 220px;
  transition: .3s;
  border: 1px solid var(--light);
}
#header .cv_btn a:hover{opacity: .7;}
#header .cv_btn.res a{
  background: var(--beije);
  margin-top: 8px;
}
#header .cv_btn.req a{
  background: var(--blue);
}
#header .cv_btn a img{
  width: 168px;
}
.header_cv_tel{
  margin-top: 16px;
}
.header_cv_tel_img{
  max-width: 280px;
}
@media only screen and (max-width: 1240px){
  #header{position: relative;}
  #header::before{
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .8) 100%);
    mix-blend-mode: multiply;
    position: fixed;
    top: 0; left: 0;
    z-index: 999;
  }
  #header .cv_btn a{
  width: 200px;
}
#header .cv_btn a img{
  width: 160px;
}
}

#header .header_sns{
  position: fixed;
  top: 50px; right: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}
#header .header_sns li{
  display: block;
  text-align: right;
  padding-left: 16px;
}
#header .header_sns li a{
  transition: .3s;
  display: flex;
  align-items: center;
}
#header .header_sns li a span{
  display: block;
  line-height: 1;
}
#header .header_sns li a span.icon{
}
#header .header_sns li a span.txt{
  padding-left: 6px;
  font-size: 1.2rem;
}
#header .header_sns li a:hover{opacity: .7;}
#header .qr_code{
  position: fixed;
  right: 50px; bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#header .qr_code img{
      width: 60px;
    display: block;
    margin-left: auto;
}
#header .qr_code p{
  text-align: center;
  color: var(--dark);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 12px;
    writing-mode: vertical-rl;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 2px rgba(255, 255, 255, 1));
}

@media only screen and (max-width: 1070px){
  #header .header_cv{display: none;}
  #header .header_sns{display: none;}
  #header .qr_code{display: none;}
  #header h1 {
    top: 20px;
        left: 20px;
        width: 110px;
}
}

/* メニューデザイン */

.menu_inner{
  max-width: 460px;
    margin: 0 auto;
    position: relative;
}

.menu-btn {
    position: fixed;
    top: 50px;
    right: 50px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    z-index: 10000;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background: var(--dark);
    position: absolute;
}
.menu-btn span{
  width: 60%;
  margin-right: auto;
}
.menu-btn span:before {
    bottom: 8px;
    width: 150%;
    margin-right: auto;
}
.menu-btn span:after {
    top: 8px;
    width: 60%;
    margin-right: auto;
}
.menu-btn small{
  position: relative;
  top: 10px;
  right: -3px;
  text-align: right;
  font-size: 1.2rem;
}
#menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 5px;
    transform: rotate(45deg);
    width: 100%;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: -5px;
    transform: rotate(-45deg);
    width: 100%;
}
#menu-btn-check {
    display: none;
}
.menu-content ul li {
    font-size: 1.6rem;
    line-height: 3.4;
    list-style: none;
    position: relative;
}
.menu-content ul li.new::after {
  content: 'NEW';
  font-family: "EB Garamond", serif;
  font-size: 10px;
  line-height: 1;
  color: var(--light);
  background: var(--red);
  text-align: center;
  padding: 3px 4px 2px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.menu-content ul li span{
  font-size: 80%;
  color: var(--beije);
  padding-right: 8px;
}
.menu-content ul li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:var(--blue);
    text-decoration: none;
    position: relative;
    transition: .3s;
}
.menu-content ul li a::after  {
  background-color: var(--beije);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}
.menu-content ul li a:hover{
  color: var(--beije);
  border-bottom: none;
}
.menu-content ul li a:hover::after {
  width: 100%;
}
.menu-content {
     max-width: 100%;
  min-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: unset;
    z-index: 9999;
    background-image: url(../../image/bg_landplan.jpg);
    background-size: cover;
    transition: all 0.3s;/*アニメーション設定*/
    padding: 150px 50px 100px;
    overflow-y: scroll;
    --webkit--transform: unset;
    transform: unset;
    left: 100%;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

.nav-open{
	position: relative;
}
.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}

.menu-content ul {
  max-width: 100%;
}
.menu-content ul li a{ border-bottom: solid 1px var(--blue);}
.menu-content ul li {
    list-style: none;
}
.submenu{
  padding: 16px 0;
}
.submenu li{
  border-bottom: none !important;
  line-height: 3.4 !important;
}
.submenu li a{
  position: relative;
  padding-left: 60px;
}
.submenu li a::before{
  content: '';
  display: block;
  width: 50px;
  height: .5px;
  background: #55677C;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.mini_nav{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.mini_nav p a {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark);
    text-decoration: none;
    position: relative;
    transition: .3s;
}
.mini_nav p:nth-of-type(1) {
    padding-right: 32px;
}
#header .header_nav_cv{
  margin-top: 16px;
}
 #header .header_nav_cv .cv_btn a{
  width: 80%;
  margin: 0 auto 8px;
}
#header .header_nav_cv .cv_btn a img{
  width: 200px;
}
.header_tel{
  text-align: center;
  color: var(--dark);
  margin-top: 24px;
}
.header_tel .header_tel_ttl{
  font-size: 1.1rem;
}
.header_tel .header_tel_img{
  display: block;
  width: 80%;
  margin: 8px auto;
}
.header_tel .header_tel_img img{
  width: 100%;
}
.header_tel .header_tel_txt{
  font-size: 1rem;
}
.header_nav_sns{
  display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 200px !important;
  margin: 16px auto 0;
}
.header_nav_sns li{
  flex-basis: 26%;
}
.header_nav_sns li a{
  border: none !important;
}
.header_nav_sns li a::after{
  border: none !important;
}
.header_nav_sns li a:hover::after {
  width: 0 !important;
  color: none !important;
}

.submenu{
  display: none;
}

.header_cv_tel{
  max-width: 300px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}
.header_cv_tel_ttl{
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.header_cv_tel_txt{
  font-size: 1.1rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1250px){
#header .header_nav_cv .cv_btn a{
  width: 100%;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
}

}



