@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: #F1E9C8;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 1.4;
	color: #333333;
	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: #666;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #FF6600;
	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;
}
.error404 p:not(:last-child) {
	margin-bottom: 3px;
}
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 > .contentInner > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		/*color: #A6DBFF !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: url(/wp-content/uploads/bg_header.png) repeat-x left 13px;
	position: relative;
	z-index: 9999;
}
header .catchword {
	/*background: #02467b;*/
}
header .catchword .inner {
	display: flex;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
header .catchword h1 {
	font-size: 80%;
	line-height: 9px;
	/*color: #fff;*/
	color: #858585;
   padding-top: 6px;
}
#headerLeft {
	float: left;
	width: 40%;
/* 	max-width: 417px; */
	padding-top: 2px;
}
#headerRight {
	float: right;
	width: 55%;
    max-width: 505px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
/* header .logo {
	margin-top: 17px;
} */
header .logo img {
	width: 100%;
	max-width: 250px;
}
header h2 {
    font-size: 80%;
	letter-spacing: 1px;
	font-weight: normal;
    line-height: 1.3;
    color: #858585;
    margin: 3px 0 0;
}
#headerRight .telNumber {
	margin:0;
}
@media screen and (min-width: 768px) {
	header .wrap {
		background: url(/wp-content/uploads/hedaer_in_bg.png) no-repeat center top;
		max-width: 940px;
		padding: 6px 10px 3px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}
@media screen and (max-width: 920px) and (min-width: 768px) {
	header .wrap {
		background: url(/wp-content/uploads/hedaer_in_bg.png) no-repeat center bottom;
		background-size: 100% 100%;
	}
}

@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;
		background: #fff;
	}
	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: 209px;
	}

	/*　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: #7A4545;
		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);
	}
	#headerLeft {
	padding-top: 0px;
}
}

/*--------------------------------------
* nav
--------------------------------------*/
nav {
	width: 100%;
}
nav .menu {
	max-width: 940px;
	margin: 1px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
nav .menu > li {
	width: calc((100% - 5px) / 6);
	position: relative;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #7d7d7d;
    height: 40px;
    padding-top: 0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    box-sizing: border-box;
    z-index: 5;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	position: relative;
	padding-left: 9px;
	margin-left: 9px;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	background-size: 100% 100%;
	color: #8b9f86;
}
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 (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: #F1E9C8;
		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: dnp-shuei-mincho-pr6,sans-serif;
		font-weight: 400;*/
		font-style: normal;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: left;
		color: #22201E;
		background: #fff;
		border: none;
		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 > a > span,
	nav .menu > li > span > span {
		background: none;
		margin: 0;
	}
	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 #909CD3;
		border-top: 1px solid #909CD3;
		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;
		padding: 0;
	}
	nav .menu > li > a > span:before,
	nav .menu > li > span > span:before {
		display: none;
	}
	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: dnp-shuei-mincho-pr6,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		background: #4C6DA3 !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: #D5C4BC;
		padding: 20px 30px 30px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		/*font-family: dnp-shuei-mincho-pr6,sans-serif;*/
		font-weight: bold;
		font-style: normal;
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: 0.15em;
		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: 20px 20px 25px;
	}
	.contactBox .tit {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
#wrapper {
	font-size: 120%;
}
main {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 10px 35px;
	box-sizing: border-box;
	display:block;
}
article {
	float: right;
	width: 74%;
	/*max-width: 680px;*/
	max-width: 640px;
    padding-right: 2.2%;
}
#content {
	line-height: 160%;
	padding: 0;
	position: relative;
	z-index: 2;
	min-height: 350px;
	margin-bottom: 15px;
	font-size: 120%;
}
.contentsBox {
	max-width: 640px;
	margin: 0 auto;
}
.error404 article,.category-blog2 article,.category-blog1 article,.category-news-letter article {
	max-width: 680px;
    padding-right: 0;
}
body:not(.home,.page) article {
	max-width: 680px;
    padding-right: 0;
}
@media screen and (min-width: 768px) {
	#wrapper {
		background: url(/wp-content/uploads/bg_wrapper.jpg) no-repeat center top;
	}
	
	.contentInner {
		padding: 0;
		box-sizing: border-box;
		min-height: 200px;
		/*padding-left: 20px;*/
		padding-left: 0;
	}
	
}
@media screen and (max-width: 900px) {
    article {
    padding-right: 0;
}
	}

