@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;
	background-color: #FFFFFF;
	color: #333333;
}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;
	text-decoration: none;
	color: #333333;
}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}
b {
    font-weight: bold;}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width: 100%;
	margin: 0 auto;
	font: 13px/24px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

header {
	width: 1346px;
	margin-right: auto;
	margin-left: auto;
	height: 133px;
	background-image: none;
	background-repeat: no-repeat;
}

nav {
	width:100%;
}

#contents {
	margin: 0px auto 80px auto;
}

#main {
	float: none;
	width: 1000px;
	/* [disabled]margin-left: 0px; */
	margin: 0 auto 0 auto;
}

.gray {
	float:none;
	background-color:#f8f8f8;
	padding:30px 10px 25px 10px;
}
.news {
	background-image: url(../images/nicon.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 5px;
	padding-left: 40px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #1A3251;
}


#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#2a568d;
}

h1 {
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom: 30px;
	font-size: 21px;
	color: #2a568d;
	font-weight: bold;
}
h2 span {
	color:#333333;
	font-size:14px;
	font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin-left:25px;
}


h3 {
	margin-bottom: 0.5em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #2A578D;
	font-size: 15px;
	border-bottom: 1px solid rgba(42,86,141,1.00);
	border-top-color: rgba(42,86,141,1.00);
	border-right-color: rgba(42,86,141,1.00);
	border-left-color: rgba(42,86,141,1.00);
	font-weight: bold;
}

h4 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2A568D;
	padding: 5px;
	margin-top: 15px;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	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:#f19500;
}

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:none;
}
ol li {
	list-style:none;
}
li {
	margin-left:2em;
}

dt {
	border-bottom: 1px dotted #ddd;
	float: left;
	color: #011B3E;
	font-weight: bold;
}
dd {
	padding-left: 100px;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	/*border:1px solid #ddd;*/
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	/*border:1px solid #ddd;*/
	/*background:#f5f5f5;*/
	border-bottom:#2A578D 1px solid;
}
td {
	padding:10px;
	text-align:left;
	/*border:1px solid #ddd;*/
	border-bottom:#ccc 1px solid;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	z-index:10;
}
header h1 {
	z-index:5;
	top:80px;
	left:0;
	right:0;
	position:absolute;
	width:143px;
	margin: auto;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:0px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:left;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 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%;
}

.mnavi {
	display:none;
	position: absolute;
	right: 206px;
	top: 7px;
	margin-bottom: 0px;
}
.mnavi li {
	list-style: none;
	float: left;
}
.gnavi {
	position: absolute;
	left: 175px;
	top: 67px;
	width: 1007px;
	margin-bottom: 0px;
	font-size: 13px;
}
.gnavi li {
	list-style: none;
	float: left;
	margin-left:55px;
}

.gnavi li:nth-child(4) {
	list-style: none;
	float: left;
	margin-left:270px;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	background-color: #2a568d;
	height: auto;
	padding:10px;
}
footer .pr {
	position: absolute;
	right: 0px;
	top: 14px;
	background-color:#F8F8F8
}

footer .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
}


.footmenu {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	position: static;
	left: -5px;
	top: 37px;
}
.footmenu ul {
	float: none;
	left: 50%;
	margin: 0;
}
.footmenu li {
	left: -50%;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0 7px;
	font-size: 12px;
	text-align: left;
	border-bottom: #27466d 1px solid;
	border-right: none;
	line-height: 12px;
}
.footmenu li:last-child{
	border-right:none;
}

.footmenu li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	display:block;
	padding:10px;
}

.copyright {
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	position: static;
	left: 0px;
	top: 62px;
	margin-top:20px;
}

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

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.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;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:10px;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.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:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow: hidden;
	margin: 20px auto 20px auto;
	width: 100%;
}

.flexslider {
    margin: 0 auto 0 auto!important;
    padding: 0;
    width: 100%!important;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/*ナビゲーション*/
#dropmenu{
	display:none;
	position: absolute;
	left: 218px;
	top: 63px;
	width: 1007px;
	margin-bottom: 0px;
	font-size: 13px;
}
#dropmenu li{
  position: relative;
  /*width: 20%;*/
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li:nth-child(4) {
	list-style: none;
	float: left;
	margin-left:240px;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 25px 10px 25px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #2a568d;
  color: #fff;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #2a568d;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color:#fff;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #5a83b5;
  border-bottom: 1px solid #163c6b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.leftArea {
	width: 100%;
	float: none;
	margin-bottom:20px;
	margin-top:20px;
}
.leftArea img {
	width: 100%;
	height: auto;
}
.rightArea {
	width: 100%;
	float: none;
	margin-top:30px;
}

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

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

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

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

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
}


