/* ===============================
   meal共通
================================= */





/* ===============================
   room-top
================================= */
.room-top {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: url("../img/room/top.jpg") no-repeat center center / cover;
}
.room-top .text h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 1px solid #fff;
  padding: 15vh 3vw; /* 画面比率で調整 */
  font-size: 2em;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  white-space: nowrap;
}
.room-top .text h1::before{
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid white;
    pointer-events: none;
    transition: all 0.5s;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    }
@media (max-width: 768px) {
.room-top .text h1 {
  padding: 15vh 7vw;
}
}




/* ===============================
   room-sec01
================================= */
.room-sec01 {
  color: white;
  padding: 15% 0 0 0;
    }
.room-sec01 .area {
  position: relative;
  display: flex;
  justify-content: center;
}
.room-sec01 .bg {
  position: relative;
  max-width: 1000px;
}
.room-sec01 .bg img{
    width:100%;
}
.room-sec01 .wrap {
  position: absolute;
    width:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.room-sec01 .wrap .ttl {
  font-size: 2rem;
}
.room-sec01 .wrap .line {
  width: 75px;
  height: 1px;
  background-color: #ccc;
  margin: 2rem 0;
}
.room-sec01 .wrap .text {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
}




/* ===============================
   room-sec02
================================= */
.room-sec02 {
  color: white;
  padding: 10% 0 0 0;
}

.room-sec02 .area {
  position:relative;display: flex;justify-content: center;gap:2rem;flex-wrap: wrap;
}

.room-sec02 .wrap {
  position:relative;
}

.room-sec02 .image {
  position:relative;
  max-width:250px;
  padding-top: 4rem;
}

.room-sec02 .image img{
    width:100%;
}
.room-sec02 .image img:hover{
}
.room-sec02 .ttl {
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 3;
    gap:2rem;
}
.room-sec02 .ttl-icon img {
    width:50px;
}
    .room-sec02 .more{
    border-bottom: 1px solid;
    position: relative;
    min-width: 100px;
    display: flex;
    font-size: 1.5rem;
    color: #fff;
    transition: all 0.3s;
    }
    .room-sec02 .more::before{
    content: "";
    border-top: 1px solid;
    position: absolute;
    right: 2px;
    bottom: 0;
    transform: rotate(40deg);
    transform-origin: right;
    width: 14px;    
    }
@media (max-width: 768px) {
.room-sec02 .image {
  max-width:170px;
}
}
    
    
    
    
    
/* ===============================
   room-sec03
================================= */
.room-sec03 .wrap02 .inr02 .res-btn{
    display: flex;
    justify-content: flex-end;
    gap:1rem;
    flex-wrap: wrap;
    }  
    
.room-sec03 .wrap02 .inr02 .res-btn a{
    display: inline-block;
    padding:1rem;
    background-color:white;
    color:black!important;
    cursor:pointer;
    transition: all 0.5s ease;
    }
.room-sec03 .wrap02 .inr02 .res-btn a:hover{
        display: inline-block;
        padding:1rem;
    background-color:#7F6000;
    color:white!important;
    }  
    
    
    
.room-sec03 {
  color: white;
  padding: 20% 0 0 0;
}
.room-sec03 .area {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}
.room-sec03 .wrap01 {
display: flex;
}
.room-sec03 .wrap01 .inr01{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 auto;
}
.room-sec03 .wrap01 .ttl-icon{
  width:50px;
  margin-bottom: 1rem;
}
.room-sec03 .wrap01 .ttl-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2rem;
  line-height: 2.5rem;
}
.room-sec03 .wrap01 .ttl-text span{
  font-size: 1rem;
}
.room-sec03 .wrap01 .inr02{
  width: 60%;
}
.room-sec03 .wrap01 .inr02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-sec03 .splide__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.25rem;
  width: 100%;
  left: 50%;
}
.room-sec03 .splide__pagination li {
  list-style: none;
}
.room-sec03 .splide__pagination button {
  width: 30px;
  height: 4px;
  background-color: white;
  border-radius: 0px;
  border: none;
  opacity: 0.25;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.room-sec03 .splide__pagination button.is-active {
  width: 30px;      /* サイズを固定化 */
  height: 4px;
  border-radius: 0px;
  background-color: #7F6000;
  opacity: 1;
    transform: scale(1.0);
}
.room-sec03 .wrap02 {
  display: flex;
  gap: 5rem;
    width:90%;align-items: center;justify-content: center;
}
.room-sec03 .wrap02 .inr01 {
    max-width:400px;
}
.room-sec03 .wrap02 .inr01 img{
    width:100%;
}
.room-sec03 .wrap02 .inr02 {
    width:50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.room-sec03 .wrap02 .inr02 .description {
  font-size: 1.5rem;
}
.room-sec03 .wrap02 .inr02 .features {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
    }
.room-sec03 .wrap02 .inr02 .features li{
    border-bottom: 2px dashed white;
    display: inline-block;
}
.room-sec03 .reverse{
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
.room-sec03 {
color: white;
padding: 30% 0 0 0;
}
.room-sec03 .area{
gap: 3rem;
}
.room-sec03 .wrap01 {
flex-direction: column;
}
.room-sec03 .wrap01 .ttl-text {
writing-mode: horizontal-tb;
text-orientation: mixed;
text-align: center;
}
.room-sec03 .wrap01 .inr02{
width: 100%;
}
    .room-sec03 .wrap02 {
flex-direction: column;
gap: 1rem;
}
.room-sec03 .wrap02 .inr02 {
width:100%;
}
.room-sec03 .wrap02 .inr02 .res-btn{
justify-content: center;
}  
}



/* ===============================
   room-sec04
================================= */
.room-sec04{
        color: white;
        padding: 20% 0 0 0;
    }
    .room-sec04 .area{
        display: flex;
        align-items: center;
        justify-content: center;
        gap:5rem;
    }
.room-sec04 .wrap01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2rem;
}
.room-sec04 .wrap01 img{
    width: clamp(150px, 250px, 300px);
}
.room-sec04 .wrap01 .ttl{
    text-align: center;
    font-size:1.5rem;
    color:#7F6000;
}
.room-sec04 .wrap01 .line{
    width: 150px;
    height: 1px;
    background-color: #fff;
}
.room-sec04 .wrap01 .text{
    font-size:1rem;
} 
.room-sec04 .wrap02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:1rem;
  width:35%;
}
.room-sec04 .wrap02 img{
        width:100%;
        object-fit: cover;
}
.room-sec04 .red {
  grid-column: 1 / span 2;
        overflow: hidden;
}

