@charset "utf-8";
/* CSS Document */


/*　インフォメーション　*/
#information{
	padding: 2rem 0 2rem;
	background: #e17b7f;
	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:#003e64;
	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:#003e64;
    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;
}


/*　コンテンツ　タイトル　*/

h3{
	line-height: 1;
	text-align: center;
	margin-bottom: 2rem;
}

h3 .main{
    display: block;
	font-size: 4rem;
    font-weight: 400;
	color:#ebaaa8;
	letter-spacing: 0.02em;
	margin-bottom: 0.8vw;
}

h3 .sub{
	font-size: 1rem;
}


.en{
	font-family: "Vollkorn SC", serif;
}

/* コンセプト */

.titel_flex,
.titel_flex2{
  line-height: 1.2;
}

.text_box {
    font-weight: bold;
	color:#003e64;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
}

.image_box {
   text-align: center;
}



/* ランドスケープ */
.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;
}


/* 周辺環境 */
.oneArea1 {
  background: linear-gradient(180deg, #ebaaa8 0%, #ebaaa8 85%, #ffffff 15%, #ffffff 100%);
    padding: 1rem 1rem;
}	


.location_font{
    font-size: 2rem;
    margin-right: 0.5rem;
	}

#location1 ul li{
    margin: 0.5rem;
	}

.loc-cap1 {
 position: relative;
padding: 3rem 2rem 1rem 120px;
  border-bottom: 2px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap2 {
 position: relative;
padding: 3rem 2rem 1rem 260px;
  border-bottom: 2px solid #000;
	margin-bottom: 0.5rem;
}


.loc-cap3 {
 position: relative;
padding: 3rem 2rem 1rem 190px;
  border-bottom: 2px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap2 span,
.loc-cap1 span,
.loc-cap3 span{
font-size: 2.5rem;
  line-height: 1;
  position: absolute;
/*  bottom: -1.6rem;*/
  left: 0;
}



/* access */
.access li{
	width:48%;
	margin-right:0.5rem;
	}

.transfer-f26 {
	font-size: 16px;
	}




/*　プラン　*/
.plan_thm01 {
	max-width:1280px;
	margin:1rem 0;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	}		
.plan_thm01 li {
	text-align:center;
	flex-basis:48.5%;
	}		
.plan_thm02 {
	margin:1rem auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	}		
.plan_thm02 a{
	display:block;
	text-align:center;
	flex-basis:48%;
	border:1px solid #C9BC9C;
	border:1px solid rgba(115,135,172,0.9);
	background: #fff;
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
	margin-bottom:1rem;
	margin-right: 4%;
	}
.plan_thm02 a:last-child {
	margin-right: 0;
}
.plan_thm02 a:hover,
.plan_thm02 a.current {
	background:rgba(115,135,172,0.3);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	opacity: 1;
	}
.plan_thm02 a.current {
	cursor: default;
	}
.plan_thm02a {
	width:90%;
	margin-top:1rem;
	margin-right:auto;
	margin-left:auto;
	}	
.plan_thm03 li {
    width: 48%;
    background: #47a837;
    color: #fff;
	font-weight:bold;
	letter-spacing:0.05em;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.8rem;
    margin: 5px 2px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	}
.plan_thm04 li {
	border:3px dotted rgba(234,96,0,1);
	background:rgba(234,96,0,0.1);
	font-size:1.1rem;
	border-radius: 30px;
	text-align:center;
	font-weight:bold;
	padding:0.5rem;
	}
.plan_box {
	margin-top: 3rem;
}
.plan_box li {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #666;
	margin-bottom: 2rem;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.plan_box li img{
	display: block;
	width: 40%;
}
.plan_box li div{
	width: 58%;
}
.plan_box01 dt {
	color:#064e2e;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: -0.01em;
}
.plan_box01 dd {
	margin-bottom: 1.5rem;
}
.plan_box01 dd {
	padding-left: 2.5rem;
}
.plan_img {
	display:block;
	position:relative;
	}	
.plan_more a {
	display:block;
	position:absolute;
	top:40%;
	left:50%;
	}	
.plan_more a:before {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-right:10px;
	font-size:80px;
	color:rgba(0,0,0,0.2);
}
.plan_more a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	}
/* plan_ttl01 */
.plan_ttl01 dt {
	align-items: baseline;
	background:#C9BC9C;
	background:rgba(115,135,172,0.8);
	color:  #fff;
	text-align:center;
	display: flex;
	justify-content: center;
	padding:0.5rem 0
	/*width: 28%;*/
}
/*.plan_ttl01 dt span {
	font-size:  1.2em;
	letter-spacing: -.1em;
}*/
.plan_ttl01 dd {
	font-size: 9px;
	text-align:left;
	height: 100%;
	position: relative;
	/*width: 71%;*/
	padding:0.8rem 0;
}
.plan_ttl01 dd .area1 {
	font-size: 1.6em;
}
.plan_ttl01 dd .area2 {
	font-size: 2em;
}

/* 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: 1.78rem;
}
.plan_ttl02 .type_ttl02 {
	border-left: 1px solid #918b8a;
	border-right: 1px solid #918b8a;
	font-size: 1.25rem;
	line-height:1.3;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl02 span {
	font-size: 1.25rem;
}
.plan_ttl02 .area_box {
	font-size:0.7rem;
	margin-top:0.5rem;
}
.plan_ttl02 .area1 {
	font-size: 1rem;
}
/*　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: 0 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: #E3DFDF;
}
.plan_ttl05a span {
	background: rgba(245,242,231,1);
  }
.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;
}

	
/*　品質・構造　*/
.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 #efefed;
	padding: 2% 3% 3%;
	background-color:#efefed;
	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: 1;
    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;
}



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: #d00251;
	color:#fff;
	padding: 1.5rem 0;
	}
	
