/* CSS Document */

html {
  
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #525350;
  font-family:Futura PT , Jost , Zen Kaku Gothic Antique , Noto Sans JP;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}




/*navigation*/
.header_open-btn, .header_close-btn{
  display: none;
}
@media(max-width:1300px){
  .humberger_menu_modal{
    display: none;
  }
/*スマホ　ヘッダー--*/
  .header_menu{
    display: none;
  }
  .header{
  display: flex;
  position: relative;
  width:100%;
  height: 80px;
  background-color: #9A9D94;
}
.header_content-wrapper{
  display: flex;
  width:100%;
  max-width:1300px;
  margin: 0 20px;
  position:relative;
  align-items: center;
  }
.hairsalon_laugh_logo{
  width: 80%;
  max-width: 180px;
}
/*ヘッダー　営業時間--*/

  .top_salon_info{
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-align: left;
}
.top_salon_info span{
  font-weight: 600;
}
.header_border{
  border: solid 0.5px #ffffff;
  margin: 0px 15px 0px;
  height:45px;
  }
}
/*--ヘッダー　営業時間*/
  
/*ハンバーガー　オープン＆クローズボタン--*/
  .header_open-btn{
    position:fixed;
    display: block;
    top:15px;
    right: 50px;
    z-index: 9999;
  }
  .header_open-btn .bordertop_open{
    position:absolute;
    width: 30px;
    border: solid 1px #525350;
    top:15px;
    
  }
  .header_open-btn .bordermiddle_open{
    display: block;
    border: solid 1px #525350;
    width: 30px;
    position:absolute;
    top:25px;
  }
  .header_open-btn .borderbottom_open{
    display: block;
    border: solid 1px #525350;
    width: 30px;
    position:absolute;
    top:34px;
  }
  .header_open-btn.active .bordertop_open {
    top: 22px;
    transform: translateY(6px) rotate(-45deg);
    z-index: 9999999;
}

  .header_open-btn.active .bordermiddle_open{
	  opacity: 0;/*真ん中の線は透過*/
    z-index: 9999999;
}

  .header_open-btn.active .borderbottom_open{
    transform: translateY(-6px) rotate(45deg);
}
/*ハンバーガー　オープンボタン*/
  
/*ハンバーガーメニュー　モーダル--*/
  .humberger_menu_modal{
    /*display: block;*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #E2E1DB;
    z-index: 999999;
  }
  .header_close-btn{
    display: block;
  }
  .header_menu_modal_sp {
    width:100%;
    margin: 70px 80px 30px 80px;
  }
  .header_menu_modal_sp li{
    color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin: 20px 0;
  }
  .header_menu_modal_sp span{
    display: block;
    border-bottom: solid 0.5px #525350;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
  }
  .humberger_menu_modal_reserve-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px #525350;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding: 0 40px;
    height: 55px;
    background-color: #EED188;
    position: relative;
  }
  .humberger_menu_modal_reserve-btn a{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 3px;
    
}
.humberger_menu_modal_reserve-btn .reserve_en{
  color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.humberger_menu_modal_reserve-btn .reserve_ja{
    line-height: 1;
    font-size: 1.2rem;
}
/*.humberger_menu_modal_reserve-btn a::after {
    content: "＞";
    margin-left: 1em;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 1.8rem;
  }*/
  .humberger_menu_modal_reserve-btn p{
    display: block;
    margin: 0px auto;
    font-size: 1.2rem;
  }
  
  .tel_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    width: 100%;
    max-width: 255px;
    gap: 0px;
  }
  .tel_icon img{
    display: block;
    width:35px;
  }
  .tel_icon a{
    width: 75%;
    max-width: 180px;
    color: #525350;
    font-size: 2.2rem;
    font-family: Futura PT , Jost , sans-serif;
    letter-spacing: 0.2rem;
    margin-left: 9px;
    text-align: left;
  }
  .instagram_icon_sp{
    width: 100%;
    max-width: 220px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 13px;
    margin: 10px auto 60px;
  }
  .instagram_icon_sp img{
    display: block;
    width:25px;
  }
  .instagram_icon_sp a{
    color: #525350;
    font-size: 1.8rem;
    font-family: Futura PT , Jost , sans-serif;
    letter-spacing: 0.2rem;
    margin-left: 5px;
  }
/*--ハンバーガーメニュー　モーダル*/



.header_reserve-btn{
  display: none;
}
/*--スマホ　ヘッダー*/


