@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Author: the Takahiro Sahashi
Author URI: http://pmen.net/
Description: genova 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,em,strong,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: url(/wp-content/uploads/bodyBg.jpg) repeat-x left top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 140%;
	color: #333;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #0079A2;
	vertical-align: baseline;
	text-decoration: none;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
a:hover {
	color: #FFCC00;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
a[href^="tel:"] {
	color: #333;
	pointer-events: none;
	cursor: text;
	text-decoration: none !important;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom !important;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s ease-in-out;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 24px;
}
strong {
	font-weight: 700;
}
.half {
	display: inline-block;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #e0e0e5;
	padding: 20px 0;
}
.elementor-editor-active #content > .newsBox {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #580754 !important;
		text-decoration: underline !important;
	}
	.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; }

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !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;
}
.ovHide {
	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;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
#wrapper {
	font-size: 120%;
}
main {
	display: block;
	width: 98%;
	max-width: 950px;
	background: #fff;
	padding: 23px 15px 0;
	margin: -70px auto 70px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
main:before {
	content: "";
    width: 100%;
    height: calc(100% - 565px);
    background: #fff;
    box-shadow: 0 0 10px 15px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
article {
	float: right;
	width: 74%;
	max-width: 680px;
	box-sizing: border-box;
}
#content {
	line-height: 150%;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		padding: 20px 0 0;
		margin: 0 auto 0;
	}
	main:before {
		display: none;
	}
	article {
		float: none;
		width: 100%;
		max-width: 660px;
		padding: 0 10px;
		margin: 0 auto 50px;
	}
}

/*--------------------------------------
■サイドバー
--------------------------------------*/
aside {
	float: left;
	width: 24%;
	max-width: 220px;
}
aside .naviList {
	background: #D2CCD2;
	padding: 5px;
    margin-top: 5px;
}
aside .naviList > li:not(:last-child) {
	border-bottom: 1px solid #d1ccd0;
}
aside .naviList a {
	color: #333;
}
aside .naviList a:hover {
	color: #0079A2;
	text-decoration: underline;
}
aside .naviList > li > a {
	display: block;
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(0.06, #fefefe), color-stop(0.50, #f6f6f6), color-stop(0.50, #e9e9e9), color-stop(1.00, #fcfafd));
	background: -webkit-linear-gradient(top, #ffffff 5%, #fefefe 6%, #f6f6f6 50%, #e9e9e9 50%, #fcfafd 100%);
	background: -moz-linear-gradient(top, #ffffff 5%, #fefefe 6%, #f6f6f6 50%, #e9e9e9 50%, #fcfafd 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #fefefe 6%, #f6f6f6 50%, #e9e9e9 50%, #fcfafd 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #fefefe 6%, #f6f6f6 50%, #e9e9e9 50%, #fcfafd 100%);
	background: -linear-gradient(top, #ffffff 5%, #fefefe 6%, #f6f6f6 50%, #e9e9e9 50%, #fcfafd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
	line-height: 1.2;
	padding: 13px 9px 9px 27px;
	position: relative;
	transition: all 0s ease-in-out;
}
aside .naviList > li > a:before {
	content: "";
	width: 11px;
	height: 11px;
	background: url(/wp-content/uploads/icon-arrow01.png) no-repeat left top;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -5px;
}
aside .subNaviList {
	background: #fbfbfb;
}
aside .subNaviList li {
	border-top: 1px solid #d2ccd2;
}
aside .subNaviList li a {
	display: block;
	line-height: 1.2;
	padding: 7px 7px 4px 38px;
	position: relative;
}
aside .subNaviList li a:before {
	content: "";
	width: 4px;
	height: 5px;
	background: url(/wp-content/uploads/icon-arrow02.png) no-repeat left top;
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -2px;
}
aside .bannerList {
	text-align: center;
}
aside .bannerList li:not(:first-child) {
	margin-top: 5px;
}
aside #accessBox {
	background: #fff;
    border: 1px solid #333333;
    box-sizing: border-box;
	padding: 9px;
    margin: 5px 0;
}
aside #accessBox #accessTitle {
	width: calc(100% + 20px);
	margin: -10px 0 8px -10px;
	line-height: 1;
}
aside #accessBox .inner .map {
    padding-top: 137px;
}
aside #accessBox .inner small {
	display: block;
	font-size: 0.92em;
	margin: 3px 0 10px;
}
aside #accessBox .inner small a {
	text-decoration: underline;
}
aside #accessBox .inner small a:hover {
	color: FFCC00 ;
}
aside #accessBox .inner .info {
	margin: 6px 0 0;
}
aside #accessBox .inner .info dt,
aside #accessBox .inner .info dd {
	padding: 3px 0;
}
aside #accessBox .inner .info dt {
	background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, #fff 0%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	font-weight: bold;
}
aside #accessBtn {
	text-align: center;
	margin-top: 23px;
}
aside #accessBtn li:nth-child(2) {
	margin: 2px 0 3px;
}
aside .contactBox {
	display: none;
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 50px auto 0;
		box-sizing: border-box;
	}
	.contact aside {
		margin: 0 auto 20px;
	}
	#asideInner {
		max-width: 220px;
		margin: 0 auto;
		padding: 40px 10px 50px;
	}
	.contact #asideInner {
		max-width: 640px;
		padding: 0 10px;
	}
	aside .contactBox {
		display: block;
	}
}

