@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,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}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #2D2D2D;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #2D2D2D;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #66D841;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

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

/* -------------------------------------
Icon fonts
------------------------------------- */
@font-face {
	font-family: 'CustomIcons';
	src:  url('./libs/CustomIcons/CustomIcons.eot');
	src:  url('../libs/CustomIcons/CustomIcons.eot#iefix') format('embedded-opentype'),
		url('./libs/CustomIcons/CustomIcons.ttf') format('truetype'),
		url('./libs/CustomIcons/CustomIcons.woff') format('woff'),
		url('./libs/CustomIcons/CustomIcons.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome';
	src:  url('./libs/Font Awesome/Font Awesome.eot');
	src:  url('../libs/Font Awesome/Font Awesome.eot#iefix') format('embedded-opentype'),
		url('./libs/Font Awesome/Font Awesome.ttf') format('truetype'),
		url('./libs/Font Awesome/Font Awesome.woff') format('woff'),
		url('./libs/Font Awesome/Font Awesome.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::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-home::before {content: "\e90b";}
.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";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
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: table;
	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: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 16px;
	}
}


/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 84px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 74px;
	}
}

header {
	width: 100%;
	background: #B7B2A9;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 999;
	transition: all 0.5s;
}

/* logo */
header .logo {
	float: left;
	max-width: 235px;
	height: 84px;
	display: flex;
	align-items: center;
	margin-left: 48px;
	box-sizing: border-box;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

/* nav */
nav {
	float: right; 
	padding: 0 48px;
	background: #969593;
}
nav .menu {
	height: 84px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3px;
}
nav .menu > li {
	margin-left: 48px;
	position: relative;
}
nav .menu > li:first-child {
	margin-left: 0;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 44px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a sup,
nav .menu > li > span sup {
	display: block;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px;
}
nav .menu > li .subMenu {
	display: block;
	width: 296px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 14px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
	box-sizing: border-box;
}
nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 16px solid #C4857C;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.desktop nav .menu > li.hover .subMenu:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
nav .menu > li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #C4857C;
	padding: 18px;
}
nav .menu > li ul li {
	width: calc(50% - 8px);
}
nav .menu > li ul li a {
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #fff;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	opacity: 1;
	text-decoration: underline;
}
.desktop nav .menu > li > span:hover + .subMenu,
.desktop nav .menu > li > span .subMenu:hover,
.desktop nav .menu > li .subMenu: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 > .subMenu {
	display: none;
}
.tablet nav .menu > li > span + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	/* nav */
	nav {
		display: block !important;
	}
	nav .menu > li > a:after {
		display: block;
		content: "";
		width: 34px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -17px;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	nav .menu > li.hover > a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li .subMenu {
		pointer-events: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	/* logo */
	header .logo {
		margin-left: 24px;
	}

	/* nav */
	nav {
		padding: 0 24px;
	}
	nav .menu > li {
		margin-left: 24px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}

	/* logo */
	header .logo {
		width: calc(100% - 96px);
		height: 74px;
		margin: 0 0 0 16px;
	}
	header .logo img {
		max-width: 220px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 88px;
		height: 74px;
		background: #C9C6C1;
		border-radius: 200px 0 0 200px;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 56px;
		height: 40px;
		background: #B7B2A9;
		border-radius: 100px;
		cursor: pointer;
		position: relative;
	}
	.triggers span {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #FFFFFF;
		border-radius: 5px;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(-3px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		transform: translateY(3px) scale(1);
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(1px) rotate(-150deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		transform: translateY(-1px) rotate(150deg);
	}

	/* nav */
	nav {
		display: none;
		justify-content: flex-end;
		align-items: flex-start;
		width: 100%;
		height: calc(100vh - 74px);
		background: url(/wp-content/uploads/nav-bg.jpg) no-repeat left top;
		position: fixed;
		top: 74px;
		left: 0;
		margin: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9990;
	}
	nav .menu {
		display: block;
		height: auto;
		padding: 86px 0 135px;
		position: relative;
		z-index: 2;
	}
	nav .menu > li {
		margin: 48px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 20px;
		line-height: 1.45;
		color: #fff !important;
		text-align: left;
	}
	nav .menu > li > span:before {
		content: "";
		width: 16px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 15px;
		right: 0;
		transition: all .3s;
		box-sizing: border-box;
	}
	nav .menu > li > span:after {
		content: "";
		width: 1px;
		height: 16px;
		background: #fff;
		position: absolute;
		top: 8px;
		right: 8px;
		transition: all .3s;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		opacity: 0;
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 0;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: none;
		padding: 20px 16px 0;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 10px;
		border: none !important;
		width: 100%;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		color: #fff;
	}
	nav .menu > li ul li a > span {
		font-size: 18px;
		letter-spacing: 0.16em;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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


/* =====================================
■コンバージョン
===================================== */
.conversion {
	background: #66D841;
	margin: 0 auto 100px;
	padding-left: 48px;
}
.conversion .inner {
	max-width: 1318px;
	background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center;
	background-size: cover;
	border-left: 85px solid #EDEBE7;
	box-sizing: border-box;
	margin: 0 auto;
}
.conversion .details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 1233px;
	padding: 0 8px 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.conversion .txtWrap {
	width: 38.8%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 35px 30px 30px;
	box-sizing: border-box;
	color: #fff;
}
.conversion .heading {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 49px;
}
.conversion .heading sub {
	display: block;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	margin-top: 23px;
}
.conversion .contactList {
	width: 61.2%;
	padding: 34px;
	box-sizing: border-box;
}
.conversion .contactList ul {
	max-width: 525px;
	margin: 0 auto;
}
.conversion .contactList ul li:not(:first-child) {
	margin-top: 32px;
}
.conversion .contactList img {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.conversion .details:before {
		content: "";
		width: 38.5%;
		height: 100%;
		background: linear-gradient(180deg, #7EC94F 0%, #54DB34 100%);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		opacity: 0.8;
	}
	.conversion .details:after {
		content: "";
		width: 61.5%;
		height: 100%;
		background: linear-gradient(180deg, #78E35F 0%, #5ECC19 100%);
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		opacity: 0.8;
	}
}

@media screen and (max-width: 1270px) and (min-width: 1024px) {
	.conversion {
		padding-left: 24px;
	}
	.conversion .inner {
		border-left: 40px solid #EDEBE7;
	}
}

@media screen and (max-width: 1023px) {
	.conversion {
		background: rgba(111, 188, 63, 0.8);
		margin: 0 auto 100px;
		padding-left: 16px;
	}
	.conversion .inner {
		background: none;
		border-left: 10px solid #EDEBE7;
	}
	.conversion .details {
		background: url(/wp-content/uploads/contact-bg_sp.png) no-repeat center;
		background-size: cover;
		padding: 0;
	}
	.conversion .txtWrap {
		width: 100%;
		flex-direction: column;
		padding: 32px 14px 32px 16px;
		position: relative;
		z-index: 2;
	}
	.conversion .txtWrap:before {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(135deg, #7EC94F 0%, #54DB34 100%);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		opacity: 0.9;
	}
	.conversion .contactList {
		width: 100%;
		padding: 32px 16px;
		position: relative;
		z-index: 2;
	}
	.conversion .contactList:after {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, #78E35F 0%, #5ECC19 100%);
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		opacity: 0.8;
	}
	.conversion .contactList ul li:not(:first-child) {
		margin-top: 21px;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		margin-bottom: 48px;
	}
	.conversion .heading sub {
		margin-top: 20px;
	}
}

@media screen and (max-width: 389px) {
	.conversion {
		margin-bottom: 48px;
	}
	.conversion .txtWrap {
		font-size: 15px;
	}
}

@media screen and (max-width: 374px) {
	.conversion {
		padding-left: 8px;
	}
	.conversion .inner {
		border-left: 5px solid #EDEBE7;
	}
	.conversion .heading {
		font-size: 34px;
	}
	.conversion .txtWrap {
		font-size: 13px;
		letter-spacing: 0.02em;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	background: url(/wp-content/uploads/footer-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 64px 0 128px;
}
#footer .inner {
	width: 100%;
	max-width: 1160px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#footer .logo a {
	display: inline-block;
	max-width: 235px;
}
#footer .access {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.71;
	color: #fff;
	margin-top: 40px;
}
#footer .access p:not(:last-child) {
	margin-bottom: 6px;
}
#footer .access a {
	color: #fff;
}
#footer .sitemap {
	margin-top: 32px;
}
#footer .sitemap a {
	display: inline-block;
	background: none;
	box-shadow: 0 0 0 1px #fff;
	border-radius: 50px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 13px 33px 12px 15px;
	position: relative;
	vertical-align: bottom;
}
#footer .sitemap a:after {
	content: "";
	width: 8px;
	height: 8px;
	background: url(/wp-content/uploads/icon-link_white.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
}
#footer .sitemap a:hover {
	background: #fff;
	color: #666666;
}
#footer .sitemap a:hover:after {
	background-image: url(/wp-content/uploads/icon-link.png);
}
#footer .navlink li a {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.08em;
	color: #fff;
}
#footer .navlink li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	#footer .inner {
		display: grid;
		justify-content: space-between;
	}
	#footer .logo {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}
	#footer .access {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	#footer .sitemap {
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}
	#footer .navlink {
		grid-row: 1 / 4;
		grid-column: 2 / 3;
	}
	#footer .navlink li:not(:first-child) {
		margin-top: 21px;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		background-image: url(/wp-content/uploads/footer-bg_sp.png);
		text-align: center;
		padding: 64px 0;
	}
	#footer .inner {
		padding: 0 16px;
	}
	#footer .navlink {
		margin-top: 40px;
	}
	#footer .navlink ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 32px;
		row-gap: 5px;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
