
img{
  height: auto;
}

#list_temp .product_list .img_div {
    width: 100%;
    height: 143px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: inline-block;
}

#list_temp .product_list a {
    max-width: 206px;
    margin: 0 auto;
}

#list_temp .product_list .img_div img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.press_release_detail img {
    width: auto !important;
}

.information_table {
    background: #f2eee4;
}

.information_table dd {
    background: #fff;
}

table.information_table {
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid;
    border-color: #bdbdbd;
}

.td-l {
    width: 30%;
    border: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #bdbdbd;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
}

.td-r {
    width: 70%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 0;
    border-color: #bdbdbd;
    font-size: 14px;
    padding: 10px;
    background: white;
}

.seasonlimited p {
    text-align: center;
}

#recipe_sample_area .recipe_sample_img {
    max-height: 176px;
}

#recipe_sample_area .recipe_ballon .ballon_inner img {
  margin-right: 30px !important;
}

#recipe_method_area .recipe_step ol{
  margin-left: 0!important; 
}

#recipe_method_area .recipe_step ol li.arrow::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #cc0000;
  position: absolute;
  bottom: -22px;
  left: 45%;
 }

#recipe_method_area .recipe_step ol li.no_arrow::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 0px;
  position: absolute;
  bottom: -22px;
  left: 45%;
 }
.ballon_point{
  padding: 5px 0px 5px 20px;
  margin-top: 20px;
  width: 100%;
  border: solid 1px #000;
  border-radius: 20px;
  display: block;
 }

 #recipe_sample_area {
  background: url(../images/product/chahan_recipe_bg.gif) repeat !important;
  text-align: center; 
}

.to_chef:hover {
    color: #000;
    background: #f2eee4;
    border: solid 1px #f2eee4;
    transition: .3s;
}

.ballon_point {
    padding: 5px 0px 5px 20px;
    margin-top: 20px;
    width: 100%;
    border: solid 1px #000;
    border-radius: 20px;
    display: block;
}

#recipe_sample_area img{
    background-color: white;
    object-fit: contain;
}

.ingredients_table {
    width: 100%;
}

.nutritional_remarks p {
    font-weight: bold;
    text-align: center;
    color: #ff0000;
    background: #f2eee4;
    padding: 10px 5px;
}

.empty-div{
  width: 100%;
  margin-bottom: 15px;
}

.brand_title_material{
    font-weight: normal !important;
    font-size: 13px !important;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 10px !important;
}

.recipe_material_brand_title{
    width: 100%;
    padding: 10px;
    background: #f2eee4;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.recruit_detail_table{
  margin-bottom: 10px;
}

#recipe_method_area .recipe_material li .no_color {
    color: black !important;
    font-weight: normal !important;
}

a.lang_link{
  color: black;
}

a.lang_link:hover{
  color: red;
}

.recruit_detail .recruit-flow thead .no_bottom:after{
  border: none;
}

.press_release_slide_image{
  width: 240px;
  height: 180px;
  background: white !important;
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-block;
  padding: 0px !important;
  border: 5px;
}

.press_release_slide_image img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.recruit_memo{
  margin-bottom: 20px;
}
.food_information_wrapper{
    margin-bottom: 60px;
}
.food_information_wrapper ul li{
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.food_information_wrapper ul li > a{
    max-width: 125px;
    width: 100%;
    margin-right: 20px;
    float: left;
    display: inline-block;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.food_information_wrapper ul li > a:hover{
    filter: alpha(opacity=60);
    opacity: 0.60;
}
.food_information_wrapper ul li div{
    float: left;
    width: 50%;
    word-wrap: break-word;
}
.food_information_wrapper ul li div h3{
    font-size: 14px;
    margin: 0 0 10px 0;
}
.food_information_wrapper ul li div h3 span{
    margin-bottom: 3px;
}
.food_information_wrapper ul li div p{
    font-size: 12px;
    text-align: justify;
}

.front-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -128px;
    font-size: 20px;
    font-family: Serif;
    text-align: center;
}
.front-logo img {
    max-width: 255px;
    display: block;
}
#menu ul li:nth-child(3) img {
    height: auto;
    width: auto;
    max-width: 100%;
}
#campagin .slider_new .slide_center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .food_information_wrapper ul li{
        float: none;
        width: 100%;
        padding-bottom: 15px;
        margin: 15px 0;
        border-bottom: solid 1px #eee;
    }
   .food_information_wrapper ul li:last-child{
        border-bottom: none;
    }
    .food_information_wrapper ul li img{
        margin-right: 20px;
    }
    .food_information_wrapper ul li div{
        width: 47%;
    }
    #recipe_sample_area .recipe_ballon .ballon_inner img {
        margin: 0px auto !important;
    }
}

