@charset "uff-8";

#wrapperOuter {
	display: flex;
  flex-direction: column;
	width:100%;
	min-height:100vh;
	margin-top:5px;
	background-color:#ffffff;
}

#wrapper {
	width:960px;
	margin:0 auto;
	min-height:100%;
	height: auto !important;
	height:100%;
	position:relative;
}

/*----------------------------------

ヘッダー

-----------------------------------*/

#header {
	width:960px;
	height:120px;
	margin:0 auto;
	position:relative;
}

#header #h1logo a {
	display:block;
	width:200px;
	height:53px;
	background-image:url(../images/logo.png);
	position:absolute;
	top: 20px;
	left:10px;
	text-indent:-9999px;
}

/*navi*/

.ddmenu ul{
	width: 960px;
	height: 35px;
	position:absolute;
	top: 85px;
	right: 0;
}

	.ddmenu ul li {
		float: left;
		position: relative;
		height: 35px;/*親メニューの高さ*/
	}
	
		.ddmenu ul li a {
			display:block;
			height:28px;
			color:#ffffff;
			font-size:100%;
			text-align:center;
			padding-top:7px;
			text-decoration:none;
			background-image:url(../images/gNavi.png);
			margin-right: 3px;
			position: relative;
		}
		
			.ddmenu ul li a#gNavi_menu07 {
				margin-right: 0px;
			}
			
			.ddmenu ul li:hover,
			.ddmenu ul li a:hover {
				/*background:#EA2839;/*ホバー時の親メニューの背景色*/
				color:#fff;/*ホバー時の親メニューの文字色*/
			}


/*submenu*/

.ddmenu ul li ul {
	position: absolute;
	top: 35px;/*親メニューの高さと同じにする*/
	left: 0px;
  width: 134px;	
  z-index: 100;
}

	.ddmenu ul li ul li {
		visibility: hidden;
		overflow: hidden;
		width: 134px;/*サブメニューの幅*/
		height: 0;
		margin-bottom: 2px;
	}
	
		.ddmenu ul li ul li a {
			background-image: url(../images/bg_subMenu.png);
			margin-right: 0px;
			height:26px;
			text-indent: 0;
			text-align: center;
			color: #fff;
			text-decoration:none;
			font-weight:bold;
			padding-top:4px;
			padding-left:20px;
		}
		
			.ddmenu ul li ul li:hover,
			.ddmenu ul li ul li a:hover {
  			background: url(../images/bg_subMenu.png) #EE922E;/*ホバー時のサブメニューの背景色*/
			}
		
		.ddmenu ul li:hover ul li,
		.ddmenu ul li a:hover ul li{
  		visibility: visible;
			overflow: visible;
			height:30px;/*サブメニューの高さ*/
			z-index: 10;
		}
		
.ddmenu * {
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#gNavi_menu01 {
	width: 135px;
	background-position:0 0;
}
#gNavi_menu02 {
	width: 135px;
	background-position:-138px 0;
}
#gNavi_menu03 {
	width: 135px;
	background-position:-276px 0;
}
#gNavi_menu04 {
	width: 135px;
	background-position:-414px 0;
}
#gNavi_menu05 {
	width: 134px;
	background-position:-552px 0;
}
#gNavi_menu06 {
	width: 134px;
	background-position:-689px 0;
}
#gNavi_menu07 {
	width: 134px;
	background-position:-826px 0;
}

#gNavi_menu01:hover {
	background-position:0 -35px;
}
#gNavi_menu02:hover {
	background-position:-138px -35px;
}
#gNavi_menu03:hover {
	background-position:-276px -35px;
}
#gNavi_menu04:hover {
	background-position:-414px -35px;
}
#gNavi_menu05:hover {
	background-position:-552px -35px;
}
#gNavi_menu06:hover {
	background-position:-689px -35px;
}
#gNavi_menu07:hover {
	background-position:-826px -35px;
}

