@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c45;
}
.orange {
	color:#F60;
}
.white {
	color:#fff;
}
.green {
	color:#063;
}
.lgreen {
	color:#063;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.blue {
	color:#1b689c;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
.gold {
	color:#885;
}
.brown {
	color:#855b08;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#666;
	text-decoration:none;
}
.fw a:visited {
	color:#666;
	text-decoration:none;
}
.fw a:hover {
	color:#999;
	text-decoration:none;
}
.fw a:active {
	color:#666;
	text-decoration:none;
}
#bread a:link {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#333;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.fserif {
		font-family:serif;
}
#wrapper {
	background-color:#fff;
	color:#333;
}
.pgend {
	padding-bottom:40px;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.pcmb40 {
		margin-bottom:40px;
	}
	.pccenter {
		text-align:center;
	}
}

#header {
	width:100%;
	height:100px;
	background-color:#44aa55;
	color:#fff;
}
.hbox {
	position:relative;
	width:770px;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	left:0;
	top:34px;
}
#header h1.exen {
	top:20px;
}
#header h2 {
	font-weight:normal;
	font-size:0.76em;
	text-align:right;
	line-height:100px;
}
#header h2.exen {
	line-height:1.4;
	padding-top:33px;
}
#toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	font-size: 0.92em;
	display:none;
	text-align:center;
	background-color:#44aa55;
}
ul.accordion a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#fff;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #fff;
}
ul.accordion li {
	float:left;
	width:50%;
	border-top:1px solid #fff;
}

@media screen and (max-width: 499px) {
#header {
	height:60px;
}
.hbox {
	width:100%;
}
#header h1 {
	top:20px;
	left:20px;
	right:auto;
}
#header h1.exen {
	top:10px;
}
#header h1 img {
	width:auto;
	height:20px;
}
#header h1.exen img {
	width:auto;
	height:40px;
}
#header h2 {
	display:none;
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}
}

.container {
	width:770px;
	padding:40px 0 0;
	margin:0 auto;
	text-align:left;
	z-index:1000;
}
#ftnavi,.subnavi {
	display:none;
}
@media screen and (min-width: 500px) {

}
@media screen and (max-width: 499px) {
.container {
	width:auto;
	padding:30px 20px 0;
}
}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:70px;
	right:-90px;
	z-index:2000;
}
.pagetop img {
	width:60px;
}
.fw {
	font-size:0.84em;
	padding:40px 0 30px;
	color:#999;
}
.copyright {
	width:770px;
	margin:0 auto;
	padding:0 30px 30px;
	font-size:0.76em;
	text-align:right;
	color:#999;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	margin-bottom:30px;
	padding-top:30px;
}
.pagetop img {
	width:60px;
}
.copyright {
	width:100%;
	padding:0 0 30px;
	text-align:center;
}
.copyright img,.fw {
	display:none;
}
}


@media screen and (max-width: 499px) {

}
	
.sub {
	text-align:left;
	font-size:1.24em;
	border:2px solid #44aa55;
	margin:0 0 20px;
	padding:5px 10px;
	font-weight:bold;
}
.sub2 {
	text-align:left;
	font-size:1.24em;
	border:2px solid #F60;
	background-color:#FFC;
	margin:0 0 20px;
	padding:5px 10px;
	font-weight:bold;
}
.subsub {
	text-align:left;
	font-size:1.24em;
	background-color:#F60;
	margin:0 0 20px;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
}
.line {
	border-bottom:1px dotted #666;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}
.more a {
	display:block;
	color:#231815;
	text-align:center;
	line-height:40px;
	background-color:#fff;
	border:1px solid #231815;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}

@media screen and (max-width: 499px) {
 .sub {

}
}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#fff5cc;
	white-space:nowrap;
	font-size: 0.84em;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	color:#ccc;
}
.nobd {
	border-bottom:none !important;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align:left;
}
.table3 th {
	font-size: 0.84em;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#F5F3EC;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table5 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.area_pd {
	padding:0 30px;
}
.waku1 {
	background-color:#FF0;
	margin-bottom:20px;
}
.waku2 {
	background-color:#eef;
	padding:25px 25px 15px;
}
.waku3 {
	background-color:#f4f2eb;
	padding:20px 25px;
}
.gmap {
	margin-bottom:30px;
}
.gmap iframe {
	width:100%;
	height:500px;
}

@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #fff5cc;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 20px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	color: #999;
	padding:3px 10px;
	border-bottom:1px solid #666;
	font-weight:bold;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table4 th {
	width:1%;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	color: #081945;
	padding:3px 10px;
	border-bottom:1px solid #081945;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

.area_pd {
	padding:20px;
}
.gmap {
}
.gmap iframe {
	width:100%;
	height:400px;
}
}

.des_bg {
	background-image:url(../design/img/img13.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:645px;
}

@media screen and (min-width: 500px) {
.table1 th {
	width:200px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:290px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.sarea {
	width:100px !important;
}
.des_bg {
	background-size:contain;
	height:560px;
}
}