@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	line-height: 1.7;
}
img {
	max-width: 100%;
	height: auto;
}


/*=======================

header

=======================*/

header {
	min-width: 100%;
}
.header-inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 15px 0 20px 10px;
}
.header-logo {
	margin-bottom: 0;
}
.header-logo h1 a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 185px;
	background: url("../img/header_logo_01.jpg")left top no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.headContact {
	display: none;
}

/* -----------------------
   グローバルメニュー
 ------------------------- */
#globalnav #slide_menu {
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: #fff;
	z-index: 1000;
	border-left: 3px solid #0168b7;
	padding-top: 90px;	
}
/*.globalnav.open #slide_menu {
	right: 0;
}*/
#globalnav nav {
	margin-right: 0;
}
#globalnav nav ul {
	border-left: none;
	height: auto;
	overflow: auto;
}
.accordion {
	display: flex;
	flex-wrap: wrap;
}
#globalnav nav ul li {
	width: 237px;
	height: auto;
	position: relative;
	margin: 0 !important;
}
#globalnav nav ul li.pc-none {
	display: block;
}
#globalnav nav ul li a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 1.5;
	padding: 10px 20px;
	text-align: left;
	width: auto;
	border-bottom: 1px solid #e1e1e1;
}
#globalnav nav ul li a span {
	display: block;
	margin-top: 3px;
	color: #33ad00;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-size: 10px;
}
#globalnav nav ul li:first-child a {
	border-top: 1px solid #e1e1e1;
}
#globalnav nav ul li a.active {
	background: none;
	color: #333;
}
#globalnav nav ul li.current {
	background: #e4f4ff;
	color: #0168b7;
}

/* スライドメニュー　*/
#globalnav .childMenu {
	position: inherit;
	top: auto;
	left: auto;
	min-width: 0;
	width: auto;
	border: none;
	padding: 0;
	white-space: inherit;
	z-index: auto;
	box-shadow: none;
	transform: none;
}
nav li a::after {
    left: 0;
    /*線の形状*/
    width: 100%;
}
/* ハンバーガーメニュー */
#nav-button {
	display: block;
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	background: #0168b7;
	width: 50px;
	height: 50px;
	z-index: 9999;
	color: #fff;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 49px;
}
.menu-trigger span.line {
	position: absolute;
	left: 15%;
	width: 70%;
	height: 1px;
    background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 14px;
}
.menu-trigger span:nth-of-type(2) {
	top: 24px;
}
.menu-trigger span:nth-of-type(3) {
	top: 34px;
}
.menu-txt {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) rotate(-45deg);
	top: 6px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-20px) rotate(45deg);
	top: 45px
}
nav li a::after {
	background: none;
}
/*=======================

コンテンツエリア

=======================*/
/* ---------------------
   メインスライド 
-----------------------*/
.slide-wrapper {
	margin: 30px auto 120px;
}
.cover .slide_all {
	height: auto;
	width: 100%;
}
.cover .bx-wrapper {
	width: 100%;
	margin: 0 auto;
}
.cover .bxslider li {
	height: auto;
}
.catchcopy {
	margin-top: 50px;
}
.catchcopy img {
	width: 75%;
}
/* ---------------------
   タイトルタグ
-----------------------*/
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
h2 {
	margin-bottom: 30px;
}
h2.cleaning-ttl {
	background: url("../img/cleaning_h2_sp.jpg") no-repeat;	
}
h2.mainte-ttl {
	background: url("../img/mainte_h2_sp.jpg") no-repeat;
}
h2.ecshop-ttl {
	background: url("../img/ecshop_h2_sp.jpg") no-repeat;
}
h2.company-ttl {
	background: url("../img/company_h2_sp.jpg") no-repeat;
}
h2.auto-ttl {
	background: url("../img/automobil_h2_sp.jpg") no-repeat;
}
h2.t-img {
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 20vh;
	margin-top: 0;
}
.title h3 {
	border-bottom: 3px solid #33ad00;
	margin-bottom: 23px;
	padding-bottom: 13px;
}
.title {
	position: relative;
}
.title a {
	display: block;
	position: absolute;
	line-height: 1;
	width: 90px;
	right: 0;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	font-size: 12px;
	padding: 6px 0;
	border-radius: 26px;
	bottom: 13px;
	font-weight: bold;
}
/* ---------------------
   コンテンツ 
-----------------------*/
#content-wrapper .main {
	padding-top: 15%;
}
section {
}
.contents-box {
	width: 90%;
	margin: 0 auto;	
}
.flex {
	display: flex;
	flex-wrap: wrap;	
}
.box {
	background: url(../img/box-bg.jpg) left top repeat;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

/* バナーエリア01 */
.ban-area01 {
	margin-bottom: 10%;
	padding: 0 5% 0 5%;
}
.ban-area01 section {
	width: 100%;
}
.main .ban-area01 section:first-child {
	margin-right: 0;

}
/* intro */
.intro {
	margin-bottom: 280px;
	position: relative;
}
.intro-bg {
	height: auto;
}
.intro-bg .intro-box {
	background-color: #e4f4ff;
	width: 80%;
	height: 50vh;
}
.intro-inner {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	justify-content: center;
}
.intro-inner figure {
	width: 90%;
	height: 70vw;
	margin: 0 0 20px;
	background-image: url("../img/588ac673bc7b476d08939db6.jpg");
	background-size: cover;
}
.intro-txt {
	width: 90%;
}
.intro-txt p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 25px;
}
.intro-txt p.lead {
	font-size: 16px;
}
.intro-txt p.lead-sub {
	font-size: 15px;
}
.sp-br {
	display: block;
}
/* おしらせ */
.info.contents-box {
	margin: 0 auto 80px;
	padding-top: 80px;
}
.info-list li a {
	display: block;
	line-height: 50px;
	width: 100%;
}
.info-list li a br {
	display: block;
}
.info-list li a span.tag {
	width: 70px;
	height: 25px;
	margin-right: 30px;
	vertical-align: text-top;
}
.info-list li a span.tag.new {
	background: url("../img/news_icon1.jpg") no-repeat;
	background-size: contain;
}
.info-list li a span.tag.sns {
	background: url("../img/news_icon2.jpg") no-repeat;
	background-size: contain;
}
.info-list li a .arrow {
	display: none;
}
/*iphoneのための記述*/
.tel a { 
	color: #fff;
	text-decoration: none;
}
footer .tel a {
	display: inline;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}
