@charset "utf-8";
/* CSS Document */


		
/*　ボタン　*/
.btn_raijyo a{
	display: block;
    text-align: center;
	max-width: 450px;
	margin-left:auto;
	margin-right:auto;
    color: #fff;
	letter-spacing:0.1em;
	font-size:1.25rem;
	font-weight:bold;
    background: #c9bc9c;
	background:#f7747e;
    padding: 1rem 0;	
	}	
.btn_raijyo a:hover{
    background: #666;
	}	
.btn_vw a{
	display: block;
	margin:1rem auto 0;
	/*max-width: 400px;*/
	font-weight:bold;
	}	
.btn_vw a:hover {
	color:rgba(234,96,0,1);
}
	
.btn_vw a:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 34px;/*画像の高さ*/
  background-image: url(../img/top/view2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right:0.5rem;
}
.btn_vw a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:0.5rem;
}
.btn_close a {
    display: block;
    max-width: 280px;
    margin-left:auto;
	margin-right:auto;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    background: rgba(222,95,14,0.8);
    padding: 0.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.btn_close a:hover {
    background: rgba(222,95,14,1);
}
.btn_close a:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/*　ヘッダー　*/


	
/**********************************************
　本文　
***********************************************/

/*　背景　*/
.kd_bg_green {
	background: #E3DFDF;
	margin-bottom:1rem;
 	}

.kd_bg_green1 {
	background: #E3DFDF;
 	}

.kd_bg_brown {
	background:#ae907c;
	margin-bottom:2rem;
	}

/* スライド */
.swiper-container,
.swiper-containers{
		text-align: center;
	}		
.swiper-container .swiper-slide img,
.swiper-containers .swiper-slide img{
		width: 100%;
		height:auto;
	}


/*　インフォメーション　*/
#information{
	padding: 2rem 0 2rem;
	background: #004f99;
	z-index: 2;
    position: relative;
    color:#fff;
}

#information h2{
 
	margin-bottom: 1rem;
    	line-height: 1;
	text-align: center;
}

#information h2 strong{
	font-size: 1.5rem;
	padding: 0 2rem;
    font-weight: 700;
	color:#ffffff;
	line-height: 1;
	letter-spacing: 0.05rem;
	position: relative;
}

#information h2 strong::after,
#information h2 strong::before{
    content: '';
	display: inline-block;
	width: 0.533333vw;
	height: 4.733333vw;
    background:#ffffff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#information h2 strong::before{
    left: 0;
}

#information h2 strong::after{
    right: 0;
}

#information .info_ul li{
	width: 100vw;
	margin: 0 auto 0;
    text-align: center;
}

#information .info_ul li:last-child{
	margin-bottom: 0;
}

#information .info_ul li .main{
/*    border-bottom: 1px solid #4c4948;*/
	width: 88vw;
    margin-left: auto;
    margin-right: auto;
/*	margin-bottom: 2rem;*/

}

#information .info_ul li .main p{
    	display: inline-block;
    width: 100%;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
    	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.5rem;
    	position: relative;
}

#information .info_ul li .main p.sp_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 1.5vw;
}

#information .info_ul li .main p span {
    display: inline-block;
}

#information .info_ul li .main p .small{
	font-size: 2rem;
	margin-right: 0;
    	font-weight: 500;
/*	letter-spacing: 0.07rem;*/
}

#information .info_ul li .main p .small small{
	font-size: 1.5rem;
    margin: 0 -0.5em;
    display: inline-block;
}


#information .info_ul li .info_text {
    font-size: 1.5rem;
    margin-bottom: 2vw;
    	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.07em;
    	position: relative;
}

#information .info_ul li .data {
	width: 88vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
}

#information .info_ul li .main .em{
	color: #ed1c24;
}

#information .info_ul li .data {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    justify-content: center;
}

#information .info_ul li .data dl{
	display: inline-block;
	text-align: left;
}

