@charset "utf-8";
/* CSS Document */

/*--- 動く矢印 ---*/


:root {
	--text: #4c4948;
	--color1: #56a8e1;
	--color2: #e3001b;
}

	#top_img img {
		position:relative;
		align-items: center;
		justify-content: center;
		}

	#top_img p.shiryo_br {
		position: absolute;
		background:rgba(255,255,255,0.8);
	top:0px;
		}


/*--- 線から塗り（共通設定） ---*/


.triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  border-left: 15px solid transparent;
  border-top: 15px solid #333;
}

div.d-bt span{
   display: inline;
}

.font_bt{
	font-family: luxus-brut, cursive;
	font-style: italic;
	font-size: 4rem;
	line-height: 1.2;
}

.under_bt{
	margin:3rem 0;
}

.under_bt li{
	margin:1rem 0;
}

.btn05{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    color: #333;
    width: 100%;
    padding: 30px 20px 30px;
    background:#E3DFDF;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all .3s;
    transition-delay: .7s;/*0.7秒遅れてアニメーション*/
box-shadow: 5px 5px 5px #b2b0a9;
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn05:hover{
  background:#333;
  color: #fff;
}

/*線の設定*/
.btn05 span{
    display: block;
}

/*横線の設定*/
.btn05::before,
.btn05::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/   
    width: 0;
    height: 1px;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*縦線の設定*/
.btn05 span::before,
.btn05 span::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/
    width:1px;
    height:0;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn05:hover::before,
.btn05:hover::after{
    width: 100%;
}
.btn05:hover span::before,
.btn05:hover span::after{
    height: 100%;
}

/*== 左上と右下から枠線が伸びて塗に */

/*横線が0.2秒送れて出現*/

.bordercircle1::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.bordercircle1::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

/*縦線が出現*/
.bordercircle1 span::before{
    left: 0;
    top: 0;
}
.bordercircle1 span::after{
    right: 0;
    bottom: 0;
}

.sample2-2::before{
	width: 12px;
	height: 2px;
	background: #7a0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.sample2-2::after{
	left: 1px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
}
		
/*　ボタン　*/
.btn_raijyo a{
	display: block;
    text-align: center;
	max-width: 450px;
	margin-left:auto;
	margin-right:auto;
    color: #fff;
	letter-spacing:0.1em;
	font-size:1.25rem;
	font-weight:bold;
    background: #c9bc9c;
	background:#f7747e;
    padding: 1rem 0;	
	}	
.btn_raijyo a:hover{
    background: #666;
	}	
.btn_vw a{
	display: block;
	margin:1rem auto 0;
	/*max-width: 400px;*/
	font-weight:bold;
	}	
.btn_vw a:hover {
	color:rgba(234,96,0,1);
}
	
.btn_vw a:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 34px;/*画像の高さ*/
  background-image: url(../img/top/view2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right:0.5rem;
}
.btn_vw a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:0.5rem;
}
.btn_close a {
    display: block;
    max-width: 280px;
    margin-left:auto;
	margin-right:auto;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    background: rgba(222,95,14,0.8);
    padding: 0.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.btn_close a:hover {
    background: rgba(222,95,14,1);
}
.btn_close a:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/*　ヘッダー　*/


	
/**********************************************
　本文　
***********************************************/

/*　背景　*/
.kd_bg_green {
	background: #E3DFDF;
	margin-bottom:1rem;
 	}

.kd_bg_green1 {
	background: #E3DFDF;

/*	margin-bottom:1rem;*/
 	}

.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;
}


	
/*　インフォメーション　*/
.info_thm01 {
	margin-bottom:1rem;
	}
.info_thm01 li{
	border-bottom:1px dotted #ccc;
	padding-bottom:0.2rem;
	line-height:1.4;
	margin-bottom:0.5rem;
	}
.info_thm01 li:last-child {
    margin-bottom:0;
    }	