ul#botan li a.bg_vg3 {
    background:#003e64;
		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 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: 2em 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) {
    
    
	
/*　ボタン　*/

.btn_raijyo a{
	  padding: 1.5rem 0;
	}	
.btn_vw a:before {
  display: inline-block;/*忘れずに！*/
}
    
    
/*　インフォメーション　*/
    
#information h2 strong{
	font-size: 2rem;
}
    
#information .info_ul li .main p .small{
	font-size: 2rem;
/*    letter-spacing:10rem;*/
}
    

/*　動画　*/
.movie iframe {
		height: 600px;
		width: 100%;
	}
    
/* コンセプト */
.titel_flex {
    max-width: 1300px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    flex-direction:row-reverse;
     justify-content: center; 
    align-items: center;
}
    
.titel_flex2 {
    max-width: 1100px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    flex-direction:row-reverse;
     justify-content: center; 
    align-items: center;
}

.image_box {
    width: 40%;
}

.text_box {
    width: 60%;
    text-align: left;
}
	
/*　ランドスケープ　*/	
.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;
}

/*　ライフインフォメーション　*/

.loc-cap2 {
padding: 3rem 2rem 1.5rem 280px;
}
	
.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 #efefed;
		
}
#outline dd,
#map dd {
	width: 74%;
	padding:20px;
	border-bottom: 1px solid #E3DFDF;
	margin-top: 0.5rem;
}
	
/* gallery 
-----------------------------------------*/
.gallery {
	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;
	}
    
    
    ul#botan {
	margin:3rem auto;	
	}
	
}

@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;
}
    
    
/*　コンテンツ　タイトル　*/

h3 .main{
	font-size: 5rem;
    margin-bottom: 0.5rem;
}

h3 .sub{
	font-size: 1.2rem;
}
    

.en{
	font-family: "Vollkorn SC", serif;
}
    
/* コンセプト */
    
.titel_flex {
    max-width: 1100px;
}
    
.titel_flex2 {
    max-width: 1000px;
}
    
.image_box {
    width: 30%;
}

.text_box {
    width: 70%;
}

.text_box {
    font-size: 2.5rem;
    line-height: 1.5;
}
	
/*　ランドスケープ　*/		
.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%;
}
	
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;
}
    
    
.image_box2{
	position: relative;
	line-height: 1;
}
    
.img_catch{
	width: 164px;
	height: 164px;
	position: absolute;
	background: url('../images/concept_imgcatch_bg.png') no-repeat 0 0;
	background-size: contain;
	z-index: 2;
}
    
.img_catch.type0301 {
    width: 207px;
    height: 207px;
    top: -197px;
    left: 36px;
}
 
    
/*　周辺環境　*/	   
.location_font{
    font-size: 2.5rem;

	}
    

/* --------- フッターリンク ---------- */
    
.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;
}
    


    
}


/* --------- ノブレスはココが違う！ ---------- */

#difference{
	background: #efefed;
	padding: 80px 0 90px;
    margin-top: 3rem;
}

#difference h2{
	width: 1330px;
	margin: 0 auto 78px;
	text-align: center;
	position: relative;
}

#difference h2::after{
	content: '';
	display: block;
	width: 100%;
	border-top: 2px solid #004b90;
    position: absolute;
    top: 20px;
    left: 0;
}

#difference h2 strong{
	display: inline-block;
	width: 445px;
	padding: 0 34px;
	background: #efefed;
	position: relative;
	z-index: 2;
}

#difference .flex{
	width: 1340px;
	margin: 0 auto 27px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

#difference .flex.block02{
	flex-direction: row-reverse;
	margin-bottom: 46px;
}

