﻿@charset "UTF-8";
/*
Theme Name: seiwa
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/*
blue-color: #249be3;
btn-color: #f16a6a;
ligth-blue: #cdecf1;
parts-color: rgba(106, 194, 241, 1);
*/

/****************************************
		リセット 
*****************************************/
html, body, div, span, applet, object, iframe, strong, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ul, ol {
	list-style: none;
}
header, footer, section {
display: block;
}
pre, textarea {
overflow: auto;
}
[hidden], audio:not([controls]), template {
display: none;
}
details, main, summary {
display: block;
}
input[type=number] {
width: auto;
}
/*input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}*/
progress {
display: inline-block;
}
small {
font-size: 75%;
}
textarea {
resize: vertical;
}
[unselectable] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*border-style:solid;border-width:0}*/
/*{font-size:inherit;line-height:inherit;margin:0;padding:0}*/
/*::after,::before{text-decoration:inherit;vertical-align:inherit}*/
:root {
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
box-sizing: border-box;
cursor: default;
/*font:16px/1.5 sans-serif;*/
text-rendering: optimizeLegibility;
}
a {
text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
vertical-align: middle;
}
/*button,/*input,*/
select, textarea {
background-color: transparent;
}
/*color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;}*/
code, kbd, pre, samp {
font-family: monospace,monospace;
}
nav ol, nav ul, ul ol {
list-style: none;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
}
select::-ms-expand {
display: none;
}
select::-ms-value {
color: currentColor;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
::-moz-selection {
background-color: #B3D4FC;
text-shadow: none;
}
::selection {
background-color: #B3D4FC;
text-shadow: none;
}
@media screen {
[hidden~=screen] {
display: inherit;
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
clip: rect(0 0 0 0)!important;
position: absolute!important;
}
}

/****************************************
		基本設定 - 色はここから変更
*****************************************/

a {
	color: #333;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}
a:hover {
	color: #ccc;
	-webkit-text-size-adjust: 100%;
}

/****************************************
		コンテンツ
*****************************************/
/*** font ***/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
}

html, body, #wrapper {
	-webkit-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1.6rem;
}
/*** font ***/


/****************************************
	　　　style共通
*****************************************/

*, *::before, *::after {
	box-sizing: border-box;
}
.container-100 {
	width: 100%;
}
.container-1280 {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.container-1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.container-1024 {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.container-960 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.container-768 {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
}
.container-640 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.bg-f1f1f1 {
	background-color: #f1f1f1;
}
/****************firstview*******************/



/****************firstview*******************/


/****************************************
		PC-view
*****************************************/

/*@media screen and (min-width: 1025px) {*/

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

/***********first-view************/

.pc_hidden {
	display: none!important;
}
body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
}

.grid:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.grid [class*="col_"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.grid [class*="colr_"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  */
}

.grid .col_12 { 
	width:100%;
}
.grid .col_11 {
	width: 91.6666666667%;
}
.grid .col_10 {
	width: 83.3333333333%;
}
.grid .col_9 {
	width: 75.0%;
}
.grid .col_8 {
	width: 66.6666666667%;
}
.grid .col_7 {
	width: 58.3333333333%;
}
.grid .col_6 {
	width: 50.0%;
}
.grid .col_5 {
	width: 41.6666666667%;
}
.grid .col_4 {
	width: 33.3333333333%;
}
.grid .col_3 {
	width: 25.0%;
}
.grid .col_2 {
	width: 16.6666666667%;
}
.grid .col_1 {
	width: 8.33333333333%;
}
.grid .colr_12 { 
	width:100%;
}
.grid .colr_11 {
	width: 91.6666666667%;
}
.grid .colr_10 {
	width: 83.3333333333%;
}
.grid .colr_9 {
	width: 75.0%;
}
.grid .colr_8 {
	width: 66.6666666667%;
}
.grid .colr_7 {
	width: 58.3333333333%;
}
.grid .colr_6 {
	width: 50.0%;
}
.grid .colr_5 {
	width: 41.6666666667%;
}
.grid .colr_4 {
	width: 33.3333333333%;
}
.grid .colr_3 {
	width: 25.0%;
}
.grid .colr_2 {
	width: 16.6666666667%;
}
.grid .colr_1 {
	width: 8.33333333333%;
}

.downbox {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
animation-name: dropbox;
animation-duration: 5s;
animation-timing-function: ease;
/*animation-iteration-count: infinite;*//*繰り返し*/
animation-iteration-count: 1;
}

@keyframes dropbox {
0% {
	width: 80%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
20% {
	width: 80%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
80% {
	width: 80%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
100% {
	width: 80%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}
}
.content-img {
	width: 100%;
	height: auto;
}

/*********containers**********/


html,
body,
#wrapper {
/*height: 100%;*/
}




/*********containers**********/

/*--------menu--------*/
/*--------20250829--------*/
.new-header #global-header #head-l {
        display: flex;
        align-items: center;
        height: 54px;
    }
.new-header #global-header .excerpt-nav ul li {
font-weight: bold;
font-size: 14px;
position: relative;
}
.new-header #global-header .excerpt-nav ul li .sub-nav {
position: absolute;
top: 54px;
left: 0;
z-index: 100;
width: 190px;
background-color: #fff;
display: none;
}
.new-header #global-header .excerpt-nav ul .open .sub-nav {
	display: block;
}
.new-header #global-header .excerpt-nav ul .close .sub-nav {
	display: none;
}
.new-header #global-header .excerpt-nav .parent-ul {
display: flex;
justify-content: space-between;
}
.new-header #global-header .excerpt-nav ul li .sub-nav li {
	display: flex;
}
/*--------20250829--------*/
/*head*/
#global-header .container-960 {
	border-bottom: 2px solid #6ac2f1;
}
#global-header #head-l {
	float: left;
	width: 108px;
}

#global-header #head-l .head-img-inner img {
	width: 108px;
	height: auto;
}

#global-header .excerpt-nav {
	float: right;
	width: 768px;
}

#global-header .excerpt-nav ul li {
	display: inline-block;
	line-height: 54px;
	margin-left: 24px;
}

#global-header .excerpt-nav ul li a {
	font-weight: bold;
	font-size: 14px;
}

#global-header .excerpt-nav ul .p-mark img {
	width: 48px;
	height: auto;
    max-width: 48px;
    width: 100%;
}

/*--------menu--------*/


.content-wrap {
	padding: 0 10px;
	letter-spacing: 1.4;
}
#top-first-view {

}

#top-first-view .bg-img {
	max-width: 1400px;
	height: 730px;
	background-image: url(../images/first-img.png);
	background-position: center center;
	background-size: cover;
	margin: 10px auto 0;
	position: relative;
}

#top-first-view .bg-img:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.3);
}


#top-first-view .top-first-view-ttl-box {
	/*background-color: rgba(255,255,255, 0.6);*/
	width: 700px;
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	background-image: url("../images/first-head-parts.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 245px;
}
#top-first-view .top-first-view-ttl-box h1 {
	/*color: #6AC2F1;*/
	color: #fff;
	font-size: 28px;
	padding-left: 94px;
	padding-top: 142px;
	padding-bottom: 18px;
	/*font-weight: lighter;*/
	/*font-weight: normal;*/
	font-weight: 500;
	letter-spacing: 1.8px;
	margin: 0 auto;
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

#top-first-view .top-first-view-detail-box {
	width: 480px;
	margin: 16px auto 0;
}
#top-first-view .top-first-view-detail-box p {
	letter-spacing: 1.2px;
	font-weight: bold;
	line-height: 1.8;
}

#top-first-view .top-first-btm-box {
	margin-top: 72px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#top-first-view .top-first-btm-box .ttl-box {
	background-image: url(../images/head-parts-01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 20px;
}

#top-first-view .top-first-btm-box .ttl-box h2 {
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 1.4px;
}

#top-first-view .top-first-btm-box .txt-box {
	margin-top: 24px;
	padding-left: 120px;
}

/*-------top-first-view-------*/

/*-------content-------*/
/*common*/
.section-ttl-btm-bdr {
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

.section-ttl-btm-bdr:after {
	content: "";
	display:block;
	position: absolute;
	z-index: 1;
	bottom: 32px;
	left: 0;
	width: 154px;
	border-bottom: 8px solid #333;

}

.section-ttl-btm-bdr h1,
.section-ttl-btm-bdr h2 {
	font-size: 24px;
	padding-bottom: 14px;
	font-weight: lighter;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
}

.section-ttl-btm-bdr .bg-img-str,
.section-ttl-btm-bdr.h-center .bg-img-str {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}

.section-ttl-btm-bdr .bg-img-str {
	left: 0;
}
.section-ttl-btm-bdr.h-center:after,
.section-ttl-btm-bdr.h-center .bg-img-str {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section-ttl-btm-bdr.h-center h1,
.section-ttl-btm-bdr.h-center h2 {
	font-size: 24px;
	padding-bottom: 14px;
	font-weight: lighter;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	z-index: 1;
}

/*common*/
/*str-img-width*/




/*str-img-width*/




/*service*/
.top-service-box {
	margin-top: 68px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.top-service-box .section-ttl-btm-bdr {
	padding-right: 15px;
	/*padding-left: 15px;*/
	margin-left: 15px;
}

.top-service-box .col_4 {
	padding: 0 15px;
	height: 540px;
}
.top-service-box .bg-image-type01,
.top-service-box .bg-image-type02,
.top-service-box .bg-image-type03 {
	background-position: center top;
	background-size: cover;
	position: relative;
}
.top-service-box .bg-image-type01 {
background-image: url(../images/col-left.png);
}
.top-service-box .bg-image-type02 {
background-image: url(../images/build-first.png);
}
.top-service-box .bg-image-type03 {
background-image: url(../images/col-right.png);
}
.top-service-box .bg-image-type01:after,
.top-service-box .bg-image-type02:after,
.top-service-box .bg-image-type03:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.28);
	z-index: 1;
}


.top-service-box .ttl-txt-link-box {
	padding-top: 306px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 540px;
}
.top-service-box .ttl-txt-link-box span,
.top-service-box .ttl-txt-link-box h3,
.top-service-box .ttl-txt-link-box p,
.top-service-box .ttl-txt-link-box a {
	color: #fff;
}
.top-service-box .ttl-txt-link-box span {
	position: absolute;
	display: inline-block;
	width: 70px;
	line-height: 18px;
	font-size: 10px;
	border-radius: 9px;
	background-color: #6ac2f1;
	text-align: center;
	left: 0;
	top: -24px;
}


.top-service-box .ttl-txt-link-box .ttl-box,
.top-service-box .ttl-txt-link-box .txt-box {
	position: relative;
	z-index: 2;
}
.top-service-box .ttl-txt-link-box .link-box {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding-right: 10px;
	padding-bottom: 10px;
}

.top-service-box .ttl-txt-link-box .ttl-box,
.top-service-box .ttl-txt-link-box .txt-box {
	margin-left: 8%;
	margin-right: 8%;
}
.top-service-box .ttl-txt-link-box .ttl-box {

}

.top-service-box .ttl-txt-link-box .txt-box {
	margin-top: 10px;
	margin-bottom: 24px;
}
.top-service-box .ttl-txt-link-box .txt-box p {
	line-height: 1.6;
	font-size: 14px;
	letter-spacing: 1.2px;
}

/*service*/
/*area*/

.top-area-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 68px;
	padding: 36px 0;
	width: 860px;
}

.top-area-box .img-ttl-list-box .colr_5 .img-box img {
	display: block;
	max-width: 398px;
	width: 100%;
	border: 1px solid #6ac2f1;
}
.top-area-box .img-ttl-list-box .colr_7 {
	padding-right: 40px;
}
.top-area-box .img-ttl-list-box .colr_7 .table-box .ttl-box h3 {
	background-color: #6ac2f1;
	border-radius: 12px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 70px;
	color: #fff;
}

