@charset "UTF-8";



/* default
--------------------------------------------------*/



header, footer, section, article, aside, nav, hgroup, 
figure, figcaption, main {
	display: block;
}
body {
	width: 100%;
	color: #9b9b9b;
	background: #fff;
	font-size: 16px;
	font-family: "小塚ゴシック Pro R","小塚ゴシック ProN R","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: middle;
	border:none;
	max-width: 100%;
}
body,h1,h2,h3,h4,p,table,tr,th,td,ul,ol,li,dl,dt,dd,figure,figcaption,time,small{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
ul,li,ol,dl,dt,dd {
	list-style: none;
}
a,a:link,a:visited{
	color: #ff6060;
	text-decoration: none;
}
a:hover,a:active {opacity: 0.5;}
address {font-style:normal;}




/* common
--------------------------------------------------*/


/* デフォルト：979px以上用（PC用）の記述 */
header {
	width: 100%;
}
header h1 {
	text-align: center;
	width: 100%;
	line-height: 0;
	margin: 100px 0 15px 0;
}
header h1 span {
	display: block;
	margin-bottom: 5px;
}
header h1 + p {
	text-align: center;
	width: 370px;
	margin: 0 auto;
	line-height: 1;
	background: url(./img/border01.gif) repeat-x;
	padding-top:15px;
}
header div {
	position: absolute;
	top: 0;
	right: 0;
	background: url(./img/bg_header01.gif) no-repeat;
	width: 232px;
	height: 322px;
	color: #fff;
	padding: 64px 22px 0 75px;
}
header div table {
	width: 100%;
}
header div table tr{
	background: url(./img/border02.gif) repeat-x;
	width: 100%;
}
header div table tr th{
	width: 30%;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	padding: 10px 0;
}
header div table tr td{
	width: 70%;
	line-height: 1.5;
	vertical-align: top;
	text-align: right;
	padding: 10px 0;
}
main {
	clear: both;
	width: 812px;
	margin: 0 auto;
	padding-top: 160px;
	overflow: hidden;
}
main section {
	clear: both;
}
main .secIn {
	width: 430px;
	margin-bottom: 150px;
	overflow: hidden;
}
main .secIn .inner{
	padding: 25px 0 25px 55px ;
	text-align: justify;
	background: url(./img/border01.gif) repeat-x bottom;
}
main h2 {
	width: 100%;
	padding: 0 0 12px 0;
	background: url(./img/border01.gif) repeat-x bottom;
}
main figure {margin-bottom: 100px;}
#secInfo figure {
	float: right;
	margin-top: 5px;
}
#secInfo .secIn {float: left;}
#secInfo time {
	font-size: 75%;
	color: #16d235;
}
#secInfo p {
	line-height: 1.5;
	margin-top: 5px;
}
#secService figure {
	float: left;
	margin-top: 50px;
}
#secService .secIn {float: right;}
#secService dl dt{
	display: list-item;
	list-style-type: disc;
	margin-top: 10px;
}
#secService dl dd{
	font-size: 75%;
	line-height: 1.5;
	color: #16d235;
}
#secStaff figure {
	float: right;
	margin-top: 50px;
}
#secStaff .secIn {float: left;}
#secStaff dl {
	line-height: 2;
	overflow: hidden;
}
#secStaff dt {
	clear: left;
	float: left;
	color: #16d235;
}
#secStaff dd {
	float: left;
	margin-left: 0.5em;
}
#secJob figure {
	float: left;
	margin-top: 50px;
}
#secJob .secIn {float: right;}
#secJob p {
	border-bottom: dashed 1px #e4e4e4;
	line-height: 1.5;
	padding: 10px 0;
}
#secJob p span{
	color: #16d235;
	display: block;
	margin-bottom: 1em;
}
#secJob .noBorder{
	border: none;
}
#secAccess figure {
	float: right;
	margin-top: 150px;
}
#secAccess .secIn {float: left;}
#secAccess address {
	line-height: 1.3;
	margin-bottom: 20px;
}
#secAccess p {
	line-height: 1;
	margin-top: 20px;
}
#secAccess p + p {
	line-height: 1;
	margin-top: 7px;
}
#map_canvas {
	clear: both;
	width: 100%;
	height: 350px;
}
footer {
	background: url(./img/bg_footer01.gif) repeat-x top;
	clear: both;
	width: 100%;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.footerIn {
	background: #16d235;
	margin-top: 9px;
	overflow: hidden;
	padding: 70px 0;
}
footer h2{
	width: 100%;
	clear: both;
}
footer address{
	font-size: 87.5%;
	line-height: 1.5;
	margin: 28px 0 38px 0;
}

footer small{
	font-size: 68.75%;
}
/* デフォルト：979px以上用（PC用）の記述 */









/* 979px以下用（タブレット用）の記述 */
@media screen and (max-width: 978px) {
	header {
		width: 100%;
	}
	header h1 {
		text-align: left;
		width: 720px;
		margin: 150px auto 0 auto;
	}
	header h1 span {
		display: inline;
		margin-bottom: 0;
	}
	header h1 + p {
		text-align: left;
		width: 720px;
		margin: 0 auto;
		background: none;
		text-indent: 1.2em;
		letter-spacing: 0.1em;
	}
	header div {
		position: absolute;
		top: 0;
		right: 0;
		background: url(./img/bg_header01.gif) no-repeat;
		width: 232px;
		height: 322px;
		color: #fff;
		padding: 64px 22px 0 75px;
	}
	header div table {
		width: 100%;
	}
	header div table tr{
		background: url(./img/border02.gif) repeat-x;
		width: 100%;
	}
	header div table tr th{
		width: 30%;
		line-height: 1.5;
		vertical-align: top;
		text-align: left;
		padding: 10px 0;
	}
	header div table tr td{
		width: 70%;
		line-height: 1.5;
		vertical-align: top;
		text-align: right;
		padding: 10px 0;
	}
	main {
		clear: both;
		width: 720px;
		margin: 0 auto;
		padding-top: 160px;
		overflow: hidden;
	}
	main section {
		clear: both;
	}
	main .secIn {
		width: 430px;
		margin-bottom: 150px;
		overflow: hidden;
	}
	main .secIn .inner{
		padding: 0 0 25px 55px ;
		text-align: justify;
		background: url(./img/border01.gif) repeat-x bottom;
	}
	main h2 {
		width: 100%;
		padding: 0 0 12px 0;
		background: url(./img/border01.gif) repeat-x bottom;
		margin-bottom: 25px;
	}
	main figure {margin-bottom: 100px;}
	#secInfo figure {
		float: right;
		margin-top: 5px;
	}
	#secInfo .secIn {float: left;}
	#secInfo time {
		font-size: 75%;
		color: #16d235;
	}
	#secInfo p {
		line-height: 1.5;
		margin-top: 5px;
	}
	#secService figure {
		float: left;
		margin-top: 50px;
	}
	#secService .secIn {float: right;}
	#secService dl dt{
		display: list-item;
		list-style-type: disc;
		margin-top: 10px;
	}
	#secService dl dd{
		font-size: 75%;
		line-height: 1.5;
		color: #16d235;
	}
	#secStaff figure {
		float: right;
		margin-top: 50px;
	}
	#secStaff .secIn {float: left;}
	#secStaff dl {
		line-height: 2;
		overflow: hidden;
	}
	#secStaff dt {
		clear: left;
		float: left;
		color: #16d235;
	}
	#secStaff dd {
		float: left;
		margin-left: 0.5em;
	}
	#secJob figure {
		float: left;
		margin-top: 50px;
	}
	#secJob .secIn {float: right;}
	#secJob p {
		border-bottom: dashed 1px #e4e4e4;
		line-height: 1.5;
		padding: 10px 0;
	}
	#secJob p span{
		color: #16d235;
		display: block;
		margin-bottom: 1em;
	}
	#secJob .noBorder{
		border: none;
	}
	#secAccess figure {
		float: right;
		margin-top: 150px;
	}
	#secAccess .secIn {float: left;}
	#secAccess address {
		line-height: 1.3;
		margin-bottom: 20px;
	}
	#map_canvas {
		clear: both;
		width: 100%;
		height: 350px;
	}
}/* 979px以下用（タブレット用）の記述 */




