@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ明朝 W2 JIS2004", "Hiragino Mincho W2 JIS2004";
	font-size: 15px;
	background: none;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	-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:"] {
	pointer-events: none;
	cursor: text;
}
@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;
}

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

/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1230px;
	padding: 0 30px;
	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;
}

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

/*--------------------------------------
header
--------------------------------------*/
#header {
	background: #fff;
	width: 100%;
	padding: 24px 0px 27px;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
}

/* logo */
#header h1 {
	float: left;
	width: 23%;
}
.page-id-558 #header h1 {
	margin-top: 10px;
}
#header h1 a:hover {
	text-decoration: none;
}
#header .rightbox {
	float: right;
	text-align: right;
	width: 49%;
}
#header .lang {
	display: none;
	text-align: right;
}
.home #header .lang,
.page-id-558 #header .lang {
	display: inline-block;
}
#header .lang li {
	display: inline-block;
}
#header .lang li a {
	text-decoration: none;
	position: relative;
}
#header .lang li.current a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: -5px;
	background: #0c1e47;
	width: 100%;
	height: 2px;
}
#header .lang li a:hover {
	color: #e5005a;
}

/* gnav */
#header .header_menu {
	float: right;
	margin-top: 16px;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-left: 55px;
}
#header .header_menu .g_nav > li:first-child {
	margin: 0;
}
#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	line-height: 1.2;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 12px 0;
	-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 .header_menu .g_nav > li ul {
	pointer-events: none;
	position: absolute;
	top: 90%;
	right: 50%;
	display: block;
	width: 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #cce7df;
	-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-right: -75px;
	border-radius: 7px;
	text-align: center;
	padding: 5px 0;
}
#header .header_menu .g_nav > li.hover ul {
	top: 100%;
}
#header .header_menu .g_nav > li ul li {
	width: 100%;
}
#header .header_menu .g_nav > li ul li a {
	display: block;
	position: relative;
	z-index: 100;
	color: #333;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	font-size: 14px;
	letter-spacing: 0;
	padding: 8px 5px;
	line-height: 1.3;
}
#header .header_menu .g_nav > li ul a:hover {
	color: #01956a;
	text-decoration: none !important;
}

.desktop #header .header_menu .g_nav > li > span:hover + ul,
.desktop #header .header_menu .g_nav > li > span ul:hover,
.desktop #header .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop #header .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet #header .header_menu .g_nav > li > ul {
	display: none;
}
.tablet #header .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet #header .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 .header_menu {
		display: block !important;
	}
	#header .header_menu .g_nav > li ul {
		pointer-events: none;
	}
	#header .header_menu .g_nav > li > a:after,
	#header .header_menu .g_nav> li > span:after {
		content: "";
		position: absolute;
		bottom: 2px;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: #0c1e47;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.desktop #header .header_menu .g_nav > li > a:hover:after,
	.desktop #header .header_menu .g_nav > li > span:hover:after,
	#header .header_menu .g_nav > li.hover > a:after,
	#header .header_menu .g_nav > li.hover > span:after {
		width: 100%;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1061px) {
	#header .header_menu .g_nav > li {
		margin-left: 45px;
	}
	#header .header_menu .g_nav > li:last-child ul {
		right: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#header .container {
		padding: 0 10px;
	}
	#header .header_menu .g_nav > li {
		margin-left: 15px;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		font-size: 14px;
	}
	.page-id-558 #header .header_menu .g_nav > li > a,
	.page-id-558 #header .header_menu .g_nav > li > span {
		letter-spacing: 0.02em;
	}
	#header .header_menu .g_nav > li:last-child ul {
		right: 0;
		margin-right: 0;
	}
}

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

	/* logo */
	#header h1 {
		width: 270px;
		margin: 20px 0 20px 15px;
	}
	.page-id-558 #header h1 {
		margin: 30px 0 20px 15px;
	}
	#header .rightbox {
		width: auto;
		margin: 20px 10px 20px 0;
	}
	#header .lang {
		float: right;
		margin-top: 35px;
	}
	#header .toggleMenu {
		display: block;
	}
	.toggleMenu {
		float: right;
		width: 85px;
		height: 85px;
		background: none;
		text-align: center;
		color: #010101;
		cursor: pointer;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 45px;
		height: 32px;
		margin: 16px auto 0;
		text-align: center;
	}
	.menu-trigger:after {
		content: "MENU";
		display: block;
		font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
		font-size: 14px;
		color: #010101;
		margin-top: 38px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #010101;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 15px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) 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(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}

	#header .right_box,
	#header .g_nav {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin: 0;
	}
	#header .header_menu .g_nav {
		display: block;
		position: absolute;
		width: 100%;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		margin: 0;
		border-top: 1px solid #4d5a78;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 15px 40px 15px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		color: #fff;
		background: #0c1e47;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "\e909";
		display: inline-block;
		font-family: 'icomoon';
		font-size: 18px;
		color: #fff;
		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;
		position: absolute;
		top: 50%;
		right: 15px;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -9px;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: 0 0 0 8px !important;
		display: inline-block;
		vertical-align: middle;
		bottom: 0;
		padding-top: 0;
	}
	#header .header_menu .g_nav > li ul {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		border-radius: 0;
	}
	#header .header_menu .g_nav > li ul:before {
		display: none;
	}
	#header .header_menu .g_nav > li ul li {
		display: none;
		border-top: 1px solid #4d5a78;
	}
	#header .header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 15px 35px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		color: #fff;
		background: #203667;
		border-top: none;
	}
	#header .header_menu .g_nav > li ul li a:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 8px solid #fff;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -3px;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #0c1f47;
		color: #fff;
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