#information .info_ul li .data dl dt{
    	display: inline-block;
	height: 5.333333vw;
	line-height: 5.333333vw;
	font-size: 1.2rem;
	padding: 0 2.666667vw;
    background: #efefed;
    	font-weight: 500;
	letter-spacing: 0.07em;

}

#information .info_ul li .data dl dd{
	font-size: 1.2rem;
	margin: -5.866667vw 0 2.133333vw 2vw;
	padding-left: 16vw;
    	font-weight: 500;
	line-height: 5.333333vw;
	letter-spacing: 0.07em;
}

#information .info_ul li .data dl dd .small{
	font-size: 1.2rem;
    	font-weight: 500;
/*    	letter-spacing: 1rem;*/
}

#information .info_ul li .data dl dd .small2{
	font-size:0.5rem;
    	font-weight: 500;
}

#information .info_ul li .data dl dd .small small{
	font-size: 0.5rem;
    margin: 0 -0.5em;
}

#information .info_ul li .data dl dd .em{
	color: #e36531;
}


#information .info_ul li .data dl dd .icon{
display: inline-block;
	height: 6vw;
	line-height: 5.333333vw;
    border: 1px solid #e36531;
	font-size: 1.2rem;
	padding: 0 0.5rem;
	margin: 0 1rem;
    font-weight: 500;
    	color: #e36531;
	letter-spacing: 0.07em;
}


/* ランドスケープ */
.spN_box01 {
    position: relative;
    max-width: 1294px;
	margin-left:auto;
	margin-right:auto;
	padding: 121px 0 0 20px;
}
.spN_box02 {
    position: relative;
    max-width: 1500px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 20px 220px 0;
}

.spN_box02b {
	max-width: 400px;
	position:absolute;
	top:10%;
	left:5%;
	}
.spN_img_l {
    position: absolute;
    max-width: 315px;
    width: 94.02985%;
    top: 0;
    left: 0;
}
.spN_img_ls {
    position: absolute;
    max-width: 315px;
    width: 94.02985%;
    top: 0;
    left: 0;
}
.spN_img_r {
    position: absolute;
/*    max-width: 500px;*/
    width: 80%;
	right:0;
    top: 45%;
}
.spN_bg,
.spN_bg01 {
    background: #e7f0f7;
	background: rgba(245,242,231,1);	
	padding: 80px 20px 56px 30px;
}
.spN_bg02 {
  
	background: rgba(245,242,231,1);
	width: 96%;
	padding: 56px 20px 250px 20px;
}
.c-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.js-fadeInUp .js-action {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.spN_txt {
    margin-bottom: 14px;
  }
.spN_txt01 {
	letter-spacing: 2px;
	font-size: 11px;
  }
.spN_txt02 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.spN_txt03 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 2px;
}
.spN_txt04 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top:1rem;
  color:#FF6600;
}




/*　動画　*/
.movie iframe {
		height: 350px;
		width: 100%;
	}

	
/*　ライフインフォメーション　*/
.life_thm01,
.life_thm02 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:2rem 0;
	}	
.life_thm01 div,
.life_thm02 div {
	flex-basis: 48%;
	margin-bottom:0.5rem;
	line-height:1.4;
	}	
.life_thm01 div img,
.life_thm02 div img {
	margin-bottom:0.5rem;
	}

.location{
	position: relative;
	}


.lt1{
	position: absolute;
	top:20%;
	}

/*　location */


#location1 ul li{
	padding:0.5rem 0;	
	}

#location1 dl{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */
	align-items: center;
	}
	
#location1 dl dt{
	width:51%;
	}
	
#location1 dl dd{
	width:49%;
	}

.no {
	margin-right:10px;
	display: inline-block;
	background:rgba(0,65,54,0.6);
	padding:0 10px;
	color:#fff;
	}
	
.color01 {
	background:#008cad;
	}
	
.color02 {
	background:#c25160;
	}
	
.color03 {
	background:#718cc7;
	}
	
.color04 {
	background:#7e6b2e;
	}

