@charset "utf-8";

/* styles.css内飛竜さんのフォームリセット設定を一部解除しました */
.page-common {
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
.page-common {
    margin-top: 5rem;
  }
}

.page-common__title {
  text-align: center;
  position: relative;
}

.page-common__title::before {
  content: "";
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #333;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.page-common__title span {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 0 10px;
  padding: 0 0.625rem;
  position: relative;
}

.page-common__info {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
.page-common__info {
    margin-top: 3.125rem;
  }
}


/* common 
------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

p {
	line-height: 1.75;
	margin-bottom: 2%;
}

table.Fconf {
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin: 0 auto 10%;
	line-height: 1.75;
	background:#fff;
}

@media only screen and (max-width: 1024px) {
table.Fconf {
	width: 95%;
}
}
table.Fconf td, table.Fconf th {
	border-bottom: #999 1px solid;
	padding: 2% 3%;
	vertical-align: middle;
	line-height:1.75;
	text-align: left;
}
table.Fconf th {
	width:25%;
	font-weight: normal;
	vertical-align:top;
}

@media only screen and (max-width: 640px) {
table.Fconf td, table.Fconf th {
	border-bottom: #999 1px solid;
	padding: 2%;
	vertical-align: middle;
	line-height: 130%;
}
}

table.Fconf td#action {
	text-align: center;
}


table.Fconf tr td input[type="text"], table.Fconf tr td textarea {
	width: 100%;
min-height: 20px;
}
table.Fconf tr td textarea {
	min-height: 150px;
}

@media only screen and (max-width:540px) {
table.sp-block {
	width: 97% !important;
	overflow: hidden;
	margin:10px auto 30px;
	padding-right:3%;
	
}
table.sp-block th,table.sp-block td {
	width: 100%;
	display: block;
	border-top: none;

}
table.sp-block tr:first-child th {
	border-top: 1px solid #bfc1c3;
}
table.sp-block tr:last-child td {
	border-bottom: 0px solid #ddd;
}
table.sp-block tr td input[type="text"], table.sp-block tr td textarea {
	width: 95%;
}
table.sp-block tr td textarea {
	min-height: 80px;
}
		table.sp-block th {
		background: #dcdcdc !important;
	}
}



.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.double li {
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:8%;
}
.double li:nth-child(2n) {
	margin-right:0;
}

.triple li {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 2%;
}
.triple li:nth-child(3n) {
  margin-right: 0;
}
ul.quadruple {
	margin-bottom: 5%;
}
.quadruple li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 5%;
}
.quadruple li:nth-child(4n) {
  margin-right: 0;
}

ul.list-icon {
	margin: 0 0 7% 3%;
}

ul.list-icon li {
	position:relative;
	padding-left:3%;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 0.5% 0 2% 0 !important;
	font-size:110%;
}
ul.list-icon li:before {
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 12px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #ffd489;
}

@media only screen and (max-width: 540px) {
ul.list-icon li {
	margin-bottom: 10px;
	line-height: 130%;
}
	
	ul.list-icon li:before {
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #ffd489;
}


}


@media only screen and (max-width: 540px) {
.pc-only {display:none;}
}

.sp-only {
	display:none;
}
@media only screen and (max-width: 540px) {

.sp-only {display:block;
}

}

#pagetop {
	margin-top: 7px;
	float: right;
	position: fixed;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
}

@media only screen and (max-width: 820px) {
	#pagetop {
		display:none !important;
	}
}

h3 {
  position: relative;
  padding: 0.5% 2% 1%;
  background: #01b473;
	margin-bottom: 4%;
	color: #fff;
}


h4 {
	margin-bottom: 5%;
}

h5 {
	padding: 0.5% 1% 0.5%;
  background: #fff;
  border-left: solid 5px #e0af2f;
	border-bottom: solid 2px #2f7958;
	font-weight: bold;
	font-size:120%;
}

/* 自動車用品
------------------------------------------------------- */
#carPI {
  background-image: url(../img/car_parts/mimg.jpg);
}

#carP th {
	text-align: center;
	font-size:120%;
	color: #3cad6c;
	font-weight: bold;
}

#carP td a:hover {
	text-decoration: underline;
}
#carP tr.even {
	background: #f7f4f1;
}

/* 採用情報・お問合せ
------------------------------------------------------- */
#recI {
  background-image: url(../img/common/mimg2.jpg);
}
#conI {
  background-image: url(../img/common/mimg1.jpg);
}
#form table {
	margin: 0 auto 0;
}
#form h3 {
  background: #797979;
	margin-top: -10%;
	color: #fff;
}
#form ul.list-icon li {
	font-size:100%;
}
#form a {
	text-decoration:underline;
}
#form a:hover {
	color:#de8000;
	text-decoration:none;
}