.info_ttl01 {
	font-size:1.8rem;
	line-height:1;
	text-align:center;
	padding:0.5rem;
	border-bottom:1px dotted #87847d;
	color:#87847d;
	margin-bottom:1rem;
	}
.info_txt01 {
	border-top:1px solid #fff;
	margin-top:0.5rem;
	padding-top:0.5rem;
	}


/*　動画　*/
.movie iframe {
		height: 350px;
		width: 100%;
	}

	
/*　ライフインフォメーション　*/
.life_thm01,
.life_thm02 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:2rem 0;
	}	
.life_thm01 div,
.life_thm02 div {
	flex-basis: 48%;
	margin-bottom:0.5rem;
	line-height:1.4;
	}	
.life_thm01 div img,
.life_thm02 div img {
	margin-bottom:0.5rem;
	}

.location{
	position: relative;
	}


.lt1{
	position: absolute;
	top:20%;
	}

/*　location */


#location1 ul li{
	padding:0.5rem 0;	
	}

#location1 dl{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */
	align-items: center;
	}
	
#location1 dl dt{
	width:51%;
	}
	
#location1 dl dd{
	width:49%;
	}


#location1 dl.text dt{
	width:65%;
	}
	
#location1 dl.text dd{
	width:35%;
	}

.no {
	margin-right:10px;
	display: inline-block;
	background:rgba(0,65,54,0.6);
	padding:0 10px;
	color:#fff;
	}
	
.color01 {
	background:#008cad;
	}
	
.color02 {
	background:#c25160;
	}
	
.color03 {
	background:#718cc7;
	}
	
.color04 {
	background:#a71e41;
	}

.color05 {
	background:#938168;
	}

.loc-cap {
 position: relative;
padding: 3rem 2rem 1rem 140px;
  border-bottom: 3px solid #000;
margin-bottom: 0.5rem;
}

