@charset "UTF-8";

/* 新バーレックス工営 */
/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px 16px;
}


@media screen and (min-width: 768px){
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.home #page_contents {
    margin-top: 0;
}


.my-adjust-mb-01 {
	margin-bottom: 40px;
}

.my-adjust-mb-02 {
	margin-bottom: 20px;
}

@media (max-width:767px){
	.my-adjust-mb-01 {
		margin-bottom: 20px;
	}

	.my-adjust-mb-02 {
		margin-bottom: 10px;
	}
}

.result_single table th {
    background: #f1f3f4;
    color: #000;
    padding: 5px;
    width: 20%;
}

table {
    background-color: #fff;
    width: 100%;
}

th {
	color: #000;
	background: #f1f3f4;
}

th,td {
	/*padding-left: 1em;*/
	padding: 8px 16px;
}


#page-top {
    z-index: 100;
}

#header_pc #header_tel {
    font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#footer_copyright {
	font-size: 12px;
    font-weight: normal;
    padding: 40px 0;
}

.footer_about_tel,
.footer_about_fax {
	font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.footer_about_address {
    font-size: 14px;
}

.icon-mail {
    display: none;
}

@media (max-width:991px){
	.icon-mail {
		display: block;
	}
}

#header_pc #header_inquiry a {
    border-radius: 60px;
}

@media (max-width:991px){
	#header_pc #header_inquiry a {
		border-radius: 0;
	}
}

#footer_area {
    background: #333;
}

.footer_area {
    padding: 30px 0 0;
}

.footer_about {
    border: #333 solid 1px;
    border-radius: 4px;
	padding: 15px;
}

.footer_area .menu li a {
    font-size: 14px;
}

#page_contents {
    margin-top: 30px;
    padding-top: 0;
    margin-bottom: 0;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width:767px){
	h2 {
		font-size: 18px;
	}
}

.my-flex {
	display: flex;
}

.my-justify-center {
	justify-content: center;
}

/* トップページ余白調整用 */

.index-row-02 {
	margin-top: 30px;
}

.index-row-03 {
	margin-top: 30px;
}

.index-row-04 {
	margin-bottom: 50px;
}

@media (max-width:767px){
	.index-row-02 {
		margin-top: 15px;
	}

	.index-row-03 {
		margin-top: 15px;
	}

	.index-row-04 {
		margin-bottom: 25px;
	}
}


/* トップページ見出し */

.index-heading {
	color: #333;
	text-align: center;
}

.index-heading span {
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-top: 8px;
    color: #5bb431;
}

@media (max-width:767px){
	.index-heading span {
		font-size: 13px;
	}
}

/* トップページ事業内容 */

.index-business {
	position: relative;
	margin-top: 95px;
	margin-bottom: 50px;
}

.index-business:before {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
    display: block;
    width: 86.1111%;
    /*height: calc(100% - 122px - 25px);*/
    background-color: #f0f1f3;
    content: "";
	height: calc(100% - 60px);
}

@media (max-width:767px){
	.index-business {
		margin-top: 45px;
		margin-bottom: 25px;
	}
}

@media (max-width:1440px){
	.index-business:before {
		width: 96%;
	}
}

@media (max-width:1024px){
	.index-business:before {
		width: 98%;
	}
}

@media (max-width:991px){
	.index-business:before {
		width: 100%;
		height: calc(100% - 450px);
	}
}



.index-business-text-wrap {
	padding-top: 20%;
}

.index-business-title {}

@media (max-width:991px){
	.index-business-title {
		text-align: center;
		margin-bottom: 30px;
	}
}


.index-business-text {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 20px;
}

@media (max-width:767px){
	.index-business-text {
		font-size: 14px;
	}
}

.btn-wrap {
	width: 320px;
}

@media (max-width:767px){
	.btn-wrap {
		width: 100%;
	}
}


