@charset "utf-8";
.photoGallery{
  padding: 7.8vw 0 32.5vw;
}
.mT__sizeS{
  margin-top: 6.5vw;
}
.mT__sizeM{
  margin-top: 7.8vw;
}
.mT__sizeL{
  margin-top: 9.1vw;
}

@media screen and (min-width: 768px){

  .photoGallery{
    padding: 80px 0 210px;
  }
  .mT__sizeS{
    margin-top: 70px;
  }
  .mT__sizeM{
    margin-top: 90px;
  }
}

 /*------------------小関追加 6/16----------------------*/
.roomtype_Concept {
  margin-bottom: 20px;
}
.roomtype__img {
  width:  100%;
}
.photoGalleryList .text {
  margin-top: 30px;
  margin-bottom: 10px;
}
.mT__58 {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .roomtype__img {
  width: 60%;
}
.mT__58 {
  margin-top: 8px;
}
.photoGalleryList {
  max-width: 800px;
}
}
