@charset "utf-8";
@font-face {
	font-family: 'porta';
	src: url('../fonts/pluton.eot?49924914');
	src: url('../fonts/pluton.eot?49924914#iefix') format('embedded-opentype'),  url('../fonts/pluton.woff?49924914') format('woff'),  url('../fonts/pluton.ttf?49924914') format('truetype'),  url('../fonts/pluton.svg?49924914#porta') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'porta';
    src: url('../font/porta.svg?49924914#porta') format('svg');
  }
}
*/


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
	color: #333;
	font: 12px 'Noto Sans Japanese', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #1f1f1f;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
.clear {
	clear: both;
}
/*************
/* ヘッダー
*************/
#header {
	padding: 20px 0 5px;
	overflow: hidden;
}
* html #header {
	height: 1%;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
}
/*************
/* ロゴ
*************/
#header .logo {
	float: left;
}
.slogan01 {
	clear: both;
	width: 370px;
	float: left;
	margin-top: 10px;
}
.fromlink01 img {
	float: right;
}
.contact01 {
	float: right;
	margin: 25px 0 0 0;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
    margin: 0px auto 40px 0;
    padding: 0;
    width: 100%;
    height: 150px;
    position: relative;
    line-height: 0;
    display: table;
    border-bottom: 1px solid #ccc;
    border-top: 3px solid #000;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
	padding: 1px;
	background: #eee;	
}
.slogan {
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	line-height: 1.4;
	z-index: 100;
}
.slogan h2 {
	padding-bottom: 5px;
	color: #333;
	font-size: 20px;
}
.slogan h3 {
	font-size: 14px;
	font-weight:700;
	color: #666;
	text-shadow:1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8);
}
/* サブページ スローガンの背景・黒*/
.subImg .slogan {
    left: 4%;
    margin-bottom: 53px;
}
.subImg .slogan h2 {
	color: #000;
}
.subImg .slogan h3 {
	color: #000;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
.footer_gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
.grid h3 {
	padding: 10px 10px;
	font-weight: bold;
}
.grid h3:before {
	content: url(../img/arw01.jpg);
}
.grid p {
	padding: 5px 10px;
	text-align: left;
}
.grid p.img {
	text-align: center;
}
.gridWrapper img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #ccc;
}
#sub img {
	padding: 0;
	border: 1px solid #ccc;
}
/* フッター内のグリッド*/
.footer_grid {
	float: left;
	margin-right: 20px;
}
/*************
メイン コンテンツ
*************/
section.content {
	padding: 10px 0;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
}
* html section.content {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}
h3.heading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 29px;
	font-weight: 700;
	border-bottom: 3px solid #555;
	color: #555;
}
section.content img {
	max-width: 90%;
	height: auto;
}
.alignleft, .alignleft02 {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
#gallery .grid {
	padding: 5px 0 0;
	border: 0;
	background: #fff;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}
table.table th, table.table td {
	padding: 5px;
	border: 1px solid #1f1f1f;
}
table.table th {
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
	background: #555;
	border-left: #1f1f1f 5px solid
}
table.table td {
	border-left: #1f1f1f 3px double
}
/*************
サブ（フッター前）コンテンツ
*************/
#sub ul {
	padding: 10px;
}
#sub li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ebebeb;
}
#sub li:last-child {
	border: 0;
	margin-bottom: 0;
}
#sub li a {
	display: block;
}
#sub ul.list {
	padding-bottom: 7px;
}
#sub ul.list li {
	clear: both;
	margin-bottom: 4px;
	padding: 4px 0;
	overflow: hidden;
}
* html #sub ul.list li {
	height: 1%;
}
#sub ul.list li img {
	float: left;
	margin: 0 10px 0 0;
}
#sub ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
/*
3.5 Contact
********************************************************************/
.contact {
	margin-top: 30px;
}
.error {
	color: #CF0000;
	display: none;
}
.invisible {
	display: none;
	visibility: visible;
}
.section .container01 {
	padding-top: 0px;
	width: 100%;
	margin: 0 auto;
 *zoom: 1;
}
.section .container01 .title {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.section .container02 {
	padding-top: 70px;
	width: 960px;
	margin: 0 auto;
}
.contact h1 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 15px 20px 20px 20px;
 background:;
}
.contact h1:before {
	content: url(../img/arw02.png);
	top: 10px;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
	padding: 10px;
	line-height: 20px;
	height: auto;
}
.contact textarea {
	height: 120px;
}
.contacts, .contact .social {
	color: #fff;
	list-style: none;
	margin-left: 10px;
}
.contacts > li {
	margin-top: 15px;
}
.contacts > li > a {
	color: #fff;
}
.contact-info p {
	font-weight: normal;
}
.contact-info .icon {
	margin: 10px auto;
	font-size: 30px;
}
.map-wrapper {
	position: relative;
	height: 460px;
}
.map-canvas {
	position: absolute;
	margin-bottom: 20px;
	width: 100%;
	height: 460px;
	color: #29383F;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.maptxt {
	font-weight: 700;
	color: #007B40;
}
.contact .social {
	display: inline-block;
	margin-left: 0;
}
.contact .social li {
	line-height: 32px;
	padding: 10px 10px;
	font-family: 'Porta';
	font-size: 50px;
	transition: margin 0.4s;
	-webkit-transition: margin 0.4s;
}
.contact .social li a {
	color: #fff;
}
.contact .social li a:hover {
	color: #181A1C;
}
.contact-form {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	z-index: 110;
	position: relative;
	margin-top: -25px;
	padding: 20px;
	border: 1px solid #ccc;
}
.contact-form h3 {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 20px;
	color: #007B40;
}
.message-btn {
	border: 1px solid #747C89;
	color: #747C89;
	background-color: transparent;
	padding: 15px 30px;
	font-size: 17px;
}
.message-btn:hover {
	background-color: #FECE1A;
}
.contact-info {
	text-align: left;
	font-size: 22px;
}
.info-mail {
	border: 1px solid white;
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	color: #181A1C;
}
.black {
	color: #181A1C;
}
.row-fluid {
	width: 100%;
 *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.564102564102564%;
 *margin-left: 2.5109110747408616%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.564102564102564%;
}
.row-fluid .span5 {
	width: 40.17094017094017%;
 *  width: 40.11774868157847%;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert, .alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
label, input, button, select, textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input, textarea, .uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
 *margin-top: 0;
	line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
select, input[type="file"] {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 30px;
}
select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
select[multiple], select[size] {
	height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input, .uneditable-textarea {
	color: #999999;
	cursor: not-allowed;
	background-color: #fcfcfc;
	border-color: #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #999999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999999;
}
.radio, .checkbox {
	min-height: 20px;
	padding-left: 20px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 46px;
}
/*************
/* フッター
*************/

#footer {
	clear: both;
	color: #000;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-bottom: 20px solid #000;
}
#footer .inner {
	height: 150px;
	padding: 0;
}
* html #footer {
	height: 1%;
}
.tel strong {
	font-size: 20px;
	font-weight: bold;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer .copyright {
	margin: 4% 0 0 0%;
	font-size: 13px;
}
.footer_gridWrapper ul li {
	float: left;
	margin: 0 20px 0 0;
}
.icon-up-open:before {
	content: '\e805';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "porta";
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: #fff;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	/* opacity: .8; */
	font-variant: normal;
	text-transform: none;/* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.scrollup {
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	width: 42px;
	height: 39px;
	border-radius: 5px;
	font-size: 20px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border: 1px solid #fff;
	display: none;
	background: #000;
}
/*
 original
***********************************************************************************************/
.subpage_title01 {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
/*
 service.html
***********************************************************************************************/
.readmore01 {
	position: relative;
	width: 600px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 30px 60px;
}
.readmore01 a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #007c41;
	background: #e0ece6;
	border: 1px solid #007c41;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.readmore01 a:hover {
	background: #ffffff;
}
.service_tit01 {
	color: #000 !important;
	margin-top: 10px!important;
}
.service_tit01:before {
	margin: -18px 0 0 0;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/arw02.jpg);
	background-size: contain;
	vertical-align: middle;
}
/********************
  access.html
************************************************************************************************************************************/
.access_slid {
	background: transparent url(../img/access/img_2590.jpg) no-repeat center;
	background-size: 100% auto;
}
.access_section01 {
	line-height: 30px;
}
.acsess_article01 {
	display: block;
	float: left;
	margin: 0 65px 0 0;
}
.acsess_article02 {
	float: left;
	width: 430px;
}
.acsess_article02 iframe {
	width: 100%;
	height: 275px;
}
.acs_ul01 {
	list-style: none;
}
.acs_ul02 {
	list-style: none;
}
.acs_ul02 li {
	float: left;
}
.acs_tit {
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700;
}
.acs_tit:before {
	margin: -18px 0 0 0;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/arw02.jpg);
	background-size: contain;
	vertical-align: middle;
}
.acs_txt01 {
	margin-left: 30px;
}
.line00 {
	height: 30px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.line01 {
	height: 55px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.line02 {
	height: 65px;
	border-bottom: 1px dotted #000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}
.line00 .acs_ul02 li:nth-child(2), .line01 .acs_ul02 li:nth-child(2), .line02 .acs_ul02 li:nth-child(2) {
	font-weight: 700;
}
.line01 .acs_ul02 li:nth-child(2), .line01 .acs_ul02 li:last-child {
	margin-top: 15px;
}
.line02 .acs_ul02 li:nth-child(2), .line02 .acs_ul02 li:last-child {
	margin-top: 30px;
}
.parking_tit {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}
.parking_tit:before {
	margin: -18px 5px 0 -30px;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url( ../img/arw02.jpg);
	background-size: contain;
	vertical-align: middle;
}
.parking_txt {
	margin: 0 0 5px 10px;
}
.ggst {
 width:;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	clear: both;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mapList {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#mapList li {
	border: 1px solid #ccc;
	border-left: none;
	cursor: pointer;
	float: left;
	list-style-type: none;
	padding: 0.9em 1.2em;
	margin: 0;
	background: #fff;
}
#mapList li:first-child {
	border-left: 1px solid #ccc;
}
#map_canvas {
	width: 960px;
	height: 400px;
	clear: both;
}
/*
 support.html
***********************************************************************************************/
.support_top {
	margin-top: 30px;
}
.sub_tit01, .sub_tit02 {
	margin: 10px 0 0 0;
	font-size: 20px;
	font-weight: 600;
}
.sub_tit02 {
	margin: 20px 0 0 0;
}
.flow_inner {
	float: right;
	width: 600px;
}
.flow_ul01 li {
	margin-top: 20px;
	counter-increment: flow01;
}
.flow_ul01 li:before {
	content: counter(flow01) ".";
}
.flow_tit01 {
	font-size: 16px;
	font-weight: 600;
}
.case01, .case02, .case03 {
	clear: both;
}
.case01 dl, .case02 dl, .case03 dl {
	float: left;
}
.case03 {
	width: 100%;
	height: 50px;
}
.case_wapper dl {
	width: 300px;
	height: 120px;
}
.case_wapper dl:last-child {
	width: 50%;
	height: 100%;
}
.case_wapper dt {
	font-weight: 700;
}
.case_wapper dd:before {
	content: "・";
}
/*
 outline.html
***********************************************************************************************/

.point01 {
	margin-left: 30px;
}
.point01_tit {
	font-size: 24px;
	font-weight: 800;
}
.point01_txt {
	margin: 0 0 20px 0;
	font-size: 18px;
	margin-left: 15px;
}
.point02_table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 900px;
	margin: 0 auto;
}
.point02_table th {
	padding: 16px 10px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #007c41;
	background-color: rgba(0, 123, 64, 0.17);
}
.point02_table td {
	border-bottom: 1px #ccc solid;
	padding: 10px;
}
.point02_table_tit {
	width: 200px;
}
/*
 inspect.html
***********************************************************************************************/
.square_border {
	padding: 0px 2px 2px 2px;
	margin-bottom: 2px;
	border: 2px solid #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.inspect_article01 {
}
.inspect_inner {
	line-height: 28px;
	float: right;
	width: 600px;
}
.inspect_sub_tit01 {
	margin: 10px 0 15px 0;
	font-size: 24px;
	font-weight: 600;
}
.inspect_article01_img{
	width:81%;
	margin:0 auto;
}
.inspect_ul01 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
}
.inspect_ul01 li:before {
	content: url(../img/arw01.jpg);
}
.mimamori_img {
	width: 100%;
	text-align: center;
}
.mimamori_img img {
	width: 90%;
	display: inline-block
}
.mimamori_outline {
	margin-top: 30px;
}
.mimamori_txt {
	font-size: 18px;
	font-weight: 600;
}
.mimamori_txt02 {
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 0 15px;
	border-left: 10px solid #f7941e;
}
.mimamori_table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 900px;
	margin: 0 auto;
}
.mimamori_table th {
	padding: 16px 10px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #f7941e;
	background-color: #ffe7ca;
}
.mimamori_table td {
	border-bottom: 1px #ccc solid;
	padding: 10px;
}
.mimamori_table_tit {
	width: 200px;
}

