@charset "utf-8";
/*-------main visual---------*/
.relative {
  position: relative;
}
#mv {
  width: 100%;
  height: calc(100vh - 200px);
  overflow: hidden;
  background: url(../img/modelroom/mv_pc.webp);
  background-position: bottom left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv {
    background: url(../img/modelroom/mv.webp);
    background-position: bottom left;
    background-size: cover;
  }
}
#mv .mv_img {
  object-fit: cover;
  object-position: bottom center;
}
#mv .mv_ttl {
  position: absolute;
  width: 41.33vw;
  top: 14.13vw;
}
#mv .mv_copy {
  position: absolute;
  width: 40.13vw;
  bottom: 10.13vw;
  right: 4.4vw;
}
@media screen and (min-width: 480px) {
  #mv .mv_copy {
    width: 40.13vw;
  }
}
@media screen and (min-width: 768px) {
  .img_note {
    font-size: 1.21vw;
  }
  #mv {
    height: calc(100vh - 105px);
    background: url(../img/modelroom/mv_pc.webp);
    background-position: bottom left;
    background-size: cover;
  }
  #mv .mv_ttl {
    width: 15.71vw;
    top: 6.85vw;
  }
  #mv .mv_copy {
    position: absolute;
    width: 51.78vw;
    bottom: 0;
    right: 3.92vw;
  }
}
@media screen and (min-width: 1400px) {
  .img_note {
    font-size: 17px;
  }
  #mv .mv_ttl {
    width: 220px;
    top: 96px;
  }
  #mv .mv_copy {
    width: 325px;
    right: 55px;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 40.78vh;
  }
}
@media screen and (min-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 25.78vh;
  }
}

/*--- 資料請求ボタン ---*/
#entry {
  padding-top: 9.33vw;
  border-top: 1px solid #c9caca;
  text-align: center;
  padding-bottom: 40px;
}
#entry .entry_txt {
  font-size: 3.2vw;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 2em;
}
#entry .entry_btn {
  display: block;
  width: 73.33vw;
  margin-left: auto;
  margin-right: auto;
}
#note {
  width: 93.33vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.66vw;
  text-align: justify;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 13vw;
  margin-bottom: 6.5vw;
}
@media screen and (min-width: 768px) {
  #entry {
    padding-top: 6.42vw;
  }
  #entry .entry_txt {
    font-size: 1.21vw;
    margin-bottom: 1.3em;
  }
  #entry .entry_btn {
    width: 42.85vw;
  }
  #note {
    width: 89vw;
    font-size: 0.85vw;
    margin-top: 6.78vw;
    margin-bottom: 5.35vw;
  }
}
@media screen and (min-width: 1400px) {
  #entry {
    padding-top: 90px;
  }
  #entry .entry_txt {
    font-size: 17px;
  }
  #entry .entry_btn {
    width: 600px;
  }
  #note {
    width: 1246px;
    font-size: 12px;
    margin-top: 95px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  #note .note_txt {
    font-size: 2.66vw;
  }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.zoom {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents p.zoom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2em auto 0;
    font-size: 12px;
  }
  #contents p.zoom:before {
    content: url("../img/modelroom/zoom.png");
    display: block;
    width: 14px;
    margin-right: 1em;
    line-height: 1;
  }
  .accessmap .img {
    margin-top: 0.5em;
  }
  .map-thumbnail {
    width: 100%;
    cursor: pointer;
  }
  .popup-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .popup-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    width: 90vw;
    height: 60vh;
    overflow: auto;
  }
  .popup-content img {
    transform: scale(2.3);
    transform-origin: top left;
    display: block;
    width: 100%;
    height: auto;
  }
  .popup-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .close-btn {
    position: absolute;
    top: 20%;
    right: calc(5vw - 10px);
    padding: 0.3em;
    background: rgba(0, 0, 0, 0.4);
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    z-index: 9999;
  }
}

/*--- モデルルーム ---*/
#contents {
	width: 100%;
	background-color: #000;
	font-weight: 400;
}
#contents .inner{
	width: 100%;
	max-width: 1024px;
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #contents .inner{
	padding-top: 80px;
}
}
#contents img {
	width: 100%;
}
#contents.modelroom .hd4 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.85vw;
	/*color: #b9a676;*/
	color: #fff;
	font-weight: 400;
	letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  #contents.modelroom .hd4 {
    margin-bottom: 1.2em;
    text-align: left;
	font-size: 4.8vw;
	line-height: 2;
  }
}
#contents.modelroom .hd4-text{
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 2.5;
}
@media screen and (max-width: 767px) {
  #contents.modelroom .hd4-text{
	text-align: left;
	line-height: 2;
	font-size: 3.2vw;
}
}
#contents.modelroom .sec {
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contents.modelroom .sec {
    margin-bottom: 7.822685788vw;
  }
}
.modelpict {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modelpict {
    margin-bottom: 6.518904823vw;
  }
}
.modelpict li {
  position: relative;
  width: 49.5%;
  margin-bottom: 15px;
}
.modelpict li.w100 {
  width: 100%;
}
.modelpict li.w33 {
  width: 30%;
	margin: 0;
}
.modelpict.col4 li {
  width: 24%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modelpict li {
    width: 100%;
  }
  .modelpict li.w33 {
    width: 100%;
  }
  .modelpict.col4 li {
    width: 49%;
    margin-bottom: 1.875vw
  }
  .modelpict.col4:after {
    display: none;
  }
}
.modelpict li img {
	vertical-align: bottom;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modelpict li:last-child img {
	margin-bottom: 0;
}
}
#contents .modelpict li p.white {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	color: #b9a676;
	font-size: 1.85vw;
	letter-spacing: 0.18em;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
  #contents .modelpict li p.white {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 5vw;
}
}
.modelpict li .imgcap.right {
	left: inherit;
	right: 10px;
}

/*間取りボタン*/
.plan-btn{
	margin: 0 auto;
	margin-bottom: 60px;
}
.plan-btn a{
	display: block;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px 10px;
	background-color: #fff;
	border: 2px solid #b9a676;
	text-align: center;
	color: #b9a676;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
	transition: all 0.5s ease 0s;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan-btn a{
	width: 320px;
	padding: 18px 10px;
}
}
.plan-btn a::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 10px solid #b9a676;
	border-right: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .plan-btn a:hover{
	background-color: #b9a676;
	color: #fff;
	transition: all 0.5s ease 0s;
}
}
@media screen and (min-width: 768px) {
  .plan-btn a:hover::after{
	border-left: 10px solid #fff;
}
}
#contents p.notes{
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px;
}
