@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{table-layout:fixed;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 {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.5rem;
	letter-spacing: .18em;
	line-height: 1.8;
	color: #19253c;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #858D8A;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #d3809c;
	text-decoration: underline;
	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;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	table-layout: fixed;
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1em;
}
strong {
	font-weight: 700;
}

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

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #88BCB7 !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !important;
	}
}

/* -------------------------------------
Icon fonts
------------------------------------- */
@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;
}

/* 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: 1040px;
	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
===================================== */
header {
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header h1 {
	font-size: 10px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	color: #75847F;
	margin: 13px 0 0 2px;
}

/*--------------------------------------
* wrap
--------------------------------------*/
header .logo {
	float: left;
	width: 35%;
	margin-top: 30px;
}
header .logo img {
	width: 100%;
	max-width: 311px;
	vertical-align: middle;
}
header .inqBox {
	float: right;
	width: 61.2%;
	max-width: 612px;
	margin-top: 30px;
}
header .inqBox > ul > li {
	float: right;
}
header .inqBox > ul > li.headerInq {
	width: 32%;
	max-width: 196px;
}
header .inqBox > ul > li.headerTel,
header .inqBox > ul > li.headerTime{
	width: 33%;
	max-width: 200px;
	margin-right: 1%;
}
header .inqBox > a img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	header .wrap {
		max-width: 1040px;
		padding: 0 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#wrapper {
		padding-top: 65px;
	}
	header {
		position: fixed;
		top: 0;
		background: #fff;
	}
	header.open {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	header h1 {
		display: none;
	}
	header .wrap {
		margin: 0 !important;
	}

	/*--------------------------------------
	* wrap
	--------------------------------------*/
	header .logo {
		width: calc(100% - 100px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 16px;
	}
	header .logo img {
		max-width: 274px;
	}

	/*　toggleMenu　*/
	.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: 20px;
		margin: 23px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #0E1B72;
		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
--------------------------------------*/
nav {
	max-width: 1040px;
	padding: 0 20px;
	margin: 30px auto 20px;
	box-sizing: border-box;
}
nav .menu {
	border-right: 1px solid #94784b;
}
nav .menu > li {
	float: left;
	width: 17%;
	border-left: 1px solid #94784b;
	box-sizing: border-box;
	position: relative;	
}
nav .menu > li:first-child,
nav .menu > li:last-child {
	width: 16%;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	height: 43px;
	font-size: 1.6rem;
	color: #19253c;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	color: #fff;
	background: #94784b;
	text-decoration: none;
}
nav .menu > li ul {
	display: block;
	width: 100%;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.5s;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li a {
	display: block;
	border-top: 1px solid #fff;
	background: #efe7da;
	color: #19253c;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 7px 0;
}
nav .menu > li ul a:hover {
	opacity: 1;
	background: #94784b;
	color: #fff;
	text-decoration: none !important;
}
.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: block !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 990px) {
	header .logo,
	header .inqBox {
		margin-top: 15px;
	}
	nav {
		margin-top: 10px;
	}
	nav .menu > li > a, nav .menu > li > span,
	nav .menu > li ul li a {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #C9D0F9;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
		border: none;
	}
	nav .menu > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px !important;
		line-height: 1.4;
		text-align: left;
		color: #22201E;
		background: #fff;
		text-decoration: none;
		padding: 16px 40px 16px 20px !important;
	}
	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 #0E1B72;
		border-top: 1px solid #0E1B72;
		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;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav .menu > li ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: 99;
	}
	nav .menu > li ul:before,
	nav .menu > li.hover ul:after {
		display: none;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 2px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: #0E1B72 !important;
		color: #fff !important;
		padding: 16px 30px;
		border-top: none !important;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: left;
	}
	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;
	}

	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox {
		background: #EF8AAC;
		padding: 30px;
	}
	.contactBox .tit {
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
	.contactBox img {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px;
	}
	.contactBox {
		padding: 20px;
	}
}

/* =====================================
■コンバージョン
===================================== */
.conversion {
	background: url(/wp-content/uploads/bg_conversion.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.conversion .tit {
	font-size: 3.6rem;
	letter-spacing: .2em;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.conversion .txt {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 2;
	margin-bottom: 50px;
}
.conversion ul li {
	float: left;
	width: calc((100% - 10px) / 2);
	margin-left: 10px;
}
.conversion ul li:first-child {
	margin: 0;
}
.conversion img {
	width: 100%;
}
.conversion a:hover img {
	opacity: 0.9;
}

@media screen and (max-width: 767px) {
	.conversion {
		padding: 40px 0 50px;
	}
	.conversion .tit {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.conversion .txt {
		margin-bottom: 30px;
	}
	.conversion ul {
		max-width: 630px;
		margin: 0 auto;
	}
	.conversion ul li {
		float: none;
		width: 100%;
		margin: 15px 0 0 0;
	}
	.conversion img {
		max-width: 630px;
	}
}

/* =====================================
■FOOTER
===================================== */
#footer {
    background: url(/wp-content/uploads/bg_footer.jpg) center no-repeat;
    background-size: cover;
}
#footer .container {
	padding-top: 55px;
	padding-bottom: 82px;
}
#footer .left_box {
    float: left;
    width: 31%;
}
#footer .logo {
	max-width: 257px;
}
#footer .logo img {
	width: 100%;
}
#footer .right_box {
    float: right;
    width: 60%;
    text-align: left;
}
#footer .right_box dt {
	float: left;
	width: 90px;
}
#footer .right_box dd {
	padding-left: 90px;
	margin-bottom: 4px;
}
#footer .right_box dd:last-child {
	margin-bottom: 0;
}
#footer .link_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	background: #fff;
}
#footer .leadBox {
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background: #5665a3;
	padding: 15px 40px;
	letter-spacing: .1em;	
}
#footer .link_item ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 200px);
	padding: 0 20px;
	box-sizing: border-box;
}
#footer .link_item ul li:not(:last-child) {
	margin-right: 30px;
}
#footer .link_item ul li {
	padding-left: 15px;
	position: relative;
}
#footer .link_item ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #111f71;
    margin-top: -5px;
}
#footer .link_item ul li a {
    color: #19253c;
    font-size: 1.5rem;
    letter-spacing: .1em;
}
.site_guide {
	background: #111f71;
	padding: 15px 0 65px;
}
.site_guide li {
	float: left;
	color: #fff;
	font-size: 1.2rem;
}
.site_guide li:last-child {
	float: right;
}
.site_guide a {
    color: #fff;
    font-size: 1.2rem;
}