.color05 {
	background:#938168;
	}

.loc-cap {
 position: relative;
padding: 3rem 2rem 1rem 140px;
  border-bottom: 3px solid #000;
margin-bottom: 0.5rem;
}

.loc-cap1 {
 position: relative;
padding: 3rem 2rem 1rem 190px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap2 {
 position: relative;
padding: 3rem 2rem 1rem 210px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap3 {
 position: relative;
padding: 3rem 2rem 1rem 160px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}


.loc-cap4 {
 position: relative;
padding: 3rem 2rem 1rem 100px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}


.loc-cap5 {
 position: relative;
padding: 3rem 2rem 1rem 140px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap span,
.loc-cap1 span,
.loc-cap2 span,
.loc-cap3 span,
.loc-cap4 span,
.loc-cap5 span{
font-size: 2.5rem;
  line-height: 1;
  position: absolute;
/*  bottom: -1.6rem;*/
  left: 0;
}



.loc-mt1{
	margin-top: 0.6rem ;
	}

/* access */
.access li{
	width:48%;
	margin-right:0.5rem;
	}

.transfer-f26 {
	font-size: 16px;
	}




/*　プラン　


/* plan_ttl02 */
.plan_ttl02 {
	line-height: 1;
	align-items:center;
	display: flex;
	justify-content: center;
	color:#000;
}
.plan_ttl02 .type_ttl {
	/*position: relative;*/
	text-align: center;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl span {
	font-size: 2rem;
}
.plan_ttl02 .type_ttl02 {
	border-left: 1px solid #918b8a;
	border-right: 1px solid #918b8a;
	font-size: 1.5rem;
	line-height:1.3;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl02 span {
	font-size: 2rem;
}
.plan_ttl02 .area_box {
	font-size:1.5rem;
	margin-top:0.5rem;
}
.plan_ttl02 .area1 {
	font-size: 2rem;
}
/*　plan_ttl03　*/
.plan_ttl03 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:1rem auto;
	}
.plan_ttl03 dt {
	flex-basis: 10%;
	border:1px solid rgba(234,96,0,1);/*fenice*/
	border:1px solid #004136;/*nice*/
	background: rgba(234,96,0,0.3);/*fenice*/
	background: #d5e6d1;/*nice*/
	padding:0.5rem;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
	color:#004136;/*nice*/
	display: flex;
  align-items: center;
	} 
.plan_ttl03 dd {
	flex-basis: 78%;
	line-height:1.6;
	font-size:0.9rem;
	}
#loan .loan{
	font-size:1.2rem;

	font-weight:bold;
	line-height:1.2;
	}
.loan_box {
	display: block;
	border: 2px solid #37589d;
	border-radius: 30px;
	background: rgba(255,255,255,0.7);
	padding: 1rem;
}
.plan_ttl04 {
	font-weight: bold;
    font-size: 1.15rem;
    padding-left: 1rem;    
    border-left: 8px solid #ea6000;
    line-height: 1.4;
	margin-bottom: 1rem;
	}
.plan_ttl05,
.plan_ttl05a {
  position: relative;
  padding: 0px 65px;
  text-align: center;
  font-size: 1.5rem;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}
.plan_ttl05:before,
.plan_ttl05a:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #9b8e6f;
}
.plan_ttl05 span,
.plan_ttl05a span {
  position: relative;
  padding: 0 0.5em;
}
.plan_ttl05 span {
  background:#EAF5F3;
}

.kakomi{
	display: inline-block;
	padding:0.1rem 0.7rem;
	margin-right:0.5rem;
	background-color:#920606;
	box-shadow: 1px 2px 2px #ddd;
	font-size:0.85em;
	color:#fff;
}

/*　交通　*/
.access_b{
    display: inline-block;
}



	
/*　品質・構造　*/
.quality {
	background: url(../img/quality/quality-img02.jpg) no-repeat 0 0;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	background-size: cover;
	padding:1.5rem 0;
	}
.quality h4{
	font-size:1.4rem;
	}	
.quality .txt01 {
	font-size:1.1rem;
	}
	
/*　設備・仕様　*/
.equip {
	background: url(../img/equip/kitchen.jpg) no-repeat 0 0;
	background-color:rgba(255,255,255,0.1);
	background-blend-mode:lighten;
	background-size: cover;
	padding:1.5rem 0;
	}	
.equip_thm {
	max-width:900px;
	padding:1.5rem;
	margin-left:auto;
	margin-right:auto;
	background:rgba(255,255,255,0.7);
	}	
.equip h4 {
	font-size:1.4rem;
	}	
.equip .txt01 {
	font-size:1.1rem;
	}	
	
/*　物件概要　*/
#outline .ttl03 {
	font-weight:900;
	padding:1rem 0;
	}
#outline dl,
#map dl {
/*	border: 1px solid #ebebeb;*/
	border-bottom: none;
	text-align: left;
	line-height: 1.6;
}
#outline dt,
#map dt {
	border: 1px solid #E3DFDF;
	padding: 2% 3% 3%;
	background-color:#E3DFDF;
	margin-top: 0.5rem;
	/*white-space: nowrap;*/
}
#outline dd,
#map dd {
	padding: 3% 3% 4%;
	border: 1px solid #E3DFDF;
}