#difference .flex .image_block{
	width: 670px;
}

#difference .flex .text_block{
	width: calc(100% - 670px);
	box-sizing: border-box;
}

#difference .flex .text_block .main_wrap{
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: -70px;
}

#difference .flex .text_block .main_wrap img{
    width: 135px;
}

#difference .flex .text_block .main{
	font-size: 64px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

#difference .flex .text_block .caption{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

#difference .flex .text_block .note{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-top: 6px;
}

#difference .flex .leaf{
    position: absolute;
}

#difference .flex.block01 .text_block{
	padding-top: 176px;
}

#difference .flex.block01 .text_block .fukidashi{
	width: 453px;
	position: absolute;
	top: 0;
	left: 36px;
}

#difference .flex.block01 .text_block .main strong{
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.04em;
}


#difference .flex.block02 .text_block{
	padding-left: 60px;
}

#difference .flex.block02 .text_block .main small{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

#difference .d_leaf01{
	width: 108px;
	top: 100px;
	left: 535px;
}

#difference .d_leaf01 img{
	transform: scale(-1, 1);
}

#difference .d_leaf02{
	width: 160px;
	top: 398px;
	right: 69px;
}

#difference .link{
	width: 270px;
	margin: 0 auto;
}

#difference .link a{
	display: block;
	height: 56px;
	line-height: 56px;
	border-radius: 56px;
	background: #4c4948;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-decoration: none;
	text-align: center;
	padding-right: 1em;
	position: relative;
}

#difference .link a::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translate(0, -50%) rotate(45deg);
}



    
    
/* --------- ノブレスはココが違う！ ---------- */

@media(max-width:1640px){
    
#difference{
	padding: 7.073171vw 0 5.487805vw;
}

#difference h2{
	width: 81.097561vw;
	margin: 0 auto 4.756098vw;
}

#difference h2::after{
	border-top: 0.121951vw solid #004b90;
    top: 1.219512vw;
}

#difference h2 strong{
	width: 27.134146vw;
	padding: 0 2.073171vw;
}

#difference .flex{
	width: 81.707317vw;
	margin: 0 auto 1.646341vw;
}

#difference .flex.block02{
	margin-bottom: 2.804878vw;
}

#difference .flex .image_block{
	width: 40.853659vw;
}

#difference .flex .text_block{
	width: calc(100% - 40.853659vw);
}

#difference .flex .text_block .main_wrap{
    gap: 0 1vw;
    margin-top: -5vw;
}

#difference .flex .text_block .main_wrap img{
    width: 8vw;
}

#difference .flex .text_block .main{
	font-size: 3.902439vw;
	margin-bottom: 1.219512vw;
}

#difference .flex .text_block .caption{
	font-size: 1.097561vw;
}

#difference .flex .text_block .note{
	font-size: 0.792683vw;
	margin-top: 0.365854vw;
}

#difference .flex.block01 .text_block{
	padding-top: 10.731707vw;
}

#difference .flex.block01 .text_block .fukidashi{
	width: 27.621951vw;
	left: 2.195122vw;
}

#difference .flex.block02 .text_block{
	padding-left: 3.658537vw;
}

#difference .flex.block02 .text_block .main small{
	font-size: 2.439024vw;
}

#difference .d_leaf01{
	width: 6.585366vw;
	top: 6.097561vw;
	left: 32.621951vw;
}

#difference .d_leaf02{
	width: 9.756098vw;
	top: 24.268293vw;
	right: 4.207317vw;
}

#difference .link{
	width: 16.463415vw;
}

#difference .link a{
	height: 3.414634vw;
	line-height: 3.414634vw;
	border-radius: 3.414634vw;
	font-size: 1.219512vw;
}

#difference .link a::after {
    width: 0.54878vw;
    height: 0.54878vw;
    border-top: 0.121951vw solid #fff;
    border-right: 0.121951vw solid #fff;
    right: 1.585366vw;
}
    
    
    }


@media(max-width:430px){
    
    /* --------- ノブレスはココが違う！ ---------- */

#difference{
	padding: 11.466667vw 0 10.133333vw;
}

#difference h2{
	width: auto;
	margin: 0 auto 8vw;
}

#difference h2::after{
	border-top: 1px solid #004b90;
    top: 2.666667vw;
}

#difference h2 strong{
	width: 57.066667vw;
	padding: 0 3.2vw;
}

#difference .flex{
	width: auto;
	margin: 0 5.866667vw 7.466667vw;
	display: block;
}

#difference .flex.block02{
	margin-bottom: 8vw;
}

#difference .flex .image_block{
	width: auto;
}

#difference .flex .text_block{
	width: auto;
	margin-bottom: 3.733333vw;
	text-align: center;
}