.btn-prm {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 7px 0;
    /*padding: 1rem 3.5rem;*/
    width: auto;
    border: solid 2px transparent;
    border-radius: 60px;
    color: #0f0f0f;
    text-align: center;
    font-weight: bold;
    /*font-size: 1rem;*/
    /*line-height: 1.5;*/
    cursor: pointer;
	transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background;
    -webkit-appearance: none;	

	font-size: 16px;
	width: 100%;
	line-height: 68px;
	letter-spacing: 0.1em;
}

@media (max-width:767px){
	.btn-prm {
		font-size: 14px;
		line-height: 60px;
	}
}

.btn-prm,
.btn-prm:visited {
    border-color: #5bb431;
	background-color: #fff;
	color: #5bb431;
}


.btn-prm:hover,
.btn-prm:active {
	background-color: #5bb431;
	color: #fff;
}

.btn-prm:link,
.btn-prm:visited,
.btn-prm:hover,
.btn-prm:active {
	text-decoration: none;
}

.index-service {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-bottom: 60px;
}

@media (max-width:767px){
	.index-service {
		margin-top: 25px;
		margin-bottom: 0;
		padding-bottom: 30px;
	}
}

.index-service:before {
    position: absolute;
    top: 25px;
    /*left: 0;*/
	right: 0;
    z-index: -1;
    display: block;
    width: 86.1111%;
    /*height: calc(100% - 122px - 25px);*/
    background-color: #f0f1f3;
    content: "";
	height: calc(100% - 60px);
}

@media (max-width:1440px){
	.index-service:before {
		width: 96%;
	}
}

@media (max-width:1024px){
	.index-service:before {
		width: 98%;
	}
}

@media (max-width:991px){
	.index-service:before {
		width: 100%;
	}
}


.index-service-item {
	display: block;
	position: relative;
}

.index-service-item:active,
.index-service-item:focus,
.index-service-item:hover {
    text-decoration: none;
}

.ov-h {
    overflow: hidden;
}

.index-service-item .index-service-item-image {
    padding-top: 55%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .8s cubic-bezier(.215,.61,.355,1);
    transition: all .8s cubic-bezier(.215,.61,.355,1);
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.index-service-item .index-service-item-image#bg-waterproof {
    background-image: url("../images/index/index-service-pic-01.jpg");
}

.index-service-item .index-service-item-image#bg-wall {
    background-image: url("../images/index/index-service-pic-02.jpg");
}

.index-service-item .index-service-item-image#bg-paint {
    background-image: url("../images/index/index-service-pic-03.jpg");
}

.index-service-item .index-service-item-image#bg-investigation {
    background-image: url("../images/index/index-service-pic-04.jpg");
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.index-service-item .card {
    position: relative;
    top: -40px;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
	border-radius: 4px;
}

.card.card-shadow:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 90%;
    z-index: 1;
    border-radius: 0;
    box-shadow: 0 2px 30px rgba(0,0,0,.2);
    pointer-events: none;
}

.card.card-shadow .card-bg {
    background-color: #fff;
    position: relative;
    z-index: 2;
	
	border-radius: 4px;
}




.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.index-service-item .card .card-body {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;

}

.index-service-item .card .card-body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #fafafa;
    opacity: 0;
    transform: scale(.6);
    transition: all .4s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);*/
	
	border: solid 4px transparent;
    border-radius: 4px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: border-color;
}

