@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: #000000;
}
@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: #000000;
  --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/marimekko_20250813_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 5em;
}
@media screen and (min-width: 765px) {
  .hero {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/marimekko_20250813_pc.jpg) no-repeat center top/cover;
    margin-bottom: 7em;
  }
}
.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.schedule {
  padding: 0 5%;
  margin-bottom: 5em;
  text-align: center;
}
@media screen and (min-width: 765px) {
  .schedule {
    padding: 0 8%;
    margin-bottom: 5em;
  }
}
.schedule_ttl {
  font-size: 130% !important;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding: 0.2em;
  line-height: 1.7;
}
@media screen and (min-width: 765px) {
  .schedule_ttl {
    font-size: 160% !important;
  }
}
.schedule_ttl02 {
  border-bottom: 1px solid #000000;
  padding: 1em;
  font-weight: 600;
}
.schedule :first-child {
  margin-bottom: 1em;
}
.schedule li {
  font-size: 100%;
  margin-bottom: 1em;
  line-height: 1.6 !important;
}
.schedule dd span {
  font-size: 80%;
}
.schedule_cap {
  margin-bottom: 5em !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: 110%;
  margin: 0.3em;
  line-height: 1.25;
}
/* .schedule ul li:first-letter {
  font-size: 90%;
  margin: 0.3em;
  vertical-align: 0.105em;
} */

.novelty {
  background-color: #fce6eb;
  width: 100%;
  padding: 2em;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 7em;
}
@media screen and (min-width: 765px) {
  .novelty {
    padding: 4em;
  }
}
.novelty li {
  text-align: center;
}
.novelty h5 {
  font-size: 150%;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  font-weight: 600;
}
.novelty_txt {
  margin-bottom: 1em;
}
.novelty img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 765px) {
  .novelty img {
    width: 100%;
    margin: 0 auto;
  }
}
.novelty ul {
  margin-bottom: 3em;
}
.goods_area {
  width: 95%;
}
.goods_ttl {
  text-align: center !important;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media screen and (min-width: 765px) {
  .goods_ttl {
    width: 70%;
  }
}
.goods {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-evenly !important;
  text-align: center;
}
@media screen and (min-width: 765px) {
  .goods {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.item {
  width: 100%;
  padding: 0;
  margin-bottom: 4.5em;
}
@media screen and (min-width: 765px) {
  .item {
    width: 45% !important;
    margin-bottom: 3em;
    padding: 0.5em;
  }
}
.item img {
  width: 80%;
}
@media screen and (min-width: 765px) {
  .item img {
    width: 100%;
  }
}
.item :nth-child(2) {
  font-size: 115%;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 765px) {
  .item :nth-child(2) {
    font-size: 100%;
    font-weight: 600;
  }
}
.item li {
  font-size: 90%;
  font-weight: 200;
}
@media screen and (min-width: 765px) {
  .item li {
    font-size: 80%;
  }
}
.price {
  font-size: 130% !important;
}
.color {
  font-size: 80% !important;
}
iframe {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}
/*# sourceMappingURL=furisode_style.css.map */