@media screen and (max-width: 767px) {
/* 	#footer {
		padding: 0 0 18.8%;
	} */
	#footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#footer .left_box,
	#footer .right_box {
		float: none;
		width: 100%;
	}
	#footer .right_box {
		margin-top: 30px;
	}
	#footer .link_item {
		display: block;
	}
	#footer .leadBox {
		padding: 15px 20px;
	}
	#footer .link_item ul {
		width: auto;
		padding: 20px;
		box-sizing: border-box;
		display: block;
	}
	#footer .link_item ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.site_guide {
		padding-bottom: 17%;
		text-align: center;
	}
	.site_guide li {
		float: none;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
	display: block !important;
	transition: all 0.5s;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1001;
	width: 339px;
}
footer .fixedBox ul li {
	float: left;
	width: 229px;
	box-sizing: border-box;
}
footer .fixedBox ul li:nth-child(2),
footer .fixedBox ul li:last-child {
	width: 50px;
}
footer .fixedBox ul li:last-child {
	float: right;
	margin-left: 10px;
}
footer .fixedBox img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
	}
	footer .fixedBox ul li {
		float: left;
		width: 42.63% !important;
		background: #fff;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	footer .fixedBox ul li:last-child {
		width: 14.74% !important;
		border-right: none;
		margin: 0;
	}
	footer .fixedBox img {
		width: 100%;
	}
}