/*業務内容*/
.service .ban-area03 article {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
}
.service .ban-area03 figure {
	width: 100%;
}
/*お問い合わせ*/
.infomation {
	width: 100%;
	height: 80vh;
	background-position: center;
}
.infomation .ban-area02 {
	width: 100%;
	padding-top: 50px;
}
.infomation .ban-area02 p {
	padding: 0;
}
.info-data p:first-child {
	margin-top: 0;
}
.info-data .link-button {
	margin-top: 30px;
}
.link-button a {
	border: 1px solid #fff;
}
/* feature */
.feature-area {
	padding: 10% 5% 10% 5%;
	margin-bottom: 20%;
}

/* バナーエリア02 */
.ban-area02 {
	width: 100%;
	padding: 0 5% 0 5%;
}
.ban-area02 section {
	width: 100%;
	margin-bottom: 10%;
}
.ban-area02 section:first-child {
	margin-right: 0;
}
.ban-area02 a {
	padding: 5px;
	display: block;
}
.ban-area02 h3 {
	font-size: 20px;
	padding: 30px 0 20px;
	color: #33ad00;
	text-align: center;
}
.ban-area02 p {
	font-size: 16px;
	line-height: 1.5;
}

/* バナーエリア03 */
.ban-area03 h2 {
	margin-bottom: 30px;
}
.ban-area03 h2 span {
	margin-top: 0;
}
.ban-area03 {
}
.ban-area03 section {
	width: 100%;
	margin-bottom: 10%;
}
.ban-area03 section.last {
	margin-right: 0;
}
.ban-area03 p {
	padding: 0 3%;
}

/* バナーエリア04 */
.ban-area04 {
	width: 100%;
	margin: 0 0 10% 0;
}
.ban-area04 li {
	margin: 0 auto 5%;
}
.ban-area04 li:nth-child(2n) {
	margin: 0 auto 5%;
}
.ban-area04 li a {
	width: 100%;
}
.facebook {
	padding: 0 5% 0 5%;
	width: 100%;
	margin-bottom: 10%;
}
/*-----------------------
清掃管理
-----------------------*/
.works .box {
	box-shadow: none;
}
.works article {
	width: auto;
	margin-bottom: 80px;
}
/*-------------------
お問い合わせページ
-------------------*/
table.ta1 {
	table-layout: fixed;
	width: 100%;
}
.ta1 th,.ta1 td {
	display: block;
	width: 100%;
	padding: 1rem 0;
}
.ta1 td input {
	width: 100%;
}
.ta1 td textarea {
	width: 100%;
}
.c input.btn  {
	margin: 30px auto 0;
}
.c input.btn:nth-child(even) {
	margin: 30px auto;
	background-color: #a9a9a9;
}

