@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@font-face {
	font-family: "Bukhari Script";
	src: url(../font/Bukhari_Script.ttf);
}
input[type="submit"] {
	-webkit-appearance: none;
}
body {
	line-height: 1;
	width: 100%;
	padding: 0em;
	margin: 0em;
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* main */
#main {
	width: 100%;
	animation-name: fade-in1;
	animation-duration: 4s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	background-size: cover;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
@keyframes fade-in1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
h1 {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 10%;
	padding-bottom: 0%;
	animation-name: fade-in3;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes fade-in3 {
 0% {
opacity: 0;
transform:translate3d(0, 20px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
/* h2 title */
h2 {
	font-family: "Bukhari Script";
	color: #000000;
	font-size: 2.6em;
	margin: 0em;
	padding-top: 2em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	text-align: center;
}
.h2Titbk {
	color: #ffffff;
}
.titLead {
	line-height: 1.8em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	font-size: 1.1em;
	padding: 0em;
}
.titLeadbk {
	line-height: 1.8em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	font-size: 1.1em;
	padding: 0em;
	color: #ffffff;
}
/* Service */
#service {
	background-color: #2fd7b9;
	background-image: url(../img/bg_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 30% auto;
}
.serviceImg {
	margin-left: auto;
	padding-top: 6em;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 4em;
	margin-right: auto;
	width: auto;
}
.titImg {
	margin: 0em;
	padding-top: 6em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 3em;
	text-align: center;
}
/* Works */
#works {
	background-color: #ffea00;
	background-image: url(../img/bg_02.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 30% auto;
}
.imgBox {
	flex-wrap: wrap;
	align-content: center;
	display: flex;
	margin-top: 8em;
	margin-bottom: 0em;
	justify-content: center;
	list-style-image: none;
	text-decoration: none;
	list-style-type: none;
	width: 100%;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 3em;
	margin-right: auto;
}
.worksImg {
	flex-basis: 300px;
	margin: 0.5px;
	list-style-image: none;
	list-style-type: none;
}
.img_swipe {
	margin: 0em;
	padding-top: 2em;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 4em;
	text-align: center;
}
/* About */
#about {
	background-color: #1b1b1b;
	background-image: url(../img/bg_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 40% auto;
}
.aboutList {
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	display: flex;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
}
.aboutBox {
	flex-basis: 380px;
	margin-top: 0em;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: 3em;
	list-style-type: none;
	padding: 0em;
}
.aboutMember {
	text-align: center;
	color: #ffffff;
}
.memberTit {
	text-align: center;
	color: #ffffff;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 0.8em;
	font-size: 1.8em;
	font-family: 'Quicksand', sans-serif;
}
.menberLead {
	margin: 0em;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	font-weight: 200;
}
/*Contact area*/

input[type="text"]:focus, texture:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
}
#contact {
	background-color: #434343;
	color: #ffffff;
	width: 100%;
	padding-bottom: 3em;
}
#contact input[type="text"], #contact form textarea {
	padding: 10px;
	border: 1px solid #EFEFEF;
	background-color: #fff;
	outline: 0;
	border-radius: 5px;
	font-size: 2em;
	color: #252525;
}
#contact input[type="submit"], #contact button[type="submit"] {
	background-color: #2FD7B9;
	padding: 0.7em 2em 0.7em 2em;
	border: 1px solid #505050;
	border-radius: 40px;
	font-size: 1.5em;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	width: 30%;
	margin-left: 29%;
	margin-bottom: 3em;
}
#contact input[type="submit"]:hover, .contact button[type="submit"]:hover {
	background-color: #34b49d;
}
#contact form ul li {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
}
#contact form ul li p {
	display: block;
	float: left;
	width: 25%;
}
#contact form ul li:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#contact form ul {
	overflow: hidden;
	margin: 0 auto 0 auto;
	display: block;
	width: 100%;
}
#contact form ul li p label {
	margin-right: 2em;
	float: left;
}
#contact form ul li .txtfiled {
	margin-left: 1em;
	width: 55%;
}
#contact form textarea {
	margin-bottom: 15px;
	height: 4em;
	margin-left: 1em;
	width: 55%;
	margin-top: 15px;
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
}
#contact .btnSub {
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
	font-size: 0.8em;
}
#contact form .comment {
	margin-top: 15px;
}
#contact form li p span {
	color: #9B0000;
	margin-right: 5px;
}
#contact section {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
#contact footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
/*error page*/