@media screen and (max-width: 767px) {
	main {
		padding: 0;
		max-width: 100%;
		min-height: 500px;
	}
	.error404 article,.category-blog2 article,.category-blog1 article,.category-news-letter article,article {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0 ;
		box-sizing: border-box;
	}
	body:not(.home,.page) article {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0 ;
		box-sizing: border-box;
	}
	#content {
		margin: 0;
		padding: 20px 10px 50px;
	}

}

/*--------------------------------------
* コンバージョン
--------------------------------------*/
#conBottom {
	text-align: center;
}

/*--------------------------------------
* ASIDE
--------------------------------------*/
aside {
    float: left;
    width: 24%;
    max-width: 220px;
	font-size: 120%;
}
aside .sort {
	margin-bottom: 10px;
}
aside .naviList {
	margin-bottom: 10px;
}
aside .naviList > li {
	background: url(/wp-content/uploads/side_menu_bg.png) no-repeat;
	width: 220px;
	height: 40px;
	padding-bottom: 1px;
}

aside .naviList > li > a {
	/*background: #78acff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #78acff), color-stop(1.00, #0468fe));
	background: -webkit-linear-gradient(top, #78acff 0%, #0468fe 100%);
	background: -moz-linear-gradient(top, #78acff 0%, #0468fe 100%);
	background: -o-linear-gradient(top, #78acff 0%, #0468fe 100%);
	background: -ms-linear-gradient(top, #78acff 0%, #0468fe 100%);
	background: -linear-gradient(top, #78acff 0%, #0468fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78acff', endColorstr='#0468fe',GradientType=0 );
	display: block;
	border-bottom: 1px solid #0142b6;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	padding: 10px 3px 10px 28px;
	position: relative;
	box-shadow: inset 0 -1px 1px #5ba6ff;*/
	font-size: 100%;
	padding-left: 29px;
	padding-top: 10px;
	display: block;
}
/*aside .naviList > li > a:before {
    content: "";
	background: url(/wp-content/uploads/arrow_nav.png) no-repeat left center;
	width: 10px;
	height: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
}
aside .naviList > li > a:hover {
	color: #A6DBFF;
	background: #0281d2;
    background: -webkit-gradient(linear, to right, color-stop(0.00, #0281d2), color-stop(1.00, #025f9a));
    background: -webkit-linear-gradient(left, #0281d2 0%, #025f9a 100%);
    background: -moz-linear-gradient(left, #0281d2 0%, #025f9a 100%);
    background: -o-linear-gradient(left, #0281d2 0%, #025f9a 100%);
    background: -ms-linear-gradient(left, #0281d2 0%, #025f9a 100%);
    background: -linear-gradient(left, #0281d2 0%, #025f9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0281d2', endColorstr='#025f9a',GradientType=0 );
}*/
aside .bannerList li:not(:last-child) {
	margin-bottom: 5px;
}
aside .accessInner {
	box-sizing: border-box;
	padding: 10px 8px 8px;
	background: #f6f6f6;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
aside .accessBox .title {
	line-height: 1;
    text-align: center;
    margin: 0 0 7px;
    font-weight: bold;
    color: #696969;
}
.sideMap {
	position: relative;
	width: 100%;
	padding-top: 140px;
	box-sizing: border-box;
}
.sideMap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #999 !important;
}
aside .accessBox .txt {
	margin: 0 0 10px;
	line-height: 1.2;
}
aside .accessBox .txt dt {
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #CCC;
}
aside .accessBox .txt dd {
	margin-bottom: 3px;
}
aside .accessBox li:not(:last-child) {
    margin-bottom: 3px;
}
aside .accessBox .maplink {
	font-size: 10px;
	margin: 0 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
	aside .naviList > li {
		width: 100%;
		background-size: 100%;
	}
	aside .naviList > li > a {
		font-size: 75%;
	}
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
		box-shadow: none;
		padding: 35px 20px;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	aside .inner {
		max-width: 220px;
		margin: 0 auto;
	}
	aside .naviList {
		display: none;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	color: #333;
	letter-spacing: 1px;
	padding-bottom: 30px;
	background: #EADDAA;
}
#footer .guideArea {
	/*border-top: 3px solid #0e3b65;
	box-shadow: inset 0 1px 1px #fff;
	background: #e3e4e6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e3e4e6), color-stop(1.00, #f2f2f2));
    background: -webkit-linear-gradient(top, #e3e4e6 0%, #f2f2f2 100%);
    background: -moz-linear-gradient(top, #e3e4e6 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #e3e4e6 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #e3e4e6 0%, #f2f2f2 100%);
    background: -linear-gradient(top, #e3e4e6 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e6', endColorstr='#f2f2f2',GradientType=0 );*/
	padding: 20px 10px 10px;
	margin-bottom: 0px;
}
#footer .footerLink {
	font-size: 100%;
	text-align: center;
}
#footer .footerLink li {
	display: inline-block;
	position: relative;
}
#footer .footerLink li a {
	color: #333;
	margin-right: 3px;
}
#footer .footerLink li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#footer .infoArea {
	margin-bottom: 15px;
}
#footer .infoArea .leftBox {
	width: 59.8%;
	float: left;
	position: relative;
}
#footer .infoArea .rightBox div table {
	font-size: 120%;
}
#footer .infoArea .rightBox {
	width: 38%;
	float: right;
}
#footer .infoArea .title {
    /*background: url(/wp-content/uploads/bg_footer_title.png) repeat-x left center;
    border: 1px solid #e6e6e6;*/
    border-radius: 2px;
    font-family: dnp-shuei-mincho-pr6,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    /*text-align: center;*/
    line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}