/*--------------------------------------
■HEADER
--------------------------------------*/
header .catchword {
	padding: 6px 0 7px;
}
header .catchword .inner {
	max-width: 920px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
header h1 {
	font-size: 90%;
	font-weight: normal;
	line-height: 100%;
	color: #AEA3AF;
}
header h2 {
	font-size: 92%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #AEA3AF;
	margin-top: 7px;
	white-space: nowrap;
}
#headerInner {
	max-width: 920px;
	padding: 0 10px 4px;
	margin: 0 auto;
	position: relative;
}
#headerLeft {
	float: left;
	width: 397px;
	box-sizing: border-box;
}
#headerRight {
	float: right;
	width: 216px;
}
header img {
	width: 100%;
}
#logo {
    margin-top: 6px;
}
#telNumber {
	margin-top: 3px;
}
#inquiryForm {
	max-width: 174px;
	margin-top: 5px;
	margin-left: auto;
}

/* gnav */
nav {
	background: #eec989;
}
nav .menu {
	display: flex;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
nav .menu > li {
	width: calc(100% / 6);
	position: relative;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	color: #22201E;
	height: 61px;
	transition: all 0.3s;
	position: relative;
	box-sizing: border-box;
}
nav .menu > li > a span {
	display: none;
}
nav .menu > li ul {
	pointer-events: none;
	position: absolute;
	top: 80%;
	left: 50%;
	display: block;
	width: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #6fba2c;
	-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;
	margin-left: -100px;
	margin-top: 7px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
nav .menu > li.hover ul {
	top: 86%;
}
nav .menu > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #6fba2c;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -12px;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li a {
	display: block;
	color: #333;
	padding: 0 15px;
	position: relative;
	border-top: 1px solid #fff;
}
nav .menu > li ul li:first-child a {
	border-top: none;
}
nav .menu > li ul a:hover {
	opacity: 1;
	background: #78c930;
	text-decoration: none !important;
}
nav .menu > li ul li a > span {
	display: block;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 11px 0 14px 14px;
	margin-top: -1px;
	text-indent: -14px;
}
nav .menu > li ul li a > span:before {
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	text-indent: 0;
}
.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;
	text-decoration: underline;
}
.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) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	header {
		width: 100%;
		background: #fff;
		z-index: 1000;
	}
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	#headerInner {
		padding: 0;
		margin: 0 auto;
	}
	#headerLeft {
		float: none;
		width: 100%;
		padding: 0;
	}
	.contact #headerLeft {
		padding: 20px 0 5px;
	}
	body:not(.contact) #logo {
		width: calc(100% - 95px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 30px;
	}
	body:not(.contact) #logo img {
		width: 203px;
	}
	.contact #logo {
		max-width: 240px;
		margin: 0 auto;
	}
	.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-color: #580754;
		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 {
		display: none;
		background: #AF9CAF;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}
	nav .menu {
		display: block;
		padding: 30px 30px 35px;
		border: none;
	}
	nav .menu > li {
		display: block;
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		padding: 0;
		position: relative;
	}
	nav .menu > li:before,
	nav .menu > li:after {
		display: none !important;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.75;
		color: #22201E;
		text-align: left;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 16px 40px 16px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav .menu > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a {
		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 img {
		display: none;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		padding: 0;
	}
	nav .menu > li > a > span:before,
	nav .menu > li > span > span:before,
	nav .menu > li > a > span:after,
	nav .menu > li > span > span:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		transform: scaleY(1);
	}
	nav .menu > li ul:before {
		display: none;
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px !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-gothic-kin-std, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.75;
		text-align: left;
		color: #fff;
		background: #DCC481 !important;
		padding: 16px 30px;
		border-top: none;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		text-indent: 0;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	nav .menu > li ul li a > span {
		display: block;
		padding: 0;
		margin: 0;
		text-indent: 0;
	}
	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;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 25px;
	}
}

/* =====================================
■コンテンツBOTTOM
===================================== */
.inquiry_banner {
	margin-top: 42px;
	text-align: center;
	position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
	.contactBox  {
		background: #580754;
		padding: 22px 30px 35px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-family: dnp-shuei-gothic-kin-std, 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: 15px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 374px) {
	.contactBox {
		padding: 20px 20px 25px;
	}
	.contactBox .tit {
		font-size: 21px;
		letter-spacing: 0.1em;
	}
}

/*--------------------------------------
■FOOTER
--------------------------------------*/
footer {
	background: url(/wp-content/uploads/footerBg.jpg) repeat left top;
	letter-spacing: 1px;
	padding: 21px 0 20px;
}
#pagetopWrap {
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 0px auto;
	box-sizing: border-box;
	position: relative;
}
footer .pagetop a {
	line-height: 1;
	position: absolute;
	top: -41px;
	right: 10px;
	z-index: 2;
}
#footerInner .footerNavi {
	text-align: center;
}
#footerInner .footerNavi ul {
	font-size: 0.92em;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 #50354f;
	padding: 0 0 13px;
	margin: 0 0 0 10px;
}
#footerInner .footerNavi ul li {
	display: inline-block;
	color: #fff;
}
#footerInner .footerNavi ul li a {
	color: #fff;
	margin-right: 5px;
}
#footerInner .footerNavi ul li a:hover {
	text-decoration: underline;
}
#footerInner .footerInfo {
	margin-top: 21px;
}
#footerInner .footerInfo .inner {
	width: 100%;
	max-width: 940px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footerInner .footerInfo .mapWrap,
