@charset "UTF-8";
/* ↓ ハッピー 変数設定 */
/* ↓ ハッピー　カラー設定 */
/* ↓ ハッピー フォントサイズ設定 */
/*↑基本的なフォントサイズ*/
/*↑h4タグのフォントサイズ ($basic-font-sizeの1.5倍の大きさ)*/
/*↑h3タグのフォントサイズ ($h4-font-sizeの1.5倍の大きさ)*/
/*↑h2タグのフォントサイズ ($h3-font-sizeの1.5倍の大きさ)*/
/*↑h1タグのフォントサイズ ($h2-font-sizeの1.5倍の大きさ)*/
/*↑サブタイトル(h2直下の読み)のフォントサイズ*/
/* ↑ ZALA 変数設定 */
/* ↓ 共通style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

html {
  overflow-x: hidden;
}

body {
  color: #ffffff;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
  /* スムーズスクロールを有効にする */
  background: url(../img/body-back.png) center/cover no-repeat fixed;
  background-color: #222222;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

a {
  text-decoration: none;
  color: #000000;
}

h1 {
  font-size: 2.57049em;
}

h2 {
  font-size: 1.9773em;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2 span {
  font-size: 0.7rem;
  width: 40%;
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #D57392, transparent);
}

h3 {
  font-size: 1.521em;
}

h4 {
  font-size: 1.17em;
}

p,
a {
  font-size: 0.9em;
}

@media (max-width: 768px) {
  p {
    font-size: 0.81em;
  }
  h1 {
    font-size: 2.1849165em;
  }
  h2 span {
    width: 70%;
  }
  h3 {
    font-size: 1.29285em;
  }
  h4 {
    font-size: 0.8775em;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 0.675em;
  }
  h1 {
    font-size: 1.799343em;
  }
  h2 span {
    width: 70%;
  }
  h3 {
    font-size: 1.0647em;
  }
  h4 {
    font-size: 0.702em;
  }
}
li {
  list-style: none;
}

#concept,
#news,
#faq,
#members,
#pay {
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}

#view,
#access,
#price {
  padding: 30px 0;
  margin: 0 auto;
}

.sub-title {
  padding: 20px 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  border: 1px solid #ffffff;
  text-align: center;
  max-width: 200px;
  margin: 20px auto;
  position: relative;
}
.btn a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  transition: color 0.3s ease;
}
.btn.btn11 {
  border: none;
  border-bottom: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  transition: border-bottom 0.3s ease;
}
.btn.btn11 a::after {
  content: ">";
  margin-left: 20px;
}
.btn:hover a {
  color: #D57392;
}
.btn:hover.btn11 {
  border-bottom: 1px solid #D57392;
}

