@charset "utf-8";
.l_fv img {
  display: block;
}
.item_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.item_box .col_1 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.item_box .col_2 {
  width: 49%;
  margin-right: 1%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.item_box .col_2 img, .item_box .col_1 img {
  display: block;
}
.item_box .col_2:nth-child(2) {
  margin-right: 0;
  margin-left: 1%;
}
.item_box .col_2 p.item_name, .item_box .col_1 p.item_name {
  text-align: center;
  background-color: #b85750;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 5px 5px 0 0;
}
.item_box .col_2 .item_contents, .item_box .col_1 .item_contents {
  padding: 10px;
}
.item_box .col_2 .item_contents p.item_detail span, .item_box .col_1 .item_contents p.item_detail span {
  color: #cc0000;
  font-weight: bold;
}
.item_box .col_2 .more_button, .item_box .col_1 .more_button {
  text-align: center;
  margin-top: 5px;
}
.item_box .col_2 .more_button a, .item_box .col_1 .more_button a {
  display: inline-block;
  color: #b85750;
  border: 2px solid #b85750;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px;
}
.item_box .col_2 .more_button a:hover, .item_box .col_1 .more_button a:hover {
  background-color: #b85750;
  color: #fff;
}
@media screen and (max-width:768px) {
.sp_fv h2{
  margin: 0.5em 0.2em 0.2em 0.2em;
  border-left: 3px solid #392510;
  font-size: 120%;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #959595;
  padding:0.2em 0 0 0.3em;
}
.sp_fv_con{
  border-radius: 6px;
  border: 4px solid #ccc;
  margin: 0 auto;
}
.sp_fv_con p a{
  font-size: 1.5em;
  font-weight: bold;
  color: #cc0000;
}
.sp_price, .sp_flow{
  margin-bottom: 0;
  padding-bottom: 0;
}
.sp_price h2, .sp_flow h2{
  margin: 1em 0 0 0;
  background: rgb(252,252,252);
  background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(212,212,212,1) 53%);
  border-bottom: 2px solid #5a1119;
  font-size: 120%;
}
.l_price_box img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.l_price_con {
  float: none;
  width: 100%;
  margin-right: 0px;
}
.l_price_con p{
  padding: .5em 0;
}
.sodan_box{
  border: 3px solid #6cb326;
  margin: 0.5em 0.2em;
  padding: 0.5em;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
  line-height: 120%;
}
.sp_title{
  padding: 0 0 0.2em 0;
  color: #125db2;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 115%;
}
.sp_title span{
  padding: 0;
  color: #000;
  font-weight: normal;
  font-size: 65%;
  line-height: 115%;
}
h2 {
  margin: 1em 0 0 0;
  background: rgb(252,252,252);
  background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(212,212,212,1) 53%);
  border-bottom: 2px solid #392510;
  font-size: 120%;
}
.item_box .col_1 {
  width: 98%;
  margin: 0 auto;
}
.item_box .col_2 {
  width: 98%;
  margin-right: 0;
  margin: 0 auto;
}
.item_box .col_2:nth-child(2) {
  margin-left: 0;
  margin: 10px auto 0;
}
.item_box {
  margin-bottom: 10px;
}
}
@media screen and (max-width:480px) {
.col_4 {
  width: 48%;
}
.nokotsu_box .col_3 {
  width: 48%;
}
.flexbox_be.nokotsu_box.sankotsu .col_4, .flexbox_ar.nokotsu_box.sankotsu .col_2{
  width: 48%;
}
}
