/* Global */

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}





/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;
}
#logo {
	text-align: left;
	margin: 50px 0 45px 0;
}
#nav {
	text-align: center;
	margin: 25px auto 0px auto;
	padding-bottom: 25px;
}
.navigation{
	float: none;
	list-style: none;
	margin: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
}
.navigation li{
	display:block;

}

.navigation .navibutton{
	float: none;
	padding:0 0 0 0;
	width : 100%;
	letter-spacing:2px;
}

.navigation .navibutton:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
}

.content2 {
	font-size:14px;
	text-align:right;
	width:100%;
	overflow:hidden;
}

.inside{
	text-align:left;
	padding-top: 20px;



}

.content3 {
	font-size:14px;
	text-align:center;
	width:100%;
	overflow:hidden;
}

/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0 140px 0;
}



/* Slide 1 */ 

#slide1{
	background-color:#ffffff;
	min-height:800px;
}
#slide1 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h3 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 2 */ 

#slide2{
	background-image:url('../images/background001.jpg');
	-moz-background-size: cover;
	background-size: cover;
	color:#ffffff;
	min-height:800px;
}
#slide2 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h3 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
	min-height:800px;
}
#slide3 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide3 h3 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
	background-image:url('../images/background002.jpg');
	-moz-background-size: cover;
	background-size: cover;
	color:#ffffff;
	min-height:500px;
}
#slide4 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide4 h3 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 5 */

#slide5{
	color:#8a8683;
	min-height:500px;
}
#slide5 h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 0px;
	color:#8a8683;
	font-weight: normal;
}
#slide5 h3 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 6 */ 

#slide6{
	background-color:#ffffff;
	min-height:1700px;
	padding-bottom:80px;
}
#slide6 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide6 h3 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}


/* Slide 7 */

#slide7{
	background-image:url('../images/background004.jpg');
	-moz-background-size: cover;
	background-size: cover;
	color:#ffffff;
	min-height:500px;
}
#slide7 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide7 h3 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}


/* Slide 8 */ 

#slide8{
	background-image:url('../images/background001.jpg');
	-moz-background-size: cover;
	background-size: cover;
	color:#ffffff;
	min-height:1000px;
	padding-bottom:80px;
}
#slide8 h2 {
	font-size: 3.8em;
	letter-spacing: 0px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide8 h3 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}



.form_outside{
	overflow:hidden;
	width:80%;
	margin:10px auto;
	padding:10px 0px 10px 0px;
}
.form_inside_cate{
	float:left;
	width: 25%;
	text-align: left;
	font-weight:bold;
}

.form_inside_tx{
	float:right;
	margin-left: 10px;
	width: 70%;
}
.center_box{
text-align:center;
}

.form_data{
	background-color:transparent;
}
.submit_button{
width:30%;
height:50px;
}

.price_box{
	overflow:hidden;
	margin:0px auto 10px auto;
	width: inherit;
}

.detail{
	font-size:12px;
	margin-top:-30px;
	text-align:right;


}

.left_box{
margin:1px 0px 1px 1px;
padding:10px;
float:left;
width:50%;
background:#ffffff;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:none;
height:50px;
line-height:25px;
}

.left_box2{
margin:1px 0px 1px 1px;
padding:10px;
float:left;
width:50%;
background:#ffffff;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:none;
height:50px;
line-height:50px;
}

.right_box{
margin:1px 1px 1px 1px;
padding:10px;
background:#ffffff;
width:45%;
float:left;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:50px;
line-height:20px;
}

.right_box2{
margin:1px 1px 1px 1px;
padding:10px;
background:#ffffff;
width:45%;
float:left;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:50px;
line-height:50px;
}

.transparent{
	color:#FFFFFF;
    background-color: rgba(255,255,255,0.2);
}

#footer{
	width:100%;
	text-align:center;
	font-size:12px;
	position:absolute;
	bottom:0;
	padding-bottom:5px;

}

.next_button{
	display:block;
	width:200px;
	height:3em;
	font-size:1.5em;
	text-align:center;
	line-height:1.5em;
	padding:5px;
	margin:10px auto;
	border:solid 1px #cccccc;
}

.next_button2{
	display:block;
	text-align:center;
	margin:10px auto;
}

.buttonbox{
	text-align:center;
	margin:100px auto 0px auto;
	width:100%;
	overflow:hidden;
}

.navigation .next_button:hover{
	cursor:pointer;
	color: #a9d3d0;
}


.worksbox{
	display: -webkit-flex; /* Safari */
	display: flex;
	margin:20px auto 40px auto;
	padding:10px 0px;
}


.worksbox li{
	display:block;
	list-style:none;
	width:100%;
	margin:0px 10px 5px 10px;
	line-height:1ems;
	text-align:center;
	padding:10px;
	position:relative;
}

.worksbox li img{

	width:95%;
	height:auto;
	display:inline;
	border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	transition:0.3s;
	margin-bottom:10px;
}

.worksbox li img:hover{

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}
.centering_box{
	text-align:center;
}

.btn{
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	background:#0bd;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	position:relative;
	display:inline-block;
	top:-2px;
	padding:10px;
	width:50%;
	text-align:center;
	margin:15px auto 0px auto;
	transition:0.3s
}

.btn:hover{
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	top:1px;
	background:#08a
}


/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: left;
}

