<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","MS Pゴシック",sans-serif;
  color: #231815;
  background: #fff;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
}
html .medium, body .medium {
  font-style: normal;
  font-weight: 500;
}
html .textLink, body .textLink {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #231815;
  white-space: nowrap;
}
html .textLink__text, body .textLink__text {
  display: block;
  border-bottom: 1px solid #231815;
}
html .textLink::after, body .textLink::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #004296;
}
html .textNoLink, body .textNoLink {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #231815;
  white-space: nowrap;
  padding-bottom: 1px;
}
html .titleBorder, body .titleBorder {
  text-align: center;
}
html .titleBorder__text, body .titleBorder__text {
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #231815;
  z-index: 1;
}
html .titleBorder__text::after, body .titleBorder__text::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #004296;
  height: 2px;
  z-index: 2;
}
html .redUnderline, body .redUnderline {
  border-bottom: 2px solid #004296;
}
html .boxLink, body .boxLink {
  border: 1px solid #918b8a;
  border-radius: 6px;
  color: #231815;
  text-decoration: none;
  background-image: url("../img/icon_boxLink.png");
  background-repeat: no-repeat;
}
html .boxLink--rev, body .boxLink--rev {
  border: 1px solid #231815;
  color: #fff;
  background-color: #231815;
  background-image: url("../img/icon_boxLinkWhite.png");
}
html .boxLink--red, body .boxLink--red {
  border: 1px solid #004296;
  color: #fff;
  background-color: #004296;
  background-image: url("../img/icon_boxLinkWhite.png");
}

body {
  overflow-x: hidden;
}

.mfp-bg {
  background: #003f97;
  opacity: 0.5;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  background-image: url("../img/mfp-close.png");
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  top: 0 !important;
  right: 0 !important;
}

.mfp-close {
  text-indent: -99999px;
  opacity: 1;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 0.6;
}

.mfp-popup-body {
  position: relative;
  background: #fff;
  width: auto;
  padding-bottom: 30px;
}

.popup-body__title {
  display: block;
  color: #fff;
  text-align: center;
}
.popup-body__title--brown {
  background-color: #a57a43;
}
.popup-body__title--blue {
  background-color: #003f97;
}

