@charset "UTF-8";
/* ↓ garnet Color設定 */
/* ↑ garnet Color設定 */
/* ↓ garnet 変数設定 */
/* ↑ garnet 変数設定 */
/* ↓ amethyst フォントサイズ設定 */
/*↑基本的なフォントサイズ*/
/*↑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直下の読み)のフォントサイズ*/
/* ↑ amethyst フォントサイズ設定 */
* {
  margin: 0;
  padding: 0;
  transition: 0.3s;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  font-family: "游明朝", "Yu Mincho", serif;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  color: #ffffff;
  background-color: #000000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

h5 {
  font-size: 0.9em;
}

h4 {
  font-size: 1.35em;
}

h3 {
  font-size: 1.8em;
}

h2 {
  font-size: 2.25em;
}

h1 {
  font-size: 3.06em;
}

.btn {
  font-size: 14px;
  border: 1px solid #ffffff;
  text-align: center;
}

.btn a {
  color: #ffffff;
  display: block;
  width: 300px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.btn10 {
  position: relative;
}

.btn10::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #ffffff;
  rotate: -45deg;
  position: absolute;
  left: -10px;
  top: 5px;
}

.text-img {
  width: 100%;
  text-align: center;
  height: 90px;
}
.text-img img {
  filter: drop-shadow(0 0 0px #A91D3A);
  width: 400px;
}
.text-img .sub-text {
  position: relative;
  top: -15px;
  width: 250px;
}

.title-text {
  font-family: "Playfair Display", serif;
  /* 高級感あるフォント */
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  background: url("../img/font-deco_1.gif") no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 補足：視認性を高めるなら影も追加可 */
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
}

.main-contents {
  position: relative;
  padding: 0 7px;
}
.main-contents::before, .main-contents::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background-repeat: repeat-y;
  z-index: 100;
  pointer-events: none;
}
.main-contents::before {
  left: 0;
  background-image: url("../img/decoration/line.jpeg");
}
.main-contents::after {
  right: 0;
  background-image: url("../img/decoration/line.jpeg");
}
.main-contents section {
  padding: 60px 0;
  position: relative;
  z-index: 1000;
}
.main-contents .video-mask-wrapper {
  top: -30px;
  left: 41px;
  width: 1100px;
  transform: rotate(90deg) translateY(0%);
  transform-origin: left;
}

.catchCopy-contents,
.news-contents,
.reasons-contents,
.roomtour-contents,
.access-contents,
.faq-contents,
.price-contents,
.amenity-contents,
.payment-contents {
  padding-top: 20px;
}

.hotel-logo {
  width: 150px;
}

@media (max-width: 1024px) {
  p,
  a {
    font-size: 0.81em;
  }
  h1 {
    font-size: 2.43em;
  }
}
@media (max-width: 768px) {
  p,
  a {
    font-size: 0.72em;
  }
  h1 {
    font-size: 1.8em;
  }
  .main-contents section {
    padding: 45px 0;
  }
  .catchCopy-contents,
  .news-contents,
  .reasons-contents,
  .roomtour-contents,
  .access-contents,
  .faq-contents {
    padding-top: 15px;
  }
  .catchcopy-deco {
    top: 6vw;
    left: 4vw;
    width: 100%;
  }
  .main-contents .video-mask-wrapper {
    left: 3vw;
    width: 150vw;
  }
}
@media (max-width: 480px) {
  .text-img img {
    width: 100%;
  }
  .text-img .sub-text {
    width: 50%;
  }
}
/*------------------------------------------------------------------------------*/
/* ↓ header
/*------------------------------------------------------------------------------*/
header .hotel-logo {
  padding-left: 20px;
  position: relative;
  z-index: 9999;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 15px 0 5px;
  position: relative;
}
.header-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #A91D3A;
  bottom: 4px;
  position: absolute;
  z-index: 2;
}

.header-tel {
  font-size: 21px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding-right: 20px;
}
.header-tel a {
  font-size: 2.3rem;
  color: #ffffff;
  transition: color 0.3s ease;
}
.header-tel a:hover {
  color: #A91D3A;
}

.hamburger-container {
  display: none;
}

.header-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 20px;
}
.header-menu a {
  width: 140px;
  text-align: center;
  color: #ffffff;
  padding: 7px 0;
  border-right: solid 1px #ffffff;
}
.header-menu a:last-child {
  border-right: none;
}
.header-menu a:hover {
  color: #A91D3A;
}

