@charset "utf-8";

/*全体*/
html{
	height: 100%;
}

body {
	height: 100vh;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	color: #505050;
	line-height: 2;
	background: #e4e4e4;
	-webkit-text-size-adjust: none;
}

img {max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}

@keyframes nav {
0% {opacity: 0;}
100% {opacity: 1;}
}

/*リンク（全般）設定*/
a {
	color: #333;
	transition: 0.5s;
}


/*ヘッダー*/
header {
	height: 100%;
	overflow: auto;
	position: relative;
	background: url(../img/main1.JPG) no-repeat center center / cover;
}
/*ロゴ画像*/
header #logo img {
    display: block;
    width: 20%;
    position: absolute;
    top: -180px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*メニューブロック全体への指定*/
#menubar {
	width: 100%;
	position: absolute;
	bottom: 15%;
	left: 0px;
	text-align: center;
}

#mainnav{
	padding:0;

}
/*メニュー１個あたりの指定*/
#menubar li {
	display: inline-block;
	margin: 0 3%;
	animation-name: nav;
	animation-delay: 1S;
	animation-duration: 1S;
	animation-fill-mode: both;
}
#menubar li a {
	text-decoration: none;display: block;text-align: center;
	width: 140px;
	color: #e5e5e5;
	border-bottom: 2px solid transparent;
	padding-bottom: 7px;
}
/*マウスオン時の指定*/
#menubar li a:hover {
	border-bottom: 1px solid #fff;
	letter-spacing: 0.1em;
}


/*コンテンツ*/
#contents section {
	padding-top: 50px;
}

/*コンテンツ内にあるp(段落)タグ設定*/
#contents p {
	padding: 0 8%;
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p {
	margin-top: -10px;
}

/*Serviceページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.message {
	overflow: hidden;
	line-height: 1.5;
	border-bottom: 1px solid #999;	/*下線の幅、線種、色*/
	padding: 0 25% 10% 25%;	/*ボックス内の余白*/
}
/*１番目のlistブロックへの追加指定。上に線を入れる。
.list:first-of-type {
	border-top: 1px solid #999;
}*/

/*h4見出しの設定*/
.message h4 {
	font-size: 1.5em;	/*文字サイズ*/
	margin-bottom: 10px;
}
/*画像の設定*/
.message img {
	width: 40%;			/*画像幅*/
	float: left;		/*画像を左に回り込み*/
	margin-right: 5%;
	border-radius: 5%;
}
/*段落タグ*/
.message p {
	padding: 0 !important;
	font-size: 1em;
}

.list1{
	padding: 0 5em;
}

.grid-list1 h4{
	margin: 0 0 0 9% ;
}

.grid-list h4{
	margin: 0 0 0 8% ;
}
  
main h2{    
	text-align: center;
	font-size: 2.8rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0 1.5em 0;
}
main h2 span{
	display: block;
	font-size: 0.3em;
	opacity: 0.5;
	letter-spacing: 0.5em;
}
  
main h4{
	font-size: 1.1rem;
}