#map_container {
  padding-top: 0 !important;
}
#map_container iframe{
  width: 100%;
  height: 400px;
}

#navi_bottom .navi_bottom_sub ul li{
  margin-right:30px !important;
}

dl.item_list dd .nav_list li a{
  font-size: 13.5px !important;
}

#menu .main_menu_sp li .menu_sp_under11{
  display: none;
}

#menu .main_menu_sp li .menu_sp_under11 li{
  padding: 7px 0 7px 18px;
  background: #e8e4d9;
  font-size: 12px;
}

.recruit_memo img{
  max-width: 100%;
  width: auto !important;;
  height: auto;
}

#recipe_sample_area img{
  max-height: 176px;
  display: block;
  float: left;
  max-width: 240px;
  border: solid 5px #fff;
  margin: 0 auto;
}

.business_ballon_ttl{
  height: 116px;
  line-height: 116px;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

#business_recipe_page_main{
  margin-bottom: 30px !important;
}

#business_list .page_title img {
    max-width: 35px;
    width: 100%;
    margin-right: 10px;
}

#business_list .list_summary {
    margin: 0 auto;
    background: url(../images/business_cms/business_list_bg.jpg);
    padding: 20px;
    border-radius: 10px;
}

#business_list .list_summary li:first-of-type {
    margin-left: 0;
}

#business_list .list_summary li:last-of-type {
    margin-right: 0;
}

#business_list .list_summary li {
    width: 16%;
    float: left;
    margin: 0 2.5% 0 2.5%;
}

#business_list .list_summary li img {
    max-width: inherit;
    width: 100%;
}

#business_list .list_summary li p {
    color: #fff;
    display: block;
    height: 100%;
    padding: 7px 0;
    border: solid 2px #ff0000;
    border-radius: 5px;
    background: #ff0000;
    text-align: center;
    margin-top: 15px;
}

#business_list .list_summary li p:hover{
  background: #fff;
  color: #ff0000;
  transition: all .3s;
}

.business_index_lineup{
  margin-bottom: 40px;
}

.business_index_lineup ul li img{
  position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.business_img_div{
  width: 100%;
  height: 170px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-block;
}

.business_index_lineup ul li:hover img{
  opacity: 0.7;
  transition: .3s;
}

.business_index_lineup ul li:hover p{
  color: #ff0000;
  transition: .3s;
}

.business_index_lineup ul li{
  padding: 10px;
  width: 100%;
  height: 100%;
  border: solid 2px #f2eee4;
  border-radius: 10px;
  overflow: hidden;
}

.business_index_lineup ul li p{
  text-align: center;
  margin-top: 5px;
}
.business_index_lineup ul li img{
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  #recipe_sample_area img {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  #business_list .list_summary li{
    width: 30%;
    margin: 1.5% !important;
  }
  #business_list .business_list_nav li{
    float: none;
    width: 100%;
    border-bottom: solid 1px #d8cfba;
    margin-bottom: 15px;
  }
  #business_list h1.page_sub_title{
    margin-top: 50px;
  }
  
}

@media screen and (max-width: 980px) {
  .business_index_lineup ul{
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 550px) {
  .business_index_lineup .business_content{
      margin: 10px 4% 10px 4% !important;
  }
}


@media screen and (max-width: 320px) {
  img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
  }
}

.business_index_lineup .business_content{
    margin: 10px 2% 10px 2%;
    position: relative;
    float: left;
    width: auto;
    width: 16%;
    min-width: 144px;
    height: 240px;
    float: left;
}

.business_index_lineup .new::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  background: url(../images/batch_new.png);
}

.business_index_lineup .recommended::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  background: url(../images/batch_recommend.png);
}

.business_index_lineup .limited::after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    height: 40px;
    width: 40px;
    background: url(../images/batch_limited.png);
}

.custom-table dt {
    clear: both;
    float: left;
    border-bottom: 1px solid #bdbdbd;
}

.custom-table .define_area {
    width: 48%;
}

.custom-table .div-address {
    width: 32%;
    vertical-align: top;
}

.custom-table .list_table.col_2 p {
    width: 100%;
}

.custom-table .list_table.col_3 p {
    width: 50%;
}

.custom-table .list_table.col_3 p:nth-child(2n) {
    border: none;
}

.custom-table .list_table.col_3 p:nth-child(1) {
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}