@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	}
/** Body Gradation **/
.gradation {
	background: linear-gradient(180deg, #8DB3E0, #FFFFFF, #8DB3E0);
}
body {
	-webkit-text-size-adjust: 100%;
	background-color:  transparent;
}
#top {
	width: 100%;
	height: 100px;
	background-color: #0F4C95; 
	/*background-color: #FFF;*/
	/*================= Moving Japanese language Button with scroll =====================*/
	position: fixed;
	display: flex;
	z-index: 100;
	/*===================================================================================*/
}
.solidsun {
	display: none;
}
#top_container {
	height:100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0F4C95;
	/*================= Moving Japanese language Button with scroll =====================*/
	/*position: fixed;
	display: flex;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform:  translateX(-50%);*/
	/*===================================================================================*/
	/*background-color: #FFF;*/
}
#topmenu {
	height: 50px;
	width: 55px;
	float: right;
	padding-top: 50px;
	position: relative;
	margin: 0;
	z-index: 100;
}
/* ===========================================*/
#language {
	/*================= Moving Japanese language Button with scroll =====================*/
	/*position: fixed;
	display: flex;*/
	/*===================================================================================*/
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0;
	position: relative;
}
#language li {
	width: 60px;
	position:relative;
	margin: 0 10px;
	display: inline-block;
}
#language a {
	font-family:  "メイリオ", meiryo, "游ゴシック", "YuGothic", sans-serif;
	font-size: 18px;
	color: #900;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: relative;
	padding-bottom: 3px;
}
#language a:hover {
	color: #900;
	display: inline-block;
	text-decoration: none;
}
/* ===========================================*/
#language a:after{
	content: '';
	width: 0;
	margin-top: 0px;
	transition: all 0.5s ease;
	border-bottom: 3px solid #900;
	display: block;
}
#language a:hover:after {
	width: 100%;
	border-bottom: 3px solid #900;
}
#logo {
	height: 80px;
	width: 215px;
	margin-top: 10px;
	float:left;
	position: relative;
	/*================= Moving Logo with scroll =====================*/
	/*border:none;
	position: fixed;*/
	/*===============================================================*/
	background-color:;
	z-index: 100;
}
img.logo {
	width: 106px;
	height: 80px;
	float:left;
	border:none;
}
#menu_container {
	height: 100px;
	width: 75%;
	position: relative;
	background-color: #0F4C95; 
	/*background-color: #FFF;*/
	z-index: 100;
	float: left;
	/*========== moving menu with scroll =================*/
	/*left: 200px;*/
	/*====================================================*/
}
#menu_content {
	height: 100px;
	width: auto;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-position:center;
	z-index: 100;
}