.top-area-box .img-ttl-list-box .colr_7 .area-table-01 {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-bottom: 36px;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-01,
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 {

	margin-top: 14px;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-01 li,
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li {
	float: left;
	background-color: #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 8px 6px;
	font-size: 14px;
	width: 20%;
	text-align: center;
	line-height: 1;
}

.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(1) {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(2),
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(3),
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(4) {
	border-top: 1px solid #333;
}

/*area*/
/*supplier*/
.top-supplier {
	padding: 0;
	width: 860px;
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;

}

.supplier-list-box {

}
.supplier-list-box .list-wrap ul {
	max-width: 868px;
	margin-left: auto;
}
.supplier-list-box .list-wrap ul li {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: bold;
}
.supplier-list-box .list-wrap ul li:nth-child(odd) {
	background-color: #fcfcfc;
}
.supplier-list-box .list-wrap ul li:nth-child(even) {
	background-color: #f1f1f1;
}

.supplier-list-box .list-wrap ul + p {
	text-align: right;
	margin-top: 14px;
}
.top-supplier .link-box {
	margin-top: 32px;
}

/*supplier*/
/*-------sub-page-------*/

/*---breadcrumb---*/
#breadcrumb {
	max-width: 960px;
	margin: 8px auto 32px;

}

#breadcrumb a span {
	font-size: 12px;
}

#breadcrumb .fa-home {
	color: #adb2bd;
	font-size: 1.6rem;
	margin-right: 0.5rem;
}

#breadcrumb {
	letter-spacing: 1px;
}

#breadcrumb .crumb-lists li {
	display: inline;
}

#breadcrumb .crumb-lists .current-crumb {

	pointer-events: none;
}

#breadcrumb .crumb-lists .current-crumb strong {
	font-weight: normal;
}
/*---breadcrumb---*/
/*------sub-page-cleaning------*/

#cleaning .first-view {
	max-width: 1440px;
	width: 100%;
	margin: 10px auto 0;
}

#cleaning .first-view .bg-img-box {
	background-image: url(../images/cleaning-firstview.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	padding-top: 34%;
}

#cleaning .first-view .bg-img-box {
	overflow: hidden;
	position: relative;
}
#cleaning .first-view .bg-img-box:before,
#cleaning .first-view .bg-img-box:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 10%;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}
#cleaning .first-view .bg-img-box:before {
	left: 0;
	top: 101%;
	transform: rotate(7deg) translate(-50%, -10%);
	-webkit-transform: rotate(7deg) translate(-50%, -10%);
	-moz-transform: rotate(7deg) translate(-50%, -10%);
	-ms-transform: rotate(7deg) translate(-50%, -10%);
	-o-transform: rotate(7deg) translate(-50%, -10%);
}

#cleaning .first-view .bg-img-box:after {
	right: 0;
	top: 101%;
	transform: rotate(-7deg) translate(50%, -10%);
	-webkit-transform: rotate(-7deg) translate(50%, -10%);
	-moz-transform: rotate(-7deg) translate(50%, -10%);
	-ms-transform: rotate(-7deg) translate(50%, -10%);
	-o-transform: rotate(-7deg) translate(50%, -10%);
}

#cleaning .first-view .first-icon {
	text-align;: center;
	transform: translateY(-56%);
	-webkit-transform: translateY(-56%);
	-moz-transform: translateY(-56%);
	-ms-transform: translateY(-56%);
	-o-transform: translateY(-56%);
	position: relative;
	z-index: 2;
	margin-bottom: -7%;
}

#cleaning .first-view .first-icon img {
	display: block;
	width: 182px;
	margin: 0 auto;
	height: auto;
}
#cleaning .first-btm-box {

}
#cleaning .first-btm-box p {
	text-align: center;
}
#cleaning .cleaning-section-01 {
	background-color: #cdecf1;
	margin-top: 128px;
	margin-bottom: 112px;
	position: relative;
}

#cleaning .cleaning-section-01 .img-ttl-txt-box .left-img-box {
	margin-top: -80px;
	padding: 0 24px;
}

#cleaning .cleaning-section-01 .img-ttl-txt-box .left-img-box img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}
#cleaning .cleaning-section-01 .img-ttl-txt-box .ttl-txt-box {
	padding-left: 6%;
	padding-top: 6%;
	padding-bottom: 14%
}

#cleaning .cleaning-section-01 .img-ttl-txt-box .txt-box {
	max-width: 480px;
}

#cleaning .cleaning-section-01 .list-box-wrap {
	position: relative;
}
#cleaning .cleaning-section-01 .list-box {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 960px;
	padding-right: 10px;
	width: 100%;
	transform: translateY(60%);
	-webkit-transform: translateY(60%);
	-moz-transform: translateY(60%);
	-ms-transform: translateY(60%);
	-o-transform: translateY(60%);
	z-index: 2;
}

#cleaning .cleaning-section-01 .list-box ul {
	max-width: 768px;
	margin-left: auto;
	margin-right: 0;
}

#cleaning .cleaning-section-01 .list-box .list-img-box {

}
#cleaning .cleaning-section-01 .list-box .list-img-box .list-img-wrap {
	border: 10px solid #fff;
	box-shadow: 0 3px 0 0 #cdecf1;
	background-color: #cdecf1;
	border-radius: 50%;
	width: 124px;
	height: 124px;
}
#cleaning .cleaning-section-01 .list-box .list-img-box .list-img-wrap img {
	max-width: 100px;
	padding: 5px;
	border-radius: 50%;
}
#cleaning .cleaning-section-01 .list-box .list-txt-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-01 .list-box .list-txt-box p {
	text-align: center;
	font-size: 14px;
	color: #6b9096;
}
#cleaning .cleaning-section-01 .list-box .col_1 {
	text-align: center;
}
#cleaning .cleaning-section-01 .list-box .col_1 i {
	color: #6b9096;
	font-size: 30px;
	margin-top: 90px;
}

#cleaning .cleaning-section-01 .list-box .col_1:nth-child(1) i {
	visibility: hidden;
}

#cleaning .cleaning-section-02 {
	padding-top: 64px;
}
#cleaning .cleaning-section-02 .house-cleaning-head,
#cleaning .cleaning-section-05 .house-cleaning-head,
#cleaning .cleaning-section-06 .house-cleaning-head,
#cleaning .cleaning-section-07 .house-cleaning-head {
	position: relative;
	z-index: 1;
	padding-bottom: 32px;
}

#cleaning .cleaning-section-02 .house-cleaning-ttl,
#cleaning .cleaning-section-05 .house-cleaning-ttl,
#cleaning .cleaning-section-06 .house-cleaning-ttl,
#cleaning .cleaning-section-07 .house-cleaning-ttl {
	position: relative;
	z-index: 1;
	padding-top: 16px;
}
#cleaning .cleaning-section-02 .house-cleaning-ttl h2,
#cleaning .cleaning-section-05 .house-cleaning-ttl h2,
#cleaning .cleaning-section-06 .house-cleaning-ttl h2,
#cleaning .cleaning-section-07 .house-cleaning-ttl h2 {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 14px;
	position: relative;
	z-index: 1;
}
#cleaning .cleaning-section-02 .house-cleaning-ttl .bg-img-str,
#cleaning .cleaning-section-05 .house-cleaning-ttl .bg-img-str,
#cleaning .cleaning-section-06 .house-cleaning-ttl .bg-img-str,
#cleaning .cleaning-section-07 .house-cleaning-ttl .bg-img-str {
	display: block;
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 0;
}

#cleaning .cleaning-section-02 .house-cleaning-head:after,
#cleaning .cleaning-section-05 .house-cleaning-head:after,
#cleaning .cleaning-section-06 .house-cleaning-head:after,
#cleaning .cleaning-section-07 .house-cleaning-head:after {
	border-bottom: 8px solid #333;
	bottom: 32px;
	content: "";
	width: 100%;
	display: block;
	left: 0;
	position: absolute;
	z-index: 1;
}

#cleaning .cleaning-section-02 .house-cleaning-list {
	padding: 0 10px;
}
#cleaning .cleaning-section-02 .house-cleaning-list .img-box {

}
#cleaning .cleaning-section-02 .house-cleaning-list .img-box img {
	display: block;
	max-width: 280px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 8px;
}
#cleaning .cleaning-section-02 .house-cleaning-list ul + ul {
	margin-top: 64px;
}
#cleaning .cleaning-section-02 .house-cleaning-list .ttl-box,
#cleaning .cleaning-section-02 .house-cleaning-list .txt-box {
	width: 280px;
	margin: 0 auto;
}

#cleaning .cleaning-section-02 .house-cleaning-list .ttl-box,
#cleaning .cleaning-section-02 .house-cleaning-list .txt-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-02 .house-cleaning-list .ttl-box h3 {
	font-weight: bold;
}
#cleaning .cleaning-section-02 .house-cleaning-list .txt-box p {
	padding-left: 20px;
}

#cleaning #cleaning-flow {
	margin-top: 64px;
}

#cleaning #flow-price {
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,252,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,252,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(228,252,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

#cleaning .cleaning-section-03 .flow-list .flow_1,
#cleaning .cleaning-section-03 .flow-list .flow_2 {
	float: left;
}
#cleaning .cleaning-section-03 .flow-list .flow_1 {
	width: 8%;
}
#cleaning .cleaning-section-03 .flow-list .flow_2 {
	width: 19%;
}
#cleaning .cleaning-section-03 .flow-list .list-img-box .list-img-wrap {
	border: 10px solid #fff;
	box-shadow: 0 3px 0 0 #cdecf1;
	background-color: #cdecf1;
	border-radius: 50%;
	max-width: 172px;
	height: 172px;
	padding: 13px;
	margin: 0 auto;
}
#cleaning .cleaning-section-03 .flow-list .list-img-box .list-img-wrap img {
	max-width: 126px;
}
#cleaning .cleaning-section-03 .flow-list .list-txt-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-03 .flow-list .list-txt-box p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #6b9096;
}
#cleaning .cleaning-section-03 .flow-list .list-txt-box span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
}

#cleaning .cleaning-section-03 .flow-list .flow_1 {
	text-align: center;
}
#cleaning .cleaning-section-03 .flow-list .flow_1 i {
	color: #6b9096;
	font-size: 30px;
	margin-top: 90px;
}
#cleaning .cleaning-section-03 .flow-btn {

}
#cleaning .cleaning-section-03 .flow-btn a {
	display: block;
	width: 444px;
	margin: 16px auto 0;
	background-color: #ff8282;
	border-radius: 15px;
	padding: 12px;
	line-height: 1;
}
#cleaning .cleaning-section-03 .flow-btn a:hover {
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
}
#cleaning .cleaning-section-03 .flow-btn p {
	color: #fff;

}
#cleaning .cleaning-section-03 .flow-btn .flow-tel p {
	text-align: center;
}
#cleaning .cleaning-section-03 .flow-btn .flow-tel p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-align: center;
	transform: scale(1, 0.88);
	-webkit-transform: scale(1, 0.88);
	-moz-transform: scale(1, 0.88);
	-ms-transform: scale(1, 0.88);
	-o-transform: scale(1, 0.88);
}
#cleaning .cleaning-section-03 .flow-btn .flow-tel p + p {
	font-size: 16px;
	font-weight: normal;
}
#cleaning .cleaning-section-03 .flow-btn .flow-hours {
	margin-top: 7px;
}
#cleaning .cleaning-section-03 .flow-btn .flow-hours p + p {
	margin-top: 2px;
}
#cleaning .cleaning-section-04 {
	margin-top: 54px;
}
#cleaning .cleaning-section-04 .cleaning-price-table-wrap {
	margin-top: 54px;
}
#cleaning .cleaning-section-04 .cleaning-price-table {

}

#cleaning .cleaning-section-04 .cleaning-price-table .table-ttl h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#cleaning .cleaning-section-04 .cleaning-price-table .col_4 {
	margin-bottom: 24px;
}
#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-head {
	
	border: 1px solid #6b9096;
	line-height: 32px;
	text-align: center;
}
#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-head h4 {
	font-weight: normal;
}
#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-body {
	font-weight: bold;
	
	line-height: 32px;
	border: 1px solid #6b9096;
	text-align: center;
}

#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-body p {
	transform: scale(0.88, 1.1);
	-webkit-transform: scale(0.88, 1.1);
	-moz-transform: scale(0.88, 1.1);
	-ms-transform: scale(0.88, 1.1);
	-o-transform: scale(0.88, 1.1);
}

