/* CSS Document */

.heroview-section {
  width: 100%;
  height: 100vh; /* 画面の高さいっぱい */
  background-image: url('../images/room/ro1.png');
  background-size: cover;        /* ブラウザいっぱいに拡大 */
  background-position: center;   /* 中央配置 */
  background-repeat: no-repeat;  /* 繰り返さない */
}

/*slider*/
.room-section {

  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

.room-left {
  width: 43%;
  
        display: flex;
    align-items: center;
    justify-content: center;
}
.room-left-inner{
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 364px;
}
.room-left-inner2{
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 430px;
}
.room-left h2 {
  font-size: 34px;
  margin-bottom: 0.2em;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 1em;
}

.desc {
    font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.room-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em;
  line-height: 1.8;
  font-size: 14px;
}
.room-features li{
    margin: 0;
    font-size: 16px;
    text-indent: -1em;
padding-left: 1em;
}
.room-indicators {
  display: flex;
  gap: 15px;
  margin-bottom: 2em;
}

.indicator-item {
  text-align: center;
  font-size: 12px;
  width: 30%;
}

.indicator-item .bar {
  width: 50px;
  height: 8px;
  background-color: #e5e5e5;
  margin-top: 6px;
  transition: background-color 0.3s;
    width: 100%;
}

.indicator-item.active .bar {
  background-color: #4d4d4d;
}

.room-icons img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.room-right {
  max-width: 1100px;
  width: 57%;
}

.room-slider img {
  width: 100%;
  height: auto;
  display: block;
}

/*メニュー部分*/
.room-nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.nav-item {
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.nav-item:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding-top: 25%;
}

.label {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.arrow {
  font-size: 28px;
  margin-top: 5px;
}
.label{
    font-feature-settings: "palt";
}
.arrow img{
    max-width: 28px;
}

.sdrbox{
    padding:30px 0;
    background-color: #f5f6ee;
}
.rboxtext{
    max-width: 600px;
    margin: auto;
    width: 100%;
    display: block;
}

.sdrbox2{
    padding:30px 0;

}


/**/

.facility-details {
  margin-top: 50px;
  padding: 0 10%;
  font-family: "Noto Sans JP", sans-serif;
}

.facility-block {
 margin-bottom: 20px;
 display: flex;
}
.facility-block .facility-block-h h3{
    font-size: 20px;
}
.facility-block .facility-block-h {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 5px solid #000;
  padding-bottom: 2px;
    height: 80px;
        
    text-align: center;
    width: 20%;
    min-width: 12em;
    display: flex;
        align-items: center;
    justify-content: center;
}

.facility-block .facility-block-p {
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.6;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-bottom: 2px;
    height: 78px;
    width: 80%;
    display: flex;
        align-items: center;
}

.divider {
  border-bottom: 2px solid #ccc;
  margin-top: 10px;
}

.facility-gallery {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.gallery-item {
  text-align: center;
  width: 30%;
    max-width: 400px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  /*border-radius: 4px;*/
}

.gallery-item p {
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}

@media(max-width:750px){

    
.heroview-section {
        aspect-ratio: 450 / 625;
  width: 100%;
  height: auto; /* 画面の高さいっぱい */
  background-image: url('../images/sp/spro0.png');
  background-size: cover;        /* ブラウザいっぱいに拡大 */
  background-position: center;   /* 中央配置 */
  background-repeat: no-repeat;  /* 繰り返さない */
}
    
    .room-section{
        justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    flex-direction: column-reverse;
    }
    .room-left,.room-right,.rboxtext{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    
    .room-left{
         margin-bottom: 60px;
        
    }
    
    .facility-block{
        display: block;
        height: auto;
    }
    
.facility-block .facility-block-h {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 5px solid #000;
    padding-bottom: 2px;
    height: auto;
    text-align: center;
     width: 100%; 
    min-width: 12em;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.facility-block .facility-block-p {
    padding-left: 1em;
    font-size: 20px;
    line-height: 1.6;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-bottom: 2px;
    height: auto;
    width: 96%;
    display: flex
;
    align-items: center;
}
.facility-gallery {
    display: block;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.gallery-item {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
    
.sdrbox2 {
    padding: 0 0 30px 0;
}
    .room-left{
        margin-bottom: 0px;
    }   
    
}


