* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
body {
	color: #666;
	background: #eee;
	margin: 0 auto;
	padding: 0px;
	max-width: 2000px;
	font: 14px/2 "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	width: 100%;
	margin: 0 auto;
	/*position: absolute;
	top: 63px;
	left: 0;*/
	z-index: 1;
	background: #eee;
}

@media screen and (max-width: 980px) {
#container {
	width: 100%;
	margin: 0 auto;
	/*position: absolute;
	top: 57px;
	left: 0;*/
	z-index: 1;
	background: #eee;
}
}

@media screen and (max-width: 640px) {
#container {
	width: 100%;
	margin: 0 auto;
	/*position: absolute;
	top: 56px;
	left: 0;*/
	z-index: 1;
	background: #eee;
}
}
h2 {
	/*background: #eee url("../videos/P41223481.jpg") no-repeat fixed;
	background-size: 100% auto;*/
	text-align: center;
}
h2 img {
	height: 100px;
	margin: 2px;
}
@media screen and (max-width: 980px) {
h2 {
	/*background: #eee url("../videos/P41223481.jpg") no-repeat fixed;
	background-size: 100% auto;*/
	text-align: center;
}
h2 img {
	height: 100px;
	margin: 2px;
}
}
@media screen and (max-width: 350px) {
h2 {
	text-align: center;
}
h2 img {
	width: 100%;
	height:auto;
	margin: 2px;
}
}
footer {
	margin: 0 auto;
	bottom: 0;
	width: 100%;
	height: 100px;
	padding: 30px;
	text-align: center;
	border-top: solid 1px #bbb;
	font-size: 0.8em;
}
footer a {
	color: #333;
	text-decoration: none;
}
/*基本デザイン1
---------------------------------------------------------------------------*/
#main {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 980px) {
#main {
	background: rgba(255,255,255,1.00);
	padding: 0.8em;
	box-shadow: 0px 0px 11px -1px rgba(56,56,56,0.5) inset;
	-moz-box-shadow: 0px 0px 11px -1px rgba(56,56,56,0.5) inset;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(56,56,56,0.5) inset;
}
}
#main p {
	width: 80%;
	margin: 0 auto;
	font-size: 1em;
	margin-bottom: 1em;
}
#main h3 {
	width: 90%;
	margin: 50px auto 20px;
	font-size: 1.3em;
	border-bottom: 1px solid rgb(208, 101, 3);
}
#main h4 {
	width: 80%;
	margin: 50px auto 15px;
	font-size: 1.1em;
	border-bottom: 1px solid rgb(168, 152, 232);
}
.twiquote {
	width: 80%;
	margin: 0 auto;
	font-size: 1em;
	margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
#main {
	width: 90%;
	margin: 0 auto;
}
#main p {
	width: 90%;
}
#main h3 {
	width: 100%;
	margin: 50px auto 15px;
}
#main h4 {
	width: 90%;
	margin: 30px auto 15px;
}
.twiquote {
	width: 90%;
}
}

@media screen and (max-width: 640px) {
#main {
	width: 90%;
	margin: 0 auto;
}
#main p {
	width: 90%;
}
#main h3 {
	width: 100%;
	margin: 50px auto 15px;
}
#main h4 {
	width: 90%;
	margin: 30px auto 15px;
}
.twiquote {
	width: 90%;
}
}
/*文字装飾設定
---------------------------------------------------------------------------*/
.RedS {
	font-size: 1.2em;
	color: #df2605;
	font-weight: bold;
}
.RedL {
	font-size: 1.7em;
	color: #df2605;
	font-weight: bold;
	line-height: 1em;
}
.off {
	text-align: center;
	background: rgba(107,107,107,1.00);
	border-radius: 2px;
	color: #eeeeee;
	font-size: 3em;
	font-weight: 800;
	padding: 0.2em 1.4em;
}
.kome {
	font-size: 0.8em;
	font-weight: lighter;
}
.bold {
	font-weight: bolder;
	font-size: 1.2em;
}

