@charset "utf-8";

/*
Theme Name: ZOU
Author: ZOU Inc.
Author URI: http://zou.co.jp/
Description: RINDEN CLEANER
Version: 1.0
*/



/* ************************************************
*	基本設定
* ************************************************ */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fafafa;
	background: #f5f5f5;
	color: #0081a4;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
	text-align: left;

	-moz-box-sizing: border-box;
	-moz-webkit-sizing: border-box;
	-moz-ms-sizing: border-box;
	-moz-o-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: bold;
	text-align: left;
}

/* リンク */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
a:active,
a:focus {
	outline: 0;
}



/* 画像 */

img {
	width /***/: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}

/* ************************************************
*	全体
* ************************************************ */
.row {
	padding: 50px 0;
}
.row .row {
	padding: 0;
}
p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.headding {
	margin: 15px 0 5px 0;
	font-size: 2.2rem;
	letter-spacing: .1em;
	white-space: nowrap;
}
.headding2 {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: .1em;
}
.headding3 {
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .1em;
}
.en {
	margin-top: 5px;
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.box {
	padding: 15px 10px;
	border: 1px solid #0081a4;
	border-radius: 10px;
	background: #fff;
	color: #0081a4;
}
.container {
	position: relative;
}

.btn-grp {
	margin-bottom: 30px;
}
.btn {
	margin-bottom: 10px;
	padding: 5px 0;
	border-radius: 10px;
	background: #0081a4;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
}

.gmap {
	position: relative;
	height: 0;
	margin-bottom: 25px;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Category */
.business {
	position: relative;
	overflow: hidden;
}
.business .madofuki {
	display: none;
}
.company {
	background: #0081a4 url("images/bg-company.jpg") no-repeat;
	background-size: cover;
	color: #fff;
}
.recruit {
	background: #fff url("images/bg-recruit.jpg") no-repeat;
	background-size: cover;
	color: #0081a4;
}
.contact {
	background: #333;
	color: #fff;
}
.contact p {
	font-size: 1.3rem;
}
.contact p.btn {
	font-size: 1.6rem;
}

.footer {
	position: relative;
	background: #0081a4;
	text-align: center;
}
.copyright {
	padding: 20px 10px;
	color: #fff;
	font-size: 1.0rem;
}

/* ************************************************
*	横から
* ************************************************ */
#move {
	opacity: 1;
	position: absolute;
	right: 10px;
	bottom: 0;
	transform: translate(-1200px, 0);
	width: 50%;
}

.move {
}
#move.move {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 5s;
}

/* ************************************************
*	Main Visual
* ************************************************ */
#mainvisual {
	position: relative;
}
.cover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay {
	display: block;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: url("images/overlay.png");
}
.title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%,-50%);
	width: 80%;
}
.logo {
	width: 100%;
}
.desc {
	margin-top: 80px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.zou {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	width: 25px;
	height: 25px;
}
/* ************************************************
*	Table Parts
* ************************************************ */
table {
	width: 100%;
}
th {
	width: 20%;
}
th,
td {
	padding: 5px 0;
	font-size: 1.3rem;
}

/* ************************************************
*	Form Parts
* ************************************************ */
input[type="text"],
input[type="email"] {
	width: 100%;
	height: 30px;
	margin: 2px 0 2px 0;
	border: 0;
	background: #fff;
	font-size: 1.4rem;
}
textarea {
	width: 100%;
	height: 160px;
	border: 0;
	background: #fff;
	font-size: 1.4rem;
}
.submit {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border: none;
	border-radius: 10px;
	background: #0081a4;
	color: #fff;
	font-size: 2.0rem;
	line-height: 50px;
	letter-spacing: .3em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
.submit:hover {
	opacity: .8;
}

/* ************************************************
*   レスポンシブ
* ************************************************ */
@media screen and (max-width: 640px) {
	#move {
		opacity: 1;
		position: absolute;
		right: 0;
		bottom: -50px;
		width: 50%;

		-webkit-transform: translate(-1200px, 0);
	}
}

@media screen and (min-width: 641px) {
}
@media screen and (min-width: 1024px) {
	/* main */
	.title {
		width: 508px;
	}
	.logo {
		width: 508px;
		height: 132px;
	}
	.desc {
		margin-top: 80px;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}
	.zou {
		width: 50px;
		height: 50px;
	}
	/* 全体 */
	p {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.row {
		padding: 0;
	}
	.row .row {
		padding: 0;
	}
	.ltr .row {
		border-left: 10px solid #0081a4;
	}
	.rtl .row {
		border-right: 10px solid #fff;
	}
	.ltr .row .row,
	.rtl .row .row {
		border: 0;
	}
	.columns {
		position: relative;
		padding: 120px 10px;
	}
	.row .row .columns {
		padding: 0 10px;
	}
	.headding {
		display: inline-block;
		margin: 0 auto;
		font-size: 4.0rem;
		letter-spacing: .1em;
		white-space: nowrap;
		writing-mode: vertical-rl;

		-ms-writing-mode: tb-rl; /* for MS IE8+ */
		-webkit-writing-mode: vertical-rl;
	}
	.headding2 {
		margin-bottom: 25px;
		font-size: 2.4rem;
		line-height: 1.8;
		letter-spacing: .1em;
	}
	.headding3 {
		margin-bottom: 25px;
		font-size: 2.0rem;
		line-height: 1.8;
		letter-spacing: .1em;
	}
	.en {
		margin-top: 70px;
		font-size: 1.5rem;
		letter-spacing: .1em;
		text-align: center;
	}
	.box {
		padding: 90px 75px;
	}
	/* category */
	.business {
		background: #fff;
		color: #0081a4;
	}
	.business .columns {
		padding-bottom: 240px;
	}
	.business .madofuki {
		display: block;
		position: absolute;
		right: 5%;
		bottom: 0;
	}
	.company {
		background: #0081a4 url("images/bg-company.jpg") no-repeat;
		background-size: cover;
		color: #fff;
	}
	.recruit {
		background: #fff url("images/bg-recruit.jpg") no-repeat;
		background-size: cover;
		color: #0081a4;
	}
	.contact {
		background: #333;
		color: #fff;
	}
	.contact p {
		font-size: 1.4rem;
	}
	.contact p.btn {
		font-size: 2.0rem;
	}
	.footer {
		text-align: center;
	}
	.copyright {
		padding: 40px 0;
		font-size: 1.2rem;
	}
	.border {
		position: relative;
		height: 100%;
	}
	/* table */
	table.boxtable {
		width: 100%;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.boxtable th {
		width: 20%;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.8;
		white-space: nowrap;
		vertical-align: top;
	}
	table.boxtable td {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: .1em;
		text-align: left;
		white-space: normal;
		vertical-align: top;
	}
	table.formtable {
		width: 100%;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.formtable th {
		width: 20%;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.8;
		white-space: nowrap;
		vertical-align: top;
	}
	table.formtable td {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: .1em;
		text-align: left;
		white-space: normal;
		vertical-align: top;
	}
}
