/* Relux Grade */

.lp-grade .bg-blue {
  background: #0F0A64;
}

.lp-grade .bg-white {
  padding: 0;
  overflow: hidden;
}

.lp-grade .key-visual {
  height: 460px;
  background: url(/stcontents/img/sub-page/t/bg-top.png) no-repeat left top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/sub-page/t/bg-bottom.png) no-repeat right bottom;
  background-color: #0F0A64;
}

.lp-grade .key-visual .inner {
  position: absolute;
  width: 94%;
  top: 58%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.lp-grade .key-visual .inner .border-red {
  border: 1px solid #FF503E;
  width: 80px;
  margin: 32px auto 24px;
}

.lp-grade .key-visual .inner img {
  width: 400px;
}

.lp-grade .key-visual .inner h1 {
  font-weight: 300;
}

.lp-grade .introduction {
  padding-top: 80px;
  margin-bottom: 0;
}

.lp-grade .introduction .font-large {
  line-height: 4rem;
}

.lp-grade .introduction-img {
  height: 500px;
  background: url(/stcontents/img/sub-page/lp/grade/KV.jpg) no-repeat center bottom;
  background-size: cover;
  margin-bottom: 160px;
}

.lp-grade .introduction,
.lp-grade .grade,
.lp-grade .hotel-type {
  font-weight: 300;
  padding: 0 40px;
}

.lp-grade .introduction:last-child,
.lp-grade .grade:last-child,
.lp-grade .hotel-type:last-child {
  margin-bottom: 128px;
}

.lp-grade .introduction h2,
.lp-grade .grade h2,
.lp-grade .hotel-type h2 {
  font-weight: 300;
}

.lp-grade .introduction .border-red,
.lp-grade .grade .border-red,
.lp-grade .hotel-type .border-red {
  border: 1px solid #FF503E;
  width: 80px;
  margin: 16px auto 32px;
}

.lp-grade .grade {
  margin-bottom: 160px;
}

.lp-grade .grade .grade-content .graph-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto;
  max-width: 868px;
}

.lp-grade .grade .grade-content .graph-box .grade-map img {
  width: auto;
  height: 270px;
  margin-bottom: 24px;
}

.lp-grade .grade .grade-content .graph-box .grade-map p {
  color: #0F0A64;
}

.lp-grade .grade .grade-list .grade-box {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  text-align: left;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.lp-grade .grade .grade-list .grade-box::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5) 80%);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 80%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
}

.lp-grade .grade .grade-list .grade-box.museum {
  background: url(/stcontents/img/index/bg-grade-hotel-1.jpg) no-repeat center center;
  background-size: cover;
}

.lp-grade .grade .grade-list .grade-box.star-3 {
  background: url(/stcontents/img/index/bg-grade-hotel-2.jpg) no-repeat center center;
  background-size: cover;
}

.lp-grade .grade .grade-list .grade-box.star-2 {
  background: url(/stcontents/img/index/bg-grade-hotel-3.jpg) no-repeat center center;
  background-size: cover;
}

.lp-grade .grade .grade-list .grade-box.star-1 {
  background: url(/stcontents/img/index/bg-grade-hotel-4.jpg) no-repeat center 63%;
  background-size: cover;
}

.lp-grade .grade .grade-list .grade-box.casual {
  background: url(/stcontents/img/index/bg-grade-hotel-5.jpg) no-repeat center center;
  background-size: cover;
}

.lp-grade .grade .grade-list .grade-box .text {
  position: absolute;
  left: 38px;
  bottom: 32px;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 16px;
}

.lp-grade .grade .grade-list .grade-box .text p {
  margin-bottom: 0;
}

.lp-grade .hotel-type {
  margin-bottom: 128px;
}

.lp-grade .hotel-type-list .bg-gray {
  background-color: #fff;
}

.lp-grade .hotel-type-list ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 56px;
}

.lp-grade .hotel-type-list ul li {
  width: 32%;
  height: 180px;
  position: relative;
  padding: 16px;
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
}

.lp-grade .hotel-type-list ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
}

.lp-grade .hotel-type-list ul figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lp-grade .hotel-type-list ul figure::before {
  position: absolute;
  width: calc(100% - 32px);
  height: 80px;
  left: 16px;
  bottom: 0;
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.lp-grade .hotel-type-list ul figcaption {
  z-index: 2;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #fff;
  text-align: left;
}

.lp-grade .hotel-type-list ul figcaption span {
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.1);
}