/*　現地案内　*/

.map{
	position:relative;
	width:100%;
	height:0;
	padding-top:65%;
	margin:3rem auto 2rem;
	border:1px solid #C9BC9C;
}
.map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*　設備・品質　*/
.top_thm01 {
    width: 73%;
    margin-left: auto;
    margin-right: 10px;
}
.top_thm02 {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.top_thm03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/equip/quality-img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_thm03a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/equip/kitchen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_thm04 {
    width: 80%;
    background-color: #fff;
    margin-top: -20px;
    margin-left: 0px;
    text-align: left;
    position: relative;
    z-index: 100;
    font-family: 'Noto Serif JP', serif;
}
.top_thm04 a {
    padding: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    color: #000;
    text-decoration: none;
}
.top_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
/*
.top_thm04 a::before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 31px;
    width: 20px;
    height: 1px;
    background-color: #231815;
}

.top_thm04 a::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 12px;
    height: 12px;
    border-right: 1px #231815 solid;
    border-top: 1px #231815 solid;
    transform: rotate(45deg);
}
*/

.m_gallery {
	margin: 1rem auto;
	background: #000;
	padding: 1rem 0.5rem 1rem;
}

.m_gallery li {
	flex-basis: 48%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.youtube iframe {
	height: 300px;
}

ul.botan {
	margin:2rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;		
	}


ul.botan li{
	margin-right: 0.5rem;
	width: 47%;		
	}

ul.botan li a {	
    display: block;
    padding: 16px;
    font-size: 14px;
	text-align:center;
	}


ul.botan li a.bg_vg2 {	
    background: #560026;
	color:#fff;
	padding: 1.5rem 0;
	}
	
ul.botan li a.bg_vg3 {
    background: #003e57;
		color:#fff;
		padding: 1.5rem 0;
	}
	
ul.botan li a.bg_vg2:hover,
ul.botan li a.bg_vg3:hover {	
	opacity: 0.7;
	}

/* フッターリンク */


.com_inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.links_area{
	background: #efefed;
    padding: 2rem 0;
}

.links_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.links_item{
	width: 48%;
	max-width: unset;
    height: 150px;
	overflow: hidden;
	background-size: 100%;
	transition: 0.3s;
	transform-origin: center;
	position: relative;

}

	.links_item:nth-child(n + 3) {
		margin-top: 3%;
	}

.links_item.new .links_text::before{
	position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    content: "NEW";
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 10px;
    width: 45px;
    padding: 4px 0 0 0;
    height: 14px;
    line-height: 8px;
/*    font-weight: 400;*/
    background: #932f53;
    letter-spacing: 1px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.links_item:hover:after {
	transform: scale(1.05);
}
.links_item.top::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/top_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.plan::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/plan_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.land::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/common/land_bg.jpg");
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.location::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/location_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.design::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/design_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.plan::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/plan_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.structure::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/structure_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.projectstory::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/projectstory_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.brand::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/brand_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.links_item.access::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/access_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}


.links_item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 62, 100, 0.5);
	background-blend-mode: multiply;
	transition: 0.3s;
    opacity:1;
}
.links_item:hover a{
	background-color: rgba(0, 62, 100, 0.2);
	transition: 0.3s;
}
.links_text{
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -10%);
	width: 100%;
}
.links_en{
	text-transform: uppercase;
/*	font-weight: 800;*/
	font-style: normal;
	font-size: 17px;
	margin-bottom: 0.2em;
}
.links_ja{
	font-size: 11px;
}
.links_view_more{
	text-transform: uppercase;
/*	font-weight: 400;*/
	font-style: normal;
   font-size: 10px;
	margin: 1.5em auto 0;
}
.links_view_more{
	width: 80%;
	max-width: 200px;
	white-space: nowrap;
	margin: 1em auto 0; 
	background-color: rgba(0, 62, 100, 0.4);
    background-blend-mode: multiply;
	border: solid 1px #fff;
	font-size: 10px;
	padding: 0.5em 1em;
	position: relative;
}
.links_view_more::before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/* 下層用_links02 */
.links_area.links02 .links_item {
        width: 48%;
        max-width: unset;
}
.com_inner.links02 {
	max-width: 1625px;
}
.links_area.links02 .links_item:nth-child(n + 3) {
		margin-top: 3%;
	}