#difference .flex .text_block .main_wrap{
    justify-content: center;
    gap: 0 2vw;
    margin-top: 0;
	margin-bottom: 4.8vw;
}

#difference .flex .text_block .main_wrap img{
    width: 13vw;
    margin-left: -5vw;
}

#difference .flex .text_block .main{
	font-size: 6.666667vw;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 2vw;
}

#difference .flex .text_block .caption{
	font-size: 4.266667vw;
	font-weight: 500;
	line-height: 1.45;
}

#difference .flex .text_block .note{
	font-size: 2.666667vw;
	letter-spacing: 0.02em;
	margin-top: 1.6vw;
}

#difference .flex.block01 .text_block{
	padding-top: 0;
}

#difference .flex.block01 .text_block .fukidashi{
	width: 64vw;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 2.666667vw;
}

#difference .flex.block01 .text_block .main strong{
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.08em;
}


#difference .flex.block02 .text_block{
	padding-left: 0;
}

#difference .flex.block02 .text_block .main small{
	font-size: 4.8vw;
}

#difference .flex.block02 .text_block .caption{
	font-size: 4vw;
	text-align: left;
}


#difference .d_leaf01{
	width: 17.066667vw;
	top: -34.4vw;
	left: unset;
	right: 8.266667vw;
}

#difference .d_leaf01sp{
	width: 14.4vw;
	top: 25.866667vw;
	left: 2.4vw;
}

#difference .d_leaf01sp img{
	transform: scale(-1, 1);
}

#difference .link{
	width: 44.266667vw;
}

#difference .link a{
	height: 9.066667vw;
	line-height: 9.066667vw;
	border-radius: 9.066667vw;
	font-size: 3.466667vw;
}

#difference .link a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.533333vw solid #fff;
    border-right: 0.533333vw solid #fff;
    right: 5.333333vw;
}

    
    }



.facility_banner{

	margin: 50px auto 66px;
	background: #dcebf4;
	padding: 40px 0 50px;
	position: relative;
}

.facility_banner .leaf01 {
	width: 180px;
	position: absolute;
	top: -18px;
	right: -206px;
}

.facility_banner .title{
	background: #fff;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px 0;
}

.facility_banner .title .t_catch{
	width: 332px;
	height: 70px;
	line-height: 70px;
	border-radius: 70px;
	background: var(--color1);
	font-size: 33px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	margin-right: 40px;
}

.facility_banner .title p{
	font-size: 45px;
	font-weight: 700;
	color:#004888;
	letter-spacing: 0.12em;
}

.facility_banner .flex{
	width: auto;
	margin: 0 55px 35px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.facility_banner .flex.mt_space{
	margin: 65px auto 0px;
max-width: 1350px;

}




.facility_banner .flex .image_box{
	width: 430px;
}

.facility_banner .flex .text_box{
    
	width: calc(100% - 430px);
	padding-left: 40px;
	box-sizing: border-box;
}

.facility_banner .flex .text_box .name{
	font-size: 30px;
	font-weight: 700;
	color:#004888;
	line-height: 1.8;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #004888;
	margin-bottom: 18px;
}

.facility_banner .flex .text_box .caption{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.68;
	/* letter-spacing: 0.05em; */
	letter-spacing: 0.015em;
}

.facility_banner .link{
	width: 209px;
	margin: 0 auto;
}

.facility_banner .link a{
	display: block;
	height: 43px;
	line-height: 43px;
	border-radius: 43px;
	background: #4c4948;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.22em;
	padding-right: 1em;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.facility_banner .link a::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%) rotate(45deg);
}

.facility_banner .link .ac_btn {
	display: block;
	height: 43px;
	line-height: 43px;
	border-radius: 43px;
	background: #4c4948;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.22em;
	text-align: center;
	box-sizing: border-box;
	position: relative;
    cursor: pointer;
	transition: all 0.2s linear;
    margin-bottom: 50px;
}

.facility_banner .link .ac_btn::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #4c4948;
    border-right: 2px solid #4c4948;
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
}

.facility_banner .link .ac_btn:hover{
	opacity: 0.8;
}


#ecoone {
/*	width: 100%;*/
	padding: 0 45px;
	box-sizing: border-box;
/*	display: none;*/
	position: relative;
}


#ecoone .ac_box {

	background-color: #fff;
	margin: 65px auto 0px;
max-width: 1350px;
	padding: 40px 130px;
}


#ecoone * {
	box-sizing: border-box;
}



#ecoone .ecoone_logo {
	text-align: center;
	margin-bottom: 45px;
}

#ecoone .ecoone_logo img {
	max-width: 33%;
}

#ecoone .ecoone_ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	font-weight: 500;
	color: #231815;
	text-align: center;
	margin-bottom: 0.33em;
}

