@charset "UTF-8";
#event-contents-wrapper {
  width: 100%;
}
#event-contents-wrapper #StyleT-list-wrapper {
  width: 1000px;
  margin-inline: auto;
}

#section-title {
  text-align: initial;
}
#section-title h1,
#section-title h2 {
  margin: 0;
  display: block;
  width: initial;
}
#section-title p,
#section-title span,
#section-title p span {
  font-size: inherit;
  border: initial;
  margin: initial;
  padding: initial;
  font-family: inherit;
}

#escapetheheatsummer {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer {
    font-size: 13px;
  }
}
@media screen and (min-width: 751px) {
  #escapetheheatsummer .for-sp {
    display: none;
  }
}
#escapetheheatsummer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
#escapetheheatsummer img {
  max-width: 100%;
  vertical-align: bottom;
}
#escapetheheatsummer p span {
  color: inherit;
}
#escapetheheatsummer a {
  color: #333333;
}
#escapetheheatsummer .mv {
  position: static;
  margin: 0 auto 70px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .mv {
    margin-bottom: 30px;
  }
}
#escapetheheatsummer .head {
  padding: 0 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .head {
    margin-bottom: 30px;
  }
}
#escapetheheatsummer .head-lead {
  margin: 0 0 20px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .head-lead {
    margin-bottom: 10px;
  }
}
#escapetheheatsummer .head-lead span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .head-lead span {
    font-size: 13px;
  }
}
#escapetheheatsummer .head-date {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#escapetheheatsummer .container {
  position: relative;
  padding-block: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .container {
    padding: 40px 15px;
    margin-bottom: 50px;
  }
}
#escapetheheatsummer .container:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  width: 100vw;
  height: 100%;
  background: #dcf0f0;
  z-index: -1;
}
#escapetheheatsummer .item-block {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 3px solid #196db6;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
#escapetheheatsummer .item-block .item {
  gap: 0 40px;
}
#escapetheheatsummer .item-block .item:nth-child(1) {
  display: grid;
  grid-template-areas: "img ttl" "img text";
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item:nth-child(1) {
    display: block;
    margin-bottom: 30px;
  }
}
#escapetheheatsummer .item-block .item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item:nth-child(2) {
    display: block;
  }
}
#escapetheheatsummer .item-block .item .title {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  grid-area: ttl;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .title {
    gap: 10px;
    margin-bottom: 15px;
  }
}
#escapetheheatsummer .item-block .item .title * {
  font-weight: 700;
}
#escapetheheatsummer .item-block .item .title-tag {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 72px;
  background: #196db6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .title-tag {
    width: 60px;
    height: 60px;
    font-size: 39px;
  }
}
#escapetheheatsummer .item-block .item .title p {
  margin: 0;
  color: #196db6;
  font-size: 22px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .title p {
    font-size: 16px;
    letter-spacing: -0.06em;
  }
}
#escapetheheatsummer .item-block .item .title p span {
  color: #196db6;
  background: #FFF;
}
#escapetheheatsummer .item-block .item .img {
  width: 440px;
  grid-area: img;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .img {
    width: 100%;
    padding-inline: 15px;
    margin-bottom: 15px;
  }
}
#escapetheheatsummer .item-block .item .desc {
  grid-area: text;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc {
    padding-inline: 15px;
  }
}
#escapetheheatsummer .item-block .item .desc-list {
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc-list {
    margin-bottom: 20px;
  }
}
#escapetheheatsummer .item-block .item .desc-list li {
  position: relative;
  padding-left: 20px;
  color: #196db6;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc-list li {
    padding-left: 15px;
  }
}
#escapetheheatsummer .item-block .item .desc-list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc-list li + li {
    margin-top: 5px;
  }
}
#escapetheheatsummer .item-block .item .desc-list li:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #196db6;
  border-radius: 50%;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc-list li:before {
    width: 6px;
    height: 6px;
  }
}
#escapetheheatsummer .item-block .item .desc-list li p {
  margin: 0;
  color: #196db6;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc-list li p {
    font-weight: 400;
    font-size: 12px;
  }
}
#escapetheheatsummer .item-block .item .desc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item .desc-links {
    gap: 0;
    padding-left: 15px;
    font-size: 12px;
  }
}
#escapetheheatsummer .item-block .item .desc-links a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
#escapetheheatsummer .item-block .item .desc-links a:hover {
  text-decoration: none;
}
#escapetheheatsummer .item-block .item:nth-child(2) .desc {
  width: calc(100% - 480px);
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .item-block .item:nth-child(2) .desc {
    width: 100%;
  }
}
#escapetheheatsummer .item-block:nth-child(2) .item .title-tag {
  background: #FFF;
  color: #196db6;
}
#escapetheheatsummer .item-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#escapetheheatsummer .section {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .section {
    margin-bottom: 50px;
  }
}
#escapetheheatsummer .headline {
  text-align: center;
}
#escapetheheatsummer .headline-ttl {
  margin: 0 0 10px;
  font-size: 0;
}
#escapetheheatsummer .headline-ttl img {
  height: 35px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .headline-ttl img {
    height: 17px;
  }
}
#escapetheheatsummer .headline p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .headline p {
    font-size: 14px;
  }
}
#escapetheheatsummer .headline p.headline-lead {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #196db6;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .headline p.headline-lead {
    font-size: 13px;
    gap: 15px;
  }
}
#escapetheheatsummer .headline p.headline-lead:before, #escapetheheatsummer .headline p.headline-lead:after {
  content: "";
  background: #196db6;
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .headline p.headline-lead:before, #escapetheheatsummer .headline p.headline-lead:after {
    height: 15px;
  }
}
#escapetheheatsummer .headline p.headline-lead:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#escapetheheatsummer .headline p.headline-lead:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#escapetheheatsummer .staff-pickup .hacobune-layout-base-top-html,
#escapetheheatsummer .staff-pickup .hacobune-layout-base-bottom-html {
  display: none;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .staff-pickup .hacobune-grid-row {
    gap: 10px;
  }
  #escapetheheatsummer .staff-pickup .hacobune-grid-col {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
  }
  #escapetheheatsummer .staff-pickup .hacobune-media-post-list-item {
    padding: 0;
  }
  #escapetheheatsummer .staff-pickup .hacobune-media-post-list-item-img-container {
    margin-bottom: 5px;
  }
  #escapetheheatsummer .staff-pickup .hacobune-gallery .hacobune-media-post-list-item-img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#escapetheheatsummer .present-campaign {
  padding: 70px 60px;
  background: #f4fafb;
  border: 2px solid #196db6;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign {
    border-left: none;
    border-right: none;
    padding: 40px 15px;
  }
}
#escapetheheatsummer .present-campaign-head {
  margin: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-head {
    margin: 20px 0 30px;
    padding-inline: 15px;
    display: block;
  }
}
#escapetheheatsummer .present-campaign-img {
  width: 400px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#escapetheheatsummer .present-campaign-desc {
  width: calc(100% - 440px);
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-desc {
    width: 100%;
  }
}
#escapetheheatsummer .present-campaign-lead {
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-lead {
    line-height: 1.6;
    margin: 0;
  }
}
#escapetheheatsummer .present-campaign-elm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-elm {
    font-size: 12px;
  }
}
#escapetheheatsummer .present-campaign-elm dt {
  font-weight: 700;
}
#escapetheheatsummer .present-campaign-elm dd {
  margin: 0;
}
#escapetheheatsummer .present-campaign-elm dd span {
  display: block;
  font-size: 12px;
}
#escapetheheatsummer .present-campaign-btn {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 60px;
  background: #196db6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-btn {
    height: 40px;
    font-size: 14px;
  }
}
#escapetheheatsummer .present-campaign-btn:after {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/usr/event/feature-escapetheheatsummer/ic_arrow.png") no-repeat center/100% auto;
  width: 14px;
  height: 13px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-btn:after {
    width: 10.5px;
    height: 9px;
  }
}
#escapetheheatsummer .present-campaign-btn:hover {
  opacity: 0.7;
}
#escapetheheatsummer .present-campaign-body {
  padding-inline: 40px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-body {
    padding: 0;
  }
}
#escapetheheatsummer .present-campaign-block {
  margin-bottom: 30px;
  border-top: 2px solid #196db6;
  border-bottom: 2px solid #196db6;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-block {
    margin-bottom: 20px;
    border-top: 1px solid #196db6;
    border-bottom: 1px solid #196db6;
  }
}
#escapetheheatsummer .present-campaign-trigger {
  position: relative;
  margin: 0;
  padding: 15px 10px;
  color: #196db6;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-trigger {
    font-size: 14px;
    padding: 10px 5px;
  }
}
#escapetheheatsummer .present-campaign-trigger button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: #196db6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#escapetheheatsummer .present-campaign-trigger button:before, #escapetheheatsummer .present-campaign-trigger button:after {
  position: absolute;
  display: block;
  content: "";
  background: #FFF;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
}
#escapetheheatsummer .present-campaign-trigger button:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#escapetheheatsummer .present-campaign-trigger button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#escapetheheatsummer .present-campaign-trigger.is-open button:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#escapetheheatsummer .present-campaign-contents {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .present-campaign-contents {
    font-size: 12px;
    padding-inline: 0;
  }
}
#escapetheheatsummer .present-campaign-contents dl {
  margin-top: 0;
}
#escapetheheatsummer .present-campaign-contents dl dt {
  font-weight: 700;
}
#escapetheheatsummer .present-campaign-contents dl dd {
  margin: 0;
}
#escapetheheatsummer .present-campaign-contents dl dd ul {
  padding: 0;
}
#escapetheheatsummer .present-campaign-contents a:hover {
  text-decoration: underline;
}
#escapetheheatsummer .pickup {
  max-width: 880px;
  width: 100%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .pickup {
    margin-top: 10px;
    padding-inline: 25px;
    gap: 15px;
  }
}
#escapetheheatsummer .pickup a {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#escapetheheatsummer .pickup a:hover {
  opacity: 0.7;
}
#escapetheheatsummer .fix-btn {
  position: fixed;
  width: 130px;
  right: 5%;
  bottom: 150px;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #escapetheheatsummer .fix-btn {
    bottom: 75px;
    width: 85px;
  }
}/*# sourceMappingURL=style.css.map */