@charset "utf-8";
/*
 * 独自のスタイルを制御
 * 
* */
/*---------------------------------------------------------------------------------------------[全体]*/
/*ルビスタイル*/
.rubi span{
	font-family:"Oswald"!important;
	color: #7D9194!important;
	font-weight: 500!important;
}

/*ボタンスタイル*/
.km_btn .elementor-button{
	position: relative;
}
.km_btn .elementor-button:after{
	background-color: #333333;
	top: 50%;
	right: 2em;
	width: 2.5em;
	display: block;
	height: 1px;
	position: absolute;
	content: "";
	transition: all ease 0.3s;
}
.km_btn .elementor-button:hover:after{
	width: 1em;
	background-color: #FFFFFF;
}
.km_btn .elementor-button-text{
	font-family: "Oswald"!important;
	letter-spacing: 1.2px!important;
}
/*ぱんくずリスト*/
#bread ul{
	margin: 0;
	display: flex;
	justify-content: flex-end;
}
#bread li{
	list-style: none;
	font-size: 12px;
	margin-right: 8px;
}
#bread li a{
	color: #7D9194;
}
#bread li .sep{
	margin-right: 8px;
}
#bread li:last-child{
	margin-right: 0;
}

/*特殊背景オーバーレイ*/
.elementor .custom_overlay > .elementor-background-overlay{
    height: 30vw;
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.elementor .custom_overlay > .elementor-background-overlay{
    height: 50vw;
}
}
/*▲スマホ用CSS▲*/

/*センターライン*/
.center-line{
    position: relative;
}
.center-line:before{
    content:"";
    width: 1px;
    height: 100px;
    position: absolute;
    background-color: #333333;
    left: 50%;
    top: -50px;
    z-index: 10;
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.center-line:before{
    content: none;
}
}
/*▲スマホ用CSS▲*/

/*---------------------------------------------------------------------------------------------[ページ：ホーム]*/
/*ニュースティッカー*/
#slidershow{ 
	/*display:none;*/
}
.slider span {
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}
.elementor ul.slider{
    margin: 0;
}
.elementor ul.slider li{
    font-size: 14px;
}
.elementor ul.slider a{
	padding: 10px;
	display: block;
	background:#fff;
	color: #333333;
}
.slider span {
    display:inline-block;
    margin-right:10px;
    color:#777;
}
.elementor .bx-wrapper{
    margin: 0;
    border: none;
    box-shadow: none;
}

/*サービスローカルナビ*/
.home_01-container{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: minmax(300px, auto) minmax(300px, auto);
    row-gap: 15px;
    grid-template-areas:
        "areaA areaB"
        "areaC areaC";
}
.home_01-card:first-child{
    grid-area: areaA;
}
.home_01-card:nth-child(2){
    grid-area: areaB;
}
.home_01-card:last-child{
    grid-area: areaC;
}
.home_01-card{
    position: relative;
    padding: 30px;
   background-color: rgba(0,0,0,0.6);
}
.home_01-card:after{
	background-color: #333333;
	top: 30px;
	right: 30px;
	width: 60px;
	display: block;
	height: 1px;
	position: absolute;
	content: "";
	transition: all ease 0.3s;
}
.elementor a.home_01-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.home_01-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0,0,0,0.5);
    transition: all ease 0.5s;
}
.home_01-card:hover:after{
    width: 30px;
	background-color: #FFFFFF;
}
.home_01-card:hover > .home_01-overlay{
    background: rgba(0,0,0,0.8);
}
.elementor h3.home_01-title, .elementor p.home_01-desc{
    color: #FFFFFF;
    z-index:1;
    position: relative;
    margin-bottom: 0;
}
.elementor p.home_01-desc{
    opacity: 0;
    transition: all ease 0.5s;
    margin-top: 1em;
}
.elementor a.home_01-layer:hover ~ .home_01-desc{
    opacity: 1;
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.home_01-container{
    display: grid;
    grid-template-columns:1fr;
    grid-auto-rows: minmax(200px, auto);
    row-gap: 15px;
    grid-template-areas:unset;
}
.home_01-card{
    grid-area: unset!important;
    padding: 15px;
}
.elementor p.home_01-desc{
    font-size: 14px;
}
}
/*▲スマホ用CSS▲*/