#cleaning .cleaning-section-04 .cleaning-price-btn {
	text-align: center;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dl {
	margin-bottom: 32px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dl,
#cleaning .cleaning-section-04 .cleaning-price-btn dd {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dt {
	display: block;
	width: 184px;
	margin: 32px auto 0;
	border-bottom: 4px solid #cfe9f2;
	padding-bottom: 6px;
	font-size: 20px;
	
}
#cleaning .cleaning-section-04 .cleaning-price-btn dt img {
	width: 32px;
	height: auto;
	margin-right: 20px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dd {
	margin-top: 22px;
	font-size: 28px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dd:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top: 16px solid #cfe9f2;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
#cleaning .cleaning-section-04 .cleaning-price-btn .price-img p {
	color: #ff8282;
	font-size: 12px;
	margin-top: 10px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn .price-btn-large {
	text-align: center;
	background-color: #FF8282;
	width: 272px;
	padding: 20px 10px;
	line-height: 1;
	margin: 0 auto;
}

#cleaning .cleaning-section-04 .cleaning-price-btn .price-btn-large p {
	color: #fff;
	font-size: 38px;
	margin-top: 0;
	font-weight: bold;
	transform: scale(0.88, 1.1);
	-webkit-transform: scale(0.88, 1.1);
	-moz-transform: scale(0.88, 1.1);
	-ms-transform: scale(0.88, 1.1);
	-o-transform: scale(0.88, 1.1);
	transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	-o-transform-origin: 50% 0 0;

}

#cleaning .cleaning-section-04 .cleaning-price-btn .price-btn-large p span {
	font-size: 20px;
}


#cleaning .cleaning-section-05,
#cleaning .cleaning-section-06,
#cleaning .cleaning-section-07,
#cleaning .cleaning-section-08 {
	margin-top: 128px;
}
#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt {
	width: 824px;
	padding: 0 10px;
	margin: 0 auto;
}

#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl h3,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl h3 {
	max-width: 564px;
	border-bottom: 2px solid #cfe9f2;
	letter-spacing: 2px;
	font-size: 18px;
	padding-bottom: 12px;
}
#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt {
	padding-left: 30px;
	margin-top: 32px;
}
#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt p,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt p {
	line-height: 1.8;
}

#cleaning .cleaning-section-05 .cleaning-high-img-box,
#cleaning .cleaning-section-06 .cleaning-special-before-after {
	padding-top: 32px;
}
#cleaning .cleaning-section-05 .cleaning-high-img-box .img-box,
#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box {
	text-align: center;
	margin-bottom: 32px;
}
#cleaning .cleaning-section-05 .cleaning-high-img-box .img-box img,
#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box img {
	max-width: 404px;
	height: auto;
	border: 10px solid #cdecf1;
}
#cleaning .cleaning-section-04 .cleaning-high-btn {
	margin-top: 46px;
}
#cleaning .cleaning-section-05 .cleaning-high-btn,
#cleaning .cleaning-section-06 .cleaning-special-btn {
	margin-top: 32px;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a,
#cleaning .cleaning-section-05 .cleaning-high-btn a,
#cleaning .cleaning-section-06 .cleaning-special-btn a {
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height:52px;
	border-radius: 26px;
	border: 1px solid #6b9096;
	color: #6b9096;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a:hover,
#cleaning .cleaning-section-05 .cleaning-high-btn a:hover,
#cleaning .cleaning-section-06 .cleaning-special-btn a:hover {
	background-color: #6b9096;
	color: #fff;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a i,
#cleaning .cleaning-section-05 .cleaning-high-btn a i,
#cleaning .cleaning-section-06 .cleaning-special-btn a i {
	margin-left: 6px;
	color: #6b9096;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a:hover i,
#cleaning .cleaning-section-05 .cleaning-high-btn a:hover i,
#cleaning .cleaning-section-06 .cleaning-special-btn a:hover i {
	color: #fff;
}
#cleaning .cleaning-section-06 .cleaning-special-before-after {
	position: relative;
}

#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box {
	position: relative;
}
#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box p {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: capitalize;
	font-size: 32px;
	padding-left: 20px;
	padding-bottom: 20px;
	bottom: -3%;
	left: 9%;
}
#cleaning .cleaning-section-06 .cleaning-special-before-after .arrow-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 0;
	text-align: center;
}

#cleaning .cleaning-section-06 .cleaning-special-before-after .arrow-box i {
	color: #6b9096;
}

#cleaning .cleaning-section-07 .house-cleaning-ttl h2 {
	color: #6b9096;
	font-size: 16px;
}

#cleaning .cleaning-section-07 .house-cleaning-head-txt-box {
	padding-top: 24px;
}
#cleaning .cleaning-section-07 .house-cleaning-ttl h2 span {
	font-weight: normal;
	font-size: 30px;
}

#cleaning .cleaning-section-07 .cleaning-wrong {
	margin-top: 32px;
}
#cleaning .cleaning-section-07 .cleaning-wrong .img-box {
	text-align: center;
}
#cleaning .cleaning-section-07 .cleaning-wrong .img-box img {
	max-width: 300px;
	height: auto;
	border: 20px solid #cdecf1;
	border-radius: 50%;
	box-shadow: 0px 4px 0px 0px #ebfafc;
}

#cleaning .cleaning-section-07 .cleaning-wrong .ttl-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-07 .cleaning-wrong .ttl-box h3 {
	font-size: 24px;
	font-weight: bold;
	color: #6b9096;
	text-align: center;
	line-height: 1.2;
}
#cleaning .cleaning-section-07 .cleaning-wrong .txt-box {
	margin-top: 6px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#cleaning .cleaning-section-07 .cleaning-wrong .txt-box p {
	color: #6b9096;

}

#cleaning .cleaning-section-08 {}
#cleaning .cleaning-section-08 .bg-img {
	background-image: url(../images/cleaning-bg-building.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 52px;
	padding-bottom: 52px;
}

#cleaning .cleaning-section-08 .overflow-wrap {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
	padding: 32px;
	background-color: rgba(255,255,255,0.92);
}
#cleaning .cleaning-section-08 .overflow-wrap .overflow-inner {
	height: 305px;
	padding-left: 32px;
	padding-right: 32px;	
	overflow-y: scroll;
	z-index: 1;
}
#cleaning .cleaning-section-08 .overflow-inner .overflow-title {
	position: relative;
	background-image: url(../images/privacy-policy.png);
	background-size: 270px 48px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 24px;
}
#cleaning .cleaning-section-08 .overflow-inner .overflow-title h2 {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 32px;
	padding-bottom: 16px;
}
#cleaning .cleaning-section-08 .overflow-inner .overflow-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	width: 184px;
	height: 8px;
	background-color: #333;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
#cleaning .cleaning-section-08 .overflow-inner .center-p {
	text-align: center;
}

#cleaning .cleaning-section-08 .overflow-inner .center-p + .center-p {
	margin-top: 16px;
	margin-bottom: 16px;
}

#cleaning .cleaning-section-08 .overflow-inner ul {
	margin-top: 16px;
	margin-bottom: 16px;
}
#cleaning .cleaning-section-08 .overflow-inner ul li {
	padding-left: 16px;
}

#cleaning .cleaning-section-08 .overflow-inner ul li + li {
	margin-top: 16px;
}

#cleaning .cleaning-section-08 .overflow-inner ul li span {
	margin-left: -16px;
}
#cleaning .cleaning-section-08 .policy-wrap {
	margin-top: 24px;
}
#cleaning .cleaning-section-08 .policy-wrap img {
	max-width: 639px;
	height: auto;
	width: 100%;
}




/*------sub-page-cleaning------*/
/*------sub-page-price------*/
#price .price-table-box {
	max-width: 787px;
	margin: 0 auto;
}

#price .price-table-box table {
	width: 100%;
}
#price .price-table-box table th {
	text-align: left;
	font-weight: normal;
	padding: 12px 10px;
	border-top: 1px solid rgba(0,0,0,0.24);
	border-bottom: 1px solid rgba(0,0,0,0.24);
	border-left: 1px solid rgba(0,0,0,0.24);
}

#price .price-table-box table td {
	text-align: right;
	font-weight: normal;
	padding: 12px 10px;
	background-color: #6ac2f1;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	color: #fff;
	width: 112px;
}

#price .price-table-box table tbody tr + tr td {
	border-top: 1px solid #fff;
}

#price .price-table-box table th,
#price .price-table-box table td {
	vertical-align: middle;
}

#price #bath-room-conditioner {
	margin-top: 36px;
}

#price .price-corner .img-box img {
	max-width: 100%;
	height: auto;
}

#price .price-corner .ttl-txt-box {
	padding-left: 20px;
	padding-top: 12%;
}

#price .price-section-ttl-btm-bdr h1, .price-section-ttl-btm-bdr h2 {
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
}

#price .price-section-ttl-btm-bdr h1 span, .price-section-ttl-btm-bdr h2 span {
	color: #6ac2f1;
	font-size: 38px;
	font-weight: 600;
}
#price .price-section-ttl-btm-bdr {
	position: relative;
}

#price .price-section-ttl-btm-bdr:after {
	border-bottom: 8px solid #333;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 154px;
	z-index: 1;
}
#price .price-section-01,
#price .price-section-02,
#price .price-section-03 {
	margin-top: 50px;
}

/*------sub-page-price------*/
/*-------sub-page-common------*/
.page-container-wrap {
	margin: 0;
}
.page-container-wrap .page-section-head {
	border-bottom: 2px solid #6ac2f1;
	max-width: 564px;
	font-size: 18px;
	padding-bottom: 6px;
}

/*-------sub-page-common------*/
/*-------sub-page-kanri-------*/
#management-location .list-wrap {
	margin-top: 36px;
}

#management-location .list-wrap ul {
	max-width: 868px;
	margin-left: auto;
}
#management-location .list-wrap ul li {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: bold;
}
#management-location .list-wrap ul li:nth-child(odd) {
	background-color: #fcfcfc;
}
#management-location .list-wrap ul li:nth-child(even) {
	background-color: #f1f1f1;
}

#management-location .list-wrap ul + p {
	text-align: right;
	margin-top: 24px;
}
/*-------sub-page-kanri-------*/
/*-------sub-page-gaiyo-------*/
#company-profile .table-wrap-outer {
	margin-top: 36px;
}
#company-profile .table-wrap {
	display: table;
	width: 100%;

}
#company-profile .table-wrap .table-head,
#company-profile .table-wrap .table-detail {
	display: table-cell;
	border-bottom: 1px solid #ddd;
	padding-top: 16px;
	padding-bottom: 16px;
}

#company-profile .table-wrap .table-head {
	padding-left: 16px;
	width: 27%;
}
#company-profile .table-wrap .table-detail {
	padding-right: 16px;
	width: 73%;
}
#company-profile .table-wrap .table-detail ul .last {
	margin-top: 24px;
}
#company-profile .management-philosophy {
	letter-spacing: 1.4px;
}
#company-profile .management-philosophy .first {
	font-weight: bold;
	margin-top: 24px;
}
#company-profile .management-philosophy ul {
	margin-top: 16px;
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	display: inline-block;
	padding: 14px;
}
#company-profile .management-philosophy ul li + li {
	margin-top: 16px;
}
#company-profile .management-philosophy .btn-txt {
	margin-top: 24px;
}
#company-profile .access-wrap {
	margin-top: 36px;
}
#company-profile .access-wrap,
#company-profile .management-philosophy {
	margin-top: 46px;
}
#company-profile .street-address {
	margin-top: 36px;
}

#company-profile .address-rute {
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
#company-profile .address-g-map {
	margin-top: 32px;
	position: relative;
	padding-top: 59.375%;
}
#company-profile .address-g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*-------sub-page-gaiyo-------*/
/*-------sub-page-privacy-------*/
#privacy-policy .privacy-policy-wrap {
	margin-top: 32px;
}