/* Media Queries - PC */
@media print, screen and (min-width: 1024px) {
#wrapper, .inner {
	width: 960px;
	padding: 0;
}
#wrapper {
	padding-bottom: 0px;
}
.main_left {
	float: left;
}
.main_right {
	float: right;
}
nav div.panel {
	display: block !important;
	float: right;
}
a#menu {
	display: none;
}
nav#mainNav ul {
	float: right;
	overflow: hidden;
}
* html nav#mainNav ul {
	height: 1%;
}
nav#mainNav ul li {
	float: left;
	margin: 0 5px;
	text-align: center;
}
nav#mainNav ul a {
	font-size: 13px;
	display: block;
	border-bottom: 3px solid #fff;
}
nav#mainNav ul span {
	color: #aaa;
	font-size: 10px;
}
nav#mainNav ul li.active a, nav#mainNav ul a:hover {
	border-color: #1f1f1f;
}
#mainBanner img {
	max-width: 960px;
}
/* グリッド全体 */
.gridWrapper {
	width: 960px;
	margin: 40px auto 10px -10px;
}
/* グリッド全体 */
.footer_gridWrapper {
	width: 960px;
}
/* グリッド共通 ベース:トップページ4カラム */
.grid {
	float: left;
	width: 218px;
	margin-left: 20px;
}
}
/*グローバルナビ*/
.gnavi_01 {
	display: none;
}

