@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
===================================== */
body {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 2em;
	position: relative;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
a {
	color: #666;
	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:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	color: #666;
	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;
	}
}
@media screen and (min-width: 768px) {
	body:not(.custom-background-image):before {
		content: "";
		display: block;
		border-right: 5px solid transparent;
		border-top: 5px solid #00AA94;
		width: 100%;
		height: 0;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	body:not(.custom-background-image):after {
		content: "";
		display: block;
		background: #00AA94;
		width: 5px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9998;
	}
	#wrapper:not(.custom-background-image):before {
		content: "";
		display: block;
		background: #00AA94;
		width: 5px;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9998;
	}
	#wrapper:not(.custom-background-image):after {
		content: "";
		display: block;
		border-bottom: 5px solid #00AA94;
		border-left: 5px solid transparent;
		width: 100%;
		height: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
	}
}

/* =====================================
■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;
}
.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: 960px;
	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;
}
.section_inner {
	width: 960px !important;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) and (min-width: 980px) {
	.container {
		width: 940px;
	}
	.section_inner {
		width: 940px !important;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	.container {
		width: 728px;
	}
	.section_inner {
		width: 728px !important;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 420px;
	}
	.section_inner {
		width: 420px !important;
	}
}
@media screen and (max-width: 479px) {
	.container {
		width: 300px;
	}
	.section_inner {
		width: 300px !important;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#header {
	width: 100%;
}
#header .header_box {
	padding: 39px 0;
}

/* logo */
#header .logo {
	float: left;
	width: 338px;
}
#header .logo img {
	width: auto;
	max-width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}
#header .logo a:hover img {
	opacity: 1;
}

/* gnav */
.header_menu {
	float: right;
}
.header_menu .g_nav > li {
	float: left;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	font-size: 18px;
	line-height: 2.3em;
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 0 10px;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	color: #00aa94;
	padding: 0;
	display: block;
	text-decoration: none;
	position: relative;
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	z-index: 5;
	cursor: pointer;
}
.header_menu .g_nav > li .sf-with-ul:after {
	background: none;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin-left: 0;
    position: absolute;
    right: 45%;
    top: inherit !important;
    border-top: 4px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
}
.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: 42px;
    left: 0;
    display: block;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 170, 148, 0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 99;
    text-align: left;
    padding: 25px 15px;
    min-width: 117px;
}
.header_menu .g_nav > li ul li:not(:first-child) {
	margin-top: 10px;
}
.header_menu .g_nav > li ul li {
	line-height: 1.2;
}
.header_menu .g_nav > li ul li a {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0;
}
.header_menu .g_nav > li ul a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline !important;
}
.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;
	transform: scaleY(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;
	transform: scaleY(1);
}

