@charset "utf-8";

/************************************************

Header

************************************************/

.st-Header {
    height: 70px;
    background-color: #fff;
}

h1.st-Header_Logo {
    padding: 2% 3%;
    width: 50%;
}

.st-Header_Menu_Nav {
    display: none;
}

.st-Header_Menu_SnsNav {
    display: block;
    position: absolute;
    top: 25px;
    right: 70px;
    cursor: pointer;
}

.st-Header_Menu_SnsNav ul {
    display: flex;
}

.st-Header_Menu_SnsNav li {
    width: 30px;
    margin-right: 15px;
    height: 30px;
    border-radius: 5px;
    background-color: #F8C9DB;
    color: white;
    text-align: center;
}

.st-Header_Menu_SnsNav li a {
    display: block;
    width: 30px;
    line-height: 30px;
}



@media screen and (min-width: 1024px) {
    .st-Header {
    height: 130px;
    background-color: #fff;
    }
    
    h1.st-Header_Logo {
        padding: 20px 10px 0;
        width: 21%;
        float: left;
        max-width: 300px;
    }

    .st-Header_Menu_Nav {
    position: relative;
    display:block;
    margin: 0 auto;
    width: 1000px;
    }
    
    .st-Header_Menu_SnsNav {
    top: 45px;
    right: 10px;
    }
    
   .st-Header_Menu_Nav ul {
    display: flex;
    margin-left: 0;
    padding-top: 30px;
    position: absolute;
    left: 16%
    }

   .st-Header_Menu_Nav li {
    font-size: 20px;
    font-family: 'Cormorant', serif;
    color: #203133;
    margin-right: 26px;
    text-align: center;
    }
    
     .st-Header_Menu_Nav li span {
    font-size : 16px;
    line-height : 72px;
    color: #452435;
    }
    
    .st-Header_Menu_SnsNav li {
    width: 40px;
    height: 40px;

}

.st-Header_Menu_SnsNav li a {
    
    width: 40px;
    line-height: 40px;
}
  
.st-Header_Menu_Nav figure.headNav {
    max-width: 120px;
    height: 10vw;
    position: absolute;
    right: 9%;
    top: 20px;
   
    
  }

  
.st-Header_Menu_Nav figure.headNav a {
   display: block;  
  }
.st-Header_Menu_Nav figure.headNav a:hover {
   opacity: 0.6;
    
  }
}

@media screen and (min-width: 1400px) {
  
  .st-Header_Menu_Nav ul {
    display: flex;
    margin-left: 0;
    padding-top: 30px;
    position: absolute;
    left: 10%;
}
  
  .st-Header_Menu_Nav li {
    margin-right: 3rem;
    }
   .st-Header_Menu_Nav {
    position: relative;
    display:block;
    margin: 0 auto;
    width: 1200px;
    }
}
/************************************************

ハンバーガーメニュー

************************************************/
/* ハンバーガーメニュー中 */

.hangb_menu {
      /*right: 0;*/
    right: -110%;
    width: 100%;
    height: 100vh;
    z-index: 300;
    transition: all .6s;
    background-color: #fff;
    top:0px;
    position: fixed;
    overflow-y: auto;
}

.hangb_menu.active {

    right: 0;
    top:0px;
}


.home_btn {
    width: 50%;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.home_btn a {
    width: 50%;
    display: block;
    margin: 0 auto;
}


.link_list {
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 15%;
}

.link_list li {
    text-align: center;
    margin: 0 2%;
    font-size: 12px;
    line-height: 1.2;
    border-bottom: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.link_list a {
    position: relative;
    display: block;
    padding: 20px 10px 19px;
    line-height: 1.0;
    text-decoration: none;
    color: #203133;
}
.link_list a:hover, .not_wednav a:hover {
    color: #fff;
    background-color: #1f1f1f;
    
}

 
.ftr_snsinner {
    margin: 20px auto;
    text-align: center;
}

.sns_btn {
    margin: 40px auto;
}

.sns_inner, .form_btn {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}


.sns_unit {
    
    margin: 0 20%;
    padding: 0;
} 

.sns_unit i {
    color: #ffff;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #F8C9DB;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}


.inf_txt {
    
    font-size: 12px;
}

.sns_unit span {
    display: none;
}

/* 開いたときのハンバーガーメニュー */
.hamburger_inside {
  
  width: 100%;
    
}

.burger_in {
  position: absolute;
  right: 20px;
  top:20px;
  width: 50px;
  height: 40px;
  padding: 0;
  cursor: pointer;
}


.inbtn1,
.inbtn2 {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #333;
  position: absolute;
  margin: 0;
  transition: all .6s;
}

.hamburger.active span:nth-child(1) {
    transform:rotate(40deg);
    -webkit-transform: rotate(40deg)translate(8px, 10px);
    -ms-transform: rotate(40deg)translate(8px, 10px);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -ms-transition: .3s linear;
}


.hamburger.active span:nth-child(2)  {
     transform:rotate(-40deg);
    -webkit-transform:rotate(-40deg)translate(-1px, 1px);
    -ms-transform:rotate(-40deg)translate(-1px, 1px);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -ms-transition: .3s linear;
}



/* 開いたときのハンバーガーメニューここまで */


/* -----------------閉じるボタン----------------- */

.close_wrap {
    
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.close_btn {
    cursor: pointer;
}
    
.close_btn_label::before {
        content: "×";
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        padding-right: 0.25em;
        color: #56492D;
        
    }    


.close_btn_label{
    color: #333;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
    border: none;
    appearance:none;
    -webkit-appearance: none;
}

.button {
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
    border: none;
    appearance:none;
    -webkit-appearance: none;
  
}

.btn1, .btn2 {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #203133;
    position: absolute;
    margin: 0;
    transition: all .6s;
}

.hamburger_bk {
    font-size: 12px;
    z-index: 400;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    display: block;
    position: fixed;
    height: 50px;
    padding: 4px;
    width: 55px;
    text-align: center;
}

.hamburger .btn1 {
 
        position: absolute;
        top: 26px;
        left: 8px;
    }

.hamburger .btn2 {
    position: absolute;
    top: 36px;
    left: 8px;
}

@media screen and (min-width: 1024px) {
    
   .hamburger_bk {
    display: none;
    } 

}