.lp-grade .hotel-type-list ul figcaption p {
  margin-bottom: 0;
}

.lp-grade .bread-crumbs {
  margin-top: 160px;
}

.lp-grade .bread-crumbs a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lp-grade .key-visual {
    background: url(/stcontents/img/sub-page/t/bg-top.png) no-repeat left top, url(/stcontents/img/sub-page/t/bg-bottom.png) no-repeat right bottom;
    background-size: contain;
    height: 600px;
  }
  .lp-grade .key-visual .inner {
    top: 50%;
  }
  .lp-grade .key-visual .inner img {
    max-width: 280px;
  }
  .lp-grade .key-visual .inner .border-red {
    width: 50px;
  }
  .lp-grade .introduction,
  .lp-grade .grade,
  .lp-grade .hotel-type {
    margin-bottom: 80px;
  }
  .lp-grade .introduction .font-large,
  .lp-grade .grade .font-large,
  .lp-grade .hotel-type .font-large {
    text-align: left;
  }
  .lp-grade .introduction .border-red,
  .lp-grade .grade .border-red,
  .lp-grade .hotel-type .border-red {
    width: 50px;
  }
  .lp-grade .introduction {
    padding: 16px;
  }
  .lp-grade .introduction-img {
    overflow: hidden;
    margin-bottom: 80px;
  }
  .lp-grade .introduction-img img {
    width: auto;
    height: 85px;
  }
  .lp-grade .grade {
    padding: 0 16px;
  }
  .lp-grade .grade .grade-content .graph-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
    margin: 48px auto;
  }
  .lp-grade .grade .grade-content .graph-box .grade-map p {
    text-align: center;
  }
  .lp-grade .grade .grade-content .graph-box .grade-map img {
    width: 90%;
    height: 90%;
  }
  .lp-grade .grade .grade-content .graph-box .grade-map:first-child {
    margin-bottom: 80px;
  }
  .lp-grade .grade .grade-list {
    width: 100vw;
    background-color: #f5f5f5;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 32px 16px;
  }
  .lp-grade .grade .grade-list .grade-box {
    display: block;
  }
  .lp-grade .grade .grade-list .grade-box .photo {
    width: 100%;
    height: 160px;
    border-radius: 8px 8px 0 0;
  }
  .lp-grade .grade .grade-list .grade-box .photo img {
    width: 100%;
  }
  .lp-grade .grade .grade-list .grade-box .text {
    width: calc(100% - 48px);
    font-size: 14px;
    left: 24px;
    bottom: 24px;
  }
  .lp-grade .grade .grade-list .grade-box .text img {
    height: 20px;
  }
  .lp-grade .bg-white {
    padding: 40px 0 16px;
  }
  .lp-grade .hotel-type {
    padding: 0 16px;
  }
  .lp-grade .hotel-type .bg-gray {
    background-color: #f5f5f5 !important;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 24px 16px 8px 16px;
    margin-top: 40px;
  }
  .lp-grade .hotel-type-list .hotel-type-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-grade .hotel-type-list ul {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
    overflow: scroll;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lp-grade .hotel-type-list ul::-webkit-scrollbar {
    width: 0;
  }
  .lp-grade .hotel-type-list ul li {
    min-width: 226px;
    height: 204px;
    padding: 0;
    margin-right: 16px;
    margin-bottom: 0;
    position: relative;
  }
  .lp-grade .hotel-type-list ul li:last-child {
    margin-right: 0;
  }
  .lp-grade .hotel-type-list ul li img {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 120px;
  }
  .lp-grade .hotel-type-list ul figure::before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  .lp-grade .hotel-type-list ul figure span {
    position: absolute;
    top: 16px;
    left: 16px;
    font-weight: 500;
    z-index: 1;
  }
  .lp-grade .hotel-type-list ul figcaption {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-shadow: none;
    color: #333;
    bottom: 0;
  }
  .lp-grade .hotel-type-list ul figcaption p {
    font-size: 14px;
  }
  .lp-grade .bread-crumbs {
    padding: 0 16px;
    margin-top: 0;
  }
  .lp-grade .bread-crumbs a {
    color: #0F0A64;
  }
  .lp-grade .btn-relux {
    margin: 0 16px;
    width: calc(100% - 32px);
  }
}