@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: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 140%;
	color: #6a371a;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	position: relative;
	z-index: 2;
}
body:after {
	content: "";
	width: 100%;
	max-width: 2000px;
	height: 100%;
	background: #fffdf6;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}
#bodyBg {
	font-size: 120%;
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #6f5041;
	vertical-align: baseline;
	text-decoration: none;
	transition: color 0.3s ease, background 0.3s ease;
}
a:hover {
	color: #b55156;
	transition: color 0.3s ease, background 0.3s ease;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	text-decoration: none !important;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	/* 	-webkit-backface-visibility: hidden; */
}
a img {
	opacity: 1;
	transition: opacity .3s ease;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .3s ease;
}
a.imgChange:hover img {
	opacity: 1;
} 
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1.5em;
}
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 (min-width: 768px) {
	.home #bodyBg {
		background: url(/wp-content/uploads/body-bg.jpg) no-repeat center top;
	}
	body:not(.home) #bodyBg {
		background: url(/wp-content/uploads/body-bg_under.jpg) no-repeat center top;
	}
}

@media screen and (max-width: 940px) and (min-width: 768px) {
	#bodyBg {
		background-size: 1620px auto !important;
	}
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		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; }

/* 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;
}
.tab_sp {
	display: none;
}

@media screen and (max-width: 940px) {
	.tab_sp {
		display: block !important;
	}
}

@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: 920px;
	background: url(/wp-content/uploads/mainBg.jpg) repeat left top;
	box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.08), 3px 0 2px rgba(0, 0, 0, 0.16);
	padding: 16px 0 177px 17px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
main:before {
	content: "";
	width: 335px;
	height: 91px;
	background: url(/wp-content/uploads/body-bg02.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 16px;
	bottom: 0;
}
article {
	float: right;
	width: 75.5%;
	max-width: 680px;
	box-sizing: border-box;
}
#content {
	min-height: 600px;
	line-height: 160%;
	position: relative;
	z-index: 2;
}
.category-news #content {
	padding: 0 20px;
}
.contentLayoutArea {
	line-height: 160%;
}
aside {
	float: left;
	width: 24.5%;
	max-width: 220px;
}
aside .bannerList li:not(:first-child) {
	margin-top: 15px;
}
aside .bannerList img {
	width: 100%;
}
aside .naviList {
	background: url(/wp-content/uploads/side-tit_menu.jpg) no-repeat center top;
	padding-top: 40px;
	margin: 0 auto 15px;
}
aside .naviList > li {
	margin-bottom: 2px;
}
aside .naviList > li > a {
	display: block;
	background: url(/wp-content/uploads/icon-arrow_side.jpg) no-repeat 0px 11px;
	border-bottom: 2px dotted #fcb93f;
	font-weight: bold;
	color: #796033;
	padding: 13px 0 15px 31px;
	position: relative;
	z-index: 2;
}
aside .naviList > li > a:hover {
	color: #F90;
}
aside #accessBox {
	background: url(/wp-content/uploads/side-tit_access.jpg) no-repeat center top;
	background-repeat: no-repeat;
	padding-top: 45px;
	margin: 15px 0;
}
aside #accessBox .inner {
	padding: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffa500;
	background-color: #fff;
}
aside #accessBox p {
	margin-bottom: 16px;
	line-height: 140%;
}
aside #accessBox iframe {
	display: block;
	width: 100%;
	height: 150px;
}
aside #sideTel {
	margin-bottom: 20px;
}
aside #accessBtn {
	text-align: center;
}
aside #accessBtn li:not(:last-child) {
	margin-bottom: 7px;
}
aside .newsBox {
	margin-top: 28px;
	margin-bottom: 15px;
}
aside .newsBox {
	background: #fff;
	border-radius: 0 5px 5px 5px;
	border: 2px solid #ffa500;
	position: relative;
	z-index: 2;
}
aside .newsBox:before {
	content: "";
	width: 97px;
	height: 30px;
	background: url(/wp-content/uploads/blog-bg01.png) no-repeat left bottom;
	position: absolute;
	left: -2px;
	top: -30px;
	z-index: -1;
}
aside .newsBox:after{
	content: "";
	width: 58px;
	height: 26px;
	background: url(/wp-content/uploads/blog-bg02.png) no-repeat right bottom;
	position: absolute;
	right: 16px;
	top: -28px;
	z-index: -1;
}
aside .contactBox {
	display: none;
}
aside #searchWrap {
	margin: 15px 0;
}
aside #searchWrap input.searchInput {
	width: 128px;
}
aside #searchWrap input.searchButton {
	position: relative;
	top: 4px;
}

@media screen and (max-width: 767px) {
	main {
		padding: 16px 0 124px;
	}
	main:before {
		width: 335px;
		height: 70px;
	}
	article {
		float: none;
		width: 100%;
		max-width: 660px;
		padding: 0 10px;
		margin: 0 auto 50px;
	}
	.category-news #content {
		padding: 0 10px;
	}
	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: 0 10px 50px;
	}
	.contact #asideInner {
		max-width: 640px;
		padding: 0 10px;
	}
	aside .contactBox {
		display: block;
	}
}

/*--------------------------------------
■HEADER
--------------------------------------*/
header .catchword {
	padding: 4px 0 0;
	position: relative;
}
header .catchword .inner {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}
#headerInner {
	max-width: 920px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#headerLeft {
	float: left;
	width: 38.5%;
	max-width: 340px;
	margin-left: 15px;
}
#headerRight {
	float: right;
	width: 58%;
	max-width: 530px;
	text-align: right;
}
header h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #83652e;
}
header h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 0.8;
	letter-spacing: 1px;
	color: #bda477;
	white-space: nowrap;
	margin-top: 3px;
}
#telNumberWrap {
	display: inline-block;
	width: auto;
	height: 23px;
	background: url(/wp-content/uploads/header-tel_icon.png) no-repeat left bottom;
	padding-left: 105px;
	margin-top: 2px;
	margin-right: 5px;
}
#telNumberWrap a {
	display: block;
	color: #794528;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
}