.list2{
	padding: 1em;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #222;	/*背景色*/
	color: #fff;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
}
footer a {
	color: #fff;	/*リンクテキストの文字色*/
	text-decoration: none;
}
footer a:hover {
	color: #fff;	/*マウスオン時の文字色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}


/*test
---------------------------------------------------------------------------*/
.kaisha {
	width: 100%;
	}
	
	.kaisha th,
	.kaisha td {
	border: 1px solid #ccc;
	padding: 20px;
	}
	
	.kaisha th {
	font-weight: bold;
	background-color: #dedede; 
	}
	.background_btn02 {
		display: inline-block;
		color: #f3f3f3; /* 文字色 */
		font-weight: bold; /* 文字の太さ */
		width: 100%;
		max-width: 350px; /* ボタン幅 */
		text-decoration: none;
		border: 2px solid #388033; /* 線の色 */
		padding: 1em 2em;
		text-align: center;
		position: relative;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-size: 200% auto;
		background-image: linear-gradient(to right, #fff 0%, #fff 50%, #388033 50%, #388033 100%); /* 背景色(マウスオーバー後→前) */
		transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
	  }
	  
	  .background_btn02_arrow {
		display: inline-block;
		padding-left: 0.5em;
	  }
	  
	  /* マウスオーバーした際のデザイン */
	  .background_btn02:hover {
		background-position: 0 0;
		color: #000; /* 文字色 */
	  }
	  
	  .background_btn02:hover .background_btn02-line path ,
	  .background_btn02:hover .background_btn02-line line {
		stroke: #000; /* 矢印の色 */
	  }
	
	#contact{
		text-align: center;
		max-width: 60%;
		margin: 5% auto;
	}
	
	a.c-btn {
		color: #fff;
		background-color: #3f3f3f31;
	  }
	  
	  
	  a.c-btn {
		font-size: 20px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 1% 3%;
		padding: 0.5rem 4rem;
		border: 1px solid #ccc;
		text-decoration:none;
	  }
	  
	  a.c-btn {
		margin-right: 1rem;
	  }
@media screen and (max-width: 767px) {
	.kaisha,
	.kaisha tr,
	.kaisha td,
	.kaisha th {display:block;}
	.kaisha th {width:auto;}
	}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
---------------------------------------------------------------------------*/
a.c-btn{
font-size: 15px;
position: absolute;
top: 0;
right: 0;
margin: 1% 3%;
padding: 0.5rem 4rem;
border: 1px solid #ccc;
text-decoration: none;
}

/*ロゴ画像*/
header #logo img {
    display: block;
    width: 35%;
    position: absolute;
    top: -180px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#menubar li{
display: inline-block;
margin: 0 2%;
animation-name: nav;
animation-delay: 1S;
animation-duration: 1S;
animation-fill-mode: both;
}
.message{
	overflow: hidden;
    line-height: 1.5;
    border-bottom: 1px solid #999;
    padding: 0 15% 10% 15%;
}
.list1,.list2{
	padding: 0;
}
#business-content{
	padding: 1%;
}
.grid-list1 h4, .grid-list h4{
	padding:0 8%;
	margin:0 0 0 9%;
}
#contents p{
	padding: 0 17%;
	margin:0 0 10% 0;
}
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

	a.c-btn{
        font-size: 12px;
        position: absolute;
        max-width: 20%;
        top: 0;
        right: 0;
        margin: 1% 3%;
        padding: 0.5rem 3rem;
        border: 1px solid #ccc;
        text-decoration: none;
		}
		
		/*ロゴ画像*/
		header #logo img {
			display: block;
			width: 55%;
			position: absolute;
			top: -180px;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
		}
		#menubar li{
		display: inline-block;
		margin: 0 2%;
		animation-name: nav;
		animation-delay: 1S;
		animation-duration: 1S;
		animation-fill-mode: both;
		}
		.message{
			overflow: hidden;
			line-height: 1.5;
			border-bottom: 1px solid #999;
			padding: 0 5%;
		}
		.list1,.list2{
			padding: 0;
		}
		figure{
			display: block;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			unicode-bidi: isolate;
		}
		#business-content{
			padding: 1%;
		}
		.grid-list1 h4, .grid-list h4{
			padding:0 3%;
			margin:3% 0 0 9%;
		}
		#contents p{
			padding: 0 12%;
			margin:0 0 10% 0;
			font-size: 0.9em;
		}
		#contact {
			text-align: center;
			max-width: 100%;
			margin: 0;
			padding: 20px;
		}
		.background_btn02 {
			display: inline-block;
			color: #f3f3f3; /* 文字色 */
			font-size: small;
			font-weight: bold; /* 文字の太さ */
			width: 65%;
			max-width: 350px; /* ボタン幅 */
			text-decoration: none;
			border: 2px solid #388033; /* 線の色 */
			padding: 1em 2em;
			text-align: center;
			position: relative;
			background-repeat: no-repeat;
			background-position: 100% 0;
			background-size: 200% auto;
			background-image: linear-gradient(to right, #fff 0%, #fff 50%, #388033 50%, #388033 100%); /* 背景色(マウスオーバー後→前) */
			transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
			-webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
		  }
		  .message p {
			padding: 0 !important;
			font-size: 1em;
		}
}

