@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: #fff;
	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: 1.6;
	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: #E79059;
	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;
}
.tab_sp {
	display: none;
}

@media screen and (max-width: 1023px) {
	.pc_tab {
		display: none !important;
	}
	.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: 1140px;
	padding: 0 30px;
	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;
}

@media screen and (min-width: 768px) {
	body:not(.home) #wrapper {
		padding-top: 92px;
	}
}

@media screen and (max-width: 1259px) and (min-width: 1024px) {
	body:not(.home) #wrapper {
		padding-top: 82px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	body:not(.home) #wrapper {
		padding-top: 86px;
	}
}

@media screen and (max-width: 767px) {
	body:not(.home) #wrapper {
		padding-top: 64px;
	}
}


/* =====================================
■ HEADER
===================================== */
header {
	width: 100%;
	background: #fff;
	padding: 20px 48px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: all 0.5s;
}

/* logo */
header .logo {
	float: left;
	max-width: 350px;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

/* nav */
nav .menu > li {
	margin-left: 40px;
	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: 24px;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #555555;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
}
nav .menu > li .subMenu {
	display: block;
	width: 170px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 9px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
	box-sizing: border-box;
}
nav .menu > li:last-child .subMenu {
	width: 135px;
}
nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 9px solid #F0F0F0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.desktop nav .menu > li.hover .subMenu:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
nav .menu > li ul {
	background: #F0F0F0;
	padding: 13px 17px 15px;
	line-height: 1;
	overflow: hidden;
}
nav .menu > li ul li:not(:first-child) {
	margin-top: 6px;
}
nav .menu > li ul li a {
	display: inline-block;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #555555;
	padding-left: 18px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	color: #F7C39B;
	opacity: 1;
	text-decoration: none;
}
nav .menu > li ul li a:before {
	content: "";
	border-left: 9px solid #F7C39B;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.desktop nav .menu > li > span:hover + .subMenu,
.desktop nav .menu > li > span .subMenu:hover,
.desktop nav .menu > li .subMenu:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}
.tablet nav .menu > li > .subMenu {
	display: none;
}
.tablet nav .menu > li > span + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	/* nav */
	nav {
		height: 50px;
		display: flex !important;
		align-items: flex-end;
		float: right;
	}
	nav .menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	nav .menu > li > a:after {
		display: block;
		content: "";
		width: 34px;
		height: 2px;
		background: #F7C39B;
		position: absolute;
		left: 50%;
		bottom: -5px;
		margin-left: -17px;
		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 > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1259px) and (min-width: 1024px) {
	header {
		padding: 20px 30px;
	}
	header .logo {
		max-width: 280px;
	}
	nav {
		height: 42px;
	}
	nav .menu > li {
		margin-left: 28px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 13px;
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	header {
		padding: 20px;
	}
	header .logo {
		background: url(/wp-content/uploads/logo_sp.png) no-repeat center left;
		background-size: 164px auto;
		height: 46px;
	}
	header .logo img {
		max-width: 164px;
		opacity: 0;
	}
	nav {
		height: 46px;
	}
	nav .menu > li {
		margin-left: 15px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 12px;
		letter-spacing: 0.04em;
	}
}

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

	/* logo */
	header .logo {
		float: none;
		display: flex;
		align-items: center;
		width: calc(100% - 130px);
		height: 58px;
		box-sizing: border-box;
		position: relative;
		z-index: 9999;
	}
	header .logo img {
		max-width: 164px;
	}
	header.open .logo {
		background: url(/wp-content/uploads/logo-white_sp.png) no-repeat center left;
		background-size: 164px auto;
	}
	header.open .logo img {
		opacity: 0;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 40px;
		background: #F6BB97;
		border-radius: 50px;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 12px;
		right: 16px;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		width: 24px;
		height: 8px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(-2px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		transform: translateY(2px) scale(1);
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(2px) rotate(-150deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		transform: translateY(-2px) rotate(150deg);
	}

	/* nav */
	nav {
		display: none;
		justify-content: flex-end;
		align-items: flex-start;
		width: 100%;
		height: 100vh;
		background: url(/wp-content/uploads/nav-bg.jpg) no-repeat left top;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 94px;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9990;
	}
	nav .menu {
		display: block;
		padding: 100px 48px;
		position: relative;
		z-index: 2;
	}
	nav .menu > li {
		margin: 56px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 24px;
		color: #fff !important;
		text-align: left;
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100% !important;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 0;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: none;
		padding: 30px 20px 0;
		box-shadow: inherit;
	}
	nav .menu > li ul li {
		display: none;
		border: none !important;
		width: 100%;
	}
	nav .menu > li ul li:not(:first-child) {
		margin-top: 20px;
	}
	nav .menu > li ul li a {
		font-size: 18px;
		color: #fff;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

@media screen and (max-width: 389px) {
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 22px;
	}
}

@media screen and (max-width: 374px) {
	header {
		padding: 0 16px;
	}
	nav .menu {
		padding-left: 38px;
		padding-right: 38px;
	}
	nav .menu > li ul {
		padding: 30px 10px 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 20px;
	}
}


/* =====================================
■ FOOTER
===================================== */
footer {
	background: url(/wp-content/uploads/footer-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 160px;
}
footer .inner {
	width: 100%;
	max-width: 1310px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	footer {
		background-image: url(/wp-content/uploads/footer-bg_sp.jpg);
		padding-top: 112px;
	}
	footer .inner {
		padding: 0 16px;
	}
}

/* -------------------------------------
* コンバージョン
------------------------------------- */
.conversion {
	width: 80%;
	max-width: 720px;
	background: rgba(43,43,43,0.88);
	color: #FFFFFF;
	padding: 48px 45px 48px 64px;
	margin-left: auto;
	box-sizing: border-box;
}
.conversion .heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	letter-spacing: 0.16em;
	line-height: 1;
	margin-bottom: 31px;
}
.conversion .heading sub {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-top: 24px;
}
.conversion .txt {
	font-size: 15px;
	margin-bottom: 40px;
}
.conversion .contactList li:not(:first-child) {
	margin-top: 32px;
}
.conversion .contactList li img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.conversion .contactList li:last-child {
		max-width: 300px;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		width: 100%;
		padding: 48px 32px 64px;
	}
	.conversion .heading {
		font-size: 24px;
		margin-bottom: 36px;
	}
	.conversion .txt {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 374px) {
	.conversion {
		padding-left: 25px;
		padding-right: 25px;
	}
	.conversion .heading {
		font-size: 22px;
		letter-spacing: 0.08em;
	}
	.conversion .txt {
		font-size: 14px;
	}
}


/* -------------------------------------
* FOOTER
------------------------------------- */
#footer {
	display: grid;
	justify-content: space-between;
	grid-gap: 32px 40px;
	width: 80%;
	max-width: 720px;
	background: #fff;
	padding: 48px 45px 112px 64px;
	margin-left: auto;
	box-sizing: border-box;
}
#footer .logo a {
	display: block;
	max-width: 350px;
}
#footer .logo img {
	width: 100%;
}
#footer .access {
	font-size: 13px;
	line-height: 1.6;
}
#footer .sitemap {
	line-height: 1;
}
#footer .sitemap a {
	display: inline-block;
	background: #E79059;
	border-radius: 50px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 12px 27px 12px 16px;
	position: relative;
	vertical-align: bottom;
}
#footer .sitemap a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -3px;
	transform: rotate(45deg);
	box-sizing: border-box;
}
#footer .sitemap a:hover {
	opacity: 0.8;
}
#footer .banner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px 31px;
}
#footer address {
	font-size: 12px;
	line-height: 1.16;
	letter-spacing: 0;
}

