	@charset "utf-8";
	/*------------------------------------------------------------------
	
		base.css
	 
	------------------------------------------------------------------*/
	
	body {
		color: #000;
		min-width: 1000px;
		margin: auto;
		line-height: 150%;
	}
	a, a:link {
		text-decoration: none;
		color: #000;
	}
	a:hover {
		text-decoration: none;
	}
	
	header {
		width: 100%;
		margin: 0 auto;
		padding: 0px 0;
		position: relative;
	}
	header h1 {
		text-align: center;
		padding: 30px 0 15px 0;
	}
	
	#gnav {
		width: 1000px;
		margin: 0 auto;
		text-align:center;
		padding-top: 15px;
	}
	.fixed #gnav{
		background:#fff;
	}
	.dropmenu{
		font-size: 0;
	}
	.dropmenu li {
		display: inline-block;
		vertical-align: top;
		line-height: 10px;
	}
	.dropmenu li:last-child{ margin-right:0px;}
	.dropmenu li a {
		display: inline-block;
		padding: 5px 35px;
		font-family: 'Lato', sans-serif;
		font-size: 15px;
	}
	.dropmenu li:hover{ opacity:0.5;}
		
	
	#gnav_sp, #sp_navbtn {
		display: none;
	}
	
	
	#contents,#contentswrap {
		width: 100%;
		position: relative;
		padding-top: 20px;
		padding-bottom: 50px;
		color: #000;
	}
	
	h2{
		font-family: 'Lato', sans-serif;
	}
	h3{
		font-family: 'Lato', sans-serif;
	}
	#access{
		display: block;
		padding-top: 40px;
	}
	
	#page-top {
		display: block;
		width: 1000px;
		margin: auto;
		text-align: right;
	}
	
	.w1400{
		max-width: 1400px;
		margin: auto;
	}
	
	/*footer*/
	footer {
		width: 100%;
		margin-top: 15px;
		padding: 30px 0 80px;
		background: #555555 url(../img/bg_wh.png) repeat;
	}
	footer .copyright {
		font-size: 11px;
		padding-top: 10px;
		color: #fff;
		font-weight: normal;
	}
	
	@media screen and (max-width: 480px) {
	html{ overflow: auto; height: 100%;}
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
		overflow: hidden;
	}
	header {
		width: 100%;
		height: auto;
		z-index: 99;
		margin: 0 auto;
		position: fixed;
		left: 0;
		padding: 15px 0;
		right: 0;
		background: #fff;
	}
	header h1 {
		width: 100%;
		height: auto;
		left: -48%;
		margin: 0;
		padding: 0 0 0 50%;
		position: absolute;
		float: none;
	}
	header h1 img{ width:auto; height:45px;}
	
	#gnav{ padding-top:0;}
	#gnav_sp {
		display: block;
	}
	#sp_navbtn {
		display: block;
		width: 40px;
		height: 40px;
		padding: 3px;
	}
	.btn {
		position: absolute;
		top: 5px;
		left: 10px;
		cursor: pointer;
		z-index: 1000;
	}
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s ease-out;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 34px;
		height: 32px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 4px;
		background-color: #482704;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0px;
	}
	.menu-trigger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
		background-color: #111;
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
		background-color: #111;
	}
	.menu-trigger.active span:nth-of-type(3) {
		opacity: 0;
	}
	.drawr {
		display: none;
		background-color: #fff;
		position: absolute;
		top: 0px;
		left: 0;
		max-width: 350px;
		min-width: 320px;
		padding: 60px 0 20px 0px;
		z-index: 999;
	}
	.dropmenu .tel,.dropmenu .web{ display:block;}
	#gnav {
		width: 100%;
		margin: 0px;
		overflow: hidden;
		height:auto;
	}
	.dropmenu:before, .dropmenu:after {
		content: "";
		display: block;
	}
	.dropmenu:after {
		clear: both;
	}
	.dropmenu li {
		position: relative;
		width: auto;
		float: none;
		margin: 0;
		padding: 0;
		text-align: left;
		background:none !important;
		text-indent:0;
		height:auto;
	}
	.dropmenu li::before{
		display: none;
	}	
	.dropmenu li:last-child::after{
		display: none;
	}
	.dropmenu li a {
		display: block;
		margin: 0;
		padding: 5px;
		background: none;
		color: #000;
		font-size: 13px;
		line-height: 100%;
		text-indent: 0px;
		text-decoration: none;
	}
	
	.dropmenu li:hover > a {
		background: none;
	}
	.dropmenu li a:hover {
		background: #333;
	}
	
	#gnav ul {
		visibility: visible;
		perspective: none;
	}
	
	
	#gnav li a {
		display: block;
		padding: 15px 10px;
		text-align: left;
	}
	
	#gnav li {
		width: 90%;
		text-align: left;
		border-top: solid 1px #434343;
		background-image:none;
	}
	#gnav li:last-child {
		border-bottom: solid 1px #434343;
	}
	
	#gnav li a.tel,#gnav li a.web{
		color: #111;
	}
	.backbg {
		background-color: rgba(171,171,171,0.8);
		width: 100%;
		height: 300%;
		overflow: hidden;
		display: none;
		top: 0px;
		position: fixed;
	}
	
	#contents,#contentswrap {
		width: 100%;
		position: relative;
		background:none;
		padding-top: 100px;
	}
	
	
	.w1400{
		max-width: 100%;
		margin: auto;
	}
	
	#page-top{ display:none;}
	
	
	/*footer*/
	footer {
		width: 100%;
		margin-top: 15px;
		padding: 20px 0 15px;
		background: #555555 url(../img/bg_wh.png) repeat;
	}
	footer .copyright {
		font-size: 11px;
		padding-top: 10px;
		color: #fff;
		font-weight: normal;
	}
	}
	
	 @media screen and (min-width: 481px) {
	.sp {
		display: none;
	}
	.pc {
		display: inline-block;
	}
	}
	
	@media screen and (max-width: 480px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none;
	}
	}
