@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){}

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

.my-table th {
	width: 20%;
}

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

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

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

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

.my-note {
	color: #ec1c24;
	font-size: 16px;
}

.mb-20 {
	margin-bottom: 20px;
}

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

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

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

th,td {
	padding-left: 1em;
}

/*調整用-------------------------------*/

.my-mb-00 {
	margin-bottom: 60px;
}

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

.my-mb-03 {
	margin-bottom: 1em;
}

.my-mb-04 {
	margin-bottom: 100px;
}

.my-text-center {
	text-align: center;
}


/* 下層ページ　ページ見出し用 */

#page_title h1 {
	font-size: 28px;
	color: #1ba1e6;
}


/* 外装工事メニュー用 */

.exterior-menu-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.exterior-menu-item {
	width: 24%;
	max-width: 360px;
	margin-bottom: 40px;
}

.exterior-menu-pic {
	border-bottom: 2px solid #82c7e6;
}

.exterior-menu-title {
	font-size: 18px;
	text-align: center;
}

/* 内装工事メニュー用 */

.interior-menu-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.interior-menu-item {
	width: 30%;
	max-width: 360px;
	margin-bottom: 40px;
}

.interior-menu-pic {
	border-bottom: 2px solid #82c7e6;
}

.interior-menu-title {
	font-size: 18px;
	text-align: center;
}

/* 不用品回収 */
.garbage-list-wrap {
	background: #eef3f9;
	padding: 20px;
}

.garbage-list-title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.garbage-list-1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}

.garbage-list-1 li {
	width: 25%;
}

.garbage-list-2 {}

.garbage-list-2 li {}

.garbage-list-note {
	font-size: 16px;
}

/* 法人向け清掃　定期清掃メニュー用 */

.regular-menu-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.regular-menu-item {
	width: 30%;
	max-width: 360px;
	margin-bottom: 40px;
}

.regular-menu-pic {
	border-bottom: 2px solid #82c7e6;
}

.regular-menu-title {
	font-size: 18px;
	text-align: center;
}

/* 個人向け清掃　料金表用 */

table.price th {
	width: 30%;
}

/* クリーニングサービス用 */

.cleaning-service-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cleaning-service-item {
	width: 30%;
	max-width: 360px;
	margin-bottom: 40px;
}

.cleaning-service-pic {
	border-bottom: 2px solid #82c7e6;
}

.cleaning-service-text {}

.cleaning-service-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 8px 0;
}

.cleaning-service-detail {
	font-size: 16px;
}

/* 事例用 */

.my_beforeAfter-title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	/*border-bottom: 2px dashed #82c7e6;*/
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.my_beforeAfter_area {
	background: #eef3f9;
	padding: 20px;
}

.my_arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  
  margin-bottom: 50px;
  margin-left: 20px;
}

.my_arrow::before {
  content: '';
  width: 60px;
  height: 60px;
  border: 0px;
  border-top: solid 20px #82c7e6;
  border-right: solid 20px #82c7e6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -4px;
}

.my_beforeAfter_wrap {
	display: flex;
    justify-content: space-between;
    width: 100%;
	max-width: 880px;
	margin: 0 auto 30px auto;
}

.my_beforeAfter_box {
	/*width: 45%;*/
	width: 40%;
}

.my_beforeAfter_pic {
	text-align: center;
	margin-bottom: 15px;
}

.my_beforeAfter_cap {
	text-align: center;
}

.my_beforeAfter_arrow {
	width: 10%;
	display: flex;
	align-items: center;
}

.my_beforeAfter-table {
	width: 100%;
	display: flex;
}

.my_beforeAfter-table table {
	width: 100%;
}

.my_beforeAfter-table table:first-child {
	border-right: none;
}

.my_beforeAfter-table table:first-child td {
	border-right: none;
}

.my_beforeAfter-table th {
	background: #f4f6f9;
	color: #000;
	width: 20%;
}

.my_beforeAfter-table td {
	background: #fff;
	padding-left: 20px;
}

