@charset "UTF-8";

.pagesec.pagesec-meals{
  padding: initial;
  overflow: hidden;
}
.pagesec.pagesec-meals:nth-of-type(1){
  padding-top: 8rem;
}
.pagesec-meals.lasttm{
  padding-bottom: 8rem;
}
.pagesec-meals .ttl1{
  text-align: center;
  margin-bottom: 5rem;
}
.pagesec-meals .gentei .fimgbox::before{
  content: "";
  background: url(../../images/page/meals/gentei.svg) no-repeat center / cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 3;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-meals .gentei .fimgbox::before{
  width: 100px;
  height: 100px;
}
}