@charset "UTF-8";
#container {
  background-color: #fff;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*--- MV ---*/
.gallery_mv {
  position: relative;
}

/*--- コンテンツ共通 ---*/
.gallery_content {
  position: relative;
  overflow: hidden;
}

.bg_box {
  position: relative;
}
.bg_box .left_bg {
  background-color: #e6ecf0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg_box .right_bg {
  background-color: #ede8e9;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bg_box .bg_content {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.bg_box .bg_content .bg01,
.bg_box .bg_content .bg02,
.bg_box .bg_content .bg03,
.bg_box .bg_content .bg04,
.bg_box .bg_content .bg05 {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .bg_box .bg_content .bg01,
  .bg_box .bg_content .bg02,
  .bg_box .bg_content .bg03,
  .bg_box .bg_content .bg04,
  .bg_box .bg_content .bg05 {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .bg_box .bg_content .bg01,
  .bg_box .bg_content .bg02,
  .bg_box .bg_content .bg03,
  .bg_box .bg_content .bg04,
  .bg_box .bg_content .bg05 {
    width: 20vw;
  }
}
.bg_box .bg_content .bg01 {
  background-color: #e6ecf0;
  transform: translateX(calc(-50% - 600px));
}
@media screen and (max-width: 1200px) {
  .bg_box .bg_content .bg01 {
    transform: translateX(calc(-50% - 50vw));
  }
}
@media screen and (max-width: 768px) {
  .bg_box .bg_content .bg01 {
    transform: translateX(calc(-50% - 40vw));
  }
}
.bg_box .bg_content .bg02 {
  background-color: #e9ebe8;
  transform: translateX(calc(-50% - 300px));
}
@media screen and (max-width: 1200px) {
  .bg_box .bg_content .bg02 {
    transform: translateX(calc(-50% - 25vw));
  }
}
@media screen and (max-width: 768px) {
  .bg_box .bg_content .bg02 {
    transform: translateX(calc(-50% - 20vw));
  }
}
.bg_box .bg_content .bg03 {
  background-color: #f6e8df;
  transform: translateX(-50%);
}
.bg_box .bg_content .bg04 {
  background-color: #f7f1f0;
  transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .bg_box .bg_content .bg04 {
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .bg_box .bg_content .bg04 {
    transform: translateX(50%);
  }
}
.bg_box .bg_content .bg05 {
  background-color: #ede8e9;
  left: 50%;
  transform: translateX(calc(50% + 300px));
}
@media screen and (max-width: 1200px) {
  .bg_box .bg_content .bg05 {
    transform: translateX(calc(50% + 25vw));
  }
}
@media screen and (max-width: 768px) {
  .bg_box .bg_content .bg05 {
    transform: translateX(calc(50% + 20vw));
  }
}

.gallery_inner {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .gallery_inner {
    max-width: none;
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_inner {
    width: 85.3333333333vw;
  }
}

/*--- RESIDENCE 見出し ---*/
.gallery_intro {
  text-align: center;
  padding-top: 125px;
}
@media screen and (max-width: 1200px) {
  .gallery_intro {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_intro {
    padding-top: 16vw;
  }
}
.gallery_intro_en {
  text-align: center;
}
.gallery_intro_en img {
  display: inline-block;
  width: auto;
  height: 28px;
}
@media screen and (max-width: 1200px) {
  .gallery_intro_en img {
    height: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_intro_en img {
    height: 3.7333333333vw;
  }
}
.gallery_intro_ttl {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #231815;
  margin-top: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .gallery_intro_ttl {
    font-size: 1.8333333333vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_intro_ttl {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    margin-top: 6.6666666667vw;
  }
}
.gallery_intro_lead {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.03em;
  color: #231815;
  margin-top: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .gallery_intro_lead {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_intro_lead {
    font-size: 2.1333333333vw;
    line-height: 2.5em;
    margin-top: 7.3333333333vw;
  }
}

/*--- ヒーロー写真（Hタイプ ルーフバルコニー） ---*/
.gallery_hero {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 1200px) {
  .gallery_hero {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_hero {
    margin-top: 10.6666666667vw;
  }
}

.gallery_style_catch {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #231815;
  margin-top: 0.9em;
}
@media screen and (max-width: 1200px) {
  .gallery_style_catch {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_style_catch {
    font-size: 2.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}

.gallery_style_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}
@media screen and (max-width: 1200px) {
  .gallery_style_ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_style_ttl {
    font-size: 2.4vw;
  }
}

.gallery_style_lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #231815;
  margin-top: 1.2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .gallery_style_lead {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_style_lead {
    font-size: 1.6vw;
    margin-top: 2.6666666667vw;
  }
}

#nordic {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  #nordic {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #nordic {
    padding-top: 16vw;
  }
}
#nordic .top_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #nordic .top_box {
    display: block;
  }
}
#nordic .top_box .gallery_style_img {
  order: 1;
  width: 65.3%;
}
@media screen and (max-width: 768px) {
  #nordic .top_box .gallery_style_img {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
}
#nordic .top_box .gallery_style_label {
  width: 34.7%;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #nordic .top_box .gallery_style_label {
    display: block;
    width: 28.5333333333vw;
    margin-right: 0;
    margin-left: auto;
  }
}
#nordic .top_box .gallery_style_label img {
  display: block;
  width: 215px;
}
@media screen and (max-width: 1200px) {
  #nordic .top_box .gallery_style_label img {
    width: 17.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #nordic .top_box .gallery_style_label img {
    width: 100%;
  }
}
#nordic .bottom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
@media screen and (max-width: 1200px) {
  #nordic .bottom_box {
    margin-top: -1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #nordic .bottom_box {
    display: block;
  }
}
#nordic .bottom_box .catch_block {
  width: 47.4%;
}
@media screen and (max-width: 768px) {
  #nordic .bottom_box .catch_block {
    width: 100%;
  }
}
#nordic .bottom_box .content_block {
  background-color: #e6ecf0;
  width: 52.6%;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  #nordic .bottom_box .content_block {
    padding: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #nordic .bottom_box .content_block {
    width: 80.5%;
    margin-left: auto;
    margin-top: 4vw;
    padding: 6.6666666667vw;
  }
}

