@charset "utf-8";

.center-image {
  width: 100%;
  margin: 0 auto 50px;
}

.center-image .slick-center img {
  transform: scale(1);
}
/* それ以外はscaleは0.8 */
.center-image img {
  transform: scale(0.8);
  width: 100%;

  object-fit: cover;
}

.slide {
  margin: 300px auto;
}

.menu-title h2{ 
  writing-mode: vertical-rl;
  font-size: 50px;
  font-weight: 100;
  position: fixed;
  top: 330px;
  left: 85px;
  letter-spacing: 20px;
  text-shadow: 1px 1px 10px  #000;
}
.menu-title .sen{ 
  writing-mode: vertical-rl;
  font-size: 40px;
  position: fixed;
  top: 250px;
  left: 112px;
}


.img-frame{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}

.fixed-bg {
  min-height: 80vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* .bg01 {
  background-image: url(../img2/roommmm.jpg);
} */

.frist-view {
  position: relative;
}

.decoration{
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 1px;
  height: 300px;
  background-color: #fff;

  position: absolute;
bottom: -400px;
left: 50%;
transform: translate(-50%, -50%);
  

}

.decoration::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 200px;
  /* 丸を水平方向中心に */
  left: 50%;
  transform: translateX(-50%);
  /* アニメーションの設定 下に行くと徐々に透過するが永遠に続く*/
  animation: marumove 2s ease-out infinite, marutrans 2s ease-in infinite;
}

@keyframes marumove {
  0% {
      bottom:100%;
  }

  100% {
      bottom: 0%;
  }
}

@keyframes marutrans {
  0% {
      opacity: 0;
  }

  5%{
      opacity: 0.7;
  }

  50% {
      opacity: 1;
  }

  75%{
      opacity: 0.7;
  }

  100% {
      opacity: 0;
  }
}

 


.fixed-bg {
  min-height: 80vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg01 {
  background-image: url(../img2/roommmm.jpg);
}

.decoration5 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px;
}
.decoration6 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px;
}

.frist-view{
  position: relative;
}

/* .fude1{
  position: absolute;
  opacity: 0.1;
  width: 50%;
  bottom:-600px ;
  left: 0;
  
} */


.room-title {
  text-align: center;
  font-size: 35px;
}

.room-title p:first-child {
  font-size: 20px;
}

.decoration7 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 1px;
  height: 100px;
  background-color: #fff;
  margin: 20px auto;
}

.room {
  width: 60%;
  margin: 200px auto;
}

.room-img {
  padding-bottom: 10px;
  border-bottom: 1px solid#fff;
  margin-top: 100px;
}

.room1-1 {
  width: 80%;
}
.room1-2 {
  width: 40%;
}

.room-text {
  display: flex;
  position: relative;
}

.room-text img {
  position: absolute;
  top: -100px;
  right: -100px;
}

.room-textbox {
  width: 60%;
  margin: 80px 20px;
  line-height: 60px;
  text-align: center;
}

span {
  font-size: 22px;
}

.room-type1 {
  width: 60%;
  margin: 100px auto;
}
.room-type2 {
  width: 60%;
  margin: 100px auto;
}

.room2-1 {
  width: 100%;
  margin: 100px auto;
}

section{
    margin-top: 150px ;
}

.guide{
    width: 60%;
    margin: 0 auto 100px;
    padding-top: 300px;
}

.guide h3{
    text-align: center;
    font-size: 30px;
    margin: 20px;

  align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center;
  }

  .guide h3::before,
  .guide h3::after {
    display: block;
    background-color: #ffffff; /* 横線の色 */
    content: "";
    height: 15px; /* 横線の高さ */
    width: 15px; /* 横線の長さ */
    transform: rotate(45deg);
    margin: 30px;
  }


.guide-box{
    margin-top: 100px;
    
}

.detail{
    display: flex;
    border-bottom: 1px solid #fff;
    
    
}

.detail p:first-child{
width: 30%;
margin-left: 50px;
}

.detail p{
    padding: 30px 0;
    line-height: 40px;
}








.room-guide{
    width: 100%;
    margin: 0 auto 50px;
    background-color: rgb(255, 255, 255,0.1);
    padding: 80px;
}

.room-guide h3{
    text-align: center;
    font-size: 30px;
    
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center;
  }

  .room-guide h3::before,
  .room-guide h3::after {
    display: block;
    background-color: #ffffff; /* 横線の色 */
    content: "";
    height: 15px; /* 横線の高さ */
    width: 15px; /* 横線の長さ */
    transform: rotate(45deg);
    margin: 30px;
  }

  
.room-guide-box{
    margin-top: 50px;
    
}

.room-detail{
    display: flex;
    border-bottom: 1px solid #fff;
    
    
}

.room-detail p:first-child{
width:200px;

}

.room-detail p{
  margin-left: 10px;
    padding: 30px 0;
    line-height: 40px;
}

.reservation-btn{
    margin: 0 auto;
    width: 200px;
    border: 1px solid #fff;
font-size: 14px;
    text-align: center;
    padding: 30px;
    margin-top: 80px;
}

.reservation-btn:hover{
    color: #000;
    background-color: rgb(255, 255, 255,0.8);
    transition: 0.5s all;
  
}

@media (max-width: 1200px) {


  
  
  .room-img {
    padding-bottom: 10px;
    border-bottom: 1px solid#fff;
    margin-top: 100px;
  }
  
  .room1-1 {
    width: 100%;
    
  }
  .room1-2 {
    width: 40%;
  }
  
  
  
  .room-text img {
    position: absolute;
    top: -200px;
    right: -200px;
  }
  
  .room-textbox {
    width: 80%;
   
  }
  .room-guide{
    
    padding: 50px;
}




}
@media (max-width: 1000px) {

}