@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
------------------------------------- */
body {
	background: #FFFDF4;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.18em;
	color: #323232;
	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: #323232;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #533758;
	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 {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 15px;
}
strong {
	font-weight: 700;
}
br {
	line-height: initial;
}

/*　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) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		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;
	overflow: hidden;
}
.overflowHidden {
	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;
}
.tab_sp {
	display: none;
}

@media screen and (max-width: 1000px) {
	.tab_sp {
		display: block !important;
	}
}

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

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

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


/* =====================================
■HEADER
===================================== */
body.noscroll {
	overflow-y: hidden !important;
	height: 100% !important;
}
header {
	width: 100%;
	position: relative;
	transition: all 0.5s;
}
header .wrap {
	background: #FFFDF4;
	padding: 0 48px;
	position: relative;
	z-index: 1001;
}
header .catchword {
	display: inline-block;
	background: #796F50;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	padding: 7px 20px;
}
header .headBox {
	float: left;
	display: flex;
	align-items: center;
	margin-top: 56px;
}
header .logo {
	max-width: 300px;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}
header .access {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #796F50;
	margin-left: 24px;
	padding-left: 24px;
	position: relative;
	top: -1px;
}
header .access:before {
	content: "";
	width: 1px;
	height: 21px;
	box-shadow: -1px 0 0 #796F50;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
}
header .access em {
	font-size: 24px;
	position: relative;
	top: 1px;
}

header .contactBox {
	max-width: 439px;
	position: absolute;
	right: 48px;
}
header .contactBox ul {
	display: flex;
	align-items: center;
}

header .rightBox {
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 61px 8px 0 0;
}
header .tel {
	max-width: 289px;
	padding-right: 40px;
	margin-right: 40px;
	position: relative;
}
header .tel:before {
	content: "";
	width: 1px;
	height: 29px;
	box-shadow: -1px 0 0 #796F50;
	position: absolute;
	right: 0;
	top: calc(50% - 17px);
}

/* toggleMenu */
.toggleMenu {
	width: 54px;
	height: 32px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 9998;
}
.triggers,
.triggers span {
	transition: all .5s;
	box-sizing: border-box;
}
.triggers {
	width: 32px;
	height: 26px;
	cursor: pointer;
	position: relative;
	margin-top: 1px;
}
.triggers span {
	display: block;
	width: 32px;
	height: 2px;
	background-color: #796F50;
	border-radius: 5px;
}
.triggers span:nth-of-type(2) {
	transform: translateY(10px);
}
.triggers span:nth-of-type(3) {
	transform: translateY(20px);
}
.toggleMenu.active .triggers span:nth-of-type(1) {
	transform: translateY(11px) rotate(-135deg);
}
.toggleMenu.active .triggers span:nth-of-type(2) {
	opacity: 0;
}
.toggleMenu.active .triggers span:nth-of-type(3) {
	transform: translateY(7px) rotate(135deg);
}

@media screen and (min-width: 768px) {
	header .wrap:before {
		content: "";
		width: calc(849 / 1366 * 100vw);
		height: 100%;
		background: #FAF4E4;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	header .catchword {
		position: absolute;
		left: 48px;
		top: 16px;
	}
	body:not(.home) header .headBox {
		margin-bottom: 10px;
	}

	/* toggleMenu */
	.toggleMenu:after {
		content: "MENU";
		font-family: "Spectral", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0;
		color: #796F50;
		writing-mode: vertical-rl;
		position: absolute;
		right: 0;
		top: -2px;
	}
	.toggleMenu.active:after {
		color: #fff;
	}
	.toggleMenu.active .triggers span {
		background-color: #fff;
	}
}

@media screen and (max-width: 1100px) and (min-width: 1024px) {
	header .wrap {
		padding: 0 30px;
	}
	header .catchword {
		left: 30px;
	}
	header .logo {
		max-width: 280px;
	}
	header .contactBox {
		max-width: 399px;
		right: 30px;
	}
	header .tel {
		max-width: 249px;
	}
}

@media screen and (max-width: 1023px) {
	header .wrap {
		padding: 0 20px;
	}
	header .catchword {
		left: 20px;
	}
	header .logo {
		max-width: 200px;
	}
	header .access {
		font-size: 13px;
		margin-left: 16px;
		padding-left: 16px;
		top: 0;
	}
	header .access:before {
		height: 38px;
		top: 0;
	}
	header .access span {
		display: block;
		font-size: 17px;
		text-align: right;
		margin-left: 39px;
		margin-top: -3px;
	}
	header .access em {
		font-size: 28px;
		letter-spacing: -3px;
		margin-left: -3px;
		position: relative;
		top: 1px;
	}
	header .contactBox {
		max-width: 329px;
		right: 20px;
	}
	header .rightBox {
		margin-top: 52px;
	}
	header .tel {
		max-width: 219px;
		padding-right: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	header .wrap {
		padding: 0;
	}
	header .catchword {
		display: block;
	}
	header .headBox {
		float: none;
		margin: 16px 0;
		padding: 0 20px;
	}
	header .rightBox {
		margin-top: 0;
	}

	/* toggleMenu */
	.toggleMenu {
		width: 48px;
		height: 48px;
		background: #AC7D42;
		border-radius: 50%;
		position: fixed;
		top: 8px;
		right: 8px;
	}
	.triggers {
		width: 19px;
		height: 16px;
		margin: 16px auto 0;
	}
	.triggers span {
		width: 19px;
		background-color: #fff;
	}
	.triggers span:nth-of-type(2) {
		transform: translateY(5px);
	}
	.triggers span:nth-of-type(3) {
		transform: translateY(10px);
	}
	.toggleMenu.active .triggers {
		width: 32px;
		height: 26px;
		margin: 11px auto 0;
	}
	.toggleMenu.active .triggers span {
		width: 32px;
		height: 1px;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(12px) rotate(-135deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		transform: translateY(10px) rotate(135deg);
	}
}

@media screen and (max-width: 389px) {
	header .logo {
		max-width: 180px;
	}
}

@media screen and (max-width: 374px) {
	header .catchword {
		padding: 6px 10px 7px;
	}
	header .headBox {
		padding: 0 10px;
	}
	header .logo {
		max-width: 160px;
	}
	header .access {
		font-size: 12px;
		margin-left: 14px;
		padding-left: 14px;
	}
	header .access span {
		font-size: 15px;
		margin-left: 35px;
		margin-top: 0;
	}
	header .access em {
		font-size: 25px;
	}
}


/* -------------------------------------
nav
------------------------------------- */
nav.openfixed {
	background: #796F50;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s linear;
	pointer-events: none;
	z-index: 9990;
}
nav.openfixed.open {
	opacity: 1;
	transition: opacity 0.3s linear;
	pointer-events: auto;
}
nav.openfixed .inner {
	width: 100%;
	height: 100%;
	background: #585345;
	position: relative;
	z-index: 2;
}
nav.openfixed .menuBox {
	width: 53%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 48px;
	row-gap: 35px;
	padding: 72px 40px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}
nav.openfixed * {
	scrollbar-color: #d1d1d1 transparent;
	scrollbar-width: none;
}
nav.openfixed *::-webkit-scrollbar {
	width: 8px;
}
nav.openfixed *::-webkit-scrollbar-track {
	background: transparent;
}
nav.openfixed *::-webkit-scrollbar-thumb {
	background-color: #fff;
	border: 3px solid transparent;
	border-radius: 20px;
}
nav.openfixed .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	row-gap: 35px;
}
nav.openfixed .menu li a,
nav.openfixed .menu > li > span {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.08em;
	color: #fff;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
}
nav.openfixed .menu > li > a,
nav.openfixed .menu > li > span {
	font-size: 20px;
	line-height: 1.4;
}
nav.openfixed .subMenu {
	margin-top: 18px;
}
nav.openfixed .subMenu li {
	padding-left: 16px;
	position: relative;
}
nav.openfixed .subMenu li:not(:first-child) {
	margin-top: 3px;
}
nav.openfixed .subMenu li:before {
	content: "";
	width: 8px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 14px;
}
nav.openfixed .subMenu li a {
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	nav.openfixed.open .inner:before {
		content: "";
		width: 47%;
		height: 100%;
		background: url(/wp-content/uploads/nav-bg.jpg) no-repeat center;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
}

@media screen and (max-width: 1260px) and (min-width: 1024px) {
	nav.openfixed.open .inner:before {
		width: 41%;
	}
	nav.openfixed .menuBox {
		width: 59%;
		column-gap: 40px;
		padding: 45px 35px;
	}
	nav.openfixed .menu > li > a,
	nav.openfixed .menu > li > span {
		font-size: 18px;
	}
	nav.openfixed .subMenu li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	nav.openfixed.open .inner:before {
		width: 100%;
	}
	nav.openfixed .menuBox {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	nav.openfixed {
		background: #585345;
	}
	nav.openfixed .inner {
		background: url(/wp-content/uploads/nav-bg_sp.jpg) no-repeat center;
		background-size: cover;
	}
	nav.openfixed .menuBox {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		row-gap: 25px;
		padding: 55px 30px;
	}
	nav.openfixed .menu {
		row-gap: 25px;
	}
	nav.openfixed .menu > li {
		line-height: 1.2;
	}
	nav.openfixed .menu > li > a,
	nav.openfixed .menu > li > span {
		font-size: 18px;
	}
	nav.openfixed .subMenu {
		margin-top: 8px;
	}
	nav.openfixed .subMenu li {
		line-height: 1.4;
	}
	nav.openfixed .subMenu li:before {
		top: 11px;
	}
	nav.openfixed .subMenu li a {
		font-size: 14px;
	}
}


/* =====================================
■Header Fixed
===================================== */
@media screen and (min-width: 768px) {
	nav.fixed {
		width: 100%;
		background: #585345;
		padding: 17px 15px 18px;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		transition: all 0.5s ease-out;
		pointer-events: auto;
		z-index: 999;
	}
	nav.fixed .menu {
		display: flex;
		justify-content: center;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.08em;
	}
	nav.fixed .menu > li {
		position: relative;
	}
	nav.fixed .menu > li > a,
	nav.fixed .menu > li > span {
		width: 100%;
		height: 45px;
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
		padding: 0 46px;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	nav.fixed .menu > li:not(:first-child) > a,
	nav.fixed .menu > li:not(:first-child) > span {
		border-left: 1px solid #fff;
	}
	nav.fixed .menu > li > a:hover,
	nav.fixed .menu > li > span:hover,
	nav.fixed .menu > li.hover > span {
		color: #AD9F73;
	}
	nav.fixed .menu > li > a > span,
	nav.fixed .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav.fixed .menu > li .subMenu {
		display: block;
		width: 100%;
		min-width: 180px;
		padding-top: 10px;
		box-sizing: border-box;
		pointer-events: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		z-index: 999;
		transition: all 0.3s;
	}
	nav.fixed .menu > li:nth-child(4) .subMenu {
		width: 265px;
	}
	nav.fixed .menu > li.hover .subMenu:before {
		content: "";
		border-bottom: 6px solid #EDE3C6;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		position: absolute;
		top: 4px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 4;
	}
	nav.fixed .menu > li ul li a {
		display: block;
		background: #EDE3C6;
		font-size: 14px;
		line-height: 1.5;
		color: #585345;
		text-align: center;
		text-decoration: none;
		padding: 7px 10px;
		position: relative;
		z-index: 2;
	}
	nav.fixed .menu > li ul li:nth-child(2n) a {
		background: #DED3B2;
	}
	nav.fixed .menu > li ul a:hover {
		background: #E7DAB3 !important;
		opacity: 1;
	}
	.desktop nav.fixed .menu > li > span:hover + .subMenu,
	.desktop nav.fixed .menu > li > span .subMenu:hover,
	.desktop nav.fixed .menu > li .subMenu:hover {
		pointer-events: auto;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.desktop nav.fixed .menu > li ul a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		text-decoration: none;
	}
	.tablet nav.fixed .menu > li > .subMenu {
		display: none;
	}
	.tablet nav.fixed .menu > li > span + .subMenu {
		pointer-events: none;
		opacity: 0;
	}
	.tablet nav.fixed .menu > li.hover > span + .subMenu {
		pointer-events: auto;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
}

@media screen and (max-width: 1365px) and (min-width: 1266px) {
	nav.fixed .menu > li > a,
	nav.fixed .menu > li > span {
		padding: 0 36px;
	}
}

@media screen and (max-width: 1265px) and (min-width: 1166px) {
	nav.fixed .menu > li > a,
	nav.fixed .menu > li > span {
		height: 40px;
		font-size: 15px;
		padding: 0 32px;
	}
	nav.fixed .menu > li ul li a {
		font-size: 13px;
	}
}


@media screen and (max-width: 1165px) and (min-width: 1024px) {
	nav.fixed {
		padding: 17px 10px 18px;
	}
	nav.fixed .menu > li > a,
	nav.fixed .menu > li > span {
		height: 38px;
		font-size: 14px;
		letter-spacing: 0.04em;
		padding: 0 28px;
	}
	nav.fixed .menu > li ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	nav.fixed {
		padding: 17px 0 18px;
	}
	nav.fixed .menu > li > a,
	nav.fixed .menu > li > span {
		height: 34px;
		font-size: 13px;
		letter-spacing: 0;
		padding: 0 14px;
	}
	nav.fixed .menu > li .subMenu {
		min-width: 160px;
	}
	nav.fixed .menu > li:nth-child(4) .subMenu {
		width: 215px;
	}
	nav.fixed .menu > li ul li a {
		font-size: 12px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	nav.fixed {
		display: none !important
	}
}


/* =====================================
■下層 Header
===================================== */
@media screen and (min-width: 768px) {
	body:not(.home) header .catchword {
		top: 6px;
	}
	body:not(.home) header .headBox {
		margin-top: 40px;
	}
	body:not(.home) header .rightBox {
		margin: 50px 8px 0 0;
	}
	body:not(.home) header .tel {
		padding-right: 0;
		margin-right: 0;
	}
	body:not(.home) header .tel:before {
		display: none;
	}
	body:not(.home) .toggleMenu {
		display: none;
	}

	body:not(.home) nav.fixed {
		position: relative;
		z-index: 1001;
	}
	body:not(.home) nav.fixed.sticky {
		position: fixed;
	}
}

@media screen and (min-width: 1024px) {
	body:not(.home) header .logo {
		max-width: 230px;
	}
	body:not(.home) header .access {
		font-size: 14px;
	}
	body:not(.home) header .access em {
		font-size: 22px;
	}
	body:not(.home) header .contactBox {
		max-width: 339px;
	}
}


/* =====================================
■コンバージョン
===================================== */
.conversion {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.conversion .heading {
	font-family: "Spectral", serif;
	font-size: 144px;
	font-weight: 200;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.64);
	margin: 0;
	position: relative;
	top: 9px;
	mix-blend-mode: overlay;
}
.conversion .txtareaWrap {
	max-width: 716px;
	color: #fff;
	padding: 44px 48px 48px;
	margin-top: -25px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.conversion .txtareaWrap:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(85deg, #4D412F 25%, #7C6B57 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
	pointer-events: none;
}
.conversion .tit {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin-bottom: 23px;
}
.conversion .txt {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 31px;
}
.conversion .list {
	background: rgba(119, 104, 80, 0.48);
	padding: 20px 32px 19px;
	position: relative;
	z-index: 2;
}
.conversion .list li {
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-left: 1.2em;
	position: relative;
}
.conversion .list li:not(:first-child) {
	margin-top: 11px;
}
.conversion .list li:before {
	content: "・";
	width: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.conversion .telBox {
	display: flex;
	flex-wrap: wrap;
	margin: 33px 0 31px;
}
.conversion .telBox .tel {
	line-height: 1;
}
.conversion .telBox .tel a {
	font-family: "Spectral", serif;
	font-size: 56px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.04em;
	color: #fff;
	text-decoration: none;
}
.conversion .telBox .tel a span {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-right: 10px;
}
.conversion .telBox .time {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-left: 24px;
}
.conversion .inqList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.conversion img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.conversion:before {
		content: "";
		width: 94%;
		height: 100%;
		background: url(/wp-content/uploads/contact-bg.jpg) no-repeat 37% center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		pointer-events: none;
	}
	.conversion:after {
		content: "";
		width: 100%;
		height: calc(50% + 22px);
		background: #FAF4E4;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: -2;
		pointer-events: none;
	}
	.conversion .inner {
		width: 88%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1260px) and (min-width: 1024px) {
	.conversion .heading {
		font-size: 124px;
		top: 9px;
	}
	.conversion .txtareaWrap {
		max-width: 610px;
		padding: 34px 35px 35px;
		margin-top: -20px;
	}
	.conversion .telBox .tel a {
		font-size: 50px;
	}
	.conversion .telBox .tel a span {
		font-size: 18px;
	}
	.conversion .telBox .time {
		font-size: 13px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.conversion .heading {
		font-size: 103px;
	}
	.conversion .txtareaWrap {
		max-width: 510px;
		padding: 24px 25px 30px;
		margin-top: -15px;
	}
	.conversion .tit {
		font-size: 30px;
	}
	.conversion .txt {
		font-size: 14px;
	}
	.conversion .list {
		padding: 20px 20px 19px;
	}
	.conversion .telBox .tel a {
		font-size: 40px;
	}
	.conversion .telBox .tel a span {
		font-size: 18px;
	}
	.conversion .telBox .time {
		font-size: 12px;
		letter-spacing: 0.05em;
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		background: url(/wp-content/uploads/contact-bg_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 45px 0 0;
	}
	.conversion .inner {
		padding: 0 20px;
	}
	.conversion .heading {
		font-size: calc(70 / 390 * 100vw);
		text-align: center;
		top: 0;
	}
	.conversion .txtareaWrap {
		max-width: 100%;
		padding: 30px 16px 32px;
		margin-top: calc(-18 / 390 * 100vw);
	}
	.conversion .tit {
		font-size: 26px;
	}
	.conversion .list {
		padding: 22px 20px 21px;
	}
	.conversion .list li {
		line-height: 1.4;
	}
	.conversion .list li:not(:first-child) {
		margin-top: 15px;
	}
	.conversion .telBox {
		margin-top: 23px;
	}
	.conversion .telBox .tel a {
		font-size: 42px;
	}
	.conversion .telBox .time {
		width: 100%;
		font-size: 14px;
		letter-spacing: 0.04em;
		margin-left: 0;
		margin-top: 10px;
	}
	.conversion .inqList {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
}

@media screen and (max-width: 389px) {
	.conversion .tit {
		font-size: 24px;
	}
	.conversion .telBox .tel a {
		font-size: 40px;
	}
	.conversion .telBox .tel a span {
		font-size: 18px;
	}
	.conversion .telBox .time {
		font-size: 13px;
	}
}

@media screen and (max-width: 374px) {
	.conversion .tit {
		font-size: 20px;
	}
	.conversion .txt {
		font-size: 14px;
	}
	.conversion .list li {
		font-size: 14px;
	}
	.conversion .telBox .tel a {
		font-size: 32px;
	}
	.conversion .telBox .tel a span {
		font-size: 16px;
	}
}

/* -------------------------------------
バナー
------------------------------------- */
footer .banner {
	background: #FAF4E4;
	padding: 64px 0;
}
footer .banner .inner {
	width: 94%;
	max-width: 1270px;
	margin: 0 auto;
}
footer .banner ul {
	display: flex;
}
footer .banner ul:first-child {
	column-gap: 11px;
}
footer .banner ul:last-child {
	width: 47%;
	max-width: 596px;
	column-gap: 16px;
	margin-top: 32px;
}
footer .banner ul li {
}
footer .banner ul li img {
	width: 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	footer .banner {
		padding: 50px 0;
	}
	footer .banner ul:last-child {
		margin-top: 26px;
	}
}

@media screen and (max-width: 767px) {
	footer .banner {
		padding: 32px 0;
	}
	footer .banner .inner {
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	footer .banner ul {
		flex-wrap: wrap;
	}
	footer .banner ul:first-child {
		row-gap: 11px;
	}
	footer .banner ul:last-child {
		width: 100%;
		max-width: 100%;
		row-gap: 16px;
		margin-top: 24px;
	}
	footer .banner ul li {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	footer .banner .container {
		padding: 0 10px;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	display: flex;
	flex-wrap: wrap;
}
#footer .leftWrap {
	width: 41%;
	padding: 64px 30px;
	box-sizing: border-box;
}
#footer .leftWrap .inner {
	max-width: 365px;
	margin: 0 auto;
}
#footer .leftWrap .logo {
	max-width: 300px;
}
#footer .leftWrap .access {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #645E49;
	margin: 40px 0;
}
#footer .leftWrap .sitemap a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	color: #645E49;
	text-decoration: underline;
	padding-right: 40px;
	position: relative;
}
#footer .leftWrap .sitemap a:hover {
	text-decoration: none;
}
#footer .leftWrap .sitemap a:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/wp-content/uploads/icon-arrow.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
}
#footer .rightWrap {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 59%;
	background: url(/wp-content/uploads/footer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 64px 30px 132px;
	box-sizing: border-box;
}
#footer .rightWrap .inner {
	width: 94%;
	max-width: 616px;
	margin: 0 auto;
	text-align: right;
}
#footer .rightWrap address {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
	#footer .leftWrap {
		width: 100%;
		padding: 64px 20px 30px;
	}
	#footer .leftWrap .inner {
		max-width: 345px;
	}
	#footer .leftWrap .access {
		font-size: 13px;
	}
	#footer .rightWrap {
		width: 100%;
		min-height: 364px;
		background: url(/wp-content/uploads/footer-bg_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 64px 30px 112px;
	}
	#footer .rightWrap .inner {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
#pagetop {
	position: fixed;
	width: 48px;
	left: 16px;
	bottom: 13px;
	z-index: 998;
}
footer .fixedBox {
	position: fixed;
	z-index: 998;
	transition: all 0.5s;
}

@media screen and (min-width: 768px) {
	footer .fixedBox {
		width: 45%;
		max-width: 556px;
		right: 16px;
		bottom: -150px;
	}
	body.noscroll footer .fixedBox {
		bottom: 13px !important;
		z-index: 9998;
	}
	footer .fixedBox ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
}

@media screen and (max-width: 767px) {
	#pagetop {
		display: none !important;
	}
	footer .fixedBox {
		width: 100%;
		right: 0;
		bottom: -250px;
	}
	footer .fixedBox ul {
		display: flex;
		align-items: flex-end;
	}
	footer .fixedBox img {
		width: 100%;
	}
}


/* -------------------------------------
* SNS
------------------------------------- */
#sns {
	position: fixed;
	right: 36px;
	top: 350px;
	z-index: 9999;
}
#sns li {
	position: relative;
}
#sns li:last-child {
	margin-top: 43px;
}
#sns li:last-child:before {
	content: "";
	width: 16px;
	height: 1px;
	background: #9D9069;
	position: absolute;
	left: 50%;
	top: -23px;
	transform: translateX(-50%) rotate(135deg);
}
#sns li a {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #9D9069;
	letter-spacing: 0;
	line-height: 1.5;
	writing-mode: sideways-rl;
	text-decoration: none;
	position: relative;
}
#sns li a.icon-instagram {
	padding-top: 24px;
}
#sns li a.icon-youtube {
	padding-top: 20px;
}
#sns li a:before {
	content: "";
	width: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#sns li a.icon-instagram:before {
	height: 16px;
	background: url(/wp-content/uploads/icon-Instagram.png) no-repeat center top;
	background-size: contain;
}
#sns li a.icon-youtube:before {
	height: 12px;
	background: url(/wp-content/uploads/icon-Youtube.png) no-repeat center top;
	background-size: contain;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	#sns {
		top: 250px;
	}
}


/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1020px;
	padding: 0 10px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}

@media screen and (max-width: 767px) and (min-width: 480px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 20px;
	}
}

/* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}