@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 {
	background: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #4E4944;
	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: #4E4944;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #55AA86;
	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: 374px) {
	.container {
		padding: 0 20px;
	}
}

/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 97px;
	box-sizing: border-box;
}
header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
}

/* logo */
header .logo {
    float: left;
    width: 181px;
    height: 97px;
    display: flex;
    align-items: center;
    margin-left: 24px;
    box-sizing: border-box;
    padding-bottom: 15px;
}
header .logo a {
    line-height: 1;
}
header .logo img {
	width: 100%;
}

/* nav */
nav {
	float: right; 
}
nav .menu {
	height: 97px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-right: 35px;
}
nav .menu > li {
	position: relative;
	margin-left: 49px;
}
nav .menu > li > a,
nav .menu > li > span {	
	display: flex;
	align-items: center;
	width: 100%;
	height: 97px;
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 1.2;
	color: #4E4E4E;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	padding-bottom: 8px;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li sub {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-size: 9px;
    letter-spacing: 0.15em;
    color: #229F78;
	display: block;
	vertical-align: baseline;
	text-align: center;
	margin-top: 9px;
}
nav .menu > li .subMenu {
	display: block;
	width: 296px;
	pointer-events: none;
	position: absolute;
	top: 80%;
	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 #A38845;
    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 li a {
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
    z-index: 2;
    background: #A38845;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 15px 10px 15px 25px;
}
nav .menu > li ul li a:before {
    position: absolute;
    content: '';
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: 12px;
    top: 24px;
}
nav .menu > li ul a:hover {
	opacity: 1;
	text-decoration: underline;
}
nav .menu > li ul li:last-child a {
	border-bottom: none;
}
.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: 100%;
		height: 4px;
		background: #229F78;
		position: absolute;
		left: 0;
		bottom: 0;
		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: 1080px) and (min-width: 768px) {
	nav .menu {
		margin-right: 10px;
	}
	nav .menu > li {
		margin-left: 10px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 70px;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0 !important;
		position: absolute;
		box-shadow: inherit;
	}
	
	/* logo */
	header .logo {
		width: calc(100% - 96px);
		height: 70px;
		margin: 0 0 0 20px;
		padding-bottom: 4px;
	}
	header .logo img {
		max-width: 132px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: block;
		width: 70px;
		height: 70px;
		background: #FFFFFF;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		position: relative;
		width: 23px;
		height: 22px;
		margin: 24px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 10px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active {
		background: none;
	}
	.toggleMenu.active .triggers {
		margin-top: 20px;
		width: 30px;
		height: 30px;
	}
	.toggleMenu.active span {
		background: #FFFFFF;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-18px) rotate(45deg);
		transform: translateY(-18px) rotate(45deg);
	}
	
	/* nav */
	nav {
		display: none;
		width: 100%;
		height: 100%;
		background: #229F78;
		position: fixed;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: scroll;
		z-index: 9998;
	}
	nav .menu {
		display: block;
		height: auto;
		width: 100%;
		padding: 77px 20px 30px;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		box-sizing: border-box;
	}
	nav .menu > li {
		margin: 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		padding: 23px 25px;
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
	}
	nav .menu > li > span:before {
		content: "";
		width: 16px;
		height: 1px;
		background: #A38845;
		position: absolute;
		top: 33px;
		right: 0;
		transition: all .3s;
		box-sizing: border-box;
	}
	nav .menu > li > span:after {
		content: "";
		width: 1px;
		height: 16px;
		background: #A38845;
		position: absolute;
		top: 26px;
		right: 8px;
		transition: all .3s;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
        opacity: 0;
	}
	nav .menu > li sub {
		display: none;
	}
	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;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 0;
		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: 16px;
		letter-spacing: 0.05em;
	}
	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: url(/wp-content/uploads/contact_bgimg.png) no-repeat top center;
	background-size: cover;
	padding: 61px 0 69px;
}
.conversion .txtWrap {
	font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
	color: #FFFFFF;
	text-align: center;
    margin-bottom: 29px;
}
.conversion .txtWrap .heading {
    font-size: 32px;
    letter-spacing: 0.15em;
    line-height: 1.4;
	margin-bottom: 29px;
}
.conversion .txtWrap .txt {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.95;
}
.contactList {
    /* max-width: 830px; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* column-gap: 23px; */
	max-width: 405px;
}

