@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 100%;
}
body {
	background: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 140%;
	color: #454545;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	/*line-break: strict;*/
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #454545;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #45D2F5;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1.5em;
}
strong {
	font-weight: 700;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #e0e0e5;
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #0b3568 !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !important;
	}
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {content: "\e900";}
.icon-category:before {content: "\e901";}
.icon-check:before {content: "\e902";}
.icon-checked:before {content: "\e903";}
.icon-down:before {content: "\e904";}
.icon-facebook:before {content: "\e905";}
.icon-google:before {content: "\e906";}
.icon-line:before {content: "\e907";}
.icon-twitter:before {content: "\e908";}
.icon-arrow02:before {content: "\e909";}
.icon-arrow01:before {content: "\e910";}
.icon-search:before {content: "\e911";}
.icon-tag:before {content: "\e912";}


/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }


/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.hidden {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■HEADER
===================================== */
header {
	background: #fff;
	position: relative;
	z-index: 9999;
}
header .catchword {
	background: #03274a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03274a), color-stop(1.00, #05407a));
	background: -webkit-linear-gradient(top, #03274a 0%, #05407a 100%);
	background: -moz-linear-gradient(top, #03274a 0%, #05407a 100%);
	background: -o-linear-gradient(top, #03274a 0%, #05407a 100%);
	background: -ms-linear-gradient(top, #03274a 0%, #05407a 100%);
	background: -linear-gradient(top, #03274a 0%, #05407a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03274a', endColorstr='#05407a',GradientType=0 );
	border-bottom: 1px solid #ddd;
	padding: 3px 0 2px;
	margin-bottom: 0;
}
header .catchword .inner {
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
header h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0;
	color: #fff;
}
#headerLeft {
	float: left;
	width: 43.5%;
	max-width: 400px;
}
#headerRight {
	float: right;
	width: 56.5%;
	max-width: 517px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .logo {
	margin-top: 10px;
}
header .logo img {
	width: 100%;
	max-width: 396px;
}
header h2 {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 14px;
	line-height: 11px;
	color: #666;
}
#headerRight .telNumber {
	margin: 18px 0 8px;
}
@media screen and (min-width: 768px) {
	header .headerInner {
		background: url(/wp-content/uploads/header_bg.png) repeat-x left top #fff;
	}
	header .wrap {
		max-width: 940px;
		padding: 5px 10px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border: none;
	}
	header.open {
		width: 100%;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		margin: 0;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	header .logo {
		width: calc(100% - 70px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 10px;
	}
	header .logo img {
		max-width: 277px;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #243F76;
		border-radius: 5px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/*--------------------------------------
* nav
--------------------------------------*/
nav {
	width: 100%;
}
nav .menu {
	max-width: 920px;
	margin: 0 auto;
}
nav .menu > li {
	float: left;
	width: 16.6%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
}
nav .menu > li:first-child {
	width: 16%;
	border-left: 1px solid #fff;
}
nav .menu > li:nth-child(5) {
	width: 17.6%;
}
nav .menu > li > a,
nav .menu > li > span {
	display: block;
	text-align: center;
	padding: 0 2px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
	background: #0f92f7;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	color: #ffcc33;
}
nav .menu > li ul {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
	transition: .3s;
}
nav .menu > li ul li {
	border-top: 1px solid #fff;
}
nav .menu > li ul li a {
	display: block;
	color: #3c3c3c;
	background: #eee;
	padding: 14px 2px;
	text-align: center;
	transition: all 0.6s ease;
}
nav .menu > li ul a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
	nav .menu > li > a, nav .menu > li > span {
		font-size: 13px;
		padding: 0 13px 0 2px;
	}
}
@media screen and (min-width: 768px) {
	nav {
		display: none !important;		
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #90A0B3;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
		border: none;
	}
	nav .menu > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
/* 		font-family: "秀英明朝 L","Shuei Mincho L"; */
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: left;
		color: #22201E;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 18px 20px 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav .menu > li > span {
		padding: 18px 40px 20px 20px !important;
	}
	nav .menu > li:first-child > a,
	nav .menu > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a,
	nav .menu > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		color: #22201E;
		background: #fff;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #002365;
		border-top: 1px solid #002365;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav .menu > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border: none !important;
	}
	nav .menu > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		display: block;
/* 		font-family: "秀英明朝 L","Shuei Mincho L"; */
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		background: #243F76 !important;
		margin-top: 2px;
		padding: 18px 30px 20px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	nav .menu > li ul li a span {
		margin-left: 5px;
	}
	nav .menu > li ul li a br {
		display: none;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	nav .menu > li > span {
		position: relative;
	}
	nav .menu > li.hover > span + ul,
	nav .menu > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox  {
		background: #243F76;
		padding: 20px 30px 37px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
/* 		font-family: "秀英明朝 L","Shuei Mincho L"; */
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 29px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
	.contactBox {
		padding: 17px 20px 27px;
	}
	.contactBox .tit {
		font-size: 20px;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
main {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 20px 20px 70px;
	box-sizing: border-box;
	display: block;
}
article {
	float: right;
	width: 73%;
	max-width: 680px;
	box-sizing: border-box;
}
#content {
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	position: relative;
	z-index: 2;
	min-height: 350px;
	margin-bottom: 40px;
}
.contentsBox {
	max-width: 640px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	main {
		padding: 0;
		max-width: 100%;
		min-height: 500px;
	}
	article {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0 ;
		box-sizing: border-box;
	}
	#content {
		margin: 0;
		padding: 20px 10px 50px;
	}
}

/*--------------------------------------
* コンバージョン
--------------------------------------*/
#conBottom {
	border: 1px solid #cad5df;
	padding: 2px;
}
#conBottom .inner {
	background: url(/wp-content/uploads/bg_conversition.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 5px 6px 12px;
}
#conBottom .title {
	font-size: 24px;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	color: #054376;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 9px;
}
#conBottom ul {
	display: flex;
	justify-content: space-between;
}
#conBottom ul li {
	padding: 0 3px;
}
@media screen and (max-width: 767px) {
	#conBottom {
		margin: 0 10px;
	}
	#conBottom .title {
		font-size: 20px;
	}
	#conBottom ul {
		display: block;
		max-width: 350px;
		margin: 0 auto;
	}
	#conBottom ul li {
		padding: 0;
		margin-top: 10px;
	}
	#conBottom ul li:first-child {
		margin: 0;
	}
}

