@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
*/
/*　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;
}
/* =====================================
■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";
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #5E5E5E;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	
	/*word-break: break-all;
	line-break: strict;*/
}
.fnt-noto{
	font-family: "Noto Sans JP";
}
.fnt-ship{
	font-family: "Shippori Mincho";
}
body:not(.page-template-page_lp){
background: url('./img/bg.jpg') repeat top left;
}
@media screen and (max-width: 767px) {
	body:not(.page-template-page_lp){
		background-size: auto;
	}
}

a:focus, *:focus {
	outline: none;
}
a {
	color: inherit;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	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;
	-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: 600;
}

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


/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	box-sizing: border-box;
}
/* body:not(.home) #wrapper {
padding-top: 74px;
} */
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
	padding: 15px 13px 0 24px;
	box-sizing: border-box;
}

/* logo */
header .logo {
	width: 324px;
	height: 61px;
	display: flex;
	align-items: center;
	padding: 0 0 5px;
	box-sizing: border-box;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

/* nav */
nav {
	float: right; 
}
nav .menu {
	height: 74px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
}
nav .menu > li {
	margin-left: 28px;
	/* position: relative; */
}
nav .menu > li:first-child {
	margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 32px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
	color: #FFF;
	cursor: pointer;
	text-decoration: none !important;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
	font-size: 15px;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li a span {
	color: #333;
}
nav .menu > li .subMenu {
	display: block;
	width: 94vw;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0px;
	/* transform: translateX(-50%); */
	padding-top: 12px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
	box-sizing: border-box;
	background: #F3E5E2;
	padding: 20px 10% 30px;
}
nav .menu > li.hover .subMenu:before {
	/* content: ""; */
	border-bottom: 12px solid #203B75;
	border-left: 6px solid transparent;
	border-right: 6px 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: -37px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
nav .menu > li ul {
	background: none;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	width: fit-content;
	min-width: 25vw;
	margin-right: 4%;
	max-width: 400px;
}
nav .menu > li ul li:not(:first-child) {
	/* margin-top: 1px; */
}
nav .menu > li ul li.li01 {
	margin-top: 0;
}
nav .menu > li ul li a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	color: #5E5E5E;
	text-align: left;
	padding: 4px 0px 4px 24px;
	position: relative;
	z-index: 2;
	font-weight: 600;
}
nav .menu > li ul li a::before{
	content: '';
	position: absolute;
	top:50%;
	left: 0px;
	width: 13px;
	height: 5px;
	transform: translateY(-50%);
	background: url('./img/arrow_menu1.png') center/cover;
}
nav .menu > li ul a:hover {
	opacity: .7;
	text-decoration: 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);
	text-decoration: none;
	opacity: .7;
}
.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;
}

/* conversion */
header .headTel a {
	display: block;
	width: 245px;
	background: linear-gradient(227deg, #C02BC6 0%, #413BE0 100%);
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 7px 5px 3px;
}
header .headTel a span {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-shadow: 0 .15px 0 #fff;
	padding-left: 26px;
	position: relative;
}
header .headTel a span:before {
	content: "";
	width: 13px;
	height: 24px;
	background: url(/wp-content/uploads/icon-tel.png) no-repeat left top;
	background-size: 13px 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(calc(-50% - 1px));
}
header .headInq a {
	display: block;
	width: 139px;
	height: 36px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 2;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-style: normal;
}
header .headInq a:hover {
	opacity: 0.8;
}
header .headInq a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #203B75;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	header .wrap {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	header .logo {
		width: 24.6%;
		max-width: 416px;
		box-sizing: border-box;
		padding-top: 15px;
	}
	/* nav */
	nav {
		display: block !important;
	}
	nav .menu > li > a:after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		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;
	}
	header .wrap nav {
		width: 70%;
		padding-right: 30px;
		box-sizing: border-box;
	}
	nav {
		float: none;
	}
	/* conversion */
	header .headTel {
		position: absolute;
		right: 0;
		top: 0;
	}
	header .headInq {
		height: 74px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 316px;
	}
	header .wrap .header_right {
		width: 83.4%;
		max-width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	header .wrap .header_right .header_tel {
		font-size: 26px;
		line-height: 60.6px;
		letter-spacing: 0;
		font-family: "Zen Kaku Gothic Antique", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
	}
	header .wrap .header_right .web {
		margin-left: 19px;
	}
}

