@import url('https://fonts.googleapis.com/css?family=Roboto:500');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('reset.css');
@import url('dropdown.css?V=20250930');

/*----------------------
1030px = 狭いPC
834px = sp/tab
480px = sp
----------------------*/


body {
	color: #595858;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	max-width: 1032px;
	margin: 13px auto;
	background: #eee;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
}

a {
	transition: 1.0s;
	color:#595858;
	text-decoration: none;
}
a.blue{
	transition: 1.0s;
	color: #88bdde;
	text-decoration: none;
}

.telephone {
	line-height: 1.3;
	font-size: 0.82em;
	font-family: 'Roboto', sans-serif;
}

.telephone span{
	font-size: 2.8em;
	display: block;
}

	@media screen and (max-width: 1030px) {
		#wrap{
			max-width: 100%;
			margin: 0 auto;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
	}

	@media screen and (max-width: 834px) {
		body {
			font-size: 13px;
		}
	}
	@media screen and (max-width: 480px) {
		body {
			font-size: 12px;
		}
	}

/* ============================
header
============================ */
header{
	z-index:100;
	position:relative;
	z-index: 1
}

header h1 a {
	background: url("../images/common/logo.svg") no-repeat top left;
	width: 400px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: -6px;
	left: -6px;
}
#header{
	margin: 0 30px;
	padding: 38px 0 0 0;
	position: relative;
}
#header h2{
	position: absolute;
	top: 38px;
	right: -13px;
	text-align: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
#header h2 .btn_yakan{
	width: 80px;
	background: #0075c2;
	color: #fff;
	line-height: 1.3;
	padding: 8px 4px;
	margin-left: 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
}

	@media screen and (max-width: 834px) {
		header{
			z-index:0;
			position: static;
		}
		#header{
			margin: 0 2%;
			padding: 18px 0 7px 0;
			position: relative;
		}
		header h1 a {
			width: 300px;
			height: 57px;
			top: 0;
			left: 0;
		}
		#header h2{
			display: none;
		}
	}

	@media screen and (max-width: 480px) {
		header h1 a {
			width: 200px;
			height: 38px;
		}
	}



/*============================ 
footer 
============================ */
footer{
	max-width: 1032px;
	margin: 25px auto;
	font-size: 0.82em;
}
#footer{
	display: table;
	width: 100%;
}
.footeradress{
	display: table-cell;
	width: 55%;
}
.footernav{
	display: table-cell;
	width: 45%;
	text-align: right;
	font-size: 0.82em;
}
footer span{
	padding-right: 7px;
}
footer div.description{
	margin-top: 8px;
}

footer .footernav a{
	display: inline-block;
	padding:0 14px;
	border-right: 1px solid #333;
	color: #595858;
}
footer .footernav a:first-child{
	border-left: 1px solid #333;
}

	@media screen and (max-width: 1030px) {
		footer{
			max-width: 100%;
			padding: 0 30px;
		}
	}

	@media screen and (max-width: 834px) {
		.footeradress span{
			display: block;
			padding-right: 0;
		}
	}

	@media screen and (max-width: 480px) {
		footer{
			text-align: center;
			margin: 3% 2%;
		}
		#footer{
			display: block;
		}
		.footeradress{
			display: block;
			width: 100%;
			padding-right: 0;
		}
		.footernav{
			display: block;
			width: 100%;
			padding-left: 0;
			text-align: center;
			margin: 10px 0 20px 0;
		}
		footer div.description{
			text-align: left;
		}
	}



/*============================ 
TOPに移動 
============================ */
a#up {
	position:fixed;
	bottom:3%;
	right:3%;
	width: 30px;
	z-index:5000;
}

a#up img{
	height:auto; 
	width:100%;
}