@media screen and (min-width: 768px) {
	#footer .logo {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
	}
	#footer .access {
		width: 250px;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	#footer .sitemap {
		width: 127px;
		grid-row: 2 / 3;
		grid-column: 2 / 3;
		align-self: center;
		margin-left: auto;
	}
	#footer .banner {
		grid-row: 3 / 4;
		grid-column: 1 / 3;
	}
	#footer .copyright {
		grid-row: 4 / 5;
		grid-column: 1 / 3;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		width: 100%;
		grid-gap: 0;
		padding: 48px 32px 112px;
	}
	#footer .logo {
		margin-bottom: 18px;
	}
	#footer .logo a {
		max-width: 235px;
	}
	#footer .access {
		margin-bottom: 32px;
	}
	#footer .sitemap {
		margin-bottom: 32px;
	}
	#footer .banner {
		margin-bottom: 40px;
	}
	#footer .banner ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 374px) {
	#footer  {
		padding-left: 25px;
		padding-right: 25px;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
footer .fixedBox {
	width: 496px;
	padding: 8px;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;
	transition: all 0.5s;
}
footer .fixedBox ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 8px;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
		z-index: 9999;
	}
	footer .fixedBox ul {
		column-gap: 6px;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 30px;
}
#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 16px;
	}
}

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