/* Media Queries - Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header h1 {
	text-align: center;
}
#header .logo, #footer .logo {
	float: none;
	text-align: center;
	padding: 10px 5px;
}
/*
 navi
***********************************************************************************************/	
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #1f1f1f), color-stop(0.00, #555));
	background: -webkit-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -moz-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -o-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -ms-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: linear-gradient(top, #555 0%, #1f1f1f 100%);
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
nav#mainNav a#menu span {
	padding-left: 10px;
}
nav#mainNav a.menu span:before {
	content: "→ ";
}
nav#mainNav a.menuOpen span:before {
	content: "↓ ";
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #333;
	background: #fff;
}
nav#mainNav ul li a span {
	padding-left: 10px;
}
nav#mainNav ul li:first-child a {
	border-top: 1px dashed #333;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li.active a, nav#mainNav ul li a:hover {
	background: #aaa;
}
nav div.panel {
	float: none;
}

/***********************************************************************************************
navi
*/ 	

.grid {
	float: left;
	width: 48%;
	margin: 10px 2% 0 0;
}
.grid img {
	float: left;
	margin-right: 5px;
}
#gallery {
	padding-left: 1px;
}
#gallery .grid {
	width: 23%;
	margin: 0 2% 0 0;
	padding: 0;
}
#gallery .grid img {
	float: none;
	margin: 0;
}
#sub .grid {
	width: 32%;
	margin: 10px 1%;
}
#sub .grid:first-child {
	margin-left: 0;
}
#sub .grid:last-child {
	margin-right: 0;
}
#footer .grid, #footer .grid p {
	float: none;
	width: 100%;
	text-align: center;
	border: 0;
}
#footer .grid:last-child {
	padding-top: 20px;
}
}