@media screen and (max-width: 1282px) and (min-width: 1200px) {
	/* logo */
	header .logo {
		width: 21.6%;
	}

	/* nav */
	header .wrap nav {
		padding-right: 20px;
	}
	nav .menu > li {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1328px) and (min-width: 1025px) {
	/* logo */
	header .logo {
		width: 20%;
	}

	/* nav */
	header .wrap nav {
		padding-right: 20px;
	}
	header .wrap .header_right .header_tel {
		font-size: 22px;
	}
	header .headInq a {
		width: 110px;
	}
	nav .menu > li {
		margin-left: 15px;
	}
}
@media screen and (max-width: 1100px) and (min-width: 1025px) {
	nav .menu > li > a, nav .menu > li > span {
		font-size: 11px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	header {
		padding: 15px 15px 0 15px;
	}
	/* logo */
	header .logo {
		width: 20%;
	}
	/* nav */
	header .wrap nav {
		padding-right: 10px;
	}
	header .headInq {
		max-width: 216px;
	}
	header .wrap .header_right .header_tel {
		font-size: 18px;
	}
	header .headInq a {
		width: 90px;
		font-size: 14px;
		height: 30px;
		line-height: 2;
	}
	header .wrap .header_right .web {
		margin-left: 10px;
	}
	nav .menu > li {
		margin-left: 10px;
	}
	nav .menu > li > a, nav .menu > li > span {
		font-size: 11px;
		letter-spacing: -0.02em;
	}
	header .wrap .header_right {
		padding-left: 10px;
		width: 79%;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		position: relative;
	}
	body.noscroll #wrapper:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: url(/wp-content/uploads/conversion_bg.jpg) no-repeat;
		background-size: cover;
		top: 0;
		left: 0;
		z-index: 999;
	}
	body:not(.home) #wrapper {
		padding-top: 0px;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0 !important;
		position: absolute;
		box-shadow: inherit;
		background: none;
		padding: 0px 20px 0 20px;
	}
	/* 	body:not(.home) header {
	background: #fff;
} */
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		/* 		background: url(/wp-content/uploads/conversion_bg.jpg) no-repeat;
		background-size: cover; */
	}

	/* logo */
	header .logo {
		width: calc(100% - 96px);
		height: 60px;
		align-items: center;
		margin: 0;
		padding: 0 0 4px;
		position: relative;
		z-index: 9999;
	}
	header .logo img {
		max-width: 240px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		background: #203B75;
		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-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 21px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 25px;
		height: 3px;
		background: #fff;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(15px) scale(1);
	}
	.triggers span:nth-of-type(3) {
		transform: translateY(-15px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		position: relative;
	}
	.triggers span:nth-of-type(2):before,
	.triggers span:nth-of-type(2):after {
		display: block;
		content: "";
		width: 25px;
		height: 3px;
		background: #fff;
		position: absolute;
		top: 0px;
		right: 0;
		transform: rotate(0deg);
		transition: all .3s;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		width: 25px;
		background: none;
	}
	.toggleMenu.active .triggers span:nth-of-type(2):before {
		width: 100%;
		height: 3px;
		transform: rotate(45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2):after {
		width: 100%;
		height: 3px;
		transform: rotate(-45deg);
	}

	/* nav */
	nav {
		display: none;
		width: 100%;
		height: calc(100vh - 60px);
		/* 		background: url(/wp-content/uploads/conversion_bg.jpg);
		background-size: cover; */
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9998;
	}
	nav .menu {
		display: block;
		height: auto;
		margin: 0;
		padding: 0px;
	}
	nav .menu > li {
		margin: 2px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		padding: 19px 40px 19px 20px !important;
		font-size: 16px;
		line-height: 1.4;
		color: #000 !important;
		text-align: center;
	}
	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: #000;
} */
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 22px;
		transform: rotate(45deg);
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		padding: 0;
	}
	nav .menu > li > a > span:before,
	nav .menu > li > span > span:before,
	nav .menu > li > a > span:after,
	nav .menu > li > span > span:after {
		display: none !important;
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 16px 0px 0px 5px;
		pointer-events: all;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: #FFF;
		border-radius: 0;
		padding: 0px;
	}
	nav .menu > li ul li {
		display: none;
		border: none !important;
		width: 100%;
	}
	nav .menu > li ul li:not(:first-child) {
		margin-top: 10px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: none !important;
		padding: 2px 0 2px 10px;
		text-align: left;
		color: #5E5E5E;
		font-weight: 400;
		font-family: "Noto Sans JP";
		position: relative;
		line-height: 1.2;
	}
	nav .menu > li ul li a:before {
		left: 0;
		width: 4px;
		height: 4px;
		background: #A16B5F;
		border-radius: 50%;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		text-align: left;
	}
	nav .menu > li ul li a span {
		color: #5E5E5E  !important;
		font-size: 16px;
		font-weight: 400;
	}
	nav .menu > li ul li a span:hover {
		opacity: 0.8;
		text-decoration: underline;
	}

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

	/* conversion */
	header .conversion {
		background: url(/wp-content/uploads/conversion_bottom.jpg) no-repeat;
		background-size: cover;
		padding: 30px 0;
	}
	header .conversion img {
		width: 100%;
	}
	header .conversion .title {
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-style: normal;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: 0.06em;
	}
	header .headTel a {
		border-radius: 30px;
		margin: 0 auto;
	}
	header .headInq a {
		height: auto;
		font-size: 18px;
		line-height: 1;
		padding: 12px 5px;
		margin: 0 auto;
	}
	header .headInq a:after {
		display: none;
	}

}