/* gnav */
nav .inner {
	max-width: 920px;
	margin: 0 auto;
}
nav .menu {
	position: relative;
}
nav .menu > li {
	float: left;
	width: calc((100% - 7px) / 8);
	margin-left: 1px;
	position: relative;
}
nav .menu > li:first-child {
	margin: 0 ;
}
nav .menu > li:nth-child(2),
nav .menu > li:nth-child(6),
nav .menu > li:last-child {
	width: calc((100% - 7px) / 6);
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #22201E;
	height: 36px;
	border: 1px solid #cccccc;
	padding-top: 2px;
	transition: all 0.3s;
	position: relative;
	box-sizing: border-box;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover {
	color: #fff;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	padding-left: 28px;
	position: relative;
}
nav .menu > li > a > span:before,
nav .menu > li > span > span:before {
	content: "";
	width: 10px;
	height: 9px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
}

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) {
	header {
		padding-bottom: 3px;
		height: 109px;
	}
	nav {
		display: none !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 940px) and (min-width: 768px) {
	header {
		height: 89px;
	}
	#headerLeft {
		width: 260px;
	}
	#headerRight {
		max-width: 380px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	header {
		width: 100%;
		background: #fbf8f0;
		z-index: 1000;
	}
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fbf8f0;
	}
	#headerInner {
		margin: 0 auto;
		padding: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		padding: 0;
	}
	#headerRight,
	header .catchword,
	header h2 {
		display: none;
	}
	
	#headerLeft {
		width: calc(100% - 95px);
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		margin: 0 0 0 20px;
	}
	#logo img {
		width: 215px;
	}
	
/* 	body:not(.contact) #headerLeft {
		width: calc(100% - 95px);
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		margin: 0 0 0 20px;
	}
	body:not(.contact) #logo img {
		width: 215px;
	}
	.contact #headerLeft {
		padding: 10px 0;
		text-align: center;
	}
	.contact #logo {
		max-width: 215px;
		margin: 0 auto;
	} */

	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #fdcd7d;
		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: #6a371a;
		border-radius: 5px;
	}
	.triggers span:nth-of-type(1) {
		top: 1px;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 1px;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) 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: #fbf8f0;
		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;
		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-size: 16px;
		font-weight: 400;
		letter-spacing: 0.1em;
		text-align: left;
		background: #fff;
		color: #22201E;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 20px 40px 20px 20px !important;
		border: none;
		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 #88CD59;
		border-top: 1px solid #88CD59;
		position: absolute;
		top: 50%;
		right: 22px;
		transform: rotate(45deg);
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		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-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #22201E;
		background: #F8FFF1 !important;
		padding: 21px 30px;
		border-top: none;
		text-decoration: none !important;
		box-sizing: border-box;
		position: relative;
		text-indent: 0;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	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: 30px 25px;
	}
}


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