#footerInner .footerInfo .infoWrap {
	width: calc(50% - 10px);
}
#footerInner .footerInfo .mapWrap .map {
	padding-top: 267px;
}
#footerInner .footerInfo .infoWrap .logo img {
	width: 100%;
	max-width: 397px;
}
#footerInner .footerInfo .infoWrap table {
	margin-top: 10px;
}
#footerInner .footerInfo .infoWrap table th,
#footerInner .footerInfo .infoWrap table td {
	background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 0%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	line-height: 160%;
	color: #fff;
	padding: 6px 0;
	vertical-align: top;
}
#footerInner .footerInfo .infoWrap table th {
	width: 100px;
	font-weight: bold;
	box-sizing: border-box;
}
#footerInner .footerInfo .infoWrap table .lager {
	font-size: 1.5em;
	font-weight: bold;
}
#footerInner .footerInfo a {
	color: #fff !important;
}
#footerInner .footerInfo a:hover {
	text-decoration: none;
}
footer address {
    color: #fff;
    padding-top: 30px;
	text-align: center;
}
.contact footer address {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	#footerInner .footerNavi ul {
		width: 100%;
	}
	#footerInner .footerInfo .mapWrap,
	#footerInner .footerInfo .infoWrap {
		width: 100%;
	}
	#footerInner .footerInfo .infoWrap {
		margin-top: 30px;
	}
	#footerInner .footerInfo .mapWrap .map {
		padding-top: 190px;
	}
}

/*--------------------------------------
■追従バナー
--------------------------------------*/
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: 568px;
	}
	footer .fixed_box li {
		width: 229px;
	}
	footer .fixed_box li:nth-child(3) {
		width: 60px;
	}
	footer .fixed_box li:last-child {
		width: 50px;
	}
}

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