.loc-cap1 {
 position: relative;
padding: 3rem 2rem 1rem 190px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap2 {
 position: relative;
padding: 3rem 2rem 1rem 230px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap3 {
 position: relative;
padding: 3rem 2rem 1rem 100px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}


.loc-cap4 {
 position: relative;
padding: 3rem 2rem 1rem 150px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap span,
.loc-cap1 span,
.loc-cap2 span,
.loc-cap3 span,
.loc-cap4 span{
font-size: 2.5rem;
  line-height: 1;
  position: absolute;
/*  bottom: -1.6rem;*/
  left: 0;
}



.loc-mt1{
	margin-top: 0.6rem ;
	}

/* access */
.access li{
	width:48%;
	margin-right:0.5rem;
	}

.transfer-f26 {
	font-size: 16px;
	}




/*　プラン　


/* plan_ttl02 */
.plan_ttl02 {
	line-height: 1;
	align-items:center;
	display: flex;
	justify-content: center;
	color:#000;
}
.plan_ttl02 .type_ttl {
	/*position: relative;*/
	text-align: center;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl span {
	font-size: 2rem;
}
.plan_ttl02 .type_ttl02 {
	border-left: 1px solid #918b8a;
	border-right: 1px solid #918b8a;
	font-size: 1.5rem;
	line-height:1.3;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl02 span {
	font-size: 2rem;
}
.plan_ttl02 .area_box {
	font-size:1.5rem;
	margin-top:0.5rem;
}
.plan_ttl02 .area1 {
	font-size: 2rem;
}
/*　plan_ttl03　*/
.plan_ttl03 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:1rem auto;
	}
.plan_ttl03 dt {
	flex-basis: 10%;
	border:1px solid rgba(234,96,0,1);/*fenice*/
	border:1px solid #004136;/*nice*/
	background: rgba(234,96,0,0.3);/*fenice*/
	background: #d5e6d1;/*nice*/
	padding:0.5rem;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
	color:#004136;/*nice*/
	display: flex;
  align-items: center;
	} 
.plan_ttl03 dd {
	flex-basis: 78%;
	line-height:1.6;
	font-size:0.9rem;
	}
#loan .loan{
	font-size:1.2rem;

	font-weight:bold;
	line-height:1.2;
	}
.loan_box {
	display: block;
	border: 2px solid #37589d;
	border-radius: 30px;
	background: rgba(255,255,255,0.7);
	padding: 1rem;
}
.plan_ttl04 {
	font-weight: bold;
    font-size: 1.15rem;
    padding-left: 1rem;    
    border-left: 8px solid #ea6000;
    line-height: 1.4;
	margin-bottom: 1rem;
	}
.plan_ttl05,
.plan_ttl05a {
  position: relative;
  padding: 0px 65px;
  text-align: center;
  font-size: 1.5rem;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}
.plan_ttl05:before,
.plan_ttl05a:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #9b8e6f;
}
.plan_ttl05 span,
.plan_ttl05a span {
  position: relative;
  padding: 0 0.5em;
}
.plan_ttl05 span {
  background:#dcebf4;
}

.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;
}


/*　プラン　*/
.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: 2rem auto;
    padding: 0 0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.plan_thm02 li {
	display: block;
	text-align: center;
	flex-basis: 48%;
/*	border: 1px solid #004888;*/
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
    margin: 1rem 0 0;

 
}


.plan_thm02a {
	width: 90%;
/*	margin-top: 1rem;*/
	margin-right: auto;
	margin-left: auto;
}

.plan_thm03 {
	margin: 2rem auto;
    padding: 0 0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan_thm03 li {
	display: block;
	text-align: center;
	flex-basis: 48%;
/*	border: 1px solid #004888;*/
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
    margin: 1rem 0 0;
}

.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: #004888;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0.5rem 0
		/*width: 28%;*/
}

/*
.plan_ttl01 dt span {
	font-size:  1.2rem;
	letter-spacing: -.1rem;
}
*/
.plan_ttl01 dd {
	font-size: 9px;
	text-align: left;
	height: 100%;
	position: relative;
	/*width: 71%;*/
	padding: 0.8rem 0 0.8rem 0.3rem;
}

.plan_ttl01 dd .area1 {
	font-size: 1.6em;
}

.plan_ttl01 dd .area2 {
	font-size: 2em;
}

/* plan_ttl02 */
.plan_ttl02 {
	line-height: 1;
	align-items: flex-end;
	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;
}

.plan_ttl04 {
	font-weight: bold;
	font-size: 1.2rem;
	padding-left: 2rem;
	border-left: 8px solid #333;
	line-height: 1.4;
}

.b_plan{	
    display: block;
    font-size: 1rem;
	text-align:center;
    background: #87847d;
	color:#fff;
	padding: 0.5rem 0;
    border-radius:30px;
    margin-bottom: 1rem;
	}


.b_plan:before {	
	opacity: 0.7;
	}

	
/*　品質・構造　*/
.quality {
	background: url(../img/quality/quality-img02.jpg) no-repeat 0 0;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	background-size: cover;
	padding:1.5rem 0;
	}
.quality h4{
	font-size:1.4rem;
	}	
.quality .txt01 {
	font-size:1.1rem;
	}
	
/*　設備・仕様　*/
.equip {
	background: url(../img/equip/kitchen.jpg) no-repeat 0 0;
	background-color:rgba(255,255,255,0.1);
	background-blend-mode:lighten;
	background-size: cover;
	padding:1.5rem 0;
	}	
.equip_thm {
	max-width:900px;
	padding:1.5rem;
	margin-left:auto;
	margin-right:auto;
	background:rgba(255,255,255,0.7);
	}	
.equip h4 {
	font-size:1.4rem;
	}	
.equip .txt01 {
	font-size:1.1rem;
	}	
	
/*　物件概要　*/
#outline .ttl03 {
	font-weight:900;
	padding:1rem 0;
	}
