@charset "utf-8";


.content03 {
  width: 100%;
}

.room_content {
  width: 80%;
  margin: 50px auto;
  padding:  2em 2em;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.room_info {
  display: flex;
}

.room_img {
  width: 80%;
  margin-right: 30px;
}

.main_img {
  width: 100%;
}

.main_img img {
  width: 100%;
}

.sub_img {
  margin-top: 10px;
  display: flex;
  gap: 10px ;

}


.sub_img img {
  width: 100%; 
	height:80px
}

.sub_img li:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.room_copy {
  width: 50%;

}

.room_copy h3 {
  margin: 20px 0px;
  font-weight: bold;
  font-size: 1.5rem;
}

.room_copy h4 {
  margin: 10px 0px;
}

.room_copy p {
  margin: 20px 0px;
  line-height: 30px;
}

.btn_contact a {
  width: 50%;
  padding: 10px 0;
  border: 1px solid #333947;
  border-radius: 2rem ;
  background-color: rgb(255, 255, 255);
  color: #5d627b;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  display: block;
}

.btn_contact a:hover {
  color: #fff;
  background:  #5d627b;
}



.room_map {
  width: 100%;;
}

.room_map p {
 font-weight: bold;
 font-size: 1rem;
 margin-top: 5px;
}

.map {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed_rent02 {
  margin-top: 60px;
}

@media (max-width: 930px) {

  .room_content {
    width: 95%;
    
  
  }

  .room_info {
    flex-direction: column;
  }

  .room_img {
    width: 100%;
    margin-right: 0px;
  }

  .room_copy {
    width: 100%;
  
  }

  .btn_contact a {
    width: 100%;

  }

  .sub_img img {
    overflow: hidden;
    width: 100%;
    height:auto;
  }

  

}