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

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

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

.pc_work {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc_work {
    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, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #111;
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 15px;
  }
}

.post_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .post_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);
}

#main {
  --main_space: 3em;
  --main_color: #c30d23;
  --red: #821400;
  --green: #1e463e;
  --orange: #d2640a;
  --pink: #e75297;
}
@media screen and (min-width: 720px) {
  #main {
    --main_space: 4.5em;
  }
}

/*---------------------/ 売り場ニュースの回数表示を表示させない /--------------------*/
.detailSection .infoBlock,
.shopBlock:nth-child(3) {
  display: none;
}

/*--------------------/ #main settings MT記入時にbodyタグ削除により無効となる /--------------------*/
.main_container {
  width: 100vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .main_container {
    width: 720px;
  }
}
@media screen and (min-width: 820px) {
  .main_container {
    width: 820px;
  }
}

#main {
  width: auto;
}

/*--------------------/ style css /--------------------*/
/*--------------------/ あいさつ /--------------------*/
.greeting {
  margin: 0 auto;
  text-align: center;
  line-height: 3;
  margin-bottom: 3em;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.greeting img {
  width: 50%;
}
@media screen and (min-width: 720px) {
  .greeting img {
    width: 30%;
  }
}
/*--------------------/ あいさつ終わり /--------------------*/
.event-ttl {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .event-ttl {
    width: 60%;
  }
}
/*--------------------/ スペシャルイベント /--------------------*/
#special_event {
  background-color: #f7f0e0;
  padding: 1em;
}
#limited_items {
  background-color: #f7e5e0;
  padding: 1em;
}
#renewal {
  background-color: #f0f7e0;
  padding: 1em;
  text-align: center;
}
#event-info {
  background-color: #e0f2f7;
  padding: 1em;
}
.cap {
  font-size: 80%;
  text-indent: -1em;
  padding-left: 1em;
}
.cap02 {
  text-indent: -1em;
  padding-left: 1em;
}

.store {
  width: 98%;
  padding: 2em;
  margin: 0 auto;
  background-color: #ffffff;
  font-size: 14px;
  text-align: center;

  /* 角丸のスタイル */
  border-radius: 24px;
  margin-bottom: var(--main_space);
}
@media screen and (min-width: 720px) {
  .store {
    width: 90%;
    padding: 3em;
  }
}
.event-sub-ttl_01 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 720px) {
  .event-sub-ttl_01 {
    width: 100%;
  }
}

.event-content {
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2em;
}
/* .store ul:last-child li.ls_adjust {
  letter-spacing: -0.03em;
} */
@media screen and (min-width: 720px) {
  .event-content {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-bottom: 3em;
  }
}
.mainasu {
  margin-bottom: -0.5em;
}

.event-content span {
  color: #ff0000;
}
.event-content b {
  font-size: 70%;
}
.event-content img {
  margin: 1em 0;
}

.event-content li:first-child,
.event-content li:nth-child(2) {
  font-size: 125%;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-left: 0;
  font-weight: 600;
}
@media screen and (min-width: 720px) {
  .event-content li:first-child,
  .event-content li:nth-child(2) {
    font-size: 158%;
  }
}

.ticket {
  padding: 1em;
  border: 1px solid #18933b;
  text-align: left;
  font-size: 90%;
}
@media screen and (min-width: 720px) {
  .ticket {
    padding: 2em;
  }
}

.ticket li:first-child,
.ticket li:nth-child(2) {
  font-size: 115%;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: 600;
}
.ticket h4 {
  font-weight: 600;
  font-size: 140%;
  color: #18933b;
}
@media screen and (min-width: 720px) {
  .ticket h4 {
    font-size: 170%;
  }
}
.ticket li span {
  color: #ff0000;
}
/* 感謝祭企画品・美味 */
.limited,
.limited02 {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .limited {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 720px) {
  .limited02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.limited_01 {
  padding: 1%;
}
.limited_02 {
  width: 100%;
  padding: 1%;
  margin-bottom: 2em;
}
@media screen and (min-width: 720px) {
  .limited_02 {
    width: 50%;
    margin-bottom: 2em;
  }
}
.limited_01 li,
.limited_02 li {
  margin-bottom: 1em;
}
/* リニューアル */
.renewal-img {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 720px) {
  .renewal-img {
    width: 60%;
  }
}
#renewal ul {
  margin-bottom: 2em;
}
#renewal ul li {
  line-height: 2;
}
/* 002 */
.button002 a {
  background: #f5c38d;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button002 a:hover {
  background: #a35710;
  color: #fff;
}
.button002 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #fff;
}
/* 003 */
.button003 a {
  background: #fcee21;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button003 a:hover {
  background: #313131;
  color: #fff;
}
.button003 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #fff;
}
/*--------------------/ .mv .project_outline .store .early_bird_discount .ec  /--------------------*/
.caption {
  width: auto;
  margin: 0 auto;
  margin-top: 1em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.caption li {
  color: #111;
  font-size: 87.5%;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 720px) {
  .caption li {
    font-size: 93.3333%;
  }
}
.caption li::first-letter {
  font-size: 80%;
  vertical-align: 0.1em;
  margin-right: 0.125em;
}

.mv {
  width: auto;
  padding: 100% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/kannsyasai2025_event_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .mv {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/kannsyasai2025_event_pc.jpg) no-repeat center top/cover;
  }
}
.mv li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.nav {
  width: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
@media screen and (min-width: 720px) {
  .nav {
    flex-direction: row;
    margin-bottom: 3em;
  }
}
.nav li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .nav li {
    width: 33.3333%;
  }
}
.nav li a {
  color: #111;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 0.5em 0;
  background-color: #f7b400;
  border-bottom: 1px solid #fff;
  display: block;
  transition-duration: 0.3s;
}
@media screen and (min-width: 720px) {
  .nav li a {
    border-bottom: none;
  }
}
.nav li a:hover {
  opacity: 0.7;
}

.period li {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 90%;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .period li {
    font-size: 120%;
  }
}
.period li:first-child {
  font-size: 150%;
  line-height: 1;
  margin: 0.25em 0;
}
@media screen and (min-width: 720px) {
  .period li:first-child {
    font-size: 200%;
    line-height: 1.5;
    margin: 0;
  }
}
.period li:first-child b {
  font-size: 150%;
  font-weight: lighter;
}
.period li:first-child span {
  font-size: 75%;
}
.period li:last-child {
  margin-top: 0.15em;
}
.period li:last-child span {
  color: #fff;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  background-color: var(--main_color);
}

.project_outline {
  padding: calc(var(--main_space) / 2) 0 var(--main_space);
}
.project_outline li {
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
.project_outline li:last-child {
  font-size: 110%;
  letter-spacing: -0.025em;
  padding-left: 15%;
  padding-right: 5%;
}
@media screen and (min-width: 720px) {
  .project_outline li:last-child {
    font-size: 120%;
    padding-right: 0;
  }
}

.ltd {
  color: var(--main_color);
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-right: -0.5em;
}



.preferential {
  color: #fff;
  font-size: 80%;
  line-height: 1;
  padding: 0.25em;
  margin-left: 0.5em;
  background-color: var(--pink);
  border-radius: 1.5em;
  vertical-align: 0.1em;
}

.supervision {
  color: var(--main_color);
  font-size: 80%;
  font-weight: bolder;
  padding: 0.25em 0.5em;
  border: 1px solid var(--main_color);
  margin-left: 0.5em;
  vertical-align: 0.1em;
}

/*# sourceMappingURL=osechi2023_style.css.map */