#ecoone .ecoone_lead {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 50px;
}

#ecoone .info {
	border-top: 1px solid rgba(35, 24, 21, 0.5);
	border-bottom: 1px solid rgba(35, 24, 21, 0.5);
	padding: 50px 0;
	margin-bottom: 50px;
}

#ecoone .info_ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	font-weight: 500;
	color: #231815;
	text-align: center;
	margin-bottom: 0.66em;
}

#ecoone .info_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ecoone .info_list::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

#ecoone .info_list li {
	width: 32%;
}

#ecoone .info_list li .list_ttl {
	font-size: 22px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0.27em;
	border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}

#ecoone .info_list li .txt_1 {
	font-size: 14px;
	letter-spacing: 0.07em;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	margin: 0.86em -1em 0;
}

#ecoone .info .box_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 20px;
	margin-top: 50px;
}

#ecoone .info .box_col2 .box_item {
	width: 495px;
	max-width: 49%;
	background-color: #f3f3f3;
	padding: 40px 100px 30px 10px;
	display: flex;
	align-items: center;
	gap: 0 10px;
}

#ecoone .info .box_item .box_item_left {
	width: 60px;
	max-width: 13%;
	flex-shrink: 0;
}

#ecoone .info .box_item .box_item_right {
	flex: 1;
}

#ecoone .info .box_item .txt_1 {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 0.35em;
}

#ecoone .info .box_item .note {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.7em;
	margin-top: 0.35em;
}

#ecoone .info .box_item .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ecoone .info .box_item .icon.icon_gold {
	background-color: #c9b064;
	transform: translateY(-0.6vw);
}

#ecoone .info .box_item .icon.icon_pink {
	background-color: #ef7066;
}

#ecoone .info .icon_list {
	display: flex;
	-moz-column-gap: 4px;
		column-gap: 4px;
}

#ecoone .info .icon_list > li {
	width: 100px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #c9b064;
	text-align: center;
	border: 1px solid #c9b064;
	background-color: #fff;
	border-radius: 3px;
	padding: 0.15em 0.5em 0.2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#ecoone .info .icon_list > li > span {
	font-weight: inherit;
}

#ecoone .merit {
	margin-bottom: 50px;
}

#ecoone .merit .metit_ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.6em;
}

#ecoone .merit .box_ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #949291;
	padding: 0.5em 1em;
}

#ecoone .merit .box_cont {
	padding: 30px 0;
	background-color: #f3f3f3;
	display: flex;
	position: relative;
}

#ecoone .merit .box_cont::before {
	content: "";
	width: 1px;
	height: 60%;
	background-color: #4c4948;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ecoone .merit .box_cont_left,
#ecoone .merit .box_cont_right {
	width: 50%;
	padding: 20px;
}

#ecoone .merit .box_cont .txt_1 {
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

#ecoone .merit .box_cont .txt_1 strong {
	font-size: 2em;
	font-weight: inherit;
}

#ecoone .merit .box_cont .txt_1 .em {
	font-size: 1.2rem;
	font-weight: bold;
}

#ecoone .about .about_ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: #cf060f;
	padding: 0.15em 1em 0.25em;
	margin-bottom: 1.33em;
}

#ecoone .about > *:last-child {
	margin-bottom: 0 !important;
}
#ecoone .about .block_item {
	margin-bottom: 50px;
}
#ecoone .about .block_item > *:last-child {
	margin-bottom: 0 !important;
}
#ecoone .about .ttl_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #cf060f;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#ecoone .about .ttl_1 {
	font-size: 34px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	font-weight: 500;
	color: #cf060f;
	transform: translateY(0.2em);
}
#ecoone .about .ttl_2 {
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	color: #cf060f;
	margin: 45px 0 20px;
}
#ecoone .about .ttl_box {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-weight: 500;
	color: #cf060f;
	text-align: center;
	padding: 0.1em 1em 0.2em;
	border: 1px solid currentColor;
}
#ecoone .about .txt_1 {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.7em;
}
#ecoone .about .txt_2 {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
#ecoone .about .block_col2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#ecoone .about .block_col2 .block_left,
#ecoone .about .block_col2 .block_right {
	width: 480px;
	max-width: 48%;
}
#ecoone .about .img_box {
	background-color: #f3f3f3;
	padding: 40px 20px 30px;
	text-align: center;
	margin: 20px 0;
}
#ecoone .about .img_box img {
	margin: 0 auto;
}
#ecoone .about .case_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 15px;
	margin-top: 30px;
}
#ecoone .about .case_list > li {
	width: 232px;
	max-width: 48%;
	display: flex;
	flex-direction: column;
}
#ecoone .about .case_list .list_ttl {
	min-height: 3.61em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	background-color: #cf060f;
	padding: 0.5em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ecoone .about .case_list .list_ttl > span {
	font-weight: inherit;
}
#ecoone .about .case_list .list_cont {
	flex: 1;
	background-color: #f3f3f3;
	padding: 12px 15px 15px;
}