.dbn1040 {
	display: none;
}



.span_belt_cap01.tuika {
	position: relative;
}
.span_belt_cap01.tuika span.cap {
	position: absolute;
	bottom: -1em;
	right: 0;
}

.ttl_center1 {
	font-size: 1.5rem;
	color:#333;
/*  padding: 1rem 0;*/
  text-align: center;
  position: relative;
	margin:1rem 0 2rem;
}
.ttl_center1::after {
  content: '';
  background-color: #7E7B7B;
  width: 3em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


@media print, screen and (min-width: 768px) {
    
.wk_2	{
	  width: 48%;
	}	
	
	
/*　ボタン　*/

.btn_raijyo a{
	  padding: 1.5rem 0;
	}	
.btn_vw a:before {
  display: inline-block;/*忘れずに！*/
}
	
/**********************************************
　本文　
***********************************************/
	


/*　動画　*/
.movie iframe {
		height: 600px;
		width: 100%;
	}
	
.loc-cap span.rosen{
font-size: 2.5rem;

  position: absolute;
 top: 2.8rem;
  left: 250px;
}
	
/*　インフォメーション　*/
    
#information h2 strong{
	font-size: 2rem;
}
    
#information .info_ul li .main p .small{
	font-size: 2rem;
/*    letter-spacing:10rem;*/
}
	
/*　ランドスケープ　*/	
.spN_box01 {
	padding-left: 131px;
}
.spN_box02 {
	padding: 0 20px 0px 0;
	
}
.spN_img_l {
    width: 46.90881%;
    max-width: 607px;
    top: 0;
    left: 3%;
}
.spN_img_ls {
    width: 46.90881%;
    max-width: 607px;
    top: 0;
    left: 3%;
}

.spN_bg {
    max-width: 1064px;	
	width: calc(100% - 40px);
	margin: 0 auto;
    padding:0;
}
.spN_bg01 {
    max-width: 1064px;	
	width: calc(100% - 40px);
	margin: 0 auto;
    padding:0;
	padding-bottom:10%;
}
.spN_bg02 {
    max-width: 2000px;	
	/*width: calc(100% - 40px);*/
	margin: 0 auto;
    padding:0;
}
.spN_box01a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_box01b{
	position:absolute;
	max-width:500px;
	bottom:5%;
	right:8%;
	}