#outline dl,
#map dl {
/*	border: 1px solid #ebebeb;*/
	border-bottom: none;
	text-align: left;
	line-height: 1.6;
}
#outline dt,
#map dt {
	border: 1px solid #E3DFDF;
	padding: 2% 3% 3%;
	background-color:#E3DFDF;
	margin-top: 0.5rem;
	/*white-space: nowrap;*/
}
#outline dd,
#map dd {
	padding: 3% 3% 4%;
	border: 1px solid #E3DFDF;
}

/*　現地案内　*/

.map{
	position:relative;
	width:100%;
	height:0;
	padding-top:65%;
	margin:3rem auto 2rem;
	border:1px solid #C9BC9C;
}
.map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*　設備・品質　*/
.top_thm01 {
    width: 73%;
    margin-left: auto;
    margin-right: 10px;
}
.top_thm02 {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.top_thm03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/equip/quality-img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_thm03a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/equip/kitchen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_thm04 {
    width: 80%;
    background-color: #fff;
    margin-top: -20px;
    margin-left: 0px;
    text-align: left;
    position: relative;
    z-index: 100;
    font-family: 'Noto Serif JP', serif;
}
.top_thm04 a {
    padding: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    color: #000;
    text-decoration: none;
}
.top_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
/*
.top_thm04 a::before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 31px;
    width: 20px;
    height: 1px;
    background-color: #231815;
}

.top_thm04 a::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 12px;
    height: 12px;
    border-right: 1px #231815 solid;
    border-top: 1px #231815 solid;
    transform: rotate(45deg);
}
*/

.m_gallery {
	margin: 1rem auto;
	background: #000;
	padding: 1rem 0.5rem 1rem;
}

.m_gallery li {
	flex-basis: 48%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.youtube iframe {
	height: 300px;
}

ul#botan {
	margin:2rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;		
	}


ul#botan li{
	margin-right: 0.5rem;
	width: 47%;		
	}

ul#botan li a {	
    display: block;
    padding: 16px;
    font-size: 14px;
	text-align:center;
	}

ul#botan li a.bg_vg2 {	
    background: #e16d0e;
	color:#fff;
	padding: 1.5rem 0;
	}
	
ul#botan li a.bg_vg3 {
    background:#87847d;
		color:#fff;
		padding: 1.5rem 0;
	}
	
ul#botan li a.bg_vg2:hover,
ul#botan li a.bg_vg3:hover {	
	opacity: 0.7;
	}


@media print, screen and (min-width: 768px) {
	
/*　ボタン　*/

.btn_raijyo a{
	  padding: 1.5rem 0;
	}	
.btn_vw a:before {
  display: inline-block;/*忘れずに！*/
}
	
/**********************************************
　本文　
***********************************************/
	
/*　インフォメーション  */
.info_ttl01 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	font-size:1.5rem;
	margin-right:1rem;
	padding:1rem 0.5rem;
	border-right:2px dotted #87847d;
	border-bottom:0;
	}
.info_thm01 {
	margin-bottom:0;
	}
.info_thm02 {
	top:20px;
	right:0;
	left:auto;
	font-size:1.8rem;
	padding:1.5rem 5rem 1.5rem 3rem;
	}

/*　動画　*/
.movie iframe {
		height: 600px;
		width: 100%;
	}
	
.loc-cap span.rosen{
font-size: 2.5rem;

  position: absolute;
 top: 2.8rem;
  left: 250px;
}
	
/*　ランドスケープ　*/	
.spN_box01 {
	padding-left: 131px;
}
.spN_box02 {
	padding: 0 20px 0px 0;
	
}
.spN_img_l {
    width: 46.90881%;
    max-width: 607px;
    top: 0;
    left: 3%;
}
.spN_img_ls {
    width: 46.90881%;
    max-width: 607px;
    top: 0;
    left: 3%;
}