@media(max-width:1640px){

.facility_banner{
/*	width: 73.170732vw;*/
	margin: 7.073171vw auto 4.024390vw;
	padding: 2.439024vw 0 3.048780vw;
}

.facility_banner .leaf01 {
    width: 11vw;
    top: -1.1vw;
    right: -12.6vw;
}

.facility_banner .title{
    margin-bottom: 2.439024vw;
    padding: 0.914634vw 45px;

}

.facility_banner .title .t_catch{
	width: 20.243902vw;
	height: 4.268293vw;
	line-height: 4.268293vw;
	border-radius: 4.268293vw;
	font-size: 2.012195vw;
	margin-right: 2.439024vw;
}

.facility_banner .title p{
	font-size: 2.743902vw;
}

.facility_banner .flex{
	margin: 0 3.353659vw 2.134146vw;
}

.facility_banner .flex.mt_space {
    margin: 0 auto 0;
    padding: 0 45px;
}


.facility_banner .flex .image_box{
	width: 26.219512vw;
}

.facility_banner .flex .text_box{
	width: calc(100% - 26.219512vw);
	padding-left: 2.439024vw;
}

.facility_banner .flex .text_box .name{
	font-size: 1.829268vw;
	margin-bottom: 1.097561vw;
}

.facility_banner .flex .text_box .caption{
	font-size: 0.97561vw;
}

.facility_banner .link{
	width: 12.743902vw;
}

.facility_banner .link a{
	height: 2.621951vw;
	line-height: 2.621951vw;
	border-radius: 2.621951vw;
	font-size: 0.914634vw;
}

.facility_banner .link a::after {
    width: 0.426829vw;
    height: 0.426829vw;
    border-top: 0.121951vw solid #fff;
    border-right: 0.121951vw solid #fff;
    right: 1.097561vw;
}


.facility_banner .link .ac_btn {
	height: 2.621951vw;
	line-height: 2.621951vw;
	border-radius: 2.621951vw;
	font-size: 0.914634vw;
    margin-bottom: 3vw;
}

.facility_banner .link .ac_btn::after {
    width: 0.9vw;
    height: 0.9vw;
    bottom: -1.5vw;
}



#ecoone {

    padding: 0 2.7vw;

}

#kanta .leaf02,
#ecoone .leaf02 {
	width: 8.2vw;
	top: -1.2vw;
	left: -12.8vw;
}

#kanta .leaf03,
#ecoone .leaf03 {
	width: 6.1vw;
	top: 10.6vw;
	left: -8.7vw;
}

#kanta .leaf04,
#ecoone .leaf04 {
	width: 8.2vw;
	top: 14.4vw;
	right: -11.6vw;
}

#kanta .leaf05,
#ecoone .leaf05 {
	width: 8.2vw;
	top: 108.3vw;
	left: -12.8vw;
}

#kanta .leaf06,
#ecoone .leaf06 {
	width: 11vw;
	top: 163vw;
	right: -11.6vw;
}

#ecoone .ac_box {

	padding: 3.7vw 3vw 3vw;
}

#ecoone .ecoone_logo {
	margin-bottom: 2.7vw;
}

#ecoone .ecoone_ttl {
	font-size: 1.8vw;
}

#ecoone .ecoone_lead {
	font-size: 1vw;
	margin-bottom: 3vw;
}

#ecoone .info {
	padding: 3vw 0;
	margin-bottom: 3vw;
}

#ecoone .info_ttl {
	font-size: 1.8vw;
}

#ecoone .info_list li .list_ttl {
	font-size: 1.3vw;
}

#ecoone .info_list li .txt_1 {
	font-size: 0.9vw;
}

#ecoone .info .box_col2 {
	gap: 0 1.2vw;
	margin-top: 3vw;
}

#ecoone .info .box_col2 .box_item {
	padding: 2.4vw 3vw 1.8vw 0.6vw;
	-moz-column-gap: 0.6vw;
		column-gap: 0.6vw;
}

#ecoone .info .box_item .txt_1 {
	font-size: 1vw;
}

#ecoone .info .box_item .note {
	font-size: 0.8vw;
}

#ecoone .info .box_item .icon {
	width: 3.7vw;
	height: 3.7vw;
	font-size: 1.2vw;
}

#ecoone .info .icon_list {
	-moz-column-gap: 0.2vw;
		column-gap: 0.2vw;
}

