#one_ldk {
  font-weight: 500;
}

#one_ldk .wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#one_ldk .wrap .content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#one_ldk .wrap .content .imgBox {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#one_ldk .wrap .content .imgBox .caption{
	position: absolute;
	bottom: 6px;
	right: 6px;
	text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1.4;
  text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
  margin: 0;
  padding: 0;
}

#one_ldk .wrap .content .one_ldk {
  margin: 0 auto;
  letter-spacing: 0.1em;
  padding: 30% 0 10% 0;
}
/*画像の時
#one_ldk .wrap .content .one_ldk h2{
	width: 40%;
	max-width: 800px;
	margin: 0 auto 5% auto;
}

body .wrap .content h2::after {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  border-bottom: none;
  margin: 0;
}*/
body .wrap .content h2{
    position: relative;
	margin: 0 auto 5% auto;
	padding: 0 0 2px 0;
	font-size: 45px;
    font-size: 2.8125rem;
	font-weight: normal;
}
body .wrap .content h2::before{
    position: absolute;
    bottom: 0;
    content: '';
	left: 50%;
	transform: translateX(-50%);
	border-bottom:  2px solid #7f4f3f;
	width: 40%;
}
body .wrap .content h3{
	margin-bottom: 3%;
	font-size: 30px;
	font-size: 1.875rem;
	color: #84742a;
}
body .wrap .content h3 span{
	font-size: 1.125rem;
}
body .wrap .content h3.en{
	font-family: 'EB Garamond', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	font-size: 2.25rem;
}
#one_ldk .wrap .content .inner{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#one_ldk .wrap .content .one_ldk .mainArea{
	width: 100%;
	margin: 5% 0;
}
#one_ldk .wrap .content .one_ldk .mainArea .txtBox{
	margin: 0;
	padding: 0;
}
#one_ldk .wrap .content .one_ldk .mainArea .imgBox{
	margin: 0;
	padding: 0;	
}
#one_ldk .wrap .content .one_ldk .catch{
	line-height: 2.25;
	margin: 6.5% auto;
	text-align: justify;
}
#one_ldk .wrap .content .one_ldk .copy{
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
	line-height: 2.14;
	font-size: 14px;
	font-size: 0.93333rem;
}
#one_ldk .wrap .content .one_ldk .priceTitle{
	line-height: 2.25;
	font-size: 0.875rem;
	margin: 6.5% auto 0.5% auto;
	text-align: center;
}
#one_ldk .wrap .content .one_ldk .price{
	font-size: 1.625rem;
	margin: 0 auto 6.5% auto;
	text-align: center;
}
#one_ldk .wrap .content .one_ldk .price .priceLdk{	
	/*font-family: 'EB Garamond', serif;*/
	font-style: normal;
	font-weight: lighter;
	font-size: 3.125rem;
	line-height: 1;
}
#one_ldk .wrap .content .one_ldk .price .pricePrice{	
	/*font-family: 'EB Garamond', serif;*/
	font-style: normal;
	font-weight: lighter;
	font-size: 3.5rem;
	color: #9f022d;
	margin: 0 0 0 0.5em;
	line-height: 1;
}