/* ↓ header */
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.page-top header {
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px 15px 20px;
  background-color: rgba(0, 0, 0, 0.7490196078);
  height: 80px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

.header-imgs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-imgs svg {
  width: 65px;
}

.pc-nav-icons {
  display: flex;
  width: 600px;
  height: 80px;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  z-index: 1000;
}
.pc-nav-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pc-nav-icons a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pc-nav-icons a:last-child {
  border-right: none;
}

.mobile-nav-icons {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-nav-icons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7490196078);
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    z-index: 1000;
  }
  .mobile-nav-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-nav-icons a img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }
  .mobile-nav-icons a span {
    white-space: nowrap;
    letter-spacing: 0;
  }
  .mobile-nav-icons a:last-child {
    border-right: none;
  }
}
@keyframes shinsyuku {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 70px;
}
.icon-button:hover .icon {
  animation: shinsyuku 0.8s linear 0s 1;
}
.icon-button:hover span {
  color: #D57392;
}
.icon-button .icon {
  width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.icon-button.reserve .icon {
  background-image: url("../img/icon/reserve.png");
}
.icon-button.reserve:hover .icon {
  background-image: url("../img/icon/hov-reserve.png");
}
.icon-button span {
  font-size: 12px;
  transition: color 0.3s ease;
}
.icon-button.charges .icon {
  background-image: url("../img/icon/pay.png");
}
.icon-button.charges:hover .icon {
  background-image: url("../img/icon/hov-pay.png");
}
.icon-button.room .icon {
  background-image: url("../img/icon/room.png");
}
.icon-button.room:hover .icon {
  background-image: url("../img/icon/hov-room.png");
}
.icon-button.access .icon {
  background-image: url("../img/icon/access.png");
}
.icon-button.access:hover .icon {
  background-image: url("../img/icon/hov-access.png");
}
.icon-button.recruit .icon {
  background-image: url("../img/icon/recruit.png");
}
.icon-button.recruit:hover .icon {
  background-image: url("../img/icon/hov-recruit.png");
}

.header-logo {
  width: 550px;
}

.happy-logo {
  width: 200px;
}

.r-logo {
  width: 55px;
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 10px;
  }
  .header-logo {
    width: 65%;
  }
  .r-logo {
    width: 40px;
  }
  .icon-button .icon {
    width: 4vw;
  }
  .icon-button span {
    font-size: 1.7vw;
  }
}
/* ↑ header */
/* ↓top */
#top {
  background-color: #111;
  position: relative;
  z-index: 0;
}
#top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.pc-slider {
  position: relative;
  /* スクロールダウンの位置 */
  /* 矢印のアニメーション部分 */
  /* 矢印のアニメーション */
}
.pc-slider .scroll {
  padding-top: 60px;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.pc-slider .scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

.sp-slider {
  display: none;
}

.top-row {
  display: grid;
  position: relative;
}
.top-row .top-item {
  background-color: #222;
  overflow: hidden;
}
.top-row .slider {
  width: 100%;
}
.top-row .slider .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc((100vh - 80px) / 2);
}

.top-row-1 {
  grid-template-columns: repeat(1, 1fr);
}

.top-row-2 {
  grid-template-columns: repeat(2, 1fr);
}

.top-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.top-row-4 {
  grid-template-columns: repeat(4, 1fr);
}

.top-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}
.top-texts .top-catch {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  padding: 0;
}
.top-texts .top-catch,
.top-texts img {
  padding: 10px 0;
}

@media (max-width: 1200px) {
  .top-texts .top-catch {
    font-size: 2.7vw;
    letter-spacing: 0.3em;
  }
  .top-texts .top-title {
    font-size: 5vw;
    letter-spacing: 0.3em;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .pc-slider {
    display: none;
  }
  .sp-slider {
    display: block;
  }
}
/* ↑ top */
.test-header {
  width: 100%;
  height: 50px;
}

/* ↓ concept */
#concept {
  max-width: 1500px;
  margin: 0 auto;
}

.concept-img {
  width: 700px;
}

.concept-datails {
  display: flex;
  align-items: center;
  padding: 20px;
}
.concept-datails p {
  line-height: 2.5;
  padding: 20px;
  text-align: left;
}

.concept-sp-text {
  display: none;
}

