@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
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	background: #fff;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000000;
	vertical-align: baseline;
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:hover {
    color: #679ECC;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both!important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
/* font-weight */
.fb {
	font-weight: bold!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";}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none !important;
}
.mb {
	display: none;
}

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


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	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
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 103px;
	box-sizing: border-box;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #FFFFFF;
}

/* logo */
#header .logo {
    margin-left: 40px;
    width: 332px;
    height: 100px;
    display: flex;
    align-items: center;
	float: left;
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}

/* gnav */
.header_menu {
	float: right;
}
.header_menu .g_nav {
	display: flex;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-right: 40px;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	color: #2B7ABE;
	height: 103px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
	box-sizing: border-box;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li ul {
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 20px;
	display: block;
	width: 233px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #EFEFEF;
	-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;
}
.header_menu .g_nav > li.hover ul {
	top: 100%;
}
.header_menu .g_nav > li ul:before {
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -13px;
}
.header_menu .g_nav > li ul li {
	width: 100%;
}
.header_menu .g_nav > li ul li a {
	display: block;
	color: #001F5B;
	padding: 16px 45px 16px 25px;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0;
	background: #EFEFEF;
	line-height: 1.4;
}
.header_menu .g_nav > li ul li:nth-child(2n) a {
	background: #FFFFFF;
}
.header_menu .g_nav > li ul li a:before {
	position: absolute;
	right: 25px;
	top: 22px;
	content: '';
	width: 17px;
	height: 9px;
	/* background: url(/wp-content/uploads/icon_sub.png) no-repeat;
	background-size: cover; */
}
.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 1;
	background: #E6EFFF !important;
	text-decoration: none !important;
}
.tablet .header_menu .g_nav > li ul a:hover,
.tablet .header_menu .g_nav > li ul a > span:hover{
	opacity: 1;
}
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet .header_menu .g_nav > li > ul {
	display: none;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.header_menu {
		display: block !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
	.header_menu .g_nav > li > a:after,
	.header_menu .g_nav > li > span:after {
		position: absolute;
		content: '';
		display: none;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: #2B7ABE;
	}
	.header_menu .g_nav > li > a:hover:after,
	.header_menu .g_nav > li > span:hover:after {
		display: block;
	}
}
@media screen and (max-width: 1170px) and (min-width: 768px) {
	#wrapper {
		padding-top: 80px;
	}
	#header .logo {
		margin-left: 10px;
		height: 70px;
		width: 210px;
	}
	.header_menu .g_nav > li {
		margin-right: 10px;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		height: 80px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#wrapper {
		padding-top: 0;
	}
	#header {
		height: 60px;
		position: relative;
		top: 0 !important;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
	}
	
	/* logo */
	#header .logo {
		width: 220px;
		height: 60px;
		margin-left: 10px;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #2B7ABE;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 32px;
		height: 19px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger:after {
		position: absolute;
		content: "MENU";
		font-family: "ヒラギノ丸ゴ W5 JIS2004", "Hiragino Maru Gothic W5 JIS2004";
		font-size: 12px;
		color: #FF641A;
		letter-spacing: 0;
		line-height: 1;
		bottom: -14px;
		display: none;
		text-align: center;
		left: 50%;
		margin-left: -18.5px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #FFFFFF;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active {
		z-index: 9999;
		background: none;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	.header_menu {
		display: none;
		float: none;
		clear: both;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 999;
		background: rgba(43, 122, 190, 0.95);
	}
	.header_menu .inner {
		padding: 50px 15px 30px;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 0;
		position: relative;
	}
	.header_menu .g_nav > li:last-child {
		border-bottom: none;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #FFFFFF;
		background: none;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 15px 10px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		color: #FFFFFF;
		background: none;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		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: 3px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -6px;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.header_menu .g_nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	.header_menu .g_nav > li ul li {
		display: none;
		width: 100%;
		border: 0;
	}
	.header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.header_menu .g_nav > li ul li a {
		display: block;
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #FFFFFF;
		background: none !important;
		margin-top: 2px;
		padding: 8px 5px 8px 16px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.header_menu .g_nav > li ul li a:before {
		position: absolute;
		content: '';
		display: block;
		width: 10px;
		height: 2px;
		background: #ffffff;
		left: 0;
		top: 18px;
	}
	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
	}	
	.header_menu .g_nav > li ul li a span {
		line-height: 1.25;
		padding: 0 0 0 10px;
		font-size: 15px;
		letter-spacing: 0.02em;
		color: #FFFFFF;
	}
	.header_menu .g_nav > li ul li a > span:before {
		display: none;
	}
	.header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	.contactBox {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.contactBox li:not(:last-child) {
		margin-bottom: 20px;
	}
}
/**/
#wrapper {
	padding-top: 100px;
}
#header {
	top: 0 !important;
}
#header .logo {
	width: 345px;
	margin-left: 25px;
}
#header .logo h1 {
	position: absolute;
	font-size: 14px;
	top: 11px;
	left: 20px;
	letter-spacing: 0;
	line-height: 1.4;
	color: #633;
}
#header .logo a {
	color: #391914;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 1.1;
	position: relative;
	text-align: center;
	padding: 0 0 0 37px;
	display: inline-block;
	margin-top: 18px;
}
#header .logo a:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 50%;
	width: 36px;
	height: 25px;
	background: url(/wp-content/uploads/headerLogo.png) no-repeat;
	background-size: cover;
	transform: translate(0, -50%);
}
#header .logo a sub {
	display: block;
	font-size: 14px;
	color: #633;
	margin-top: 1px;
}
.header_menu .g_nav > li {
	margin-right: 30px;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	height: 100px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #333333;
}
.header_menu .g_nav > li ul {
	width: 200px;
	left: 50%;
	transform: translate(-50%, 0);
	top: 80% !important;
	background: #BFA670;
}
.header_menu .g_nav > li ul li:not(:last-child) a {
	border-bottom: 1px solid #FFFFFF;
}
.header_menu .g_nav > li ul li a {
	background: #633 !important;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	padding: 10px 5px;
	text-align: center;
}
.header_menu .g_nav > li ul li a:hover {
	background: #633 !important;
	opacity: 0.7 !important;
}