section table { width: 100%; }
section th, section td  { padding: 10px; /*border: 1px solid #ddd;*/ }
section th  { /*background: #f4f4f4;*/ }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 0px; }
    .demo01 th,
    .demo01 td{
    width: auto;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { /*border-top: 1px solid #ddd;*/ }
}

/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo02 th  { width: 30%; text-align: left; }
.demo02{border:none;}
.demo02 td {border:none;}
@media only screen and (max-width:480px){
    .demo02 { margin: 0 -10px; }
    .demo02 th,
    .demo02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo02 tr:first-child th { /*border-top: 1px solid #fff;*/ }
}


.leftArea .subnavi {
	padding: 0px;
	margin:0px;
}
.leftArea .subnavi li {
	background-color: hsla(0,0%,94%,1.00);
	display:block;
	margin:0px;
}
.leftArea .subnavi li a {
	padding: 10px 10px 10px 40px;
	background-color: hsla(213,54%,36%,1.00);
	display: block;
	border-bottom: 1px dotted rgba(215,215,215,1.00);
	border-top-color: rgba(215,215,215,1.00);
	border-right-color: rgba(215,215,215,1.00);
	border-left-color: rgba(215,215,215,1.00);
	color: rgba(255,255,255,1.00);
	background-image: url(../images/ar.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:15px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.photoArea {
	float: none;
	text-align:center;
}
.textArea {
	float: none;
	width: auto;
}
.sitemap a {
    background: #fff url(../images/submenu_mark.gif) no-repeat 0px center;
    padding: 0px 0px 0px 15px;
    color: #666;
}

.line02 {
    text-align:right;
	font-size:10px;
	font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.newsS a {
    color: #f60;
    TEXT-DECORATION: none;
}

.spNav{
	display:inherit;
	position: fixed;
    z-index: 100;
	width: 94.5%;
	}

.pcNav{
	display: none !important;	
	}
	
	
/*スリムメニュー*/
.menu-collapser{
	position: relative;
	width: 100%;
	height: 48px;
	padding: 0 8px;
	color: #FFF;
	font-size: 16px;
	line-height: 48px;
	background-color: #2A568D;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}.collapse-button{position:absolute;right:8px;top:50%;width:40px;padding:7px 10px;color:#FFFFFF;font-size:14px;text-align:center;background-color:#0E0E0E;border-radius:2px;cursor:pointer;transform:translate(0, -50%);-o-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.collapse-button:hover,.collapse-button:focus{color:#FFF;background-color:#040404}.collapse-button .icon-bar{display:block;height:2px;width:18px;margin:2px 0;background-color:#F5F5F5;border-radius:1px}ul.slimmenu{width:100%;margin:0;padding:0;list-style-type:none}ul.slimmenu:before,ul.slimmenu:after{content:'';display:table}ul.slimmenu:after{clear:both}ul.slimmenu.collapsed li{margin:0px;display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}ul.slimmenu.collapsed li>ul{position:static;display:none}ul.slimmenu.collapsed li a{display:block;border-bottom:1px solid rgba(0,0,0,0.075);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}ul.slimmenu.collapsed li .sub-toggle{height:40px}ul.slimmenu li{position: relative;float: left;display: inline-block;	background-color: #CBCBCB}ul.slimmenu li ul{margin:0;list-style-type:none}ul.slimmenu li ul li{background:#bbbbbb}ul.slimmenu li>ul{position:absolute;left:0;top:100%;z-index:999;display:none;width:100%}ul.slimmenu li>ul>li ul{position:absolute;left:100%;top:0;z-index:999;display:none;width:100%}ul.slimmenu li a{display:block;padding:8px 64px 8px 16px;color:#333;font-size:14px;font-weight:400;transition:background-color 0.5s ease-out;-o-transition:background-color 0.5s ease-out;-moz-transition:background-color 0.5s ease-out;-webkit-transition:background-color 0.5s ease-out}ul.slimmenu li a:hover{text-decoration:none;background-color:#999}ul.slimmenu li .sub-toggle{/*background:none repeat scroll 0 0 rgba(0,0,0,0.075);*/position:absolute;right:0;top:0;z-index:999;width:48px;height:100%;text-align:center;cursor:pointer}ul.slimmenu li .sub-toggle:before{content:'';display:inline-block;height:100%;margin-right:-0.25em;vertical-align:middle}ul.slimmenu li .sub-toggle>i{display:inline-block;color:#333;font-size:18px;vertical-align:middle}ul.slimmenu>li{/*border-left:1px solid #999*/}ul.slimmenu>li:first-child,ul.slimmenu>li.has-submenu+li{border-left:0}