#logo img{
	height:auto;


}

#nav {
	text-align: center;
	margin: 15px auto 0px auto;
	padding-bottom: 15px;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	display:block;


}

.navigation .navibutton{

}

.navigation .navibutton:hover{
	cursor:pointer;
	color: #a9d3d0;
}


.slide{
	-moz-background-size: cover;
	background-size: cover;
	width:100%;
	position: relative;
	padding:75px 0;
}

#decorative {
	display:none;
}

.content {
	text-align:left;
	width:100%;
}
.content2 {
	text-align:right;
	width:100%;
}

.content3 {
	text-align:center;
	width:100%;
}


#slide1 h2 {
	line-height: 1em;
}
#slide1 h3 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide2 h3 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide3 h3 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}
#slide4 h3 {
	line-height: 1em;
}

.form_outside{
	overflow:hidden;
	width:100%;
	margin:10px auto;
	padding:10px 0px 20px 0px;
}


.form_inside_cate{
	float:none;
	width:100%;
	text-align: left;
	font-weight:bold;
	margin-bottom:5px;


}

.form_inside_tx{
	float:none;
	margin-left: 0px;
	width:100%;

}

.center_box{
text-align:center;

}

.detail{
	font-size:12px;
	margin-top:-30px;
	text-align:right;


}

.left_box{
margin:0px 0px 0px 0px;
padding:10px;
width:95%;
float:none;
background:#ffffff;
border-bottom:none;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:50px;
line-height:25px;
}

.left_box2{
margin:0px 0px 0px 0px;
padding:10px;
width:95%;
float:none;
background:#ffffff;
border-bottom:none;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:50px;
line-height:50px;
}

.right_box{
margin:0px 0px 0px 0px;
padding:10px;
background:#ffffff;
width:95%;
float:none;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:50px;
line-height:20px;
}

.right_box2{
margin:0px 0px 0px 0px;
padding:10px;
background:#ffffff;
width:95%;
float:none;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:50px;
line-height:50px;
}



}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: auto;
	height:auto;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
	padding:0px 0px 0px 0px;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	display: inherit;
}


.navigation li{
	display:block;


}

.navigation .navibutton{
	float: left;
	padding:5px 0 5px 0;
	width : 50%;
	letter-spacing:2px;
}

.navigation .navibutton:hover{
	cursor:pointer;
	color: #a9d3d0;
}
.slide{
	-moz-background-size: cover;
	background-size: cover;
	width:100%;
	position: relative;
	padding:100px 0;
}


#slide1,
#slide2,
#slide3,
#slide4,
#slide5,
#slide6,
#slide7,
#slide8
{
	min-height:auto;
}

.content {
	font-size:14px;
	text-align:left;
	width:100%;
}

.content2 {
	font-size:14px;
	text-align:left;
	width:100%;
}

.content3 {
	font-size:14px;
	text-align:left;
	width:100%;
}


#slide1 h2 {
	font-size:3em;
	line-height: 1em;
}
#slide1 h3 {
	line-height: 1em;
}
#slide2 h2 {
	font-size:3em;
	line-height: 1em;
}
#slide2 h3 {
	line-height: 1em;
}
#slide3 h2 {
	font-size:3em;
	line-height: 1em;
}
#slide3 h3 {
	line-height: 1em;
}
#slide4 h2 {
	font-size:3em;
	line-height: 1em;
}
#slide4 h3 {
	line-height: 1em;
}

#slide5 h2 {
	font-size:1.2em;
	line-height: 1em;
}
#slide5 h3 {
	line-height: 1em;
}

.form_outside{
	overflow:hidden;
	width:auto;
	margin:10px auto;
	padding:10px 0px 20px 0px;
}


.form_inside_cate{
	float:none;
	width:auto;
	text-align: left;
	font-weight:bold;
	margin-bottom:5px;


}

.form_inside_tx{
	float:none;
	margin-left: 0px;
	width:auto;

}

.center_box{
text-align:center;

}
.submit_button{

width:45%;
height:50px;


}

.detail{
	font-size:10px;
	text-align:right;


}

.left_box{
margin:0px 0px 0px 0px;
padding:10px;
width:90%;
float:none;
background:#ffffff;
border-bottom:none;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:auto;
line-height:25px;
}

.left_box2{
margin:0px 0px 0px 0px;
padding:10px;
width:90%;
float:none;
background:#ffffff;
border-bottom:none;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:auto;
line-height:50px;
}

.right_box{
margin:0px 0px 0px 0px;
padding:10px;
background:#ffffff;
width:90%;
float:none;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:auto;
line-height:20px;
}

.right_box2{
margin:0px 0px 0px 0px;
padding:10px;
background:#ffffff;
width:90%;
float:none;
border-bottom:solid 1px #cccccc;
border-left:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
height:auto;
line-height:50px;
}

.worksbox{
	display: inherit;
	display: inherit;
	margin:0px auto 0px auto;
	padding:10px 0px;
}


.worksbox li{
	display:block;
	list-style:none;
	width:100%;
	margin:0px 10px 5px 10px;
	line-height:1ems;
	text-align:center;
	padding:10px;
	position:relative;
}

.worksbox li img{

	width:95%;
	height:auto;
	display:inline;
	border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	transition:0.3s;
	margin-bottom:10px;
}

.worksbox li img:hover{

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

}