#error {
	background-color: #434343;
	color: #fff;
	padding: 3em 0 3em 0;
}
#error article {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	text-align: center;
}
#error input[type="button"] {
	background-color: #2FD7B9;
	padding: 0.7em 2em 0.7em 2em;
	border: 1px solid #505050;
	border-radius: 40px;
	font-size: 1.5em;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 3em;
	margin-right: 1em;
	text-align: center;
}
#error input[type="button"]:hover {
	background-color: #34b49d;
}
#error input[type="submit"] {
	background-color: #2FD7B9;
	padding: 0.7em 2em 0.7em 2em;
	border: 1px solid #505050;
	border-radius: 40px;
	font-size: 1.5em;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 3em;
}
#error input[type="submit"]:hover {
	background-color: #34b49d;
}
#error h2 {
	font-size: 1em;
	margin-bottom: 2em;
	text-align: center;
}
#error article #form-tbl #form th, #error article #form-tbl #form td {
	padding: 1em 1em 1em 0px;
	text-align: left;
}
#error #form-tbl #form {
	margin-bottom: 2em;
}
#error footer {
	text-align: center;
}
#error article p {
}
#error .msg {
	padding-bottom: 2em;
}
#error section .btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
footer {
	font-size: 0.8em;
}
.pcNone {
	display: none;
}
.spNone {
	display: inline-block;
}

@media only screen and (max-width: 1125px) {
/*--------------------------------------
1125px以下の記述
---------------------------------------*/
html, body {
	height: 100%;
}
input[type="submit"] {
	-webkit-appearance: none;
}
.pcNone {
	display: inline-block;
}
.spNone {
	display: none;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../img/main_bg.jpg) center/cover no-repeat;
	-webkit-background-size: cover;
}
#main {
	background:none;
}	


h1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 30%;
	padding-bottom: 0%;
	animation-name: fade-in3;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

/* h2 title */
h2 {
	font-size: 2.5em;
	margin: 0em;
	padding-top: 1em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	text-align: center;
}
.h2Titbk {
	color: #ffffff;
}
.titLead {
	line-height: 1.8em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	font-size: 1em;
	padding: 0em;
}
.titLeadbk {
	line-height: 1.8em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	font-size: 1em;
	padding: 0em;
	color: #ffffff;
}
/* Service */
#service {
	background-image: url(../img/bg_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 60% auto;

}
.serviceImg {
	margin-left: auto;
	padding: 0;
	padding-top: 4em;
	padding-bottom: 4em;
	margin-right: auto;
	width: 100%;
	object-position: 100% 100%;
	object-fit: cover;
}
/*about area*/
#about .titLead {
	margin-top: 4em;
}
/*Contact area*/
	
#contact form ul {
	width: 90%;
}
#contact form ul li {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#contact form ul li p {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.contact input {
	display: block;
	width: 100%;
}
#contact form ul li .txtfiled {
	margin-left: 0;
	width: 90%;
}
#contact form textarea {
	margin-left: 0;
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
	width: 90%;
}
#contact input[type="submit"], #contact button[type="submit"] {
	margin-left: auto;
	margin-right: auto;
}
#contact input[type="submit"], #contact button[type="submit"] {
	background-color: #2FD7B9;
	padding: 5%;
	border: 1px solid #505050;
	border-radius: 3em;
	font-size: 1.5em;
	text-align: center;
	color: #FFFFFF;
	width: 50%;
	min-width: 5em;
	margin-left: 25%;
	margin-bottom: 3em;
}
.btnSub {
	-webkit-appearance: none;
	border-radius: 0;
}
/*error page*/

#error {
	background-color: #434343;
	color: #fff;
	padding: 3em 0 3em 0;
}
#error article {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	text-align: center;
}
#error input[type="button"] {
	background-color: #2FD7B9;
	padding: 0.7em 2em 0.7em 2em;
	border: 1px solid #505050;
	border-radius: 40px;
	font-size: 1.5em;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 3em;
	margin-right: 1em;
	text-align: center;
	-webkit-appearance: none;
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
}
#error input[type="button"]:hover {
	background-color: #34b49d;
	-webkit-appearance: none;
}
#error input[type="submit"] {
	background-color: #2FD7B9;
	padding: 0.7em 2em 0.7em 2em;
	border: 1px solid #505050;
	border-radius: 40px;
	font-size: 1.5em;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 3em;
	-webkit-appearance: none;
	font-family: 'tbchibirgothicplusk-pro', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Quicksand', sans-serif;
}
#error input[type="submit"]:hover {
	background-color: #34b49d;
	-webkit-appearance: none;
}
#error h2 {
	font-size: 1em;
	margin-bottom: 2em;
	text-align: center;
}
#error article #form-tbl #form th, #error article #form-tbl #form td {
	padding: 1em 1em 1em 0px;
	text-align: left;
}
#error #form-tbl #form {
	margin-bottom: 2em;
}
#error footer {
	text-align: center;
}
#error article p {
}
#error .msg {
	padding-bottom: 2em;
}
#error section .btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
}
