<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.hdr {
  position: relative;
  background: #27292b;
  padding: 25px 0 0 25px;
  height: 70px;
}

.bread {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: left;
  padding: 18px 0;
}
.bread li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.bread li:not(:first-child) {
  padding-left: 26px;
  background: url(/common/images/ico_ar_r_b.svg) no-repeat 10px center;
  -webkit-background-size: 4px auto;
          background-size: 4px auto;
}

.main {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}

.main_ttl {
  width: 100%;
  max-width: 1000px;
  margin: 25px auto 0;
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  border-bottom: 2px solid #ce305b;
  padding-bottom: 20px;
}
.main_ttl .small {
  font-size: 1.63rem;
}

.main_read {
  font-size: 1.13rem;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1000px;
  margin: 25px auto 0;
  text-align: left;
}

.main_anchor {
  width: 100%;
  max-width: 1000px;
  margin: 14px auto 0;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: left;
}
.main_anchor li {
  display: inline-block;
  width: 326px;
  margin-top: 11px;
  margin-right: 11px;
  text-align: center;
}
.main_anchor li a {
  border: 2px solid #e5e5e5;
  display: block;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  padding: 10px 40px;
  background: url(/common/images/ico_anchor_b.svg) no-repeat 15px center;
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
}
.main_anchor li a .small {
  font-size: 0.88rem;
}
.main_anchor li:nth-child(3n) {
  margin-right: 0;
}
.main_anchor li.link a {
  background: url(/common/images/ico_ar_r_b.svg) no-repeat 96% center;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
}
.main_anchor li.blank a {
  background: url(/common/images/ico_blank_b.svg) no-repeat 96% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
}

.contents {
  width: 100%;
}

.col {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
}

.col_head01 {
  font-size: 1.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-top: 20px;
  position: relative;
  margin-bottom: 40px;
}
.col_head01 .small {
  font-size: 1rem;
}

.col_head01:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #ce305b;
  position: absolute;
  left: 0;
  top: 0;
}

.col_head02 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
  margin-top: 60px;
}
.col_head02 .small {
  font-size: 0.88rem;
}

.col_head03 {
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 40px;
  position: relative;
  padding-left: 18px;
}
.col_head03 .small {
  font-size: 0.88rem;
}

.col_head03:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  left: 3px;
  top: 9px;
}

.col_txt {
  color: #000000;
}
.col_txt.-kakomi {
  display: table;
  border: 1px solid #000;
  line-height: 1.4;
  padding: 6px 10px;
}

.col_notes {
  margin-top: 10px;
}
.col_notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.col_notes li.-noindent {
  text-indent: 0;
  padding-left: 0;
}
.col_notes li:not(:first-child) {
  padding-top: 5px;
}

.col_block {
  width: 100%;
  border: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px;
  border-radius: 3px;
}

.col_blockHead {
  margin-top: 0;
}

.col_table {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
}
.col_table tr {
  vertical-align: top;
}
.col_table th, .col_table td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.col_table th.txtLeft, .col_table td.txtLeft {
  text-align: left;
}
.col_table th.txtRight, .col_table td.txtRight {
  text-align: Right;
}
.col_table th {
  background: #f0f0f0;
}

.col_tableBlock:not(:first-child) {
  margin-top: 20px;
}

.col_tableTxt {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}
.col_tableTxt .small {
  font-size: 0.75rem;
}

.col_tableLists li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}

.col_tableNotes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.col_btn01 {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 92%;
  font-size: 1rem;
  line-height: 1.4;
  padding: 12px 30px 14px;
  border: 2px solid #000000;
  text-align: center;
  color: #000000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/common/images/ico_ar_r_b.svg) no-repeat 97% center #ffffff;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.col_btn01:hover {
  color: #ffffff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 97% center #000000;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
}

.col_btn01-pdf {
  background: url(/common/images/ico_pdf_b.svg) no-repeat 96% center #ffffff;
  -webkit-background-size: 12px auto;
          background-size: 12px auto;
}

.col_btn01-pdf:hover {
  color: #ffffff;
  background: url(/common/images/ico_pdf_w.svg) no-repeat 96% center #000000;
  -webkit-background-size: 12px auto;
          background-size: 12px auto;
}

.col_btn01-blank {
  background: url(/common/images/ico_blank_b.svg) no-repeat 97% center #ffffff;
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
}