#ecoone .info .icon_list > li {
	width: 7vw;
	font-size: 1vw;
}

#ecoone .merit {
	margin-bottom: 3vw;
}

#ecoone .merit .metit_ttl {
	font-size: 1.8vw;
}

#ecoone .merit .box_ttl {
	font-size: 1.2vw;
}

#ecoone .merit .box_cont {
	padding: 1.8vw 0;
}

#ecoone .merit .box_cont_left,
#ecoone .merit .box_cont_right {
	padding: 1.2vw;
}

#ecoone .merit .box_cont .txt_1 {
	font-size: 1.5vw;
}

#ecoone .about .about_ttl {
	font-size: 1.8vw;
}

#ecoone .about .block_item {
	margin-bottom: 3vw;
}

#ecoone .about .ttl_wrap {
	padding-bottom: 0.6vw;
	margin-bottom: 0.9vw;
}

#ecoone .about .ttl_1 {
	font-size: 2.1vw;
}

#ecoone .about .ttl_2 {
	font-size: 1.2vw;
	margin: 2.7vw 0 1.2vw;
}

#ecoone .about .ttl_box {
	font-size: 1.2vw;
}

#ecoone .about .txt_1 {
	font-size: 1vw;
}

#ecoone .about .txt_2 {
	font-size: 0.9vw;
}

#ecoone .about .block_col2 {
	margin-bottom: 1.2vw;
}

#ecoone .about .img_box {
	padding: 2.4vw 1.2vw 1.8vw;
	margin: 1.2vw 0;
}

#ecoone .about .case_list {
	row-gap: 0.9vw;
	margin-top: 1.8vw;
}

#ecoone .about .case_list .list_ttl {
	font-size: 1.1vw;
}

#ecoone .about .case_list .list_cont {
	padding: 0.7vw 0.9vw 0.9vw;
}
}



@media(max-width:430px){

.facility_banner{
	width: auto;
	margin: 8vw 0 4vw;
	padding: 5.866667vw 6vw 5.866667vw;
}

.facility_banner .title{
	display: block;
    margin-bottom: 4.533333vw;
    padding: 3.733333vw 0 3.733333vw;
    line-height: 1;
    position: relative;
    text-align: center;
}

.facility_banner .title .t_catch{
	width: 43.733333vw;
	height: 8.533333vw;
	line-height: 8.533333vw;
	border-radius: 8.533333vw;
	font-size: 4.266667vw;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
}

.facility_banner .title p{
	font-size: 6.666667vw;
	letter-spacing: 0.08em;
}
    
.facility_banner .flex.mt_space {
    padding: 0px 0px;
}


.facility_banner .flex{
	width: auto;
	margin: 0 5.333333vw 4.8vw;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.facility_banner .flex .image_box{
	width: auto;
}

.facility_banner .flex .text_box{
	width: auto;
	padding-left: 0;
}

.facility_banner .flex .text_box .name{
	font-size: 5.333333vw;
	text-align: center;
	padding-bottom: 1.066667vw;
	margin-bottom: 18px;
}

.facility_banner .flex .text_box .caption{
	font-size: 4vw;
	line-height: 1.53;
	letter-spacing: 0.04em;
	margin-bottom: 4vw;
}

.facility_banner .link{
	width: 31.466667vw;
}

.facility_banner .link a{
	height: 8vw;
	line-height: 8vw;
	border-radius: 8vw;
	font-size: 2.933333vw;;
	letter-spacing: 0.2em;
}

.facility_banner .link a::after {
    width: 1.333333vw;
    height: 1.333333vw;
    border-top: 0.533333vw solid #fff;
    border-right: 0.533333vw solid #fff;
    right: 3.733333vw;
}

.facility_banner .link .ac_btn {
	height: 8vw;
	line-height: 8vw;
	border-radius: 8vw;
	font-size: 2.933333vw;;
	letter-spacing: 0.2em;
    margin-bottom: 8vw;
}

.facility_banner .link .ac_btn::after {
    width: 2vw;
    height: 2vw;
    bottom: -3.5vw;
}

.ac_open {
    padding-bottom: 1px;
}

#ecoone {
    padding: 0 0;
}

#ecoone .ac_box {
        width: 100%;
	padding: 8vw 5.3vw 5.3vw;
}

#ecoone .ecoone_logo {
	margin-bottom: 8vw;
}

#ecoone .ecoone_logo img {
	max-width: 71%;
}

#ecoone .ecoone_ttl {
	font-size: 5.3vw;
	line-height: 1.3em;
	margin-bottom: 0.75em;
}

#ecoone .ecoone_lead {
	font-size: 3.2vw;
	line-height: 1.5em;
	margin-left: -1em;
	margin-right: -1em;
	margin-bottom: 8vw;
}

