@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1.6;
	background: #fff;
}
.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
header h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 20px;　
}
header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background: linear-gradient(to right, #004432, #017280);
}


a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

nav:after {
	content: '';
	display: block;
	clear: both;
}
#contents {
	overflow: hidden;
	width: 980px;
	margin: 20px auto;
	background: #fff;
}
#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 68%;
}

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 28%;
}
footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

h2 {
	margin-bottom: 0.5em;
	padding: 10px 0;
	font-size: 21px;
	color: #333;
}
h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-bottom: 1.5em;
	padding: 10px 10px;
	color: #fff;
	font-size: 20px;
	background: #999999;
	text-shadow: 2px 3px 4px #000;
}
h4 {
	margin-bottom: 0.25em;
	font-size: 15px;
	color: #fff;
}
h5 {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
h5:before {
	content: "";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 14px;
	background: #fff;
}
h6 {
	margin-bottom: 0.25em;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
}
img {
	vertical-align: bottom;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #ff0000;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dt:before {
	content: "\0025a0";
}
dd {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}




/*================================================
 *  サブコンテンツ_アクセスMAP
 ================================================*/

.big {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}
.small {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}
.small-2 {
	font-size: 14px;
	font-weight: bold;
}

.jiin {
	padding: 15px 15px 0 15px;
	text-align: center;
}

.access {
	background: #f2f2f2;
	margin-bottom: 20px;
}
.access2 {
	padding: 0 15px 0 15px;
}

.access-bn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #666666;
	padding: 10px 0;
	margin: 0 30px 10px 30px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	
}
.access-bn a{
	display: block;
}

.access-bn:hover {
    background-color :#808080;
    }







/*================================================
 *  トップ画像・お問い合わせ
 ================================================*/

.top1 img {
	width: 100%;
	margin-bottom: 20px;
}

.top2 img {
	width: 100%;
	margin-bottom: 50px;
}

.address img {
	width: 100%;
	margin: 0 0 40px 0;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 15px 10px;
}


/*================================================
 *  サブコンテンツ／リスト・リンクバナー
 ================================================*/
.submenu ul {
	
}

.submenu li {
	margin: 0;
	display: block;
	padding: 10px 2px;
	border-bottom: 1px dotted #505050;
}

.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
}
.bnr li {
	margin: 10px 0 5px 0;
	padding: 0;
	list-style: none;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bnr img {
	width: 100%;
}


/*================================================
 *  サブコンテンツ／主な相談内容
 ================================================*/

.soudan{
	margin-top: 30px;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}

.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #efede9;
	background: #1c3748;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #737373;
}
.totop img:hover {
	background: #999999;
}


/*================================================
 *  クラス
 ================================================*/
.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/check.png) 0 5px no-repeat;
}
.info dt {
	border-bottom: none;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.col_two_one {
	overflow: hidden;
}
.col_two_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 8%;
}



/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.slidePrev {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
.slideNext {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
.slidePrev img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}
.slideNext img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}
.slideInner {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}
.slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideInner li img {
	margin: 0 5px;
	padding: 0;
}
.filterPrev {
	position: absolute;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}
.filterNext {
	position: absolute;
	right: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}
.controlNav {
	position: relative;
	float: left;
	left: 50%;
}
.controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	text-indent: -9999px;
	vertical-align: middle;
}
.controlNav span:hover {
	background: #999;
	cursor: pointer;
}
.controlNav span.current {
	background: #666666;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
.inner {
	width: 100%;
}
#contents {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
footer {
	width: 100%;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
.lock {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
header {
	z-index: 2;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
}
	header h1 {
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
}
.slide {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}

#main {
	float: none;
	width: 100%;
}
#sub {
	float: none;
	width: 100%;
}

.subnav > a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #f1f1f1;
}
.subnav > a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: #9b0f0f;
}
.subnav a:hover:after {
	background: #710000;
}
.active > a:before {
	margin-top: 0;
}
.active > a:after {
	margin-top: 5px;
}
.gnav {
	display: none;
}

.col_two_one ul {
	margin-right: 0;
}
.col_two_one li {
	width: 100%;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
}