/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
	header {
		width: 100%;
	}
	header h1 {
		text-align: center;
		width: 96%;
		margin: 30px auto 5px auto;
	}
	header h1 span {
		display: block;
		margin-bottom: 15px;
	}
	header h1 + p {
		text-indent: 1.2em;
		letter-spacing: 0.1em;
	}
	header h1 + p {
		text-align: center;
		width: 60%;
		margin: 0 auto;
		text-indent: 0;
		letter-spacing: 0;
	}
	header div {
		position: absolute;
		top: 220px;
		right: 50%;
		background: url(./img/bg_header02.gif) no-repeat;
		width: 232px;
		height: 322px;
		color: #fff;
		padding: 114px 72px 0 75px;
		margin-right: -190px !important;
	}
	header div table {
		width: 100%;
	}
	header div table tr{
		background: url(./img/border02.gif) repeat-x;
		width: 100%;
	}
	header div table tr th{
		width: 30%;
		line-height: 1.5;
		vertical-align: top;
		text-align: left;
		padding: 10px 0;
	}
	header div table tr td{
		width: 70%;
		line-height: 1.5;
		vertical-align: top;
		text-align: right;
		padding: 10px 0;
	}

	main {
		clear: both;
		width: 96%;
		margin: 0 auto;
		padding-top: 560px;
		overflow: hidden;
	}
	main section {
		clear: both;
	}
	main .secIn {
		width: 65%;
		margin-bottom: 150px;
		overflow: hidden;
	}
	main .secIn .inner{
		padding: 0 0 25px 55px ;
		text-align: justify;
		background: url(./img/border01.gif) repeat-x bottom;
	}
	main h2 {
		width: 100%;
		padding: 0 0 12px 0;
		background: url(./img/border01.gif) repeat-x bottom;
		margin-bottom: 25px;
	}
	main figure {
		margin-bottom: 100px;
		width: 30%;
	}
	#secInfo figure {
		float: right;
		margin-top: 5px;
	}
	#secInfo .secIn {float: left;}
	#secInfo time {
		font-size: 75%;
		color: #16d235;
	}
	#secInfo p {
		line-height: 1.5;
		margin-top: 5px;
	}
	#secService figure {
		float: left;
		margin-top: 50px;
	}
	#secService .secIn {float: right;}
	#secService dl dt{
		display: list-item;
		list-style-type: disc;
		margin-top: 10px;
	}
	#secService dl dd{
		font-size: 75%;
		line-height: 1.5;
		color: #16d235;
	}
	#secStaff figure {
		float: right;
		margin-top: 50px;
	}
	#secStaff .secIn {float: left;}
	#secStaff dl {
		line-height: 2;
		overflow: hidden;
	}
	#secStaff dt {
		clear: left;
		float: left;
		color: #16d235;
	}
	#secStaff dd {
		float: left;
		margin-left: 0.5em;
	}
	#secJob figure {
		float: left;
		margin-top: 50px;
	}
	#secJob .secIn {float: right;}
	#secJob p {
		border-bottom: dashed 1px #e4e4e4;
		line-height: 1.5;
		padding: 10px 0;
	}
	#secJob p span{
		color: #16d235;
		display: block;
		margin-bottom: 1em;
	}
	#secJob .noBorder{
		border: none;
	}
	#secAccess figure {
		float: right;
		margin-top: 150px;
	}
	#secAccess .secIn {float: left;}
	#secAccess address {
		line-height: 1.3;
		margin-bottom: 20px;
	}
	#map_canvas {
		clear: both;
		width: 100%;
		height: 350px;
	}
}/* 767px以下用（スマートフォン用）の記述 */










