@charset "UTF-8";

.bg_pattern {
  width: auto;
  padding: calc(var(--main_space) / 2) calc(var(--main_space) / 2) var(--main_space);
  margin: 0 auto calc(var(--main_space) / 3);
  background-image: url(https://www.keihan-dept.co.jp/moriguchi/news/p0105_l.jpeg);
  background-repeat: repeat;
  background-position: center top, center top;
  background-size: contain, contain;
  /* background-image: url(../images/p0105_l.jpeg) repeat 0 0 / cover;
  background-size: cover;
  height: auto; */
  display: block;
}

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: #595757;
}
@media screen and (min-width: 720px) {
  main {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  main {
    width: 820px;
    font-size: 16px;
  }
}

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

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

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

/*--------------------/ 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 {
  --main_color: #0e1736;
  --sub_color: #faf0dc;
  --accent_color: #ba8cbd;
  --txt_color: #595757;
  --main_space: 3em;
}
main * {
  color: var(--txt_color);
}
@media screen and (min-width: 765px) {
  main {
    --main_space: 4.5em;
  }
}

.contact {
  font-size: 100% !important;
  line-height: 1.25 !important;
  padding: 5% 5% !important;
  /* margin-bottom: var(--main_space) !important; */
  margin-top: 2em !important;
  text-align: center;
  line-height: 10;
}
@media screen and (min-width: 765px) {
  .contact {
    font-size: 125% !important;
    padding: 0 !important;
    margin-top: 2em;
    line-height: 7 !important;
  }
}

.hero {
  width: auto;
  padding: 100% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/bungunuma_20251002_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
@media screen and (min-width: 765px) {
  .hero {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/bungunuma_20251002_pc.jpg) no-repeat center top/cover;
  }
}
.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.schedule {
  padding: 0 5%;
  margin-bottom: 5em;
}
@media screen and (min-width: 765px) {
  .schedule {
    padding: 0 8%;
    margin-bottom: 5em;
  }
}
.schedule li {
  font-size: 120%;
  margin-bottom: 1em;
  line-height: 1.6 !important;
}
.schedule dl {
  font-size: 120%;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (min-width: 765px) {
  .schedule dl {
    margin-bottom: 1em;
    font-size: 100%;
  }
}
.schedule dl dd {
  font-size: 125%;
  line-height: 1.2;
}
@media screen and (min-width: 765px) {
  .schedule dl dd {
    font-size: 175%;
  }
}
.schedule dl dd span {
  font-size: 64.2857%;
}
.schedule dl dt {
  font-size: 125%;
  line-height: 1;
  padding: 0.125em 0;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid var(--txt_color);
  display: inline-block;
}
@media screen and (min-width: 765px) {
  .schedule dl dt {
    font-size: 175%;
  }
}
.schedule ul {
  margin-top: 4em;
  margin-bottom: 4em;
}
.schedule ul li {
  font-size: 100%;
  margin: 0.3em;
  line-height: 1.25;
}

.schedule ul li:first-child {
  font-weight: 600;
  font-size: 180%;
}
/* #goods_area {
  z-index: 99997 !important;
} */
.goods_area {
  width: 95%;
}
.goods_ttl {
  text-align: center !important;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 765px) {
  .goods_ttl {
    width: 70%;
  }
}
.goods_ttl_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 765px) {
  .goods_ttl_head {
    flex-direction: row;
  }
}
.goods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  column-gap: 1em;
}
@media screen and (min-width: 765px) {
  .goods {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.item,
.item02 {
  width: 43%;
  padding: 0;
  margin-bottom: 2.5em;
  text-align: center;
  justify-content: space-between;
}
@media screen and (min-width: 765px) {
  .item,
  .item02 {
    width: 30% !important;
    margin-bottom: 2.5em;
    padding: 0.5em;
    text-align: left;
  }
}
.item img {
  width: 100%;
}
@media screen and (min-width: 765px) {
  .item img {
    width: 100%;
  }
}
.item :last-child {
  font-size: 90%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.item02 :last-child {
  margin-top: 0.6em;
  font-size: 70%;
}
@media screen and (min-width: 765px) {
  .item :last-child,
  .item02 :last-child {
    font-size: 80%;
  }
}
.item li,
.item02 li {
  width: 100%;
  font-size: 80%;
  font-weight: 200;
}
@media screen and (min-width: 765px) {
  .item li,
  .item02 li {
    font-size: 70%;
  }
}
.item :last-child span {
  font-size: 130%;
}
.program-name {
  font-size: 100% !important;
  color: #689b70;
  font-weight: bold !important;
  background: linear-gradient(transparent 60%, #f9d39a 60%);
  background-size: 100% 100%;
  margin: 0.6em 0;
}
@media screen and (min-width: 765px) {
  .program-name {
    font-size: 105% !important;
  }
}
.program-name span {
  color: #689b70;
  font-size: 70% !important;
}
.price_big {
  font-size: 90% !important;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 765px) {
  .price_big {
    font-size: 80% !important;
  }
}
.price_big span {
  font-size: 130% !important;
}
.event {
  background-color: #faebdc;
  padding: 0 0.5em 0.5em 0.5em;
  font-size: 110% !important;
}
.evettl {
  color: #689b70;
  margin: 0.6em 0;
  font-weight: 600 !important;
  font-size: 100% !important;
}
.evettl span {
  color: #d08e2b;
}
.event-date {
  color: #ad3988;
}

/* ボタン */
.other_link a {
  background: #fbe3d8;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 15px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.other_link a:hover {
  background: #e88f46;
  color: #fff;
}
.other_link 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: 10px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.other_link a:hover:after {
  border-color: #fff;
}
/* .program-txt {
  text-align: left;
} */
.caution {
  font-size: 80% !important;
  font-weight: 300 !important;
  width: 300px;
}

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