@charset "UTF-8";

#top_takeout + section .heading.block_header_2 .h{
  position: relative !important;
}
#top_takeout + section .heading.block_header_2 .h::after{
  position: absolute;
  content: "";
  top: -4rem;
  right: -9rem;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(/common/upload_data/yakinikuhorumon-ebisucom/image/20240208134957.png) no-repeat center / contain;
}

@media screen and (max-width: 768px){
#top_takeout + section .heading.block_header_2 .h::after {
    top: -2rem;
    right: -9rem;
}
}

/*-----------------------------2カラムパーツ---------------------------------*/
@media screen and (min-width: 701px) {
#top_3col+.composite_box01 .wrapper_item {
    justify-content: center;
}

#top_3col+.composite_box01.block_images_7 .inner_item {
    width: 49.9%;
}
}

@media screen and (min-width: 481px) and (max-width: 700px) {
#top_3col+.composite_box01.block_images_7 .inner_item+.inner_item {
    margin-top: 0;
}
}

@media screen and (max-width: 480px) {
#top_3col+.composite_box01.block_images_7 .inner_item {
    min-height: auto;
}

#top_3col+.composite_box01.block_images_7 .inner_item+.inner_item {
    margin-top: 0px;
}
}