#ecoone .info {
	padding: 8vw 0;
	margin-bottom: 8vw;
}

#ecoone .info_ttl {
	font-size: 5.3vw;
	margin-left: -1em;
	margin-right: -1em;
	line-height: 1.3em;
	margin-bottom: 8vw;
}

#ecoone .info_list {
	flex-direction: column;
	justify-content: center;
	row-gap: 5.3vw;
}

#ecoone .info_list::after {
	content: none;
}

#ecoone .info_list li {
	width: 100%;
}

#ecoone .info_list li .list_ttl {
	font-size: 4vw;
	padding-bottom: 0.46em;
}

#ecoone .info_list li .txt_1 {
	font-size: 2.9vw;
	margin: 0.86em 0 0;
}

#ecoone .info .box_col2 {
	margin-top: 5.3vw;
	flex-direction: column;
	row-gap: 4vw;
	margin-left: -4vw;
	margin-right: -4vw;
}

#ecoone .info .box_col2 .box_item {
	max-width: 100%;
	padding: 0;
	background-color: transparent;
	-moz-column-gap: 1.3vw;
		column-gap: 1.3vw;
}

#ecoone .info .box_item .box_item_left {
	width: 11.2vw;
	height: 11.2vw;
	max-width: none;
}

#ecoone .info .box_item .icon {
	width: 11.2vw;
	height: 11.2vw;
	font-size: 3.5vw;
}

#ecoone .info .box_item .txt_1 {
	font-size: 2.9vw;
}

#ecoone .info .icon_list {
	-moz-column-gap: 0.8vw;
		column-gap: 0.8vw;
}

#ecoone .info .icon_list > li {
	width: 18vw;
	font-size: 2.9vw;
}

#ecoone .info .box_item .note {
	font-size: 2.9vw;
	margin-top: 0.2em;
}

#ecoone .info .box_item .icon.icon_gold {
	transform: translateY(-2.7vw);
}

#ecoone .merit .metit_ttl {
	font-size: 5.3vw;
	letter-spacing: normal;
	margin-left: -1em;
	margin-right: -1em;
	margin-bottom: 8vw;
}

#ecoone .merit .box_ttl {
	font-size: 4vw;
}

#ecoone .merit .box_cont {
	flex-direction: column;
	padding: 5.3vw 0;
}

#ecoone .merit .box_cont::before {
	content: none;
}

#ecoone .merit .box_cont_left,
#ecoone .merit .box_cont_right {
	width: 100%;
}

#ecoone .merit .box_cont_left {
	padding: 0 2.7vw 4vw;
	position: relative;
}

#ecoone .merit .box_cont_left::before {
	content: "";
	width: 68%;
	height: 1px;
	background-color: #4c4948;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ecoone .merit .box_cont_right {
	padding: 4.8vw 4vw 0;
}

#ecoone .merit .box_cont .txt_1 {
	font-size: 4vw;
}

#ecoone .merit {
	margin-bottom: 9.3vw;
}

#ecoone .about .about_ttl {
	font-size: 5.3vw;
	padding: 0.35em 1em 0.45em;
}

#ecoone .about .block_item {
	margin-bottom: 8vw;
}

#ecoone .about .block_col2 {
	flex-direction: column;
	row-gap: 5.3vw;
	margin-bottom: 2.7vw;
}

#ecoone .about .block_col2 .block_left, #ecoone .about .block_col2 .block_right {
	width: 100%;
	max-width: 100%;
}

#ecoone .about .ttl_wrap {
	padding-bottom: 2.1vw;
	margin-bottom: 4vw;
}

#ecoone .about .ttl_1 {
	font-size: 7.7vw;
}

#ecoone .about .ttl_2 {
	font-size: 4.8vw;
	margin: 5.3vw 0 2.7vw;

}

#ecoone .about .ttl_box {
	font-size: 3vw;
	align-self: flex-end;
}

#ecoone .about .txt_1 {
	font-size: 4vw;
}

#ecoone .about .img_box {
	padding: 5.3vw 2.7vw;
	margin: 2.7vw 0;
}

#ecoone .about .img_box img {
	width: 90%;
	margin: 0 auto;
}

#ecoone .about .img_box.img2 img {
	width: 94%;
}

#ecoone .about .txt_2 {
	font-size: 2.9vw;
}

#ecoone .about .case_list {
	margin-top: 5.3vw;
	flex-direction: column;
	row-gap: 5.3vw;
}

#ecoone .about .case_list > li {
	width: 100%;
	max-width: 100%;
}

#ecoone .about .case_list .list_ttl {
	font-size: 4.3vw;
	min-height: auto;
}

#ecoone .about .case_list .list_cont {
	padding: 4vw;
}
}






     