.spN_bg {
    max-width: 1064px;	
	width: calc(100% - 40px);
	margin: 0 auto;
    padding:0;
}
.spN_bg01 {
    max-width: 1064px;	
	width: calc(100% - 40px);
	margin: 0 auto;
    padding:0;
	padding-bottom:10%;
}
.spN_bg02 {
    max-width: 2000px;	
	/*width: calc(100% - 40px);*/
	margin: 0 auto;
    padding:0;
}
.spN_box01a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_box01b{
	position:absolute;
	max-width:500px;
	bottom:5%;
	right:8%;
	}
.spN_box01c {
	position:absolute;
	max-width:500px;
	top:25%;
	left:10%;
	}
.spN_box02a {
	width:100%;
	height:50%;
	position:relative;
	}
.spN_box02b {
	position:absolute;
	max-width:550px;
	top:15%;
	left:5%;
	}
.spN_box03a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_txt01 {
    font-size: 13px;
  }
.spN_txt02 {
    font-size: 24px;
  }
.spN_txt04 {
  font-size: 18px;
}

/*　ライフインフォメーション　*/

.life_thm01 div{
	flex-basis: 32%;
	margin-bottom:1rem;
	}
.life_thm02 {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	}
.life_thm02 div {
	flex-basis: 32%;
	margin-right:1rem;
	}
	
.lt1{
	position: absolute;
	top:10%;
	left:0%;
	}
	
.loc-mt2{
	margin-top: 0.6rem ;
	}
	
	
.loc-cap {
padding: 3rem 2rem 1rem 180px;
}

.loc-cap1 {
padding: 3rem 2rem 1rem 240px;
}

.loc-cap2 {
padding: 3rem 2rem 1rem 280px;
}

.loc-cap3 {
padding: 3rem 2rem 1rem 120px;
}


.loc-cap4 {
padding: 3rem 2rem 1rem 190px;
}
	
.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_thm04 li {
		font-size:1.5rem;
		padding:0.5rem;
		}
	.plan_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plan_box li {
		margin-right: 2%;
		width: calc(50% - 2%);
	}
	.plan_box li:nth-child(2n),
	.plan_box li:nth-child(4n),
	.plan_box li:nth-child(6n) {
		margin-right: 0;
	}
	.plan_box li img{
		display: block;
		width: 40%;
	}
	.plan_box li div{
		width: 58%;
	}
	.plan_box01 dt {
		font-size: 1.25rem;
	}
	/*.plan_ttl01 {
		display: flex;
		justify-content: space-between;
		}*/
		
	.plan_ttl01 dt {
		font-size: 1rem;
		letter-spacing: -.06em;
		/*width: 28%;*/
		padding:1rem 0;
		padding:0.5rem 0;
	}
	.plan_ttl01 dt span {
		font-size:  1.8em;
		letter-spacing: -.05em;
	}
	.plan_ttl01 dd {
		font-size: 0.8rem;
		line-height: 1.2;
		text-align:left;
		height: 100%;
		position: relative;
		padding:1rem 0.5rem;
		/*width: 71%;*/
	}
	.plan_ttl01 dd .area1 {
		font-size: 2em;
	}
	.plan_ttl01 dd .area2 {
		font-size: 2.5em;
	}
	/* plan_ttl02 */
	.plan_ttl02 {
		font-size: 18px;
	}
	.plan_ttl02 .type_ttl {
		font-size: 36px;
	}
	.plan_ttl02 .type_ttl span {
		font-size: 50px;
	}
	.plan_ttl02 .type_ttl02 {
		font-size: 26px;
	}
	.plan_ttl02 .type_ttl02 span {
		font-size: 40px;
	}
	.plan_ttl02 .area_box {
		padding:0 0.5rem;
		font-size:0.8rem;
		margin-top:0;
	}
	.plan_ttl02 .area1 {
		font-size: 30px;
	}
	.plan_ttl02 .area1 span {
		font-size: 24px;
	}
	/* plan_ttl03 */
	.plan_ttl03 {
		width:48%;
		display:flex;
		flex-wrap: wrap;
		justify-content:space-around;
		}
	.plan_ttl03 dt {
		padding:0.5rem 1rem;
		} 
	.plan_ttl03 dd {
		flex-basis: 75%;
		/*line-height:1.8;*/
		} 
	.plan_ttl05,
	.plan_ttl05a {
		font-size: 2rem;
	}
	#loan .loan{
		font-size:1.5rem;
		}

	