.addressTable th {
	/*background: #F0F0F0 url(/wp-content/uploads/line_dot.gif) bottom repeat-x;*/
	font-weight: bold;
	padding: 9px 8px;
	text-align: left;
	color: #633;
	border-bottom: dotted 1px #AFA57A;
}
.addressTable td {
	padding: 7px 0 7px 5px;
	/*background: url(/wp-content/uploads/line_dot.gif) bottom repeat-x;*/
	border-bottom: dotted 1px #AFA57A;
}
address {
	color: #333;
	text-align: center;
}
#pagetopWrap {
    width: 100%;
    max-width: 920px;
    margin: 0px auto;
    position: relative;
}
#pagetopWrap .pagetop a {
    position: absolute;
    top: -26px;
    right: 20px;
}
#footer .site {
	text-align: center;
	margin-bottom: 10px;
}
#footer .site a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#wpfront-scroll-top-container {
		display: none !important;
	}
	#footer .infoArea .leftBox .map {
		padding-top: 0;
	}
	#footer .infoArea .leftBox:before {
		content: "";
		/*background: #e0e0e0;*/
		width: 1px;
		height: 100%;
		position: absolute;
		right: -3%;
		top: 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	#footer {
	padding-bottom: 89px;
}
	#footer .guideArea,
	#pagetopWrap {
		display: none;
	}
	#footer .infoArea .leftBox,
	#footer .infoArea .rightBox {
		width: 100%;
		float: none;
		position: relative;
	}
	#footer .infoArea .rightBox {
		margin-top: 30px;
	}
	address {
		text-align: center;
	}
}

/* =====================================
■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: 281px;
		bottom: 0 !important;
		right: 0;
		line-height: 0;
	}
	footer .fixed_box li {
		float: left;
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 229px;
	}
	footer .fixed_box li:last-child {
		margin-left: 2px;
	}
	footer .fixed_box li:last-child img {
		border-radius: 5px 0 0 0;
	}
	footer .fixed_box li a:hover img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	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: 85.2%;
		/*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%;
	}
}
/*--------------------------------------
■追従バナー
--------------------------------------*/
footer .fixed_box {
	position: fixed;
	right: 0;
	z-index: 998;
	transition: all 0.3s;
}
footer .fixed_box ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
footer .fixed_box img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixed_box {
		width: 339px;
	}
	footer .fixed_box li {
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 229px;
	}
	footer .fixed_box li:last-child {
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	footer .fixed_box {
		width: 100%;
	}
	footer .fixed_box li {
		width: 42.5%;
		position: relative;
	}
	footer .fixed_box li:not(:last-child):before {
		content: "";
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	footer .fixed_box li:last-child {
		width: 15%;
	}
}