.my_beforeAfter-table th {
	text-align: center;
}

/* 会社概要ページ用 */

dl.kyoka-wrap {
	display: flex;
	margin-bottom: 0;
}

dl.kyoka-wrap dt,
dl.kyoka-wrap dd {
	display: block;
}

dl.kyoka-wrap dt {
	font-weight: normal;
	width: 320px;
}

.table_company th {
	width: 20%;
}

/* 会社概要ページ　経営理念用 */

.my-policy-wrap {
	border: 1px solid #1ba1e6;
    border-radius: 20px;
    padding: 20px;
}

.my-policy-inner {}

.my-policy {}

.my-policy-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.my-policy-pic {
	width: 246px;
}

.my-policy-pic img {
	display: block;
	width: 100%;
	height: auto;
}

.my-policy-text {
	padding-left: 20px;
    font-size: 18px;
    padding-top: 18px;
}

/* トップページ用 */

.home h2 {
	margin-bottom: 50px;
}

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

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

.index-service-item {
	width: 24%;
	box-shadow: 0 0 20px rgba(0,0,0,.14);
    border: 1px solid #ddd;
	border-radius: 8px;
}

.index-service-item img {
	display: block;
	border-radius: 8px 8px 0 0;
}

.index-service-title {
	text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 20px 10px 10px 10px;
}

.service-item-header {
	background: #1ba1e6;
	text-align: center;
	padding-bottom: 20px;
	border-radius: 8px 8px 0 0;
}

.service-item-body {
    padding: 20px 0 40px 0;
}

.service-list {
	list-style-type: none;
	padding-left: 30px;
}

.service-list li {
	font-size: 16px;
	position: relative;
	margin-left: 0;
	padding-left: 20px;
	border: none;
}

.service-list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 1px;
    background: #1ba1e6;
    left: 0;
    top: 50%;
}

.my-btn-wrap {
	display: flex;
	justify-content: center;
}

.my-btn {
	padding: 7px 15px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #0084CF;
    color: #0074b6;
	width: 80%;
}

/* ページ下部お問い合わせ用 */
.col-contact .container {
	max-width: 960px;
}

.col-contact .container > .row {
    border: 4px solid #82c7e6;
    background-color: #fff;
    padding: 20px 0;
}

.col-contact .container .col-tel,
.col-contact .container .col-mail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.col-contact .container .col-tel {
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.col-contact .container .col-tel .col-info,
.col-contact .container .col-mail .col-info {
    padding-left: 1em;
    padding-right: 1em;
}

.col-contact .container .col-tel h2,
.col-contact .container .col-mail h2 {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 900;
}

.col-contact .container .col-tel address,
.col-contact .container .col-mail address {
    color: #1ba1e6;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1em;
}

.col-contact .container .col-tel a {
	color: #1ba1e6;
}

.col-contact .container .col-tel::after {
    position: absolute;
    content: "";
    right: 0;
    height: 70%;
    border-right: 1px solid #82c7e6;
}

.col-contact .container .btn-contact {
    font-size: 21px;
    color: #fff;
    background-color: #1ba1e6;
    padding: .5em 4em;
}

.col-contact .container .btn-contact:hover {
	background: #2da9e8;
	text-decoration: underline;
}


/* フッター用 */

#footer_area {
    background: #f9f9f9;
}

.footer_area .menu .glyphicon {
    color: #000;
}

.footer_area .menu li a {
    color: #000;
}

#footer_copyright {
    color: #000;
}