#natural {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #natural {
    padding-top: 10vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #natural {
    padding-top: 16vw;
    padding-bottom: 6.6666666667vw;
  }
}
#natural .top_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #natural .top_box {
    display: block;
  }
}
#natural .top_box .gallery_style_img {
  width: 65.8%;
}
@media screen and (max-width: 768px) {
  #natural .top_box .gallery_style_img {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
}
#natural .top_box .gallery_style_label {
  width: 34.2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #natural .top_box .gallery_style_label {
    display: block;
    width: 18.5333333333vw;
    margin-right: auto;
    margin-left: 0;
  }
}
#natural .top_box .gallery_style_label img {
  display: block;
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #natural .top_box .gallery_style_label img {
    width: 11.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #natural .top_box .gallery_style_label img {
    width: 100%;
  }
}
#natural .bottom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #natural .bottom_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #natural .bottom_box {
    display: block;
    margin-top: 4vw;
  }
}
#natural .bottom_box .catch_block {
  width: 37.4%;
  text-align: right;
  order: 2;
}
@media screen and (max-width: 768px) {
  #natural .bottom_box .catch_block {
    width: 100%;
  }
}
#natural .bottom_box .content_block {
  width: 58.8%;
  order: 1;
  padding-left: 35px;
}
@media screen and (max-width: 1200px) {
  #natural .bottom_box .content_block {
    padding-left: 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #natural .bottom_box .content_block {
    padding-left: 0;
    width: 75%;
    margin-left: 0;
    margin-top: 4vw;
  }
}

