@charset "UTF-8";
/* CSS Document */

.section_hair-style{
  width:100%;
  margin: 0 auto;
  background-color: #E5E5E5;
  padding-bottom: 40px;
  
}
.section_hair-style h2{
  color: #525350;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 6px;
  padding: 60px 0 60px 0;
}
.grid_wrapper h3{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin: 120px auto;
}
/*reserve btn--*/
.hairstyle_reserve-btn{
    border: solid 1px #525350;
    width: 58.974%;
    max-width: 370px;
    height: 60px;
    background-color: #EED188;
    margin: 80px auto 0px;
    position: relative;
}
.hairstyle_reserve-btn a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    line-height: 1.2;
}
.hairstyle_reserve-btn .reserve_en{
   color: #525350;
    font-size: 2.2rem;
    font-weight: 600;
      letter-spacing: 0.2rem;
}
.hairstyle_reserve-btn .reserve_ja{
    font-size: 1.2rem;
}
.hairstyle_reserve-btn a::after {
  content: "＞";
  margin-left: 1em;
  position: absolute;
  top:20px;
  right: 15px;
  }
.reserve_caution{
    color: #525350;
    font-size: 1.2rem;
    text-align: center;
  }

@media(min-width:810px) {
.section_hair-style h2{
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 7px;
  padding: 80px 0 60px 0;
  }
.grid_wrapper h3{
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1.3rem;
  margin: 210px;
}
  
  }
}
