@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: #F5F5F5;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #6B6B6B;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #6B6B6B;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #968C72;
	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,
.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: 1082px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

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

/*--------------------------------------
* wrapper
--------------------------------------*/
#wrapper {
	height: 100%;
	box-sizing: border-box;
}
body.elementor-editor-active #wrapper {
	padding-top: 160px;
}


/* =====================================
■ HEADER
===================================== */
header {
	width: 100%;
	background: none;
	position: absolute;
	left: 0;
	top: 0;	
	transition: all 0.5s;
}

/* logo */
header .logo {
	width: 300px;
	margin-top: 3px;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

/* nav */
header nav .menu > li {
	margin-left: 56px;
	position: relative;
}
header nav .menu > li:first-child {
	margin: 0;
}
header nav .menu > li > a,
header nav .menu > li > span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	font-family: "Spectral", serif;
	font-style: normal;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	color: #E6E0C3;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
}
header nav .menu > li > a sub,
header nav .menu > li > span sub {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-top: 8px;
}
header nav .menu > li .subMenu {
	display: block;
	width: 488px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
	box-sizing: border-box;
}
header nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.desktop header 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;
}
header nav .menu > li ul {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000000;
}
header nav .menu > li ul li {
	border-bottom: 1px solid #AB8C65;
	padding-bottom: 3px;
}
header nav .menu > li ul li a {
	display: block;
	color: #000000;
	padding: 3px 2px 4px 3px;
	position: relative;
	z-index: 2;
}
header nav .menu > li ul:first-child li:first-child a {
	color: #857856;
}
header nav .menu > li ul a:hover {
	background: #fbf8eb;
	opacity: 1;
	text-decoration: none;
}
.desktop header nav .menu > li > span:hover + .subMenu,
.desktop header nav .menu > li > span .subMenu:hover,
.desktop header nav .menu > li .subMenu:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop header nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}
.tablet header nav .menu > li > .subMenu {
	display: none;
}
.tablet header nav .menu > li > span + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet header nav .menu > li.hover > span + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	header {
		padding-right: 48px;
		box-sizing: border-box;
	}
	header .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 40px 96px 0;
		box-sizing: border-box;
	}
	header .logo {
		position: relative;
		z-index: 999;
	}

	/* nav */
	header nav {
		display: block !important;
		position: relative;
		z-index: 998;
	}
	header nav .menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	header nav .menu > li > a:after {
		display: block;
		content: "";
		width: 34px;
		height: 2px;
		background: #E6E0C3;
		position: absolute;
		left: 50%;
		bottom: -5px;
		margin-left: -17px;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop header nav .menu > li > a:hover:after,
	header nav .menu > li.hover > a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	header nav .menu > li > a > span,
	header nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	header nav .menu > li .subMenu .inner {
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		row-gap: 10px;
		column-gap: 23px;
		padding: 10px 18px;
		overflow: hidden;
	}
	header nav .menu > li ul {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
	header .wrap {
		padding: 40px 48px 0;
	}
	header .logo {
		width: 280px;
	}
	header nav .menu > li {
		margin-left: 36px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	header .wrap {
		padding: 40px 24px 0;
	}
	header .logo {
		width: 220px;
	}
	header nav .menu > li {
		margin-left: 24px;
	}
	header nav .menu > li > a,
	header nav .menu > li > span {
		font-size: 18px;
	}
	header nav .menu > li > a sub,
	header nav .menu > li > span sub {
		font-size: 13px;
	}
	header nav .menu > li .subMenu {
		width: 428px;
	}
	header nav .menu > li .subMenu .inner {
		column-gap: 20px;
	}
	header nav .menu > li ul {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		position: absolute;
		top: 0 !important;
		left: 0;
		z-index: 999;
	}
	header.open {
		position: fixed;
	}

	/* logo */
	header .logo {
		float: none;
		display: flex;
		align-items: center;
		width: calc(100% - 130px);
		height: 80px;
		margin: 0;
		padding-left: 20px;
		box-sizing: border-box;
		position: relative;
		z-index: 9999;
	}
	header .logo img {
		max-width: 240px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 40px;
		background: #645A46;
		border-radius: 30px;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 14px;
		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: 24px;
		height: 16px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 24px;
		height: 1px;
		background-color: #FFFFFF;
		border-radius: 5px;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(13px) scale(1);
	}
	.triggers span:nth-of-type(3) {
		transform: translateY(-13px) 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: 24px;
		height: 1px;
		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: 24px;
		background: none;
	}
	.toggleMenu.active .triggers span:nth-of-type(2):before {
		width: 100%;
		height: 1px;
		transform: rotate(26deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2):after {
		width: 100%;
		height: 1px;
		transform: rotate(-26deg);
	}

	/* nav */
	header nav {
		display: none;
		justify-content: flex-end;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		background: url(/wp-content/uploads/nav-bg.jpg) no-repeat center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 185px 40px 210px;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9998;
	}
	header nav .menu {
		display: block;
		position: relative;
		z-index: 2;
	}
	header nav .menu > li {
		margin-left: 0;
	}
	header nav .menu > li:not(:first-child) {
		margin-top:	 56px;
	}
	header nav .menu > li > a,
	header nav .menu > li > span {
		height: auto;
		justify-content: flex-end;
		text-align: right;
	}
	header nav .menu > li .subMenu {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 0;
	}
	header nav .menu > li .subMenu:before,
	header nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	header nav .menu > li .subMenu .inner {
		margin-top: 30px;
	}
	header nav .menu > li ul li {
		display: none;
		width: 100%;
		border-color: #E6E0C3;
		margin-top: 10px;
	}
	header nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	header nav .menu > li ul li a {
		padding: 3px 8px 4px 25px;
		color: #fff;
		position: relative;
	}
	header nav .menu > li ul li a:before {
		content: "";
		border-left: 8px solid #E6E0C3;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		position: absolute;
		left: 8px;
		top: 7px;
	}
	header nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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


/* =====================================
■ サイドバー
===================================== */
@media screen and (min-width: 768px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}

	sidebar .inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: space-between;
		justify-content: center;
		width: 48px;
		height: 100vh;
		background: #645A46;
		box-sizing: border-box;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	/* toggleMenu */
	.sidebar-toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		text-align: center;
		cursor: pointer;
		margin-top: 44px;
	}
	.sidebar-triggers,
	.sidebar-triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.sidebar-triggers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 16px;
		cursor: pointer;
		position: relative;		
	}
	.sidebar-triggers span {
		display: block;
		width: 24px;
		height: 1px;
		background-color: #FFFFFF;
		border-radius: 5px;
	}
	.sidebar-triggers span:nth-of-type(1) {
		transform: translateY(13px) scale(1);
	}
	.sidebar-triggers span:nth-of-type(3) {
		transform: translateY(-13px) scale(1);
	}
	.sidebar-triggers span:nth-of-type(2) {
		position: relative;
	}
	.sidebar-triggers span:nth-of-type(2):before,
	.sidebar-triggers span:nth-of-type(2):after {
		display: block;
		content: "";
		width: 24px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0px;
		right: 0;
		transform: rotate(0deg);
		transition: all .3s;
	}
	.sidebar-toggleMenu.active .sidebar-triggers span:nth-of-type(1) {
		transform: translateY(0px) scale(0);
	}
	.sidebar-toggleMenu.active .sidebar-triggers span:nth-of-type(3) {
		transform: translateY(0px) scale(0);
	}
	.sidebar-toggleMenu.active .sidebar-triggers span:nth-of-type(2) {
		width: 24px;
		background: none;
	}
	.sidebar-toggleMenu.active .sidebar-triggers span:nth-of-type(2):before {
		width: 100%;
		height: 1px;
		transform: rotate(45deg);
	}
	.sidebar-toggleMenu.active .sidebar-triggers span:nth-of-type(2):after {
		width: 100%;
		height: 1px;
		transform: rotate(-45deg);
	}

	sidebar nav {
		display: none;
		width: 100% !important;
		height: 100% !important;
		background: url(/wp-content/uploads/sidebar-bg.jpg) no-repeat 19% top;
		background-size: cover;
		padding: 130px 98px 130px 50px;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 998;
	}
	sidebar nav .nav-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1125px;
		height: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		z-index: 2;
	}
	sidebar nav .sidebar-menu {
		display: flex;
		justify-content: space-between;
		width: 347px;
	}
	sidebar nav .sidebar-menu ul > li:not(:first-child) {
		margin-top: 56px;
	}
	sidebar nav .sidebar-menu a {
		display: inline-block;
		font-family: "Spectral", serif;
		font-style: normal;
		font-size: 32px;
		font-weight: 300;
		line-height: 1;
		color: #E6E0C3;
		cursor: pointer;
		text-align: left;
		transition: all 0.5s;
	}
	sidebar nav .sidebar-menu a sub {
		display: block;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		color: #fff;
		margin-top: 12px;
	}
	sidebar nav .sidebar-menu a:hover {
		opacity: 0.8;
	}
	sidebar nav .accessBox {
		width: 524px;
		display: flex;
		flex-direction: column;
		row-gap: 43px;
		color: #fff;
		padding-left: 127px;
		border-left: 1px solid #fff;
	}
	sidebar nav .accessBox dl dt {
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 200;
		font-style: normal;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0.08em;
		border-bottom: 1px solid #fff;
		padding: 0 8px 24px;
		margin-bottom: 24px;
		position: relative;
	}
	sidebar nav .accessBox dl dt sub {
		display: block;
		width: auto;
		font-family: "Spectral", serif;
		font-weight: 200;
		font-style: normal;
		font-size: 14px;
		letter-spacing: 0.08em;
		line-height: 1;
		position: absolute;
		right: 8px;
		top: 8px;
	}
	sidebar nav .accessBox dl dd {
		font-size: 16px;
		line-height: 1.6;
		padding: 0 8px;
	}
	sidebar nav .accessBox dl dd .hours-list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 40px;
		row-gap: 10px;
		margin-bottom: 18px;
	}
	sidebar nav .accessBox dl dd .hours-list li {
		font-size: 18px;
		letter-spacing: 0.04em;
		line-height: 1;
		padding: 7px 0 9px 77px;
		position: relative;
	}
	sidebar nav .accessBox dl dd .hours-list span {
		display: block;
		width: 61px;
		height: 34px;
		border-radius: 50px;
		line-height: 32px;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
	}
	sidebar nav .accessBox dl dd .bg-brown {
		background: #968C72;
	}
	sidebar nav .accessBox dl dd .bg-lightbrown {
		background: #C9B788;
	}
	sidebar nav .accessBox dl dd p:not(:last-child) {
		margin-bottom: 7px;
	}

	sidebar .contact-btn {
		margin: 0 0 1px;
	}
	sidebar .side-tel {
		position: relative;
	}
	sidebar .side-tel .tel-triggers {
		cursor: pointer;
		position: relative;
		z-index: 99;
	}
	sidebar .side-tel .tel-triggers:before {
		content: "";
		width: 18px;
		height: 14px;
		background: url(/wp-content/uploads/icon-arrow06.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		left: 15px;
		bottom: 16px;
	}
	sidebar .side-tel .tel-triggers.active:before {
		background-image: url(/wp-content/uploads/icon-arrow07.png);
	}
	sidebar .side-tel .tel-box {
		width: 296px;
		height: 100%;
		background: #fff;
		border: 12px solid #AD9A68;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0;
		color: #6B6B6B;
		text-align: center;
		position: absolute;
		top: 0;
		right: -296px;
		padding: 12px 17px 10px 25px;
		box-sizing: border-box;
		transition: right 0.3s linear;
	}
	sidebar .side-tel .tel-box.open {
		right: 48px;
		transition: right 0.3s linear;
	}
	sidebar .side-tel .tel-box .time {
		color: #968C72;
		margin-bottom: 11px;
	}
	sidebar .side-tel .tel-box .tel {
		font-family: "Spectral", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 40px;
		line-height: 1;
		color: #968C72;
		margin-bottom: 6px;
	}
	sidebar .side-tel .tel-box .tel a {
		color: #968C72;
	}

	#pagetop {
		width: 48px;
		height: 52px;
		text-align: center;
		margin-bottom: 3px;
	}
	#pagetop a {
		display: block;
		height: 100%;
	}
	#pagetop a img {
		max-width: 16px;
	}

	header .logo.fixed {
		position: fixed;
	}
	footer .fixedBox.fixed {
		display: block !important;
		position: fixed;
		bottom: 0;
		top: inherit;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1130px) {
	sidebar nav .nav-inner {
		max-width: 976px;
	}
	sidebar nav .accessBox {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1129px) and (min-width: 1024px) {
	sidebar nav .nav-inner {
		max-width: 876px;
	}
	sidebar nav .sidebar-menu {
		width: 306px;
	}
	sidebar nav .accessBox {
		width: 464px;
		padding-left: 50px;
	}
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
	sidebar nav .nav-inner {
		flex-wrap: wrap;
		align-content: center;
		row-gap: 58px;
	}
	sidebar nav .sidebar-menu {
		width: 100%;
		max-width: 318px;
	}
	sidebar nav .sidebar-menu ul > li:not(:first-child) {
		margin-top: 35px;
	}
	sidebar nav .sidebar-menu a {
		font-size: 26px;
	}
	sidebar nav .sidebar-menu a sub {
		font-size: 14px;
	}
	sidebar nav .accessBox {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
	sidebar nav .accessBox dl dt {
		font-size: 20px;
	}
	sidebar nav .accessBox dl dd {
		font-size: 14px;
	}
	sidebar nav .accessBox dl dd .hours-list li {
		font-size: 16px;
		padding-left: 74px;
		position: relative;
	}
	sidebar nav .accessBox dl dd .hours-list span {
		width: 58px;
		height: 32px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	sidebar nav .nav-inner {
		flex-wrap: wrap;
		align-content: center;
		row-gap: 58px;
	}
	sidebar nav .sidebar-menu {
		width: 100%;
		max-width: 318px;
	}
	sidebar nav .sidebar-menu ul > li:not(:first-child) {
		margin-top: 35px;
	}
	sidebar nav .sidebar-menu a {
		font-size: 26px;
	}
	sidebar nav .sidebar-menu a sub {
		font-size: 14px;
	}
	sidebar nav .accessBox {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
	sidebar nav .accessBox dl dt {
		font-size: 20px;
	}
	sidebar nav .accessBox dl dd {
		font-size: 14px;
	}
	sidebar nav .accessBox dl dd .hours-list li {
		font-size: 16px;
		padding-left: 74px;
		position: relative;
	}
	sidebar nav .accessBox dl dd .hours-list span {
		width: 58px;
		height: 32px;
	}
}

@media screen and (max-width: 767px) {
	sidebar {
		display: none;
	}
}


/* =====================================
■ FOOTER
===================================== */
#footer {
	background: url(/wp-content/uploads/footer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 158px 0;
	position: relative;
}
.home #footer {
	padding-top: 296px;
}
#footer .inner {
	width: 100%;
	max-width: 1180px;
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #fff;
	padding: 0 50px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#footer .logo {
	max-width: 300px;
}
#footer .sitemap {
	line-height: 1;
}
#footer .sitemap a {
	display: inline-block;
	line-height: 1;
	color: #fff;
	text-align: left;
	text-decoration: underline;
	padding: 5px 48px 6px 0;
	box-sizing: border-box;
	position: relative;
}
#footer .sitemap a:after {
	content: "";
	width: 32px;
	height: 24px;
	background: url(/wp-content/uploads/icon-arrow05.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}