footer .fixedBox {
/* 	width: 539px; */
	width: 78px;
	padding: 8px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9998;
	transition: all 0.5s ease-out;
}
footer .fixedBox ul {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 20px;
	background: linear-gradient(130deg, #78E35F 0%, #5ECC19 100%);
	border-radius: 10px;
/* 	padding: 16px 20px; */
	padding: 9px;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
/* 		width: 100%; */
		width: 78px;
	}
	footer .fixedBox ul {
		column-gap: 16px;
/* 		padding: 9px 20px; */
		padding: 9px;
	}
	footer .fixedBox img {
		opacity: 1 !important;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 30px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}
.elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 16px;
	}
}

/* -------------------------------------
* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
	font-weight: inherit;
}

/* -------------------------------------
* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 30px;
}
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: auto !important;
	vertical-align: bottom;
	background: none;
	box-shadow: 0 0 0 1px #666 !important;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
	color: #666 !important;
	text-align: left;
	padding: 15px 35px 16px 20px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:after,
.btn a:after {
	content: "";
	width: 8px;
	height: 8px;
	background: url(/wp-content/uploads/icon-link.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
}
.elementor-button:hover,
.btn a:hover {
	background: #666666;
	color: #fff !important;
}
.elementor-button:hover:after,
.btn a:hover:after {
	background-image: url(/wp-content/uploads/icon-link_white.png);
}
.elementor-button-content-wrapper {
	justify-content: flex-start;
}

/* -------------------------------------
* 受付時間
------------------------------------- */
.timetable th,
.timetable td {
	background: #EDEBE7;
	line-height: 1;
	letter-spacing: 0;
	color: #7E7C78;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0;
}
.timetable thead th {
	background: #969593;
	color: #fff;
	padding: 10px 0 12px;
}
.timetable thead th:first-child {
	width: 135px;
	font-size: 18px;
}
.timetable tbody th,
.timetable tbody td {
	border-top: 8px solid #fff;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
}
.timetable thead th:last-child,
.timetable tbody td:last-child {
	width: 10%;
	padding-right: 3%;
}