#one_ldk .wrap .content .one_ldk .copy+.one_ldkList{
	position: relative;
	margin-top: 8.57%;
	z-index: 10;
}
#one_ldk .wrap .content .one_ldk .one_ldkList{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: center;
	width: 92%;
	margin: 0 auto;
}
#one_ldk .wrap .content .one_ldk .one_ldkList li{
	width: 46%;
	box-shadow: 0 0 16px rgba(0,0,0,0.07);
}
#one_ldk .wrap .content .one_ldk .one_ldkList li img{
	width: 100%;
	height: auto;
}
#one_ldk .bgpink{
	margin-top: -94px;
	padding-top: 194px;
	padding-bottom: 42px;
	border-top: 19px solid #f6f4ed;
	background: #fbf4f6;
	box-sizing: border-box;
}
#one_ldk .bgbeige{
	margin-bottom: 4.3%;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f6f4ed;
}
#one_ldk .bgpink .bgbox_cont_model{
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto 5% auto;
}
#one_ldk .bgpink .bgbox_cont_model .caption{
	position: absolute;
	bottom: 6px;
	right: 6px;
	text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1.4;
  text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
  margin: 0;
  padding: 0;
}
#one_ldk .bgbox_cont_exp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#one_ldk .bgbox_cont_exp+.bgbox_cont_exp{
	margin-top: 5%;
}
#one_ldk .bgbox_cont_exp .textbox{
	width: calc(100% - 340px);
	letter-spacing: 0.2em;
}
#one_ldk .bgbox_cont_exp .imgbox{
	width: 300px;
}
#one_ldk .bgbox_cont_exp .imgbox img{
	width: 100%;
	height: auto;
}
#one_ldk .bgbox_cont_exp:nth-of-type(1) .textbox,
#one_ldk .bgbox_cont_exp:nth-of-type(2) .textbox{
	width: 100%;
}
#one_ldk .bgbox_cont_exp:nth-of-type(3) .textbox{
	width: calc(100% - 600px);
}
#one_ldk .bgbox_cont_exp:nth-of-type(2) .imgbox{
	margin-top: 30px;
}
#one_ldk .bgbox_cont_exp:nth-of-type(3) .imgbox{
	width: 535px;
}
#one_ldk .bgbox_cont_exp .textbox h4{
	line-height: 1.66;
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 12px;
	font-size: 1.125rem;
	border-bottom: 1px solid #cdced0;
	text-align: left;
}
#one_ldk .bgbox_cont_exp .textbox h4::before{
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	margin-right: 12px;
	border: 3px solid #231815;
	background: #ae9d62;
	box-sizing: border-box;
}
#one_ldk .bgbox_cont_exp .textbox h4 .sup{
	vertical-align: super;
	font-size: 0.625rem;
}
#one_ldk .bgbox_cont_exp .textbox p{
	line-height: 1.71;
	font-size: 0.875rem;
	text-align: left;
}
#one_ldk .bgbox_cont_exp .textbox p span{
	font-size: 0.75rem;
}
#one_ldk .amenitybox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#one_ldk .amenitybox>div{
	width: 13.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#one_ldk .amenitybox>div:nth-of-type(7n){
	margin-right: 0;
}
#one_ldk .amenitybox>div h4{
	margin: 0;
}
#one_ldk .amenitybox>div h4 img{
	vertical-align: top;
}
#one_ldk .amenitybox>div img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#one_ldk .amenitybox>div p{
	line-height: 1.085;
	font-size: 0.625rem;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#one_ldk .list_amenity{
	line-height: 1.4;
	font-size: 0.625rem;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#one_ldk .elevationmapbox{
	margin-bottom: 10%;
	text-align: left;
}
#one_ldk .elevationmapbox h4{
	line-height: 1.66;
	padding-bottom: 12px;
	font-size: 1.125rem;
	border-bottom: 1px solid #cdced0;
}
#one_ldk .elevationmapbox p{
	line-height: 1.71;
	font-size: 0.875rem;
}
#one_ldk .elevationmapbox p span{
	font-size: 0.75rem;
}
#one_ldk .elevationmapbox .imgbox{
	margin-bottom: 5.7%;
}
#one_ldk .elevationmapbox .imgbox img{
	width: 100%;
	height: auto;
}
#one_ldk .btn_entry{
	display: block;
	width: 400px;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	background: #84742a;
}
#one_ldk .resultbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto 1.6% auto;
}
#one_ldk .resultbox+.inner{
	margin-bottom: 14.3%;
}
#one_ldk .wrap .content .one_ldk .copy+.resultbox{
	margin-top: 5%;
}
#one_ldk .resultbox>div{
	width: 20.5%;
	margin-right: 6%;
	margin-bottom: 6%;
	box-shadow: 0 0 16px rgba(0,0,0,0.07);
}
#one_ldk .resultbox>div:nth-of-type(4n){
	margin-right: 0;
}
#one_ldk .resultbox>div img{
	width: 100%;
	height: auto;
}
#one_ldk .moviebox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto 1.6% auto;
}
#one_ldk .wrap .content .one_ldk .copy+.moviebox{
	margin-top: 7.8%;
}
#one_ldk .moviebox .movielink{
	width: 45%;
	margin-right: 10%;
	margin-bottom: 10%;
}
#one_ldk .moviebox .movielink:nth-of-type(2n){
	margin-right: 0;
}
#one_ldk .moviebox .movielink img{
	width: 100%;
	height: auto;
}
#one_ldk .moviebox .movielink p{
	margin-top: 5px;
	text-align: left;
	font-size: 0.875rem;
}
#one_ldk .wrap .content .grid-container{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap:5px;
		margin: 3% auto 5% auto;
	}
#one_ldk .wrap .content #gi1{
		position: relative;
		grid-column: 1/2;
		grid-row: 1/3;
	}
#one_ldk .wrap .content #gi2{
	position: relative; 
}
#one_ldk .wrap .content #gi3{
	position: relative; 
}

#one_ldk .wrap .content #gi4{
		position: relative;
		grid-column: 3/4;
		grid-row: 1/3;
	}
	
#one_ldk .wrap .content .grid-container p{
		position: absolute;
	bottom: 6px;
	right: 6px;
	text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1.4;
  text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
  margin: 0;
  padding: 0;
	}
