@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.mv .merit {
  background-color: #514B4F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv .merit {
    padding: 0;
  }
}
.mv .merit img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .merit img {
    width: 100%;
  }
}

.concept {
  position: relative;
}
.concept .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.concept .text-containar {
  position: absolute;
  top: 9.8%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.concept .text-containar h2 {
  width: clamp(282px, 42.4074074074vw, 458px);
  text-align: center;
  margin: 0 auto;
}
.concept .text-containar p {
  margin-top: 40px;
  color: white;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .concept .text-containar p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
  }
}

.info {
  background-image: url("../img/top/info-bg.jpg");
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.info h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.24em;
  background: #DCC083;
  background: linear-gradient(125deg, #91755F 0%, #57472E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .info h2 {
    letter-spacing: 0;
  }
}
.info-entry {
  margin-top: 5px;
}
.info-containar {
  margin-top: 75px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .info-containar {
    margin-top: 35px;
  }
}
.info-containar h2 {
  width: 186px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 0;
}
.info-containar .inner {
  margin: 0 auto;
  background-color: white;
  width: 100%;
  max-width: 645px;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .info-containar .inner {
    max-height: 200px;
  }
}
.info-containar .inner ul {
  padding: 0 10px;
  width: 100%;
  height: 120px;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .info-containar .inner ul {
    height: 160px;
  }
}
.info-containar .inner ul li {
  display: flex;
  gap: 0 40px;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #C9C9C9;
  align-items: center;
}
.info-containar .inner ul li p {
  line-height: 20px;
}
.info-containar .inner ul li a {
  color: #AF862B;
}
@media screen and (max-width: 768px) {
  .info-containar .inner ul li {
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    align-items: flex-start;
  }
}
.info .secret_entry {
  padding: 30px 25px;
  margin: 0 auto;
  max-width: 655px;
}
@media screen and (max-width: 768px) {
  .info .secret_entry {
    max-width: 400px;
  }
}
.info .secret_entry .inner {
  border: 2.5px solid;
  -o-border-image: linear-gradient(to right, #878063, #E4CB96, #878063) 5;
     border-image: linear-gradient(to right, #878063, #E4CB96, #878063) 5;
  background: #C6B17D;
  background: linear-gradient(-41deg, #aa9865, rgb(228, 203, 150), rgb(254, 255, 212), rgb(228, 203, 150), #aa9865);
}
.info .secret_entry .inner h3 {
  margin-top: 17px;
  width: 100%;
  background: #878063;
  background: linear-gradient(to right, #878063, #4C442C);
  color: white;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info .secret_entry .inner h3 {
    letter-spacing: 0.05em;
  }
}
.info .secret_entry .inner p {
  color: #42210B;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .info .secret_entry .inner p {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
}
.info .secret_entry .inner a {
  margin: 13px auto 17px;
  display: block;
  width: 200px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  background-image: url("../img/top/secret_btn.png");
  background-size: 100% 100%;
  text-align: center;
  font-size: 20px;
  color: #42210B;
  letter-spacing: 0.05em;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .info .secret_entry .inner a {
    width: 145px;
    line-height: 29px;
    font-size: 15px;
  }
}
.info .secret_entry .inner a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 70%;
}
.info .secret_entry .inner a:hover {
  opacity: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.roomplan {
  background-image: url("../img/top/plan-bg.jpg");
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .roomplan {
    padding: 40px 0 25px;
    background-image: url("../img/top/roomplan-bg_sp.jpg");
  }
}
.roomplan h2 {
  width: 54.6666666667vw;
  max-width: 301px;
  margin: 0 auto 25px;
}
.roomplan p {
  text-align: center;
  color: white;
  font-size: clamp(14px, 4vw, 18px);
  letter-spacing: 0.24em;
  line-height: clamp(22px, 6.4vw, 30px);
}
.roomplan .link {
  width: 230px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .roomplan .link {
    margin: 25px auto;
  }
}
.roomplan .plan_swiper {
  padding: 0 22.5px 10px;
}
@media screen and (min-width: 1000px) {
  .roomplan .plan_swiper {
    max-width: 1013px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 25px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .roomplan .plan_swiper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    padding: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .roomplan .plan_swiper ul li {
    width: calc(50% - 19px);
    max-width: unset;
  }
}
.roomplan .plan_swiper ul li .a-bg {
  background-color: white;
  width: 88vw;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg {
    max-width: unset;
    width: 100%;
  }
}
.roomplan .plan_swiper ul li .a-bg a {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  display: flex;
}
.roomplan .plan_swiper ul li .a-bg a figure {
  width: 84%;
  max-width: 255px;
}
.roomplan .plan_swiper ul li .a-bg a div {
  width: 208px;
  background: #9E9F9F;
  background: linear-gradient(180deg, rgb(158, 159, 159) 0%, rgb(115, 115, 115) 100%);
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  padding-top: 45px;
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div {
    gap: 0;
  }
}
.roomplan .plan_swiper ul li .a-bg a div .label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 32px;
  font-size: 13px;
  text-align: center;
  background: #AF862B;
  background: linear-gradient(136deg, #F5B153 23%, #7B3A1B 100%);
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div .label {
    font-size: 10px;
  }
}
.roomplan .plan_swiper ul li .a-bg a div .type {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div .type {
    gap: 0;
  }
}
.roomplan .plan_swiper ul li .a-bg a div .type span {
  display: block;
  font-size: clamp(35px, 3.75vw, 45px);
}
.roomplan .plan_swiper ul li .a-bg a div .type .small {
  font-size: 13px;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div .type .small {
    font-size: 10px;
  }
}
.roomplan .plan_swiper ul li .a-bg a div .size {
  width: 100%;
  padding: 6px 0;
  font-size: 19px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div .size {
    font-size: 13px;
    padding: 3px 0;
  }
}
.roomplan .plan_swiper ul li .a-bg a div .size::before, .roomplan .plan_swiper ul li .a-bg a div .size::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CACABD;
  background: linear-gradient(136deg, rgb(202, 202, 189) 29%, rgb(178, 174, 164) 100%);
  position: absolute;
  left: 0;
}
.roomplan .plan_swiper ul li .a-bg a div .size::before {
  top: 0;
}
.roomplan .plan_swiper ul li .a-bg a div .size::after {
  bottom: 0;
}
.roomplan .plan_swiper ul li .a-bg a div .size .big {
  font-size: 32px;
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div .size .big {
    font-size: 22px;
  }
}
.roomplan .plan_swiper ul li .a-bg a div .m2 {
  letter-spacing: 0.1em;
  font-size: 17px;
  line-height: 22px;
}
.roomplan .plan_swiper ul li .a-bg a div .m2 .jp {
  font-size: 10px;
  letter-spacing: 0;
}
.roomplan .plan_swiper ul li .a-bg a div .m2 .big {
  font-size: 23px;
}
@media screen and (max-width: 999px) {
  .roomplan .plan_swiper ul li .a-bg a div .m2 .big {
    font-size: 20px;
  }
}
.roomplan .plan_swiper ul li .a-bg a.premium div {
  background: #BDA280;
  background: linear-gradient(180deg, rgb(189, 162, 128) 0%, rgb(144, 126, 81) 100%);
}
.roomplan .plan_swiper ul li .a-bg a.premium div .size {
  letter-spacing: 0;
}
.roomplan .plan_swiper ul li .a-bg a.premium div .size::before, .roomplan .plan_swiper ul li .a-bg a.premium div .size::after {
  background: #D6CBAB;
  background: linear-gradient(136deg, rgb(214, 203, 171) 29%, rgb(196, 176, 136) 100%);
}
.roomplan .wrap {
  position: relative;
  padding-bottom: 20px;
}
.roomplan .wrap .swiper-scrollbar {
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 238px;
  margin: 30px auto 0;
  border-bottom: 1px solid white;
  height: 5px;
  border-radius: 0;
}
@media screen and (min-width: 1000px) {
  .roomplan .wrap .swiper-scrollbar {
    display: none;
  }
}
.roomplan .wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: white;
  border-radius: 0;
}
.roomplan .wrap .btn-wrap {
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .roomplan .wrap .btn-wrap {
    display: none;
  }
}
.roomplan .wrap .btn-wrap .swiper-button-prev,
.roomplan .wrap .btn-wrap .swiper-button-next {
  height: 5px;
  width: 8px;
}
.roomplan .wrap .btn-wrap .swiper-button-prev::after,
.roomplan .wrap .btn-wrap .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 5px;
  height: 8px;
  margin: auto;
}
.roomplan .wrap .btn-wrap .swiper-button-next::after {
  background-image: url("../img/top/next.svg");
}
.roomplan .wrap .btn-wrap .swiper-button-prev::after {
  background-image: url("../img/top/prev.svg");
}

.location_top {
  position: relative;
}
.location_top .text-containar {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.location_top .text-containar h2 {
  width: clamp(180px, 52vw, 258px);
  margin: 0 auto;
}
.location_top .text-containar p {
  margin-top: 25px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .location_top .text-containar p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.location_top .mini {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black;
}
.location-photos .tenjin, .location-photos .hakata {
  position: relative;
}
.location-photos .tenjin figcaption, .location-photos .hakata figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: white;
  text-shadow: 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black;
  font-size: 10px;
}
.location-photos .flex-containar {
  display: flex;
}
.location-photos .flex-containar figure {
  position: relative;
}
.location-photos .flex-containar figure figcaption {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black, 0 0 1.5px black;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .location-photos .flex-containar.second {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .location-photos .flex-containar.second figure {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .location-photos .flex-containar.second figure:nth-child(1) {
    width: 100%;
    height: 40vw;
  }
  .location-photos .flex-containar.second figure:nth-child(1) img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 42%;
       object-position: 50% 42%;
    width: 100%;
    height: 100%;
  }
}

.access .wrap {
  max-width: 952px;
  margin: 0 auto;
  margin-top: 105px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .access .wrap {
    margin-top: 60px;
    padding: 0 37.5px;
  }
}
.access .wrap .title-wrap {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .access .wrap .title-wrap {
    margin-bottom: 35px;
  }
}
.access .wrap .title-wrap h2 {
  width: clamp(130px, 39.7333333333vw, 200px);
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .access .wrap .title-wrap h2 {
    margin-bottom: 20px;
  }
}
.access .wrap .title-wrap p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .access .wrap .title-wrap p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.access .wrap .map {
  margin-bottom: 60px;
}
.access .wrap .map .station {
  width: 247px;
  margin: 0 auto 40px;
}
.access .wrap .map .traffic-wrap {
  padding: 15px 0;
}
.access .wrap .map .routmap {
  max-width: 891px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access .wrap .map .routmap img {
    width: 650px;
  }
}
.access .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .access .wrap ul {
    flex-direction: column;
  }
}
.access .wrap ul li {
  width: calc(33.3333333333% - 15.5px);
}
@media screen and (max-width: 600px) {
  .access .wrap ul li {
    width: 100%;
  }
}
.access .wrap ul li figure figcaption {
  padding-top: 7px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.access .wrap .notes {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0;
  margin-bottom: 75px;
  color: #231815;
}
@media screen and (max-width: 600px) {
  .access .wrap .notes {
    letter-spacing: -0.02em;
  }
}/*# sourceMappingURL=top.css.map */