.index-service-item .card .index-service-heading {
    text-align: center;
    /*font-size: 1.8rem;
    font-weight: 400;*/
    position: relative;
    z-index: 2;
	
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.index-service-item .card .index-service-heading span {
    display: block;
	font-family: 'Roboto Condensed';
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-top: 8px;
    color: #5bb431;
}

@media (max-width:767px){
	.index-service-item .card .card-body {
		padding-top: 15px;
		padding-bottom: 5px;
	}
	
	.index-service-item .card .index-service-heading {
		font-size: 16px;
	}
	
	.index-service-item .card .index-service-heading span {
		font-size: 12px;
	}
}


.index-service-item:active .index-service-item-image,
.index-service-item:focus .index-service-item-image,
.index-service-item:hover .index-service-item-image {
    transform: scale(1.05);
}

.index-service-item:active .card .index-service-item-image:before,
.index-service-item:focus .card .index-service-item-image:before,
.index-service-item:hover .card .index-service-item-image:before {
    opacity: 1;
    transform: scale(1);
}

.index-service-item:active .card .card-body:before,
.index-service-item:focus .card .card-body:before,
.index-service-item:hover .card .card-body:before {
    /*opacity: 1;
    transform: scale(1);*/
	border-color: #5bb431;
}

.index-service-item:active .card .index-service-heading,
.index-service-item:focus .card .index-service-heading,
.index-service-item:hover .card .index-service-heading {
	/*color: #fff;*/
}



/* ページ下部　お問い合わせエリア */

.contact-container {}

@media (max-width:991px){
	.contact-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.justify-content-center {
	display: flex;
    justify-content: center!important;
}

.contact-area {
	background: #f0f1f3;
	padding: 70px 0;
	margin-top: 70px;
}

@media (max-width:767px){
	.contact-area {
		padding: 35px 0;
		margin-top: 40px;
	}
}

.aside--tel {
    font-size: 36px;
    color: #333;
    letter-spacing: 1px;
    font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-weight: 700;
	
	pointer-events: none;
}

@media (max-width:767px){
	.aside--tel {
		font-size: 30px;
	}
}

.aside--tel .aside--tel-text {
    font-size: 18px;
    margin-right: 5px;
}


.aside--tel .aside--tel-cap {
	display: block;
    font-weight: normal;
    font-size: 12px;
}

.aside--contact--inquiry--tel {
	border-right: 1px solid #333;
    line-height: 1.4;
    padding-top: 15px;
	text-align: center;
}

@media (max-width:991px){
	.aside--contact--inquiry--tel {
		border-right: none;
		margin-bottom: 20px;
	}
}

/* スクロールを促す矢印用 */

.arrow {
	margin-top: 24px;
	position: relative;
}
.arrow::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: calc(50% - 21px);
	width: 30px;
	height: 30px;
	border-top: 3px solid #11ad09;
	border-right: 3px solid #11ad09;
	transform: translateX(-50%) rotate(135deg);
	/*animation: wave 3s ease-in-out infinite;*/	
}

@media (max-width:767px){
	.arrow::before {
		right: calc(50% - 30px);
	}
}

@keyframes wave{
	0% { transform: rotate(135deg) translateY(0) translateX(0) }
	50% { transform: rotate(135deg) translateY(-50%) translateX(50%) }
	100% { transform: rotate(135deg) translateY(0) translateX(0) }
}

/* トップページ新着情報 */

.news-inner article {
    border-bottom: 1px dashed #ccc;
}

.news-inner article time {
    color: #999;
}

@media (max-width:767px){
	.news-inner article time {
		font-size: 14px;
	}
}

.news-inner article span a {
    border: none;
	color: #fff;
	background: #5bb431;
	border-radius: 2px;
}

.news-inner article span a:hover {
	text-decoration: none;
}

/*-----------------------*/

@media (max-width: 767px){
	#header_sp_logo img {
		max-height: 30px;
	}
}

/* 下層ページ用 */

#page_title {
	border-bottom: none;
	height: 175px;
}

#page_title h1 {
    margin: 0;
    padding: 60px 10px 0 10px;
    color: #fff;
	font-size: 34px;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

@media (max-width:767px){
	#page_title h1 {
		font-size: 28px;
	}
}

/* 下層　お問い合わせページ用 */

.contact--tel {
    font-size: 48px;
    color: #5bb431;
    letter-spacing: 1px;
    font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-weight: 700;
	
	pointer-events: none;
}

@media (max-width:767px){
	.contact--tel {
		font-size: 30px;
	}
}

.contact--tel .contact--tel-text {
    font-size: 18px;
    margin-right: 5px;
}


.contact--tel .contact--tel-cap {
	display: block;
    font-weight: normal;
    font-size: 12px;
	color: #333;
}

