@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-image: url(../img/common/bg.jpg);*/
	background-color: #073a74;
    background-repeat: repeat;   
	margin-bottom:1rem;
 	}

.kd_bg_green1 {
/*	background-image: url(../img/common/bg.jpg);  */
	background-color: #073a74;
    background-repeat: repeat;   
 	}




.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;
	}

/* ランドスケープ */
.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;
}


	
/*　インフォメーション　*/
#information{
	padding: 3rem 0 2rem;
	z-index: 2;
    position: relative;
    color:#fff;
/*	background-image: url(../img/common/bg.jpg);  */
	background-color: #073a74;
    background-repeat: repeat;    
}

#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;
}

/*　動画　*/
.movie iframe {
		height: 350px;
		width: 100%;
	}

/*　ランドスケープ　*/

ul.land-img {
  margin-top: 0.5rem;
        }


ul.land-img li {
  margin: 1rem 0 2rem;
        }

.landscape-img{
 position: relative;

}

.note-location{ 
	position: absolute; 
	bottom: 0.2rem; 
	right: 0.3rem;
	color:#595757;
}

	
/*　Location　*/



        .nav-tabs {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            justify-content: space-between;
            gap: 10px;
        }

        .nav-tabs li {
            flex: 1;
            text-align: center;
        }

        .nav-tabs a {
            display: block;
            padding: 20px 10px;
            text-decoration: none;
            color: #6a7a6a;
            border-top: 4px solid transparent;
            transition: 0.3s;
            position: relative;
        }

        .nav-tabs a:hover {
            color: #2c4a3e;
        }

        .nav-tabs li.active a {
            color: #2c4a3e;
            border-top: 4px solid #a3b899; /* Sage Green */
            background-color: #f0f4f0; /* Light Grey-Green */
            font-weight: bold;
        }

        /* 矢印 (メニューの下) 
        .nav-tabs li.active a::after {
            content: '';
            position: absolute;
            bottom: -1px;  ボーダーライン上に配置 
            left: 50%;
            transform: translateX(-50%);
            border-width: 8px 8px 0;
            border-style: solid;
            border-color: #ad7f46 transparent transparent;
        }*/


.nav-tabs li.active a::after {
    content: '';
    position: absolute;
    bottom: -1px; /* ボーダーライン上に配置 */
    left: 50%;
    /* 左右中央配置(translateX)と、アニメーション(bounce)を組み合わせる */
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #ad7f46 transparent transparent;
    
    /* 👇 アニメーションの指定を追加 */
    /* bounceという名前のアクションを、1.2秒かけて、無限に(infinite)繰り返す */
    animation: arrowBounce 1.2s infinite ease-in-out; 
}

