@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: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ffffff;
  background-color: #a7d4e0;
}
@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: #ffffff;
  --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/betsukomi_20251120_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
@media screen and (min-width: 765px) {
  .hero {
    padding: 80% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/betsukomi_20251120_pc.jpg) no-repeat center top/cover;
    margin-bottom: 5em;
  }
}
.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.schedule {
  padding: 0 15%;
  margin: 0 auto;
  margin-bottom: 7em;
}
@media screen and (min-width: 765px) {
  .schedule {
    padding: 0 15%;
    margin-bottom: 5em;
  }
}

.schedule :first-child {
  margin-bottom: 1em;
}
.schedule ul li {
  font-size: 70%;
  line-height: 1.6 !important;
}
@media screen and (min-width: 765px) {
  .schedule ul li {
    font-size: 85%;
  }
}


.schedule_cap p {
  margin: 0;
  padding: 0;
}
.schedule dl {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 1em;
  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%;
  }
}

.cap {
  font-size: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 3em;
}
.cap_02 {
  color: #000 !important;
  font-size: 80%;
  padding: 0 1em 1em 1em;
}
.tokuten {
  width: 95%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5em;
}
@media screen and (min-width: 765px) {
  .tokuten {
    width: 95%;
    margin-bottom: 4em;
  }
}

/* goods_area */
.goods_area {
  width: 95%;
}
.intro_text {
  font-size: 100%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 4em;
  line-height: 3;
}
@media screen and (min-width: 765px) {
  .intro_text {
    font-size: 140%;
    margin-bottom: 4em;
  }
}
.goods_ttl {
  text-align: center !important;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4em;
}
.goods_ttl02 {
  text-align: center !important;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 765px) {
  .goods_ttl,
  .goods_ttl02 {
    width: 90%;
  }
}

.goods_ttl img,
.goods_ttl02 img {
  border: 0.7px solid #5f5f5f;
}
.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),
.item :nth-child(3) {
  font-size: 115%;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 765px) {
  .item :nth-child(2),
  .item :nth-child(3) {
    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;
}
.tokuten {
  font-weight: 600;
}
.tyui01,
.tyui02 {
  font-weight: 600;
  color: #525252;
  text-align: left;
  font-size: 85%;
  margin-bottom: 0.5em;
}
.tyui01 {
  margin-top: 0.5em;
}

.tyui04 {
  color: #525252;
  text-align: left;
  margin-bottom: 5em;
  font-size: 75%;
}
.list_00 {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.tyui_all {
  margin-left: 3em;
}

.button-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-bottom: solid 5px #b80406;
  border-radius: 5px;
  background-color: #e83436;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  transition: 0.5s ease;
  margin-top: 3em;
  margin-bottom: 4em;
  text-decoration: none !important;
}
@media screen and (min-width: 765px) {
  .button-4 {
    width: 70%;
    margin-bottom: 6em;
  }
}

.button-4:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
}
#goods_area .cap_01 {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5em;
  font-size: 130%;
  font-weight: 600;
  line-height: 2;
  color: #fad921 !important;
}

/* 以下はxリンクのボタン */
.x_btn {
  display: block;
  width: 95%;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 5em;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  outline: none;
  color: #ffffff;
  background: linear-gradient(to right, #1b85fb, #fb4d8a);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  padding: 1em;
}
@media screen and (min-width: 765px) {
  .x_btn {
    width: 80%;
  }
}
.x_btn:hover {
  color: #fff;
  background-position: 100% 51%;
}

iframe {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}
/*# sourceMappingURL=furisode_style.css.map */