#privacy-policy .overflow-wrap {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
	padding: 32px;
}
#privacy-policy .overflow-wrap .overflow-inner {
	/*height: 872px;*/
	padding-left: 32px;
	padding-right: 32px;	
	/*overflow-y: scroll;*/
	z-index: 1;
}
#privacy-policy .overflow-inner .overflow-title {
	position: relative;
	background-image: url(../images/privacy-policy.png);
	background-size: 270px 48px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 24px;
}
#privacy-policy .overflow-inner .overflow-title h2 {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 32px;
	padding-bottom: 16px;
}
#privacy-policy .overflow-inner .overflow-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	width: 184px;
	height: 8px;
	background-color: #333;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
#privacy-policy .overflow-inner .center-p {
	text-align: center;
}

#privacy-policy .overflow-inner .center-p + .center-p {
	margin-top: 16px;
	margin-bottom: 16px;
}

#privacy-policy .overflow-inner ul {
	margin-top: 16px;
	margin-bottom: 16px;
}
#privacy-policy .overflow-inner ul li {
	padding-left: 16px;
}

#privacy-policy .overflow-inner ul li + li {
	margin-top: 16px;
}

#privacy-policy .overflow-inner ul li span {
	margin-left: -16px;
}
#privacy-policy .policy-wrap {
	margin-top: 24px;
}
#privacy-policy .policy-wrap img {
	max-width: 639px;
	height: auto;
	width: 100%;
}
/*-------sub-page-privacy-------*/
/*-------sub-page-build-------*/
#page-build .sub-first-left-img-right-ttl-txt .img-box img {
	display: block;
	max-width: 400px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
	box-sizing: content-box;
	margin-left: 15px;
}

#page-build .sub-first-left-img-right-ttl-txt .ttl-txt-box {
	margin-top: 140px;
}

#page-build .sub-first-left-img-right-ttl-txt .ttl-txt-box .txt-box {
	padding-right: 90px;
}

#page-build .build-request-list {
	margin-top: 68px;
}
#page-build .build-request-list .bg-img {
	background-image: url(../images/build-bg-img.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#page-build .build-request-list .bg-img:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}


#page-build .build-request-list ul {
	padding: 68px 0;
	position: relative;
	z-index: 2;
}
#page-build .build-request-list ul li {
	color: #fff;
	font-size: 18px;
	padding: 0 15px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
#page-build .build-request-list ul li + li {
	margin-top: 6px;
}

#page-build .build-request-list ul li i {
	font-size: 24px;
	margin-right: 10px;
}

#page-build .build-everyday-box {
	margin-top: 68px;
}
#page-build .build-everyday-box .ttl-txt-box .txt-box {
	padding: 32px 68px;
}

#page-build .build-everyday-box .ttl-txt-box .ttl-img-box {
	margin-top: 32px;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box {
	margin-top: 32px;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box .col_4 {
	padding: 0 15px;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box .img-box img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box .txt-box {
	padding: 15px 0;
}


/*-------sub-page-build-------*/
/*-------sub-page-coating-------*/

#page-coating .sub-first-left-img-right-ttl-txt .img-box img {
	display: block;
	max-width: 400px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
	box-sizing: content-box;
	margin-left: 15px;
}

#page-coating .sub-first-left-img-right-ttl-txt .img-box {
	position: relative;
}

#page-coating .sub-first-left-img-right-ttl-txt .img-box p {
	position: absolute;
	left: 22px;
	bottom: 10px;
	font-size: 14px;
	color: #fff;
	z-index: 1;
}



#page-coating .sub-first-left-img-right-ttl-txt .ttl-txt-box {
	margin-top: 140px;
}
.page-template-page-zouen #page-coating .sub-first-left-img-right-ttl-txt .ttl-txt-box {
	margin-top: 0px;
}

#page-coating .sub-first-left-img-right-ttl-txt .ttl-txt-box .txt-box {
	padding-right: 90px;
}

#page-coating .coating-request-list {
	margin-top: 68px;
}
#page-coating .coating-request-list .bg-img {
	background-image: url(../images/coating-bg-img.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.page-template-page-zouen #page-coating .coating-request-list .bg-img {
	background-image: url(../images/slide-staff-all-1600x630.jpg);
}
.page-template-page-zouen #page-coating .coating-request-list .container-960 {
	padding: 68px 0;
}
#page-coating .coating-request-list ul {
	padding: 68px 0;
}
#page-coating .coating-request-list ul li {
	color: #fff;
	font-size: 18px;
	padding: 0 15px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.page-template-page-zouen #page-coating .coating-request-list ul {
	padding: 24px 20px;
	background-color: rgba(255,255,255,0.75);
}
.page-template-page-zouen #page-coating .coating-request-list ul li {
	color: #333;
	padding: 0 15px;
	text-shadow: none;
}


#page-coating .coating-request-list ul li + li {
	margin-top: 6px;
}

#page-coating .coating-request-list ul li i {
	font-size: 24px;
	margin-right: 10px;
}

#page-coating .coating-nano-box {
	margin-top: 68px;
}

#page-coating .coating-nano-box .ttl-ttl-txt-img-box .ttl-box h3 {
	margin-top: 32px;
	margin-left: 68px;
}
#page-coating .coating-nano-box .ttl-ttl-txt-img-box .txt-box {
	margin-top: 10px;
	padding: 0 68px;
}
#page-coating .coating-nano-box .ttl-ttl-txt-img-box {
}

.before-after-img-box-2 {
	padding: 0 4px;
	margin-top: 32px;
}
.before-after-img-box-2 .img-box img {
	display: block;
	max-width: 404px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}

.before-after-img-box-2 .arrow-box {
	position: relative;
	z-index: 1;
}

.before-after-img-box-2 .arrow-box .arrow-wrap {
	text-align: center;
	padding-top: 134px;
}
.before-after-img-box-2 .arrow-box .arrow-wrap i {
	color: #6ac2f1;
	font-weight: bold;
	font-size: 18px;
}

.coating-nano-box .coating-nano-detail-list {
	margin-top: 32px;
}
.coating-nano-box .coating-nano-detail-list ul {
}
.coating-nano-box .coating-nano-detail-list ul li {
	padding: 0px 4px;
	float: left;
	width: 25%;

}

.page-template-page-zouen .zouen-service-txt .ttl-box {
margin-top: 68px;
}

.page-template-page-zouen .zouen-service-txt .txt-box {
	margin-top: 32px;
	padding: 0 10px 0;
}
.page-template-page-zouen .zouen-service-txt .txt-box p {
	padding: 30px 10px;
	background-color: #f1f1f1;
	border-radius: 4px;
}
.page-template-page-zouen .coating-nano-box .coating-nano-detail-list ul {
	display: flex;
}
.page-template-page-zouen .coating-nano-box .coating-nano-detail-list ul li {
		float: none;
		width: calc(33.3333% - 10px);
}
.coating-nano-box .coating-nano-detail-list ul li .ttl-txt-box {
	background-color: #f1f1f1;
	border-radius: 4px;
	min-height: 280px;
	padding: 30px 10px 10px;
}
.coating-nano-box .coating-nano-detail-list ul li .ttl-txt-box h3 {
	font-size: 16px;
}

.coating-nano-box .coating-nano-detail-list ul li .ttl-txt-box p {
	margin-top: 10px;
	line-height: 1.6;
}

.coating-nano-box .ttl-bdr-btm-dsd-box {
	margin-top: 52px;
}

.coating-nano-box .ttl-bdr-btm-dsd-box h3 {
	display: inline-block;
	padding-right: 18px;
	border-bottom: 1px dashed #333;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 24px;
}

/*-------sub-page-coating-------*/
/*-------sub-page-sitemap-------*/
#sitemap-page .sitemap-wrap {
	margin-top: 32px;
}

#sitemap-page .sitemap-wrap ul li:nth-child(1) i {
	color: #6ac2f1;
	font-size: 20px;
	margin-right: 6px;
}

#sitemap-page .sitemap-wrap ul li + li {
	margin-top: 12px;
	margin-left: 16px;
}
#sitemap-page .sitemap-wrap ul li + li:before {
	content: "└";

}

#sitemap-page .sitemap-wrap ul li a:hover {
	border-bottom: 2px solid #6ac2f1;
}

/*-------sub-page-sitemap-------*/
/*-------sub-page-------*/

/*-------content-------*/
/*-------footer-------*/
/*contact-form*/
.top-form-wrap {
	margin-top: 68px;
	padding-top: 54px;
	padding-bottom: 54px;
	background-color: #f1f1f1;
	padding-right: 20px;
	padding-left: 20px;
}

.top-form-wrap .form-ttl-box {
	text-align: center;
	margin-bottom: 36px;
}

.top-form-wrap .form-ttl-box h2 {
	font-size: 24px;
	font-weight: normal
}
.top-form-wrap .wpcf7 {
	width: 480px;
	margin: 0 auto;
}


/*reset*/
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	border: none;
	background: none;
	display: inline-block;
}
.wpcf7-form input[type="submit"] {
	border: none;
	background: none;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	outline-offset: -2px;
}

/*reset*/
/*style*/
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	padding: 12px;
	border-radius: 3px;
	margin-bottom: 12px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.wpcf7-form input[type="submit"] {
	display: block;
	width: 172px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #f16a6a;
	line-height: 40px;
	border-radius: 20px;
	margin: 0 auto;
}
/*style*/
/*contact-form*/

#footer {
	
}
#footer ul {
	width: 650px;
	margin: 0 auto;

}

#footer ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	min-height: 1;
}

#footer ul li {
	
	text-align: center;
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 12px;
}

#footer ul li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
#foot-copy-wrap {
	background-color: #f1f1f1;
	margin-top: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

#foot-copy-wrap p {
	font-size: 12px;
}
/*-------footer-------*/


/***********first-view************/


}/******min-width1025 end******/

/****************************************
	　　ipad-view 縦
*****************************************/

/*@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {*/




@media screen and (max-width:767px) {
.sp_hidden {
	display: none!important;
}
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;

}

html,
body {
	min-height: 100%;
	position: relative;
}

body.stop-scroll {
	overflow: hidden;
	height: 100vh;
}

.wrapper,
.main-container {
	overflow-x: hidden;
	min-height: 100%;
}


.stop-scroll .main-container:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
}
#global-nav {
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
	background-color: #eee;
}


#head-nav {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: relative;
}
#head-nav::-webkit-scrollbar {
	display: none;
}

.grid-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.grid-table [class*="cell_"] {
	display: table-cell;
}

.grid-table .cell_12 {
	width:100%;
}
.grid-table .cell_11 {
	width: 91.6666666667%;
}
.grid-table .cell_10 {
	width: 83.3333333333%;
}
.grid-table .cell_9 {
	width: 75.0%;
}
.grid-table .cell_8 {
	width: 66.6666666667%;
}
.grid-table .cell_7 {
	width: 58.3333333333%;
}
.grid-table .cell_6 {
	width: 50.0%;
}
.grid-table .cell_5 {
	width: 41.6666666667%;
}
.grid-table .cell_4 {
	width: 33.3333333333%;
}
.grid-table .cell_3 {
	width: 25.0%;
}
.grid-table .cell_2 {
	width: 16.6666666667%;
}
.grid-table .cell_1 {
	width: 8.33333333333%;
}

/*---menu-styles---*/

#head-nav .close-btn {
	width: 48px;
	height: 48px;
	border: 2px solid #6ac2f2;
	text-align: center;
	position: relative;
	z-index: 100;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 22px;
}
#head-nav .close-btn i {
	color: #6ac2f2;
	font-size: 30px;
	line-height: 48px;
}

#head-nav .nav-table-wrap ul {
	padding: 0 10px;
}

#head-nav .nav-table-wrap ul li {
	border-bottom: 1px solid #6ac2f2;
	line-height: 48px;
	
}
#head-nav .nav-table-wrap ul .parent-li {
	border: none;
}
#head-nav .nav-table-wrap ul li a {
	display: block;
	position: relative;
	padding-left: 45px;
}
#head-nav .nav-table-wrap ul li i {
	color: #6ac2f2;
	font-size: 30px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);

}

#head-nav .nav-table-wrap ul li .fa-users {
	left: 4px;
}

#head-nav .nav-table-wrap ul li .fa-sitemap {
	left: 5px;
}