/*　設備・品質　*/
.top_thm01 {
    width: 76%;
}
.top_thm03,
.top_thm03a {
    height: 70%;
}
.top_thm04 {
	width: 55%;
	margin-top: -200px;
	margin-left: 70px;
}
.top_thm04 a {
    padding: 2.5rem;
}
.top_ttl {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
	font-family: 'Noto Serif JP', serif;
}
	
	
/*　物件概要　*/
#outline .ttl03 {
	padding:2rem 0 1rem;
	}
#outline dl,
#map dl {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	}
#outline dt,
#map dt {
	width: 26%;
	padding:20px;
	border-right: 1px solid #E3DFDF;
		
}
#outline dd,
#map dd {
	width: 74%;
	padding:20px;
	border-bottom: 1px solid #E3DFDF;
	margin-top: 0.5rem;
}
	
/* gallery 
-----------------------------------------*/
.gallery {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */	
	}
.gallery li {
	width:32.75%;
	}
	
.m_gallery{
		margin: 50px auto;
		padding: 2rem 0 5rem;
	}

	.m_gallery li {
		flex-basis: 19%;
	}
	
	.youtube iframe {
		height: 500px;
		width: 800px;
	}
	
}

@media only screen and (min-width: 1024px) {
.lt1{
	position: absolute;
	top:15%;
	left:30%;
	}
	
/*　ランドスケープ　*/		
.spN_img_ls {
    width: 35%;
    max-width: 607px;
    top: 0;
    left: 3%;
}

.spN_box02 {
	padding: 0 0 150px 0;
	
}
	
.spN_box01a {
	width:100%;
	height:70%;
	position:relative;
	}
.spN_box03a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_box01b{
	position:absolute;
	max-width:550px;
	top:3%;
	left:45%;
	right:1%;
	}
	
.spN_box02b {
	top:15%;
	}
	
.spN_box01c {
    position: absolute;
    max-width: 650px;
    top: 10%;
    left: 35%;
}
	
.spN_img_r {

    top: 15%;
    left:50%;
}
	
.font_bt{
	font-size: 3.5rem;
}
	
ul.under_bt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto 2rem;
	max-width: 1600px;
	
}
	
.under_bt li{
	width: 24%;
gap:10px;
}
    
    
.plan_thm02 li {
	display: block;
	text-align: center;
	flex-basis: 30%;
/*	border: 1px solid #004888;*/
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
    margin: 1rem 0 0;
}
    
    
.plan_thm03 {
	margin: 3rem auto;

}
    

 .plan_thm03 li {
	display: block;
	text-align: center;
	flex-basis: 48%;
/*	border: 1px solid #004888;*/
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
    margin: 1rem 0 0;
}   


}

	
@media only screen and (max-width: 767px) {
#landscape,
#location,
#outline {
	/*padding-top:60px;*/
}
}    
    
/* --------- ノブレスはココが違う！ ---------- */

#difference{
	background: rgba(245,242,231,1);
	padding: 116px 0 90px;
}

#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: rgba(245,242,231,1);
	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;
}


#kanta {
    width: 100%;
    padding: 0 45px;
    box-sizing: border-box;
    display: none;
	position: relative;
}

#kanta * {
    box-sizing: border-box;
}

#kanta .ac_box {
    width: 100%;
    background-color: #fff;
    padding: 60px 50px 30px;
}

#kanta .kanta_ttl {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.2em;
}

#kanta .kanta_logo {
    text-align: center;
    margin-bottom: 45px;
}

