@charset "UTF-8";
@keyframes pattern {
  0% {
    background-size: 0; }
  100% {
    background-size: 250px 250px, 250px 250px; } }
.lunch-intro {
  position: relative; }
  @media screen and (max-width: 768px) {
    .lunch-intro {
      padding-bottom: 100px; } }
  .lunch-intro__box .figure {
    margin-top: 20px; }

.lunch-intro:before, .lunch-intro:after {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  z-index: 2; }
.lunch-intro:before {
  top: -1%;
  left: 70%;
  width: 200px;
  height: 170px;
  background-image: url(../img/lunch/img-lunch-intro@2x.png);
  background-position: 100% 0; }
  @media screen and (max-width: 991px) {
    .lunch-intro:before {
      min-width: 120px;
      width: 14%;
      top: 0;
      left: auto;
      right: 3%; } }
  @media screen and (max-width: 480px) {
    .lunch-intro:before {
      top: -5px;
      right: 0; } }

.lunch-intro:after {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 180px;
  height: 200px;
  background-image: url(../img/lunch/img-lunch_about@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
  content: ''; }
  @media screen and (max-width: 991px) {
    .lunch-intro:after {
      min-width: 100px;
      width: 10%; } }

.lunch-intro__box + .lunch-intro__box {
  margin-top: 30px; }
  .lunch-intro__box + .lunch-intro__box:after {
    display: block;
    clear: both;
    height: 0;
    content: ''; }
  .lunch-intro__box + .lunch-intro__box .figure {
    float: right;
    width: 50%;
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      .lunch-intro__box + .lunch-intro__box .figure {
        float: none;
        width: 100%;
        margin-left: 0; } }

.lunch-eat__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -40px; }
  .lunch-eat__list__item {
    overflow: hidden;
    width: calc(50% - 60px);
    margin: 0 30px 40px;
    background: #FFF;
    border-radius: 15px; }
    @media screen and (max-width: 480px) {
      .lunch-eat__list__item {
        width: calc(100% - 60px);
        border-radius: 10px; } }
.lunch-eat.wh .lunch-eat__list__item {
  background: #FAF6EF; }

.lunch-eat__list__txt {
  padding: 15px 20px 20px; }
  .lunch-eat__list__txt dt {
    margin-bottom: 0.5em;
    text-align: center; }
  .lunch-eat__list__txt dd {
    position: relative;
    padding-left: 1em; }
    .lunch-eat__list__txt dd:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '・'; }

#lunch-bithday:after {
  position: absolute;
  right: 3%;
  bottom: 10px;
  max-width: 150px;
  width: 20%;
  height: 130px;
  background-image: url(../img/lunch/img-lunch_bithday@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  content: ''; }
@media screen and (max-width: 991px) {
  #lunch-bithday {
    padding-bottom: 100px; } }
@media screen and (max-width: 480px) {
  #lunch-bithday {
    padding-bottom: 70px; } }

#lunch-bithday .lunch-eat__list__txt {
  text-align: center; }
#lunch-bithday .box-text {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    #lunch-bithday .box-text {
      margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .lunch-miso__figure {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px; } }
.lunch-miso__figure .figure {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  width: 50%;
  z-index: -1; }
  .lunch-miso__figure .figure + .figure {
    top: auto;
    right: auto;
    bottom: -0.6em;
    left: 0; }
  @media screen and (max-width: 768px) {
    .lunch-miso__figure .figure {
      position: static; } }

.top-gallery__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px -20px; }
  @media screen and (max-width: 480px) {
    .top-gallery__list {
      margin-bottom: -15px; } }

.top-gallery__list__item {
  overflow: hidden;
  position: relative;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 20px;
  border-radius: 10px;
  line-height: 0; }
  @media screen and (max-width: 480px) {
    .top-gallery__list__item {
      width: calc(100% / 2 - 14px);
      margin: 0 7px 15px; } }

.top-gallery__list img {
  width: 100%; }
.top-gallery__list p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .top-gallery__list p {
      font-size: 1.1rem; } }

/*# sourceMappingURL=lunch.css.map */
