﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#5A3A0D;
	-webkit-font-smoothing: antialiased;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */



/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #0B79C4;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #0B79C4;
	font-weight: bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
	border-bottom: solid 5px #8B720E;
}
.header_in{
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_r{width: 55%;}
.logo{width: 40%;}
.h_telmail{
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}
.h_tel{max-width: 350px;}


.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
.header_in{padding: 10px 0px 15px;}
ul.h_telmail{display: none;}
.logo{
	width: 80%;
	margin: 20px 0px 10px;
	padding-left: 10px;
	}
}

@media screen and (max-width:700px){
.header_in{
	width: 95%;
	padding: 10px 0px 10px;
	}
.logo{
	width: 150%;
	margin: 20px 0px 10px;
	padding-left: 0px;
	}
}
@media screen and (max-width:500px){
.logo{
	width: 150%;
	margin: 0px 0px 10px;
	}
}

/* -------------------ヘッダーBTN　/フェイズでも使用-------------- */
.mail_btn{
	background: #EF7557!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#FB8E73!important;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #EF7557;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer
=============================*/

footer{
	width: 100%;
	background: #F4F1E8;
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 50px;
}
ul.f_menu{
	margin-top:10px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 15px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#482011;
	text-decoration:none;
}
.f_copy{
	color:#482011;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 50px;
	max-width: 500px;
	width: 50%;
}

@media screen and (max-width: 800px) {
.footer_in{
	padding: 30px 0px 0px;
	}
ul.f_menu{display:none;}
.f_copy{
	font-size:12px;
	padding:0px;
}
.f_logo{
	width:70%;
	max-width: 400px;
	margin:0 auto 30px;
	padding:10px 0px;
}
}

@media screen and (max-width: 600px) {
.footer_in{
	padding: 15px 0px 0px;
	}
.f_logo{
	width:60%;
	margin:0 auto 10px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#7e5023;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#7e5023;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 800px) {
	ul.footer_menu{display: none;}
}



/*=============================
		BG
=============================*/
.bg0{padding: 150px 0px;}/*スペースのみ*/
.bg1{
  	width: 100%;
	padding: 0px 0px 100px;
	background: #F4F1E8;
}

@media screen and (max-width: 600px) {
.bg0{padding: 80px 0px;}
.bg1{padding: 0px 0px 80px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #FFF899 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #8B720E;
	font-size: 50px;
	font-family: 'Zen Antique', serif;/*google font*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #8B720E;
	display: inline-block;
}
.title p{
	font-size: 23px;
	letter-spacing: 5px;
	color: #8B720E;
}

.title_w{
	text-align: center;
	margin-bottom: 50px;
}
.title_w h2{
	color: #FFFFFF;
	font-size: 50px;
	font-family: 'Zen Antique', serif;/*google font*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFFFF;
	display: inline-block;
}
.title_w p{
	font-size: 23px;
	letter-spacing: 5px;
	color: #FFFFFF;
}


@media screen and (max-width: 800px) {
.title h2{font-size: 35px;}
.title p{font-size: 18px;letter-spacing: 0px;}
.title_w h2{font-size: 35px;}
.title_w p{font-size: 18px;letter-spacing: 0px;}
}

/* タイトル文--------------------*/
.title1{
	background: #85A858;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #FFF;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	.title1{font-size: 18px;padding: 10px 20px;}
}


/*=============================
		title　（2nd用）
=============================*/

.title_2nd{
	font-family: 'Zen Antique', serif;/*google font*/
	color: #FFFFFF;
	background: #8B720E;
	font-size: 23px;
	padding: 10px 20px 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
	.title_2nd{font-size: 20px;}
}

@media screen and (max-width: 500px) {
	.title_2nd{font-size: 18px;}
}


/*=============================
		PT ページタイトル
=============================*/

.pt1{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{/*　会社概要 */
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{/*　施工の流れ */
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{/*　施工実績 */
	background:url("../vegas/slider6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{/*　塗料について */
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../img/pt/pt6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Zen Antique', serif;/*google font*/
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}


/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
	right: 5%;
  bottom: 5%;
  background: #8B720E;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*=============================
		ボタン　
=============================*/
.btn1{
	background-color:#8B720E;
	color:#FFF!important;
	padding: 1.5em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn1 i{padding-left: 15px;}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF!important;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn1{font-size:16px;padding: 1em 2em;}
}/*600*/


/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 th br{display: none;}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01{font-size:14px;}
table.type01 th,
table.type01 td{
	display: block;
	}
table.type01 th br{display: block;}
}

/*-------------------------------------*/
table.type02 {
	width:100%;
	max-width: 1000px;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type02 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type02 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:center;
}

@media screen and (max-width: 600px) {/*タブレット*/
table.type02{font-size:14px;}
}
/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:800px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 650px;
	margin: 250px auto 0px;
	text-align: center;
	}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{width: 70%;margin: 80px auto 0px;}
}
@media screen and (max-width: 800px) {
#vegas_box{height:450px;}
.vegas_text{margin: 100px auto 0px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{margin: 110px auto 0px;}
}
@media screen and (max-width: 600px) {
#vegas_box{height:350px;}
.vegas_text{margin: 90px auto 0px;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
.vegas_text{margin: 80px auto 0px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

@media screen and (max-width: 1000px) {
	.scroll{display: none;}
}


/*=============================
		共通
=============================*/

.box{
	width: 90%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/*=============================
		top
=============================*/
/*TOPこんな症状ありませんか？--------------------------*/
.top_about{
	width:100%;
	padding: 0px 0px 50px;
}
.top_about_title{
	background: #8B720E;
	padding: 30px 0px;
	color: #FFFF;
	text-align: center;
	font-size: 40px;
	position: relative;
	margin-bottom: 150px;
}
.top_about_title:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 30px solid transparent;
	border-top: 30px solid #8B720E;
}

@media screen and (max-width: 900px) {
.top_about_title{font-size: 30px;margin-bottom: 100px;}
}

@media screen and (max-width: 700px) {
.top_about_title{
	font-size: 23px;
	padding: 20px 0px;
	}
.top_about_title:after{
	border: 20px solid transparent;
	border-top: 20px solid #8B720E;
}
}
@media screen and (max-width: 600px) {
.top_about_title{font-size: 18px;margin-bottom: 70px;}
}

/*TOP　症状の写真--------------------------*/
ul.top_about_ul{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
ul.top_about_ul li{
	width: 30%;
	text-align: center;
	font-size: 23px;
}
ul.top_about_ul li img{
	margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
ul.top_about_ul{
	flex-wrap: wrap;
	justify-content: center;
	}
ul.top_about_ul li{
	width: 45%;
	margin: 1.5%;
	text-align: center;
	font-size: 23px;
}	
}
@media screen and (max-width: 600px) {
ul.top_about_ul li{
	font-size: 18px;
}	
}

/*TOP　塗り替えの時期--------------------------*/
.about_txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 150px auto 100px;
	width: 90%;
	max-width: 1300px;
}
.about_txt1{/*テキスト*/
	width: 58%;
	font-size: 18px;
}
.about_txt2{width: 38%;}/*画像*/

@media screen and (max-width: 950px) {
.about_txt{
	flex-wrap: wrap;
	justify-content: center;
	margin: 100px auto 100px;
}
.about_txt1{/*テキスト*/
	width: 100%;
	font-size: 18px;
	margin-bottom: 50px;
}
.about_txt2{width: 60%;}/*画像*/
}

@media screen and (max-width: 700px) {
.about_txt{margin: 70px auto;}
.about_txt1{/*テキスト*/
	font-size: 16px;
	margin-bottom: 50px;
}
}
@media screen and (max-width: 600px) {
.about_txt{margin: 50px auto;}
.about_txt1{/*テキスト*/
	font-size: 14px;
	margin-bottom: 30px;
}
.about_txt2{width: 90%;}/*画像*/
}


/*TOP(施工実績)--------------------------*/
.top_works{
	width: 100%;
	padding: 100px 0px;
	margin: 0 auto;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.top_works_img{
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	width: 90%;
	margin: 0 auto 80px;
}
ul.top_works_img li{
	width: 30%;
	padding: 1%;
	background: #FFFFFF;
	text-align: center;
}
ul.top_works_img li h2{
	font-size: 25px;
	font-weight: bold;
	color: #8B720E;
	padding-top: 10px;
}
ul.top_works_img li p{
	font-size: 18px;
	padding: 0px 10px 20px;
}

@media screen and (max-width: 800px) {
ul.top_works_img{
	flex-wrap: wrap;
	justify-content: center;
	}
ul.top_works_img li{
	width: 42%;
	margin: 0% 1% 5%;
	}
	ul.top_works_img li h2{font-size: 20px;}
	ul.top_works_img li p{font-size: 16px;}
}
@media screen and (max-width: 600px) {
.top_works{
	background:url("../img/base/bg1_sp.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
}
ul.top_works_img{
	margin: 0 auto 30px;
}
ul.top_works_img li{
	width: 80%;
	margin: 0% 1% 5%;
}
	ul.top_works_img li h2{font-size: 20px;}
	ul.top_works_img li p{font-size: 16px;}
}


/* TOPお知らせ ------------------------------*/
.top_news{
	margin: 0 auto;
	padding: 50px 0px;
}
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	background-color:#F4F1E8;
	border-radius: 20px;
	padding:40px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 17px;
	line-height: 130%;
}
table.news_table tr th {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}
@media screen and (max-width: 600px) {
.top_news{
	
	}
.news{
	padding:30px;
	margin:0px auto 30px;
}
table.news_table {
	margin:0 auto;
	font-size: 13px;
	line-height: 150%;
}
table.news_table tr th {
	padding:0px 0px 10px;
	display:block;
}
table.news_table tr td {
	padding:0px 10px 10px;
	display:block;
}
.table_day{
	border-bottom:none !important;
	padding-top: 10px!important;
}
}


/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/bg2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 130px 0px;
}
.contact_in{
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.contact_txt{
	width: 50%;
	text-align: center;
	font-size: 30px;
	color: #FFF;
}
.contact_tel{
	width: 50%;
	text-align: center;
	color: #FFF;
}
.contact_tel img{
	max-width: 500px;
	width: 90%;
}
@media screen and (max-width: 1000px) {
	.contact_box{}
	.contact_in{
		flex-wrap: wrap;
	}
.contact_txt{width: 100%;margin-bottom: 50px;line-height: 150%;}
.contact_tel{width: 100%;}
}

@media screen and (max-width: 600px) {
	.contact_box{
		background:url("../img/base/bg2_sp.jpg") no-repeat center center;
		padding: 50px 0px;
	}
	.contact_txt{font-size: 20px;}
	.contact_tel img{font-size: 12px;}
}




/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* 施工事例 -------------------------------------------*/
.works_txt{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #8B720E;
	margin: 0 auto 30px;
}
.works_txt span{
	padding-left: 20px;
	font-size: 35px;
	letter-spacing: 1px;
	font-weight: bold;
}

ul.works{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.works_img1{/*横長画像*/
	width: 43%;
}
.works_img1 img{
	object-fit: cover; /*トリミング*/
	width: 100%;
	aspect-ratio: 2 / 1.5;
}
.ya i{
	font-size: 50px;
	color:  #8B720E;
	padding: 0px 20px;
}
.ya_no{
	padding: 20px;
}
.before{color: #000;}
.after{color: #8B720E;}


@media screen and (max-width: 800px) {
.works_txt{
	font-size: 20px;
	margin: 0 auto 30px;
}
.works_txt span{
	padding-left: 20px;
	font-size: 30px;
}
ul.works{font-size: 25px;}
.ya i{font-size: 30px;padding: 0px 10px;}	
}

@media screen and (max-width: 600px) {
.works_txt{
	font-size: 20px;
	line-height: 120%;
	margin: 0 auto 30px;
}
.works_txt span{
	display: block;
	padding-left: 0px;
	font-size: 30px;
}
ul.works{font-size: 25px;}
.ya i{font-size: 30px;padding: 0px 10px;}	
}


/* 見出し -------------------------------------------*/
.midashi1{
	font-size: clamp(20px, 3vw, 35px);
	text-align: center;
	margin: 0px auto 50px;
	padding: 0px 30px;
}




/* 施工の流れ ------------------------------*/

.flow_allbox{
	display: flex;
	justify-content: center;
	margin: 50px 0px;
}
.flow_img{width: 40%;text-align: center;}
.flow_img img{width: 80%;margin: 0 auto;}
.flow_sp{display: none;}
.flow_pc{}

.flow_design03 {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.flow_allbox{
	flex-wrap: wrap;
	justify-content: center;
}
.flow_img{width: 100%;}
.flow_img img{width: 95%;}
.flow_sp{display: block;}
.flow_pc{display: none;}

.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.flow_design03 {
	width: 95%;
	margin: 0 auto 50px;
	}
	
}



.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8B720E;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8B720E;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_txt{font-size: 13px!important;}
}


/* 塗料について ------------------------------*/
.about_img1{
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
}
.about_img2{
	text-align: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 20px;
}
.about_img3{
	text-align: center;
	width: 70%;
	max-width: 800px;
	margin: 0 auto 20px;
}
.aboutbox_txt1{
	font-size: 20px;
	line-height: 160%;
	color: #000;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
}
.aboutbox_txt2{
	font-size: 35px;
	line-height: 180%;
	color: #000;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
	text-align: center;
}
.aboutbox_txt3{
	font-size: 20px;
	line-height: 160%;
	color: #000;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
.about_img1{
	width: 100%;
	margin: 0 auto 30px;
}
.about_img2{
	width: 95%;
	margin: 0 auto 10px;
}
.about_img3{
	width: 85%;
	margin: 0 auto 20px;
}
.aboutbox_txt1{
	font-size: 13px;
	margin: 0 auto 50px;
	}
.aboutbox_txt2{
	font-size: 20px;
	margin: 0 auto 30px;
	}
.aboutbox_txt3{
	font-size: 13px;
	}
}

/* 塗料の詳細　------------------------------*/
.paint_about{
	background: #F4F1E8;
	padding: 30px;
	max-width: 1000px;
	margin: 0 auto 50px;
}
.paint_about h2{
	font-size: 25px;
	font-weight: bold;
	color: #8B720E;
	margin-bottom: 20px;
}
.paint_about p{
	font-size: 18px;
	line-height: 160%;
	color: #000;
	margin-bottom: 20px;
}
.paint_point{
	background: #FFF;
	border: solid 2px #ccc;
	padding: 10px;
}
@media screen and (max-width: 600px) {
.paint_about{
	padding: 20px;
	margin: 0 auto 30px;
}
.paint_about h2{font-size: 18px;margin-bottom: 10px;}
.paint_about p{font-size: 13px;margin-bottom: 10px;}
}