.col_btn01-blank:hover {
  color: #ffffff;
  background: url(/common/images/ico_blank_w.svg) no-repeat 97% center #000000;
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
}

.col_btn01-back {
  background: url(/common/images/ico_ar_l_b.svg) no-repeat 12px center #ffffff;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
}

.col_btn01-back:hover {
  color: #ffffff;
  background: url(/common/images/ico_ar_l_w.svg) no-repeat 12px center #000000;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
}

.col_btn01S {
  display: block;
  margin: 0 auto;
  max-width: 260px;
  width: 92%;
  font-size: 1rem;
  line-height: 1.4;
  padding: 4px 30px 6px;
  border: 2px solid #000000;
  text-align: center;
  color: #000000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/common/images/ico_ar_r_b.svg) no-repeat 96% center #ffffff;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.col_btn01S:hover {
  color: #ffffff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 96% center #000000;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
}

.col_btn01S-blank {
  background: url(/common/images/ico_blank_b.svg) no-repeat 96% center #ffffff;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
}

.col_btn01S-blank:hover {
  color: #ffffff;
  background: url(/common/images/ico_blank_w.svg) no-repeat 96% center #000000;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
}

.col_notesBox {
  background: #f0f0f0;
  border-radius: 3px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col_notesBox li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.col_notesBox li:not(:first-child) {
  padding-top: 5px;
}

@media screen and (max-width: 1024px) {
  .hdr {
    padding: 8px 0 0 15px;
    margin-bottom: 10px;
  }

  .hdr_vi02 {
    width: 180px;
    position: absolute;
    margin-top: 0;
    top: 15px;
  }

  .hdr_vi01 {
    width: 276px;
    position: absolute;
    margin-top: 0;
    top: 30px;
  }

  .hdr_lang {
    position: absolute;
    left: 311px;
    top: 28px;
    margin: 0;
  }

  .hdr_hotel {
    position: absolute;
    left: 426px;
    top: 28px;
    margin: 0;
  }

  .bread {
    width: 92%;
  }

  .main {
    padding-bottom: 100px;
  }

  .main_ttl {
    width: 92%;
    margin: 20px auto 0;
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
  .main_ttl .small {
    font-size: 1.38rem;
  }

  .main_anchor {
    width: 92%;
    margin: 14px auto 0;
  }
  .main_anchor li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .main_anchor li:nth-child(3n) {
    margin-right: 2%;
  }
  .main_anchor li:nth-child(2n) {
    margin-right: 0;
  }

  .main_read {
    width: 92%;
    margin: 20px auto 0;
  }

  .col {
    width: 92%;
  }

  .col_head01 {
    font-size: 1.63rem;
    padding-top: 15px;
    margin-bottom: 30px;
  }

  .col_head02 {
    font-size: 1.38rem;
    padding-bottom: 12px;
    margin-top: 40px;
  }

  .col_head03 {
    margin-top: 30px;
  }

  .col_block {
    padding: 20px;
  }

  .col_blockHead {
    margin-top: 0;
  }

  .col_btn01:hover {
    color: #000000;
    background: url(/common/images/ico_ar_r_b.svg) no-repeat 97% center #ffffff;
    -webkit-background-size: 7px auto;
            background-size: 7px auto;
  }

  .col_btn01-pdf:hover {
    color: #000000;
    background: url(/common/images/ico_pdf_b.svg) no-repeat 96% center #ffffff;
    -webkit-background-size: 12px auto;
            background-size: 12px auto;
  }

  .col_btn01-blank:hover {
    color: #000000;
    background: url(/common/images/ico_blank_b.svg) no-repeat 97% center #ffffff;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
  }

  .col_btn01-back:hover {
    color: #000000;
    background: url(/common/images/ico_ar_l_b.svg) no-repeat 12px center #ffffff;
    -webkit-background-size: 7px auto;
            background-size: 7px auto;
  }

  .col_btn01S:hover {
    color: #000000;
    background: url(/common/images/ico_ar_r_b.svg) no-repeat 96% center #ffffff;
    -webkit-background-size: 5px auto;
            background-size: 5px auto;
  }

  .col_btn01S-blank:hover {
    color: #000000;
    background: url(/common/images/ico_blank_b.svg) no-repeat 96% center #ffffff;
    -webkit-background-size: 14px auto;
            background-size: 14px auto;
  }

  .col_notesBox {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hdr {
    padding: 8px 0 0 2%;
    height: 58px;
    margin-bottom: 40px;
  }

  .hdr_vi02 {
    width: 120px;
    position: relative;
    top: auto;
    margin-top: 6px;
  }

  .hdr_vi01 {
    width: 180px;
    position: relative;
    top: auto;
  }

  .hdr_lang {
    top: 67px;
    left: 4%;
    border-bottom: 2px solid #000000;
  }

  .hdr_hotel {
    top: 67px;
    left: calc(4% + 86px);
    border-bottom: 2px solid #000000;
  }

  .hdr_hotelTxt,
.hdr_langTxt {
    color: #000;
    background: url(/common/images/ico_ar_b_b.svg) no-repeat 96% center;
    -webkit-background-size: 8px auto;
            background-size: 8px auto;
  }

  .bread {
    padding: 12px 0;
  }
  .bread li {
    font-size: 0.63rem;
  }
  .bread li:not(:first-child) {
    padding-left: 20px;
    background: url(/common/images/ico_ar_r_b.svg) no-repeat 8px center;
    -webkit-background-size: 4px auto;
            background-size: 4px auto;
  }

  .main {
    padding-bottom: 80px;
  }

  .main_ttl {
    margin: 10px auto 0;
    font-size: 1.75rem;
    padding-bottom: 10px;
  }
  .main_ttl .small {
    font-size: 1rem;
  }

  .main_anchor {
    margin: 10px auto 0;
  }
  .main_anchor li {
    margin-top: 5px;
  }
  .main_anchor li a {
    font-size: 0.88rem;
    line-height: 1.2;
    padding: 6px 10px 7px 20px;
    background: url(/common/images/ico_anchor_b.svg) no-repeat 8px center;
    -webkit-background-size: 6px auto;
            background-size: 6px auto;
  }
  .main_anchor li a .small {
    font-size: 0.75rem;
    display: block;
  }
  .main_anchor li.link a {
    padding: 6px 20px 7px 10px;
    background: url(/common/images/ico_ar_r_b.svg) no-repeat 96% center;
    -webkit-background-size: 5px auto;
            background-size: 5px auto;
  }
  .main_anchor li.blank a {
    padding: 6px 20px 7px 10px;
    background: url(/common/images/ico_blank_b.svg) no-repeat 97% center;
    -webkit-background-size: 10px auto;
            background-size: 10px auto;
  }

  .main_read {
    font-size: 1rem;
  }

  .col_head01 {
    font-size: 1.38rem;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .col_head01 .small {
    font-size: 0.88rem;
  }

  .col_head01:before {
    width: 30px;
  }

  .col_head02 {
    font-size: 1.13rem;
    padding-bottom: 8px;
    margin-top: 30px;
  }
  .col_head02 .small {
    font-size: 0.75rem;
  }

  .col_head03 {
    font-size: 1rem;
    margin-top: 20px;
    padding-left: 16px;
  }

  .col_head03:before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 2px;
    top: 8px;
  }

  .col_block {
    padding: 15px;
  }

  .col_blockHead {
    margin-top: 0;
  }

  .col_txt {
    width: 100%;
  }
  .col_txt.-kakomi {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .col_table th, .col_table td {
    padding: 5px;
  }
  .col_table th.txtLeft, .col_table td.txtLeft {
    text-align: left;
  }
  .col_table th.txtRight, .col_table td.txtRight {
    text-align: Right;
  }
  .col_table th {
    background: #f0f0f0;
  }

  .col_tableBlock:not(:first-child) {
    margin-top: 10px;
  }

  .col_tableTxt {
    font-size: 0.75rem;
  }
  .col_tableTxt .small {
    font-size: 0.63rem;
  }

  .col_tableLists li {
    font-size: 0.75rem;
  }

  .col_tableNotes li {
    font-size: 0.63rem;
  }

  .col_btn01 {
    padding: 10px 30px 11px;
  }

  .col_btn01S {
    font-size: 0.88rem;
  }

  .col_notes li {
    font-size: 0.75rem;
  }

  .col_notesBox {
    padding: 10px;
  }
  .col_notesBox li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 374px) {
  .hdr {
    padding: 8px 0 0 2%;
    height: 52px;
  }

  .hdr_vi02 {
    width: 110px;
  }

  .hdr_vi01 {
    width: 140px;
  }

  .hdr_lang {
    top: 60px;
  }

  .hdr_hotel {
    top: 60px;
  }
}</pre></body></html>