.spN_box01c {
	position:absolute;
	max-width:500px;
	top:25%;
	left:10%;
	}
.spN_box02a {
	width:100%;
	height:50%;
	position:relative;
	}
.spN_box02b {
	position:absolute;
	max-width:550px;
	top:15%;
	left:5%;
	}
.spN_box03a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_txt01 {
    font-size: 13px;
  }
.spN_txt02 {
    font-size: 24px;
  }
.spN_txt04 {
  font-size: 18px;
}

/*　ライフインフォメーション　*/

.life_thm01 div{
	flex-basis: 32%;
	margin-bottom:1rem;
	}
.life_thm02 {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	}
.life_thm02 div {
	flex-basis: 32%;
	margin-right:1rem;
	}
	
.lt1{
	position: absolute;
	top:10%;
	left:0%;
	}
	
.loc-mt2{
	margin-top: 0.6rem ;
	}
	
	
.loc-cap {
padding: 3rem 2rem 1rem 180px;
}

.loc-cap1 {
padding: 3rem 2rem 1rem 240px;
}

.loc-cap2 {
padding: 3rem 2rem 1rem 280px;
}

.loc-cap3 {
padding: 3rem 2rem 1rem 190px;
}


.loc-cap4 {
padding: 3rem 2rem 1rem 120px;
}
    
.loc-cap5 {
padding: 3rem 2rem 1rem 160px;
}
	
.access li{
	width:31%;

	}
	
#transfer {
	display: flex;
　　display: -webkit-flex;/*--- safari（PC）用 ---*/
	justify-content: center;
  	flex-wrap: wrap;
	align-items: flex-start;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
 	align-items: stretch;
	}
	
#transfer dl {
	margin-top: 0px;
	flex-basis: 45%;
	}
	
.transfer-f26 {
	font-size: 26px;
	}
	
/*　プラン　*/	
	.plan_thm01 li {
		flex-basis: 30%;
		padding:1rem 0;
		}	
	.plan_thm02a {
		width:90%;
		}	
	.plan_thm03 li {
		width: 28%;
		font-size: 1.2rem;
		padding: 1rem;
		margin: 0.5rem;
	}
	.plan_thm04 li {
		font-size:1.5rem;
		padding:0.5rem;
		}
	.plan_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plan_box li {
		margin-right: 2%;
		width: calc(50% - 2%);
	}
	.plan_box li:nth-child(2n),
	.plan_box li:nth-child(4n),
	.plan_box li:nth-child(6n) {
		margin-right: 0;
	}
	.plan_box li img{
		display: block;
		width: 40%;
	}
	.plan_box li div{
		width: 58%;
	}
	.plan_box01 dt {
		font-size: 1.25rem;
	}
	/*.plan_ttl01 {
		display: flex;
		justify-content: space-between;
		}*/
		
	.plan_ttl01 dt {
		font-size: 1rem;
		letter-spacing: -.06em;
		/*width: 28%;*/
		padding:1rem 0;
		padding:0.5rem 0;
	}
	.plan_ttl01 dt span {
		font-size:  1.8em;
		letter-spacing: -.05em;
	}
	.plan_ttl01 dd {
		font-size: 0.8rem;
		line-height: 1.2;
		text-align:left;
		height: 100%;
		position: relative;
		padding:1rem 0.5rem;
		/*width: 71%;*/
	}
	.plan_ttl01 dd .area1 {
		font-size: 2em;
	}
	.plan_ttl01 dd .area2 {
		font-size: 2.5em;
	}
	/* plan_ttl02 */
	.plan_ttl02 {
		font-size: 18px;
	}
	.plan_ttl02 .type_ttl {
		font-size: 36px;
	}
	.plan_ttl02 .type_ttl span {
		font-size: 50px;
	}
	.plan_ttl02 .type_ttl02 {
		font-size: 26px;
	}
	.plan_ttl02 .type_ttl02 span {
		font-size: 40px;
	}
	.plan_ttl02 .area_box {
		padding:0 0.5rem;
		font-size:0.8rem;
		margin-top:0;
	}
	.plan_ttl02 .area1 {
		font-size: 30px;
	}
	.plan_ttl02 .area1 span {
		font-size: 24px;
	}
	/* plan_ttl03 */
	.plan_ttl03 {
		width:48%;
		display:flex;
		flex-wrap: wrap;
		justify-content:space-around;
		}
	.plan_ttl03 dt {
		padding:0.5rem 1rem;
		} 
	.plan_ttl03 dd {
		flex-basis: 75%;
		/*line-height:1.8;*/
		} 
	.plan_ttl05,
	.plan_ttl05a {
		font-size: 2rem;
	}
	#loan .loan{
		font-size:1.5rem;
		}

	
