@charset "UTF-8";

main * {
  box-sizing: border-box;
}

main img {
  max-width: 100%;
}

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

.detailSection .entryBlock p {
  font-size: 1rem;
  margin: initial;
}

.sp-only {
  display: block;
}

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

.pc-only {
  display: none;
}

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

/*--------------------/ main /-------------------*/
main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "Roboto", "游ゴシック", "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: 15px;
  }
}

@media screen and (min-width: 820px) {
  main {
    width: 820px;
    font-size: 15px;
  }
}

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: 780px;
  }
}

main p.go-top a:hover {
  opacity: 1;
}


/*--------------------/ main settings MT記入時にbodyタグ削除により無効となる /--------------------*/
.main_container {
  width: 100vw;
  margin: 0 auto;
}

@media screen and (min-width: 765px) {
  .main_container {
    width: 720px;
  }
}

@media screen and (min-width: 820px) {
  .main_container {
    width: 820px;
  }
}

main {
  width: auto;
}

/*--------------------/ style css /--------------------*/
main {
  --fz: 3.73333vw;
  --fz-xxl: calc(var(--fz) * 1.714286);
  --fz-xl: calc(var(--fz) * 1.142857);
  --fz-l: 1em;
  --fz-s: 1.2em;
  --fz-xs: calc(var(--fz) * 0.8);
  /* --main-space: calc(var(--fz) * 3); */
}

@media screen and (min-width: 765px) {
  main {
    --fz: 15px;
    --fz-xxl: calc(var(--fz) * 2.133333);
    --fz-xl: calc(var(--fz) * 1.2);
    --fz-l: 1.3em;
    --fz-s: 1.2em;
    --main-xs: calc(var(--fz) * 4.5);
  }
}

main * {}

main>*+* {}

/* @media screen and (min-width: 765px) {
  main>*+* {
      padding-top: calc(var(--main-space) * 2);
    }
  } */

.hero {
  width: auto;
  padding: 90.243902439% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/20250717_oosakaeemono_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 765px) {
  .hero {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/20250717_oosakaeemono_pc.jpg) no-repeat center top/cover;
  }
}



.hero li {
  position: absolute;


}

.item {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  /* grid-template-columns: 33% 1fr; */
  grid-template-areas: "item-img item-txt" "item-img item-txt";
  row-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: flex-start;
}

@media screen and (min-width: 765px) {
  .item {
    width: 31.3333%;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    grid-template-columns: auto;
    grid-template-areas: "item-img" "item-txt" "item-txt";
  }
}

.item-brand {
  line-height: 1;
  padding-top: 4px;
  font-weight: bold;
}

.item-brand i {
  font-size: var(--fz-s);
  font-style: normal;
  padding: 0.125em 0.5em;
  margin-right: 0.25em;
  vertical-align: 0.0625em;
  border: 1px solid #35373a;
}

.item-brand .word-break {
  display: block;
  margin-top: 0.5em;
}

.item-container {
  padding: 2.5%;
  /* margin-top: calc(var(--main-space) / 2); */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* row-gap: var(--main-space); */
  -moz-column-gap: 3%;
  column-gap: 3%;
}

@media screen and (min-width: 765px) {
  .item-container {
    padding: 0;
  }
}

.item-icon {
  position: absolute;
  bottom: 2px;
  left: 2px;
  display: flex;
  align-items: flex-end;
}

.item-icon .icon-demo,
.item-icon .icon-newcomer {
  color: #fff;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  background-color: #009fe8;
}

.item-icon .icon-food-court {
  width: 40%;
  margin-right: 0.5em;
}

.item-icon .icon-newcomer {
  font-size: var(--fz-l);
  background-color: #e50012;
}

.item-icon .icon-demo {
  font-size: var(--fz-l);
}

.item-icon .icon-gentei {
  font-size: var(--fz-l);
  color: #ea6da4;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  background-color: #FFF;

}




.item-gentei{
  color: #FFF;
    font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding: 0.25em 0.5em;
    margin-right: 0.25em;
    background-color: #ea6da4;
}

.item-yakitate{
  padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;
}


