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

.section_menu{
  width:100%;
  margin: 0 auto;
  background-image: url("../images/top/background_image.jpg");
  padding: 80px 0px;
  
}
.section_menu_detail-wrapper{
  width: 87.692%;
  max-width: 342px;
  margin: 0 auto;
  padding: 40px 10px;
  background-color: #ededed;
}
.section_menu h2{
  color: #525350;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 6px;
  padding: 0px 20px 0px 20px;
}
.menu_table{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.menu_table table{
  width:90%;
  margin: 0 auto 20px;
  padding:10px;
  text-align: center; 
}
.menu_table h3{
  color: #525350;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  margin: 60px auto 30px;
}
.menu_table td{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
  text-align: left;
}
.menu_table span{
  font-size: 1.4rem;
}
.price{
  width:80px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.menu_table td{
  border-bottom: solid 1px #8A8B89;
}
 .menu_cut_caution1{
    font-size: 1.2rem;
    font-weight: 500;
  }
.menu_cut_caution2{
  display: block;
  font-size: 1.4rem; 
  text-align: right;
  padding-right: 20px;
}
/*reserve btn--*/
.menu_reserve-btn{
    border: solid 1px #525350;
    width: 58.974%;
    max-width: 370px;
    height: 60px;
    background-color: #EED188;
    margin: 80px auto 0px;
    position: relative;
}
.menu_reserve-btn a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    line-height: 1.2;
}
.menu_reserve-btn .reserve_en{
   color: #525350;
    font-size: 2.2rem;
    font-weight: 600;
      letter-spacing: 0.2rem;
}
.menu_reserve-btn .reserve_ja{
    font-size: 1.2rem;
}
.menu_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;
  }
  .instagram_icon img{
    width:30px;
    height: 30px;
    position: absolute;
    top:0px;
    right: 0px;
}

@media(min-width:391px) {
  .section_menu_detail-wrapper{
    max-width: 930px;
    margin: 0 auto;
    padding: 60px 10px;
  }
  .menu_table{
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
  .menu_cut_caution1{
    font-size: 1.2rem;
    width: 100%;
    padding-right: 20px;
    max-width: 445px;
    font-weight: 500;
    text-align: right;
  }
  .sp_br{
    display: none;
  }
  .menu_reserve-btn{
    max-width: 370px;
  }
}
@media(min-width:860px){
  .section_menu h2{
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 7px;
    padding: 0px 0 40px 0;
  }
  .section_menu_detail-wrapper{
    max-width: 930px;
    margin: 0 auto;
    padding: 80px 120px;
  }
  .section_menu h3{
    font-size: 2.6rem;
  }
  .menu_table{
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }
  .menu_cut_caution1{
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 670px;
  }
  .menu_table td{
    padding:20px;
    font-size: 1.8rem;
  }
  .br_sp{
    display: none;
  }
  .menu_table span{
  font-size: 1.6rem;
}
  .price{
    width:120px;
    font-size: 2.0rem;
  }
  .menu_reserve-btn .reserve_en{
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
}
  .menu_reserve-btn .reserve_ja{
    font-size: 1.4rem;
}
  .reserve_caution{
    font-size: 1.4rem;
  }
}