/*----------------------------------

コンテンツ

-----------------------------------*/

#contentsArea {
	width:930px;
	margin:20px auto;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 #999;
	-moz-box-shadow: 0 0 5px 0 #999;
	box-shadow: 0 0 5px 0 #999; 
}

.contents {
	width: 900px;
	padding: 15px;
}


/*----------------------------------

フッター

-----------------------------------*/

#footer {
	width: 100%;
	background: #F9F9F9;
	padding: 15px 0 0;
	line-height:1.4;
	letter-spacing:0.02em;
	border-top:1px solid #ddd;
	margin-top: auto;
}
.footerNavi {
	width: 950px;
	margin: 10px auto 20px auto;
}
	.footerNavi li {
		float: left;
		font-size: 0.9em;
		color: #333333;
	}
	.footerNavi li a {
		color: #333333;
		text-decoration: none;
	}

.copyright {
	width: 100%;
	font-size:75%;
	padding:20px 0;
	background:#666666;
	color:#fff;
	text-align:center
}


/*clearfix*/
div:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}









st-footer{
	background:#F9F9F9;
	font-size:1.5rem;
	line-height:1.4;
	letter-spacing:0.02em;
	border-top:1px solid #ddd
}
.st-footer a{
	text-decoration:none
}
.st-footer__meta{
	display:flex;
	padding:40px 0
	}
.st-footer__info{
	margin-right:80px
	}
.st-footer__info address{
	font-style:normal
	}
.st-footer__infoTel{
	display:flex;
	align-items:center;
	margin-bottom:20px;
	color:#00a1e9;
	font-size:1.8rem;
	font-weight:700
	}
.st-footer__infoTel img{
	margin-right:10px
}
.st-footer__infoTel span{
	margin-left:3px;
	font-size:1.4rem
}
.st-footer__infoLogo{
	margin-bottom:10px
	}
.st-footer__infoLogo img{
	width:120px;height:auto
	}
.st-footer__infoAddress{
	margin-bottom:15px
	}
.st-footer__time{
	flex-grow:1;
	flex-basis:0%
}
.st-footer__schedule{
	margin-bottom:15px;
	line-height:1.75
	}
.st-footer__schedule dt{
	font-weight:900
	}
.st-footer__schedule dd{
	font-size:1.4rem
	}
.st-footer__nav{
	border-top:1px solid #ddd
}
.st-footer__navList{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:12px
	}
.st-footer__navList li{
	position:relative;
	margin-left:12px;
	padding-left:12px
	}
.st-footer__navList li:before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width:1px;
	height:13px;
	background:#9F9F9F
	}
.st-footer__navList li:first-child{
	margin-left:0;
	padding-left:0
	}
.st-footer__navList li:first-child:before{
	display:none
	}
.st-footer__navList a{
	font-size:1.4rem;
	color:#333;
	text-decoration:none
	}
.st-footer__infoBtns{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap
	}
.st-footer__infoBtns li{
	width:190px;
	margin-right:10px;
	margin-bottom:10px
	}
.st-footer__infoBtns li:last-child{
	margin-right:auto;
	margin-bottom:0
	}
.st-footer__bnrs{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:30px 0;
	background:#fff
	}
st-footer__bnrs li{
	margin-left:20px
	}
.st-footer__bnrs li:first-child{
	margin-left:0
	}
.st-footer__bnrs a{
	opacity:1;
	transition:all 0.2s ease-out
	}
.st-footer__bnrs a:hover{
	opacity:0.4
	}
.st-footer__copyright{
	display:block;
	padding:30px 0;
	background:#333;
	color:#fff;
	font-size:1.0rem;
	text-align:center
	}
.st-footer__pagetop{
	z-index:9993;
	position:fixed;
	right:20px;
	bottom:75px;
	opacity:0
	}
.st-footer__pagetop:hover{
	opacity:0.5
	}