/*　設備・品質　*/
.top_thm01 {
    width: 76%;
}
.top_thm03,
.top_thm03a {
    height: 70%;
}
.top_thm04 {
	width: 55%;
	margin-top: -200px;
	margin-left: 70px;
}
.top_thm04 a {
    padding: 2.5rem;
}
.top_ttl {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
	font-family: 'Noto Serif JP', serif;
}
	
	
/*　物件概要　*/
#outline .ttl03 {
	padding:2rem 0 1rem;
	}
#outline dl,
#map dl {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	}
#outline dt,
#map dt {
	width: 26%;
	padding:20px;
	border-right: 1px solid #E3DFDF;
		
}
#outline dd,
#map dd {
	width: 74%;
	padding:20px;
	border-bottom: 1px solid #E3DFDF;
	margin-top: 0.5rem;
}
	
/* gallery 
-----------------------------------------*/
.gallery {
    margin: 2rem auto 0;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */	
	}
.gallery li {
	width:32.75%;
	}
	
.m_gallery{
		margin: 50px auto;
		padding: 2rem 0 5rem;
	}

	.m_gallery li {
		flex-basis: 19%;
	}
	
	.youtube iframe {
		height: 500px;
		width: 800px;
	}
	
}

@media only screen and (min-width: 1024px) {
.lt1{
	position: absolute;
	top:15%;
	left:30%;
	}
	
/*　インフォメーション　*/	    
#information h2 strong::after,
#information h2 strong::before{
	width: 0.2vw;
	height: 2vw;

}
    
#information .info_ul li .main p .small{
/*letter-spacing:2rem;*/
    font-size: 4rem;
}
	
/*　ランドスケープ　*/		
.spN_img_ls {
    width: 35%;
    max-width: 607px;
    top: 0;
    left: 3%;
}

.spN_box02 {
	padding: 0 0 150px 0;
	
}
	
.spN_box01a {
	width:100%;
	height:70%;
	position:relative;
	}
.spN_box03a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_box01b{
	position:absolute;
	max-width:550px;
	top:3%;
	left:45%;
	right:1%;
	}
	
.spN_box02b {
	top:15%;
	}
	
.spN_box01c {
    position: absolute;
    max-width: 650px;
    top: 10%;
    left: 35%;
}
	
.spN_img_r {

    top: 15%;
    left:50%;
}
	
.font_bt{
	font-size: 3.5rem;
}
	
ul.under_bt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto 2rem;
	max-width: 1600px;
	
}
	
.under_bt li{
	width: 24%;
gap:10px;
}
    
/* --------- フッターリンク ---------- */
    
.links_area.links02 .links_item {
	width: 24%;
}
    
.links_area.links02 .links_item:nth-child(n + 2) {
    margin-top: 0;
}
    
.links_item{
    height: 180px;

}
    
    
.links_en{
	font-size: 20px;
}
.links_ja{
	font-size: 14px;
}
    
.links_view_more{
	font-size: 14px;
}
    
    
    

}

	
@media only screen and (max-width: 767px) {
#landscape,
#location,
#outline {
	/*padding-top:60px;*/
}


}


     