@media (max-width: 1500px) {
  .concept-img {
    width: 95%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
  .concept-datails {
    flex-direction: column;
  }
  .concept-datails p {
    line-height: 2.1rem;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .concept-pc-text {
    display: none;
  }
  .concept-sp-text {
    display: block;
  }
}
/* ↑ concept */
/* ↓ view */
.view-contents iframe {
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 480px) {
  iframe {
    height: 300px;
    padding: 0 5px;
  }
}
/* ↑ view */
/* ↓ news */
.news-contents ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.newsImg {
  width: 300px;
}

.news {
  padding: 30px 0;
  text-align: center;
}
.news ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}
.news ul li {
  width: 100%;
}
.news ul li img.newsImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news h4 {
  padding-bottom: 10px;
}

.cheek {
  width: 70%;
}

@media (max-width: 768px) {
  .news ul {
    gap: 10px;
    padding: 5px;
  }
}
/* ↑ news */
/* ↓ rooms */
.title {
  position: relative;
  background-size: cover;
  background-blend-mode: screen;
  background-position: 0% 45%;
  height: 400px;
}
.title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

@media (max-width: 768px) {
  .title {
    height: 200px;
  }
}
/* ↑ rooms */
/* ↓ access */
.access-contents {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  gap: 15px;
}
.access-contents iframe {
  padding: 5px;
  border: 1px solid #D57392;
  /* 幅・線種・色すべてセット */
  width: 70%;
}

.access-datails {
  display: flex;
  flex-direction: column;
}
.access-datails h3 {
  font-size: 22px;
  border-bottom: 1px solid #D57392;
  padding: 0 0 15px 0;
  width: 100%;
}
.access-datails table {
  font-size: 16px;
  line-height: 30px;
}
.access-datails table tr {
  display: block;
  margin: 18px 0;
}
.access-datails table tr td:first-child {
  width: 100px;
  color: #D57392;
}
.access-datails table tr a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .access-contents {
    flex-direction: column;
  }
  .access-contents iframe {
    width: 100%;
  }
  .access-datails {
    width: auto;
    padding-left: 6.5vw;
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .access-datails table {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .access-datails table tr td:first-child {
    width: 25vw;
  }
}
/* ↑ access　*/
/*  ↓ FAQ */
#faq {
  background-color: rgba(5, 5, 5, 0.6509803922);
  max-width: 800px;
}

.faq-contents {
  max-width: 750px;
  margin: 0 auto;
  /* iPadサイズ（768px〜1024px） */
  /* スマホサイズ以下 */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .faq-contents {
    width: 80%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .faq-contents {
    width: 90%;
    padding: 0px;
  }
}

details {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
details[open] summary::after {
  transform: rotate(90deg);
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  outline: none;
  transition: background-color 0.5s ease;
}
summary::after {
  content: "▶";
  font-size: 10px;
  transition: transform 0.5s ease, color 0.5s ease;
}

.inner {
  padding: 10px 20px 0px;
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  transition: max-height 0.3s ease;
  /* スローなアニメーション */
}
.inner p {
  font-size: 0.8em;
}

/* ↑ FAQ */
/* ↓ footer */
footer {
  position: relative;
  background: url("../img/appearance.jpg") no-repeat center/cover;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
footer svg {
  width: 60px;
}

.footer-contents {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer-contents {
    padding-bottom: 90px;
  }
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 15px;
}

.footer-imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-hotellogo {
  width: 250px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-links a {
  color: #ffffff;
  font-size: 15px;
}
.footer-links a:hover {
  color: #D57392;
}
.footer-links a:hover::before {
  color: #D57392;
}
.footer-links a::before {
  content: "▶";
  color: #ffffff;
  margin-right: 0.5em;
  font-weight: bold;
}

.footer-cr {
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 480px) {
  .footer-hotellogo {
    width: 40vw;
  }
  .footer-links {
    gap: 3vw;
  }
  .footer-links a {
    font-size: 2.8vw;
  }
}
/* ↑ footer */
/* 波紋 */
.ripple-effect {
  position: fixed;
  border-radius: 50%;
  background: rgba(213, 115, 146, 0.4);
  /* 薄いピンク系 */
  transform: scale(0);
  animation: ripple-screen 0.5s ease-out;
  pointer-events: none;
  z-index: 9999;
}

@keyframes ripple-screen {
  to {
    transform: scale(3);
    /* ← 小さめに拡大（10→3） */
    opacity: 0;
  }
}
/* 全体に適用する例 */
body::-webkit-scrollbar {
  width: 5px;
  /* スクロールバーの幅 */
}

body::-webkit-scrollbar-track {
  background: #111;
  /* スクロールバーの背景 */
}

body::-webkit-scrollbar-thumb {
  background: #D57392;
  /* スクロールバーのつまみ */
}

body::-webkit-scrollbar-thumb:hover {
  background: #ff85c1;
  /* ホバー時の色 */
}/*# sourceMappingURL=index.css.map */