#footer .sitemap a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#footer address {
	line-height: 1.2;
	text-align: right;
}

@media screen and (min-width: 768px) {
	#footer .inner {
		display: grid;
		justify-content: space-between;
	}
	#footer .logo {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
		margin-bottom: 64px;
	}
	#footer .sitemap {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	#footer .copyright {
		grid-row: 2 / 3;
		grid-column: 2 / 3;
		margin-top: 4px;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		background: url(/wp-content/uploads/footer-bg_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 149px 0;
	}
	.home #footer {
		padding-top: 239px;
	}
	#footer .inner {
		padding: 0 20px;
	}
	#footer .logo {
		max-width: 240px;
		margin-bottom: 64px;
	}
	#footer .sitemap {
		margin-bottom: 64px;
	}
	#footer address {
		font-size: 12px;
		text-align: left;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
@media screen and (min-width: 768px) {
	footer .fixedBox {
		width: 100%;
		height: 100vh;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9998;
		transition: all 0.5s ease-out;
		pointer-events: none;
	}
	body:not(.home) footer .fixedBox {
		display: none;
	}
	footer .fixedBox ul {
		width: 755px;
		height: 84px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		column-gap: 64px;
		padding: 16px 32px;
		box-sizing: border-box;
		position: absolute;
		right: 48px;
		bottom: 0;
		z-index: 2;
		pointer-events: auto;
	}
	footer .fixedBox ul:before {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(130deg, rgb(110 88 45) 50%, rgb(153 138 102) 100%);
		clip-path: polygon(100% 0%, 100% 100%, -61px 100%, 26px 0%);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.8;
		z-index: -1;
	}
	footer .fixedBox ul:after {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(130deg, rgb(110 88 45) 50%, rgb(153 138 102) 100%);
		clip-path: polygon(100% 0%, 100% 100%, -61px 100%, 26px 0%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	footer .fixedBox ul li {
		position: relative;
	}
	footer .fixedBox ul li:not(:first-child):before {
		content: "";
		width: 1px;
		height: 52px;
		background: #D2C5B6;
		position: absolute;
		left: -32px;
		top: 0;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	footer .fixedBox ul {
		width: 485px;
		height: 52px;
		column-gap: 44px;
		padding: 10px 22px 8px;
	}
	footer .fixedBox ul li:not(:first-child):before {
		height: 32px;
	}
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9998;
	}
	body.noscroll footer .fixedBox {
		bottom: 0 !important;
		z-index: 9999;
	}
	footer .fixedBox ul {
		display: flex;
		align-items: flex-end;
	}
	footer .fixedBox img {
		opacity: 1 !important;
	}
}

/* -------------------------------------
* AIバナー
------------------------------------- */
.ai_popup_wrapper {
	width: 40%;
	max-width: 390px;
	line-height: 1;
	position: fixed;
	right: 60px;
	bottom: 100px;
	z-index: 9998;
}
.chatbot-banner {
	cursor: pointer;
	padding: 0;
	position: unset;
	border: none;
	background: none;
}

@media screen and (max-width: 767px) {
	.ai_popup_wrapper {
		width: 60%;
		max-width: 220px;
		right: 10px;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 40px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}

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

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

/* -------------------------------------
* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: auto !important;
	height: 50px;
	vertical-align: bottom;
	background: linear-gradient(90deg, #C1B371 0%, #A99D65 100%);
	border-radius: 50px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	color: #fff !important;
	text-align: center;
	padding: 10px 48px 10px 16px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}
.elementor-button:after,
.btn a:after {
	content: "";
	width: 24px;
	height: 18px;
	background: url(/wp-content/uploads/icon-arrow02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.elementor-button-content-wrapper {
	height: 100%;
	align-items: center;
}

.textBtn .elementor-button {
	height: auto;
	background: none;
	border-radius: 0;
	letter-spacing: 0.08em;
	color: #968C72 !important;
	text-align: left;
	text-decoration: underline;
	padding: 5px 48px 6px 0;
}
.textBtn .elementor-button:hover {
	text-decoration: none;
}
.textBtn .elementor-button:after {
	width: 32px;
	height: 24px;
	background: url(/wp-content/uploads/icon-arrow01.png) no-repeat left top;
	background-size: contain;
	right: 0;
}