@media screen and (min-width: 768px) {
	.header_menu .g_nav > li > a:after,
	.header_menu .g_nav > li > span:after {
		background: #633;
	}
	.header_menu .g_nav > li > span:after {
		display: none !important;
	}
	.header_menu .g_nav > li > span > span {
		position: relative;
	}
	.header_menu .g_nav > li > span > span:after {
		position: absolute;
		content: '';
		display: block;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 6px solid #663333;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: -13px;
	}
}
@media screen and (max-width: 1170px) and (min-width: 768px) {
	#header .logo {
		width: 250px;
		margin-left: 10px;
	}
	#header .logo h1 {
		left: 14px;
	}
	#header .logo a {
		font-size: 15px;
		padding-left: 30px;
		margin-top: 50px;
	}
	#header .logo a:before {
		width: 25px;
		height: 16px;
	}
	#header .logo a sub {
		font-size: 10px;
	}
	.header_menu .g_nav > li {
		margin-right: 10px;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 50px;
	}
	#header {
		height: 50px;
		position: fixed;
	}
	#header .logo {
		height: 50px;
		width: 200px;
		margin-left: 10px;
	}
	#header .logo h1 {
		display: none;
	}
	#header .logo a:before {
		width: 22px;
		height: 14px;
	}
	#header .logo a {
		font-size: 12px;
		padding-left: 32px;
		margin-top: 0;
	}
	#header .logo a sub {
		font-size: 8px;
		margin-top: 4px;
	}
	.toggleMenu {
		width: 50px;
		height: 50px;
		background: #FFFFFF;
	}
	.menu-trigger {
		width: 27px;
		height: 22px;
		margin-top: 14px;
	}
	.menu-trigger span {
		height: 1px;
		background-color: #633;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.header_menu {
		background: #D5C9B3;
		top: 50px;
		height: calc(100% - 50px);
	}
	.header_menu .inner {
		padding: 27px 32px 30px;
	}
	.header_menu .g_nav > li {
		margin: 3px 0 0;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		height: auto;
		background: #FFFFFF !important;
		color: #333333 !important;
		text-align: left;
		font-size: 18px;
		padding: 15px 35px 13px !important;
	}
	.header_menu .g_nav > li > span:after {
		border-left: 1px solid #633;
		border-top: 1px solid #633;
		margin-top: -2px;
	}
	.header_menu .g_nav > li.hover > span:after {
		margin-top: -7px;
	}
	.header_menu .g_nav > li ul {
		top: 0 !important;
		width: 100%;
		left: 0;
		transform: none;
		background: #D5C9B3;
	}
	.header_menu .g_nav > li ul li:not(:last-child) a {
		border-bottom: none;
	}
	.header_menu .g_nav > li ul li a {
		background: #885A5A !important;
		color: #fff;
		text-align: left;
		font-size: 18px;
		padding: 13px 10px 11px 35px;
		margin-top: 3px;
		font-weight: 400;
	}
	.header_menu .g_nav > li ul li a:before {
		display: none;
	}
	.contactBox {
		width: 100%;
		padding: 30px 20px;
		background: url(/wp-content/uploads/contact_spbg.jpg) no-repeat top center;
		background-size: cover;
		box-sizing: border-box;
		text-align: center;
		color: #FFFFFF;
	}
	.conIcon {
		width: auto;
		font-size: 45px;
		opacity: 0.16;
		margin: 0;
		font-weight: 600;
	}
	.conTitle {
		font-size: 22px;
		margin: -36px 0 0;
		font-weight: 600;
	}
	.conTxt {
		font-weight: 600;
		font-size: 12px;
		line-height: 1.6;
		margin: 20px 0;
	}
	.contactBox li:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 374px) {
	.conTxt {
		letter-spacing: 0;
		font-size: 11px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
.conSec {
    background: url(/wp-content/uploads/ebisu_contact_bgimg.png) no-repeat top center;
	background-size: cover;
	padding: 80px 0 76px;
}
.conLeftBox {
    width: 56%;
    float: left;
}
.conIcon {
	line-height: 1.4;
	margin-bottom: 40px;
	width: 185px;
}
.conIcon sub {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-top: 16px;
}
.conTitle {
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	line-height: 1.4;
	margin-bottom: 19px;
}
.conTxt {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    line-height: 1.75;
}
.conRightBox {
    width: 41.7%;
    float: right;
	margin-top: 13px;
}
.conRightBox li:not(:first-child) {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.conTxt {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.conSec {
		background: url(/wp-content/uploads/ebisu_contact_bgimg_sp.png) no-repeat top center;
		background-size: cover;
		padding: 40px 0;
	}
	.conLeftBox {
		width: 100%;
		float: none;
	}
	.conRightBox {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.conIcon {
		font-size: 36px;
		margin-bottom: 20px;
		width: 218px;
	}
	.conIcon sub {
		font-size: 12px;
		margin-top: 8%;
	}
	.conTitle {
		font-size: 18px;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	.conTxt {
		font-size: 14px;
	}
	.conRightBox li:not(:first-child) {
		margin-top: 10px;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background: #FFFFFF;
	padding: 50px 0 0;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	color: #000000;
}
.footerLeftBox {
    float: left;
    width: 46%;
}
.footerLogo {
	max-width: 332px;
	width: 100%;
	margin-bottom: 36px;
}
.footerTxt {
    margin-bottom: 13px;
}
.footerLInk {
    font-size: 14px;
}
.footerLInk a {
    color: #000000;
}
.footerLInk a:hover {
    text-decoration: underline;
}
.footerRightBox {
    float: right;
    width: 51%;
}
.footerRightBox li {
    float: left;
    width: 47.3%;
	margin-left: 5.4%;
}
.footerRightBox li:first-child {
	margin: 0;
}
.footerCopyright {
	background: #000000;
	padding: 9px 0 7px;
	margin-top: 64px;
}
.footerCopyright p {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.1em;
}

#footer .fixed_box {
    position: fixed;
    right: 20px;
	bottom: 20px !important;
    width: 50px;
    z-index: 999;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
#footer .fixed_box li img {
	width: 100%;
}
.fixed_box .info-btn a {
	background:none;
	padding:0;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0 0;
	}
	.footerLeftBox,
	.footerRightBox {
		float: none;
		width: 100% !important;
	}
	.footerRightBox {
		margin-top: 20px;
	}
	.footerLogo {
		margin: 0 auto 20px;
	}
.ebisuMenuBtn {
    margin-top: -11px !important;
    z-index: 1;
}
	.footerTxt,
	.footerLInk {
		text-align: center;
	}
	.footerRightBox li {
		float: none;
		width: 100%;
		margin: 10px 0 0;
		text-align: center;
	}
	.footerCopyright {
		margin-top: 40px;
	}

	#footer .fixed_box {
		right: 0;
		width: 100%;
		bottom: 0 !important;
	}
	#footer .fixed_box ul {
		display: flex;
	}
}
.page-id-1115 .elementor-element-329c95b,.page-id-1115 .elementor-element-8722f5d {
	margin-bottom:-5px !important;
}
/*--------------------------------------
footer
--------------------------------------*/
#footer {
	font-family: "Noto Serif JP", serif;
}
body.page-id-5811 #footer {
	padding: 0;
}
.footerLinkBox {
	background: #DED7C2;
	padding: 75px 0;
}
.footerLinkBox ul {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.footerLinkBox ul li {
	width: calc(33.333% - 10px);
}
.footerInnerBox {
	/* max-width: 952px; */
	width: 100%;
	margin: 0 auto;
	padding: 76px 0 69px;
}
.footerRightBox {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
	margin-top: 3px;
}
.footerLogo {
	max-width: 345px;
	margin-bottom: 18px;
}
.footerLogo a {
	color: #391914;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 1.1;
	position: relative;
	text-align: center;
	padding: 0 0 0 37px;
	display: inline-block;
}
.footerLogo a:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 34%;
	width: 32px;
	height: 21px;
	background: url(/wp-content/uploads/ebisuLogo.png) no-repeat;
	background-size: cover;
	transform: translate(0, -50%);
}
.footerLogo a sub {
	display: block;
	font-size: 14px;
	color: #663333;
	margin-top: 1px;
}
table.footerTimeTable {
	max-width: 344px;
	width: 100%;
}
table.footerTimeTable td,
table.footerTimeTable th {
	color: #3B3B42;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	border-bottom: 1px solid #633;
	padding: 18px 0 19px;
}
table.footerTimeTable thead th {
	padding: 0 0 11px;
}
table.footerTimeTable thead th:first-child {
	width: 37%;
	text-align: left;
	padding-left: 5px;
}
table.footerTimeTable tbody th {
	text-align: left;
	padding-left: 5px;
}
.normalDay {
	color: #663333 !important;
}
.footerRightBox p {
	color: #3B3B42;
	letter-spacing: 0;
	font-size: 15px;
	border-bottom: 1px solid #633;
	padding: 6px 0 10px 5px;
	max-width: 344px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 35px;
}
table.footerAddressTable td,
table.footerAddressTable th {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.25;
	vertical-align: top;
	padding-bottom: 15px;
}
table.footerAddressTable th {
	color: #633;
	width: 100px;
}
table.footerAddressTable td,
table.footerAddressTable td a {
	color: #363636;
}
.footerCenterBox {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.footerLeftBox {
	float: left;
	width: 25%;
}
.footerTtl {
	font-size: 22px;
	color: #633;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 19px;
}
.footerInnerBox ul {
	padding-left: 5px;
}
.footerInnerBox li {
	line-height: 1.38;
	margin-bottom: 10px;
}
.footerInnerBox li a {
	display: inline-block;
	position: relative;
	font-size: 15px;
	letter-spacing: 0;
	color: #333333;
	padding-left: 15px;
}
.footerInnerBox li a:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(/wp-content/uploads/ebisuFooterIcon.png) no-repeat;
	background-size: cover;
	top: 6px;
}
.footerInnerBox li a:hover {
	color: #633;
}
.footerCopyright {
	margin-top: 0;
	background: #633;
	padding: 12px 12px 70px;
}
.footerCopyright p {
	font-size: 15px;
}
#footer .fixed_box {
	/*     width: 520px; */
	width: 440px;
	right: 0;
	bottom: 0 !important;
}
#footer .fixed_box ul {
	display: flex;
	justify-content: flex-end;
}
.footerLink {
	margin-top: 25px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.footerLink.sitmap {
	margin-top: 0;
}
.footerLink a {
	color: #633;
	font-size: 16px;
	letter-spacing: 0;
}
.footerLink a:hover {
	color: #333333;
}

@media screen and (max-width: 767px) {
	.footerLinkBox {
		padding: 40px 0;
	}
	.footerLinkBox ul {
		display: block;
		padding: 0 20px;
	}
	.footerLinkBox ul li {
		width: 100%;
	}	
	.footerLinkBox ul li:not(:first-child) {
		margin-top: 15px;
	}
	.footerInnerBox {
		max-width: inherit;
		padding: 40px 0 30px;
	}
	.footerRightBox {
		float: none;
		padding: 0;
		margin: 0 0 25px;
	}
	.footerLogo {
		max-width: 288px;
		margin: 0 0 20px;
	}
	.footerLogo a {
		font-size: 17px;
	}
	.footerLogo a sub {
		font-size: 10px;
	}
	table.footerAddressTable th {
		width: 100px;
	}
	.footerCenterBox {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 25px;
	}
	.footerLeftBox {
		float: none;
	}
	.footerTtl {
		text-align: center;
		margin-bottom: 10px;
	}
	.footerCopyright {
		/* 		padding: 10px 0 15%; */
		padding: 10px 0 65px;
	}
	.footerCopyright p {
		font-size: 8px;
		letter-spacing: -0.02em;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box ul li {
		/* width: 76.5%; */
		width: 43.3%;
	}
	#footer .fixed_box ul li:last-child {
		/* width: 23.5%; */
		width: 13.4%;
	}
	table.footerAddressTable td,
	table.footerAddressTable th {
		font-size: 13px;
	}
	.footerLink {
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
	.footerLogo a {
		font-size: 17px;
	}
	.footerRightBox p {
		font-size: 12px;
	}
	table.footerAddressTable th {
		width: 65px;
	}
}