/* =====================================
■コンバージョン
===================================== */
/* -------------------------------------
* バナー
------------------------------------- */
#banner {
	padding: 16px 0 96px;
}
#banner ul {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 30px;
}

@media screen and (max-width: 767px) {
	#banner {
		padding: 0 0 50px;
	}
	body.category #banner,
	body.single #banner,
	body.search #banner {
		display: none;
	}
	#banner ul {
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 30px;
	}
}


/* -------------------------------------
* お問い合わせ
------------------------------------- */
#conversion_footer,#conversion_footer_lp {
	background: url(/wp-content/uploads/conversion_bg-scaled.png) no-repeat;
	background-size: cover;
	padding: 50px 0 63px;
}
#conversion_footer .inner,#conversion_footer_lp .inner {
	max-width: 1040px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
#conversion_footer .tit,#conversion_footer_lp .tit {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
#conversion_footer ul {
	display: flex;
	column-gap: 20px;
}
#conversion_footer_lp ul {
	display: flex;
	margin:0 auto;
	margin-top: 25px;
}
@media screen and (min-width: 767px) {
	#conversion_footer_lp ul {
		max-width:50%;
	}
}
@media screen and (max-width: 767px) {
	#conversion_footer .tit,#conversion_footer_lp .tit {
		font-size: 24px;
		line-height: 1.5;
	}
	#conversion_footer ul,#conversion_footer_lp ul {
		display: block;
	}
	#conversion_footer ul li:first-child {
		margin-bottom: 20px;
	}
}
/* =====================================
■FOOTER
===================================== */
footer {
	background: #fff;
	padding: 20px 0px 87px;
	color: #5E5E5E;
}
footer .nner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
footer .nner .left img {
	max-width: 400px;
}
footer .nner .left p {
	line-height: 1.5;
	margin-top: 56px;
}
footer .nner .left p.sitemap {
	margin-top: 46px;
	margin-bottom: 10px;
}
footer .nner .left p.sitemap a {
	color: #fff;
	font-size: 15px;
	position: relative;
}
footer .nner .left p.sitemap a sub {
	font-size: 9px;
	padding-left: 6px;
	position: absolute;
	content: "";
	top: 4px;
}
footer .left address {
	font-size: 10px;
}
footer .nner .left {
	width: 55%;
	padding-right: 20px;
	box-sizing: border-box;
}
footer .nner .right {
	width: 45%;
}
footer .nner .right .title {
	font-size: 21px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	position: relative;
}
footer .nner .right .title:before {
	position: absolute;
	content: "";
	width: calc(100% - 81px);
	height: 1px;
	background: #fff;
	right: 0;
	top: 19px;
}
footer .nner .right ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	width: 55%;
}
footer .nner .right ul li {
	width: calc((100% - 30px) / 2);
	box-sizing: border-box;
}
footer .nner .right ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 15px;
	color: #fff;
}
footer .nner .right ul li a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: url(/wp-content/uploads/menu_icon-1.png) no-repeat;
	background-size: cover;
	left: 0;
	top: 13px;
}
footer .nner .right div {
	margin-top: 50px;
}
footer .nner .right div img {
	max-width: 454px;
	width: 100%;
}
footer .nner .right div a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	footer .nner .right ul {
		width: 75%;
	}
	footer .nner .left img {
		max-width: 340px;
	}
}
@media screen and (max-width: 767px) {
	footer .nner {
		display: block;
	}
	footer .nner .left {
		width: 100%;
		padding-right: 0;
	}
	footer .nner .right {
		width: 100%;
	}
	footer .nner .left img {
		max-width: 400px;
		width: 100%;
	}
	footer .nner .right ul {
		width: 100%;
	}
	footer .nner .right {
		width: 100%;
		margin-top: 30px;
	}
	footer {
		padding: 50px 20px 100px;
	}
	footer .nner .left p {
		margin-top: 20px;
	}
	footer .nner .left p.sitemap {
		margin-top: 0;
	}
	footer .nner .right address {
		margin-top: 19px;
		font-size: 10px;
	}
	footer .nner .right div {
		margin-top: 30px;
	}
}
/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
	width: 64px;
	position: fixed;
	right: 0;
	bottom: 0px !important;
	z-index: 9997;
	transition: all 0.5s;
}
footer .fixedBox ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
footer .fixedBox ul li a {
	display: block;
}
footer .fixedBox img {
	width: 100%;
	opacity: 1 !important;
}

