@charset "utf-8";

/*--- 資料請求ボタン ---*/
#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: #130f0f;
	color: #fff;
	font-weight: 400;
	text-align: center;
	overflow-x: hidden;
}
#contents .inner{
	width: 100%;
	max-width: 1024px;
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #contents .inner{
	padding-top: 80px;
}
}
#contents.premium h2{
	font-size: 2.7vw;
	letter-spacing: .15em;
	color: #e5cfab;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
  #contents.premium h2{
	font-size: 5.2vw;
}
}
#contents .ceiling_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
	align-items: center;
}
@media screen and (max-width: 767px) {
  #contents .ceiling_wrap{
	flex-direction: column-reverse;
	width: 100%;
	margin-top: 30px;
}
}
#contents .ceiling_wrap p.col-l{
	width: 33%;
}
@media screen and (max-width: 767px) {
  #contents .ceiling_wrap p.col-l{
	width: 70%;
	margin-top: 25px;
}
}
#contents .ceiling_wrap p.col-r{
	width: 60%;
	text-align: left;
	line-height: 2;
}
@media screen and (max-width: 767px) {
  #contents .ceiling_wrap p.col-r{
	width: 100%;
	text-align: left;
	  text-align: center;
}
}
#contents .large{
	display: block;
	font-size: 1.85vw;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contents .large{
	font-size: 4.8vw;
	  line-height: 2;
}
}
#contents .dot{
	text-emphasis: dot;
}
#ceiling{
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #ceiling{
	margin-bottom: 40px;
}
}
#contents h3{
	color: #e5cfab;
	margin-bottom: 7px;
}
#contents .iframe{
	aspect-ratio: 16 / 9;
	/*width: 920px;*/
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .iframe{
	width: 100%;
	margin-top: 20px;
}
}
iframe{
	width: 100%;
	height: 100%;
}
#view{
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #view{
	margin-bottom: 40px;
}
}
#view .small{
	text-align: left;
	font-size: 0.7em;
}
ul.plan-wrap{
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
  ul.plan-wrap{
	width: 100%;
	margin-top: 20px;
}
}
.plan-wrap li{
	width: 30%;
	background-color: rgba(255,255,255,0.07);
	border: 1px solid #e5cfab;
	color: #e5cfab;
}
@media screen and (max-width: 767px) {
  .plan-wrap li{
	width: 40%;
}
}
.plan-wrap li{
	margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .plan-wrap li{
	margin-right: 15px;
}
}
.plan-wrap li:last-child{
	margin-right: 0;
}
#contents .plan-wrap li p{
	margin-bottom: 0;
}
#contents .plan-wrap li p.plan-type{
	padding: 15px;
	font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #contents .plan-wrap li p.plan-type{
	padding: 7px;
	font-size: 1.2em;
}
}
.plan-wrap .floorarea{
	display: block;
	font-size: 1.2em;
}
.plan-wrap li .viewmore{
	display: block;
	width: 100%;
	background-color: #40321d;
	padding: 10px 5px;
	position: relative;
}
@media screen and (max-width: 767px) {
  #contents .plan-wrap li .viewmore{
	font-size: 0.8em;
}
}
#plan{
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #plan{
	margin-bottom: 40px;
}
}
.plan-wrap li .viewmore::after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 10px solid #e5cfab;
    border-right: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .plan-wrap li .viewmore::after{
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 8px solid #e5cfab;
    right: 10px;
}
}