/*--------------------------------------
* ASIDE
--------------------------------------*/
aside {
	float: left;
	width: 25%;
	max-width: 220px;
}
aside .sort {
	margin-bottom: 10px;
}
aside .naviList {
	margin-bottom: 12px;
}
aside .naviList > li > a {
    display: block;
	background: #03284d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03284d), color-stop(1.00, #043b72));
    background: -webkit-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -moz-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -o-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -ms-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -linear-gradient(top, #03284d 0%, #043b72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03284d', endColorstr='#043b72',GradientType=0 );
	border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 13px 0 13px 15px;
    margin-bottom: 1px;
    position: relative;
}
aside .naviList > li > a:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 5px;
    height: 40px;
    background: url(/wp-content/uploads/bg_side_nav.png) no-repeat left center #ededed;
    top: 50%;
    margin-top: -20px;
}
aside .naviList > li > a:hover {
	color: #FFCC00;
}

aside .accessBox {
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 3px 4px 7px;
    background: #fff;
}
aside .accessBox .title {
	/* font-family: "秀英明朝 L","Shuei Mincho L"; */
    font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 1;
    color: #03315f;
    text-align: left;
    margin: 0 0 5px;
	position: relative;
	padding: 3px 0 3px 10px;
}
aside .accessBox .title:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background: #05498d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #05498d), color-stop(1.00, #02203e));
    background: -webkit-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -moz-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -o-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -ms-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -linear-gradient(top, #05498d 0%, #02203e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05498d', endColorstr='#02203e',GradientType=0 );
}
aside .accessBox .boxInner {
	padding: 0 5px;
}
.sideMap {
	position: relative;
    width: 100%;
    padding-top: 160px;
	box-sizing: border-box;
}
.sideMap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	border: 1px solid #DDDDDD;
    box-sizing: border-box;
}
aside .accessBox .maplink {
	margin-bottom: 3px;
}
aside .accessBox .addr {
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 12px;
}
aside .accessBox .tel {
	margin: 0 0 5px;
}
aside .accessBox .time {
	margin-bottom: 6px;
	line-height: 140%;
	font-size: 12px;
}
aside .accessBox li {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	aside .inner {
		max-width: 220px;
		margin: 30px auto 40px;
	}
}

/* =====================================
■FOOTER
===================================== */
#footer {
	border-top: 5px solid #043f7a;
}
#footer .footerNavi {
	background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #efefef), color-stop(1.00, #fefefe));
    background: -webkit-linear-gradient(top, #efefef 0%, #fefefe 100%);
    background: -moz-linear-gradient(top, #efefef 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #efefef 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #fefefe 100%);
    background: -linear-gradient(top, #efefef 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fefefe',GradientType=0 );
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 0;
}
#footer .footerLink {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
#footer .footerLink li {
	display: inline-block;
	color: #333;
	position: relative;
}
#footer .footerLink li a {
	color: #333;
	margin-right: 3px;
}
#footer .footerLink li a:hover {
	text-decoration: underline;
}
#footer .footerInfo {
	padding: 25px 0 75px;
}
#footer .footerInfo .inner {
	max-width: 890px;
	margin: 0 auto;
}
#footer .footerInfo .mapArea,
#footer .footerInfo .infoArea {
	width: 49.5%;
	max-width: 440px;
}
#footer .footerInfo .mapArea {
	float: left;
}
#footer .footerInfo .mapArea .map {
	padding-top: 200px;
}
#footer .footerInfo .infoArea {
	float: right;
}
table.info th,
table.info td {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 18px;
}
table.info th {
	text-align: center;
	font-weight: bold;
	width: 75px;
}
#footer .timetableA th,
#footer .timetableA td {
	font-size: 12px;
}
address {
	color: #454545;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	margin-top: 30px;
}


@media screen and (max-width: 767px) {
	footer {
		margin-top: 0;
	}
}

/* =====================================
■fixed_box
===================================== */
@media screen and (min-width: 768px) {
	footer .fixed_box {
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		width: 340px;
		bottom: 0 !important;
		right: 0;
		line-height: 0;
	}
	footer .fixed_box li {
		float: left;
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 230px;
	}
	footer .fixed_box li:last-child {
		margin-left: 10px;
	}
	footer .fixed_box li a:hover img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 16%;
	}
	#footer .footerNavi {
		display: none;
	}
	#footer .footerInfo {
		padding: 25px 20px;
	}
	#footer .footerInfo .mapArea,
	#footer .footerInfo .infoArea {
		width: 100%;
		max-width: 440px;
		float: none;
		margin: 15px auto;
	}
	footer .fixed_box {
		width: 100%;
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		bottom: 0 !important;
		right: 0;
	}
	footer .fixed_box li {
		float: left;
		width: 42.6%;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	footer .fixed_box li:last-child {
		width: 14.8%;
		border: none;
	}
	footer .fixed_box img {
		width: 100%;
	}
}

/* IEのヘッダ内の電話番号画像修正 .t*/

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .telNumber{
		width:100%;
	}
	..telNumber img{
		width:100%;
	}
}