@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/coating/mimg.webp);
	background-position: center;
}
#mimg .slidecover {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-color: rgba(0,0,0,0.3);
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	display:inline-block;
	z-index: 1000;
	top: 140px;
	left: 0;
}
#mimg .p1 {
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}
#mimg .p2 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
    text-align: center;
	margin-top: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	background-color: #FFF;
}
#cnv {
	position: relative;
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
#cnv .btn01{
	position: relative;
	display:block;
	width: 245px;
	height: 40px;
	border-radius: 20px;
	background-color: #333;
	color: #fff;
	transition: 0.4s;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 1px;
	outline: 1px solid #333;
	outline-offset: -1px;
}
#cnv .btn01::before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.4s;
}
#cnv .btn01:hover {
	background-color: #FFF;
	outline: 1px solid #333;
	outline-offset: -1px;
}
#cnv .btn01:hover::before {
	color: #000;
}


#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.h2ac {
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	float: left;
}
.h2ac::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 130%;
  width: 150px;
  height: 1px;
  background-color: black;
}
h2 {
	width: 100%;
	font-size: 35px;
	line-height: 36px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 35px;
}
#slide {
	position: relative;
	width: 1100px;
	height: 500px;
	float: left;
	margin-top: 40px;
}
#slide .bgImg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime4 20s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;

}
#slide .src1{
	display:block;
	background-image: url(../web/coating/slide01.jpg); 
}
#slide .src2{
	background-image: url(../web/coating/slide02.jpg);  
	animation-delay: 5s;
}
#slide .src3{
	background-image: url(../web/coating/slide03.jpg);  
	animation-delay: 10s;
}
#slide .src4{
	background-image: url(../web/coating/slide04.jpg);  
	animation-delay: 15s;
}

@keyframes bgAnime4 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   25% { opacity: 1; }
  30% { opacity: 0; }
}

#contents01 .txt{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
}
#c01box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	display:flex;
	justify-content:space-between;
}
#c01boxtxt {
	width: 550px;
	height: auto;
}
#c01boxtxt .t1{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 25px;
	font-weight:600;
	color: #9a7631;
	text-align: left;
	letter-spacing: 1px;
	float: left;
}
#c01boxtxt .t2{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	float: left;
}
#c01boxtxt .t3{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 25px;
	font-weight:600;
	color: #9a7631;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 60px;
	float: left;
}
#c01boximg {
	width: 450px;
	height: auto;
}
#c01boximg ul li{
	list-style: none;
	margin-bottom: 10px;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 0;
	border-top: 1px dotted #CCCCCC;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .txt{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
}
#contents02 .txt2{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 40px;
	float: left;
}
#contents02 .txt3{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 10px;
	float: left;
}
#contents02 .tablebox01{
	width: auto;
	height: auto;
	float: left;
	margin-top: 15px;
	clear: both;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents02 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#contents02 .tablebox01 td {
	min-width: 200px;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 8px 20px 8px 20px;
}

#c02boximg {
	width: 360px;
	height: auto;
}
#c02boximg .imgpc{
	width: 360px;
	height: auto;
}


#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 0;
	border-top: 1px dotted #CCCCCC;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#contents03 .t1{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 15px;
	float: left;
}
#contents03 .t2{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 40px;
	float: left;
}
#contents03 .t3{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
	float: left;
}
#contents03 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	clear: both;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents03 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#contents03 .tablebox01 td {
	min-width: 80px;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 20px 10px 20px;
}
#contents03 .tablebox01 span{
	color: #FFF;
}

#contents03 .tablebox02{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	clear: both;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents03 .tablebox02 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#contents03 .tablebox02 td {
	min-width: ;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 20px 10px 20px;
}
#contents03 .tablebox02 span{
	color: #FFF;
}


#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 200px;
	z-index: 0;
	border-top: 1px dotted #CCCCCC;
}
#contents04 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#flow {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#flow.f {
	margin-top: 30px;
}
#flow .no{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	float: left;
}
#flow .title{
	width: auto;
	height: 40px;
	text-align: left;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 1px;
	float: left;
	margin-left: 25px;
}
#flow .txt{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	float: left;
	margin-top: 25px;
}

@media screen and (min-width:768px){
#c01boximg .imgsp{ display:none;}
#c02boximg .imgsp{ display:none;}
#c03boximg .imgsp{ display:none;}
}