.hamburger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 17px;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  height: 1px;
  background: #A91D3A;
  border-radius: 2px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu-label {
  position: relative;
  color: #A91D3A;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 1;
}
.menu-label.fade-out {
  opacity: 0;
}
.menu-label.fade-in {
  opacity: 1;
}

.hamburger-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
}
@media (min-width: 769px) {
  .hamburger-menu-bg {
    display: none !important;
  }
}

.hamburger-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7vw;
  padding: 15vw 10vw;
  font-size: 7vw;
  text-align: center;
  z-index: 1;
}

.menu-datils,
.sub-menu-datails {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  width: 100%;
  align-items: flex-start;
}

.menu-datils a {
  color: #ffffff;
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #333333;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.menu-datils a::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  top: -8px;
  right: 15px;
  top: calc(50% - 4px);
  transition: all 0.3s ease;
}
.menu-datils a:hover {
  color: #A91D3A;
  border-bottom: solid 1px #C73659;
}
.menu-datils a:hover::before {
  right: 8px;
  border-color: #A91D3A #A91D3A transparent transparent;
}
.menu-datils a span {
  font-size: 2.5vw;
  padding-left: 15px;
}

.sub-menu-datails {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}
.sub-menu-datails a {
  color: #FFFFFF;
  font-size: 2.5vw;
  padding: 7px 0;
  transition: color 0.3s ease;
  position: relative;
}
.sub-menu-datails a:hover {
  color: #A91D3A;
}
.sub-menu-datails a::before {
  content: "➤";
  position: absolute;
  left: -22px;
}

@media (max-width: 768px) {
  .header-menu {
    display: none;
  }
  .header-tel {
    display: none;
  }
  .hamburger-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    gap: 6px;
    position: relative;
    z-index: 9999;
  }
  .header-top {
    position: fixed;
    border-bottom: none;
    width: 100%;
    background-color: #000000;
    z-index: 9999;
  }
  .hamburger {
    display: flex;
  }
}
@media (max-width: 480px) {
  .hamburger-menu-bg {
    width: 100%;
  }
  .menu-datils a {
    font-size: 7vw;
  }
  .sub-menu-datails a {
    font-size: 3.1vw;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ header
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ concept
/*------------------------------------------------------------------------------*/
#concept {
  position: relative;
}

.concept-img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.container_05 {
  position: absolute;
  left: 50%;
  bottom: -80px;
}

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 9px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar_05 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ concept
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ catchcopy
/*------------------------------------------------------------------------------*/
#catchcopy {
  position: relative;
  z-index: 1;
}

.catchCopy-contents {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-end;
}

.catchCopy-deco {
  width: 400px;
}

.catchCopy-text {
  line-height: 2.7rem;
}

@media (max-width: 900px) {
  .catchCopy-contents {
    flex-direction: column;
    position: relative;
  }
  .catchCopy-deco {
    opacity: 0.3;
  }
  .catchCopy-text {
    position: absolute;
    top: 0;
    margin: 20px;
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catchCopy-text {
    margin: 2vw 1vw 2vw 2vw;
    padding: 4vw 0 4vw 4vw;
    line-height: 6.5vw;
  }
  .catchCopy-deco {
    width: 75%;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ catchcopy
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ news
/*------------------------------------------------------------------------------*/
#news {
  position: relative;
}
#news .back-text-img {
  position: absolute;
  width: 100%;
  top: -10vw;
  opacity: 0.15;
  z-index: 0;
}

.news-contents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
}