/* -------------------------------------
* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 30px;
}
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: auto !important;
	vertical-align: bottom;
	background: #E79059;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
	color: #fff !important;
	text-align: left;
	padding: 12px 27px 12px 16px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:after,
.btn a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -3px;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}
.elementor-button-content-wrapper {
	justify-content: flex-start;
}

@media screen and (max-width: 389px) {
	.elementor-button,
	.btn a {
		font-size: 14px;
	}
}

/* -------------------------------------
* 受付時間
------------------------------------- */
.timetable th,
.timetable td {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #555;
	text-align: center;
	vertical-align: middle;
	padding: 25px 0 23px;
	border-bottom: 1px solid #DEDEDE;
}
.timetable th small {
	display: block;
	font-size: 16px;
}
.timetable thead th {
	letter-spacing: 0;
	padding: 0 0 24px;
}
.timetable thead th:first-child {
	width: 160px;
	letter-spacing: 0.16em;
}
.timetable thead th:first-child small {
	margin-top: 8px;
}
.timetable tbody th,
.timetable tbody td {
	height: 114px;
}
.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
	border-bottom: none;
}
.timetable tbody th {
	color: #2B2B2B;
	word-break: keep-all;
	white-space: nowrap;
}
.timetable tbody th small {
	color: #555;
	margin-top: 12px;
}
.timetable tbody td p:not(:last-child) {
	margin-bottom: 12px;
}
.timetable tbody td p small {
	display: block;
	font-size: 15px;
	margin-top: 2px;
}
.timetable tbody td sup {
	position: absolute;
	font-size: inherit;
	margin-left: 5px;
}
.txt-blue {
	color: #4F7DB1;
}
.txt-red {
	color: #DA7979;
}

@media screen and (max-width: 767px) {
	.timetable th,
	.timetable td {
		font-size: 15px;
	}
	.timetable thead th {
		font-size: 14px;
		letter-spacing: 0;
		padding: 0 0 14px;
		vertical-align: top;
	}
	.timetable th small {
		font-size: 13px;
		margin-top: 7px;
	}
	.timetable thead th:first-child {
		width: 68px;
		font-size: 15px;
		letter-spacing: 0;
		vertical-align: middle;
	}
	.timetable thead th:first-child small {
		font-size: 11px;
	}
	.timetable tbody th,
	.timetable tbody td {
		height: 65px;
		border-bottom: none;
		padding: 3px 0;
	}
	.timetable tbody td p:not(:last-child) {
		margin-bottom: 10px;
	}
	.timetable tbody td p small {
		font-size: 12px;
		margin-top: 4px;
	}
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 320px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* -------------------------------------
診療について
------------------------------------- */
.menuCard .card a {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #FFFBF3;
	position: relative;
}
.menuCard .card a:hover {
	background: #FFF5EF;
}
.menuCard .card a:after {
	content: "";
	width: 20px;
	height: 15px;
	background: url(/wp-content/uploads/icon-arrow02.png) no-repeat center right;
	background-size: contain;
	position: absolute;
	right: 8px;
	bottom: 8px;
}
.menuCard .card a.noPointer {
	pointer-events: none;
}
.menuCard .card a.noPointer:after {
	display: none;
}
.menuCard .card h3 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #555555;
	position: relative;
}
.menuCard .card h3 sub {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 0.08em;
	color: #7C7C7C;
	text-transform: uppercase;
	margin-top: 12px;
}
.menuCard .card h3 small {
	font-size: 20px;
}
.menuCard .card h3:before {
	content: "";
	width: 80px;
	height: 80px;
	background-position: center;
	background-size: contain;
	position: absolute;
}
.menuCard .card.ad h3:before {
	background-image: url(/wp-content/uploads/icon-menu01.png);
}
.menuCard .card.sleep h3:before {
	background-image: url(/wp-content/uploads/icon-menu02.png);
}
.menuCard .card.women h3:before {
	background-image: url(/wp-content/uploads/icon-menu03.png);
}
.menuCard .card.panic h3:before {
	background-image: url(/wp-content/uploads/icon-menu04.png);
}
.menuCard .card.adhd h3:before {
	background-image: url(/wp-content/uploads/icon-menu05.png);
}
.menuCard .card.depression h3:before {
	background-image: url(/wp-content/uploads/icon-menu06.png);
}
.menuCard .card.sad h3:before {
	background-image: url(/wp-content/uploads/icon-menu07.png);
}
.menuCard .card.counseling h3:before {
	background-image: url(/wp-content/uploads/icon-menu08.png);
}
.menuCard .card.business h3:before {
  background-image: url(/wp-content/uploads/icon-menu09.png);
}
.menuCard .card .txt {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #6B6B6B;
}