#head-nav .nav-table-wrap ul li .fa-home {
	left: 5px;
}
#head-nav .nav-table-wrap ul li .fa-ravelry {
	left: 4px;
}
#head-nav .nav-table-wrap ul li .fa-building {
	left: 7px;
}
#head-nav .close-btn .bar-01,
#head-nav .close-btn .bar-02,
#head-nav .close-btn .bar-03 {
	background-color: #333;
	width: 100%;
	height: 3px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	transition: 0.4s;
	display: block;
}

.menu-btn .bar-03 {
	margin-bottom: 0;
}
#head-nav .close-btn:hover {
	cursor: pointer;
}


#global-header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 51px;
	z-index: 1;
	/*margin-bottom: 32px;*/
}
/*--cleaning--*/
.page-template-page-cleaning #global-header {
	margin-bottom: 0;

}
#global-header #head-L {
	/*float: left;*/
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #fff;
	
}

#global-header-btm {
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255 ,255, 0.62);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#global-header-btm img {
	width: 193px;
	height: auto;
	display: block;
	margin-right: auto;
}

/****SP****/

#global-nav {
	position: fixed;
	right: -88%;
	top: 0;
	z-index: 1001;
	background-color: #fff;
}

#global-nav {
	width: 88%;
	transform: translate3d(100%, 0px, 0px);
}

.on-action #global-nav {
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transition-duration: 0.25s;
	-ms-transition-timing-function: ease-in-out;
	-ms-transform: translate3d(0px, 0px, 0px);

}

.stop-scroll #global-nav {
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	transform: translate3d(-100%, 0px, 0px);
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transition-duration: 0.25s;
	-ms-transition-timing-function: ease-in-out;
	-ms-transform: translate3d(-100%, 0px, 0px);

}

#head-nav .head-bnr {
	text-align: center;
	padding-bottom: 50px;
}
.nav-menu-txt {
	position: relative;
}
.nav-menu-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: -4px;
	z-index: 1;
	padding: 9px 0;
	box-shadow: 0 0 2px 0 rgba(106, 194, 241, 1);
}
.nav-menu-btn div {
	background-color: #393939;
	margin-bottom: 4px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	line-height: 1;
}

.nav-menu-btn .menu-btn-in-txt {
	font-size: 10px;
	letter-spacing: -1.2px;
	display: block;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
}


.nav-menu-btn .bar-3 {
	margin-bottom: 0;
}
/*
.action-fixed .nav-menu-btn {
	position: fixed;
	top: 16px;
	right: 16px;
	width: 50px;
	height: 50px;
	padding-top: 18px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px #222;
	animation: fixhead 0.2s linear 0s 1 alternate;
	-webkit-animation: fixhead 0.2s linear 0s 1 alternate;
	-moz-animation: fixhead 0.2s linear 0s 1 alternate;
	z-index: 900;
	border: none;
}

@-moz-keyframes fixhead {
	0% {
	top: -50px;
	}
	to {
	top: 16px;
	}
}
@-webkit-keyframes fixhead {
	0% {
	top: -50px;
	}
	to {
	top: 16px;
	}
}

@keyframes fixhead {
	0% {
	top: -50px;
	}
	to {
	top: 16px;
	}
}
*/
/****SP****/

.excerpt-nav ul .nav-menu-txt {
	display: block;
}

.excerpt-nav ul .nav-menu-txt p {
	display: none;
}

.excerpt-nav ul li {
	display: none;
}

#head-l {
	position: absolute;
	left: 0;
	top: 8px;
	width: 252px;
}

.logo-img {
	width: 72px;
	height: auto;
	margin-left: 10px;
}
.new-header .logo-img {
        width: 109px;
        height: auto;
        margin-left: 10px;
    }

/*---------menu-styles---------*/




/*-------open-style-------*/

/*-------open-style-------*/

.head-bnr a {
	display: block;
	max-width: 260px;
	background-color: #eb6fac;
	border: 1px solid #e262a1;
	margin: 16px auto 0;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 4px;
}

.head-bnr a span {
	color: #fff;
	font-weight: bold;
}
.head-bnr a .head-bnr-line-first {
	font-size: 13px;
	font-size: 1.3rem;
}

.head-bnr a .head-bnr-line-btm {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

/*---------menu-styles---------*/

/*-------top-first-view-------*/
.content-wrap {
	/*padding: 0 10px;*/
	letter-spacing: 1.4;
}

#top-first-view .bg-img {
	background-image: url(../images/first-img-sp.png);
	background-position: center center;
	background-size: cover;
	padding-top: 14%;
	padding-bottom: 36%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#top-first-view .bg-img:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}


#top-first-view .top-first-view-ttl-box h1 {
	/*color: #249be3;*/
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	width: 282px;
	padding-left: 66px;
	padding-top: 94px;
	padding-bottom: 18px;
	background-image: url(../images/first-head-parts-sp.png);
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#top-first-view .top-first-view-detail-box {
	margin-top: 16px;
}
#top-first-view .top-first-view-detail-box p {
	letter-spacing: 1.2px;
	font-weight: bold;
	line-height: 1.8;
}

#top-first-view .top-first-btm-box {
	margin-top: 24px;
	padding: 0 10px;
}
#top-first-view .top-first-btm-box .ttl-box {
	background-image: url(../images/head-parts-01-sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10%;
}

#top-first-view .top-first-btm-box .ttl-box h2 {
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1.4px;
}

#top-first-view .top-first-btm-box .txt-box {
	margin-top: 24px;
	padding: 0 14px;
}

/*-------top-first-view-------*/

/*-------content-------*/
/*service*/
.top-service-box {
	margin-top: 54px;
	padding: 0 10px;
}
.top-service-box .bg-image-type01,
.top-service-box .bg-image-type02,
.top-service-box .bg-image-type03 {
	background-position: center top;
	background-size: cover;
	position: relative;
}
.top-service-box .bg-image-type01 {
background-image: url(../images/col-left.png);
}
.top-service-box .bg-image-type02 {
background-image: url(../images/build-first.png);
}
.top-service-box .bg-image-type03 {
background-image: url(../images/col-right.png);
}
.top-service-box .bg-image-type01:after,
.top-service-box .bg-image-type02:after,
.top-service-box .bg-image-type03:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.28);
	z-index: 1;
}


.top-service-box .ttl-txt-link-box {
	padding-top: 16%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.top-service-box .ttl-txt-link-box span,
.top-service-box .ttl-txt-link-box h3,
.top-service-box .ttl-txt-link-box p,
.top-service-box .ttl-txt-link-box a {
	color: #fff;
}
.top-service-box .ttl-txt-link-box h3 {
	font-size: 1.8rem;
}



.top-service-box .ttl-txt-link-box span {
	position: absolute;
	display: inline-block;
	width: 70px;
	line-height: 18px;
	font-size: 10px;
	border-radius: 9px;
	background-color: #6ac2f1;
	text-align: center;
	left: 0;
	top: -24px;
	
}

.top-service-box .col_4 + .col_4 {
	margin-top: 10px;
}

.top-service-box .ttl-txt-link-box .ttl-box,
.top-service-box .ttl-txt-link-box .txt-box,
.top-service-box .ttl-txt-link-box .link-box {
	position: relative;
	z-index: 2;
}
.top-service-box .ttl-txt-link-box .ttl-box,
.top-service-box .ttl-txt-link-box .txt-box {
	margin-left: 10%;
	margin-right: 10%;
}
.top-service-box .ttl-txt-link-box .ttl-box {

}

.top-service-box .ttl-txt-link-box .txt-box {
	margin-top: 10px;
	margin-bottom: 24px;
}
/*service*/
/*service-area*/
.home .bg-f1f1f1 {
	padding: 36px 10px;
	margin-top: 54px;
}
.top-area-box {

}
.top-area-box h2 {
	font-size: 1.8rem;
}
.top-area-box .img-ttl-list-box .colr_5 .img-box img {
	display: block;
	max-width: 100%;
	width: 100%;
	border: 1px solid #6ac2f1;
	margin: 0 auto 36px;
}

.top-area-box .img-ttl-list-box .colr_7 .table-box .ttl-box h3 {
	background-color: #6ac2f1;
	border-radius: 12px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 70px;
	color: #fff;
}

.top-area-box .img-ttl-list-box .colr_7 .area-table-01 {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-bottom: 36px;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-01,
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 {
	margin-top: 14px;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-01:after,
.top-area-box .img-ttl-list-box .colr_7 .area-table-02:after {
	content: "";
	display: block;
	clear: both;
	min-height: 1;
	visibility: hidden;
	overflow: hidden;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-01 li,
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li {
	float: left;
	background-color: #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 8px 6px;
	font-size: 14px;
	width: 25%;
	text-align: center;
	line-height: 1;
}

.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(1) {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(2),
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(3),
.top-area-box .img-ttl-list-box .colr_7 .area-table-02 li:nth-child(4) {
	border-top: 1px solid #333;
}





/*service-area*/
/*topics*/

.top-supplier .supplier-list-box {
	
}
.top-supplier .supplier-list-box .list-wrap {
	padding: 0 10px;
}

.top-supplier .supplier-list-box .list-wrap ul li {
	padding: 20px 12px;
}
.top-supplier .list-wrap ul li:nth-child(odd) {
	background-color: #fcfcfc;
}
.top-supplier .list-wrap ul li:nth-child(even) {
	background-color: #f1f1f1;
}
.top-supplier .supplier-list-box .list-wrap p {
	text-align: right;
	margin-top: 20px;
}
.top-supplier .link-box {
	padding: 0 10px;
	margin-top: 32px;
}
/*.top-topics {
	padding: 0 10px;
	margin-top: 54px;

}

.top-topics .section-ttl-box h2 {
	border-bottom: 1px solid #ddd;
	width: 90%;
	padding-bottom: 10px;
	font-size: 1.8rem;
}

.top-topics .topics-list-box {
	margin-bottom: 24px;
}

.top-topics .topics-list-box ul li {
	border-bottom: 1px solid #ddd;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 16px;
}

.top-topics .topics-list-box ul li .date-box p {
	font-size: 14px;
	font-weight: bold;
}
.top-topics .topics-list-box ul li .txt-box {
	margin-top: 10px;
	margin-bottom: 5px;
}
*/

/*topics*/


/*contact-form*/
.top-form-wrap {
	margin-top: 54px;
	padding-top: 54px;
	padding-bottom: 54px;
	background-color: #f1f1f1;
	padding-right: 20px;
	padding-left: 20px;
}

.top-form-wrap .form-ttl-box {
	text-align: center;
	margin-bottom: 36px;
}

.top-form-wrap .form-ttl-box h2 {
	font-size: 18px;
	font-weight: bold;
}
/*reset*/
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	border: none;
	background: none;
	display: inline-block;
}
.wpcf7-form input[type="submit"] {
	border: none;
	background: none;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	outline-offset: -2px;
}

/*reset*/
/*style*/
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	padding: 12px;
	border-radius: 3px;
	margin-bottom: 12px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.wpcf7-form input[type="submit"] {
	display: block;
	width: 172px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #f16a6a;
	line-height: 40px;
	border-radius: 20px;
	margin: 0 auto;
}
/*style*/
/*contact-form*/
#footer {
	
}
#footer ul {
	padding-right: 30px;
	padding-left: 30px;
}

#footer ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	min-height: 1;
}

#footer ul li {
	
	text-align: center;
	float: left;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 12px;
}

#footer ul li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
#foot-copy-wrap {
	background-color: #f1f1f1;
	margin-top: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

#foot-copy-wrap p {
	font-size: 12px;
}
/*-------content-------*/
/*-----common-ttl-----*/

.page-container-wrap .page-section-head {
	border-bottom: 2px solid #6ac2f1;
	font-size: 18px;
	max-width: 564px;
	padding-bottom: 6px;
	margin-right: 10px;
	margin-left: 10px;
}

.section-ttl-btm-bdr {
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 45px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}

.section-ttl-btm-bdr:after {
	content: "";
	display:block;
	position: absolute;
	z-index: 1;
	bottom: 32px;
	left: 0;
	width: 154px;
	border-bottom: 8px solid #333;

}

.section-ttl-btm-bdr h1,
.section-ttl-btm-bdr h2 {
	font-size: 24px;
	padding-bottom: 14px;
	font-weight: lighter;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
}