.news-image {
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.news-text {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

@media (max-width: 600px) {
  .news-image {
    width: 90%;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ news
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ service
/*------------------------------------------------------------------------------*/
.reason {
  display: flex;
  padding: 50px 0;
  position: relative;
}
.reason.row-reverse {
  flex-direction: row-reverse;
}
.reason:first-of-type {
  padding-top: 0;
}
.reason:last-of-type {
  padding-bottom: 0;
}

.reason-img {
  width: 1000px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-text {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  width: 50%;
}
.reason-text h3 {
  padding: 20px 0;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .reason {
    padding: 70px 0;
  }
  .reason-text {
    position: absolute;
    top: 53%;
    left: 40%;
    transform: translate(-50%, -50%);
    background-color: #000000;
  }
  .reason-text.reason-text-reverse {
    left: auto;
    right: 40%;
  }
}
/* =======================
   PC用 (769px以上)
======================= */
@media screen and (min-width: 769px) {
  .reason-img {
    transform: scale(1.2);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
  }
  .reason-text {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
  }
  .reason.visible .reason-img {
    transform: scale(1);
    opacity: 1;
  }
  .reason.visible .reason-text {
    transform: translateY(0);
    opacity: 1;
  }
}
/* =======================
   タブレット・スマホ用 (768px以下)
======================= */
@media screen and (max-width: 1024px) {
  .reason-img {
    width: 70%;
  }
  .reason-text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    position: relative;
    padding: 0;
    margin: 40px 0;
    opacity: 0;
    transition: opacity 1s ease-out;
  }
  .reason:first-child {
    margin-top: 0;
  }
  .reason.visible {
    opacity: 1;
  }
  .reasons-contents {
    max-width: 560px;
    margin: 0 auto;
  }
  .reason-img {
    width: 100%;
    height: 360px;
    filter: blur(1px);
    opacity: 1;
    transform: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
  }
  .reason-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7490196078);
    height: 85%;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .reason-text h3 {
    font-size: 4.2vw;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ service
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ roomtour
/*------------------------------------------------------------------------------*/
#roomtour iframe {
  width: 100%;
}

.roomtour-contents p {
  text-align: center;
  padding: 15px 0;
}
.roomtour-contents p span {
  font-size: 25px;
}

@media (max-width: 768px) {
  .roomtour-contents p span {
    font-size: 3.3vw;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ roomtour
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ ACCESS
/*------------------------------------------------------------------------------*/
.access-contents > p {
  text-align: center;
}

.access-container {
  display: flex;
  max-width: 1300px;
  margin: 20px auto;
  gap: 20px;
}

.access-map {
  width: 80%;
}

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

.access-hotelname {
  border-bottom: solid 1px #ffffff;
}
.access-hotelname img {
  width: 300px;
}

@media (max-width: 1130px) {
  .access-container {
    flex-direction: column;
  }
  .access-map {
    width: 100%;
  }
  .access-datails {
    width: auto;
    padding-left: 6.5vw;
  }
}
@media (max-width: 768px) {
  .access-datails table {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .access-datails table tr {
    font-size: 4.2vw;
  }
  .access-datails table tr td:first-child {
    width: 25vw;
  }
}
@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-image: url(../img/faq-back.png);
  background-size: cover;
  background-blend-mode: screen;
  background-position: bottom center;
}

.faq_contents {
  width: 75%;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
}
.faq_contents details {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.faq_contents details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 8px;
  border-radius: 8px;
  outline: none;
  transition: background-color 0.3s ease;
}
.faq_contents details summary::after {
  content: "▶";
  font-size: 10px;
  transition: transform 0.3s ease;
}
.faq_contents details summary .q-text {
  font-size: 21px;
}
.faq_contents details[open] summary::after {
  transform: rotate(90deg);
  color: #E53935;
}
.faq_contents details .inner {
  padding: 10px 20px 0px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .faq_contents {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .faq_contents {
    width: 90%;
    padding: 0px;
  }
  .faq_contents details {
    margin: 10px 0;
    padding: 5px;
  }
}
/*------------------------------------------------------------------------------*/
/* ↑ faq
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ↓ footer
/*------------------------------------------------------------------------------*/
footer {
  position: relative;
  overflow: hidden;
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/footer-back02.jpeg") no-repeat 0 70%/cover;
  z-index: -2;
}
footer .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: -1;
}
footer .footer-contents {
  position: relative;
  z-index: 1;
}

.footer-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
}
.footer-contents ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-contents ul a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  transition: color 0.3s ease;
}
.footer-contents ul a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
}
.footer-contents ul a:hover {
  color: #A91D3A;
}
.footer-contents ul a:hover::before {
  left: 5px;
  border-top: solid 2px #A91D3A;
  border-right: solid 2px #A91D3A;
}

.footer-cr {
  text-align: center;
  padding-top: 10px;
  border-top: solid 1px #C73659;
}

/*------------------------------------------------------------------------------*/
/* ↑ footer
/*------------------------------------------------------------------------------*/
/* 共通スクロールバー設定（Chrome/Edge/Safari） */
html {
  scrollbar-width: thin;
  /* Firefox用 */
  scrollbar-color: #e60039 transparent;
}
html::-webkit-scrollbar {
  width: 1px;
}
html::-webkit-scrollbar-track {
  background: #000000;
}
html::-webkit-scrollbar-thumb {
  background-color: #e60039;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: #c00030;
}/*# sourceMappingURL=index.css.map */