/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width: 767px) {
#mainBanner {
	margin-left: 1px;
	height:auto;
}
/*
 navi
***********************************************************************************************/	
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #1f1f1f), color-stop(0.00, #555));
	background: -webkit-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -moz-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -o-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -ms-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: linear-gradient(top, #555 0%, #1f1f1f 100%);
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
nav#mainNav a#menu span {
	padding-left: 10px;
}
nav#mainNav a.menu span:before {
	content: "→ ";
}
nav#mainNav a.menuOpen span:before {
	content: "↓ ";
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #333;
	background: #fff;
}
nav#mainNav ul li a span {
	padding-left: 10px;
}
nav#mainNav ul li:first-child a {
	border-top: 1px dashed #333;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li.active a, nav#mainNav ul li a:hover {
	background: #aaa;
}
nav div.panel {
	float: none;
}

#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}
/***********************************************************************************************
navi
*/ 	
.subImg .slogan {
	left: 0;
	right: 0;
	margin-bottom: 2%;
}
.subpage_title01 {
	font-size: 20px !important;
	font-weight: 900 !important;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,  #fff 1px -1px 0px, #fff -1px -1px 0px;
}
h3.heading {
	font-size: 18px;
}
#header {
	padding-bottom: 0;
}
#header h1 {
	text-align: center;
}
#header .logo {
	float: none;
	text-align: center;
	padding: 10px 5px 20px;
}
#sub ul.list {
	padding: 10px 10px 11px;
}
#sub ul.list li {
	padding-bottom: 10px;
	margin-bottom: 8px;
}
#footer .grid p {
	text-align: center;
}
.grid img {
	float: none;
	margin: 0 auto;
}
.grid p, #sub .grid li {
	text-align: left;
}
.alignleft, .alignleft02, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
.alignleft02 {
	display: none;
}
.flow_inner {
	float: right;
	width: 98%;
}
.case_wapper dl:last-child {
    width: 100%;
    height: 100%;
}
.point01 {
    margin-left: 0;
}
.point01_tit {
    font-size: 20px;
    font-weight: 800;
}

