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

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

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

/*--------------------/ 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 {
  --txt-color: #35373a;
  --main-color: #ed7600;
  --sub-color: #f4ca4a;
  --fz: 3.73333vw;
  --fz-xxl: calc(var(--fz) * 1.714286);
  --fz-xl: calc(var(--fz) * 1.142857);
  --fz-l: calc(var(--fz) * 1.071429);
  --fz-s: calc(var(--fz) * 0.857143);
  --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: calc(var(--fz) * 1.066666);
    --fz-s: calc(var(--fz) * 0.866667);
    --main-xs: calc(var(--fz) * 4.5);
  }
}

main * {
  color: var(--txt-color);
}

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/hokkaido20250911_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/hokkaido20250911_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;
}

.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 var(--txt-color);
}

.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-gentei {
  font-size: var(--fz-l);
  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-icon-2rows {
  bottom: calc(50% + 2px);
}

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

.item-lead {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: var(--fz-l) !important;
  font-weight: bold !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;
}

.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: 50px;

}

.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;
}

/* 
@media screen and (min-width: 765px) {
  .nav-menu ul li a {}
}
.post-footer {
  padding: var(--main-space) 2.5% 0;
  line-height: 1.2;
}
@media screen and (min-width: 765px) {
  .post-footer {
    padding: calc(var(--main-space) * 1.5) 12% 0;
  }
}
.post-footer .announce-01 {
  margin-bottom: calc(var(--main-space) / 3);
}
.post-footer .announce-01 li {
  line-height: 1.25;
}
.post-footer .announce-01 li:first-child {
  color: var(--txt-color);
  font-size: 133.3333%;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.125em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--txt-color);
}
.post-footer .announce-01 li:last-child {
  font-size: 106.6667%;
}
.post-footer .announce-02 {
  margin-bottom: calc(var(--main-space) / 3);
}
.post-footer .announce-02-ttl {
  font-size: 133.3333% !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  padding-bottom: 0.125em !important;
  margin-bottom: 0.5em !important;
  border-bottom: 1px solid var(--txt-color) !important;
}
.post-footer .announce-02 li {
  font-size: 100%;
  text-indent: -1em;
  line-height: 1.2;
  margin-bottom: 0.125em;
  margin-left: 1em;
}
@media screen and (min-width: 765px) {
  .post-footer .announce-02 li {
    font-size: 106.6667%;
    letter-spacing: normal;
  }
}
.post-footer .announce-02 li span {
  font-size: 87.5%;
}
.post-footer .announce-02 li::first-letter {
  font-size: 80%;
  margin: 0 0.1em;
  vertical-align: 5%;
}
.post-footer .attention {
  color: var(--main-color) !important;
  font-size: 133.3333% !important;
  font-weight: bold !important;
  line-height: 1.25 !important;
  margin-bottom: calc(var(--main-space) / 2);
}
.post-footer .caption li {
  font-size: 100%;
  line-height: 1.2;
  text-indent: -1em;
  margin-bottom: 0.125em;
  margin-left: 1em;
}
@media screen and (min-width: 765px) {
  .post-footer .caption li {
    font-size: 106.6667%;
    letter-spacing: normal;
  }
}
.post-footer .caption li::first-letter {
  font-size: 80%;
  margin: 0 0.1em;
  vertical-align: 5%;
} */

.post-header-attention li {
  font-size: var(--fz-s);
  line-height: 1.25;
}

.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:27em;

}

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";
}

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

#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;
}

#section-01 .item-2column-b,
#section-02 .item-2column-b,
#section-03 .item-2column-b,
#section-04 .item-2column-b,
#section-05 .item-2column-b {
  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";
}

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

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

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

#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-sub-box,
#section-02 .item-2column-b .item-sub-box,
#section-03 .item-2column-b .item-sub-box,
#section-04 .item-2column-b .item-sub-box,
#section-05 .item-2column-b .item-sub-box {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5%;
  column-gap: 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 .item-lead-addition,
#section-02 .item-lead-addition,
#section-03 .item-lead-addition,
#section-04 .item-lead-addition,
#section-05 .item-lead-addition {
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: 35% 1fr;
  grid-template-areas: "item-img item-lead" "item-img item-txt";
}

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

  #section-01 .item-lead-addition,
  #section-02 .item-lead-addition,
    #section-03 .item-lead-addition,
    #section-04 .item-lead-addition,
    #section-05 .item-lead-addition {
    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-lead" "item-txt";
  }
}

#section-01 .item-lead-addition .item-name .ls-adjust,
#section-02 .item-lead-addition .item-name .ls-adjust,
#section-03 .item-lead-addition .item-name .ls-adjust,
#section-04 .item-lead-addition .item-name .ls-adjust,
#section-05 .item-lead-addition .item-name .ls-adjust {
  letter-spacing: -0.075em;
}

#section-01,
#section-03,
#section-04,
#section-05
 {
  background-color: #EC7600;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 10%;
}
#section-02,
#section-04 {
  background-color: #EDEDED;
  border-radius: 30px;
    padding: 20px;
      margin-bottom: 20px;
}

/* 001 */
.BBQbutton001 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  margin-top: 0 !important;
  width: 100%;
  padding: 0 25px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.BBQbutton001 a:hover {
  opacity: 0.7;
  /*不透明度を70%に*/
}

@media screen and (min-width: 765px) {
  .BBQbutton001 a {
    width: 100%;
    margin-top: 2em !important;
  }
}

/* 002 */
.chirashibutton002 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  margin-top: 4em !important;
  width: 100%;
  padding: 0 25px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.chirashibutton002 a:hover {
  opacity: 0.7;
  /*不透明度を70%に*/
}

@media screen and (min-width: 765px) {
  .chirashibutton002 a {
    width: 80%;
    margin-top: -2em !important;
  }
}

/*# sourceMappingURL=kamigata-style.css.map */

.bbq_text{
  font-size: 1.1em;
  padding-bottom: 10px;
}

@media screen and (min-width: 765px) {
  .bbq_text {
      font-size: 1.5em;
      padding-bottom: 10px;
    }
  }

.bento{
  padding-top: 10px;
}

/* .bbq_text_fff {
  font-size: 1.1em;
  padding-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 765px) {
  .bbq_text_fff {
    font-size: 1.5em;
    padding-bottom: 10px;
      color: #fff;
  }
} */
