
html { font-size: 62.5%; }

main{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}
main{
	font-size: 2.2rem;
	font-weight: 500;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.pc-dtb {display: table !important;}
.pc-ib{display: inline-block !important;}
.sp { display: none !important; }
.sp-ib { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 740px) {
    .pc { display: none !important; }
    .pc-dtb { display: none !important; }
    .pc-ib { display: none !important; }
    .sp { display: block !important; }
	.sp-ib { display: inline-block !important; }
}

/*text*/
h1{
	font-weight: bold;
	color: #ec8394;
}

.sec5-thetext{
	font-size: 22px;
}

.text-center{
	text-align: center;
}

.tai{
	text-align: initial;
	-moz-text-align-last: initial;
	     text-align-last: initial;
}

.white{
	color: #ffffff;
}

.orange{
	color: #D83500;
}

.bold{
	font-weight: bold;
}

.palt{
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.p-35-24{
	font-size: 35px;
}

.p-24-18{
	font-size: 24px;
}

.p-18-14{
	font-size: 18px;
}

.p-22-18{
	font-size: 22px;
}
.p-26-20{
	font-size: 26px;
}

.p-40-18{
	font-size: 40px;
}
.p-44-20{
	font-size: 44px;
}
.pre{
	white-space: pre;
}

.inherit{
	vertical-align: inherit;
}

.vat{
	vertical-align: top;
}
.vas{
	vertical-align: sub;
}
.vae{
	vertical-align: end;
}


.ls-05{
	letter-spacing: -0.5px;
}

.lh12em{
	line-height: 1.2em;
}
/*end*/

/*common*/
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
li{
	list-style: none;
}

.fluid-box{
 	/*width: 100vw;*/
	max-width: 1600px;
	min-width:1190px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.fluid-box-inner{
 	text-align: center;
}

.center{
	margin: 0 auto;
}

.inline-block{
	display: inline-block;
}

.hidden{
	overflow: hidden;
}

.db{
	display: block;
}
.db-sp-none{
	display: block;
}

.ml5dot2pct{
	margin-left: 5.2%;
}
.ml5dot2pct-sec5{
	margin-left: 5.2%;
}



/*padding*/
.pt12{
	padding-top: 12px;
}

.ptb05em{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.pt15em{
	padding-top: 1.5em;
}
/*margin*/
.mb0{
	margin-bottom: 0;
}

.mb10{
	margin-bottom: 10px;
}
.mb24{
	margin-bottom: 24px;
}
.mb30{
	margin-bottom: 30px;
}
.mb42{
	margin-bottom: 42px;
}
.mb44{
	margin-bottom: 44px;
}
.mb54{
	margin-bottom: 54px;
}
.mb56{
	margin-bottom: 56px;
}
.mb64{
	margin-bottom: 64px;
}
.mb70{
	margin-bottom: 70px;
}
.mb90{
	margin-bottom: 90px;
}

.mb100{
	margin-bottom: 100px;
}	
.mb115{
	margin-bottom: 115px;
}
.mb120{
	margin-bottom: 120px;
}
.mb150{
	margin-bottom: 150px;
}
.mb156{
	margin-bottom: 156px;
}
.mb162{
	margin-bottom: 162px;
}
.mb170{
	margin-bottom: 170px;
}
.mb190{
	margin-bottom: 190px;
}

.mt-25{
	margin-top: -25px;
}
.mt0{
	margin-top: 0;
}

.mt42{
	margin-top: 42px;
}
.mt44{
	margin-top: 44px;
}
.mt60{
	margin-top: 60px;
}
.mt84{
	margin-top: 84px;
}
.mt160{
	margin-top: 160px;
}
.mt05em{
	margin-top: 0.5em;
}

.lh2{
	line-height: 2em;
}

.lh1dot9{
	line-height: 1.9em;
}

#mb155dot5-pc{
	margin-bottom: 155.5px;
}
.mb122-pc{
	margin-bottom: 122px;
}


/*intro*/
.techonology-h1{
	padding-left: 15px;
}



/*main-image*/
.main-area:before, .main-area::after{
	content: "";
	display: table;
}
.main-area{
	background:  url("../misc/bg_main_top.png") center top no-repeat, url("../misc/bg_main.png");
	padding: 115px 0 0;
}
.main-image{
	padding-top: 20px;
    padding-bottom: 30px;
    margin-top: -145px;
    margin-bottom: -240px;
}

.main-image{
	background: url(".././spec/img/main-image-pc.png") right bottom no-repeat;
}


/**/

/*in page links*/
.in-page-links-container{
	margin-top: 240px;
	width: 1191px;
	margin-right: auto;
	margin-left: auto;
}

.in-page-links{
	text-align: justify;
	-moz-text-align-last: justify;
	     text-align-last: justify;
	width: 100%;
}

.taj{
	text-align: justify;
	-moz-text-align-last: justify;
	     text-align-last: justify;
}

.in-page-links:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

.btn-in-page{
	font-size: 20px;
	font-size: calc(22/1191*100);
	font-weight: bold;
	padding: 0;
	margin-bottom: 50px;
}

.btn-in-page-item{
	width: 379px;
	vertical-align: middle;
	text-align: center;
}


.btn-in-page-item p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.btn-in-page-item:nth-child(n+2):nth-child(-n+6):not(:nth-child(4)){
	margin-left: 20px;
}

.btn-in-page-item:nth-child(-n+3){
	/*margin-bottom: 20px;*/
}

.btn-in-page a{
	
	display: inline-block;
	padding: 9px 0;
	margin: 0 auto;
	color: #000000;
	width: auto;
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
}
.btn-in-page li{
	display: inline-block;
	border: 3px solid #000000;
	border-radius: 100vh;
}
/**/



/*sec-1*/
.sec-image{
	width: 100%;
	position: relative;
	margin-top: 94px;
}

#sec-image-first{
	margin-top: 0;	
}

.sec-image img{
	vertical-align:bottom;
	overflow: hidden;
	
}
.sec-image a{
	display: block;
}

.sec-image-title{
	padding: 0;
	position: absolute;
	top:0;
	right: 0;
	left:0;
	bottom: 0;
	margin: auto;
	height: 3rem;
	
	text-align: center;
	color: #fff;
	font-weight: bold; 
}

.sec-image-title h2{
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
		
}

.sec-image-title p{
	font-size: 23px;
	margin: 0 auto;
}

/*end sec-1*/


/*sec-penta*/
.sec-penta-mgn{
	display: inline-block;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: -40px;
}
.sec-penta-mgn-25{
	display: inline-block;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: -25px;
}

.sec-penta h3,.sec-penta-mgn h3,.sec-penta-mgn-25 h3{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%);
	    -ms-transform: translate(-50%, -45%);
	        transform: translate(-50%, -45%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}



.penta-title{
	font-size: 26px;
	font-weight: bold;
	
}

.penta{
	
}
.sec-h3-h4{
	
}
.sec-h4,.sec-h4-mt0,.sec-h4-ml0{
	display: inline-block;
	vertical-align: top;
	font-size: 44px;
	color: #d80000;
	font-weight: bold;
}


.sec-h4 h4{
	display: inline-block;
	margin-top: 4.3%;
	margin-left: 5.2%;
}

.sec-h4-mt0 h4{
	display: inline-block;
	margin-top: 0;
	margin-left: 5.2%;
}

.sec-h4-ml0 h4{
	display: inline-block;
	margin-top: 4.3%;
	margin-left: 0;
}

.sec-h4-mt0 h4 span{
	white-space: pre;
	vertical-align: top;
}

.sec-h4 h4 span{
	white-space: pre;
	vertical-align: top;
}

.h4-smaller{
	font-size: 34px;
}
/* end*/


/*two-images*/
.two-images{
	text-align: justify;
	-moz-text-align-last:justify;
	     text-align-last:justify;
}
.two-images-item{
	display: inline-block;
	vertical-align: top;
}

.two-images-p{
	text-align: start;
	-moz-text-align-last: start;
	     text-align-last: start;
	font-weight: bold;
}
.two-images-item-p-r{
	max-width: 562px;
}

.two-images-item-p-2{
	margin-top: 48px;
}

.p-18{
	font-size: 18px;
}
.p-30-20{
	font-size: 30px;
}

.p-30-20-org{
	color: #D83500;
	font-size: 30px;
}

.p-44-28-org{
	color: #D83500;
	font-size: 44px;
}

.p-44-29-org{
	color: #D83500;
	font-size: 44px;
}


/*sec-penta in section-content*/
.sec-penta{
	display: inline-block;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	
	
}

/*end*/

/*sec1-気密測定*/
.p-30-18{
	font-size: 30px;
}

.bg-bk{
	background-color: #000000;
}

.p-35-18{
	font-size: 35px;
}

.p-50-22{
	font-size: 50px;
}

.max863{
	max-width: 863px;
}

.one-center-image img{
	margin-top: -150px;
}

.aboutC{
	margin-top: 0;
}

.result-h5{
	margin-bottom: 28px;
}
/*end*/

/*one-right-image*/
.one-right-image{
	text-align: end;
}

.one-right-image img:first-of-type{
	margin-bottom: 32px;
}


/*sec1-4 高気密・高断熱を実現する高性能仕様*/
.sec1-4-penta-container{
}

.sec1-4-h4-container{
	margin-bottom: -20px;
}
.sec1-4-h4{
	vertical-align: baseline;
}
.p-29-18{
	font-size: 29px;
	vertical-align: baseline;
}

.lh-13{
	line-height: 1.3;
}

.lh-13 h4{
	margin-bottom: 0;
}
.p-after-h4{
	margin-left: 5.2%;
	margin-top: 0;
}

.max847{
	max-width: 847px;
}

.w847{
	width: 847px;
}
.max735pct{
	max-width: 73.5%;
}

.sec-h4-p-container{
	display: inline-block;
}

/*.sec-h4-p-container{
	margin-left: 2.9%;
}
*/

.sec-penta-container{
	display: inline-block;
}


/*end*/

/*brick head cards*/
.brick-head-cards{
	position: relative;
}

.brick{
	vertical-align: top;
}

.brick-head-cards-ul{
	padding: 0;
}
.brick-head-cards-small{
	position: absolute;
	top:654px;
	left: 386px;
}


.brick-head-cards-item{
	display: inline-block;
	background-color: #ffffff;
	max-width: 380px;
	
	vertical-align: top;
}

.brick-head-cards-item:nth-of-type(n+2){
	margin-left: 1.4%;
}

.brick-head-cards-item h6{
	font-size: 26px;
	font-weight: bold;
}

.brick-head-h6-prt1{
	display: table;
	width: 100%;
	height: 86px;
	text-align: center;
}
.brick-head-h6-prt1 h6{
	display: table-cell;
	vertical-align: middle;
}

.brick-head-cards-pink-text{
	color: #E9576C;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

.brick-prt1-item2-pink-text{
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.brick-head-cards-body{
	font-size: 18px;
	line-height: 1.8;
	padding: 0 5px;
}

.around-10px{
	margin: 10px;
	margin-top: 0;
}

.brick-head-cards-item-1{
	margin-bottom: 0;
}


/*end*/

/*sec2-1*/

.sec2-h2 {
	top: -110px;
}
.sec2-1-1{
	
}

.sec2-1-1-body{
	display: inline-block;
	max-width: 571px;
	vertical-align: top;
	padding-right: 17px;
}

.sec2-1-1-img{
	display: inline-block;
	text-align: end;
}

.sec-2-1-1-img img{
	max-width: 594px;
}


/*sec2-1-2*/
.sec2-1-2{
	margin-bottom: 100px;
}
.sec2-1-2-body{
	display: inline-block;
	max-width: 437px;
	padding: 0 20px;
	vertical-align: bottom;
}


.sec2-1-2-img{
	display: inline-block;
}

/*sec2-2*/
.p-44-24{
	font-size: 44px;
}

.sec2-2-h4{
	margin: 0 auto;
}

.sec-penta-center{
	display: block;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.sec-penta-center h3{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%);
	    -ms-transform: translate(-50%, -45%);
	        transform: translate(-50%, -45%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}


.sec2-2-h4-p{
	text-align: center;
}


/*brick prt2*/
.brick-head-h6-prt2{
	display: table;
	width: 100%;
	height: 104px;
	text-align: center;
}
.brick-head-h6-prt2 h6{
	display: table-cell;
	vertical-align: middle;
}

.brick-head-cards-body-prt2-1{
	margin-bottom: 2rem;
}
.brick-head-cards-body-prt2-1-last{
	margin-bottom: 5rem;
}


/*.brick-head-cards-body-prt2-2{
	margin-bottom: 15px
}*/
.brick-head-cards-body-prt2-3{
	margin-bottom: 123px;
}

.brick



/*"3-feedback-item*/

.customer{
	margin-top: 300px;
}

.customer{
	margin-top: 300px;
}
.feedback-penta{
	top:80px;
}

.feedback{
	background-image: url("../spec/img/sec2-3-plant.png"),url("../spec/img/sec2-3-girl.png");
	background-position: left 10% top 0%, right 7% top 0%;
	background-repeat: no-repeat,no-repeat;
	
	height: 743px;
}

.feedback-ul{
	padding: 0;
	position: relative;
}
.feedback-item{
	display: inline-block;
	max-width: 353px;
	height: 349px;
	
	background-color: #fff;
	opacity: 0.7;
	
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
	
	        box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}


.feedback-item1{
	-webkit-transform: rotate(5deg);
	    -ms-transform: rotate(5deg);
	        transform: rotate(5deg);
	text-align: center;
	margin-top: 40px;
}

.feedback-item1 img{
	-webkit-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	        transform: rotate(-5deg);
	margin-top: -10px;
}

.ff4d4d{
	color: #ff4d4d;
}

.around26{
	margin: 26px;
}

.around-26-p{
	margin: 0;
}

.feedback-item2{
	margin-left: 52px;
	position: absolute;
	top: 130px;
}

.feedback-item img{
	margin-top: -20px;
}

.feedback-item3{
	display: inline-block;
	position: relative;
	left: 450px;
	
	-webkit-transform: rotate(-5deg);
	
	    -ms-transform: rotate(-5deg);
	
	        transform: rotate(-5deg);
	top:15px;
}
.feedback-item3 img{
	-webkit-transform: rotate(5deg);
	    -ms-transform: rotate(5deg);
	        transform: rotate(5deg);
	
}


/*sec3*/
.sec3-h4 h4{
	margin-left: 0;
}

.one-center-card{
	background-color: #fff;
	border: 5px solid #ff9673;
	border-radius: 20px;
	margin-top: 32px;
}
.one-center-card-item{
	margin: 20px;
}

.one-center-card-img{
	display: inline-block;
}

.one-center-card-txt{
	display: inline-block;
	width: 554px;
	margin: auto;
	margin-left: 32px;
	margin-top: 45px;
	vertical-align: top;
}
.one-center-card-txt-2nd{
	margin-top: 5px;

}

.one-center-card-h6-1{
	margin-bottom: 0;
	margin-top: 0;
}


.one-center-card-p-1{
	margin-bottom: 0;
	width: 596px;
}


.one-center-card-h6-2{
	margin-bottom: 0;
	margin-top: 0;
}


.one-center-card-p-2{
	margin-bottom: 0;
	width: 596px;
}

.one-center-card-txt-2{
	margin-top: 0px;
}


/*sec4*/
.sec4-two{
}

.sec4-two-item:nth-child(odd){
	margin-right: 19px;
}
.sec4-two-item:nth-child(even){
	margin-left: 19px;
	
}

.sec4-two-item{
	display: inline-block;
	background-color: #fff;
	width: 572px;
	height: 593px;
	
	vertical-align: top;
	margin-top: 60px;
	
}

.sec4-two-h5{
	background-color: #ffdc73;
	display: table;
	width: 100%;
}

.sec4-two-img{
	text-align: center;
	background-color:#eeeeee;
	height: 250px;
	margin-top: 18px;
	margin-left: 40px;
	margin-right: 40px;
}
.sec4-two-img-gray{
	background-color: #666666;
}

.sec4-two-h5 h5{
	margin-top: 0;
	height: 61px;
	text-align: center;
	
	display: table-cell;
	vertical-align: middle;
}

.sec4-two-p{
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
}


/*sec5*/
.m-l-17{
	margin-left: 17px;
}
.m-r-17{
	margin-right: 17px;
}

.mt-60-pc h2{
	margin-top: -60px;
}
/*sec6*/
.brick-head-cards-body-prt3-3{
	margin-bottom: 57px;
}
.brick-prt3{
	display: block;
}
.brick-head-cards-body-prt3-1{
	margin-bottom: 28px;
}

/**/


/*three row cards*/
.three-row-cards{
	text-align-all: center;
	/*margin: 0 auto;*/
}

.three-row-cards-container{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.three-row-cards-item{
	display: inline-block;
	margin: 0 40px;
	padding: 0;
	position: relative;
}

.three-row-cards-item:nth-child(n+2){
}

	
.three-row-cards-item a{
	display: block;
	/* padding: 0;
	position: absolute;
	top:0;
	right: 0;
	left:0;
	bottom: 0;
	margin: auto;
	width: 74.5%;
	height: 1.9rem; */
}


.btn-3,
a.btn-3{
	color: #fff;
	/* padding: 11px 28px 22px 28px;
	width: 60%; */
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.139em;
	text-align: center;
}

.three-row-cards-item a::after{
  /* position: absolute;
  width: 376px;
  height: 191px;
  top: -70px;
  right: 0;
  bottom: 0;
  left: -48px;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; */
}



@media only screen and (min-width:740px){
	.btn-3-radius{
	border-radius: 100vh;
	}
	
}


.btn-3-black{
	background-color: rgba(102,51,0,0.5);
}
.btn-3-orange{
	background-color: rgba(255,128,0,1);
}
.btn-3-green{
	background-color: rgba(32,64,0,0.7);
}




/*youtube*/
.pblr30{
	padding-left: 30px;
	padding-right: 30px;
}

.youtube-container{
	max-width: 848px;
	margin: 0 auto;
}
.youtube {
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**/


/*新規ご予約キャンペーン*/
.reserve{
	text-align: center;
}
.reserve wrapper{
	display: inline-block;
}
.reserve img{
	max-width: 1059px;
}
.mt94-pc-reserve{
	margin-top: 94px;
}

@media only screen and (min-width:740px){
	
	
}






@media only screen and (max-width:740px){
	
	.wrapper{
		/*padding: 0 10px;*/
		font-size: 1.6rem;
	}
	

	h1{
		font-size: calc((26/402)*100vw);
	}
	
	/*text*/
	

	.fz14{
		font-size: 14px;
	}
	.fz15-sp{
		font-size: 15px;
	}
	.fz16-sp{
		font-size: 16px;
	}
	
	.p-30-20{
		font-size: calc((20/402)*100vw);
	}
	.p-30-20-org{
		font-size: calc((20/402)*100vw);
	}
	
	.p-44-34{
		font-size: calc((34/402)*100vw);
	}
	.p-44-28-org{
		font-size: 28px;
	}
	
	.p-44-29-org{
		font-size: 29px;
	}

	
	.p-sp-20{
		font-size: calc((20/402)*100vw);
	}
	
	.p-35-24{
	font-size: calc((24/402)*100vw);
}

	.p-24-18{
		font-size: calc((18/402)*100vw);
	}

	.p-18-14{
		font-size: calc((14/402)*100vw);
	}

	.p-22-18{
		font-size: calc((18/402)*100vw);
	}
	.p-26-20{
		font-size: calc((20/402)*100vw);
	}
	.p-26-18{
		font-size: calc((18/402)*100vw);;
	}
	.p-29-18{
		font-size: calc((18/402)*100vw);
	}
	.p-30-18{
		font-size: calc((18/402)*100vw);;
	}
	.p-35-18{
		font-size: calc((18/402)*100vw);
	}
	.p-40-18{
		font-size: calc((18/402)*100vw);
	}
	.p-44-18{
		font-size: calc((18/402)*100vw);
	}
	.p-44-20{
		font-size: calc((20/402)*100vw);
	}
	.p-44-24{
		font-size: calc((24/402)*100vw);
	}
	.p-50-22{
		font-size: calc((22/402)*100vw);
	}
	
	.p-sp-18{
		font-size: calc((18/402)*100vw);;
	}
	
	.p-sp-24{
		font-size: calc((24/402)*100vw);
	}
	.lh05rem-sp{
		line-height: 0.5rem;
	}
	.lh19rem-sp{
		line-height: 1.9rem;
	}
	.lh2rem-sp{
		line-height: 2rem;
	}
	.lh25rem-sp{
		line-height: 2.5rem;
	}
	
	.lh3rem-sp{
		line-height: 3rem;
	}
	.pre-sp{
	white-space: pre;
	}
	
	/*common*/
	.hidden-sp{
		overflow: hidden;
	}
	
	.sp-img{
		width: 50%;
	}
	.text-center-sp{
		text-align: center;
	}
	.db-sp-none{
	display: initial;
	}
	
	.tae-sp{
		text-align:end;
	}
	
	.tai-sp{
	text-align: initial;
	-moz-text-align-last: initial;
	     text-align-last: initial;
	}
	
	.palt-sp{
		-webkit-font-feature-settings: palt;
		font-feature-settings: palt;
	}
	
	.db-sp{
		display: block;
	}
	
	.mt0-sp{
	margin-top: 0;
	}
	.mb0-sp{
		margin-bottom: 0;
	}
	
	.mb1rem-sp{
		margin-bottom: 1rem;
	}
	
	.vaspr-sp{
	vertical-align: super;
	}
	
	.mt2rem-sp{
		margin-top: 2rem;
	}
	.mb1rem-sp{
		margin-bottom: 1rem;
	}
	.mb2rem-sp{
		margin-bottom: 2rem;
	}
	.mb5rem-sp{
		margin-bottom: 5rem;
	}
	.mb8rem-sp{
		margin-bottom: 8rem;
	}
	.t2rem-sp{
		top: 2rem;
	}
	
	#mb155dot5-pc{
		margin-bottom: initial;
	}
	.mb122-pc{
		margin-bottom: initial;
	}
	/*main image*/
	.main-image-sp{
		width: 100vw;
	}
	
	.mt2rem{
		margin-top: 2rem;
	}
	
	.mt3rem-sp{
		margin-top: 3rem;
	}
	.header-next {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	/*in-page-links*/
	.in-page-links-container{
		max-width: 100%;
		margin-top: 0;
	}
	.inpage-links{
		text-align: initial;
	}
	
	.btn-in-page{
		margin-bottom: 0;
		margin: 10px 10px 0;
	}
	.btn-in-page li{
		display: flex;
		border-radius: 0;
		justify-content: space-between;
		align-items: center;
	}
	
	.btn-in-page p{
		display: inline-flex;
		padding: 1.5vh 2.5vw;
		margin: 0;
		
	}
	.btn-in-page a{
		padding: 0;
		background-color: #fff;
		width: 100%;
	}
	
	
	.btn-in-page a:link{
	background-color: #fff;
	}
	/*.btn-in-page a:visited{
		background-color: #ffe599;
	}*/

	.btn-in-page a:active{
		background-color: #ffe599;
	}
	
	.btn-in-page-item{
		/*display: block;*/
		/*background-color: #fff;*/
		text-align: left;
		width: auto;
		display: flex;
		
	}
	
	.btn-in-page-item p{
		margin-top: initial;
		margin-bottom: initial;
	}


	
	
	
	.btn-in-page-item:nth-child(-n+3),.btn-in-page-item:nth-child(-n+6){
		margin-bottom: -3px;
	}
	.angle-down{
		margin-right: 1rem;
	}
	
	.btn-in-page-item:nth-child(n+2):nth-child(-n+6):not(:nth-child(4)){
		margin-left: 0;
	}
	
	
	/*sec image*/
	.sec-image{
		margin-top: 0;
	}
	.sec-image img {
		height: 142px;
	}
	
	.fluid-box{
		min-width: initial;
		max-width: initial;
		width: 100vw;
	}
	
	.sec-image-title{
		height: 5.5rem;
	}
	
	.sec-image-title h2{
		font-size: calc((24/402)*100vw);
		
	}	
	
	.sec-image-title p{
		font-size: calc((16/402)*100vw);
	}
	
	/*penta*/
	.sec-penta h3, .sec-penta-mgn h3, .sec-penta-mgn-25 h3{
		top: 40%;
		transform: translate(-50%, -40%);
	}
		
	
	.sec-penta-mgn{
		display: block;
		margin: 0 auto;
		margin-top: calc((16/402)*100vw*-1);
		
	}
	
	.sec-penta{
		display: block;
		margin: 0 auto;
		
	}
	.sec-penta-mgn{
		top: 40%;
	}
	.penta{
		width:calc((160/402)*100vw);
	}
	
	.penta-title{
		font-size: calc((18/402)*100vw);
	}
	
	.sec-penta-container{
		display: block;
	}
	.penta-sec1-4-sp h3{
		line-height: 2rem;
		top: 35%;
		transform: translate(-50%,-35%)
	}
	
	
	
	/*sec-h4*/
	.sec-h4, .sec-h4-mt0, .sec-h4-ml0{
		display: block;
		font-size: calc((24/402)*100vw);
	}
	.h4-smaller{
		font-size: calc((15/402)*100vw);/*16*/
	}
	.sec-h4 h4,.sec-h4-mt0 h4{
		margin: 0 auto;	
	}
	
	.sec-h4 h4 span{
		white-space: normal;
	}
	
	.max735pct{
		max-width: 100%;
	}
	
	.p-after-h4{
		margin-left: 0;
		margin-top: 2rem;
	}
	
	.one-right-image img:first-of-type{
		margin-bottom: 0;
	}
	
	
	
	/*youtube*/
	.pblr30{
		padding-left: initial;
		padding-right: initial;
	}
	
	.bg-bk{
		background-color: initial;
	}
	.ptb05em{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.bg-bk-sp{
		background-color: #000000;
	}
	/**/
	
	
	/*one-center-image*/
	.one-center-image img{
		margin-top: calc((52/402)*100vw*-1);
	}
	
	/**/
	/*brick-head-h6*/
	.around-10px{
		margin-top: 10px;
	}
	.brick{
		max-width: 100%;
	}
	.brick-head-h6-prt1-container{
		text-align: initial;
		width: 48%;
		vertical-align: top;
	}
	.brick-head-h6-prt1{
		display: inline-block;
		height: auto;
	}
	.brick-head-cards-item{
		max-width: 100%;
		margin-bottom: 2rem;
	}
	
	.brick-head-cards-item h6{
		font-size: calc((20/402)*100vw);
	}
	
	.brick-cards-main-image{
		width: 45%;
		padding-right: 5%;
	}
	.brick-head-cards-item:nth-of-type(n+2){
		margin-left: 0;
	}
	
	.brick-head-cards-pink-text{
		display: inline-block;
		font-size: calc((13/402)*100vw);
		padding: 0;
		text-align: initial;
	}
	
	.brick-head-cards-body{
		text-align: initial;
	}
	
	.brick-head-cards-body{
		font-size: 14px;
		padding: 0;
	}
	
	.apw430-sp h6{
		font-size: calc((18/402)*100vw);
	}
	
	.brick-head-h6-prt2-container{
		text-align: initial;
		width: 53%;
		vertical-align: middle;
	}
	.brick-head-h6-prt2{
		display: inline-block;
	}
	
	.brick-head-cards-body-prt2-1{
		margin-top: -40px;
		margin-bottom: 0;
	}
	.brick-head-cards-body-prt2-2{
		margin-top: -50px;
		margin-bottom: 0;
	}
	
	.brick-cards-main-image-prt2{
		width: 40%;
		padding-right: 5%;
	}
	
	.brick-head-h6-prt2-2{
		padding-bottom: 20px;
	}
	.brick-head-h6-prt3{
		/*height: 130px;*/
		height:  calc((230*0.5)*1px);
	}
	
	
	.brick-head-h6-prt3-3{
		/*height: 130px;*/
		height:  calc((230*0.4)*1px);
	}
	
	.brick-head-cards-body-prt3-1{
		margin-top: -55px;
	}
	/**/
	
	
	/*sec-2*/
	.sec-2 h2{
		font-size: calc((22/402)*100vw);
	}

	.p-sp-115 p{
		font-size: calc((11.5/402)*100vw);
	}
	.sec2-1-2{
		margin-bottom: initial;
	}
	.sec2-1-1-body{
		padding-right: 0;
	}
	.sec2-1-2-body{
		padding: 0;
		vertical-align: initial;
	}
	#sec2 + .sec-image-title {
		height: 7.5rem;
	}
	#sec2 + .sec-image-title p {
		font-size: 12px!important;
		margin: 0 5px;
		white-space: inherit;
	}
	/**/
	
	/*feedback*/
	.feedback{
		background-image: none;
		height: auto;
	}
	
	.feedback-sp{
		background-image: url("../spec/img/sec2-3-plant.png"),url("../spec/img/sec2-3-girl.png");
		-webkit-background-size: 35%;
		background-size: 35%;
		background-position: left 3% top 0%, right 0% top 0%;
		background-repeat: no-repeat, no-repeat;
		height: auto;
	}
	
	.feedback-sp{
		width: 100vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	.feedback-item{
		max-width: calc((297/402)*100vw);
		max-height: calc((243/402)*100vw);
		margin: 0 auto;
		margin-top: 5rem;
	}
	
	
	.feedback-item2{
		position: initial;
	}
	
	
	.feedback-item{
		display: block;
	}
	
	.feedback-item3{
		position: initial;
	}
	
	.feedback-penta{
		top: 2rem;
	}
	
	
	/**/
	
	/*one-center-card*/
	.one-center-card-txt{
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		
	}
	.one-center-card-p-1{
		width: 100%;
	}
	.one-center-card-img{
		width: 50%;
	}
	
	.one-center-card-item-item-over{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		
	}
	.one-center-card-item-item-over-h6{
		display: inline-block;
		margin: 0 auto;
	}
	
	/**/
	
	/*sec4-1*/
	.sec4-1-h4-sp h4 span{
		white-space: initial;
	}
	
	/**/
	/*sec4-two*/
	.sec4-two-item{
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	
	
	
	.sec4-two-item:nth-child(odd){
		margin-right: 0;
	}
	.sec4-two-item-img-p{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	
	.sec4-two-img{

		height: auto;
		margin: 0;
		margin-right: 1rem;
	}
	.sec4-two-img-gray{
		background-color: initial;
	}
	
	.sec4-two-p{
		margin: 0;
		width: 120%;
	}
	

	.sec4-two-item:nth-child(even){
		margin-left: 0;
	}
	
	
	.sec4-two-img{
		background-color: initial;
	}
	
	.sec4-two-h5 h5{
		text-align: initial;
		padding-left: 1rem;
		height: 41px;
	}
	
	.w100{
		width: 100%;
	}
	
	
	/*sec5*/
	.mt-60-pc h2{
		margin-top: initial;
	}
	.ml5dot2pct{
		margin-left: initial;
	}
	
	
	.fz12 p{
		font-size: 12%;
	}
	
	.sec5-thetext{
		font-size: 16px;
		padding: 0 0.5rem;
	}
	#sec5-h2{
		font-size:calc((22/402)*100vw) ;
	}
	.sec-5 .sec-image-title {
		margin-top: 3rem;
	}
	.sec-5 .sec-penta-mgn h3 {
		top: 37%;
	}
	/*two-logos*/
	.two-logos-sp img{
		max-width: 46%;
	}
	
	.m-l-17{
	margin-left: 2%;
	}
	.m-r-17{
		margin-right: 2%;
	}
	
	.one-logo-mw46pct{
		max-width: 46%;
	}
	
	.ml5dot2pct-sec5{
		margin: 0;
	}
	
	/*sec-6*/
	.sec-penta-mgn-25{
		display: block;
		margin: 0 auto;
		margin-top: calc((16/402)*100vw*-1);
		
	}
	.w847{
		width: 100%;
	}
	
	.prt3-h6 h6{
		font-size: calc((16/402)*100vw);
	}
	
	.p-sp-18 >span{
		font-size: calc((18/402)*100vw);
	}
	
	
	/*three row cards*/
	
	.three-row-cards-container{
		display: flex;
		justify-content: center;
	}
	.three-row-cards-item{
		width: 30vw;
		height: 28vw;
		margin: 0;
	}
	
	
	
	
	
	.btn-3,
	a.btn-3{
	/* padding:2vw 2vw 5vw 2vw ;
	width: 21.5vw;
	font-size: 3.4vw;
	letter-spacing: 0.139em; */
	}

	.three-row-cards-item a{
		/* top: 8%;
		width: 21.5vw;
		line-height: 1.25em; */
		margin: 0 5px;
	}
	
	.three-row-cards-item:nth-child(n+2){
		/* margin-left: 10px; */
	}
	
	a.btn-3-black{
		font-size: 3.1vw;
	}
	
	.three-row-cards-item a::after{
	  /* width: 28vw;
	  height: 28vw;
	  top: -9.5vw;
	  left: -1vw; */

	}
	
	/*reserve*/
	.reserve img{
		max-width: 100%;
	}
	.mt94-pc-reserve{
		margin-top: 0;
	}
	.mt160{
		margin-top: initial;
	}
	
	
}


/*全館空調調整 - 20240530*/
.sec-2 .sec-h3-h4 .sec-h4-mt0 h4 span {
  vertical-align: bottom;
}
/*.sec-2 .sec-h3-h4 .sec-h4-mt0 h4 {
  margin-left: 4.2%;
  display: flex;
}*/
.sec-2 .sec-h3-h4 .sec-h4-p-container .p-after-h4 {
  margin-left: 3.2%;
  margin-top: 20px;
}
.zenkankucho-inner {
  padding-top: 1em;
  margin-bottom: 2em;
  width: 886px;
  margin-left: auto;
  margin-right: auto;
}
.zenkankucho-img {
  max-width: 100%;
  margin: auto;
}
.zenkankucho-img img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 2em;
}
.link-btn {
  font-family: "UD新ゴNT M", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.zenkankucho-inner .link-btn a {
  text-decoration-line: none;
  color: #000;
  padding: 20px 75px;
  background-color: #ff0;
  position: relative;
}
.zenkankucho-inner .link-btn {
  margin-top: 2em;
}
.zenkankucho-inner .zenkankucho-caption p {
  width: fit-content;
  margin-left: auto;
  text-indent: -1em;
  padding-left: 1em;
}
.img-caption {
  width: 1067px;
  margin: auto;
}
.img-caption p {
  width: fit-content;
  margin-left: auto;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.brick-cards-item-caption {
  padding: 0 5px;
}
.brick-cards-item-caption p {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 740px) {
  .sec-2 .sec-h3-h4 .sec-h4-mt0 h4 {
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .zenkankucho-inner {
    width: 100%;
  }
  .zenkankucho-inner .link-btn a {
    padding: 12px 25px;
  }
  .zenkankucho-img img {
    margin-bottom: 1em;
  }
  .img-caption {
    width: 100%;
  }
  .brick-cards-item-caption {
    padding: 0;
  }
}

/*HEMS調整 - 20240627*/
.sec4-two-img-white {
  background-color: #fff;
}
.sec4-two-img-white img {
  width: 80%;
  padding-top: 7px;
}
@media only screen and (max-width: 740px) {
  .sec4-two-img {
    width: 100%;
  }
  .sec4-two-img img.hems-sp {
    height: 85%;
    padding-top: 5px;
  }
}


/* 耐震性能調整 - 20250514 */
.taishin-wrapper {
  margin-top: 32px;
}
.taishin-content {
  width: 100%;
  background-color: #fff;
  border: 5px solid #ff9673;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.taishin-content:last-of-type {
  margin-bottom: 0;
}
.taishin-inner {
  display: grid;
  grid-template-columns: 416px auto;
  grid-template-rows: auto auto;
  grid-gap: 0 40px;
}
.taishin-img {
  grid-row: 1 / 3;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.taishin-img img {
  border-radius: 10px;
  margin-bottom: -10px;
}
.taishin-caption {
  font-size: 14px;
  margin-top: 8px;
}
.taishin-title {
  display: flex;
  justify-content: left;
  align-items: end;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.taishin-title h6 {
  font-size: 26px;
font-weight: bold;
  margin-bottom: 8px;
}
.taishin-title span.sup {
  font-size: 0.5em;
  position: relative;
  top: -10px;
}
.taishin-text {
  grid-column: 2 / 3;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.taishin-text p {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.taishin-text p.taishin-text-p-indent {
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 0;
}
.taishin-bottom {
  grid-column: 1 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.taishin-bottom img {
  max-width: 800px;
  margin-top: 1em;
}
@media only screen and (max-width: 740px) {
  .taishin-content {
    padding: 16px;
    margin-bottom: 16px;
  }
  .taishin-inner {
  grid-template-columns: 55% 45%;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
  }
  .taishin-img {
    grid-row: 1;
  }
  .taishin-img img {
    border-radius: 5px;
    margin-bottom: -8px;
  }
  .taishin-caption {
    font-size: 10px;
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .taishin-title {
    justify-content: center;
    align-items: center;
  }
  .taishin-title h6 {
    font-size: calc((20 / 402) * 100vw);
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .taishin-title h6 span {
    font-size: 0.8em;
  }
  .taishin-title h6 span.sup {
    top: -8px;
  }
  .taishin-title.title-mamory {
    height: calc(100% - 2em);
  }
  .taishin-text {
    grid-column: 1 / 3;
    margin-top: 8px;
  }
  .taishin-text p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .taishin-text p.taishin-text-p-indent {
    font-size: 12px;
    line-height: 1.2;
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
  _::-webkit-full-page-media, _:future, :root .taishin-text p.taishin-text-p-indent {
    text-indent: -2em;
    padding-left: 2em;
  }
  .taishin-bottom img {
    max-width: 100%;
  }
}