@media screen and (min-width: 767px) {
	.btn.btn_witdh{
		text-align:center;
	}
	.btn.btn_witdh a{
		max-width:400px !important;
	}
}
@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
	}
	.btn.btn_witdh a{
		max-width:100% !important;
	}
	footer .fixedBox ul{
		flex-direction: row;
	}
}

.link0722{
	background: #dfeaf3;
	padding: 15px;
}

.link0722 li{
	float: left;
	margin-right: 15px;
}

/* custom */
 body:not(.page-template-page_lp) header{
	position: absolute;
	top: 40px;
	width: 94vw;
	left: 3vw;
	background: rgba(255,255,255,.72);
	box-sizing: border-box;
	padding: 0px !important;
	backdrop-filter: blur(8px);
 }
 body:not(.page-template-page_lp) header .logo{
	width: 240px;
	padding: 5px 0px !important;
	height:unset;
 }
 body:not(.page-template-page_lp) header nav .menu > li > a, body:not(.page-template-page_lp) header nav .menu > li > span{
	font-size: 14px;
	height: 80px;
	color: #5E5E5E;
	font-weight: 500 ;
 }
 body:not(.page-template-page_lp) header nav .menu > li > a::after, body:not(.page-template-page_lp) header nav .menu > li > span::after{
	display: none;
 }
  body:not(.page-template-page_lp) header nav .menu > li > a:hover, body:not(.page-template-page_lp) header nav .menu > li > span:hover{
	opacity: .7;
  }
 body:not(.page-template-page_lp) header nav .menu{
	height: 80px;
 }
 body:not(.page-template-page_lp) header nav .menu > li a span{
	color: #5E5E5E;
 }