@media screen and (max-width: 767px) {
	.contactBox  {
		background: #6DD2D7;
		padding: 30px 30px 25px;
	}
	.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: 13px;
	}
	.contactBox .timeBox {
		background: #fff;
		margin-top: 20px;
		padding: 20px;
		border-radius: 5px;
	}
	.contactBox .timeBox table {
		width: 100%;
		border-bottom: 1px solid #CBCAC9;
	}
	.contactBox .timeBox table th,
	.contactBox .timeBox table td {
		font-size: 13px;
		text-align: center;
		padding: 10px 0;
		color: #22201E;
		line-height: 1;
	}
	.contactBox .timeBox table thead th {
		font-size: 12px;
		padding: 5px 0 10px;
		border-bottom: 1px solid #CBCAC9;
		width: 11%;
	}
	.contactBox .timeBox table th:first-child {
		width: 23%;
		text-align: left;
		word-break: keep-all;
	}
	.contactBox .timeBox table tbody tr:first-child th,
	.contactBox .timeBox table tbody tr:first-child td {
		padding: 8px 0 5px;
	}
	.contactBox .timeBox table tbody tr:last-child th,
	.contactBox .timeBox table tbody tr:last-child td {
		padding: 5px 0 7px;
	}
	.contactBox .timeBox span {
		color: #F7C168;
	}
	.contactBox .timeBox p {
		font-size: 13px;
		line-height: 1.69;
		margin-top: 12px;
		color: #22201E;
	}
	.contactBox .timeTable p strong {
		margin-right: 1em;
	}
}

@media screen and (max-width: 479px) {
	.contactBox .timeBox {
		padding: 10px;
	}
	.contactBox .timeBox table th:first-child {
		width: 90px;    
	}
	.contactBox .timeBox table th,
	.contactBox .timeBox table td {
		font-size: 12px;
	}
	.contactBox .timeBox table thead th {
		width: auto;
	}
	.contactBox .timeBox p {
		margin-top: 8px;
	}
}

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

/* =====================================
■FOOTER
===================================== */
footer {
	letter-spacing: 1px;
}
#pagetopWrap {
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
	position: relative;
}
footer .pagetop a {
	position: absolute;
	top: -111px;
	right: 20px;
}
#footerInner {
	background: #d9e884;
	padding: 15px 0 13px;
}
#footerInner ul {
	margin-left: 10px;
	font-size: 90%;
	text-align: center;
}
#footerInner ul li {
	display: inline-block;
}
#footerInner ul li a {
	color: #6a371a;
	margin-right: 5px;
}
#footerInner ul li a:hover {
	text-decoration: underline;
}
footer .footerInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 160%;
	margin: 16px 0 20px;
}
footer .mapWrap .map {
	padding-top: 240px;
}
footer .mapWrap small a {
	color: #88634f;
}
footer .infoWrap table {
	margin-bottom: 15px;
}
footer .infoWrap table th,
footer .infoWrap table td {
	font-weight: normal;
	line-height: 140%;
	color: #503323;
	text-align: left;
	vertical-align: top;
	padding: 4px 0 3px;
	box-sizing: border-box;
}
footer .infoWrap table th {
	width: 90px;
	font-weight: bold;
	color: #6a371a;
	border-bottom: 1px solid #ff9600;
}
footer .infoWrap table td {
	border-bottom: 1px solid #5c3c29;
}
footer address {
	color: #88634f;
	font-style: normal;
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	footer .mapWrap {
		width: 40.5%;
		max-width: 370px;
	}
	footer .infoWrap {
		width: calc(59.5% - 30px);
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	footer .mapWrap {
		width: 100%;
	}
	footer .infoWrap {
		width: 100%;
		margin-top: 20px;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
	display: block;
	width: 285px;
	position: fixed;
	right: 0;
	z-index: 1001;
	transition: all 0.5s;
}
footer .fixedBox ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 6px;
}
footer .fixedBox ul li a {
	display: block;
}
footer .fixedBox img {
	width: 100%;
}
.naviList .active a{
	color:#F90;
}
@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 226px;
	}
	footer .fixedBox ul {
		column-gap: 11px;
	}
}