@media screen and (min-width: 768px) {
	.timetable tbody th {
		border-right: 8px solid #fff;
	}
	.timetable thead th:nth-child(2),
	.timetable tbody td:nth-child(2) {
		width: 12%;
		padding-left: 3.8%;
	}
}

@media screen and (max-width: 767px) {
	.timetable th,
	.timetable td {
		font-size: 14px;
	}
	.timetable thead th:first-child {
		width: 90px;
		font-size: 15px;
	}
	.timetable thead th:last-child,
	.timetable tbody td:last-child {
		width: 12%;
	}
}

@media screen and (max-width: 374px) {
	.timetable th,
	.timetable td {
		font-size: 12px;
	}
	.timetable thead th:first-child {
		font-size: 13px;
	}
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 320px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.btn.sp_btn {
    display: none !important;
}
@media screen and (max-width: 767px) {
	.btn.sp_btn {
    display: block !important;
}
	.btn.pc_btn {
		display: none;
	}
}
.copyright {
	color: #fff;
	text-align: left;
	margin-top: 20px !important;
	width: 100%;
	max-width: 1160px;
	padding: 0 30px;
	margin: 0 auto;
	margin-top: 0px;
	box-sizing: border-box;
	position: relative;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.copyright {
		text-align: center;
	}
}