@charset "utf-8";
/* dlight */
.dm {}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  .location--gallery-wrap {
    padding: 100px 0;
  }
  .location--gallery-ph1 {
    width: 60%;
    margin: 0 auto 30px 0;
  }
  .location--gallery-ph2 {
    width: 60%;
    margin: 0 0 60px auto;
  }
  .location--gallery-ph3 {
    width: 84%;
    margin: auto;
  }

}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  .ph--read {
    width: 642px;
    margin: auto;
  }

  .location--gallery-wrap {
    padding: 180px 0 320px;
  }
  .location--gallery-scale {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1	/	0.749;
  }
  .location--gallery-inner {
    position: relative;
    margin: 0 20.6% 0 19.5%;
    height: 100%;
  }
  .location--gallery-item {
    position: absolute;
  }
  .location--gallery-ph1 {
    width: 59.3%;
    top: 0;
    left: 1%;
  }
  .location--gallery-ph2 {
    width: 39.7%;
    top: 44.4%;
    right: 0;
  }
  .location--gallery-ph3 {
    width: 48.2%;
    bottom: 0;
    left: 0;
  }

}