/*   body:not(.page-template-page_lp) header nav .menu > li > .parent{
	color: #A16B5F;
  } */
 body:not(.page-template-page_lp) header .wrap nav{
	width: 100% !important;
 }
 body:not(.page-template-page_lp) header .wrap{
	padding: 0px 2%;
 }
 @media screen and (min-width: 768px) and (max-width: 1120px) {
	 body:not(.page-template-page_lp) header nav .menu > li > a, body:not(.page-template-page_lp) header nav .menu > li > span{
		font-size: 13px;
	 }
	 
 }
 @media screen and (min-width: 768px) and (max-width: 950px){
	body:not(.page-template-page_lp) header .wrap{
		flex-wrap: wrap;
	}
	body:not(.page-template-page_lp) header .wrap .header_right{
		margin-left: auto;
		width: 95%;
		margin-top: 12px;
	}
	body:not(.page-template-page_lp) header .logo{
		padding-top: 14px !important;
	}
	body:not(.page-template-page_lp) header nav .menu{
		width: 100%;
		justify-content: space-between;
	}
	 body:not(.page-template-page_lp) header nav .menu > li > a, body:not(.page-template-page_lp) header nav .menu > li > span{
		height: 50px;
	 }
	 body:not(.page-template-page_lp) header nav .menu{
		height: 50px;
	 }
 }
 @media screen and (min-width: 768px) and (max-width: 950px){

 }
 @media screen and (max-width: 767px) {
	body:not(.page-template-page_lp){
        padding-top: 64px;
    }
	body:not(.page-template-page_lp) header{
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		padding: 15px 3% 17px !important;
	}
	body:not(.page-template-page_lp) header .logo{
		width: 155px;
		padding: 0px !important;
	}
	body:not(.page-template-page_lp) .toggleMenu{
		width: 64px;
		height: 64px;
		background: none;
	}
	body:not(.page-template-page_lp) header nav .menu{
		height: unset;
		padding: 32px 30px 42px;
	}
	body:not(.page-template-page_lp) header .wrap nav{
		background: #F7F7F6;
	}
	body:not(.page-template-page_lp) nav{
		top: 64px;
		height: calc( 100vh - 64px);
	}
	body:not(.page-template-page_lp) header nav .menu > li{
		margin-bottom: 24px;
	}
	body:not(.page-template-page_lp) header nav .menu > li > a, body:not(.page-template-page_lp) header nav .menu > li > span{
		font-size: 20px;
		font-weight: 600;
		color: #A16B5F !important;
		padding: 0px !important;
		line-height: 1.6;
		text-align: left;
		height: unset;
	}
	body:not(.page-template-page_lp) header nav .menu > li > a.active, body:not(.page-template-page_lp) header nav .menu > li > span.active{
		text-decoration: underline !important;
		text-decoration-thickness: 1px !important;
		text-underline-offset: 3px;
		text-decoration-color: #A16B5F !important;
	}
	body:not(.page-template-page_lp) header nav .menu > li a span{
		color: #A16B5F;
	}
	header nav .menu > li .subMenu{
		display: block !important;
		background: none;
		opacity: 1;
	}
	nav .menu > li ul{
		max-width: unset;
		margin-right: 0px;
		width: 100%;
		background: none;
		opacity: 1;
	}
    nav .menu > li ul+ ul{
    	margin-top:10px
    }
	nav .menu > li ul li{
		display: block;
	}
	body:not(.page-template-page_lp) header .conversion{
		background: url('./img/menu_bg.jpg') center/cover;
		color: #fff;
		padding: 56px 30px;
	}
	body:not(.page-template-page_lp) header .conversion .title{
		text-align: left;
		font-size: 40px;
		font-weight: 500;
		line-height: .8;
		position: relative;
	}
	body:not(.page-template-page_lp) header .conversion .title::before{
		content: '';
		position: absolute;
		top: 59%;
		left: 0px;
		width: 32px;
		height: 3px;
		background: url('./img/line_deco1.png') center/cover;
	}
	body:not(.page-template-page_lp) header .conversion .title span{
		font-size: 15px;
	}
	body:not(.page-template-page_lp) header .conversion h3{
		font-size: 24px;
		font-weight: 600;
		margin: 32px 0px 8px;
	}
	body:not(.page-template-page_lp) header .conversion .menu-txt{
		font-size: 16px;
		font-weight: 600;
		line-height: 1.6;
	}
	body:not(.page-template-page_lp) header .conversion .headInq a{
		width: 100%;
		padding: 12px 0px;
	}
	
 }

  .toggle .toggle-link{cursor:pointer;position:relative}
 .toggle .toggle-main{display:none}
 .toggle.active .toggle-main{display:block}

 .txt-vertical {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
   .txt-vertical .txt-latin {
    cursor: vertical-text; /*direction:rtl;*/
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
 @media screen and (min-width: 768px) {
	
	 .txt-vertical-pc {
			cursor: vertical-text;
			writing-mode: vertical-rl;
			-o-writing-mode: vertical-rl;
			-ms-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			-moz-writing-mode: vertical-rl;
			-webkit-writing-mode: vertical-rl;
			text-orientation: upright;
			word-wrap: break-word;
		}
		 .txt-vertical-pc .txt-latin {
			cursor: vertical-text; /*direction:rtl;*/
			writing-mode: vertical-rl;
			-o-writing-mode: vertical-rl;
			-ms-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			-moz-writing-mode: vertical-rl;
			-webkit-writing-mode: vertical-rl;
			text-orientation: sideways-right;
			-o-text-orientation: sideways-right;
			-ms-text-orientation: upright;
			-ms-text-orientation: sideways-right;
			-moz-text-orientation: sideways-right;
			-webkit-text-orientation: sideways-right;
		}
 }
 #conversion_footer{
	background: url(./img/contact_bg.jpg) center/cover;
	color: #fff;
	padding: 64px 0px;
 }
 #conversion_footer h2{
	font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    
    & >span{
        position: relative;
       
    }
 }