.section-ttl-btm-bdr .bg-img-str,
.section-ttl-btm-bdr.h-center .bg-img-str {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	max-width: 100%;
	height: auto;
}

.section-ttl-btm-bdr .bg-img-str {
	left: 0;
}
.section-ttl-btm-bdr.h-center:after,
.section-ttl-btm-bdr.h-center .bg-img-str {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section-ttl-btm-bdr.h-center h1,
.section-ttl-btm-bdr.h-center h2 {
	font-size: 24px;
	padding-bottom: 14px;
	font-weight: lighter;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	z-index: 1;
}

/*-----common-ttl-----*/



/*------sub-page-cleaning------*/

#cleaning .first-view {
	max-width: 1440px;
	width: 100%;
	margin: 10px auto 0;
}



#cleaning .first-view .bg-img-box {
	background-image: url(../images/cleaning-firstview.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	padding-top: 56%;
}

#cleaning .first-view .bg-img-box {
	overflow: hidden;
	position: relative;
}
#cleaning .first-view .bg-img-box:before,
#cleaning .first-view .bg-img-box:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 9%;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}
#cleaning .first-view .bg-img-box:before {
	left: 0;
	top: 100%;
	transform: rotate(7deg) translate(-50%, -10%);
	-webkit-transform: rotate(7deg) translate(-50%, -10%);
	-moz-transform: rotate(7deg) translate(-50%, -10%);
	-ms-transform: rotate(7deg) translate(-50%, -10%);
	-o-transform: rotate(7deg) translate(-50%, -10%);
}

#cleaning .first-view .bg-img-box:after {
	right: 0;
	top: 100%;
	transform: rotate(-7deg) translate(50%, -10%);
	-webkit-transform: rotate(-7deg) translate(50%, -10%);
	-moz-transform: rotate(-7deg) translate(50%, -10%);
	-ms-transform: rotate(-7deg) translate(50%, -10%);
	-o-transform: rotate(-7deg) translate(50%, -10%);
}

#cleaning .first-view .first-icon {
	text-align;: center;
	transform: translateY(-56%);
	-webkit-transform: translateY(-56%);
	-moz-transform: translateY(-56%);
	-ms-transform: translateY(-56%);
	-o-transform: translateY(-56%);
	position: relative;
	z-index: 2;
	margin-bottom: -7%;
}

#cleaning .first-view .first-icon img {
	display: block;
	width: 30%;
	margin: 0 auto;
	height: auto;
}

#cleaning .first-btm-box {
	padding: 0 16px;
}
#cleaning .first-btm-box p {
}
#cleaning .cleaning-section-01 {
	background-color: #cdecf1;
	margin-top: 128px;
	margin-bottom: 32px;
	padding-bottom: 32px;
	position: relative;
}

#cleaning .cleaning-section-01 .img-ttl-txt-box .left-img-box {
	padding: 0 10px;
	position: relative;
	top: -80px;
}

#cleaning .cleaning-section-01 .img-ttl-txt-box .left-img-box img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}
#cleaning .cleaning-section-01 .img-ttl-txt-box .ttl-txt-box {
	/*padding-left: 6%;
	padding-top: 6%;
	padding-bottom: 14%*/
}

#cleaning .cleaning-section-01 .img-ttl-txt-box .txt-box {
	/*max-width: 480px;*/
	padding: 0 16px;
}

#cleaning .cleaning-section-01 .list-box-wrap {
	position: relative;
}
#cleaning .cleaning-section-01 .list-box {
	/*position: absolute;
	right: 0;
	bottom: 0;
	max-width: 960px;
	padding-right: 10px;
	width: 100%;
	transform: translateY(60%);
	-webkit-transform: translateY(60%);
	-moz-transform: translateY(60%);
	-ms-transform: translateY(60%);
	-o-transform: translateY(60%);
	z-index: 2;*/
}

#cleaning .cleaning-section-01 .list-box ul {
	max-width: 768px;
	margin-left: auto;
	margin-right: 0;
}

#cleaning .cleaning-section-01 .list-box .list-img-box {
	margin-top: 32px;
}
#cleaning .cleaning-section-01 .list-box .list-img-box .list-img-wrap {
	border: 10px solid #fff;
	box-shadow: 0 3px 0 0 #cdecf1;
	background-color: #cdecf1;
	border-radius: 50%;
	width: 124px;
	height: 124px;
	margin: 0 auto;
}
#cleaning .cleaning-section-01 .list-box .list-img-box .list-img-wrap img {
	max-width: 100px;
	padding: 5px;
	border-radius: 50%;
}
#cleaning .cleaning-section-01 .list-box .list-txt-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-01 .list-box .list-txt-box p {
	text-align: center;
	font-size: 14px;
	color: #6b9096;
}
#cleaning .cleaning-section-01 .list-box .col_1 {
	/*text-align: center;*/
	display: none;
}
#cleaning .cleaning-section-01 .list-box .col_1 i {
	/*color: #6b9096;
	font-size: 30px;
	margin-top: 90px;*/
	display: none;
}

#cleaning .cleaning-section-01 .list-box .col_1:nth-child(1) i {
	visibility: hidden;
}

#cleaning .cleaning-section-02 {
	padding-top: 64px;
}
#cleaning .cleaning-section-02 .house-cleaning-head,
#cleaning .cleaning-section-05 .house-cleaning-head,
#cleaning .cleaning-section-06 .house-cleaning-head,
#cleaning .cleaning-section-07 .house-cleaning-head {
	position: relative;
	z-index: 1;
	padding-bottom: 32px;
}

#cleaning .cleaning-section-02 .house-cleaning-ttl,
#cleaning .cleaning-section-05 .house-cleaning-ttl,
#cleaning .cleaning-section-06 .house-cleaning-ttl,
#cleaning .cleaning-section-07 .house-cleaning-ttl {
	position: relative;
	z-index: 1;
	padding-top: 16px;
}
#cleaning .cleaning-section-02 .house-cleaning-ttl h2,
#cleaning .cleaning-section-05 .house-cleaning-ttl h2,
#cleaning .cleaning-section-06 .house-cleaning-ttl h2,
#cleaning .cleaning-section-07 .house-cleaning-ttl h2 {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 14px;
	position: relative;
	z-index: 1;
}
#cleaning .cleaning-section-02 .house-cleaning-ttl .bg-img-str,
#cleaning .cleaning-section-05 .house-cleaning-ttl .bg-img-str,
#cleaning .cleaning-section-06 .house-cleaning-ttl .bg-img-str,
#cleaning .cleaning-section-07 .house-cleaning-ttl .bg-img-str {
	display: block;
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 0;
}

#cleaning .cleaning-section-02 .house-cleaning-head:after,
#cleaning .cleaning-section-05 .house-cleaning-head:after,
#cleaning .cleaning-section-06 .house-cleaning-head:after,
#cleaning .cleaning-section-07 .house-cleaning-head:after {
	border-bottom: 4px solid #333;
	bottom: 32px;
	content: "";
	width: 94%;
	display: block;
	left: 3%;
	position: absolute;
	z-index: 1;
}
/*#cleaning .cleaning-section-02 .house-cleaning-head-txt-box */
#cleaning .house-cleaning-head-txt-box {
	padding: 0 16px 16px;
}
#cleaning .cleaning-section-02 .house-cleaning-list {
	padding: 0 10px;
}
#cleaning .cleaning-section-02 .house-cleaning-list .img-box {

}
#cleaning .cleaning-section-02 .house-cleaning-list .img-box img {
	display: block;
	/*max-width: 280px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 8px;
}
#cleaning .cleaning-section-02 .house-cleaning-list ul + ul {
	margin-top: 64px;
}
#cleaning .cleaning-section-02 .house-cleaning-list ul li + li {
	margin-top: 64px;
}

#cleaning .cleaning-section-02 .house-cleaning-list .ttl-box,
#cleaning .cleaning-section-02 .house-cleaning-list .txt-box {
	/*width: 280px;*/
	margin: 0 auto;
}

#cleaning .cleaning-section-02 .house-cleaning-list .ttl-box,
#cleaning .cleaning-section-02 .house-cleaning-list .txt-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-02 .house-cleaning-list .ttl-box h3 {
	font-weight: bold;
}
#cleaning .cleaning-section-02 .house-cleaning-list .txt-box p {
	padding-left: 20px;
}

#cleaning #cleaning-flow {
	margin-top: 64px;
}

#cleaning #flow-price {
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,252,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,252,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(228,252,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}


#cleaning .cleaning-section-03 .flow-list .flow_1,
#cleaning .cleaning-section-03 .flow-list .flow_2 {
	/*float: left;*/
}
#cleaning .cleaning-section-03 .flow-list .flow_1 {
	/*width: 8%;*/
}
#cleaning .cleaning-section-03 .flow-list .flow_2 {
	/*width: 19%;*/
}
#cleaning .cleaning-section-03 .flow-list .list-img-box .list-img-wrap {
	border: 10px solid #fff;
	box-shadow: 0 3px 0 0 #cdecf1;
	background-color: #cdecf1;
	border-radius: 50%;
	max-width: 172px;
	height: 172px;
	padding: 13px;
	margin: 0 auto;
}
#cleaning .cleaning-section-03 .flow-list .list-img-box .list-img-wrap img {
	max-width: 126px;
}
#cleaning .cleaning-section-03 .flow-list .list-txt-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-03 .flow-list .list-txt-box p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #6b9096;
}
#cleaning .cleaning-section-03 .flow-list .list-txt-box span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
}

#cleaning .cleaning-section-03 .flow-list .flow_1 {
	text-align: center;
}
#cleaning .cleaning-section-03 .flow-list .flow_1 i {
	color: #6b9096;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
#cleaning .cleaning-section-03 .flow-btn {
	padding: 0 10px;
}
#cleaning .cleaning-section-03 .flow-btn a {
	display: block;
	max-width: 350px;
	margin: 16px auto 0;
	background-color: #ff8282;
	border-radius: 15px;
	padding: 12px;
	line-height: 1;
}
#cleaning .cleaning-section-03 .flow-btn a:hover {
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
}
#cleaning .cleaning-section-03 .flow-btn p {
	color: #fff;

}
#cleaning .cleaning-section-03 .flow-btn .flow-tel p {
	text-align: center;
}
#cleaning .cleaning-section-03 .flow-btn .flow-tel p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-align: center;
	transform: scale(1, 0.88);
	-webkit-transform: scale(1, 0.88);
	-moz-transform: scale(1, 0.88);
	-ms-transform: scale(1, 0.88);
	-o-transform: scale(1, 0.88);
}
#cleaning .cleaning-section-03 .flow-btn .flow-tel p + p {
	font-size: 16px;
	font-weight: normal;
}
#cleaning .cleaning-section-03 .flow-btn .flow-hours {
	margin-top: 7px;
	text-align: center;
}
#cleaning .cleaning-section-03 .flow-btn .flow-hours p + p {
	margin-top: 2px;
}
#cleaning .cleaning-section-04 {
	margin-top: 54px;
}
#cleaning .cleaning-section-04 .cleaning-price-table-wrap {
	margin-top: 16px;
	padding: 0 16px;
}
#cleaning .cleaning-section-04 .cleaning-price-table {

}

#cleaning .cleaning-section-04 .cleaning-price-table .table-ttl h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#cleaning .cleaning-section-04 .cleaning-price-table .col_4 {
	margin-bottom: 24px;
}
#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-head {
	
	border: 1px solid #6b9096;
	line-height: 1;
	padding: 16px 10px;
	text-align: center;
}
#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-head h4 {
	font-weight: normal;
}
#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-body {
	font-weight: bold;
	line-height: 1;
	padding: 16px 10px;
	border: 1px solid #6b9096;
	text-align: center;
	border-top: none;
}

#cleaning .cleaning-section-04 .cleaning-price-table .table-wrap .table-body p {
	transform: scale(0.88, 1.1);
	-webkit-transform: scale(0.88, 1.1);
	-moz-transform: scale(0.88, 1.1);
	-ms-transform: scale(0.88, 1.1);
	-o-transform: scale(0.88, 1.1);
}