#kanta .kanta_logo img {
    max-width: 46%;
}

#kanta .about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
}

#kanta .about_list li {
    width: 475px;
    max-width: 48%;
    display: flex;
    flex-direction: column;
}

#kanta .about_list li .list_ttl {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    color: #cf060f;
    border-bottom: 3px solid #cf060f;
    padding: 0 0.2em;
}

#kanta .about_list li .list_cont {
    background-color: #f3f3f3;
    padding: 25px 20px;
    flex: 1;
}

#kanta .about_list li .txt_1 {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7em;
}

#kanta .about_list li .txt_2 {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.4em;
}

#kanta .about_list li .img {
    margin: 25px auto;
}

#kanta .about_list li .txt_3 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
}

#kanta .about_list li .kanta_cost {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 20px 0 45px;
}

#kanta .about_list li .txt_4 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-weight: 500;
}

#kanta .about_list li .txt_5 {
    font-size: 35px;
    letter-spacing: 0.08em;
    line-height: 1.7em;
    font-weight: bold;
    color: #cf060f;
    margin-left: 0.2em;
}

#kanta .about_list li .txt_5 span {
    font-size: 2.5em;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
}

#kanta .comment_ttl {
    font-size: 27px;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    font-weight: 500;
    margin: 80px 0 40px;
}

#kanta .comment_ttl span {
    color: #cf060f;
    font-weight: 500;
}

#kanta .comment_ttl sup {
    font-size: 0.6em;
    vertical-align: super;
}

#kanta .comment_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 45px 0;
    margin-bottom: 60px;
}

#kanta .comment_list li {
    width: 475px;
    max-width: 48%;
}

#kanta .baloon_ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: #cf060f;
    padding: 0.5em 2.4em 0.6em;
	margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #cf060f;
    display: inline-block;
}

#kanta .baloon_ttl::before,
#kanta .baloon_ttl::after {
    content: "";
    position: absolute;
	left: 40px;
	bottom: -22px;
	border-top: 22px solid #cf060f;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

#kanta .baloon_ttl::after {
	bottom: -20px;
	border-top: solid 22px #fff;
}

#kanta .comment_list li .txt_1 {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#kanta .comment_list li .txt_2 {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7em;
}

#kanta .kanta_note {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

#kanta .kanta_link {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: right;
}

#kanta .kanta_link a {
    text-decoration: none;
    position: relative;
    padding-left: 1.4em;
}

#kanta .kanta_link a::before,
#kanta .kanta_link a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
}

#kanta .kanta_link a::before {
    left: 0.1em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #4c4948;
}

#kanta .kanta_link a::after {
    left: 0.4em;
    width: 0;
    height: 0;
    border-top: 0.3em solid transparent;
    border-right: 0 solid transparent;
    border-left: 0.5em solid #fff;
    border-bottom: 0.3em solid transparent;
}

#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.25em;
	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;
}

#kanta {
    padding: 0 2.7vw;
}

#kanta .ac_box {
    padding: 3.7vw 3vw 1.8vw;

}

#kanta .kanta_ttl {
    font-size: 1.6vw;
}

#kanta .kanta_logo {
    margin-bottom: 2.7vw;
}

#kanta .about_list {
    gap: 2.4vw 0;
}

#kanta .about_list li .list_ttl {
    font-size: 1.6vw;
}

#kanta .about_list li .list_cont {
    padding: 1.5vw 1.2vw;
}

#kanta .about_list li .txt_1 {
    font-size: 1vw;
}

#kanta .about_list li .txt_2 {
    font-size: 0.9vw;
}

#kanta .about_list li .img {
    margin: 1.5vw auto;
}

#kanta .about_list li .txt_3 {
    font-size: 1.3vw;
}

#kanta .about_list li .kanta_cost {
    margin: 1.2vw 0 2.7vw;
}

#kanta .about_list li .txt_4 {
    font-size: 1.5vw;
}