#vintage {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #vintage {
    padding-top: 10vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #vintage {
    padding-top: 16vw;
    padding-bottom: 6.6666666667vw;
  }
}
#vintage .top_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #vintage .top_box {
    display: block;
  }
}
#vintage .top_box .gallery_style_img {
  order: 1;
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #vintage .top_box .gallery_style_img {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
}
#vintage .top_box .gallery_style_label {
  width: 34.4%;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #vintage .top_box .gallery_style_label {
    display: block;
    width: 17.6vw;
    margin-right: 0;
    margin-left: auto;
  }
}
#vintage .top_box .gallery_style_label img {
  display: block;
  width: 132px;
}
@media screen and (max-width: 1200px) {
  #vintage .top_box .gallery_style_label img {
    width: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #vintage .top_box .gallery_style_label img {
    width: 100%;
  }
}
#vintage .bottom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #vintage .bottom_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #vintage .bottom_box {
    display: block;
    margin-top: 4vw;
  }
}
#vintage .bottom_box .catch_block {
  width: 42.9%;
}
@media screen and (max-width: 768px) {
  #vintage .bottom_box .catch_block {
    width: 100%;
  }
}
#vintage .bottom_box .content_block {
  width: 57.1%;
}
@media screen and (max-width: 768px) {
  #vintage .bottom_box .content_block {
    width: 80.2%;
    margin-left: auto;
    margin-top: 10.6666666667vw;
  }
}

#french {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #french {
    padding-top: 10vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #french {
    padding-top: 16vw;
    padding-bottom: 0;
  }
}
#french .top_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #french .top_box {
    display: block;
  }
}
#french .top_box .gallery_style_img {
  width: 65.3%;
}
@media screen and (max-width: 768px) {
  #french .top_box .gallery_style_img {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
}
#french .top_box .gallery_style_label {
  width: 34.7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #french .top_box .gallery_style_label {
    display: block;
    width: 18.5333333333vw;
    margin-right: auto;
    margin-left: 0;
  }
}
#french .top_box .gallery_style_label img {
  display: block;
  width: 139px;
}
@media screen and (max-width: 1200px) {
  #french .top_box .gallery_style_label img {
    width: 11.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #french .top_box .gallery_style_label img {
    width: 100%;
  }
}
#french .bottom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
@media screen and (max-width: 1200px) {
  #french .bottom_box {
    margin-top: -1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #french .bottom_box {
    display: block;
    margin-top: 7.3333333333vw;
  }
}
#french .bottom_box .catch_block {
  width: 48.5%;
  text-align: right;
  order: 2;
}
@media screen and (max-width: 768px) {
  #french .bottom_box .catch_block {
    width: 100%;
  }
}
#french .bottom_box .content_block {
  width: 51.5%;
  background-color: #f7f1f0;
  padding: 50px;
  order: 1;
}
@media screen and (max-width: 1200px) {
  #french .bottom_box .content_block {
    padding: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #french .bottom_box .content_block {
    width: 78.9%;
    margin-top: -2vw;
    padding: 6.6666666667vw;
  }
}

#hotel {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #hotel {
    padding-top: 10vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #hotel {
    padding-top: 16vw;
    padding-bottom: 22.6666666667vw;
  }
}
#hotel .top_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #hotel .top_box {
    display: block;
  }
}
#hotel .top_box .gallery_style_img {
  order: 1;
  width: 65.3%;
}
@media screen and (max-width: 768px) {
  #hotel .top_box .gallery_style_img {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
}
#hotel .top_box .gallery_style_label {
  width: 34.7%;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #hotel .top_box .gallery_style_label {
    display: block;
    width: 23.3333333333vw;
    margin-right: 0;
    margin-left: auto;
  }
}
#hotel .top_box .gallery_style_label img {
  display: block;
  width: 175px;
}
@media screen and (max-width: 1200px) {
  #hotel .top_box .gallery_style_label img {
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #hotel .top_box .gallery_style_label img {
    width: 100%;
  }
}
#hotel .bottom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #hotel .bottom_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #hotel .bottom_box {
    display: block;
    margin-top: 4vw;
  }
}
#hotel .bottom_box .catch_block {
  width: 45.7%;
}
#hotel .bottom_box .content_block {
  width: 45.7%;
}
@media screen and (max-width: 768px) {
  #hotel .bottom_box .content_block {
    width: 70%;
    margin-left: auto;
    margin-top: 11.2vw;
  }
}

/*--- 下部イメージ ---*/
.gallery_bottom {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .gallery_bottom {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_bottom {
    padding-top: 0;
    padding-bottom: 21.3333333333vw;
  }
}/*# sourceMappingURL=style_gallery.css.map */