/*------------------------------追加css---------------------------------*/
main > section{
	padding: 2% 5%;
  }
  
#business-content{
	background-color: #5a666e;
	color: #e6e7e8;
  }

#Cleaning-example{
	background-color: #5a666e;
	color: #e6e7e8;
	padding-bottom: 5%;
  }

.cleaning{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.group_set{
	max-width: 80%;
	margin: 0 auto 5%;
}

.group_head{
	max-width: 80%;
	margin: auto;
	background-color: #767573;
	border-radius: 20px 20px 0 0;
}

.group_title{
	font-size: 28px;
	font-weight: bold;
	margin: auto;
	text-align: center;
}

#Cleaning-example p {
	padding: 1% 8%;
}

.group_inner{
	max-width: 80%;
	margin: auto;
	padding-bottom: 3%;
	background: linear-gradient(90deg, #E8E8E8 0%, #E8E8E8 50%, #E7DFC9 50%, #E7DFC9 100%);
    align-items: center;
	border-radius: 0 0 20px 20px;
}

.cleaning_list{
	width: 100%;
	margin: auto;
}

.cleaning_list_inner{
	width: 100%;
	display: table;
    content: "";
	list-style: none;
	margin-block-start: 0;
    margin-block-end: 0;
	padding-inline-start: 0;
}

li.cl_list{
	display: block;
	float: left;
	position: relative;
	width: 50%;
	text-align: center;
}

a.b_title{
	display: block;
	color: #151515;
	font-size: 28px;
	font-weight: bold;
	margin: 10% 25% 5%;
	border-radius: 20px;
	background-color: #E7DFC9;
}

a.a_title{
	display: block;
	color: #151515;
	font-size: 28px;
	font-weight: bold;
	margin: 10% 25% 5%;
	border-radius: 20px;
	background-color: #E8E8E8;
}

.cl_list img {
	width: 70%;
	margin: 5%;
}


.cl_list:nth-child(4)::before,.cl_list:nth-child(6)::before,.cl_list:nth-child(8)::before,.cl_list:nth-child(10)::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 3%;
    border: 30px solid transparent;
    border-left: 40px solid #767573;
}

@media screen and (max-width:480px){

#Cleaning-example p {
	padding: 0 5%;
	font-size: 14px;
}

.group_set{
	max-width: 90%;
	margin: 0 auto 5%;
}

.group_head{
	max-width: 100%;
}

.group_head p {
	margin: 0 !important;
	padding: 1% 0 !important;
	font-size: 12px;
}

.group_inner{
	max-width: 100%;
	padding-bottom: 5%;
	background: linear-gradient(90deg, #E8E8E8 0%, #E8E8E8 50%, #E7DFC9 50%, #E7DFC9 100%);
    align-items: center;
	border-radius: 0 0 20px 20px;
}

a.b_title{
	font-size: 10px;
}

a.a_title{
	font-size: 10px;
}

.cl_list:nth-child(4)::before,.cl_list:nth-child(6)::before,.cl_list:nth-child(8)::before,.cl_list:nth-child(10)::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 3%;
    border: 20px solid transparent;
    border-left: 20px solid #767573;
}

}




  @media screen and (min-width:900px) {
	.grid-list{
	  display: grid;
	  grid-template-columns: repeat(3,1fr);
	}
	.grid-list1{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 0.5rem;
		margin: 2em 7em;
	  }
  }

  /* table01 */
  #table01{
	max-width: 80%;
	margin: 5% auto;
  }

  #table01 tr {
	border-bottom: 1px solid #b5b1b1;
	font-size: 0.9em;
  }
  
  #table01 th,
  #table01 td {
	padding: 24px 0;
	border: none;
  }
  
  #table01 th {
	width: 30%;
  }
  
  /* sp */
  @media only screen and (max-width: 480px) {
	#table01{
		max-width: 90%;
		margin: 5% auto;
	}

	#table01 th,
	#table01 td {
	  width: 100%;
	  display: block;
	}
  
	#table01 th {
	  width: 100%;
	  text-align: left;
	}
  
	#table01 td {
	  padding-top: 0;
	}
  }