@media(min-width:1300px){
  .header_open-btn, .header_close-btn{
  display: none;
}
  .humberger_menu_modal {
    display: none;
  }
  .tel_icon{
    display: none;
  }
  .instagram_icon_sp{
   display: none; 
  }
  .header{
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #9A9D94;
  }
  .header_content-wrapper{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 80px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
  }
   .header_logo_link{
    width: 170px;
  }
  .header_content-wrapper img{
    width: 100%;
  }
 
  .header_border{
    border: solid 0.5px #ffffff;
    margin: 7px 0px 0px;
    height: 50px;
  }
  .top_salon_info{
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    text-align: left;
  }
  
  .top_salon_info span{
    font-weight: 600;
  }
  .header_menu_wrapper{
    padding-left:20px;
  }
  .header_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-left: 40px; 
  }
  .header_top_sp{
    display: none;
  }
  .header_menu a li{
    color: #ffffff;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  /*reserve_button*/
  .header_reserve-btn{
    display: block;
    border: solid 1px #525350;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    height: 55px;
    background-color: #EED188;
    top: 12px;
    right: 80px;
    position: absolute;
}

  .header_reserve-btn a{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 3px;
}
.header_reserve-btn .reserve_en{
  color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.header_reserve-btn .reserve_ja{
    line-height: 1;
    font-size: 1.2rem;
}
/*.header_reserve-btn a::after {
  content: "＞";
  margin-left: 1em;
  position: absolute;
  top:14px;
  right: 10px;
  }*/
  .header_reserve-btn p{
    display: none;
  }
  .instagram_icon{
    display: block;
    position: absolute;
    top: 27px;
    right: 25px;
}
  .instagram_icon img{
    width:30px;
  }
}


/*header_sp
@media(max-width:1300px){
  
.header{
  position: relative;
  width:100%;
  height: 80px;
  background-color: #9A9D94;
}
.header_content-wrapper{
  display: flex;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
}
.header_menu{
  display: block;
}
/*humberger_menu
.header_openbtn{
  display: block;
  position: fixed;
  top: 19px;
  right: 55px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
}
.header_openbtn span{
  display : block;
  position: absolute;
  width   : 28px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.header_openbtn span:nth-of-type(1) {
  top: 10px;
}
.header_openbtn span:nth-of-type(2) {
  top: 20px;
}
.header_openbtn span:nth-of-type(3) {
  top: 30px;
}

.header_logo-white img{
  padding: 25px 0 0 20px;
  width: 126px;
}
.top_salon_info{
  padding:16px 0 0 0px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-align: left;
}
.top_salon_info span{
  font-weight: 600;
}
.header_border{
  border: solid 0.5px #ffffff;
  margin: 22px 20px 0px;
  height:40px;
}
  /*
.header_menu_wrapper{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #E2E1DB;
    z-index: 999;
  }
  .header_menu{
    margin: 80px 80px 40px;
  }
  .header_menu a{
    color: #525350;
    font-family: Futura PT;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .header_menu li{
    padding:25px 0;
  }
  .header_menu span{
    display: block;
    border-bottom:solid 1px #525350;
    width: 100%;
    margin: 0 auto;
  }
  .header_reserve-btn{
   border: solid 1px #525350;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    height: 55px;
    background-color: #EED188;
    position: relative;
}
  /*reserve_button
  .header_reserve-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 3px;
}
.header_reserve-btn .reserve_en{
  color: #525350;
    font-family: Futura PT;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.header_reserve-btn .reserve_ja{
    line-height: 1;
    font-size: 1.2rem;
}
.header_reserve-btn a::after {
  content: "＞";
  margin-left: 1em;
  position: absolute;
  top:14px;
  right: 15px;
  }
  .header_menu_wrapper p{
    display: block;
    margin: 0px auto;
    font-size: 1.2rem;
  }
  .tel_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    margin: 40px auto;
  }
  .tel_icon img{
    display: block;
    width:30px;
  }
  .tel_icon a{
    color: #525350;
    font-size: 2.6rem;
    font-family: Futura PT;
    letter-spacing: 0.2rem;
  }
  .tel_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    margin: 60px auto 10px;
  }
  .tel_icon img{
    display: block;
    width:30px;
  }
  .tel_icon a{
    color: #525350;
    font-size: 2.6rem;
    font-family: Futura PT;
    letter-spacing: 0.2rem;
  }
  .instagram_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    margin: 0px auto; 
  }
  .instagram_icon img{
    display: block;
    width:25px;
  }
  .instagram_icon a{
    color: #525350;
    font-size: 2.2rem;
    font-family: Futura PT;
    letter-spacing: 0.1rem;
  }
  */
  

/*header_pc
@media(min-width:1300px){
  .header{
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #9A9D94;
  }
  .header_content-wrapper{
    position:relative;
    max-width:1300px;
    padding: 0 24px;
  }
  .header_menu_sp{
    display: none;
  }
  .header_logo-white img{
    padding-top: 20px;
    width: 160px;
  }
  .header_border{
    margin: 15px 30px 0;
    height: 50px;
  }
  .top_salon_info{
    width: 233px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .top_salon_info span{
    font-weight: 600;
  }
  .header_menu_wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    position: static;
    background-color: transparent;
  }
  .header_menu{
    display: flex;
    gap: 40px;
    margin-left: 60px;
    margin: 0 0 0 60px;
  }
  .header_menu li{
    font-family: Futura PT;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    color: #FFFFFF;
    padding-top:28px;
  }
  .header_menu span{
    display: none;
    
  }
  .header_reserve-btn{
    border: solid 1px #525350;
    width: 100%;
    max-width: 180px;
    height: 55px;
    background-color: #EED188;
    position: absolute;
    top: 13px;
    right: 80px;
}
  .header_reserve-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 3px;
}
.header_reserve-btn .reserve_en{
   color: #525350;
    font-family: Futura PT;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
.header_reserve-btn .reserve_ja{
    line-height: 1;
    font-size: 1.2rem;
}
.header_reserve-btn a::after {
  content: "＞";
  margin-left: 1em;
  position: absolute;
  top:14px;
  right: 15px;
  }
.header_menu_wrapper p {
  display: none;
  }
  
.header_openbtn{
  display: none;
  }
  
  .instagram_icon img{
    width:30px;
    height: 30px;
    position: absolute;
    top:25px;
    right: 20px;
  }
}*/
/*footer*/
.footer{
  width:100%;
  background-color: #9A9D94;
  position: relative;
  padding-bottom: 30px;
}
.footer_contents-wrapper{
  width:100%;
  max-width: 87.692%;
  margin:0 auto;
}
.footer_logo{
  width:140px;
  margin: 60px auto 20px;

}
.footer_contents-wrapper address{
  color: #f6f8f9;
  line-height: 3rem;

}
.footer_contents-wrapper p { 
  color: #F6f8f9;
  margin: 10px auto 0px;
}
.footer_contents-info a{
  color: #f6f8f9;
}
.footer_contents-info address{
  line-height: 1.5;
  margin-bottom: 15px;
}
/*footer gmap link*/
.footer_googlemap_btn{
  border: solid 1px #ededed;
  width: 100%;
  max-width: 200px; 
  margin: 20px auto 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
      
}
.footer_googlemap_btn a{
    color: #ededed;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 10px;
    letter-spacing: 0.1rem
}
.footer_googlemap_btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
}
/*footer reserve link*/
.footer_reserve_btn{
  border: solid 1px #EED188;
  width: 100%;
  max-width: 200px; 
  margin: 15px auto 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;   
}
.footer_reserve_btn a{
    color: #EED188;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 10px; 
    letter-spacing: 0.2rem;
    margin: 0;
}
.footer_reserve_btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
  
}
.footer_instagram_link{
  margin-top:10px;
}
.footer_instagram_link img{
  width: 25px;
  margin-right: 5px;
}
.footer_instagram_link a{
  font-family:Futura PT , Jost , sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.footer_menu_wrapper{
  display: none;
}
.footer_pagetop_btn img{
  position: absolute;
  width:25px;
  top:290px;
  right: 30px;
  
}
.footer small{
  display: block;
  color: #f6f8f9;
  margin: 30px auto 0px;
}
@media(min-width:1080px){
  .footer_contents-wrapper{
    max-width:1300px;
    display: flex;
    justify-content: center;
    gap:50px;
  }
  .footer_contents-logo img{
    padding-top:60px;
    width:290px;
  }
  .footer_contents-info {
    font-size: 1.6rem;
    padding: 60px 0 0 0px;
    text-align: left;
  }
  .footer_contents-info span{
    font-weight: 600;
  }
  .footer_link_wrapper{
    display: flex;
    justify-content: center;
  }
  .footer_googlemap_btn{
    width: 300px;
    display: flex;
    justify-content: center;
  }
  .footer_googlemap_btn a::after{
    margin-left:5px;

  }
  .footer_reserve_btn{
    margin: 20px 10px 0;
    max-width: 160px;
}
  
  .footer_vline{
    display: block;
    border: solid 0.5px #EDEDED;
    height: 270px;
    margin-top: 60px;
  }
  .footer_menu_wrapper{
    display: block;
  }
  .footer_menu_wrapper ul{
    margin-top:90px;
    }
  .footer_menu_wrapper ul li{
    color: #ededed;
    font-size:2.0rem;
    font-family:Futura PT , Jost , sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 15px 0 0 0px;
    letter-spacing: 0.3rem;
    line-height: 1.4;
  
  }
.footer_instagram_link{
  justify-content: left;
  margin-top: 10px;
}
.footer_instagram_link img{
  width:30px;
  height: 30px;
  margin-top:10px;
}
.footer_instagram_link a{
  color: #F6F8F9;
  font-size: 1.6rem;
  margin: 0px; 
  align-items: center;
}
  .footer_pagetop_btn{
    display: none;
  }
}

