@charset "UTF-8";
#main * {
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
}
#main ul,
#main ol,
#main li {
  list-style: none;
}

footer .navi .inner .pagetopbtn {
  display: none;
}

.spbr {
  display: block;
}
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

.pcbr {
  display: none;
}
@media screen and (min-width: 720px) {
  .pcbr {
    display: block;
  }
}

/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  padding-bottom: 2em;
  font-size: 3.4667vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #595757;
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 14.5px;
  }
}

.article-wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .article-wrapper {
    width: 100%;
  }
}

#main p.go-top a {
  position: fixed;
  bottom: 12%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition-duration: 0.3s;
}
@media screen and (min-width: 820px) {
  #main p.go-top a {
    bottom: 7%;
    right: auto;
    margin-left: 720px;
  }
}
#main p.go-top a:hover {
  opacity: 1;
}

/* .fade-in {
  opacity: 0.2;
  transform: translate(0, 50px);
  transition-duration: 0.5s;
}

.fade-in.fade-in-active {
  opacity: 1;
  transform: translate(0, 0);
} */

.bentou_schedule {
  width: 100%;
}
@media screen and (min-width: 820px) {
  .bentou_schedule {
    width: 70%;
  }
}

.ls-adjust {
  letter-spacing: -0.02em;
}
.ls-adjust span {
  text-align: center;
  padding: 0.125em;
  margin-bottom: 0.3333em;
  border: 1px solid #595757;
  font-size: 90%;
}

.fz-adjust {
  font-size: 89.6552;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 720px) {
  .fz-adjust {
    font-size: 100%;
    letter-spacing: normal;
  }
}

#main .item-lead {
  margin-bottom: 0;
  line-height: 1.5;
}

#main li.item-lead {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

.mv {
  width: 100%;
  padding: 79.2682926829% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/kansyasai2025-bimi-aut-sp_mv-sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .mv {
    padding: 60.9756097561% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/kansyasai2025-bimi-aut_mv.jpg) no-repeat center top/cover;
  }
}
.mv li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.nav_kinds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4em;
}
@media screen and (min-width: 720px) {
  .nav_kinds {
    flex-wrap: wrap;
    flex: auto;
  }
}
.nav_kinds li {
  width: 50%;
  border-right: 1px solid #ea6da4;
}
@media screen and (min-width: 720px) {
  .nav_kinds li {
    width: 33.333%;
  }
}

.nav_kinds li {
  border-bottom: 1px solid #ea6da4;
}

@media screen and (min-width: 720px) {
  .nav_kinds li {
    border-bottom: 1px solid #ea6da4;
  }
}
.nav_kinds a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.25em 0;
  transition-duration: 0.5s;
}
.nav_kinds a:hover {
  background-color: #ea6da4;
  color: #fff;
}

#section01,
#section02,
#section03,
#section04,
#section05,
#section06,
#section07,
#section08,
#section09,
#section10,
#section11
 {
  margin-bottom: 5em;
}
/* #section01 {
  background-color: rgb(255, 244, 230) !important;
  padding: 1em;
} */

.section-ttl {
  color: #ff3347;
  font-size: 170%;
  text-align: center;
  font-weight: 600;
}
.section-ttl span {
  font-size: 70%;
}
.section-ttl::after {
  content: "";
  display: block;
  /* width: 100%; */
  padding: 8px 0 0;
  margin: 0.25em auto 1em;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/kansyasai2025-bimi-aut-sp_heading-bg-sp.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 720px) {
  .section-ttl::after {
    padding: 6px 0 0;
    margin: 0.25em auto 2em;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/kansyasai2025-bimi-aut_heading-bg.jpg) no-repeat center bottom/cover;
  }
}