.point01_txt {
    margin: 0 0 20px 0;
    font-size: 14px;
    margin-left: 15px;
}
.point02_table th {
    font-size: 14px;
}
.inspect_ul01 {
    font-size: 17px;
}
.inspect_inner {
    width: 100%;
}
.mimamori_table {
    width: 100%;
    font-size: 10px;
}
.mimamori_txt {
    font-size: 14px;
}
.mimamori_txt02 {
    font-size: 18px;
}



section.content {
	padding: 10px 0;
	margin: 20px auto;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
	width: 95%;
}
#sub ul.list li img {
	margin: 0 5px 0 0;
}
.main_right {
	margin: 0 0 20px 0;
	width: 98%;
}
.slogan01 {
	clear: both;
	width: 50%;
	height: auto;
	float: left;
	margin-top: 17px;
}
.slogan01 img {
	width: 100%;
	height: auto;
}
.contact01 {
	float: right;
	margin: 18px 0 0 0;
	width: 45%;
}
.fromlink01 a {
	display: block;
	width: 100%;
	height: auto;
}
.fromlink01 img {
	float: right;
	width: 100%;
}
.tel01 {
	width: 100%;
}
.tel01 img {
	width: 100%;
	height: auto;
}
.section .container02 {
	padding-top: 70px;
	width: 100%;
	margin: 0 auto;
}
.grid {
	border-radius: 5px;
	border: 0px solid #ccc;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
.row-fluid .span5 {
	width: 45%;
}
#footer {
	clear: both;
	color: #000;
	padding: 10px 0 0 0;
	height: 350px;
	overflow: hidden;
	border-top: 0px;
	border-bottom: 20px solid #000;
}
.footer_grid {
	position: none;
	margin: 20px auto;
	width: 100%;
	height: 100%;
	font-size: 11px;
}
.footer_grid02 {
	float: right;
	margin: 0;
	width: 50%;
	height: auto;
	font-size: 17px;
}
.footer_gridWrapper ul li {
	float: none;
	margin: 0 0 20px 0;
}
#footer .copyright {
	clear: both;
	float: none;
	margin: 0 auto;
	/* margin: 0%; */
	font-size: 10px;
	height: 20px;
	width: 225px;
}
/*
 service.html
***********************************************************************************************/
.readmore01 {
	width: 70%;
	margin: 30px auto;
}
/*
 outline.html
***********************************************************************************************/
.point02_table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 98%;
	margin: 0 auto;
}
.point02_table_tit {
	width: 30%;
}
/********************
  access.html
***********************************************************************************************/
.acsess_article01 {
	display: block;
	float: left;
	margin: 0 0 0 0;
}
.acs_ul01 {
	list-style: none;
	font-size: 11px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 350px;
	overflow: hidden;
	clear: both;
}
#map_canvas {
	width: 100%;
	height: 400px;
	clear: both;
}
}

/* Media Queries - Smartphone */
@media screen and (max-width: 480px) {
#mainBanner {
	margin-left: 1px;
	height:auto;
}
#mainBanner h2, #mainBanner h3 {
	font-size: 75%;
}
#sub .grid {
	float: none;
	width: 98%;
}
#sub .grid h3 {
	padding: 10px 5px;
}
#sub ul.list {
	padding: 10px;
}
#sub ul.list li {
	padding-bottom: 3px;
	margin-bottom: 3px;
}
}