#form p.end {
	margin-bottom: 5%;
}

table.box  {
		width: 80%;
	border: #999 1px solid;
	margin: 5% auto 10%;
	line-height: 1.75;
	background:#fff;
}

@media only screen and (max-width: 768px) {
	table.box  {
		width: 98%;
	}
}

table.box td, table.box th {
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	padding: 2% 3%;
	vertical-align: middle;
	line-height:1.75;
	text-align: left;
}
table.box th {
	width:25%;
	font-weight: normal;
	background:#e7eaed;
	vertical-align:top;
}
@media only screen and (max-width: 540px) {
	#recr table.box th {
	width:100%;
	}
}

#recrBF {
	font-size:150%;
	font-weight: bold;
	margin-bottom: 2%;
}
#consul h5 {
	background: #e0af2f;
	color:#fff;
}
#consul hr {
  height: 0;
  margin: 3% auto 5%;
  padding: 0;
  border: 0;
  overflow: visible;
	border-top: 3px double #e0af2f;
	width: 60%;
}

/* プライバシーポリシー
------------------------------------------------------- */
#pp ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
	margin: 5% 0;
}
#pp li{
  text-indent: -1.3em;
  padding-left: 1.3em;
	margin-bottom: 3%;
}
#pp li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}

/* コインランドリー
------------------------------------------------------- */
#landryI {
  background-image: url(../img/laundry/mimg.jpg?0929);
}

#landry h3 {
	background:#f6a2b9; 
}
#landry table {
	width: 80%;
}

#landry table th,#landry table td {
	font-size:130%;
}
#landry #fee table th {
	width: 60%;
}

@media only screen and (max-width: 768px) {
	#landry table {
	width: 95%;
}
	#landry table th,#landry table td {
	font-size:110%;
}
}

#Timg {
	max-width: 738px;
	margin: 0 auto 5%;
}

#availability table th,#availability table td {
	font-size:100%;
}
#availability table th {
	background: #67aa8b;
	color:#fff;
}

#availability table tr.even {
	background: #f3f9f7;
}

#info img.bigm {
	width: 70%;
	margin: 0 auto 5%;
}
@media only screen and (max-width: 768px) {
	#info img.bigm {
	width: 90%;
	}
}


#info table {
	width: 100%;
}
#info table th {
	width: 25%;
	background: #e8f0fe;
		padding: 2% 1.5%;

}
#info table th span {
	font-size:200%;
}
@media only screen and (max-width: 1024px) {
	#info table th span {
	font-size:160%;
}
}
#info table th p {
	color: #fff;background:#364e96;
  padding: 0.2% 5%;
  border-radius: 0.5em;
	margin-top: 5%;
}
@media only screen and (max-width: 540px) {
#info table th p {
	font-size:90%;
}
}
#info table td {
	width: 18.75%;
}
#info table td.txtc {
	text-align: center;
}
#info table td.bacB {
	background: #f7f4f1;
}

#info p[title] {
	font-size:200%;
	margin-bottom: 5%;
	color:#023d93;
	text-align: center;
		background: linear-gradient(transparent 60%, #e0edff 60%);
}

@media only screen and (max-width: 1220px) {
#info p[title] {
	font-size:160%;
	}
}
@media only screen and (max-width: 768px) {
#info p[title] {
	font-size:130%;
	}
}


#info p#balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1% 5%;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 100%;
  background: #156df5;
	border-radius: 20px;
}

#info p#balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #156df5;
}

#info ul {
	    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
#info li {
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:8%;
	border: 3px solid #eac6ca;
	  border-radius: 15px;
	padding: 3%;
}
#info li:nth-child(2n) {
	margin-right:0;
}

@media only screen and (max-width: 640px) {
	#info li {
	float:left;
	width:98%;
			margin:0 1% 3%;

	}
	#info li:nth-child(2n) {
	margin-right:1%;
}
}

#info li .innT{
	margin-bottom: 5%;
}
#info li img {
	width: 25%;
	float: left;
}

#info li .rightT {
	width:75%;
	float: right;
	font-size:150%;
}
#info li .rightT span {
	font-size:150%;
	font-weight: bold;
}
#info li p span {
	font-size:130%;
	font-weight: bold;
	color: #d73a4f;
}
#planmenu {
	margin: 5% 0 ;
}
@media only screen and (max-width: 1280px) {
	#planmenu {
	margin: 5% 2% ;
}
}

#planmenu p {
	margin-bottom:5%; 
}


