.wrp_breakfast {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .wrp_breakfast {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_breakfast {
    width: 100%;
    margin: 50px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_breakfast {
    width: 1190px;
    margin-bottom: 100px;
  }
}
.wrp_breakfast .box_breakfast {
  overflow: hidden;
}

.wrp_breakfast .box_breakfast .box_img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  height: 120px;
}

@media only screen and (min-width: 737px) {
  .wrp_breakfast .box_breakfast .box_img {
    margin-bottom: 0;
    height: 250px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_breakfast .box_breakfast .box_img {
    width: 54%;
    float: left;
    height: 240px;
  }
}
.wrp_breakfast .box_breakfast .box_img .img_l {
  float: left;
  width: 47%;
}

.wrp_breakfast .box_breakfast .box_img .img_l img {
  width: 100%;
}

.wrp_breakfast .box_breakfast .box_img .img_r {
  float: left;
  width: 53%;
}

.wrp_breakfast .box_breakfast .box_img .img_r img {
  width: 100%;
}

.wrp_breakfast .box_breakfast table .caution {
  font-size: .7em;
  margin-bottom: 2px;
}

@media only screen and (min-width: 1025px) {
  .wrp_breakfast .box_breakfast table {
    width: 44%;
  }
}

/* -----------------------------------------------------------
  Table（表設定）
----------------------------------------------------------- */
table.tbl_basic {
  border: 1px solid #fff;
  border-bottom: none;
}
table.tbl_basic th, table.tbl_basic td {
  padding: 10px 10px;
  border: 1px solid #fff;
  border-top: none;
  text-align: left;
  font-size: .9em;
}
table.tbl_basic th {
  background: #f1e1bd;
  width: 30%;
  font-weight: normal;
}
table.tbl_basic td {
  background: #eeeeee;
  width: 70%;
}
@media only screen and (min-width: 737px) {
  table.tbl_basic th {
    width: 20%;
  }
  table.tbl_basic td {
    width: 80%;
  }
}


/*-----------------------------------------------------------
  .wrp_breakfast
-----------------------------------------------------------*/
.wrp_breakfast .box_breakfast {
  display: flex;
  justify-content: center;
  overflow: visible;
}
.wrp_breakfast .box_breakfast .box_img {
  float: none;
  width: auto;
  height: auto;
}
.wrp_breakfast .box_breakfast .box_img .img_r {
  float: none;
  width: auto;
}
.wrp_breakfast .box_breakfast .tbl_basic {
  float: none;
  margin-left: 20px;
  width: 45%;
}

.wrp_menu .wrp {
  background: #eeeeee;
}

.box_menu .st_rad {
  background: none !important;
margin: 0.5em !important;
padding: 0.5em;
}

.con_bre .box_bre .st_rad::before,
.con_bre .box_bre .st_rad::after {
  content: "";
  width: 20px;
  height: 5px;
  position: absolute;
  top: 0;
  margin: 0 auto;
  border: none;
}

.con_bre .box_bre .st_rad::before {
  background: #7d362e;
  left: 50%;
  margin-left: -20px;
}

.con_bre .box_bre .st_rad::after {
  background: #b34d42;
  left: 50%;
}

.box_menu_kyoud {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box_menu_kyoud li {
  width: 30%;
}

.box_menu_kyoud li .box_sub_caption {
  font-size: 1.2em;
  width: 100%;
  color: #B34D42;
  text-align: center;
  padding: 3% 0;
}

.box_menu_kyoud .txt_kyoud {
  color: #323232;
  font-size: .7em;
  line-height: 1.5;
  text-align: left;
}