/*-------------------
ECショップ
-------------------*/
.ecshop h3 {
	margin: 0 auto 50px;
}
.ttl_bg {
	width: 100%;
	margin: 0 auto;
}
.ecshop p br {
	display: none;
}
.shop-list {
	padding: 15px 15px;
	width: 100%;
	margin: 10px auto 0;
}
/*-----------------------
会社案内
-----------------------*/
.company-section .tabs-panel {
	padding-top: 0;
}
ul.tabs-nav.flex {
	margin: 0 0 -30px 0;
}
/*ビジョン*/
#vision .flex {
	margin-top: 30px;
	margin-right: 0;
}
#vision .ban-area02 {
	margin-right: 0;
	margin-bottom: 50px;
	padding: 0;
}
/*会社概要*/
.company-section .list-area {
	margin-top: 50px;
}
.company-section .list-area dl {
	margin: 20px 0 80px;
}
.company-section .list-area dt {
	width: 25%;
	padding: 30px 0 30px 10px;
	font-weight: 700;	
}
.company-section .list-area dd {
	width: 75%;
	padding: 30px 0 30px 30px;
}
.company-section .list-area ul {
	margin: 20px 0 80px;
}
.company-section .tabs-nav li {
	width: 50%;
	height: 52px;
	margin: 50px auto;
}
.company-section .list-area li {
	width: 100%;
	padding: 20px 0 20px 5px;
}

/*=======================

フッター

=======================*/
footer {
	padding-top: 50px;
}
footer .contents-box {
	padding-bottom: 50px;
}
.corp-info {
	width: 250px;
	margin: 0 auto 50px;
	text-align: center;
}
.corp-info .btn {
	margin: 0 auto;
}
.sitemap-area {
	width: 100%;
	position: relative;
}
.sitemap-link {
	margin-bottom: 0;
	margin-top: 50px;
}
.sitemap-link ul {
	width: 100%;
}
.sitemap-link li {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.sitemap-link li ul li.pd {
	padding-left: 0;
}
.sitemap-link li ul.flex {
	padding-bottom: 20px;
}
.sitemap-link li p {
	margin: 0;
}
.sitemap-link li p a {
	display: block;
	padding: 10px 0;
}
.child-link {
	margin: 0;
	display: none;
}
.open .child-link {
	display: block;
}
.child-link li {
	border-top: 1px solid #aaa;
	border-bottom: none;
}
.child-link li a {
	display: block;
	width: auto;
	height: 100%;
	padding: 10px 20px;
	background: #fff;
}
.privacy-link {
	width: 100%;
}
.privacy-link ul li {
	margin-bottom: 0;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #aaa;
}
.privacy-link li p a {
	font-weight: bold;
	display: block;
	width: auto;
	height: 100%;
	padding: 10px 20px;
}

.foot-ban-area {
	border-top: 1px solid #aaa;
	padding: 42px 0 12px;
}
.foot-ban-area h5 {
	margin-bottom: 5%;
}
.foot-ban-link li {
    margin: 0 auto 25px;
}
.foot-ban-link li:last-child {
    margin: 0 auto 25px;
}
.foot-ban-link li a {
	display: block;
	width: 226px;
}
.copyright {
	padding: 20px 0 50px;
	text-align: center;
	font-size: 12px;
}
/* スムーズスクロールのcss */
.no-js .back-to-top {
	display: none;
}
.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: #0168b7;
	border: none;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.50s;
}
.back-to-top.down {
	opacity: 1;
}
.back-to-top span {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.back-to-top span:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: #fff transparent transparent transparent ;
	content: " ";
	display: block;
	position: absolute;
	margin: -7px -7px 0 0;
	top: 20px;
	left: 50%;
	transform: rotate(-45deg);

}
@media screen and (min-width: 641px){
	
}

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