@charset "UTF-8";

.sub #mv > figure img {
  object-position: center bottom;
}

.sub #sub_cont > section {
  padding-bottom: 100px;
}

.sub #sub_cont > section.sec_point {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
}

.sub .sec_point dl.c2_list dd {
  background: #FFF;
}

.sub dl.c2_list {
  margin: 3em auto 5em auto;
}

#rooms07 .cflex {
  justify-content: center;
}

#rooms07 .cflex > * {
  width: 55%;
}

#rooms07 .cflex > *:first-of-type {
  margin-left: 5%;
}

#rooms07 .cflex > *:nth-of-type(2) {
  margin-left: -5%;
  margin-top: 5%;
}

@media (max-width: 1000px) {
  .sub #mv > figure img {
    object-position: 80% 0;
  }
  
  #rooms07 .cflex > * {
    width: 100%;
    margin: 2em 0!important;
  }


}
