@charset "UTF-8";
#LUNCH-BOX2 .link a {
  color: rgb(0, 0, 238) !important;
}
#LUNCH-BOX2 .menu {
  background-image: url(../img/banpakubento2//bg_2.jpg);
  background-size: cover;
}
#LUNCH-BOX2 .menu .bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#LUNCH-BOX2 .menu__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
  text-align: center;
}
#LUNCH-BOX2 .menu__title {
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 0 0 6px #505050;
  margin-bottom: 20px;
}
#LUNCH-BOX2 .menu__content {
  background-image: url(../img/banpakubento2//bg.jpeg);
  max-width: 940px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#LUNCH-BOX2 .menu__content--left {
  width: 25%;
  padding-left: 20px;
}
#LUNCH-BOX2 .menu__content--left img {
  height: 100%;
}
#LUNCH-BOX2 .menu__content--right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3%;
}
#LUNCH-BOX2 .menu__content--right img {
  width: 20%;
  display: block;
}
#LUNCH-BOX2 .menu__content--right .menu-name {
  text-align: left;
  font-size: clamp(1.6rem, 2vw + 1rem, 2.8rem);
  font-family: "dnp-shuei-anti-std", sans-serif;
}
#LUNCH-BOX2 .menu__content--right .number {
  width: 20%;
  display: block;
  margin-left: auto;
}
#LUNCH-BOX2 .block .section__title {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 2.8rem;
  padding: 40px 0 5px 0;
  position: relative;
  background-color: #f5f4f2;
}
#LUNCH-BOX2 .block .section__title::before, #LUNCH-BOX2 .block .section__title::after {
  content: "";
  width: 15%;
  height: 2px;
  position: absolute;
  top: 65%;
  background-color: #6e062d;
}
#LUNCH-BOX2 .block .section__title::before {
  left: 0;
}
#LUNCH-BOX2 .block .section__title::after {
  right: 0;
}
#LUNCH-BOX2 .block__inner {
  background-image: url(../img/banpakubento2//bg.jpeg);
  background-repeat: repeat-y;
  padding-top: 40px;
  padding-bottom: 40px;
}
#LUNCH-BOX2 .block__inner .card {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  padding: 20px 0;
  margin-bottom: 40px;
}
#LUNCH-BOX2 .block__inner .card .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #LUNCH-BOX2 .block__inner .card .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#LUNCH-BOX2 .block__inner .card .col-img {
  width: 50%;
  padding: 0 20px;
}
#LUNCH-BOX2 .block__inner .card .col-text {
  width: 50%;
  padding: 0 20px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #LUNCH-BOX2 .block__inner .card .col-text {
    width: 100%;
  }
}
#LUNCH-BOX2 .block__inner .card .col-text .place-name {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
#LUNCH-BOX2 .block__inner .card .col-text p {
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: left;
}
#LUNCH-BOX2 .block__inner .card .col-text .large-text {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#LUNCH-BOX2 .block__inner .card .col-text .large-text span {
  font-size: 1.4rem;
}
#LUNCH-BOX2 .block__inner .card .col-text .underline {
  text-decoration: underline;
  text-align: center;
}
#LUNCH-BOX2 .block__inner .card .col-text a {
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  /* または block でも可 */
  word-break: break-word;
  /* 長い単語やURLを途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの対応も兼ねる */
  white-space: normal;
  /* nowrapになっていたら折り返されないので、念のため */
}
#LUNCH-BOX2 .thanks {
  background-image: url(../img/banpakubento2//bg.jpeg);
}
#LUNCH-BOX2 .thanks__bg {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px 0 20px;
}
#LUNCH-BOX2 .thanks__img {
  max-width: 483px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
#LUNCH-BOX2 .thanks__img img {
  width: 30%;
}
#LUNCH-BOX2 .thanks__message {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  text-shadow: 0 0 6px #505050;
  margin-bottom: 20px;
}
#LUNCH-BOX2 .sp-nav {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  #LUNCH-BOX2 .sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#LUNCH-BOX2 .sp-nav img {
  display: block;
  width: 60px;
  height: 60px;
}
#LUNCH-BOX2 .grid-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(3, 1fr);
  /* 3列 */
  gap: 1px;
  /* マス間の隙間 */
  max-width: 160px;
  margin: auto;
  position: fixed;
  bottom: 175px;
  right: 45px;
  font-size: 1.6rem;
  line-height: 2.125;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
#LUNCH-BOX2 .grid-links.is-stop {
  position: absolute;
  bottom: 525px;
}
#LUNCH-BOX2 .grid-links.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  #LUNCH-BOX2 .grid-links {
    bottom: 10px;
    left: auto;
    right: 10px;
  }
  #LUNCH-BOX2 .grid-links.is-stop {
    opacity: 0;
    bottom: 1155px;
  }
}
#LUNCH-BOX2 .grid-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  /* 正方形にする */
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#LUNCH-BOX2 .grid-links a:hover {
  background-color: #DA5D2D;
}
#LUNCH-BOX2 .menu__content--right img {
  visibility: hidden;
}
#LUNCH-BOX2 .menu__content--right img[alt=枡] {
  visibility: visible;
}
#LUNCH-BOX2 .block__title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.8rem);
  font-family: "dnp-shuei-anti-std", sans-serif;
  text-align: center;
  margin-bottom: 1em;
}
#LUNCH-BOX2 .block__title span {
  display: block;
  font-size: 0.8em;
}
#LUNCH-BOX2 .block__title br {
  display: none;
}
@media (max-width: 768px) {
  #LUNCH-BOX2 .block__title br {
    display: block;
  }
}
#LUNCH-BOX2 .block {
  padding-top: 80px;
  margin-top: -80px;
}

html {
  font-size: 62.4%;
}

body {
  background-color: #f5f4f2;
  font-size: 1.6rem;
  font-family: "dnp-shuei-anti-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #05161a;
}

img {
  width: 100%;
  vertical-align: baseline;
}

li {
  list-style: none;
}
/*# sourceMappingURL=banpakubento2.css.map */