<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.jpTitle {
  font-feature-settings: inherit;
}

@media (max-width: 989px) {
  .jpTitle {
    font-size: 2rem;
  }
}
.secTitle {
  font-size: 1.6rem;
}

@media (max-width: 989px) {
  .secTitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 989px) {
  .secTitle span {
    font-size: 3.5rem;
  }
}
.lead {
  font-size: 1.9rem;
  font-feature-settings: inherit;
}

@media (max-width: 989px) {
  .lead {
    font-size: 1.4rem;
  }
}
.breadcrumbs {
  padding: 20px 0;
  color: #666;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbsList {
  padding: 4px 0;
  font-size: 1.3rem;
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .breadcrumbsList {
    padding: 10px 0;
    padding-left: 20px;
    line-height: 1.6;
  }
}
.breadcrumbsList li {
  display: inline;
}

@media (max-width: 767px) {
  .breadcrumbsList li:first-child {
    margin-left: -18px;
  }
}
.breadcrumbsList li a {
  color: inherit;
}

.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  color: #4D4D4D;
  margin: 0 10px 1px 8px;
  transform: rotate(45deg);
}

.breadcrumbsList li a .icon_home {
  fill: #666;
  width: 12px;
  height: 13px;
  vertical-align: middle;
  margin: 0 7px 3px 0;
}

.btnS.toTop a .icon {
  margin: 0;
  margin-left: 8px;
  margin-bottom: 2px;
}

.toTop {
  padding: initial;
  width: initial;
  border-bottom: initial;
  margin: 0;
}

/* =========================================================
  kv
  ========================================================= */
.kv.asakusa {
  background: url(/img/fireworks/kv.jpg) no-repeat center/cover;
}

.kv.okachimachi {
  background: url(/okachimachi/img/fireworks/kv.jpg) no-repeat center/cover;
}

@media (max-width: 1024px) {
  .kv.asakusa {
    background: url(/img/fireworks/kv_sp.jpg) no-repeat center/cover;
  }
  .kv.asakusa,
  .kv.okachimachi {
    height: 500px;
  }
}
.kv .textArea {
  width: 645px !important;
}

@media (max-width: 1024px) {
  .kv .textArea {
    width: 90% !important;
  }
}
/* =========================================================
concept
========================================================= */
.concept .shareBtn {
  background: none;
}

/* =========================================================
GALLERY
  ========================================================= */
.gallery {
  background: #162337;
}
.gallery ul {
  display: flex;
  gap: 45px;
}
@media (max-width: 767px) {
  .gallery ul {
    flex-direction: column;
    gap: 30px;
  }
}
.gallery ul figcaption {
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .gallery ul figcaption {
    margin-top: 10px;
  }
}

/* =========================================================
reserve
  ========================================================= */
.reserve {
  background: #232f42;
}
@media (max-width: 767px) {
  .reserve {
    background: #162337;
  }
}
.reserve .wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .reserve .wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.reserve .btn {
  margin-top: 0;
}
.reserve .btn a {
  width: 380px;
  padding: 0 40px 0 5px;
}

/* =========================================================
detail
========================================================= */
.hotelList {
  margin-top: 30px !important;
  display: block !important;
}

@media (max-width: 1024px) {
  .hotelList {
    margin-top: 0 !important;
  }
}
.detail ul.hotelList &gt; li {
  display: flex !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  .detail ul.hotelList li {
    flex-direction: column;
  }
}
.detail ul.hotelList li .imgBox {
  width: 48%;
}

@media (max-width: 1024px) {
  .detail ul.hotelList li .imgBox {
    width: 100%;
    text-align: center;
  }
}
.detail ul.hotelList li .textBox {
  width: 48%;
}

@media (max-width: 1024px) {
  .detail ul.hotelList li .textBox {
    width: 100%;
  }
}
.detail ul.hotelList li .textBox h3 {
  padding: 5px 0 22px !important;
  line-height: 1;
}
@media (max-width: 1024px) {
  .detail ul.hotelList li .textBox h3 {
    padding: 10px 0 !important;
    line-height: 1.5;
  }
}

/* =========================================================
PLAN
========================================================= */
.plan h2 {
  background: #fff;
  text-align: center;
  margin-top: 60px;
  padding: 22px 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .plan h2 {
    padding: 17px 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.plan .tableWrap {
  display: flex;
  font-feature-settings: "palt";
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 50px;
}
@media (max-width: 1024px) {
  .plan .tableWrap {
    flex-direction: column;
    margin: 30px 0;
  }
}
.plan .tableWrap dl {
  display: flex;
  width: 48.3%;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl {
    width: 100%;
    display: block;
  }
}
.plan .tableWrap dl dt,
.plan .tableWrap dl dd {
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl dt,
  .plan .tableWrap dl dd {
    padding: 12px 0;
  }
}
.plan .tableWrap dl dt {
  color: #142335;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #142335;
  border-bottom: 1px solid #142335;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl dt {
    width: 100%;
    text-align: center;
    background: #F7F7F5;
    border-bottom: none;
  }
}
.plan .tableWrap dl dd {
  width: 75%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.plan .tableWrap dl:nth-of-type(n+3) dt {
  border-top: none;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl:nth-of-type(n+3) dt {
    border-top: 1px solid #142335;
  }
}
.plan .tableWrap dl:nth-of-type(n+3) dd {
  border-top: none;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl:nth-of-type(n+3) dd {
    border-top: 1px solid #c2c2c2;
  }
}
.plan .note ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}/*# sourceMappingURL=fireworks.css.map */</pre></body></html>