/* 479x以下用（スマートフォン用）の記述 */
@media screen and (max-width: 479px) {
	header {
		width: 100%;
	}
	header h1 {
		text-align: center;
		width: 96%;
		margin: 30px auto 5px auto;
	}
	header h1 span {
		display: block;
		margin-bottom: 15px;
	}
	header h1 + p {
		text-indent: 1.2em;
		letter-spacing: 0.1em;
	}
	header h1 + p {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		text-indent: 0;
		letter-spacing: 0;
	}
	header div {
		position: absolute;
		top: 220px;
		right: 0;
		background: url(./img/bg_header02.gif) no-repeat;
		background-position: center;
		width: 100%;
		height: 322px;
		color: #fff;
		padding: 114px 0 0 0;
		margin-right: 0 !important;
	}
	header div table {
		width: 70%;
		margin: 0 auto;
	}
	header div table tr{
		background: url(./img/border02.gif) repeat-x;
		width: 100%;
	}
	header div table tr th{
		width: 30%;
		line-height: 1.5;
		vertical-align: top;
		text-align: left;
		padding: 10px 0;
	}
	header div table tr td{
		width: 70%;
		line-height: 1.5;
		vertical-align: top;
		text-align: right;
		padding: 10px 0;
	}

	main {
		clear: both;
		width: 90%;
		margin: 0 auto;
		padding-top: 520px;
		overflow: hidden;
	}
	main section {
		clear: both;
	}
	main .secIn {
		width: 100%;
		margin-bottom: 50px;
		overflow: hidden;
	}
	main .secIn .inner{
		padding: 0 0 25px 55px ;
		text-align: justify;
		background: url(./img/border01.gif) repeat-x bottom;
		margin-bottom: 2em;
	}
	main h2 {
		width: 100%;
		padding: 0 0 12px 0;
		background: url(./img/border01.gif) repeat-x bottom;
		margin-bottom: 25px;
	}
	main figure {
		display: none;
	}
	#secInfo figure {
		float: right;
		margin-top: 5px;
	}
	#secInfo .secIn {float: left;}
	#secInfo time {
		font-size: 75%;
		color: #16d235;
	}
	#secInfo p {
		line-height: 1.5;
		margin-top: 5px;
	}
	#secService figure {
		float: left;
		margin-top: 50px;
	}
	#secService .secIn {float: right;}
	#secService dl dt{
		display: list-item;
		list-style-type: disc;
		margin-top: 10px;
	}
	#secService dl dd{
		font-size: 75%;
		line-height: 1.5;
		color: #16d235;
	}
	#secStaff figure {
		float: right;
		margin-top: 50px;
	}
	#secStaff .secIn {float: left;}
	#secStaff dl {
		line-height: 2;
		overflow: hidden;
	}
	#secStaff dt {
		clear: left;
		float: left;
		color: #16d235;
	}
	#secStaff dd {
		float: left;
		margin-left: 0.5em;
	}
	#secJob figure {
		float: left;
		margin-top: 50px;
	}
	#secJob .secIn {float: right;}
	#secJob p {
		border-bottom: dashed 1px #e4e4e4;
		line-height: 1.5;
		padding: 10px 0;
	}
	#secJob p span{
		color: #16d235;
		display: block;
		margin-bottom: 1em;
	}
	#secJob .noBorder{
		border: none;
	}
	#secAccess figure {
		float: right;
		margin-top: 150px;
	}
	#secAccess .secIn {float: left;}
	#secAccess address {
		line-height: 1.3;
		margin-bottom: 20px;
	}
	#map_canvas {
		clear: both;
		width: 100%;
		height: 300px;
	}
}/* 479px以下用（スマートフォン用）の記述 */