@media screen and (max-width: 480px) {
	#header h1 {
		width: 170px;
	}
	.page-id-558 #header h1 {
		margin: 25px 0 20px 15px;
	}
	#header .lang {
		margin-top: 15px;
	}
	#header .lang li a {
		font-size: 12px;
	}
	.toggleMenu {
		width: 50px;
		height: 50px;
	}
	.menu-trigger {
		width: 26px;
		height: 20px;
		margin: 9px auto 0;
	}
	.menu-trigger:after {
		font-size: 9px;
		margin-top: 25px;
		letter-spacing: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.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(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

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

/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	background: url(/wp-content/uploads/top_bg03.jpg) no-repeat center;
	background-size: cover;
	padding: 82px 0px 74px;
}
.contact_section ul li {
	float: left;
	width: 33.333%; 
}

@media screen and (max-width: 767px) { 
	.contact_section {
		background: url(/wp-content/uploads/top_bg03_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 60px 0;
	}
	.contact_section .inner {
		max-width: 420px;
		margin: 0 auto;
	}
	.contact_section ul li {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background: #f4f5f8;
	background-size: cover;
	padding: 78px 0px 0px;
}
#footer .infoWrap {
	float: left;
	width: 50%;
}
#footer .infoWrap .logo {
	margin-bottom: 41px;
	max-width: 399px;
}
#footer .naviWrap {
	float: left;
	width: 25%;
	padding-left: 30px;
	box-sizing: border-box;
}
#footer .naviWrap .navi_tit {
	font-size: 28px;
	color: #0c1e47;
	font-family: "A1明朝","A1 Mincho";
	line-height: 1.2;
	padding: 2px 0px 24px;
	border-bottom: 1px solid #334a64;
	margin-bottom: 27px;
}
#footer .naviWrap ul li {
	padding-bottom: 14px;
	text-indent: -10px;
	padding-left: 10px;
}
#footer .naviWrap ul li a {
	color: #555555;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
}
#footer .naviWrap ul li a:hover {
	text-decoration: underline;
}
#footer .fBottom {
	background: #7487b3;
	margin-top: 65px;
	padding: 14px 0px 65px;
	font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
	font-size: 12px;
	color: #fff;
}
.page-id-558 #footer .fBottom {
	padding: 14px 0px 75px;
}
#footer .fBottom .sitemap {
	float: left;
}
#footer .fBottom .sitemap a {
	color: #fff;
}
#footer .fBottom .sitemap a:hover {
	text-decoration: underline;
}
#footer .fBottom .copyright {
	float: right;
}
#footer .fixed_box {
	position: fixed;
	right: 2%;
	width: auto;
	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 {
	width: auto;
	float: left;
}
#footer .fixed_box li.line {
	border-right: 1px solid #fff;
}
#footer .fixed_box li.line img {
	height: 52px;
}
#footer .fixed_box li:last-child {
	border-left: 1px solid #fff;
}
.page-id-558 #footer .fixed_box li:last-child {
	border-left: none;
}

@media screen and (max-width: 1114px) and (min-width: 768px) {
	#footer .fBottom {
		padding: 14px 0px 8%;
	}
	#footer .fixed_box {
		right: 0;
		width: 100%;
	}
	#footer .fixed_box ul {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		background: #1dd6b5;
		border-radius: 0 9px 0 0;
	}
	.page-id-558 #footer .fixed_box ul {
		background: none;
	}
	#footer .fixed_box li {
		display: flex;
		align-items: center;
	}
	#footer .fixed_box li.line img {
		height: auto;
	}
	#footer .fixed_box li:not(:last-child) {
		background: #1dd6b5;
	}
	.page-id-558 #footer .fixed_box li:not(:last-child) {
		background: none;
	}
	#footer .fixed_box li:last-child {
		background: #435887;
		border-radius: 0 8px 0 0;
	}
}

@media screen and (min-width: 768px) {
	#wpfront-scroll-top-container {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 60px 0 26%;
	}
	#footer .infoWrap {
		float: none;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	#footer .infoWrap .logo {
		margin: 0 auto 41px;
	}
	#footer .infoWrap .time {
		margin-bottom: 30px;
	}
	#footer .infoWrap ul li {
		color: #0c1e47;
		font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
		font-size: 16px;
	}
	#footer .infoWrap ul li a {
		color: #0c1e47;
	}
	#footer .infoWrap ul li a:hover {
		text-decoration: underline;
	}
	#footer .naviWrap {
		float: none;
		width: 100%;
		max-width: 420px;
		padding-left: 0;
		margin: 30px auto 0;
	}
	#footer .fixed_box {
		right: 0;
		width: 100%;
	}
	#footer .fixed_box li {
		width: 25%;
	}
	.page-id-558 #footer .fixed_box li {
		width: 33.333%;
	}
	#footer .fixed_box li.line {
		width: 100%;
		text-align: right;
		border-right: none;
	}
	#footer .fixed_box li.line img {
		height: 50px;
	}
	#wpfront-scroll-top-container {
		right: 50px !important;
		bottom: 35% !important;
	}
	.page-id-558 #wpfront-scroll-top-container {
		bottom: 28% !important;
	}
}

@media screen and (max-width: 480px) {
	#footer .fixed_box li.line img {
		height: 35px;
	}
	#wpfront-scroll-top-container {
		bottom: 24% !important;
	}
	.page-id-558 #wpfront-scroll-top-container {
		bottom: 20% !important;
	}
}