@media screen and (max-width: 767px) {
	.conLink {
		padding: 16px 20px 40px;
	}
	.conLink ul {
		/* max-width: 148px; */
		width: 100%;
		margin: 0 auto;
		display: flex;
		/* column-gap: 12px; */
		max-width: 68px;
	}

	.conversion {
		background: url(/wp-content/uploads/contact_bgimg_sp.png) no-repeat top center;
		background-size: cover;
		padding: 41px 0 40px;
	}
	.conversion .txtWrap {
		margin-bottom: 36px;
	}
	.conversion .txtWrap .heading {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.contactList {
		max-width: inherit;
		display: block;
		padding: 0 7.5px;
	}
	.contactList li:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 374px) {
	.conversion .txtWrap .heading {
		letter-spacing: 0.05em;
		font-size: 22px;
	}
	.conversion .txtWrap .txt {
		letter-spacing: 0;
		font-size: 14px;
	}
	.contactList {
		padding: 0;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #4E4E4E;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 62px 0 117px;
	border-bottom: 50px solid #229F78;
}
#footer .pagetopBtBox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
	z-index: 999;
}
#footer .footerLeftBox {
    width: 52.4%;
    float: left;
}
#footer .footerRightBox {
	width: 42.6%;
	float: right;
	margin-top: 8px;
}
#footer .logo {
    max-width: 181px;
    width: 100%;
}
#footer .address {
    margin-top: 29px;
}
#footer .guild {
    margin-top: 14px;
}
#footer .guild a {
    color: #4E4E4E;
}
#footer .guild a:hover {
    text-decoration: underline;
}
#footer .footerRightBox ul {
    display: flex;
    /* column-gap: 20px; */
}
#footer .footerRightBox ul li:first-child {
	margin-right: 20px;
}
#footer .copyright {
    text-align: right;
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 0 14px;
		border-bottom: 30px solid #229F78;
		line-height: 1.6;
		text-align: center;
	}
	#footer .footerRightBox {
		width: 100%;
		float: none;
		margin-top: 0;
	}
	#footer .footerRightBox ul {
		display: block;
		max-width: 220px;
		width: 100%;
		margin: 0 auto;
	}
	#footer .footerRightBox ul li:first-child {
		margin-right: 0;
	}
	#footer .footerRightBox ul li:not(:first-child) {
		margin-top: 20px;
	}
	#footer .footerLeftBox {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	#footer .logo {
		max-width: 148px;
		margin: 0 auto;
	}
	#footer .address {
		margin-top: 14px;
	}
	#footer .guild {
		margin-top: 13px;
	}
	#footer .copyright {
		text-align: center;
		margin-top: 38px;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
    width: 68px;
    position: fixed;
    right: 31px;
    bottom: inherit !important;
    z-index: 999;
    transition: all 0.5s;
    top: 305px;
}
footer .fixedBox li:not(:first-child) {
    margin-top: 11px;
}
footer .fixedBox li {
    position: relative;
}
footer .fixedBox li:first-child img.fixed_tel_off {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}
.fixed_tel_on {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	max-width: inherit;
	transition: width 0.3s linear !important;
}

@media screen and (min-width: 768px) {
	footer .fixedBox li:hover .fixed_tel_on {
		width: 281px;
	}
	footer .fixedBox li a:hover img {
		opacity: 1;
	}
	footer .fixedBox li:first-child:hover img.fixed_tel_off {
		box-shadow: none;
	}
}
@media screen and (max-width: 767px) {
	footer .fixedBox {
		right: 9px;
		top: inherit;
		bottom: 90px !important;
	}
}