/* 基本情報 */
*{
    margin: 0;
    padding: 0;
    font-family:var(--f_jp);
    letter-spacing: 0.1em;
    line-height: 175%;
    font-weight: 400;
    list-style: none;
}
:root{
  --bg_01:#F5F5F5;
  --bg_02:#EAEAE8;
  --bg_03:#3B3B3B;
  --bg_04:#000000;
  --bg_05:#FFFFFF;
  --bg_06:#EAEAE8;
  --border:#CECECE;
  --c_black:#343434;
  --c_white:#FFFFFF;
  --f_en:"PT Serif", serif;
  --f_jp:"Zen Old Mincho", serif;
  }
a{
    text-decoration: none;
}
.fade-in {
  opacity: 0; /* 初期状態は透明 */
  transition:1s; 
}
#contact .btn_link a{
  border-radius: 99px;
}
#contact .btn_link a:hover{
background-color: var(--bg_03);
color: var(--c_white);
transition: 0.45s ease;
}
.map_btn a:hover{
  background-color: var(--bg_01);
  transition: 0.45s ease;
  color: var(--c_black);
}
.fade-in.fade-in-show {
  opacity: 1; 
}
img{
	vertical-align:top;
}
body,html{
    background-color: var(--bg_01);
    overflow-x: hidden;
    width: 100%;
}
img{
    width: 100%;
}
video{
    width: 100%;
}
/* 基本情報 　end*/
/* ハンバーガーメニュー */
.logo_active,.logo_hum{
    display: none;
}
.logo_hum_active{
    display: block;
}
#g-nav.panelactive .ham_nav {
  display: block;
  width: 80%;
  list-style: none;
  padding: 0;
}
#g-nav.panelactive {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
#g-nav-list {
  display: none;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
  display: flex;
  background-color:var(--bg_03);
}
#g-nav.panelactive ul {
  opacity: 1;
}
#g-nav.panelactive ul li ,.ham_logo,#g-nav,.logo_hum_active,.sns,.hum_copy{
  animation-name: gnavAnime;
  animation-duration: 1s;
  animation-delay: .1s;
  /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes gnavAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#g-nav li a {
  color: #eaeaea;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.openbtn1 {
position: absolute;
top: 50%;
right: 0;
  z-index: 9999;
  cursor: pointer;
  width: 48px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
left: 50%;
  height: 1px;
  background-color: #292929;
  width: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.openbtn1 span:nth-of-type(1) {
  top: 0px;
}
.openbtn1 span:nth-of-type(2) {
  top:10px;
}
.openbtn1 span:nth-of-type(3) {
    top: 20px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 0px;
left: 0%;
  transform: translateY(6px) rotate(-45deg);
  width: 38px;
  background-color: #fff;
}
.openbtn1.active span:nth-of-type(2) {
display: none;
}
.openbtn1.active span:nth-of-type(3) {
  top: 12px;
  left: 0%;
  transform: translateY(-6px) rotate(45deg);
  width: 38px;
  background-color: #fff;
}
.ham_ttl {
  margin: 0;
  font-size: 25px;
}
.ham_txt {
  margin: 0;
  font-size: 11px;
  width: 90%;
  margin-top: -2%;
}
.ham_txt_area {
  width: 90%;
}
.ham_logo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#g-nav.panelactive .ham_nav {
  display: block;
  height:auto;
  list-style: none;
  padding: 0;
}
.ham_nav {
  display: none;
  position: absolute;
  z-index: 999;
  width: 90%;
  left: 10%;
  bottom:20px;
  font-size: 20px;
}
.ham_logo {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.ham_logo img{
  width: 100%;
}
#g-nav ul{
  padding: 0;
  text-align: left;
}
#g-nav.panelactive ul li{
  text-align: left;
}
#g-nav li{
  margin: 15px 0;
  text-align: center;
  list-style: none;
}
#g-nav li a{
  font-weight: 400;
  font-style: normal;
  padding: 0;
  font-size: 12px;
  column-gap: 15px;
}
#g-nav li a .en_txt{
    font-size: 28px;
    font-family: var(--f_en);
    letter-spacing: 0.18em;
}
#g-nav.panelactive ul {
    opacity: 1;
    width: 90%;
  }
.sns a{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 60px;
}
.sns img{
width: 14px;
}
.sns p{
    font-size: 12px;
    font-family: var(--f_en);
    color: var(--c_white);
}
.hum_copy{
    font-size: 12px;
    color: var(--c_white);
    margin-bottom: 40px;
    margin-top: 20px;
}
@media screen and (min-width:1024px) {
    #g-nav.panelactive #g-nav-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-self: center;
    }
    .ham_back{
      width: 100%;
      height: 100%;
      background-image: url(/shr/img/hum_1.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  
      /* Animation */
      animation-name: gnavAnime_img;
      animation-duration: 1s;
      animation-delay: 0.1s;
      animation-fill-mode: forwards;
  
      /* Initial state for animation effect */
      opacity: 0;
      transform: scale(1.02);
  
      /* Transition */
      transition: background-image 0.8s 0.2s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
    }      
     @keyframes gnavAnime_img {
        0% {
          opacity: 0;
          transform: scale(1.02);
        }
        100% {
          opacity: 1;
          transform: scale(1);
        }
    }
 
      .ham_back.show1 {
        transition: background-image 0.8s 0.2s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
        background-image: url(/shr/img/hum_2.png);
        opacity: 1;
        transform: scale(1);
      }
      .ham_back.show2 {
        transition: background-image 0.8s 0.2s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
        background-image: url(/shr/img/hum_3.png);
        opacity: 1;
        transform: scale(1);
      }
      
      .ham_back.show3 {
        transition: background-image 0.8s 0.2s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
        background-image: url(/shr/img/hum_4.png);
        opacity: 1;
        transform: scale(1);
      }
      .ham_back.show4 {
        transition: background-image 0.8s 0.2s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
        background-image: url(/shr/img/hum_5.png);
        opacity: 1;
        transform: scale(1);
      }
      .ham_back.show5 {
        transition: background-image 0.8s 0.2s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
        background-image: url(/shr/img/hum_6.png);
        opacity: 1;
        transform: scale(1);
      }
    #g-nav.panelactive .ham_nav{
        position: unset;
        width: 60%;
        margin: 0 auto;
        margin-top: 120px;
    }
    #g-nav li{
       margin: 0;
    }
    #g-nav li a{
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
     }
     .hum_copy{
      margin-bottom: 0;
     }
     .sns a{
      margin-top: 20px;
     }
    
}
/* ハンバーガーメニュー end*/