#cleaning .cleaning-section-04 .cleaning-price-btn {
	text-align: center;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dl {
	margin-bottom: 32px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dl,
#cleaning .cleaning-section-04 .cleaning-price-btn dd {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dt {
	display: block;
	width: 184px;
	margin: 32px auto 0;
	border-bottom: 4px solid #cfe9f2;
	padding-bottom: 6px;
	font-size: 20px;
	
}
#cleaning .cleaning-section-04 .cleaning-price-btn dt img {
	width: 32px;
	height: auto;
	margin-right: 20px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dd {
	margin-top: 22px;
	font-size: 28px;
}
#cleaning .cleaning-section-04 .cleaning-price-btn dd:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top: 16px solid #cfe9f2;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
#cleaning .cleaning-section-04 .cleaning-price-btn .price-img p {
	color: #ff8282;
	font-size: 12px;
	margin-top: 10px;
}

#cleaning .cleaning-section-04 .cleaning-price-btn .price-btn-large {
	text-align: center;
	background-color: #FF8282;
	width: 272px;
	padding: 20px 10px;
	line-height: 1;
	margin: 0 auto;
}

#cleaning .cleaning-section-04 .cleaning-price-btn .price-btn-large p {
	color: #fff;
	font-size: 38px;
	margin-top: 0;
	font-weight: bold;
	transform: scale(0.88, 1.1);
	-webkit-transform: scale(0.88, 1.1);
	-moz-transform: scale(0.88, 1.1);
	-ms-transform: scale(0.88, 1.1);
	-o-transform: scale(0.88, 1.1);
	transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	-o-transform-origin: 50% 0 0;

}

#cleaning .cleaning-section-04 .cleaning-price-btn .price-btn-large p span {
	font-size: 20px;
}



#cleaning .cleaning-section-05,
#cleaning .cleaning-section-06,
#cleaning .cleaning-section-07,
#cleaning .cleaning-section-08 {
	margin-top: 128px;
}
#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt {
	max-width: 824px;
	padding: 0 10px;
	margin: 0 auto;
}

#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl h3,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl h3 {
	max-width: 564px;
	border-bottom: 2px solid #cfe9f2;
	letter-spacing: 2px;
	font-size: 18px;
	padding-bottom: 12px;
}
#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt {
	/*padding-left: 30px;*/
	margin-top: 32px;
}
#cleaning .cleaning-section-05 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt p,
#cleaning .cleaning-section-06 .house-cleaning-sub-ttl-txt .house-cleaning-sub-ttl-btm-txt p {
	line-height: 1.8;
}

#cleaning .cleaning-section-05 .cleaning-high-img-box,
#cleaning .cleaning-section-06 .cleaning-special-before-after {
	padding-top: 32px;
}
#cleaning .cleaning-section-05 .cleaning-high-img-box .img-box,
#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box {
	text-align: center;
	margin-bottom: 32px;
}
#cleaning .cleaning-section-05 .cleaning-high-img-box .img-box img,
#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box img {
	/*display: block;*/
	max-width: 404px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}

#cleaning .cleaning-section-04 .cleaning-high-btn {
	margin-top: 46px;
}

#cleaning .cleaning-section-05 .cleaning-high-btn,
#cleaning .cleaning-section-06 .cleaning-special-btn {
	margin-top: 32px;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a,
#cleaning .cleaning-section-05 .cleaning-high-btn a,
#cleaning .cleaning-section-06 .cleaning-special-btn a {
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height:52px;
	border-radius: 26px;
	border: 1px solid #6b9096;
	color: #6b9096;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a:hover,
#cleaning .cleaning-section-05 .cleaning-high-btn a:hover,
#cleaning .cleaning-section-06 .cleaning-special-btn a:hover {
	background-color: #6b9096;
	color: #fff;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a i,
#cleaning .cleaning-section-05 .cleaning-high-btn a i,
#cleaning .cleaning-section-06 .cleaning-special-btn a i {
	margin-left: 6px;
	color: #6b9096;
}
#cleaning .cleaning-section-04 .cleaning-high-btn a:hover i,
#cleaning .cleaning-section-05 .cleaning-high-btn a:hover i,
#cleaning .cleaning-section-06 .cleaning-special-btn a:hover i {
	color: #fff;
}
#cleaning .cleaning-section-06 .cleaning-special-before-after {
	position: relative;
}

#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box {
	position: relative;
}
#cleaning .cleaning-section-06 .cleaning-special-before-after .img-box p {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: capitalize;
	font-size: 32px;
	padding-left: 20px;
	padding-bottom: 20px;
	bottom: -3%;
	left: 9%;
}
#cleaning .cleaning-section-06 .cleaning-special-before-after .arrow-box {
	/*position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 0;*/
	text-align: center;
	margin-bottom: 32px;
}

#cleaning .cleaning-section-06 .cleaning-special-before-after .arrow-box i {
	display: none;
	color: #6b9096;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

#cleaning .cleaning-section-06 .cleaning-special-before-after .arrow-box i:nth-child(2) {
	display: block;
	font-size: 30px;
}

#cleaning .cleaning-section-07 .house-cleaning-ttl h2 {
	color: #6b9096;
	font-size: 16px;
}
#cleaning .cleaning-section-07 .house-cleaning-ttl h2 span {
	font-weight: normal;
	font-size: 30px;
}

#cleaning .cleaning-section-07 .cleaning-wrong {
	margin-top: 32px;
}

#cleaning .cleaning-section-07 .cleaning-wrong ul li + li {
	margin-top: 64px;
}
#cleaning .cleaning-section-07 .cleaning-wrong .img-box {
	text-align: center;
}
#cleaning .cleaning-section-07 .cleaning-wrong .img-box img {
	max-width: 300px;
	width: 50%;
	height: auto;
	border: 12px solid #cdecf1;
	border-radius: 50%;
	box-shadow: 0 4px 0 0 #ebfafc;
}

#cleaning .cleaning-section-07 .cleaning-wrong .ttl-box {
	margin-top: 16px;
}
#cleaning .cleaning-section-07 .cleaning-wrong .ttl-box h3 {
	font-size: 24px;
	font-weight: bold;
	color: #6b9096;
	text-align: center;
	line-height: 1.2;
}
#cleaning .cleaning-section-07 .cleaning-wrong .txt-box {
	margin-top: 6px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#cleaning .cleaning-section-07 .cleaning-wrong .txt-box p {
	color: #6b9096;

}

#cleaning .cleaning-section-08 {}
#cleaning .cleaning-section-08 .bg-img {
	background-image: url(../images/cleaning-bg-building.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 52px;
	padding-bottom: 52px;
}

#cleaning .cleaning-section-08 .overflow-wrap {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
	padding: 32px 12px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: rgba(255,255,255,0.92);
}
#cleaning .cleaning-section-08 .overflow-wrap .overflow-inner {
	height: 305px;
	padding-left: 12px;
	padding-right: 12px;	
	overflow-y: scroll;
	z-index: 1;
}
#cleaning .cleaning-section-08 .overflow-inner .overflow-title {
	position: relative;
	background-image: url(../images/privacy-policy.png);
	background-size: 270px 48px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 24px;
}
#cleaning .cleaning-section-08 .overflow-inner .overflow-title h2 {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 32px;
	padding-bottom: 16px;
}
#cleaning .cleaning-section-08 .overflow-inner .overflow-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	width: 184px;
	height: 8px;
	background-color: #333;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
#cleaning .cleaning-section-08 .overflow-inner .center-p {
	text-align: center;
}

#cleaning .cleaning-section-08 .overflow-inner .center-p + .center-p {
	margin-top: 16px;
	margin-bottom: 16px;
}

#cleaning .cleaning-section-08 .overflow-inner ul {
	margin-top: 16px;
	margin-bottom: 16px;
}
#cleaning .cleaning-section-08 .overflow-inner ul li {
	padding-left: 16px;
}

#cleaning .cleaning-section-08 .overflow-inner ul li + li {
	margin-top: 16px;
}

#cleaning .cleaning-section-08 .overflow-inner ul li span {
	margin-left: -16px;
}
#cleaning .cleaning-section-08 .policy-wrap {
	margin-top: 24px;
}
#cleaning .cleaning-section-08 .policy-wrap img {
	max-width: 639px;
	height: auto;
	width: 100%;
}
/*------sub-page-cleaning------*/


/*-------sub-page-kanri-------*/
#management-location .list-wrap {
	margin-top: 36px;
	padding: 0 12px;
}

#management-location .list-wrap ul {
	max-width: 868px;
	margin-left: auto;
}
#management-location .list-wrap ul li {
	/*text-align: center;*/
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 12px;
	padding-left: 12px;
}
#management-location .list-wrap ul li:nth-child(odd) {
	background-color: #fcfcfc;
}
#management-location .list-wrap ul li:nth-child(even) {
	background-color: #f1f1f1;
}

#management-location .list-wrap ul + p {
	text-align: right;
	margin-top: 24px;
}
/*-------sub-page-kanri-------*/
/*-------sub-page-gaiyo-------*/
#company-profile .table-wrap-outer {
	margin-top: 36px;
	padding: 0 12px;
}
#company-profile .table-wrap {
	/*display: table;*/
	width: 100%;

}
#company-profile .table-wrap .table-head,
#company-profile .table-wrap .table-detail {
	/*display: table-cell;*/


}

#company-profile .table-wrap .table-head {
	margin-top: 16px;
	padding-left: 16px;
	border-left: 4px solid #6ac2f1;

}
#company-profile .table-wrap .table-detail {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
#company-profile .table-wrap .table-detail ul .last {
	margin-top: 24px;
}

#company-profile .management-philosophy .management-philosophy-txt {
	margin-top: 36px;
	padding: 0 12px;
}
#company-profile .management-philosophy {
	margin-top: 36px;
}
#company-profile .management-philosophy .first {
	font-weight: bold;
	margin-top: 24px;
}
#company-profile .management-philosophy ul {
	margin-top: 16px;
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	display: inline-block;
	padding: 14px;
	
}

#company-profile .management-philosophy ul li {
	padding-left: 31px;
}
#company-profile .management-philosophy ul li span {
	margin-left: -31px;
}

#company-profile .management-philosophy ul li + li {
	margin-top: 16px;
}
#company-profile .management-philosophy .btn-txt {
	margin-top: 24px;
}
#company-profile .management-philosophy .btn-txt br {
	display: none;
}

#company-profile .access-wrap {
	margin-top: 36px;
}

#company-profile .street-address {
	margin-top: 36px;
	padding: 0 12px;
}
#company-profile .address-rute {
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
#company-profile .address-g-map {
	margin-top: 32px;
	margin-right: 12px;
	margin-left: 12px;
	position: relative;
	padding-top: 59.375%;
}
#company-profile .address-g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*-------sub-page-gaiyo-------*/
/*-------sub-page-privacy-------*/
#privacy-policy .privacy-policy-wrap {
	margin-top: 32px;
}

#privacy-policy .overflow-wrap {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
	padding: 32px 12px;
	margin-right: 12px;
	margin-left: 12px;
}
#privacy-policy .overflow-wrap .overflow-inner {
	/*height: 872px;*/
	/*height: 400px;*/
	padding-left: 12px;
	padding-right: 12px;
	/*overflow-y: scroll;*/
	z-index: 1;
}
#privacy-policy .overflow-inner .overflow-title {
	position: relative;
	background-image: url(../images/privacy-policy.png);
	background-size: 270px 48px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 24px;
}
#privacy-policy .overflow-inner .overflow-title h2 {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 32px;
	padding-bottom: 16px;
}
#privacy-policy .overflow-inner .overflow-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	width: 184px;
	height: 8px;
	background-color: #333;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
#privacy-policy .overflow-inner .center-p {
	text-align: center;
}

#privacy-policy .overflow-inner .center-p + .center-p {
	margin-top: 16px;
	margin-bottom: 16px;
}

#privacy-policy .overflow-inner ul {
	margin-top: 16px;
	margin-bottom: 16px;
}
#privacy-policy .overflow-inner ul li {
	padding-left: 16px;
}

#privacy-policy .overflow-inner ul li + li {
	margin-top: 16px;
}