.room-sec04 .wrap02 .red.fade-dw {
  transition-delay: 0s;
}
.room-sec04 .wrap02 .blue.fade-dw {
  transition-delay: 0.5s;
}
.room-sec04 .wrap02 .green.fade-dw {
  transition-delay: 1s;
}
    
@media (max-width: 768px) {.room-sec04{
        color: white;
        padding: 40% 0 0 0;
    }
    .room-sec04 .area{
        flex-direction: column;
        gap: 2rem;
    }
.room-sec04 .wrap01 {
    padding:0 5%;
}.room-sec04 .wrap02 {
        width:100%;
}
}




/* ===============================
   room-sec05
================================= */
.room-sec05 {
  color: white;
  padding: 10% 0;
}

.room-sec05 .area {
  width: 80%;
  padding: 5% 10%;
  background-color: #666;
  margin: 0 auto;
}

.room-sec05 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.room-sec05 .ttl {
  font-size: 2rem;
}
.room-sec05 .list-layout {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.room-sec05 .list-layout li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
}

.room-sec05 .label {
  flex: 0 0 20%;
  font-weight: bold;
  color: #fff;
}

.room-sec05 .desc {
  flex: 1;
  color: #eee;
}
@media (max-width: 768px) {
.room-sec05 .area {
  width: 90%;
  padding: 10% 5%;
}
.room-sec05 .list-layout li {
    flex-direction: column;
}
}