@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	}
/** Body Gradation **/
.gradation {
	background: linear-gradient(180deg, #6E6E6E, #FFFFFF);
}
body {
	-webkit-text-size-adjust: 100%;
}
#top {
	height: 50px;
	background-color: #451E14;
}
.legaspi {
	display: none;
}
#top_container {
	height:50px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #451E14;
}
#topmenu {
	height: 50px;
	width: auto;
	float: right;
	padding-top: 0px;
	text-align: left;
	position: relative;
	margin: 0px;
	padding-right: 20px;
}
#topmenu a {
	font-family:  "メイリオ", meiryo, "游ゴシック", "YuGothic", sans-serif;
	font-size: 16px;
	color: #F2D897;
	display: inline-block;
	text-decoration: none;
}
#topmenu a:hover {
	color: #F2D997;
	display: inline-block;
	text-decoration: none;
}
#language {
	width: 55px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#main_container {
	height: auto;
	width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: radial-gradient(ellipse farthest-side, #CCCCCC, #FFFFFF);
}
#logo {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #451E14;
}
img.logo {
	width: 200px;
	height: 200px;
	float:left;
	border:none;
}
img.firm {
	width: 1000px;
	height: 200px;
	border:none;
}
h2.firm-name {
	position:absolute;
	color:#FFF;
	z-index:100;
	top:130px;
	left:50%;
	transform: translateX(-50%);
	text-align:center;
}
#menu_container {
	height: 55px;
	width: 100%;
	position: relative;
	background-color: #451E14;
}
/*----------------------------------------------------------------------------*/
/*------------------------ Menu Content -------------------------------------- */
/*----------------------------------------------------------------------------*/
#menu_content {
	height: 55px;
	width: 950px;
	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;
}
/*----------------------------------------------------------------------------*/
/*------------------------- Main Content -------------------------------------*/
/*----------------------------------------------------------------------------*/
#main-text {
	width: 1200px;
	height:auto;
}
/*----------------------------------------------------------------------------*/
/*--------------------- Consultation Contact----------------------------------*/
/*----------------------------------------------------------------------------*/
.email-consul{
	color: #F2D897;
}
.consul {
  	position: fixed;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 70px;
  	height: 45px;
  	right: 10px;
  	bottom: 10px;
 	cursor: pointer;
  	z-index: 100;
	border-bottom: 6px #F2D897 solid;
	border-radius: 5px;
	background-color: #451E14;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);}
.consul a {
	color: #F2D897;
	text-decoration:none;
}
.consul-mark {
	position:absolute;
	top: 5px;
	left:50%;
	transform: translateX(-50%);
	text-align:center;
	font-size: 16px;
}
.consul-text {
	padding-top: 15px;
  	font-size:12px;
	color: #F2D897;
}
/*----------------------------------------------------------------------------*/
/*------------------------- Footer -------------------------------------------*/
/*----------------------------------------------------------------------------*/
#footer {
	background-color: #451E14;
	height: 160px;
	width: 1140px;
	margin: 0px auto 10px auto;
}
#footer p {
	font-family:  "メイリオ", meiryo, "游ゴシック", "YuGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	line-height: 20px;
}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#address_left {
	float: left;
	height: 140px;
	width: 350px;
	margin: 20px 0px 10px 20px;
}
#firm_center {
	text-align: center;
	height: 140px;
	width: 410px;
	margin: 20px 0px 10px 0px;
	float: left;
}
#address_right {
	float: right;
	height: 140px;
	width: 330px;
	text-align: right;
	margin: 20px 20px 10px 0px;
}
.tel-number a {
	color:#FFF;
	text-decoration: none;
}
@media screen and (max-width: 1024px){
	#top_container {
		width: 100%;
	}
	.legaspi {
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		top: 0px;
		color:#FFF;
		z-index: 100;
		background-color: #451E14;
	}
	.legaspi p {
		font-size:15px;
	}
	#topmenu {
		position: fixed;
		display: flex;
		z-index: 200;
		right: 0;
	}
	#main_container {
		width: 100%;
	}
	#logo {
		height: 130px;
	}
	img.logo {
		width: 16%;
		height: 130px;
	}
	img.firm {
		width: 84%;
		height: 130PX;
	}
	h2.firm-name {
		top:60px;
		left:50%;
		transform: translateX(-50%);
		text-align:center;
	}
	#menu_container {
		height: 0;
	}
	#menu_content {
		height: 0;
	}
	#main-text {
		width: 100%;
		border-top: 4px solid #451E14;
	}
	#footer {
		width: 100%;
	}
	#address_left {
		width: 35%;
	}
	#firm_center {
		width: 30%;
	}
	#address_right {
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	#top {
		height: 35px;
	}
	.legaspi {
		height: 35px;
	}
	.legaspi p {
		font-size:14px;
	}
	#top_container {
		height: 35px;
	}
	#topmenu {
		height: 35px;
		padding-right: 10px;
	}
	#topmenu a {
		font-size: 14px;
	}
	#language {
		padding-top: 7px;
	}
	#main_container {
		width: 100%;
	}
	#logo {
		height: 100px;
	}
	img.logo {
		width: 25%;
		height:100px;
	}
	img.firm {
		width: 75%;
		height:100px;
	}
	h2.firm-name {
		top:30px;
		font-size:14px;
	}
	#menu_container {
		height: 0px;
	}
	#menu_content {
		height: 0px;
	}
	#main-text {
		width: 100%;
	}
	#footer {
		width: 100%;
	}
	#footer p {
		font-size: 10px;
		line-height: 18px;
	}
	#address_left {
		width: 70%;
	}
	#firm_center {
		display:none;
	}
	#address_right {
		display:none;
	}
}