/* header */
header{
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 99;
}
.header_lower{
  background-color: var(--bg_01);
}
.header_area{
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
h1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h1 a{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {

}
@media screen and (min-width:1024px) {
  header{
    height: 100px;
}

h1{
    width: 230px;
}
}
/* header end*/
/* contact */
#contact{
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 80px;
  background-color:var(--bg_06) ;
}
#contact h3{
  text-align: center;
  font-size: 16px;
  font-family: var(--f_en);
}
#contact h2{
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
#contact p{
  margin-top: 30px;
font-size: 14px;
text-align: center;
}
.contact_bold{
  font-size: 18px;
  font-weight: 500;
}
.contact_li{
  display: inline-block;
  width:fit-content;
  text-align-last: left;
}
#contact .btn_link{
  border: 1px solid #707070;
width: 250px;
height: 40px;
  margin: 0 auto;
  margin-top: 40px;
font-size: 14px;
text-align: center;
border-radius: 20px;
}
#contact .btn_link a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c_black);
}

@media screen and (min-width:768px) {

}
@media screen and (min-width:1024px) {
  #contact h3{
    font-size: 18px;
  }
  #contact h2{
    font-size: 32px;
    margin-top: 10px;
  }
  #contact p{
    font-size: 16px;
  }
  #contact .contact_price{
    margin-top: 60px;
  }
  .contact_bold{
    font-size: 24px;
  }
  #contact .btn_link{
    width: 350px;
    font-size: 18px;
    height: 50px;
    border-radius: 99px;
    margin-top: 60px;
  }
  #contact {
    padding-top: 100px;
    margin-top: 140px;
    padding-bottom: 100px;
}
}
/* footer */
footer a{
  color: var(--c_white);
}
footer{
  margin-top: 0px;
  background-color: var(--bg_03);
  padding-top: 80px;
  color: var(--c_white);
}
.footer_top_area{
  width:90%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.footer_logo{
  width: 180px;
}
.footer_nav{
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer_nav a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
width: 100%;
}
.footer_nav li{
display: flex;
align-items: center;
color: var(--c_white);
font-size: 14px;
width: 100%;
margin-left: 5px;
}
.footer_nav li span{
width: 1px;
height:12px;
margin-left: 10px;
margin-right: 10px;
background-color: var(--c_white);
}
.access{
  margin-top: 40px;
}
.access_ttl{
  font-size: 16px;
}
.access_txt{
  margin-top: 15px;
  font-size: 14px;
}
.access_txt_samll{
  font-size: 13px;
}
.en_txt{
  font-family: var(--f_en);
}
.footer_bottom{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--bg_04);
}
.map_btn{
  margin-top: 20px;
  width: 150px;
  height: 28px;
}
.map_btn a{
width: 100%;
height: 100%;
border-radius: 99px;
border: 1px solid var(--bg_01);
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-family: var(--f_jp);
}
.footer_sns{
  width: 30px;
  padding: 5px;
  margin: 0 auto;
}
.copy{
  text-align: center;
  font-size: 11px;
  margin-top: 30px;
}
@media screen and (min-width:768px) {

}
@media screen and (min-width:1024px) {
  footer{
    margin-top: 0;
    padding-top: 100px;
}
.access_ttl{
  font-size: 18px;
}
.footer_nav li{
  font-size: 16px;
}
.access_txt{
  margin-top: 0px;
  font-size: 16px;
}
.access_txt_samll{
  font-size: 15px;
  margin-top: 15px;
}
.footer_top_area{
    margin-bottom: 100px;
    max-width: 1200px;
}
.footer_wrap{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_logo {
    width: 230px;
}
.footer_right{
display: flex;
flex-wrap: wrap;
    align-items:flex-start;
    column-gap: 60px;
    justify-content: center;
}
.footer_nav,.footer_nav li{
    width: fit-content;
}
.footer_nav{
    display: grid;
    margin-top: 0;
    row-gap: 20px;
}
.map_btn{
  margin-top: 20px;
  width: 150px;
  height: 28px;
}
.map_btn a{
width: 100%;
height: 100%;
border-radius: 99px;
border: 1px solid var(--bg_01);
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-family: var(--f_jp);
}
.access{
    margin-top: 0;
}
.copy{
  font-size: 14px;
}
}
/* footer end*/


@media screen and (max-width:375px) {
  html{
    font-size: calc(1000vw / 375);
}
  .footer_nav li{
    font-size: 1.4rem;
  }
  .access_ttl{
    font-size: 1.6rem;
  }
  .access_txt{
    font-size: 1.4rem;
  }
  #contact h2{
    font-size: 2.4rem;
  }
  #contact h3{
    font-size: 1.6rem;
  }
  #contact p{
    font-size: 1.4rem;
  }
  #contact .btn_link{
    width: 25.0rem;
  }
  #contact .btn_link{
    font-size: 1.4rem;
  }
}