/* PC用 */
@media screen and (min-width: 769px) {
  .forSP {
    display: none;
  }

  .textLink__text {
    width: calc(100% - 18px);
    height: 35px;
    margin-right: 18px;
    font-size: 18px;
    line-height: 35px;
  }
  .textLink__text:hover {
    color: #004296;
  }
  .textLink__text--smallspace {
    font-size: 16px;
    letter-spacing: -0.1em;
  }
  .textLink::after {
    width: 18px;
    height: 35px;
    background-image: url("../img/icon_link_pc.png");
    background-size: 13px auto;
  }

  .textNoLink {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .titleBorder {
    padding-bottom: 15px;
  }
  .titleBorder__text {
    /* 観戦チケット付き宿泊プラン */
    /* アクセス */
    /* 観戦チケット付き宿泊プラン */
  }
  .titleBorder__text--1 {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .titleBorder__text--1::after {
    width: 54%;
  }
  .titleBorder__text--2 {
    font-size: 18px;
    padding-bottom: 6px;
    display: block;
  }
  .titleBorder__text--2::after {
    width: calc(100% - 70px);
  }
  .titleBorder__text--3 {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .titleBorder__text--3::after {
    width: 73.30%;
  }

  .boxLink {
    display: inline-block;
    padding: 24px 75px 24px 20px;
    font-size: 18px;
    background-position: right 20px center;
  }
  .boxLink:hover {
    color: #004296;
    background-position: right 20px center;
    background-image: url("../img/icon_boxLinkOver.png");
  }
  .boxLink--rev {
    padding: 19px 75px 19px 20px;
  }
  .boxLink--rev:hover {
    opacity: 0.3;
    color: #fff;
    background-image: url("../img/icon_boxLinkWhite.png");
  }
  .boxLink--red {
    padding: 19px 75px 19px 20px;
  }
  .boxLink--red:hover {
    opacity: 0.3;
    color: #fff;
    background-image: url("../img/icon_boxLinkWhite.png");
  }

  #button_top {
    position: fixed;
    width: 50px;
    right: 50px;
    bottom: 95px;
    display: none;
    z-index: 100;
  }

  footer {
    width: 100%;
    padding: 25px 0;
    background-color: #727171;
  }
  footer .copyright {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .mfp-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .mfp-popup-body {
    max-width: 1000px;
    margin: 20px auto;
    min-height: 50px;
  }

  .popup-body__title {
    font-size: 26px;
    height: 50px;
    line-height: 50px;
  }
}
/* タブレット用 */
@media screen and (max-width: 850px) {
  .noTab {
    display: none;
  }

  .textLink__text {
    width: calc(100% - 18px);
    height: 35px;
    margin-right: 18px;
    font-size: 18px;
    line-height: 35px;
  }
  .textLink__text--smallspace {
    font-size: 16px;
    letter-spacing: -0.1em;
  }
  .textLink::after {
    width: 18px;
    height: 35px;
    background-image: url("../img/icon_link_pc.png");
    background-size: 13px auto;
  }

  .textNoLink {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
  }
}
/* タブレット用 */
@media screen and (max-width: 1130px) {
  .boxLink {
    display: inline-block;
    padding: 18px 40px 18px 15px !important;
    font-size: 15px !important;
    background-position: right 15px center;
    background-size: 7px auto;
  }
  .boxLink:hover {
    color: #004296;
  }
  .boxLink--rev:hover {
    color: #fff;
  }
  .boxLink--red:hover {
    color: #fff;
  }
}
/* タブレット用 */
@media screen and (max-width: 830px) {
  .boxLink {
    font-size: 14px !important;
  }
}
/* SP用 */
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }

  .textLink__text {
    width: calc(100% - 4.74vw);
    height: 8.34vw;
    margin-right: 4.74vw;
    font-size: 4.5vw;
    line-height: 8.34vw;
  }
  .textLink__text--smallspace {
    letter-spacing: -0.1em;
  }
  .textLink::after {
    width: 4.74vw;
    height: 8.34vw;
    background-image: url("../img/icon_link_sp.png");
    background-size: 3.21vw auto;
  }

  .textNoLink {
    display: block;
    width: 100%;
    height: 8.34vw;
    font-size: 4.87vw;
    line-height: 8.34vw;
    text-align: center;
  }

  .titleBorder__text {
    display: block;
    /* 観戦チケット付き宿泊プラン */
    /* アクセス */
    /* ホテルをお探しのお客様 */
  }
  .titleBorder__text--1 {
    font-size: 4.87vw;
    padding-bottom: 2.05vw;
  }
  .titleBorder__text--1::after {
    width: 67.5%;
  }
  .titleBorder__text--2 {
    font-size: 4.87vw;
    padding-bottom: 2.05vw;
  }
  .titleBorder__text--2::after {
    width: 80.57%;
  }
  .titleBorder__text--3 {
    font-size: 4.87vw;
    padding-bottom: 2.05vw;
  }
  .titleBorder__text--3::after {
    width: 85.14%;
  }

  .boxLink {
    display: block;
    padding: 5.64vw 0 5.64vw 4.87vw !important;
    font-size: 4.0vw !important;
    background-position: right 4.10vw center;
    background-size: 1.92vw auto;
  }

  footer {
    width: 100%;
    padding: 3.33vw 0;
    background-color: #727171;
  }
  footer .copyright {
    color: #fff;
    text-align: center;
    font-size: 3.077vw;
  }

  #button_top {
    position: fixed;
    width: 10.16%;
    right: 15px;
    bottom: 50px;
    display: none;
    z-index: 100;
  }

  .mfp-container {
    padding-left: 5.12vw;
    padding-right: 5.12vw;
  }

  .mfp-close {
    width: 10.25vw;
    height: 10.25vw;
    line-height: 10.25vw;
  }

  .mfp-popup-body {
    margin: 20px auto;
    min-height: 10.25vw;
  }

  .popup-body__title {
    font-size: 5.12vw;
    height: 10.25vw;
    line-height: 10.25vw;
  }
}
</pre></body></html>