/* colorbox */
#one_ldk #cboxOverlay{
	background: #221815;
}
#one_ldk #cboxPrevious{
	border: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	background: none;
	position: absolute;
	top: calc(50% - 15px);
	left: -42px;
}
#one_ldk #cboxNext{
	border: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	background: none;
	position: absolute;
	top: calc(50% - 15px);
	right: -42px;
}
#one_ldk #cboxTitle{
	position: absolute;
	top: auto;
	bottom: -2.25em;
	font-size: 1.125rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#one_ldk #cboxLoadedContent{
	background: #000;
}
#one_ldk .wrap .content .officialBox{
	width: 100%;
	margin: 0 0 0 0;
	padding: 10%;
	box-sizing: border-box;
	background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../../premium_compact/img/officialBox_wall.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
#one_ldk .wrap .content .officialBox h3,
#one_ldk .wrap .content .officialBox h4,
#one_ldk .wrap .content .officialBox p{
	color: #fff;
	text-align: center;
}
#one_ldk .wrap .content .officialBox .menuBtnArea {
  text-align: center;
  width:100%;
  margin: 10% auto 0 auto;
  padding: 0;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li {
  position: relative;
  width: 100%;
  border: 1px solid #333;
  margin: 10px 0 10px 0;
  padding: 0;
	line-height: 1;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  margin: 0;
  padding: 5% 0;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li a span {
  position: relative;
  z-index: 3;
  font-size: 10px;
  font-size: 0.625rem;
}


#one_ldk .wrap .content .officialBox .menuBtnArea li a {
  background-color: #fff;
}
#one_ldk .wrap .content .officialBox .menuBtnArea li a:hover {
	opacity: 1;
	background-color: #333;
	color: #fff;
}
#planFrame .wrap .content .planIframe {
  width: 90%;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0;
}

#planFrame .wrap .content .planIframe .imgCg {
	width: 90%;
  margin: 2% auto 0 auto;
}
#planFrame .wrap .content .planIframe .caption{
	text-align: right;
	margin: 2% auto;
}
#planFrame .wrap .content .planIframe .allcap{
	width: 90%;
}

#planFrame .wrap .content .menuBtnArea {
  text-align: center;
  width:80%;
  margin: 0 auto;
  padding: 0;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#planFrame .wrap .content .menuBtnArea li {
  position: relative;
  width: 46%;
  border: 1px solid #333;
  margin: 10px 0 10px 3%;
  padding: 0;
	line-height: 1;
}

#planFrame .wrap .content .menuBtnArea li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  margin: 0;
  padding: 15px 0;
}
#planFrame .wrap .content .menuBtnArea li.cr a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 15px 0;
}

#planFrame .wrap .content .menuBtnArea li a span {
  position: relative;
  z-index: 3;
  font-size: 12px;
  font-size: 0.75rem;
}


#planFrame .wrap .content .menuBtnArea li a {
  background-color: #fff;
}
#planFrame .wrap .content .menuBtnArea li a:hover {
	opacity: 1;
  background-color: #333;
	color: #fff;
}

/* 1400px以下 */
@media only screen and (max-width: 1400px){
	#one_ldk .bgbox_cont_exp .textbox{
		width: 66%;
	}
	#one_ldk .bgbox_cont_exp .imgbox{
		width: 30%;
	}
	#one_ldk .bgbox_cont_exp:nth-of-type(3) .textbox{
		width: 40%;
	}
	#one_ldk .bgbox_cont_exp:nth-of-type(3) .imgbox{
		width: 53.5%;
	}
}

/* one_ldk-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #one_ldk .wrap .content .one_ldk {
  width: 90%;
  padding-top: 10%;
  }
#one_ldk .wrap .content .one_ldk .mainArea{
	display: flex;
	justify-content: space-between;
}
#one_ldk .wrap .content .one_ldk .mainArea .txtBox{
	width: 50%;
	align-self: center;
}
#one_ldk .wrap .content .one_ldk .mainArea .imgBox{
	width: 40%;
	align-self: center;
}
  /*
  #one_ldk .wrap .content .one_ldk .one_ldkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #one_ldk .wrap .content .one_ldk .one_ldkList li {
    width: 30%;
    margin: 1%;
  }
  */
	
#one_ldk .bgpink .bgbox_cont_model .imgBox{
	position: relative;
	width: 32%;
}