.item-icon-2rows {
  bottom: calc(50% + 2px);
}

.item-img {
  position: relative;
  grid-area: item-img;
}

.item-lead {
  font-family: "Yu Gothic", " 游ゴシック", YuGothic, " 游ゴシック体", " ヒラギノ角ゴ Pro W3", " メイリオ", sans-serif !important;
  font-size: var(--fz-l) !important;

  line-height: 1.3333 !important;
  grid-area: item-lead !important;
}

.item-name {
  font-size: var(--fz-xl);
  line-height: 1;
  margin-top: 0.3333em;
  font-weight: bold !important;
}

.item-name .fz-adjust {
  font-size: var(--fz-s);
}

.item-price {
  text-align: right;
  line-height: 1;
  padding-bottom: 0.125em;
  margin-top: 0;
  border-bottom: 1px solid var(--txt-color);
}

.item-price b {
  font-size: calc(var(--fz) * 1.571429);
  font-weight: normal;
  margin-left: 0.125em;
}

@media screen and (min-width: 765px) {
  .item-price b {
    font-size: calc(var(--fz) * 1.866667);
  }
}

.item-price em {
  color: #e50012;
  font-style: normal;
  font-weight: bold;
}

.item-price em b {
  color: inherit;
  font-weight: inherit;
}

.item-price-adjust-sp {
  margin-top: -1.5em;
}

.item-txt {
  grid-area: item-txt;
  align-self: end;
}

.item .ls-adjust {
  letter-spacing: -0.04em;
}

.item .ls-adjust-condense {
  letter-spacing: -0.09em;
}

.item .item-name-adjust {
  margin-top: 0.3333em;
}

@media screen and (min-width: 765px) {
  .item .item-name-adjust {
    margin-top: 0.85em;
  }
}

.item .item-price-adjust {
  margin-top: -1.5em;
}

@media screen and (min-width: 765px) {
  .item .item-price-adjust {
    margin-top: -1.75em;
  }
}

.item .ltd {
  margin-top: 0.5em;
}

.item .ltd .ltd-amount,
.item .ltd .ltd-date {
  color: #fff;
  font-size: var(--fz-s);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 0.3333em 0;
  border: 1px solid #ea6da4;
  background-color: #ea6da4;
}

@media screen and (min-width: 765px) {

  .item .ltd .ltd-amount,
  .item .ltd .ltd-date {
    font-size: var(--fz-s);
  }
}

.item .ltd .ltd-date {
  color: #ea6da4;
  background-color: #fff;
}

.item .ltd-amount-b {
  color: #fff;
  font-size: var(--fz-s);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  border: 1px solid #ea6da4;
  background-color: #ea6da4;
  display: inline-block;
}

.nav-menu {
  width: 100%;
  padding-bottom: 20px;

}

.nav-menu a:hover {
  opacity: 0.7;
}

.nav-menu ul {
  display: grid;
}

.nav-menu ul li {
  text-align: center;
}

.nav-menu ul li a {
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
  transition-duration: 0.3s;
}

.post-header-attention li {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 10px;
  padding-top: 5px;
}

.post-header-attention li:first-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.post-header-attention li:first-child img {
  width: 15%;
  margin-right: 0.5em;
}

.post-header-attention li:last-child {
  margin-top: 0.5em;
  text-align: right;
}

.post-header-attention li:last-child::first-letter {
  font-size: 80%;
  margin: 0.1em;
  vertical-align: 0.1em;
}

section h5 {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}

section h5 .ttl {
  width: 20em;
  padding-top: 10px;

}

section h5 .ttl img {
  max-height: 140%;
}

@media screen and (min-width: 765px) {
  section h5 .ttl {
    width: 30em;
  }
}

section h5 .ttl1 {
  width: 23em;

}

@media screen and (min-width: 765px) {
  section h5 .ttl1 {
    width: 50em;
  }
}

section h5 .ttl-eycatch {
  width: 10%;
  height: auto;
}

/* --------------------/ .section-01 custom settings /-------------------- */
#section-01 .item-2column,
#section-02 .item-2column,
#section-03 .item-2column,
#section-04 .item-2column,
#section-05 .item-2column {
  width: 100%;
  grid-template-columns: auto;
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  grid-template-areas: "item-img" "item-lead" "item-txt";
  padding-bottom: 20px;
}