.contact--contact--inquiry--tel {
    line-height: 1.4;
    /*padding-top: 15px;*/
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width:991px){
	.contact--contact--inquiry--tel {
		border-right: none;
		margin-bottom: 20px;
	}
}

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

.contact--fax-num {
	font-weight: bold;
	font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 18px;
}

.contact--fax-cap {
	font-size: 16px;
}

/* 事業内容ページ　サービス */

.business-service {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 0;
}

@media (max-width:767px){
	.business-service {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.business-service:before {
    position: absolute;
    top: 180px;
    /*left: 0;*/
	right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    /*height: calc(100% - 122px - 25px);*/
    background-color: #f0f1f3;
    content: "";
	height: calc(100% - 180px);
}

/* 塗装工事ページのbefore-after用 */

.cases-wrap {
	max-width: 980px;
	margin: 0 auto;
}

.cases-item {
	margin-bottom: 40px;
}

.cases-item:last-child {
	margin-bottom: 0;
}

.cases-item-title {
	margin-bottom: 20px;
}

.cases-beforeafter {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.cases-beforeafter:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url("../images/common/arrow-before-after.svg");
	width: 31px;
	height: 47px;
	top: calc(50% - 47px);
	left: calc(50% - 15px);
}

.cases-pic {
	width: 38%;
}

.cases-pic-cap {
	text-align: center;
}

/* 2020.03.09 tanaka added */

.gray-box {
	background: #f0f1f3;
	padding: 15px;
}

.method-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #11ad09;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px){
	.method-title {
		font-size: 16px;
		line-height: 1.4;
	}
}

/* 塗装工事ページ　塗料用 */

.paints-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.paints-item {
	width: 49%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 2px;
}

.paints-item-inner {
	padding: 15px;
	background: #f1f3f4;
}

.paints-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #11ad09;
	margin-bottom: 8px;
}

.paints-data {
	font-size: 16px;
	margin-bottom: 8px;
}

.paints-detail {
	font-size: 16px;
	padding-bottom: 8px;
}

/* 2020.03.10 tanaka added */

.my-small-btn {
	display: inline-block;
	cursor: pointer;
	padding: 0 20px;
    font-size: 14px;
	transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background;
    -webkit-appearance: none;	
}

.my-small-btn,
.my-small-btn:visited {
    border-color: #5bb431;
    background-color: #fff;
    color: #5bb431;
    border: 1px solid;
    border-radius: 16px;
    
}

.my-small-btn:hover,
.my-small-btn:active {
	background-color: #5bb431;
	color: #fff;
}

.my-small-btn:link,
.my-small-btn:visited,
.my-small-btn:hover,
.my-small-btn:active {
	text-decoration: none;
}

.enkaku th,
.my-result th {
	width: 18%;
}

@media screen and (max-width: 767px){
	
	th,
	.enkaku th,
	.my-result th {
		width: 40%;
	}
		.cases-item {
			margin-bottom: 40px;
		}

		.cases-item:last-child {
			margin-bottom: 0;
		}

		.cases-item-title {
			margin-bottom: 20px;
		}

		.cases-beforeafter {
			flex-direction: column;
		}

		.cases-beforeafter:after {
			display: none;
		}

		.cases-pic {
			width: 100%;
		}

		.cases-pic:first-child {
			margin-bottom: 20px;
		}

		.cases-pic-cap {
			text-align: center;
		}
	
	/* 塗装工事ページ　塗料用（スマホ） */

	.paints-wrap {
		display: block;
	}

	.paints-item {
		width: 100%;
		margin-bottom: 10px;
	}

	.paints-item-inner {
		padding: 15px;
		background: #f1f3f4;
	}

	.paints-title {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 2px solid #11ad09;
		padding-bottom: 8px;
	}

	.paints-data {
		font-size: 14px;
	}

	.paints-detail {
		font-size: 14px;
	}
	
	
}



/* 2020.03.24 added. */

.report-title {
	font-size: 16px;
}

@media screen and (max-width: 767px){
	.report-title {
		font-size: 14px;
	}
}