#one_ldk .wrap .content .officialBox{
	padding: 10% 20%;
}
#one_ldk .wrap .content .officialBox .menuBtnArea {
	display: flex;
	justify-content: space-between;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li {
  position: relative;
  width: 31%;
  border: 1px solid #333;
  margin: 10px 0 10px 0;
  padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li a {
  padding: 20px 0;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li a span {
  font-size: 16px;
  font-size: 1rem;
}
}

/* one_ldk-SMP
------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  #one_ldk .smp {
    display: block;
  }
  #one_ldk .pc {
    display: none;
  }
  #one_ldk .wrap .content .one_ldk {
	  width: 90%;
    padding: 10% auto;
  }
#one_ldk .wrap .content .one_ldk h2{
	width: 80%;
	max-width: 80%;
}
  #one_ldk .wrap .content .one_ldk h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #plan .wrap .content .plan .enTxt {
    font-style: italic;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 50px;
  }
  #one_ldk .wrap .content .one_ldk h3 {
    font-size: 20px;
	font-size: 1.25rem;
    letter-spacing: 0.3em;
    margin-bottom: 50px;
	  margin: 0 auto 5% auto;
  }
  
#one_ldk .wrap .content .one_ldk .copy{
	text-align: justify;
}

#one_ldk .wrap .content .one_ldk .price .pricePrice{
	margin: 0 0 0 0;
}
	
  #one_ldk .wrap .content .one_ldk .one_ldkList {
    display: block;
    width: 80%;
  }
  #one_ldk .wrap .content .one_ldk .one_ldkList li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #plan .wrap .content .plan .premiumPlan .premiumPlan_Box {
    width: 100%;
  }
  	/*body .wrap .content h3,
	#one_ldk .wrap .content .one_ldk .copy,
	#one_ldk .wrap .content .inner,
	#one_ldk .resultbox,
	#one_ldk .moviebox{
		width: 80%;
	}*/
	#one_ldk .bgpink{
		padding-top: 94px;
	}
	
#one_ldk .bgpink .bgbox_cont_model .imgBox{
	position: relative;
	width: 100%;
	margin-bottom: 2%;
}
	#one_ldk .bgbox_cont_exp+.bgbox_cont_exp{
		margin-top: 10%;
	}
	#one_ldk .bgbox_cont_exp .textbox,
	#one_ldk .bgbox_cont_exp:nth-of-type(3) .textbox{
		width: 100%;
	}
	#one_ldk .bgbox_cont_exp .imgbox{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	#one_ldk .bgbox_cont_exp:nth-of-type(3) .imgbox{
		width: 100%;
	}
	#one_ldk .bgbox_cont_exp:nth-of-type(2) .imgbox{
		margin-top: 0;
	}
	#one_ldk .bgbox_cont_exp .imgbox,
	#one_ldk .bgbox_cont_exp:nth-of-type(2) .imgbox{
		margin-top: 5%;
	}
	#one_ldk .amenitybox>div{
		width: 45%;
		margin-right: 10%;
		margin-bottom: 10%;
	}
	#one_ldk .amenitybox>div:nth-of-type(6n){
		margin-right: 10%;
	}
	#one_ldk .amenitybox>div:nth-of-type(2n){
		margin-right: 0;
	}
	#one_ldk .btn_entry{
		width: 100%;
	}
	#one_ldk .resultbox>div{
		width: 45%;
		margin-right: 10%;
		margin-bottom: 10%;
	}
	#one_ldk .resultbox>div:nth-of-type(4n){
		margin-right: 10%;
	}
	#one_ldk .resultbox>div:nth-of-type(2n){
		margin-right: 0;
	}
	#one_ldk .moviebox .movielink{
		width: 100%;
		margin-right: 0;
	}
	/* colorbox */
	#one_ldk #cboxPrevious{
		width: 20px;
		height: 20px;
		border-bottom: 3px solid #fff;
		border-left: 3px solid #fff;
		top: calc(50% - 10px);
		left: 15px;
	}
	#one_ldk #cboxNext{
		width: 20px;
		height: 20px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		top: calc(50% - 10px);
		right: 15px;
	}
	#one_ldk #cboxTitle{
		font-size: 0.875rem;
	}

#one_ldk .wrap .content .officialBox .menuBtnArea li {
  position: relative;
  width: 100%;
  border: 1px solid #333;
  margin: 10px 0 10px 0;
  padding: 0;
	line-height: 1;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  margin: 0;
  padding: 5% 0;
}

#one_ldk .wrap .content .officialBox .menuBtnArea li a span {
  position: relative;
  z-index: 3;
  font-size: 10px;
  font-size: 0.625rem;
}


#one_ldk .wrap .content .officialBox .menuBtnArea li a {
  background-color: #fff;
}
#one_ldk .wrap .content .officialBox .menuBtnArea li a:hover {
	opacity: 1;
	background-color: #333;
	color: #fff;
}
}

/* one_ldk-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 960px) {
  #one_ldk {
    line-height: 2.0;
  }
}