/*---------------------------------------------------------------------------------------------[ページ：塗装]*/
/*こんな御悩みありませんか：リスト*/
.elementor ul.paint_01-listUl{
    margin-top: 0;
    margin-bottom: 0;
}
.elementor li.paint_01-listItem{
    font-size: 18px;
}
/*▼TB+スマホ用CSS▼*/
@media screen and (max-width: 1020px) {
.elementor li.paint_01-listItem{
    font-size: 16px;
}
}
/*▲TB+スマホ用CSS▲*/
/*美壁革命アイコン*/
.bikabe_img{
	position: relative;
}
.bikabe_img:after{
	bottom:-20px;
	right: -100px;
	content:"";
	position: absolute;
	width: 200px;
	height: 200px;
	background-image:url(../img/icon/km_icon-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.bikabe_img:after{
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 0;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.bikabe_img:after{
    display: none;
}
}
/*▲スマホ用CSS▲*/

/*ケイエムビルダーズが一緒に解決いたします：3セットブロック*/
.paint_02-container{
    padding: 60px;
    background: #FFFFFF;
}
.paint_02-cardWrapper{
    display: flex;
}
.paint_02-imgWrapper{
	flex: 0 0 23%;
}
.paint_02-imgBox{
	position: relative;
}
.paint_02-contentWrapper{
    padding-left: 5%;
}
.elementor h3.paint_02-contentTitle{
    margin-bottom: 1em;
}
.elementor p.paint_02-contentDesc{
    text-align: justify;
    margin-bottom:0;
    font-size: 14px;
}
.paint_02-cardWrapper:not(:last-child){
    margin-bottom: 40px;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.paint_02-container{
    padding: 20px;
}
.elementor h3.paint_02-contentTitle{
    font-size: 18px;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.paint_02-container{
    padding: 10px;
}
.paint_02-cardWrapper{
    display: block;
}
.paint_02-contentWrapper{
    padding-left: 0;
}
.elementor h3.paint_02-contentTitle{
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
.paint_02-cardWrapper:not(:last-child){
    margin-bottom: 30px;
}
}
/*▲スマホ用CSS▲*/

/*アステックペイントを選ぶ4つの理由：2セットブロック*/
.paint_03-cardWrapper{
    grid-gap: 0;
}
.paint_03-card{
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 60px;
    border-bottom: 1px solid #CCCCCC;
}
.paint_03-card:nth-child(n+3){
    padding-top: 40px;
}
.paint_03-card:nth-child(even){
    padding-right: 0;
    padding-left: 60px;
    border-left: 1px solid #CCCCCC;
}
.paint_03-card:nth-last-child(-n+2){
    border-bottom: none;
}
.paint_03-stepBox{
    display: flex;
    align-items: center;
}
.paint_03-boxCount{
    font-size: 60px;
    font-family: "Oswald";
    line-height:1;
    font-weight: 500;
    color: #7D9194;
}
.elementor h3.paint_03-boxTitle{
    margin-bottom:0;
    margin-left: 1rem;
    line-height: 1;
}
.elementor p.paint_03-desc{
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: justify;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.paint_03-card{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;

}
.paint_03-card:nth-child(n+3){
    padding-top: 20px;
}
.paint_03-card:nth-child(even){
    padding-right: 0;
    padding-left: 20px;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.paint_03-card{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;

}
.paint_03-card:nth-child(n+3){
    padding-top: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.paint_03-card:nth-child(even){
    padding-right: 0;
    padding-left: 0px;
    border-left: 0;
}
.paint_03-card:last-child{
    border-bottom: 0;
}
	.paint_03-stepBox{
		align-items: flex-end;
	}
	.paint_03-boxCount{
		font-size: 40px;
	}
}
/*▲スマホ用CSS▲*/

/*お客様の声：3セットブロック*/
.paint_04_numWrapper{
     top: -30px;
     left: 0;
    position: absolute;
    display: flex;
   align-items: flex-end;
}
.paint_04_numTitle, .paint_04_numCount{
    font-family: "Oswald";
    font-weight: 500;
    line-height: 1;
}
.paint_04_numTitle{
    font-size: 20px;
    margin-right:10px;
}
.paint_04_numCount{
    font-size: 40px;
}
/*▼TB+スマホ用CSS▼*/
@media screen and (max-width: 1020px) {
.paint_04_numWrapper{
     bottom: -10px;
}
}
/*▲TB+スマホ用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.elementor h3.paint_04-contentTitle{
    margin-top: 1.5em;
}
}
/*▲スマホ用CSS▲*/

/*完成までの流れ*/
.paint_05-container{
    padding: 60px;
    background: #FFFFFF;
}
.paint_05-headlineWrapper{
    display: grid;
    grid-template-columns: 54% 43%;
    grid-column-gap: 3%;
}
.paint_05-headline{
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    border: 1px solid;
    line-height: 1;
}
.paint_05-headline_left{
    border-color: #707070;
    color: #707070;
}
.paint_05-headline_right{
    border-color: #7D9194;
    color: #7D9194;
}
.paint_05-cardWrapper{
    margin-top: 30px;
}
.paint_05-card{
    display: grid;
    grid-template-columns: 65px auto 43%;
    grid-column-gap:3%;
    grid-template-rows: auto auto;
    grid-template-areas:
        "areaA areaB areaB"
        "areaA areaC areaD";
}
.paint_05-card:not(:last-child){
    margin-bottom: 30px;
}
.paint_05-numCount{
    grid-area: areaA;
    font-family: "Oswald";
    font-weight: 500;
    font-size:60px;
    line-height: 1;
    color: #7D9194;
    position: relative;
}
.paint_05-numCount:before{
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 70px);
    background: #7D9194;
    bottom: 0;
    left: 50%;
}
.elementor h3.paint_05-title{
    grid-area: areaB;
    margin-top: 0.75em;
}
.elementor p.paint_05-descUser{
    grid-area: areaC;
    margin-bottom: 0;
    text-align: justify;
    font-size: 14px;
}
.elementor p.paint_05-descKm{
    grid-area: areaD;
    margin-bottom: 0;
    text-align: justify;
    font-size: 14px;
    background: #7D9194;
    color: #FFFFFF;
    padding: 10px;
    margin-top: -10px;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.paint_05-container{
    padding: 20px;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.paint_05-headlineWrapper{
    display: none;
}
.paint_05-container{
    padding: 10px;
}
.paint_05-cardWrapper{
    margin-top: 0;
}
.paint_05-card{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap:3%;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "areaA areaB"
        "areaA areaE"
        "areaA areaC"
        "areaA areaF"
        "areaA areaD";
}
.paint_05-numCount{
    grid-area: areaA;
    font-size:30px;
}
.paint_05-numCount:before{
    height: calc(100% - 40px);
}
.elementor h3.paint_05-title{
    grid-area: areaB;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.paint_05-card:before{
    grid-area: areaE;
    content: "発注者側";
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0.7em;
    background: #707070;
    color: #FFFFFF;
    margin-bottom: 0.5em;
}
.paint_05-card:after{
    grid-area: areaF;
    content: "KMビルダーズ";
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0.7em;
    background: #7D9194;
    color: #FFFFFF;
    margin-bottom: 0.5em;
}
.elementor p.paint_05-descKm{
    grid-area: areaD;
    background: unset;
    color: #333333;
    padding: 0;
    margin-top: 0;
}
}
/*▲スマホ用CSS▲*/








/*---------------------------------------------------------------------------------------------[ページ：リフォーム]*/
/*こんな事ができます：3セットブロック*/
.reform_02-numCount{
    top: -20px;
    left: 0;
    font-size: 40px;
    position: absolute;
    font-family: "Oswald";
    font-weight: 500;
    line-height: 1;
}
/*▼TB+スマホ用CSS▼*/
@media screen and (max-width: 1020px) {
.reform_02-numCount{
     bottom: -10px;
}
}
/*▲TB+スマホ用CSS▲*/

/*リフォーム箇所例*/
.hide-area{
	display: none;
}

/*---------------------------------------------------------------------------------------------[ページ：コーティング]*/
/*見出し背景フィルター*/
.head_bg{
	backdrop-filter: blur(10px);
	background-color: rgba(255,255,255,0.6);
}
/*KMコートウッド：こんな場所にお使いいただけます。：リスト*/
.elementor ul.coat_04-listUl{
   column-count: 2;
   margin-top: 0;
   margin-bottom: 0;
}
.elementor li.coat_04-listItem{
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}
.elementor li.coat_04-listItem_lastCild{
    text-align: right;
    font-size: 14px;
    list-style-type:none;
    margin-left: -20px;
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.elementor li.coat_04-listItem{
    font-size: 16px;
}
	.elementor li.coat_04-listItem_lastCild{
    text-align: right;
    font-size: 12px;
}
}
/*▲スマホ用CSS▲*/

/*KMコートウッド：特徴：リスト*/
.coat_05-container{
	border: 1px solid #707070;
	padding: 40px 60px;
}

.elementor ul.coat_05-listUl{
   column-count: 2;
   margin-top: 0;
   margin-bottom: 0;
}
.elementor li.coat_05-listItem{
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
	color: #7D9194;
}
.elementor li.coat_05-listItem span{
	color: #333333;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.coat_05-container{
	padding: 20px;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.coat_05-container{
	padding: 10px;
}
.elementor h3.coat_05-title{
		margin-bottom: 10px;
}
.elementor ul.coat_05-listUl{
   column-count: unset;
}
.elementor li.coat_05-listItem{
    font-size: 14px;
    line-height: 1.5;
	margin-bottom: 0.5em;
}
}
/*▲スマホ用CSS▲*/

/*KMコートを施工するメリット：2セットブロック*/
.paint_03-container{
    padding: 60px;
    border: 1px solid #333333;
}
.elementor p.coat_03-headDesc{
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 0;
}
.coat_03-imgWrapper{
    margin-bottom: 20px;
}
.elementor h3.coat_03-headTitle{
    margin-top: 2em;
    margin-bottom: 1em;
}
.voice_before, .voice_after{
    position: relative;
}
.voice_before:before{
    font-size: 20px;
    bottom: 10px;
    left: 10px;
    content: "BEFORE";
    line-height: 1;
    font-weight: bold;
    font-family: "Oswald";
    position: absolute;
    z-index: 2;
}
.voice_after:before{
    font-size: 20px;
    bottom: 10px;
    left: 10px;
    content: "AFTER";
    line-height: 1;
    font-weight: bold;
    font-family: "Oswald";
    position: absolute;
    z-index: 2;
}
.coat_03-rowWrapper{
    display: flex;
}
.coat_03-rowWrapper div{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
}
.coat_03-rowWrapper div:first-child{
    flex: 0 0 80px;
}
.coat_03-rowWrapper div:last-child{
    flex: 1 1 auto;
}
.elementor p.coat_03-voiceDesc{
    margin-top: 1em;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.paint_03-container{
    padding: 20px;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.paint_03-container{
    padding: 10px;
}
.elementor p.coat_03-headDesc{
    text-align: justify;
    font-size: 16px;
}
.coat_03-imgWrapper{
    margin-bottom: 20px;
}
.elementor h3.coat_03-headTitle{
    margin-top: 1em;
    margin-bottom: 0.5em;
}
}
/*▲スマホ用CSS▲*/

/*KMコートフロア：特徴：特徴ブロック*/
.coat_02-card{
    display: flex;
    margin: -20px;
}
.coat_02-card:not(:last-child){
    margin-bottom: 60px;
}
.coat_02-card:nth-child(odd){
    flex-direction: row-reverse;
}
.coat_02-contentWrapper, .coat_02-imgWrapper{
    flex: 0 1 50%;
    padding: 20px;
}
.elementor h3.coat_02-h3{
    margin: 0;
}
.elementor p.coat_02-desc, .elementor p.coat_02-innerDesc{
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}
.elementor span.coat_02-span{
    color: #7D9194;
    margin-right: 0.5em;
}
.elementor h4.coat_02-h4{
    margin-top: 1em;
    margin-bottom: 0;
}
/*▼TB+スマホ用CSS▼*/
@media screen and (max-width: 1020px) {
.coat_02-card{
    margin: -10px;
}
.coat_02-card:not(:last-child){
    margin-bottom: 40px;
}
.coat_02-contentWrapper, .coat_02-imgWrapper{
    padding: 10px;
}
}
/*▲TB+スマホ用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.coat_02-card{
    flex-direction: column-reverse!important;
}
.coat_02-card:not(:last-child){
    margin-bottom: 30px;
}
}
/*▲スマホ用CSS▲*/

/*---------------------------------------------------------------------------------------------[ページ：アバウト]*/
/*KMビルダーズが選ばれる理由*/
.about_01-container{
    padding: 60px;
    background: #FFFFFF;
}
.about_01-card{
    display: flex;
}
.about_01-card:not(:last-child){
    margin-bottom: 60px;
}
.about_01-titleWrapper{
    flex: 0 0 24%;
}
.elementor h3.about_01-title{
    text-align: center;
    padding: 3em 0;
    border: 2px solid #7D9194;
    color: #7D9194;
    margin-bottom: 0;
}
.about_01-descWrapper{
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.elementor p.about_01-des{
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
}
/*▼TB用CSS▼*/
@media screen and (max-width: 1020px) and (min-width: 768px)  {
.about_01-container{
    padding: 20px;
} 
.about_01-card:not(:last-child){
    margin-bottom: 30px;
}
.about_01-descWrapper{
    padding-left: 30px;
}
}
/*▲TB用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.about_01-container{
    padding: 10px;
}
.about_01-card{
    display: block;
}
.about_01-card:not(:last-child){
    margin-bottom: 30px;
}
.elementor h3.about_01-title{
    padding: 1em 0;
}
.about_01-descWrapper{
    margin-top: 1em;
    padding-left: 0;
}
}
/*▲スマホ用CSS▲*/

/*---------------------------------------------------------------------------------------------[詳細ページ：ブログ]*/
/*サイドバー
---------------------------------------------------------------------------------------------------*/
.sidebar-box:last-child{
	margin-bottom: 15px;
}
/*▼TB+スマホ用CSS▼*/
@media screen and (max-width: 1020px) {
	.sidebar-box{
		padding: 20px;
	}
}
/*▲TB+スマホ用CSS▲*/

/*ウィジェットタイトル*/
.sidebar-box .widget-title{
    padding-left: 0;
    border-left: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #2b2b2b;
    font-size: 18px;
}
/*目次（TOC+）
---------------------------------------------------------------------------------------------------*/
.sidebar-box .toc_widget_list li{
    font-size: 16px;
}
.sidebar-box .toc_widget_list > li{
    margin-bottom: 10px;
}
.sidebar-box .toc_widget_list > li:last-child{
    margin-bottom: 0;
}
.sidebar-box .toc_widget_list > li > ul > li{
    padding-left: 16px;
}
/*サイドバーを上部固定（ポスト、カスタム）
---------------------------------------------------------------------------------------------------*/
.sticky-section-wrapper .elementor-column-wrap .elementor-widget-wrap{
    display: block!important;
}
.sticky-section-wrapper .sticky-section{
    position: sticky;
    top: 140px;
}