#kanta .about_list li .txt_5 {
    font-size: 2.1vw;
}

#kanta .comment_ttl {
    font-size: 1.6vw;
    margin: 4.9vw 0 2.4vw;
}

#kanta .comment_list {
    gap: 2.7vw 0;
    margin-bottom: 3.7vw;
}

#kanta .baloon_ttl {
    font-size: 1.2vw;
	margin-bottom: 1.8vw;
}

#kanta .baloon_ttl::before,
#kanta .baloon_ttl::after {
	left: 2.4vw;
	bottom: -1.3vw;
	border-top: 1.3vw solid #cf060f;
	border-right: 0.6vw solid transparent;
	border-left: 0.6vw solid transparent;
}

#kanta .baloon_ttl::after {
	bottom: -1.2vw;
	border-top: solid 1.3vw #fff;
}

#kanta .comment_list li .txt_1 {
    font-size: 0.91vw;
}

#kanta .comment_list li .txt_2 {
    font-size: 0.9vw;
}

#kanta .kanta_note {
    font-size: 0.9vw;
}

#kanta .kanta_link {
    font-size: 0.9vw;
}

#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;
}

#kanta {
    padding: 0;
}

#kanta .ac_box {
    padding: 8vw 4.5vw 6.7vw;
}

#kanta .kanta_ttl {
    font-size: 5vw;
    white-space: nowrap;
}

#kanta .kanta_logo {
    margin-bottom: 4vw;
}

#kanta .kanta_logo img {
    max-width: 80%;
}

#kanta .about_list {
    gap: 6vw 0;
}

#kanta .about_list li {
    width: 100%;
    max-width: 100%;
}

#kanta .about_list li .list_ttl {
    font-size: 5.6vw;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-align: center;
}

#kanta .about_list li .list_cont {
    padding: 4.3vw 3.2vw;
}

#kanta .about_list li .txt_1 {
    font-size: 4vw;
}

#kanta .about_list li .txt_2 {
    font-size: 2.8vw;
}

#kanta .about_list li .img {
    margin: 3.2vw auto;
}

#kanta .about_list li .txt_3 {
    font-size: 4.8vw;
    line-height: 1;
}

#kanta .about_list li .kanta_cost {
    flex-direction: column;
    align-items: center;
    margin: 2vw 0 5vw;
}

#kanta .about_list li .txt_4 {
    font-size: 6vw;
}

#kanta .about_list li .txt_5 {
    font-size: 10vw;
    margin-left: 0;
}

#kanta .about_list li .txt_5 span {
    font-size: 2.5em;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
}

#kanta .comment_ttl {
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    white-space: nowrap;
    margin: 8vw 0 6.7vw;
}

#kanta .comment_ttl sup {
    line-height: 1;
}

#kanta .comment_list {
    gap: 8vw 0;
    margin-bottom: 8vw;
}

#kanta .comment_list li {
    width: 100%;
    max-width: 100%;
}

#kanta .baloon_ttl {
    width: 100%;
    font-size: 4.7vw;
    padding: 0.5em 0 0.6em;
	margin-bottom: 6vw;
    text-align: center;
}

#kanta .baloon_ttl::before,
#kanta .baloon_ttl::after {
    left: 12vw;
    bottom: -4vw;
    border-top: 4vw solid #cf060f;
    border-right: 2.5vw solid transparent;
    border-left: 2.5vw solid transparent;
}

#kanta .baloon_ttl::after {
    bottom: calc(-4vw + 1px);
    border-top: solid 4vw #fff;
}

#kanta .comment_list li .txt_1 {
    font-size: 3.6vw;
    margin-bottom: 0.5em;
}

#kanta .comment_list li .txt_2 {
    font-size: 3.9vw;
}

#kanta .kanta_note {
    font-size: 2.9vw;
}

#kanta .kanta_link {
    font-size: 2.9vw;
    text-align: left;
}

#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;
}
}


     