.section-ttl-all {
  /* display: flex; */
  /* width: 100%; */
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
.section-ttl-all img {
  width: 25%;
  margin: 0 auto;
  /* display: block; */
}
@media screen and (min-width: 720px) {
  .section-ttl-all img {
    width: 13%;
  }
}

.item {
  width: 100%;
  display: grid;
  grid-template-columns: 50%;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 0.5em;
  margin: 0 0 2em 0;
}
.item:nth-child(3n),
.item:last-child {
  margin: 0 0 2em 0;
}
@media screen and (min-width: 720px) {
  .item {
    width: 30%;
    grid-template-columns: 100%;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content 1fr;
    grid-column-gap: none;
    margin: 0 5% 2em 0;
  }
}
.item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .item-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.syuuryou {
  margin-bottom: 1em;
}

/* .item-lead {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 107.6923%;
  font-weight: bold;
  color: #ff5a87;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 720px) {
  .item-lead {
    grid-column: auto;
    grid-row: 2/3;
    font-size: 100%;
  }
} */
.item-img {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 720px) {
  .item-img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.txt-all {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 720px) {
  .txt-all {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
  }
}
.store-all {
  margin-bottom: 0.3em;
}
.item-txt02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 720px) {
  .item-txt02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
/* .item-txt {
  grid-column: 1/3;
  grid-row: 1/2;
} */
/* @media screen and (min-width: 720px) {
  .item-txt {
    grid-column: auto;
    grid-row: 3/4;
  }
} */
/* .store-all {
  grid-column: 2/2;
  grid-row: 2/3;
  letter-spacing: -0.005em;
} */
/* @media screen and (min-width: 720px) {
  .store-all {
    grid-column: auto;
    grid-row: 4/4;
    font-size: 100%;
  }
} */
.item-txt li,
.item-txt02 li {
  line-height: 1.25;
}
.item-txt li.item-name,
.item-txt02 li.item-name {
  margin-bottom: 0.5em;
}
.item-txt li.price,
.item-txt02 li.price {
  margin-bottom: 0.5em;
  text-align: right;
}
.item-txt li.price span,
.item-txt02 li.price span {
  font-size: 123.0769%;
}
@media screen and (min-width: 720px) {
  .item-txt li.price span,
  .item-txt02 li.price span {
    font-size: 137.931%;
  }
}
.item-txt li.price span.sp-price {
  color: #e50012;
}
.item-txt li.price span.sp-en,
.item-txt02 li.price span.sp-en {
  color: #e50012;
  font-size: 100%;
}
.item-txt li.price span.sp-price span,
.item-txt02 li.price span.sp-price span {
  font-size: 72.5%;
}
.period {
  font-size: 84.6154%;
  color: #ea6da4;
  text-align: center;
  padding: 0.125em 0.5em;
  margin-bottom: 0.3333em;
  border: 1px solid #ea6da4;
  display: block !important;
}
@media screen and (min-width: 720px) {
  .period {
    font-size: 87%;
  }
}
.item-txt li.limited {
  font-size: 84.6154%;
  color: #fff;
  text-align: center;
  padding: 0.125em 0;
  margin-bottom: 0.3333em;
  border: 1px solid #ea6da4;
  background-color: #ea6da4;
}
@media screen and (min-width: 720px) {
  .item-txt li.limited {
    font-size: 89.6552%;
  }
}
.store {
  display: flex;
  color: #fff;
  text-align: center;
}
.store span {
  display: block;
  width: 1.5em;
  padding: 0.25em 0;
  margin-right: 0.25em;
  background-color: #91999e;
}
.store .moriguchi {
  background-color: #ea6da4;
}
.store span.hirakata {
  background-color: #00b9ef;
}
.store span.kyoubashi {
  background-color: #eca219;
}
.store span.kuzuha {
  background-color: #3eb370;
}
.store span.suminodou {
  background-color: #ab66a7;
}
.store-all {
  display: flex;
  width: 100%;
  vertical-align: middle;
}
.bimisyugou {
  display: flex;
  width: 70%;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .bimisyugou {
    width: 40%;
  }
}
.bimisyugou li {
  flex: none;
  width: 107px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .bimisyugou li {
    width: 107px;
  }
}
.tyuui {
  margin-top: 0.5em;
  font-size: 80%;
}

.caution {
  margin: 0 auto;
  width: 90%;
}

/* a.btn_04 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #f56500;
  background: #f56500;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_04:hover {
  color: #f56500;
  background: #fff;
} */

@media screen and (min-width: 720px) {
  .parallel-pc {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0;
    grid-column-gap: 5%;
    grid-row-gap: 0;
    margin: 0 0 2em 0;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .parallel-pc {
    width: 100%;
    margin: 0 0 2em 0;
  }
}
@media screen and (min-width: 720px) {
  .parallel-pc .item-img {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 720px) {
  .parallel-pc .item-txt {
    grid-column: 2/3;
  }
}
/*# sourceMappingURL=kansyasai-spr2022-style.css.map */