@media screen and (min-width: 765px) {

  #section-01 .item-2column,
  #section-02 .item-2column,
  #section-03 .item-2column,
  #section-04 .item-2column,
  #section-05 .item-2column {
    width: 48.5%;
    padding-bottom: 20px;
  }
}

#section-01 .item-2column .item-icon .icon-food-court,
#section-02 .item-2column .item-icon .icon-food-court,
#section-03 .item-2column .item-icon .icon-food-court,
#section-04 .item-2column .item-icon .icon-food-court,
#section-05 .item-2column .item-icon .icon-food-court {
  width: 30%;
}

#section-01 .item-2column .item-price,
#section-02 .item-2column .item-price,
#section-03 .item-2column .item-price,
#section-04 .item-2column .item-price,
#section-05 .item-2column .item-price {
  margin-top: 0;
}

#section-01 .item-2column .ltd .ltd-date,
#section-02 .item-2column .ltd .ltd-date,
#section-03 .item-2column .ltd .ltd-date,
#section-04 .item-2column .ltd .ltd-date,
#section-05 .item-2column .ltd .ltd-date {
  font-size: var(--fz);
}

#section-01 .item-2column .item-name-adjust,
#section-02 .item-2column .item-name-adjust,
#section-03 .item-2column .item-name-adjust,
#section-04 .item-2column .item-name-adjust,
#section-05 .item-2column .item-name-adjust {
  margin-top: 0.8em;
}

#section-01 .item-2column .item-price-adjust,
#section-02 .item-2column .item-price-adjust,
#section-03 .item-2column .item-price-adjust,
#section-04 .item-2column .item-price-adjust,
#section-05 .item-2column .item-price-adjust {
  margin-top: -1.75em;
}


.item-lead,
.item-txt {
  margin: 0 15px;

}

#section-01 .item-2column-b .item-img-small,
#section-02 .item-2column-b .item-img-small,
#section-03 .item-2column-b .item-img-small,
#section-04 .item-2column-b .item-img-small,
#section-05 .item-2column-b .item-img-small {
  width: 48.5%;
}


#section-01 .item-2column-b .item-txt,
#section-02 .item-2column-b .item-txt,
#section-03 .item-2column-b .item-txt,
#section-04 .item-2column-b .item-txt,
#section-05 .item-2column-b .item-txt {
  width: 48.5%;
}

#section-01 .item-2column-b .item-txt-sub-box,
#section-02 .item-2column-b .item-txt-sub-box,
#section-03 .item-2column-b .item-txt-sub-box,
#section-04 .item-2column-b .item-txt-sub-box,
#section-05 .item-2column-b .item-txt-sub-box {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

#section-01 .item-2column-b .item-txt .item-price,
#section-02 .item-2column-b .item-txt .item-price,
#section-03 .item-2column-b .item-txt .item-price,
#section-04 .item-2column-b .item-txt .item-price,
#section-05 .item-2column-b .item-txt .item-price {
  margin-top: 0;
}



#section-01,
#section-03,
#section-04,
#section-05,
#section-02,
#section-04 {
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/20250717_oosakaeemono_backcolor.jpg) no-repeat center top/cover;
  border-radius: 30px;

  margin-bottom: 20px;
  color: #35373a;

}

@media screen and (min-width: 765px) {

  #section-01,
  #section-03,
  #section-04,
  #section-05,
  #section-02,
  #section-04 {
    background-color: #FFF;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 20px;
    color: #35373a;

  }
}




.chirashibutton ul {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 765px) {
  .chirashibutton ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 765px) {
  .chirashibutton ul li {
    margin: 5px;

  }
}

.chirashibutton li {
  padding-bottom: 20px;
}

.post-footer {
  margin: 20px;
  font-size: 0.6em;
}

@media screen and (min-width: 765px) {
  .post-footer {
    margin: 20px;
    font-size: 1em;
  }
}

.chirashibutton2 img{
  padding-bottom: 20px;
}