@charset "utf-8";
/* CSS Document */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
a:hover img.hov {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
a:hover img.hov2 {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#container {
	margin-right: auto;
	margin-left: auto;
}
/*******************************************
ヘッダー
*******************************************/
#header {
	background-image: url(../img/header/head_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 149px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#headLeft {
	float: left;
	width: 720px;
}
#headLeft h1 {
	width: 720px;
	font-size: 14px;
	margin-top: 40px;
	color:#0C419A
}
#logo {
	margin-top: 15px;
}
#headLeft p {
	width: 720px;
	font-size: 12px;
	padding-top: 5px;
}
#headRight {
	float: right;
	width: 280px;
}
.headTel {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*******************************************
clearfix
*******************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.clear {
	clear: both;
}
/*******************************************
グローバルナビ
*******************************************/
#gNav {
	background-image: url(../img/global_nav/gmenu_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
nav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	list-style-type: none;
}
nav ul#gmenu li {
	float: left;
}
#gmenu li {
	list-style: none;
	position: relative;
}
/*サブメニュー1*/
ul#sub {
	width: 200px;
}
ul#sub li {
	float: none;
	text-align: left;
}
#gmenu ul#sub {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
}
#gmenu ul#sub a {
	display: block;
	width: 185px;
	color: #FFF;
	zoom: 1;
	line-height: 1;
	background-color: rgba(3, 182, 164, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	z-index: 100;
	padding-left: 10px;
	padding-right: 5px;
}
#gmenu ul#sub a:hover {
	background-color: rgba(16, 75, 146, 0.8);
	color: #FFF;
	width: 185px;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 5px;
}
/*サブメニュー2*/
ul#sub2 {
	width: 230px;
}
ul#sub2 li {
	float: none;
	text-align: left;
}
#gmenu ul#sub2 {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
}
#gmenu ul#sub2 a {
	display: block;
	width: 215px;
	color: #FFF;
	zoom: 1;
	line-height: 1;
	background-color: rgba(3, 182, 164, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	z-index: 100;
	padding-left: 10px;
	padding-right: 5px;
}
#gmenu ul#sub2 a:hover {
	background-color: rgba(16, 75, 146, 0.8);
	color: #FFF;
	width: 215px;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 5px;
}
/*サブメニュー3*/
ul#sub3 {
	width: 180px;
}
ul#sub3 li {
	float: none;
	text-align: left;
}
#gmenu ul#sub3 {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
}
#gmenu ul#sub3 a {
	display: block;
	width: 165px;
	color: #FFF;
	zoom: 1;
	line-height: 1;
	background-color: rgba(3, 182, 164, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	z-index: 100;
	padding-left: 10px;
	padding-right: 5px;
}
#gmenu ul#sub3 a:hover {
	background-color: rgba(16, 75, 146, 0.8);
	color: #FFF;
	width: 165px;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 5px;
}
/*******************************************
メインコンテンツ
*******************************************/
#contents {
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 720px;
}
/*******************************************
サイド
*******************************************/
#side {
	float: right;
	width: 250px;
}
#side ul.s1 {
	width: 250px;
	list-style-type: none;
}
#side ul.s1 li {
	width: 250px;
	margin-bottom: 10px;
}
#side ul.s1 li a {
	color: #333;
	text-decoration: none;
}
#side ul.s1 li a.sideDmenu {
	color: #333;
	text-decoration: none;
	display: block;
	width: 250px;
	height: 70px;
}
#side ul.s1 li a.sideDmenu:hover {
	background-color: #fff;
	color: #FF0000;
	display: block;
	width: 250px;
	height: 70px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=60);
}
#side ul.s1 li#side1 a.sideDmenu {
	width: 230px;
	background-image: url(../img/side/side1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	font-size: 18px;
	padding-top: 23px;
	padding-left: 20px;
}
#side ul.s1 li#side2 a.sideDmenu {
	width: 230px;
	background-image: url(../img/side/side2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	font-size: 18px;
	padding-top: 23px;
	padding-left: 20px;
}
#side ul.s1 li#side3 a.sideDmenu {
	width: 230px;
	background-image: url(../img/side/side3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	font-size: 18px;
	padding-top: 23px;
	padding-left: 20px;
}
#side ul.s1 li#side4 a.sideDmenu {
	width: 230px;
	background-image: url(../img/side/side4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	font-size: 18px;
	padding-top: 23px;
	padding-left: 20px;
}
#side ul.s1 li#side5 a.sideDmenu {
	width: 230px;
	background-image: url(../img/side/side5.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 100%;
}
#sideMenu {
	background-color: #E7E3D9;
	width: 230px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#sideMenu ul.s2 {
	width: 228px;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#sideMenu ul.s2 li {
	width: 228px;
}
#sideMenu ul.s2 li a {
	color: #333;
	text-decoration: none;
}
#sideMenu ul.s2 li a:hover {
	color: #FF0000;
}
#sideMenu ul.s2 li.dMenu a {
	width: 203px;
	font-size: 14px;
	background-image: url(../img/side/yajirushi1.png);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F7F5F2;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}