#planmenu li a {
	float: left;
	border: #fccae3 2px solid;
	width: 18.4%;
	margin-right: 1.5%;
	margin-bottom: 1%;
	text-align: center;
	padding: 2% 0;
		border-radius: 6px;
	color: #351d19;
	background: #fff;
	height:auto;
}
#planmenu li a:hover {
	background: #fccae3;
	text-decoration:none;
	color: #fff;
}




#planmenu li:nth-child(5n) a{
	margin-right: 0;
}

@media only screen and (max-width: 1220px) {
	#planmenu li a {
	width: 18.6%;
	margin-right: 1%;
	}
}
@media only screen and (max-width: 1000px) {
	#planmenu li a {
		font-size:90%;
	}
}

@media only screen and (max-width: 768px) {
	#planmenu li a {
	width: 31.8%;
	margin-right: 1%;
	}
	#planmenu li:nth-child(5n) a{
	margin-right: 1%;
}
		#planmenu li:nth-child(3n) a{
	margin-right: 0;
}
}

@media only screen and (max-width: 540px) { 
		#planmenu li a {
			font-size:90%;
	width: 31.6%;
	}
}
@media only screen and (max-width: 480px) {
	#planmenu li a {
	width: 47.6%;
	margin-right: 2%;
	}
	#planmenu li:nth-child(5n) a{
	margin-right: 2%;
}
		#planmenu li:nth-child(3n) a{
	margin-right: 2%;
}
	#planmenu li:nth-child(2n) a{
	margin-right: 0;
}
}


/* ハウスクリーニング
------------------------------------------------------- */
#cleanI {
  background-image: url(../img/cleaning/mimg.jpg);
}
#clean table th {
	width: 20%;
}
#clean table th:nth-child(2) {
	width: 40%;
}
#clean p[title] {
	font-size:200%;
	margin-bottom: 5%;
	color:#289d00;
	text-align: center;
}
#clean p[title] span {
		background: linear-gradient(transparent 60%, #c9e689 60%);
}

@media only screen and (max-width: 1220px) {
	#clean p[title] {
	font-size:160%;
	}
}
@media only screen and (max-width: 768px) {
	#clean p[title] {
	font-size:130%;
	}
}

/* キッチンカー
------------------------------------------------------- */
#kitchenI {
  background-image: url(../img/kitchen/mimg.jpg);
}

#kitchen p[title] {
	font-size:200%;
	margin-bottom: 5%;
	color:#de8000;
	text-align: center;
}
#kitchen p[title] span {
		background: linear-gradient(transparent 60%, #ffd489 60%);

}

@media only screen and (max-width: 1220px) {
#kitchen p[title] {
	font-size:160%;
	}
}
@media only screen and (max-width: 768px) {
#kitchen p[title] {
	font-size:130%;
	}
}
#kitc-irai {
	margin-bottom: 15%;
}
#kitc-irai h3 {
  background: #faba4a;
	margin-bottom: 1%;
	margin-top: 3%;
	color: #fff;
}
#kitc-irai .bold {
	font-size:120%;
}
@media only screen and (max-width: 540px) {
#kitc-irai .bold {
	font-size:110%;
}
}
#kitc-irai ul.list-icon {
	margin: 0 0 3% 3%;
}
#kitc-irai ul.list-icon li {

	margin: 0.5% 0 1% 0 !important;
	font-size:100%;
}
#kitc-irai ul.list-icon li:before {
	border-top: 9px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 12px solid #cbcbcb;
}
@media only screen and (max-width: 540px) {
#kitc-irai ul.list-icon li {
	line-height: 130%;
}
	
	#kitc-irai ul.list-icon li:before {
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #ffd489;
}


}
#kitc-irai p[title] {
	font-size:130%;
}
@media only screen and (max-width: 540px) {
#kitc-irai p[title] {
	font-size:110%;
}
}
#kitc-irai hr {
  height: 0;
  margin: 8% auto 3%;
  padding: 0;
  border: 0;
  overflow: visible;
	border-top: 3px double #faba4a;
	width: 60%;
}

/* sitemap 
------------------------------------------------------- */

#sitemap-area {
	margin-top: -1%;
	margin-bottom: 3%;

}

#sitemap-area ul li {
  margin-bottom: 1.5em;
	list-style-type: circle;
}
#sitemap-area ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
#sitemap-area ul li ul li {
  margin-bottom: .75em;
  position: relative;
	list-style-type: none;
}
 
#sitemap-area ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #ccc;
}
 
#sitemap-area ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
#sitemap-area ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #ccc;
}

#sitemapL {
	float: left;
	width: 45%;
	margin-left: 5%;
}
#sitemapR {
	float: right;
	width: 50%;
}

@media only screen and (max-width: 540px) {
	#sitemapL,#sitemapR {
	float: none;
	width: 90%;
		margin-left: 10%;
}

}