@media (max-width:767px){
	
	h3 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.footer_about dd .footer_about_tel {
		font-size: 24px;
	}
	
	th,td {
		font-size: 13px;
	}
	
	.my-mb-01 {
		margin-bottom: 50px;
	}
	
	.my-note {
		font-size: 14px;
	}

	/*調整用（スマホ）-------------------------------*/

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

	.my-mb-02 {
		margin-bottom: 0;
	}
	
	.my-mb-04 {
		margin-bottom: 20px;
	}
	
	/* 下層ページ　ページ見出し用（スマホ） */

	#page_title h1 {
		font-size: 24px;
	}

	/* 外装工事メニュー用 */

	.exterior-menu-item {
		width: 48%;
		margin-bottom: 10px;
	}

	.exterior-menu-title {
		font-size: 13px;
	}
	
	/* 内装工事メニュー用 */

	.interior-menu-item {
		width: 48%;
		margin-bottom: 10px;
	}

	.interior-menu-title {
		font-size: 13px;
	}

	/* 不用品回収（スマホ） */
	.garbage-list-wrap {
		padding: 15px;
	}

	.garbage-list-title {
		font-size: 14px;
		padding: 6px 0 6px 0;
	}

	.garbage-list-1 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 20px;
	}

	.garbage-list-1 li {
		width: 50%;
	}

	.garbage-list-2 {}

	.garbage-list-2 li {}

	.garbage-list-note {
		font-size: 14px;
	}
	
	/* 法人向け清掃　定期清掃メニュー用 */

	.regular-menu-item {
		width: 48%;
		margin-bottom: 10px;
	}

	.regular-menu-title {
		font-size: 13px;
	}
	
	/* 個人向け清掃　料金表用 */

	table.price th {
		width: 50%;
	}
	
	/* クリーニングサービス用（スマホ） */

	.cleaning-service-wrap {
		display: block;
		width: 100%;
	}

	.cleaning-service-item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.cleaning-service-text {}

	.cleaning-service-title {
		font-size: 14px;
		padding: 6px 0 6px 0;
	}

	.cleaning-service-detail {
		font-size: 14px;
	}	
	
	/* 事例用（スマホ） */
	
	.my_beforeAfter-title {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
	.my_beforeAfter_area {
		padding: 15px;
	}
	
	.my_beforeAfter_wrap {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.my_beforeAfter_box {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.my_beforeAfter_arrow {
		display: none;
	}
	
	.my_beforeAfter-table {
		display: block;
	}
	
	.my_beforeAfter-table th {
		width: 30%;
	}
	
	.my_beforeAfter-table table:first-child {
		border-bottom: none;
	}

	.my_beforeAfter-table table:first-child th,
	.my_beforeAfter-table table:first-child td {
		border-bottom: none;
	}	
	
	.my_beforeAfter-table table:first-child td {
		border-right: 1px solid #ccc;
	}
	
	/* 会社概要ページ用（スマホ） */

	dl.kyoka-wrap {
		display: block;
		margin-bottom: 10px;
	}

	dl.kyoka-wrap dt {
		width: 100%;
	}

	.table_company th {
		width: 110px;
	}

	/* 会社概要ページ　経営理念用 */

	.my-policy-wrap {
		padding: 10px;
	}

	.my-policy-inner {}

	.my-policy {}

	.my-policy-item {}

	.my-policy-pic {
		width: 40%;
	}

	.my-policy-pic img {}

	.my-policy-text {
		width: 60%;
		font-size: 14px;
		line-height: 1.6;
	}

	
	
	
	/* トップページ用（スマホ） */
	.home h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	/* トップページ事業内容用（スマホ）*/
	.index-service-wrap {
		display: block;
	}

	.index-service-item {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.service-item-body {
		padding: 20px 0 20px 0;
	}

	.service-list li {
		font-size: 14px;
	}
	
	
	/* ページ下部お問い合わせ用（スマホ） */
	.col-contact .container {
		width: 100%;
	}
	
	.col-contact .container .col-tel .col-info,
	.col-contact .container .col-mail .col-info {
		width: 100%;
	}
	
	.col-contact .container .col-tel {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.col-contact .container .col-tel a {
		/*font-size: 24px;*/
		font-size: 22px;
	}
	
	.col-contact .container .col-mail .btn {
		padding: .5em 0;
		width: 100%;
		font-size: 18px;
	}
	
	.col-contact .container .col-tel::after {
		border: none;
		right: auto;
		bottom: 0;
		width: 80%;
		height: 1px;
		border-bottom: 1px solid #1ba1e6;
	}
}


