@media screen and (min-width: 768px) {
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
		background: #fff;
	}
	.header_menu {
		display: block !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
	.tablet .header_menu .g_nav > li.hover:after,
	.tablet .header_menu .g_nav > li.hover:after,
	.desktop .header_menu .g_nav > li.hover:after,
	.desktop .header_menu .g_nav > li.hover:after,
	.header_menu .g_nav > li.hover:after,
	.header_menu .g_nav > li.hover:after {
		display: block;
		content: "";
		position: absolute;
		height: 6px;
		left: 0;
		bottom: 0;
		background: #feaab1;
		width: 100%;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	#header .logo {
		width: auto;
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	#header .header_menu {
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#header .header_menu .g_nav {
		display: block;
		text-align: center;
	}
	#header .header_menu .g_nav > li {
		float: none;
		display: inline-block;
	}
	#header .header_menu .g_nav > li:first-child {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	#header {
		width: 100%;
		height: 60px;
		z-index: 1000;
		background: #fff;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	#header .top_box {
		display: none;
	}
	#header .header_box {
		padding: 0;
	}
	.header_box .container {
		width: 100%;
		padding: 0;
	}
	#header .logo {
		width: 240px;
		float: left;
		margin: 15px 0 0 10px;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		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: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #276FD1;
		border-radius: 5px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) 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(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.header_menu {
		display: none;
		background: #EAF7F4;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}
	.header_menu .inner {
		padding: 30px;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100%;
		margin: 2px 0 0;
		position: relative;
		line-height: 1.4;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		text-align: left;
		color: #22201E;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 22px 40px 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li .sf-with-ul:after {
		display: none;
	}
	.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: #22201E;
		background: #fff;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #78DCE6;
		border-top: 1px solid #78DCE6;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	.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: -8px;
	}
	.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 {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		transform: scaleY(1);
	}
	.header_menu .g_nav > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px !important;
	}
	.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;
		text-align: left;
		color: #fff;
		background: #86E0D6 !important;
		margin-top: 2px;
		padding: 22px 30px 20px;
		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:hover {
		opacity: 1;
	}	
	.header_menu .g_nav > li ul li a > span {
		display: block;
	}
	.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;
	}
	.contact_box {
		background: #123694;
		padding: 30px 20px 20%;
	}
	.contact_box .box_inner {
		max-width: 473px;
		margin: 0 auto;
	}
	.contact_box .contact_tit {
		float: none !important;
		font-size: 24px !important;
		font-weight: bold;
		margin-bottom: 25px !important;
		padding: 0 !important;
		line-height: 1.2;
		color: #fff !important;
		text-align: center;
		font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	}
	.contact_box ul li:not(:first-child) {
		margin-top: 6px;
	}
	.contact_box img {
		max-width: 100%;
	}

}


/*--------------------------------------
FOOTER
--------------------------------------*/
.home #footer {
	padding-top: 50px;
}
.home #footer .footerTop {
	display: none;
}
#footer {
	background: #C3D774;;
	padding: 0 0 60px;
}
#footer .footerTop {
	margin-bottom: 10px;
}
#footer img {
	max-width: 100%;
}
#footer .item_menu {
	width: 52%;
	float: left;
	display: flex;
}
#footer .item_menu ul {
	width: 41%;
	padding-right: 10px;
	box-sizing: border-box;
}
#footer .item_menu ul:last-child {
	width: 59%;
}
#footer .item_menu li:not(:first-child) {
    margin-top: 7px;
}
#footer .item_menu li a {
	color: #fff;
}
#footer .item_menu li a:hover {
	color: #00aa94;
}
#footer .item_menu li a:before {
    content: ">";
    color: #00aa94;
    margin-right: 0.5em;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#footer .item_info {
	width: 48%;
	float: right;
}
#footer .item_info .addr {
	line-height: 1.6em;
	margin: 2em 0 0;
}
#footer .item_info .tel_txt {
	margin: 4px 0 40px;
	font-size: 135.71%;
	font-weight: bold;
	color: #003391;
	line-height: 1.6em;
}
#footer .item_info .tel_txt a {
	color: #003391;
}
.copyright {
	font-size: 10px;
	color: #00aa94;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	text-align: center;
}

#footer .fixed_box {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
	width: 339px;
}
#footer .fixed_box li {
	float: left;
	width: 50px;
}
#footer .fixed_box li:first-child {
	width: 229px;
}
#footer .fixed_box li:last-child {
	float: right;
}
#footer .fixed_box li img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	#footer .item_info li {
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
		text-align: center;
	}
	#footer .item_info li:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
	#footer .item_menu ul {
		width: 45%;
	}
	#footer .item_menu ul:last-child {
		width: 55%;
	}
}


@media screen and (max-width: 767px) {
	#footer {
		position: relative;
		padding-bottom: 20%;
	}
	#footer .item_info {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 35px;
	}
	#footer .item_info li:not(:first-child) {
		margin-top: 10px;
	}
	#footer .item_menu {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	#footer .item_info .addr,
	#footer .item_info .tel_txt {
		display: none;
	}

	#footer .fixed_box {
		width: 100%;
		right: 0;
	}
	#footer .fixed_box li{
		width: 42.63% !important;
		background: #fff;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:last-child {
		width: 14.74% !important;
		border-right: none;
	}
}
@media screen and (max-width: 479px) {
	#footer .item_menu ul {
		width: 50%;
	}
}