@media screen and (max-width: 735px) {
.off {
	font-size: 2.3em;
	padding: 0.2em 1.3em;
}
}
.follow-btn {
	width: 100%;
	display: block;
	background: rgba(5,138,203,1.00);
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	/* box-shadow */
	box-shadow: 2px 2px 2px -1px #696969;
	-moz-box-shadow: 2px 2px 2px -1px #696969;
	-webkit-box-shadow: 2px 2px 2px -1px #696969;
}
/*画像サイズ
---------------------------------------------------------------------------*/
.lefted {
	float: left;
	margin: 0 20px 0 0;
}
.image1 {
	width: 300px;
}
.cleaning img {
	width: 100%;
}
.icon {
	float: left;
	border: none;
	color: rgba(27,161,201,1.00);
	margin-right: 20px;
	text-decoration: none;
}

@media screen and (max-width: 980px) {
.image1 {
	width: 250px;
}
}

@media screen and (max-width: 640px) {
.image1 {
	width: 100%;
	margin: 2em auto;
}
}

/*つべレスポンシブ設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/*BeforeAfterのところレイアウト
---------------------------------------------------------------------------*/
.cleaning {
	width: 80%;
	margin: 2em auto;
	display: table;
	table-layout: fixed;
}
.imgbox {
	display: table-cell;
	vertical-align: middle;
	margin: 10em;
}
.arrowbox {
	display: table-cell;
	width: 10%;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	font-size: 3em;
}
.arrowbox_min {
	display: none;
}

@media screen and (max-width: 980px) {
.cleaning {
	width: 90%;
}
}

@media screen and (max-width: 640px) {
.clearbox {
	width: 100%;
	display: block;
}
.imgbox {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.arrowbox {
	display: none;
}
.arrowbox_min {
	display: block;
	margin: 0.3em auto;
	text-align: center;
	vertical-align: middle;
	font-size: 2em;
}
}
/*PAGETOPボタン
---------------------------------------------------------------------------*/
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/*グローバルメニュー
---------------------------------------------------------------------------*/
.inner {
	width: 980px;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0 0;
	line-height: 1;
	z-index: 999;
	background: rgba(255, 255, 255, .8);
}
#top-head a, #top-head {
	color: #333;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo img {
	float: left;
	width: 200px;
	margin: 0 0 15px 20px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255, 255, 255, .7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo img {
	width: 180px;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 980px) {
article {
	padding: 0 30px;
}
.inner {
	width: 100%;
	padding: 0 15px;
}
#top-head .logo img {
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
}
#global-nav ul li a {
	padding: 0 13px;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
}
}

@media screen and (max-width: 640px) {
#main-visual {
	height: 300px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo img, #top-head .logo img {
	position: absolute;
	left: 10px;
	top: 15px;
	float: left;
	width: 120px;
	margin: 0;
}
#global-nav {
	position: absolute;
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
.button1 button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 70px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background: #D83C3C;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
/*検索フォーム
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.search-wrapper {
	width: 230px;
	margin: 5px auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}
.search-wrapper input {
	width: 150px;
	height: 20px;
	padding: 10px 5px;
	float: left;
	font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 0;
	background: #EEE;
	border-radius: 3px 0 0 3px;
}
.search-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}
 .search-wrapper input::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-moz-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 70px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background: #D83C3C;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.search-wrapper button:hover {
	background: #e54040;
}
.search-wrapper button:active, .search-wrapper button:focus {
	background: #c42f2f;
	outline: 0;
}
.search-wrapper button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #d83c3c transparent;
	top: 12px;
	left: -25px;
}
.search-wrapper button:hover:before {
	border-right-color: #e54040;
}
.search-wrapper button:focus:before, .search-wrapper button:active:before {
	border-right-color: #c42f2f;
}
 .search-wrapper button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
dl.search2 {
	position: relative;
}
dl.search2 dt {
	margin-right: 105px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #aaa;
}
dl.search2 dt input {
	width: 100%;
	height: 27px;
	line-height: 24px;
	background: none;
	border: none;
}
dl.search2 dd {
	position: absolute;
	top: 0;
	right: 0;
}
dl.search2 dd button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 45px;
	width: 105px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background: #D83C3C;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
dl.search2 button:hover {
	background: #e54040;
}
dl.search2 button:active, dl.search2 button:focus {
	background: #c42f2f;
	outline: 0;
}
dl.search2 button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #d83c3c transparent;
	top: 15px;
	left: -6px;
}
dl.search2 button:hover:before {
	border-right-color: #e54040;
}
dl.search2 button:focus:before, dl.search2 button:active:before {
	border-right-color: #c42f2f;
}
 dl.search2 button::-moz-focus-inner {
 border: 0;
 padding: 0;
}