#conversion_footer h2 span{
	font-size: 48px;
	display: inline-block;
	line-height: 1.1;
	margin-bottom: 8px;
	position: relative;
}
 #conversion_footer h2 >span::before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: -5px;
	width: 3px;
	height: 32px;
	background: url('./img/line_deco2.svg') center/cover;
	z-index: 1;
}
 #conversion_footer .contact-row{
	display: flex;
	justify-content: space-between;
 }
 #conversion_footer .contact-box{
	width: 88%;
	margin: 25px 0px 0px;
 }
 #conversion_footer h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;

 }
 #conversion_footer .contact-txt{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin: 8px 0px 40px;
 }
 #conversion_footer .contact-banner{
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: center;
 }
 @media screen and (max-width: 767px) {
	#conversion_footer{
		background-image: url('./img/contact_bg_sp.jpg');
		padding: 56px 0px 64px;
	}
	#conversion_footer h2 span{
		font-size: 40px;
	}
	 #conversion_footer h2 >span::before{
		background-image: url('./img/line_deco3.svg');
		width: 32px;
		height: 3px;
		bottom: -4px;
		left: 0px;
		top: auto;
	 }
	#conversion_footer .contact-row{
		display: block;
	}
	#conversion_footer .contact-box{
		width: 100%;
		margin: 32px 0px 0px;
	}
	#conversion_footer .contact-banner{
		display: block;
	}
	#conversion_footer .contact-banner li + li{
		margin-top: 16px ;
	}
	#conversion_footer{

	}
 }

.btn-sec a {
  position: relative;
  width: 100%;
  max-width: 360px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.btn-sec a span {
  flex-shrink: 0;
  position: relative;
    top: -2px;
}
.btn-sec a .line {
  flex: 1;
  position: relative;
  height: 1px;
  background: #A16B5F;
}
.btn-sec a .line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #A16B5F;
  border-radius: 50%;
  transform: translateY(-50%);
}
.btn-sec a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-sec a:hover {
    opacity: 1;
  }
}
footer .footer-listbanner{
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 64px;
	gap: 22px;
}
footer .footer-row1{
	display: flex;
	justify-content: space-between;
	
}
footer .footer-nav{
	width: 288px;
	margin: 0px 6% 0px 4%;
}
footer .footer-nav li a{
	font-size: 16px;
	margin-bottom: 24px;
}
footer .footer-box1{
	width: 330px;
}
footer .footer-logo{
	width: 228px;
	margin: 0px 0px 24px;
}
footer .footer-txt1{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}
footer .footer-txt1 p{
	margin-bottom: 0px;
}
footer .footer-txt1 p +p{
	margin: 24px 0px 0px;
}
footer .footer-row2{
	display: flex;
	justify-content: space-between;
	margin: 74px 6% 0px 0px;
	align-items: center;
}
footer address{
	font-size: 10px;
}
footer .footer-btn a{
	width: 288px;
	margin: 0px ;
}
@media screen and (min-width: 767px) {
	.home #sec4 h2 {
    top: 50px !important;
}
	#mainimage .container h1 {
	font-size:50px !important;
	}
	h3.elementor-heading-title{
	font-size:35px !important;
	}
}
@media screen and (max-width: 767px) {
	footer .footer-listbanner{
		display: block;
		margin-bottom: 40px;
	}
	footer .footer-row1{
		display: block;
	}
	footer .footer-nav{
		width: 100%;
		margin: 0px 0px 64px;
	}
	footer .footer-box1{
		width: 100%;
	}
	footer .footer-logo{
		width: 228px;
		margin: 0px 0px 24px;
	}
	footer .footer-row2{
		display: block;
		margin: 80px 0px 0px;
	}
	footer .footer-btn a{
		width: 144px;
		margin: 30px 0px 20vw;
	}
}
.page-item-1849{
	display:none;
}
body:not(.page-template-page_lp) header {
  position: fixed;
  transition: transform 0.3s ease;
}

body:not(.page-template-page_lp) header.hide {
  transform: translateY(-100%);
    top: -100px;
    left: 0;
}