/*----------------------------------------------------------------------------*/
/*------------------------- Main Container -------------------------------------*/
/*----------------------------------------------------------------------------*/
#main_container {
	width: 1200px;
	height: auto;
	/*height: 3000px;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/*top: 100px;*/
	z-index: 0;
}
#sun {
	width: 100%;
	height: 700px;
}
/*------- Sliding -----------------------*/
#slideshow {
	position: relative;
	width:  100%;
	/*height: 270px;*/
}
#slideshow img {
	position: absolute;
	width: 100%;
	height: 650px;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 9;
}
/*------- End Sliding -----------------------*/
/*img.sunrising {
	width: 100%;
}*/
.project {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	color: #0F4C95;
	/*top: -200px;*/
}
.title {
	width: 50%;
	padding: 25px 0 25px 0;
	margin: 0 auto 50px auto;
	background: #0F4C95;
	color: #FFF;
	box-sizing:border-box;
	position: relative;
	text-align: center;
}
.breakdown {
	width: 100%;
	border: 1px solid #0F4C95;
	margin: 20px auto 50px auto;
	padding-bottom: 30px;
	/*background: #FFF;*/
}
.project p {
	/*font-size:10px;
	line-height: 30px;
	padding: 0 0 30px 0;
	text-align: left;*/
}
.project-name {
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	background-color: #0F4C95;
	color: #FFF;
	/*position: relative;
	float: left;*/
}
.picture1 {
	width: 80%;
	margin: 20px auto 20px auto;
	background: #FFF;
	/*position: relative;
	float: left;*/
}
.two_pic {
	width: 45%;
	margin: 0 0 0 3%;
	position: relative;
	float: left;
}
img.pic_site {
	width: 100%;
	/*border: #FFF 5px solid;*/
}
.details {
	width: 80%;
	margin: 20px auto 20px auto;
	/*position: relative;
	float: left;*/
}
.details p {
	margin:0;
	padding: 5px 0 5px 15px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
}
table {
	width: 100%;
	background: #FFF;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #0F4C95;
  /*line-height: 1.5;
  font-size: 12px;*/
}
th {
	font-weight: 100;
}
th, td {
	vertical-align: top;
	font-weight: 700;
}
.a {
	width: 20%;
}
.b {
	width: 80%;
}
span.sp {
}
/*----------------------------------------------------------------------------*/
/*--------------------- Consultation Contact----------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*------------------------- Footer -------------------------------------------*/
/*----------------------------------------------------------------------------*/
#footer-2 {
	display: none;
	background-color: #0F4C95;
	height: 250px;
	width: 100%;
	margin: 0px auto 10px auto;
	position: relative;
	float: left;
	/*display: block;*/
}
#firm_name {
	width: 300px;
	height: 50px;
	margin: 20px auto 20px auto;
	text-align: center;
		/*line-height: 50px;*/
	display: block;
}
#firm_name h3 {
	/*font-size: 12px;*/
	color: #FFF;
	padding: 0px;
	line-height: 50px;
}
#footer_menu2 {
	width: 80%;
	height: 150px;
	padding: 0 10% 20px 10%;
}
#footer_menu2 p {
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	line-height: 20px;
}
#footer {
	background-color: #0F4C95;
	height: 250px;
	width: 100%;
	margin: 0px auto 10px auto;
	position: relative;
	float: left;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
}
#footer h3 {
	color:#FFF;
}
#footer p {
	font-family:  "メイリオ", meiryo, "游ゴシック", "YuGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	line-height: 20px;
}
#footer_menu {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#firm_name_sp {
	display: none;
	}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#address_left {
	float: left;
	height: 140px;
	width: 350px;
	margin: 50px 0px 10px 0px;
}
#firm_center {
	text-align: center;
	height: 140px;
	width: 420px;
	margin: 50px 40px 10px 40px;
	float: left;
}
#address_right {
	float: right;
	height: 140px;
	width: 350px;
	text-align: right;
	margin: 50px 0px 10px 0px;
}
.tel-number a {
	color:#FFF;
	text-decoration: none;
}
@media screen and (max-width: 1024px){
	#top {
		width: 100%;
		height: 55px;
	}
	#top_container {
		width: 100%;/*ok*/
		height: 55px;
	}
	#topmenu {
		display: none;
	}
	#main_container {
		width: 100%;
		/*top: 500px;*/
	}
	#logo {
		display: block;
		height: 40px;
		width: 53px;
		margin-top: 10px;
		margin-right: 10px;
		float: right;
		position: relative;
		z-index: 100;
	}
	img.logo {
		width: 53px;
		height: 40px;
		float: right;
		border:none;
	}
	#language {
		display: none;
	}
	#menu_container {
		height: 0;
	}
	#menu_content {
		height: 0;
	}
	h1.firm-name {
		font-size: 36px;
	}
	.picture1 {
		width: 100%;
	}
	.details {
		width: 100%;
	}
	.a {
		width: 25%;
	}
	.b {
		width: 75%;
	}
	/*#details {
		/*width: 72%;
		height: 200px;
		position: relative;
		float: left;*/
		/*padding: 10px 0x 10px 20px;
	}*/
	#footer-2 {
		background-color: #0F4C95;
		height: 250px;
		width: 100%;
		margin: 0px auto 10px auto;
		position: relative;
		float: left;
		display: block;
		font-family:Tahoma, Geneva, sans-serif;
	}
	#firm_name {
		width: 300px;
		height: 50px;
		margin: 20px auto 20px auto;
		text-align: center;
			/*line-height: 50px;
		display: none;*/
	}
	#firm_name h3 {
		/*font-size: 12px;*/
		color: #FFF;
		padding: 0px;
		line-height: 50px;
	}
	#footer_menu2 {
		width: 80%;
		height: 150px;
		padding: 0 10% 20px 10%;
		
	}
	#footer_menu2 p {
		font-size: 12px;
		color: #FFF;
		padding: 0px;
		line-height: 20px;
	}
	.tel-number a {
		color:#FFF;
		text-decoration: none;
	}
	#footer {
		display: none;
	}
}
@media screen and (max-width: 896px) {
	/*#main_container {
		width: 100%;
		height: 3800px;
		/*top: 500px;
	}*/
	/*#details {
		width: 95%;
		height: auto;
		position: relative;
		float: left;
		margin: 0 15px 50px 0;
		/*padding: 10px 0x 10px 0px;
	}*/
	.a {
		width: 30%;
	}
	.b {
		width: 70%;
	}
}
@media screen and (max-width: 480px) {
	#logo {
		height: 35px;
		width: 53px;
	}
	img.logo {
		width: 53px;
		height:35px;
	}
	#menu_container {
		height: 0px;
	}
	#menu_content {
		height: 0px;
	}
	#sun {
		height: 450px;
	}
	#slideshow img {
		height: 400px;
	}
	/*	#details {
		width: 95%;
		height: 200px;
		position: relative;
		float: left;
		margin: 0 10px 50px 10px;
		/*padding: 10px 0x 10px 0px;
	}*/
	.details p {
		padding: 3px 0 3px 5px;
		text-align: left;
		line-height: 25px;
		font-size: 15px;
	}
	.a {
		width: 20%;
	}
	.b {
		width: 80%;
	}
	span.sp {
		display: none;
	}
}