/* 👇 下へ動くアクションの定義を追加 */
@keyframes arrowBounce {
    0%, 100% {
        /* 初期位置 */
        bottom: -1px; 
    }
    50% {
        /* 中間地点で5px下に下がる */
        bottom: -4px; 
    }
}

        .tab-number {
            font-size: 1.1em;
            margin-right: 8px;
            font-family: 'Times New Roman', Times, serif;
        }

        /* メインコンテンツ（複数セクション並列表示用、実運用の際はJavaScript等で切り替え） */
        .content-section {
            margin-bottom: 100px; /* セクション間の余白 */
        }

        /* 各セクションの区切り線（全表示状態での見やすさのため追加） */
        .content-section + .content-section {
            border-top: 1px dashed #d0d8d0;
            padding-top: 80px;
        }

        .content-area {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }

        /* 奇数・偶数セクションで画像とテキストの左右配置を交互にする（デザインの単調さを防ぐ） */
        .content-section:nth-child(even) .content-area {
            flex-direction: row-reverse;
        }

        .image-container {
            flex: 1;
            padding: 5px;
/*            background-color: #e6e8e6;*/
/*            border: 1px solid #d0d8d0;*/
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }


        .text-container {
            flex: 1.5;
        }


        .main-title {
            font-size: 2em;
            font-weight: bold;
            color: #2c4a3e;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .sub-title {
            font-size: 1.4em;
/*            color: #3b553b;*/
            margin-bottom: 20px;
            font-weight: normal;
        }

        /* 矢印 (テキストの開始部分) */
        .arrow-mark {
            display: block;
            margin-bottom: 20px;
            font-size: 1.5em;
            color: #a3b899;
        }

        .description-text {
            font-size: 1.1em;
            line-height: 2;
/*            color: #2c4a3e;*/
            letter-spacing: 0.05em;
        }

        /* レスポンシブ */
        @media (max-width: 1023px) {
    

        /*    .nav-tabs {
				display: block;
                overflow-x: auto;
                white-space: nowrap;
                justify-content: flex-start;
                -webkit-overflow-scrolling: touch;
            }
            

            .nav-tabs li {
                flex: none;
       
            }
*/

            .content-section {
                margin-bottom: 60px;
            }

            .content-section + .content-section {
				border-top: 1px dashed #d0d8d0;
                padding-top: 40px;
            }

            .content-area, 
            .content-section:nth-child(even) .content-area {
                flex-direction: column-reverse;
                gap: 30px;
            }

            .image-container, .text-container {
                flex: none;
                width: 100%;
                box-sizing: border-box;
            }
            
            .main-title {
                font-size: 1.5rem;
            }
            
            .sub-title {
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
			
	
			}  

/* heading_Line03 両端縦線
------------------------------------------------------------------------ */

	.heading_Line03 {
		max-width: 1200px;
		margin: 0 auto;
	}

	.heading_Line03_inner {
		position: relative;
	}
	.heading_Line03_inner::before,
	.heading_Line03_inner::after {
		content: "";
		position: absolute;
	}


	.heading_Line03_inner {
		display: inline-block;
		padding: 0 clamp(20px, (50 / 1200 * 100vw), 60px);
		line-height: 1.2;
		letter-spacing: 0.5rem;
	}
	.heading_Line03_inner::before,
	.heading_Line03_inner::after {
		top:50%;
		transform: translateY(-50%);
		width: 1px;
		height:30px;
		background: #2c4a3e;
	}
	.heading_Line03_inner::before {left:0;}
	.heading_Line03_inner::after {right:0;}
	
	/*is_DarkBg*/
	.is_DarkBg.heading_Line03_inner::before,
	.is_DarkBg.heading_Line03_inner::after {
		background: #fff;
	}

	.Heading_S{
		color: #2c4a3e;
		font-size: 1rem;
	}

	.Heading_L{
		color: #2c4a3e;
		font-size: 2rem;
	}





/* access */
.access li{
	width:48%;
	margin-right:0.5rem;
	}

.transfer-f26 {
	font-size: 16px;
	}

/*　プラン　*/

.plan_thm02,
.plan_thm03{
	margin: 2rem auto;
    padding: 0 0.2rem;

}

.plan_thm02 li,
.plan_thm03 li{
	display: block;
	text-align: center;
	flex-basis: 90%;
/*	border: 1px solid #004888;*/
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
	margin: 1rem 0;

}


.plan_ttl01 {
    border: 1px solid #e8e8df;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
	text-align:center;
  line-height: 1.5;
}

.plan_ttl01 dt {
	background:#f0f4f0;
	color:  #595757;
    padding:0.5rem 0;
    font-size:1.2rem;
}

.plan_ttl01 dd {
	padding:0.8rem;
    font-size:1.2rem;
}


.plan_thm02a{
     margin: 0 auto;
	text-align:left;
     font-size:0.8rem;
}


.area1
{
    font-size:1.5rem;
}


.b_plan{	
    display: block;
    font-size: 1rem;
	text-align:center;
    background: #87847d;
	color:#fff;
	padding: 0.5rem 0;
    border-radius:30px;
    width: 80%;
    margin: 0rem auto 1rem;
	}


.b_plan:before {	
	opacity: 0.7;
	}


.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: rgba(245,242,231,1);
}
.plan_ttl05a span {
	background: rgba(245,242,231,1);
  }


	
