header {
  background-color: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .head_content .title .white {
  display: block;
}
header .head_content .title .black {
  display: none;
}
header .head_content nav .nav_list01 li {
  color: #fff;
}
header .head_content nav .nav_list01 li a, header .head_content nav .nav_list01 li span {
  color: #fff;
}
header .head_content .menu_box .link_list01 {
  border-left-color: #fff;
}
header .head_content .menu_box .link_list01 li {
  color: #fff;
}
header .head_content .menu_box .link_list01 li a, header .head_content .menu_box .link_list01 li span {
  color: #fff;
}
header .head_content .menu_box .btn_list01 li {
  color: #fff;
}
header .head_content .menu_box .btn_list01 li a, header .head_content .menu_box .btn_list01 li span {
  color: #fff;
  border-color: #fff;
}
header .head_content .menu_box .btn_list01 li.link_inq a, header .head_content .menu_box .btn_list01 li.link_inq span {
  border-color: #fff;
}

#sp_menu .link_list01 li.model_room a {
  background-image: url(../images/common/sp_menu_arrow_white.svg);
  background-color: #AA8E59;
}
#sp_menu .link_list01 li.model_room a .jp, #sp_menu .link_list01 li.model_room a .en {
  color: #fff;
}

main {
  padding-top: 0 !important;
}

#mv {
  position: relative;
}
#mv .sub_txt_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #mv .sub_txt_box {
    display: none;
  }
}
#mv .sub_txt_box .sub_txt01 {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1400px) {
  #mv .sub_txt_box .sub_txt01 {
    left: 2.1vw;
    bottom: 2.1vw;
  }
}
#mv .sub_txt_box .sub_txt01 img {
  display: inline-block;
  width: auto;
  height: 18px;
}
@media screen and (max-width: 1400px) {
  #mv .sub_txt_box .sub_txt01 img {
    height: 1.3vw;
  }
}

.bg01 {
  background-color: #3e3a39;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1400px) {
  .bg01 {
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding-top: 13.3vw;
    padding-bottom: 13.3vw;
  }
}
.bg01 h1, .bg01 h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .bg01 h1, .bg01 h2 {
    margin-bottom: 7.1vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 h1, .bg01 h2 {
    margin-bottom: 13.3vw;
  }
}
.bg01 h1 img, .bg01 h2 img {
  display: inline-block;
  width: auto;
  height: 27px;
}
@media screen and (max-width: 1400px) {
  .bg01 h1 img, .bg01 h2 img {
    height: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 h1 img, .bg01 h2 img {
    height: 4.1vw;
  }
}
.bg01 section {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bg01 section + section {
  margin-top: 200px;
}
@media screen and (max-width: 1400px) {
  .bg01 section + section {
    margin-top: 14.3vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 section + section {
    margin-top: 27.3vw;
  }
}

.pho_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pho_box + .pho_box {
  margin-top: 150px;
}
@media screen and (max-width: 1400px) {
  .pho_box + .pho_box {
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .pho_box + .pho_box {
    margin-top: 9.3vw;
  }
}
.pho_box .pho_block {
  width: 100%;
}
.pho_box .pho_block .pho01 {
  width: 100%;
}
.pho_box.pho_box01 {
  display: block;
}
.pho_box.pho_box01 .pho_block {
  width: 85.7%;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box01 .pho_block {
    width: 93.3%;
  }
}
.pho_box.pho_box02 .pho_block01 {
  padding-top: 420px;
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .pho_box.pho_box02 .pho_block01 {
    padding-top: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box02 .pho_block01 {
    order: 2;
    width: 44.8%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
  }
}
.pho_box.pho_box02 .pho_block02 {
  width: 66.4%;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box02 .pho_block02 {
    order: 1;
    width: 90.7%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 9.3vw;
  }
}
.pho_box.pho_box03 {
  display: block;
}
.pho_box.pho_box03 .pho_block {
  width: 71.4%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box03 .pho_block {
    width: 81.3%;
    margin-left: 0;
  }
}
.pho_box.pho_box04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pho_box.pho_box04 .pho_block01 {
  width: 52.1%;
  padding-top: 200px;
}
@media screen and (max-width: 1400px) {
  .pho_box.pho_box04 .pho_block01 {
    padding-top: 14.3vw;
  }
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box04 .pho_block01 {
    order: 2;
    width: 93.3%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}
.pho_box.pho_box04 .pho_block01 .pho02 {
  width: 72.6%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  .pho_box.pho_box04 .pho_block01 .pho02 {
    margin-top: 7.1vw;
  }
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box04 .pho_block01 .pho02 {
    width: 72.9%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 9.3vw;
  }
}
.pho_box.pho_box04 .pho_block02 {
  width: 40.7%;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box04 .pho_block02 {
    order: 1;
    width: 53.3%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 9.3vw;
  }
}
.pho_box.pho_box05 {
  display: block;
}
.pho_box.pho_box05 .pho_block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box05 .pho_block {
    width: 81.3%;
  }
}
.pho_box.pho_box06 {
  display: block;
}
.pho_box.pho_box06 .pho_block {
  width: 96.4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box06 .pho_block {
    width: 66.7%;
    display: block;
  }
}
.pho_box.pho_box06 .pho_block .pho01 {
  width: 31.9%;
}
@media screen and (max-width: 768px) {
  .pho_box.pho_box06 .pho_block .pho01 {
    width: 100%;
  }
  .pho_box.pho_box06 .pho_block .pho01 + .pho01 {
    margin-top: 6.7vw;
  }
}/*# sourceMappingURL=style_modelroom.css.map */