#privacy-policy .overflow-inner ul li span {
	margin-left: -16px;
}
#privacy-policy .policy-wrap {
	margin-top: 24px;
}
#privacy-policy .policy-wrap img {
	max-width: 639px;
	height: auto;
	width: 100%;
}
/*-------sub-page-privacy-------*/
/*-------sub-page-build-------*/
#page-build .sub-first-left-img-right-ttl-txt .img-box {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 400px;
}
#page-build .sub-first-left-img-right-ttl-txt .img-box img {
	display: block;
	max-width: 400px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}

#page-build .sub-first-left-img-right-ttl-txt .ttl-txt-box {
	margin-top: 40px;
}

#page-build .sub-first-left-img-right-ttl-txt .ttl-txt-box .txt-box {
	padding: 10px;
}

#page-build .build-request-list {
	margin-top: 68px;
}
#page-build .build-request-list .bg-img {
	background-image: url(../images/build-bg-img.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#page-build .build-request-list .bg-img:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}


#page-build .build-request-list ul {
	padding: 68px 12px;
	position: relative;
	z-index: 2;
}
#page-build .build-request-list ul li {
	color: #fff;
	font-size: 18px;
	padding-left: 30px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
#page-build .build-request-list ul li + li {
	margin-top: 6px;
}

#page-build .build-request-list ul li i {
	font-size: 24px;
	margin-right: 6px;
	margin-left: -30px;
}

#page-build .build-everyday-box {
	margin-top: 68px;
}
#page-build .build-everyday-box .ttl-txt-box .txt-box {
	padding: 32px 12px;
}

#page-build .build-everyday-box .ttl-txt-box .ttl-img-box {
	margin-top: 32px;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box {
	margin-top: 32px;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box .col_4 {
	padding: 0 15px;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box .img-box img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
#page-build .build-everyday-box .ttl-txt-box .build-case-box .txt-box {
	padding: 15px 0;
}


/*-------sub-page-build-------*/
/*-------sub-page-coating-------*/
#page-coating .sub-first-left-img-right-ttl-txt .img-box {
	padding: 0 10px;
	margin: 0 auto;
	/*max-width: 400px;*/
}
#page-coating .sub-first-left-img-right-ttl-txt .img-box img {
	display: block;
	max-width: 400px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}
#page-coating .sub-first-left-img-right-ttl-txt .img-box {
	position: relative;
}

#page-coating .sub-first-left-img-right-ttl-txt .img-box p {
	position: absolute;
	left: 22px;
	bottom: 10px;
	font-size: 14px;
	color: #fff;
	z-index: 1;
}



#page-coating .sub-first-left-img-right-ttl-txt .ttl-txt-box {
	margin-top: 40px;
}

#page-coating .sub-first-left-img-right-ttl-txt .ttl-txt-box .txt-box {
	padding: 12px;
}

#page-coating .coating-request-list {
	margin-top: 68px;
}
#page-coating .coating-request-list .bg-img {
	background-image: url(../images/coating-bg-img.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.page-template-page-zouen #page-coating .coating-request-list .bg-img {
	background-image: url(../images/slide-staff-all-1600x630.jpg);
}
.page-template-page-zouen #page-coating .coating-request-list .container-960 {
	padding: 68px 0;
}


.page-template-page-zouen #page-coating .coating-request-list ul {
	padding: 24px 10px 24px 40px;
	background-color: rgba(255,255,255,0.75);
	margin: 0 10px;
}
.page-template-page-zouen #page-coating .coating-request-list ul li {
	color: #333;
	padding: 0 15px;
	text-shadow: none;
}


.page-template-page-zouen .zouen-service-txt .ttl-box {
margin-top: 68px;
}

.page-template-page-zouen .zouen-service-txt .txt-box {
	margin-top: 32px;
	padding: 0 10px 0;
}
.page-template-page-zouen .zouen-service-txt .txt-box p {
	padding: 30px 10px;
	background-color: #f1f1f1;
	border-radius: 4px;
}


#page-coating .coating-request-list ul {
	padding: 68px 12px;
}
#page-coating .coating-request-list ul li {
	color: #fff;
	font-size: 18px;
	padding-left: 30px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
#page-coating .coating-request-list ul li + li {
	margin-top: 6px;
}

#page-coating .coating-request-list ul li i {
	font-size: 24px;
	margin-right: 6px;
	margin-left: -30px;
}

#page-coating .coating-nano-box {
	margin-top: 68px;
}

#page-coating .coating-nano-box .ttl-ttl-txt-img-box .ttl-box h3 {
	margin-top: 32px;
	margin-left: 10px;
}
#page-coating .coating-nano-box .ttl-ttl-txt-img-box .txt-box {
	margin-top: 10px;
	padding: 0 12px;
}
#page-coating .coating-nano-box .ttl-ttl-txt-img-box {
}

.before-after-img-box-2 {
	padding: 0 4px;
	margin-top: 32px;
}
.before-after-img-box-2 .img-box img {
	display: block;
	max-width: 404px;
	width: 100%;
	height: auto;
	border: 10px solid #cdecf1;
}

.before-after-img-box-2 .arrow-box {
	position: relative;
	z-index: 1;
}

.before-after-img-box-2 .arrow-box .arrow-wrap {
	text-align: center;
	padding: 32px 0px;
}
.before-after-img-box-2 .arrow-box .arrow-wrap i {
	color: #6ac2f1;
	font-weight: bold;
	font-size: 18px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.coating-nano-box .coating-nano-detail-list {
	margin-top: 32px;
}
.coating-nano-box .coating-nano-detail-list ul {
}
.coating-nano-box .coating-nano-detail-list ul li {
	padding: 0px 4px;
	margin-right:12px;
	margin-left:12px;

}

.coating-nano-box .coating-nano-detail-list ul li + li {
	margin-top: 16px;
}
.coating-nano-box .coating-nano-detail-list ul li .ttl-txt-box {
	background-color: #f1f1f1;
	border-radius: 4px;
	padding: 30px 10px;
}
.coating-nano-box .coating-nano-detail-list ul li .ttl-txt-box h3 {
	font-size: 16px;
}

.coating-nano-box .coating-nano-detail-list ul li .ttl-txt-box p {
	margin-top: 10px;
	line-height: 1.6;
}

.coating-nano-box .ttl-bdr-btm-dsd-box {
	margin-top: 32px;
	padding: 0 12px;
}
.coating-nano-box .txt-box {
	padding: 0 12px;
}

.coating-nano-box .ttl-bdr-btm-dsd-box h3 {
	display: inline-block;
	padding-right: 18px;
	border-bottom: 1px dashed #333;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 24px;
}

/*-------sub-page-coating-------*/
/*-------sub-page-sitemap-------*/
#sitemap-page .sitemap-wrap {
	margin-top: 32px;
}

#sitemap-page .sitemap-wrap ul li:nth-child(1) i {
	color: #6ac2f1;
	font-size: 20px;
	margin-right: 6px;
}

#sitemap-page .sitemap-wrap ul li + li {
	margin-top: 12px;
	margin-left: 16px;
}
#sitemap-page .sitemap-wrap ul li + li:before {
	content: "└";

}

#sitemap-page .sitemap-wrap ul li a:hover {
	border-bottom: 2px solid #6ac2f1;
}

/*-------sub-page-sitemap-------*/
/*-------sub-page-------*/

/*-------content-------*/









}/************** SP view ***************/


/****************************************
	　　	retina
*****************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {



}/************** SP ratio view ***************/



/****************************************
	　　　共通CSS
*****************************************/
/*-------common-btns-------*/
.btn-124 a {
	display: block;
	width: 124px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #f16a6a;
	line-height: 40px;
	border-radius: 20px;

}
.btn-124.aln-right a {
	margin-left: auto;
}
.btn-172 a {
	display: block;
	width: 172px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #f16a6a;
	line-height: 40px;
	border-radius: 20px;

}
.btn-172.aln-right a {
	margin-left: auto;
}

/*-------common-btns-------*/
/*----contact-form----*/
div.wpcf7-mail-sent-ok {
	border: 2px solid #6b9096!important;
}

.top-form-wrap .flow-btn a {
	display: block;
	width: 444px;
	margin: 16px auto 0;
	background-color: #ff8282;
	border-radius: 15px;
	padding: 12px;
	line-height: 1;
}
.top-form-wrap .flow-btn a:hover {
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
}
.top-form-wrap .flow-btn p {
	color: #fff;

}
.top-form-wrap .flow-btn .flow-tel p {
	text-align: center;
}
.top-form-wrap .flow-btn .flow-tel p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-align: center;
	transform: scale(1, 0.88);
	-webkit-transform: scale(1, 0.88);
	-moz-transform: scale(1, 0.88);
	-ms-transform: scale(1, 0.88);
	-o-transform: scale(1, 0.88);
}
.top-form-wrap .flow-btn .flow-tel p + p {
	font-size: 16px;
	font-weight: normal;
}
.top-form-wrap .flow-btn .flow-hours {
	margin-top: 7px;
}
.top-form-wrap .flow-btn .flow-hours p + p {
	margin-top: 2px;
}
@media screen and (max-width: 767px) {
.top-form-wrap {
	padding-right: 0;
	padding-left: 0;
}
.top-form-wrap .flow-btn {
	padding: 0 10px;
}
.top-form-wrap .flow-btn a {
	display: block;
	max-width: 350px;
	margin: 16px auto 0;
	background-color: #ff8282;
	border-radius: 15px;
	padding: 12px;
	line-height: 1;
}
.top-form-wrap .flow-btn a:hover {
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
}
.top-form-wrap .flow-btn p {
	color: #fff;

}
.top-form-wrap .flow-btn .flow-tel p {
	text-align: center;
}
.top-form-wrap .flow-btn .flow-tel p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-align: center;
	transform: scale(1, 0.88);
	-webkit-transform: scale(1, 0.88);
	-moz-transform: scale(1, 0.88);
	-ms-transform: scale(1, 0.88);
	-o-transform: scale(1, 0.88);
}
.top-form-wrap .flow-btn .flow-tel p + p {
	font-size: 16px;
	font-weight: normal;
}
.top-form-wrap .flow-btn .flow-hours {
	margin-top: 7px;
	text-align: center;
}
.top-form-wrap .flow-btn .flow-hours p + p {
	margin-top: 2px;
}



}

/*----contact-form----*/

/**********404**********/

#not-found-main-wrap {
	padding: 0 10px;
}

#not-found-main-wrap h1, #not-found-main-wrap p {
	text-align: center;
}
#not-found-main-wrap .comment {
	background-color: #ffcccc;
	border: 2px solid #e20f00;
	border-radius: 5px;
	color: #e20f00;
	margin-left: auto;
	margin-right: auto;
	max-width: 545px;
	padding: 10px;
	width: 100%;
	margin-top: 30px;
}

#not-found-main-wrap ul {
	margin: 30px auto;
	max-width: 545px;
	width: 100%;
}

#not-found-main-wrap ul li {
	padding-left: 30px;
	position: relative;
}

#not-found-main-wrap ul li + li {
	margin-top: 16px;
}

#not-found-main-wrap ul li i {
	left: 0;
	position: absolute;
	top: 5px;
}

#not-found-main-wrap #not-found-link {
	background-color: #f16a6a;
	border-radius: 24px;
	line-height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

#not-found-main-wrap #not-found-link a {
	color: #fff;
	display: block;
	text-align: center;
	font-weight: normal;
}
/**********404**********/


/*----------------
font-size
----------------*/
.fs-14 {
font-size: 1.4rem;
font-size: 14px;
}

#privacy-policy .privacy-policy-wrap .style-disc {
list-style: disc;
}
#privacy-policy .privacy-policy-wrap .style-disc li {
margin-left: 1.1em;
padding-left: 0;
}
#privacy-policy .privacy-policy-wrap .style-disc li + li {
margin-top: 16px;
}


/*----------------
post style
----------------*/
.single-post .page-container-wrap .entry-wrap {
margin-top: 32px;
}
.single-post .page-container-wrap .entry-wrap p + p {
margin-top: 16px;
}
.single-post .page-container-wrap .entry-wrap img {
max-width: 100%;
height: auto;
}