/*　品質・構造　*/
.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 #f1ecdd;
}

/*　現地案内　*/

.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;
}
/*
.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: #ad7f46;
	color:#fff;
	padding: 1.5rem 0;
	}
	
ul#botan li a.bg_vg3 {
    background: #a3b899;
		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{
	margin-bottom: 1rem;
	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.eq::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/eq_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;
}


@media print, screen and (min-width: 768px) {
    
    
.property{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
/*　ボタン　*/

.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%;
	}
	
/*　ランドスケープ　*/
	
ul.land-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
        }
	
ul.land-img li {
 	width:48%; 
        }




    
    

	

	
.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_thm02{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:1rem;
}
	

.plan_thm03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
/*	gap:0.5rem;*/
}


	
.plan_thm02 li,
.plan_thm03 li{
	flex-basis: 45%;
}
	
	
	.plan_ttl05,
	.plan_ttl05a {
		font-size: 2rem;
	}	
	
	
/*　設備・品質　*/
.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 #f1ecdd;
	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;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	
/*　インフォメーション　*/	    
#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: 3rem;
}
    
    
    
.location_font{
    font-size: 2.5rem;

	}
    
.loc_w40{width:40%;}
    
    
.lt1{
	position: absolute;
	top:15%;
	left:30%;
	}
	
/*　ランドスケープ　*/		
.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: 1400px;
	
}
	
.under_bt li{
	width: 24%;
	gap:10px;
}
    
.font_bt{
	font-size: 3rem;
}
	
	
.plan_thm02 li{
	flex-basis: 31%;
}
	
.plan_thm03 li{
	flex-basis: 31%;
}
	
/* --------- フッターリンク ---------- */
    
.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 (min-width: 1280px) {
    
.wk_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 45%;
    
    
 }

.wk_2 li.img1 {
    
    width: 30%;
    
 }
    
.wk_2 li.property2 {
    
    width: 65%;
    
 } 
    
    
    
.w_1280 {
    margin: 0.5rem;
    width: 50%;
    
 } 
        

    }


@media only screen and (max-width: 959px) {
	
.info_02 {
	width: 90%;

}
 
  
  
}

	
@media only screen and (max-width: 767px) {
/*
#landscape,
#location,
#outline,
#map1,
#concept
{
	padding-top:60px;
}
*/
    
.info_02 {
	width: 70%;
     margin: 0 auto 1rem;
}


}


/* --------- ノブレスはココが違う！ ---------- */

#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,
.facility_banner .link{
	width: 270px;
	margin: 0 auto;
}

#difference .link a,
.facility_banner .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,
.facility_banner .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,
.facility_banner .link{
	width: 16.463415vw;
}

#difference .link a,
.facility_banner .link a{
	height: 3.414634vw;
	line-height: 3.414634vw;
	border-radius: 3.414634vw;
	font-size: 1.219512vw;
}

#difference .link a::after,
.facility_banner .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,
.facility_banner .link	{
	width: 44.266667vw;
}

#difference .link a,
.facility_banner .link a{
	height: 9.066667vw;
	line-height: 9.066667vw;
	border-radius: 9.066667vw;
	font-size: 3.466667vw;
}

#difference .link a::after,
.facility_banner .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: #efefed;
	padding: 80px 0 90px;
	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;
  　margin-top: 20px;
    padding: 15px 0;
}

.facility_banner .title .t_catch{
	width: 332px;
	height: 70px;
	line-height: 70px;
	border-radius: 70px;
	background:#003e64;
	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:#003e64;
	letter-spacing: 0.12em;
}

.facility_banner .flex{
	margin: 0 auto 35px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	max-width: 1340px;
}

.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:#003e64;
	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;
}



 

#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;
}




#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;
    margin-top: 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: -22px;
	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 0 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;
		text-align: left;
}



.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;
}
}


 