@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);
}

.ls-adjust {
  letter-spacing: -0.02em;
}

.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-01-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-01-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:first-child,
.nav_kinds li:nth-child(2),
.nav_kinds li:nth-child(3),
.nav_kinds li:nth-child(4),
.nav_kinds li:last-child {
  border-bottom: 1px solid #ea6da4;
}

@media screen and (min-width: 720px) {
  .nav_kinds li:first-child,
  .nav_kinds li:nth-child(2),
  .nav_kinds li:nth-child(3),
  .nav_kinds li:nth-child(4),
  .nav_kinds li:last-child {
    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;
}

#sweets-section,
#bakery-section,
#wagashi-section,
#others-section,
#delica-section {
  margin-bottom: 5em;
}

#sweets-section h5,
#bakery-section h5,
#wagashi-section h5,
#others-section h5,
#delica-section h5 {
  color: #ff3347;
  font-size: 180%;
  text-align: center;
}

#sweets-section h5::after,
#bakery-section h5::after,
#wagashi-section h5::after,
#others-section h5::after,
#delica-section h5::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-01-aut-sp_heading-bg-sp.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 720px) {
  #sweets-section h5::after,
  #bakery-section h5::after,
  #wagashi-section h5::after,
  #others-section h5::after,
  #delica-section h5::after {
    padding: 6px 0 0;
    margin: 0.25em auto 2em;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/kansyasai2025-01-aut_heading-bg.jpg) no-repeat center bottom/cover;
  }
}

.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;
  }
}
@media screen and (min-width: 720px) {
  .item:nth-child(6n) {
    margin: 0 0 2em 0 !important;
  }
}
.item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (min-width: 720px) {
  .item-container {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item-lead {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 100%;
  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: 90%;
  }
}
.item-img {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 720px) {
  .item-img {
    grid-column: auto;
    grid-row: 1/2;
  }
}
.item-txt {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 720px) {
  .item-txt {
    grid-column: auto;
    grid-row: 3/4;
  }
}
.item-txt li {
  line-height: 1.25;
}
.item-txt li.item-name {
  margin-bottom: 0.5em;
}
.item-txt li.price {
  margin-bottom: 0.5em;
  text-align: right;
}
.item-txt li.price span {
  font-size: 123.0769%;
}
@media screen and (min-width: 720px) {
  .item-txt li.price span {
    font-size: 137.931%;
  }
}
.item-txt li.price span.sp-price {
  color: #e50012;
}
.item-txt li.price span.sp-en {
  color: #e50012;
  font-size: 100%;
}
.item-txt li.price span.sp-price span {
  font-size: 72.5%;
}
.item-txt li.period {
  font-size: 84.6154%;
  color: #ea6da4;
  text-align: center;
  padding: 0.125em 0;
  margin-bottom: 0.3333em;
  border: 1px solid #ea6da4;
}
@media screen and (min-width: 720px) {
  .item-txt li.period {
    font-size: 89.6552%;
  }
}
.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%;
  }
}
.item-txt li.store {
  display: flex;
  color: #fff;
  text-align: center;
}
.item-txt li.store span {
  display: block;
  width: 1.5em;
  padding: 0.25em 0;
  margin-right: 0.25em;
  background-color: #91999e;
}
.item-txt li.store span.moriguchi {
  background-color: #ea6da4;
}
.item-txt li.store span.hirakata {
  background-color: #00b9ef;
}
.item-txt li.store span.kyoubashi {
  background-color: #eca219;
}
.item-txt li.store span.kuzuha {
  background-color: #3eb370;
}
.item-txt li.store span.suminodou {
  background-color: #ab66a7;
}
.item-txt li span {
  font-size: 80%;
}

.item-group {
  width: 100%;
  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 0 2em 0;
}
@media screen and (min-width: 720px) {
  .item-group {
    width: 47.5%;
    margin: 0 5% 2em 0;
  }
}
.item-group:nth-child(2n),
.item-group:nth-child(4n),
.item-group:last-child {
  margin: 0 0 2em 0;
}

.item-group:first-child,
.item-group:nth-child(3n),
.item-group:nth-child(5n) {
  margin: 0 5% 2em 0;
}
.item-group:last-child {
  margin: 0 0 2em 0;
}
.item-group .item {
  width: 100%;
}
.item-group .item-lead {
  grid-column: auto;
  grid-row: 2/3;
}
.item-group .item-img {
  grid-column: auto;
  grid-row: 1/2;
}
.item-group .item-txt {
  grid-column: auto;
  grid-row: 3/4;
}
.item-group .item-txt .item-name {
  margin-bottom: -1.5em;
}
.item-group .item-txt .item-name span {
  font-size: 81.25%;
}
.item-group .item-txt .item-name-b {
  margin-bottom: -1.5em;
}
@media screen and (min-width: 720px) {
  .item-group .item-txt .item-name-b {
    margin-bottom: 0;
  }
}
.item-group .item-txt .item-name-b span {
  font-size: 81.25%;
}
.item-group .item-txt .item-name-c {
  margin-bottom: 0;
}
.item-group .item-txt .item-name-c span {
  font-size: 81.25%;
}
.item-group .item-txt .period-b {
  margin-bottom: 1.5em;
}


@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 */
