@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: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
	font-size: 71%;
	line-height: 180%;
	color: #454545;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
body.contact {
	font-size: 62.5%;
}
* {
	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:"] {
	color: #585858;
	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;
}
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 (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;
}

@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: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 30px auto 80px;
	box-sizing: border-box;
}
.home main {
	margin: 20px auto 80px;
}
article {
	float: right;
	width: 74%;
	max-width: 680px;
	box-sizing: border-box;
}
#content {
	position: relative;
	z-index: 2;
}
.category-news #content {
	padding: 0 20px;
}
.contentLayoutArea {
	line-height: 160%;
}
aside {
	float: left;
	width: 24%;
	max-width: 220px;
}
aside .bannerList li:not(:first-child) {
	margin-top: 15px;
}
aside .bannerList img {
	width: 100%;
}
aside .naviList {
	margin: 10px auto 16px;
}
aside .naviList > li > a {
	display: block;
	background: linear-gradient(180deg, #e5e5e5 0%, #c6c6c6 10%, #d7d7d7 60%, #f3f3f3 93%);
	border: 1px solid #e7e7e7;
	color: #553a2e;
	padding: 7px 15px 6px 33px;
	margin-bottom: 2px;
	position: relative;
	z-index: 2;
}
aside .naviList > li > a:hover {
	color: #fff;
}
aside .naviList > li > a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #5f4232 0%, #523a2e 10%, #8b6653 60%, #a7776d 93%);
	border: 1px solid #6C6C6A;
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
aside .naviList > li > a:after {
	content: "";
	border-left: 5px solid #1e1e1e;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}
aside .naviList > li > a:hover:before {
	opacity: 1;
}
aside .subNaviList {
	background: #F7FFEF;
}
aside .subNaviList li {
	padding: 0 23px 2px;
}
aside .subNaviList li a {
    display: block;
    color: #454545;
    padding: 7px 3px 2px 16px;
    position: relative;
    margin-bottom: 1px;
}
aside .subNaviList li a:before {
	content: "";
	width: 3px;
	height: 5px;
	background: url(/wp-content/uploads/icon-arrow02.png) no-repeat left top;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-1px);
}
aside .subNaviList li a:after {
	content: "";
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #44ad12 0%, #44ad12 50%, transparent 0%);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
aside .subNaviList li a:hover {
	color: #2F9001;
}
aside #accessBox {
	padding: 9px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    margin: 15px 0 0;
}
aside #accessBox #accessTitle {
    line-height: 1;
    text-align: center;
    margin-bottom: 7px;
}
aside #accessBox .inner {
    margin-bottom: 23px;
    line-height: 140%;
}
aside #accessBox .inner iframe {
	display: block;
    width: 100%;
    height: 200px;
}
aside #accessBox .inner .maplink {
	margin-bottom: 20px;
}
aside #accessBox dl dd:not(:last-child) {
	margin-bottom: 17px;
}
aside #accessBox dl dd a {
	color: #585858;
}
aside #sideTel {
	margin-bottom: 20px;
}
aside #accessBtn {
    text-align: center;
}
aside #accessBtn li:not(:last-child) {
	margin-bottom: 7px;
}
aside .newsBox {
	margin-bottom: 35px;
}
aside .contactBox {
	display: none;
}

@media screen and (max-width: 767px) {
	main {
		padding: 0;
		margin: 20px auto 0;
	}
	.home main {
		margin: 20px auto 0;
	}
	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: 40px 10px 50px;
	}
	.contact #asideInner {
		max-width: 640px;
		padding: 0 10px;
	}
	aside .contactBox {
		display: block;
	}
}

/*--------------------------------------
■HEADER
--------------------------------------*/
header .catchword {
	background: #fafafa;
	border-bottom: 3px solid #858585;
	padding: 6px 0 2px;
	margin-bottom: 1px;
	position: relative;
}
header .catchword:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    left: 0;
    bottom: -5px;
}
header .catchword .inner {
    max-width: 940px;
    margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
    position: relative;
}
#headerInner {
	max-width: 940px;
    margin: 25px auto 15px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
#headerLeft {
	float: left;
	width: 31%;
}
#headerRight {
    float: right;
    width: 66%;
    max-width: 596px;
    text-align: right;
    margin-top: -2px;
}
header h1 {
	font-size: 90%;
    font-weight: normal;
    line-height: 1;
    color: #858585;
}
header h2 {
    font-size: 80%;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #858585;
    margin-top: 14px;
    white-space: nowrap;
}
#inquiryForm {
	margin-top: 15px;
}

/* 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) {
	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;
	}
	#headerInner {
		margin: 0 auto;
		padding: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		padding: 0;
	}
	#headerRight,
	header .catchword,
	header h2 {
		display: none;
	}
	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 30px;
	}
	.contact #headerLeft {
		padding: 10px 0;
		text-align: center;
	}
	body:not(.contact) #logo img {
		width: 129px;
	}
	.contact #logo {
		max-width: 129px;
		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: #6DD2D7;
		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: #D0E9EA;
		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 {
	background: #efefef;
	padding: 0 0 7px;
	letter-spacing: 1px;
	color: #565656;
}
#pagetopWrap {
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
	position: relative;
}
footer .pagetop a {
    position: absolute;
    top: -24px;
    right: 14px;
}
#footerInner {
    border-bottom: 5px solid #777;
    padding: 20px 0 60px;
}
.contact #footerInner {
	padding: 17px 0 14px !important;
}
#footerInner ul {
    margin-bottom: 12px;
    font-size: 90%;
}
#footerInner ul li {
    display: inline-block;
    margin: 1px 0;
}
#footerInner ul li a {
    color: #565656;
    margin-right: 5px;
}
#footerInner ul li a:hover {
    text-decoration: underline;
}

/* -------------------------------------
追従バナー
------------------------------------- */
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%;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 226px;
	}
	footer .fixedBox ul {
		column-gap: 11px;
	}
}