@media screen and (min-width: 1024px) {
	.menuCard {
		display: flex;
		column-gap: 17px;
	}
	.menuCard .cardLeft {
		width: 382px;
		display: flex;
		flex-direction: column;
		row-gap: 17px;
	}
	.menuCard .cardLeft .card a {
		justify-content: center;
		min-height: 229px;
		padding: 32px 32px 32px 136px;
		position: relative;
	}
	.menuCard .cardLeft .card h3 {
		margin-bottom: 16px;
	}
	.menuCard .cardLeft .card:nth-child(2) h3 {
		line-height: 1.4;
	}
	.menuCard .cardLeft .card h3:before {
		left: -104px;
		top: 0;
	}
	.menuCard .cardRight {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		column-gap: 17px;
		row-gap: 17px;
		text-align: center;
	}
	.menuCard .cardRight .card:nth-child(-n+3) {
		width: calc((100% - 34px) / 3);
	}
	.menuCard .cardRight .card:nth-child(5),
	.menuCard .cardRight .card:nth-child(6),
	.menuCard .cardRight .card:nth-child(7) {
		width: calc((100% - 34px) / 3);
	}
	.menuCard .cardRight .card a {
		justify-content: flex-start;
	}
	.menuCard .cardRight .card:nth-child(-n+3) a {
		min-height: 355px;
		padding: 128px 24px 24px;
	}
	.menuCard .cardRight .card:nth-child(5) a,
	.menuCard .cardRight .card:nth-child(6) a,
	.menuCard .cardRight .card:nth-child(7) a {
		min-height: 350px;
		padding: 128px 15px 24px;
	}
	.menuCard .cardRight .card h3 {
		margin-bottom: 24px;
	}
	.menuCard .cardRight .card h3:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.menuCard .cardRight .card:nth-child(-n+3) h3:before {
		top: -104px;
	}
	.menuCard .cardRight .card:nth-child(5) h3:before,
	.menuCard .cardRight .card:nth-child(6) h3:before,
	.menuCard .cardRight .card:nth-child(7) h3:before {
		width: 80px;
		height: 80px;
		top: -104px;
	}
}

@media screen and (max-width: 1239px) and (min-width: 1024px) {
	.menuCard .cardLeft {
		width: 342px;
	}
	.menuCard .cardLeft .card a {
		padding-left: 126px;
	}
	.menuCard .cardRight .card:nth-child(-n+3) a {
		padding-top: 118px;
	}
	.menuCard .card h3 {
		font-size: 18px;
	}
	.menuCard .card h3 small {
		font-size: 16px;
	}
	.menuCard .card .txt {
		font-size: 12px;
	}
}

@media screen and (max-width: 1023px) {
	.menuCard .cardRight {
		margin-top: 24px;
	}
	.menuCard .cardRight .card:not(:first-child) {
		margin-top: 24px;
	}
	.menuCard .card a {
		padding: 32px 16px 32px 120px;
	}
	.menuCard .card h3 {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 16px;
	}
	.menuCard .card h3:before {
		left: -104px;
	}
	.menuCard .card h3 sub {
		margin-top: 8px;
	}
}

@media screen and (max-width: 389px) {
	.menuCard .card h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 374px) {
	.menuCard .card a {
		padding-left: 90px;
	}
	.menuCard .card h3 {
		font-size: 20px;
	}
	.menuCard .card h3:before {
		width: 60px;
		height: 60px;
		left: -74px;
	}
}