#sideMenu ul.s2 li.dMenu2 a {
	width: 203px;
	font-size: 14px;
	background-image: url(../img/side/yajirushi1.png);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F7F7F7;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}
#sideInfo {
	background-color: #F4F4F4;
	width: 222px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#sideInfo h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 7px;
}
#sideInfo img.infoImg2 {
	border: 1px solid #CCC;
	width: 220px;
}
.infoText {
	font-size: 14px;
	line-height: 120%;
	margin-top: 10px;
}
.infoText2 {
	font-size: 12px;
	line-height: 120%;
	margin-top: 5px;
}
.infoText3 {
	font-size: 23px;
	line-height: 120%;
	color: #0c419a;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sideInfo iframe {
	border: 1px solid #CCC;
	width: 219px;
	height: 150px;
}
.big_map {
	font-size: 12px;
	text-align: right;
}
.big_map a {
 color: #;
	text-decoration: none;
}
.big_map a:hover {
	color: #CCC;
}

.campain {
	width: 248px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
/*******************************************
インフォメーション
*******************************************/
#underInfo {
	width: 718px;
	border: 1px solid #CCC;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 88%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 88%);
	background: -o-linear-gradient(top, #fff 0%, #eee 88%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 88%);
	background: linear-gradient(to bottom, #fff 0%, #eee 88%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#underInfo dl {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#underInfo dl dt {
	width: 240px;
	float: left;
}
#underInfo dl dt img.staffImg {
	width: 230px;
	padding: 5px;
	border: 1px solid #CCC;
}
.infoLeftInq {
	text-align: center;
	margin-top: 30px;
	margin-left: 7px;
}
#underInfo dl dd {
	width: 440px;
	float: right;
}
.address {
	font-size: 14px;
	margin-left: 20px;
	color: #000;
}
.train {
	margin-left: 20px;
}
.infoTel {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infoImg {
	float: right;
}
span.kome {
	font-size: 12px;
	margin-right: 30px;
	margin-left: 20px;
}
#infoContact {
	text-align: center;
	width: 718px;
}

#sideBanner {
	width: 250px;
	margin-top: 20px;
}

/*******************************************
フッター
*******************************************/

#footerContents {
	background-color: #F4F4F4;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#footerUnder {
	background-color: #0C419A;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footerUnder p {
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footerLeft {
	float: left;
	width: 410px;
	border-right: 1px solid #D6D6D6;
}
.footerLeftText {
	font-size: 14px;
	line-height: 150%;
	color: #000;
	margin-top: 15px;
}
.footerLeftText2 {
	font-size: 14px;
	line-height: 150%;
	color: #000;
}
#footerInfo {
	font-size: 12px;
	line-height: 160%;
	color: #000;
	margin-top: 20px;
}
#footerRight {
	float: right;
	width: 540px;
	margin-top:10px
}
ul#navi li {
	display: inline;
	margin-right: 20px;
}
ul#link li {
	display: inline;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom:10px}
ul.fMenu1 {
	float: left;
	width: 180px;
	list-style-type: none;
}
ul.fMenu1 li {
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url(../img/footer/footer_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
ul.fMenu1 li a {
	color: #03A797;
}
ul.fMenu1 li a:hover {
	color: #CCC;
}
ul#fMenu2 {
	float: left;
	width: 200px;
	list-style-type: none;
}
ul#fMenu2 li {
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url(../img/footer/footer_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
ul#fMenu2 li.fmenuList1 {
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url(../img/footer/footer_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
ul#fMenu2 li.fmenuList2 {
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url(../img/footer/footer_yajirushi.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
}
ul#fMenu2 li a {
	color: #03A797;
}
ul#fMenu2 li a:hover {
	color: #CCC;
}
ul.fMenu3 {
	float: left;
	width: 100px;
	list-style-type: none;
}
ul.fMenu3 li {
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url(../img/footer/footer_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
ul.fMenu3 li a {
	color: #03A797;
}
ul.fMenu3 li a:hover {
	color: #CCC;
}
/*******************************************
ページトップ
*******************************************/
ul#pagetop {
	list-style-type: none;
	position: fixed;
	width: 40px;
	bottom: 20px;
	margin-top: 0;
	right: 20px;
	margin-bottom: 0px;
	bottom: 0;
}
ul#pagetop li a {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #FF0000;
	font-size: 11px;
	color: #FFF;
	margin-bottom: 0px;
	display: block;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: center;
	font-family: 'Strait', sans-serif;
	text-decoration: none;
}
ul#pagetop li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #104B92;
	display: block;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/*20161220追加*/
.infoText4 {
	font-size: 18px;
	line-height: 100%;
	color: #FF3300;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
