#main article * {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #main article {
    overflow: initial;
  }
}

.lead {
  line-height: 2.25;
}
.enteringtheroom {
  text-decoration-color: #83C4E4;
}
.eatinganddrinking {
  text-decoration-color: #FFF349;
}
.enteringtheroom,.eatinganddrinking {
  text-underline-offset: 10px
}
.tab .tab-nav li a[data-tab="t1"]:hover::after,
.tab .tab-nav li a[data-tab="t1"].current::after {
  border-color: #85D1F8;
}

[data-tab-content="t2"] .text-label-step {
  background-color: #FFF349;
  color: #1A1A1A;
}

.check-box {
  margin: 0 auto;
  width: 920px;
}
.check-box .box {
  border-color: #187DC2;
  border-width: 2px;
  padding-bottom: 0;
  padding-left: 0;
}
.check-box .txt {
  margin-left: 28px;
}
.check-box .txt .inner {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding-left: 28px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.check-box .txt p {
  position: relative;
  padding-left: 15px;
}
.check-box .txt p::after {
    position: absolute;
    top: .75em;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #000;
}
.check-box .txt li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 33px;
}
.check-box .txt li::before {
  background: url(/information/hndlounge/images/ico-check.webp) center left no-repeat;
  background-size: 40px auto;
  content: "";
  position: absolute;
  top: .25em;
  left: 0;
  height: 25px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .enteringtheroom,.eatinganddrinking {
    text-underline-offset: 5px
  }
  .check-box {
    width: auto;
  }
  .check-box .box {
    border-width: 1px;
    padding: 0;
  }
  .check-box .img {
    padding-right: 25px;
    padding-top: 20px;
  }
  .check-box .txt {
    margin: 0;
    width: 100%;
  }
  .check-box .txt .inner {
    border-left: 0;
    border-top: 1px solid #ccc;
    padding: 25px;
    width: 100%;
  }
  .check-box .txt ul {
    margin-bottom: 0;
  }
  .check-box .txt li {
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .check-box .txt li::before {
    background-size: 30px auto;
    top: 0;
    width: 30px;
  }
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main .main-footer {
    margin: 30px 0;
  }
}

main .container.gallery-box {
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .container.gallery-box p {
  margin-bottom: 50px;
}

#galleryWindow {
  width: 590px;
  height: 775px;
  position: fixed;
  display: none;
  z-index: 2000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#galleryWindow .galleryContents {
  width: 100%;
  height: 686px;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.galleryContents p {
  width: 450px;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.galleryContents p img {
  margin-bottom: 7px;
  width: 100%;
}

.galleryContents p span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gl_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.gl_close::before {
  position: absolute;
  top: -19px;
  left: 19px;
  width: 2px;
  height: 40px;
  content: "";
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.gl_close::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  content: "";
  background-color: #ffffff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  cursor: pointer;
}

.gl_close_bt {
  display: block;
  position: absolute;
  bottom: 0;
  right: 47%;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.gl_close_bt::before {
  position: absolute;
  top: 2px;
  left: -21px;
  width: 2px;
  height: 20px;
  content: "";
  background-color: #eee;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.gl_close_bt::after {
  position: absolute;
  top: 11px;
  left: -30px;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #eee;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  cursor: pointer;
}

.overLay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
}

.gl_prev {
  background-color: #333333;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  left: 23px;
  top: 50%;
  cursor: pointer;
  margin-top: -20px;
}

.gl_prev::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 43%;
  right: 12px;
  margin-top: -4px;
}

.gl_next {
  background-color: #333333;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  right: 23px;
  top: 50%;
  cursor: pointer;
  margin-top: -20px;
}

.gl_next::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  left: 12px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  #galleryWindow {
    width: 90vw;
    height: 160vw;
    position: fixed;
    display: none;
    z-index: 2000;
  }
  #galleryWindow .galleryContents {
    width: 100%;
    height: auto;
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #FFF;
  }
  .galleryContents p {
    width: 80vw;
    margin: 7% auto 5%;
    padding: 0;
    text-align: center;
  }
  .galleryContents p span {
    margin-top: 8px;
  }
  .galleryContents p img {
    width: 80vw;
  }
  .gl_prev {
    background-color: rgba(51, 51, 51, 0.3);
    left: 5px;
  }
  .gl_next {
    background-color: rgba(51, 51, 51, 0.3);
    right: 5px;
  }
  .gl_close_bt {
    right: 43%;
  }
}