@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', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.875;
	color: #4B4B4B;
	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: #454545;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	transition: all 0.5s;
	opacity: .6;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #D88329 !important;
		text-decoration: underline;
	}
	.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; }
.mb120 { margin-bottom: 120px !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;
}

/* 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: 1220px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;

}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 0;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #FFF, #FFF, #FDF2E8);
	padding-top: 110px; 
}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
	margin: 0px auto;
	padding: 21px 0;
	background: linear-gradient(to right, #FFF, #FFF, #FDF2E8);
}
header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 48px;
}
header .logo {
	max-width: 318.5px;
	height: auto;
	display: flex;
	align-items: center;
	width: 23%;
}
header nav {
	width: 52%;
	max-width: 492px;
	margin-left: auto;
	padding-right: 57px;
	padding-left: 50px;
	box-sizing: border-box;
}
header .header_right {
	width: 22%;
	max-width: 279px;
}
header .header_right ul li:first-child img,
header .header_right ul li:nth-child(2) img {
	max-width: 50px;
}
header .header_right ul li:last-child img {
	max-width: 90px;
}
header .header_right ul li {
	width: calc(100% / 3);
	text-align: center;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}
header .header_right_box {
	/*width: 408px;*/
	width: 237px;
	float: right;
	text-align: right;
	height: 77px;
	display: flex;
	align-items: center;
}
header .header_right_box ul {
	display: flex;
}
header .header_right_box ul li {
	/*width: 56%;*/
	width: 93%;
	position: relative;
}
header .header_right_box ul li:before {
	position: absolute;
	content: "";
	background: #81ACEC;
	width: 1px;
	height: 80%;
	left: -15px;
	top: 13%;
}
header .header_right_box ul li:first-child {
	width: 30%;
	padding-right: 23px;
	padding-top: 5px;
	display: none;
}
header .header_right ul {
	display: flex;
}
@media screen and (max-width: 767px) {
	header .header_right_box ul li:first-child {
		display: block;
	}
	header .wrap {
		padding: 0;
	}
}

@media screen and (max-width: 1223px) and (min-width: 768px) {
	/*#wrapper {
	padding-top: 70px;
}*/
	header .wrap {
		padding: 0 20px;
	}
	header .logo {
		height: 70px;
		margin-left: 10px;
	}
	header .header_right_box {
		width: 208px;
	}
	header .header_right_box ul li:first-child {
		padding-top: 0;
	}
	header nav {
		width: 38%;
		padding-left: 20px;
		margin-right: 0;
		padding-right: 20px;
	}
	header .header_right {
		padding-right: 18px;
		padding-left: 18px;
	}

}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	nav .menu > li > a > span, nav .menu > li > span > span {
		font-size: 12px;
	}
	header .header_right ul li:first-child img,
	header .header_right ul li:nth-child(2) img {
		max-width: 35px;
	}
	header .header_right ul li:last-child img {
		max-width: 64px;
	}
}
@media screen and (max-width: 767px) {
	/*#wrapper {
	padding-top: 60px;
}*/
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0 !important;
		/*position: absolute;*/
		border-radius: 0;
		width: 100%;
		margin: 0 !important;
		padding: 16px 14px;
		box-sizing: border-box;
	}
	/*header .wrap {
	background: #fff;
	border-radius: 50px;
	padding: 5px 7px 4px 20px;
	box-shadow: 0 3px 16px rgba(128, 128, 128, 0.16);
}*/
	header.open {
		background: #EEE5D3;
		position: fixed;
		top: 0 !important;
		left: 0;
		opacity: 0.95;
	}
	header .logo {
		width: calc(100% - 99px);
		height: 55px;
		margin: 0;
	}
	header .logo img {
		max-width: 222px;
	}
	/*header .header_right_box {
	display: none;
}*/

	/* toggleMenu */
	.toggleMenu {
		display: block;
		width: 64px;
		height: 40px;
		background: linear-gradient(to right, #5CB3E2, #207AB6);
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 21px;
		right: 21px;
		z-index: 9999;
		border-radius: 100px;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		display: block;
		width: 24px;
		height: 21px;
		margin: 10px auto 0;
		text-align: center;
		cursor: pointer;
		position: relative;
	}
	.triggers span {
		width: 100%;
		height: 3px;
		background-color: #fff;
		position: absolute;
		left: 0;
		border-radius: 10px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		display: block;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	header .header_right_box ul li {
		/*width: 44%;
		max-width: 30px;*/
		width: 100%;
		max-width: 49px;
	}
	header .header_right_box ul li:first-child {
		width: 56%;
		max-width: 41px;
		padding-top: 0;
		padding-right: 0;
		margin-right: 20px;
	}
	header .header_right_box ul li:before {
		left: -11px;
	}
	header .header_right_box ul li:first-child:before {
		display: none;
	}
	header .header_right_box ul {
		align-items: center;
	}
	header .header_right_box {
		/*max-width: 88px;*/
		max-width: 67px;
		height: 55px;
		margin-right: 71px;
		width: 100%;
	}
}

/* -------------------------------------
nav
------------------------------------- */
nav .menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
nav .menu > li {
	position: relative;
	margin-left: 31px;
}
nav .menu > li:first-child {
	margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {	
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 77px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #3B4043;
	cursor: pointer;
	position: relative;
	z-index: 100;
	transition: all 0.5s;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
	position: relative;
	color: #4B4B4B;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 16px;
}
nav .menu > li > a sub {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 7px;
	font-size: 12px;
	color: #5CB3E2;
}
nav .menu > li ul {
	display: block;
	width: 189px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -94px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.5s;
}
.desktop nav .menu > li.hover ul:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -33px;
	z-index: -1;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li:not(:first-child) {
	border-top: 1px solid #809FEE;
}
nav .menu > li ul li a {
	display: block;
	background: #fff;
	padding: 0 9px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul li:last-child a {
	border-radius: 0 0 5px 5px;
}
nav .menu > li ul a:hover {
	opacity: 1;
	background-image: linear-gradient(to right, rgba(105, 194, 221, 0.5), rgba(106, 133, 247, 0.5));
	text-decoration: none !important;
}
nav .menu > li ul li a > span {
	display: block;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.4;
	text-align: left;
	color: #3B4043;
	font-size: 14px;
	padding: 14px 0 15px 16px;
	position: relative;
}
nav .menu > li ul li a > span:before {
	content: "";
	border-left: 2px solid #81ACEC;
	border-top: 2px solid #81ACEC;
	position: absolute;
	left: 0;
	top: 22px;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(135deg);
	width: 7px;
	height: 7px;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
	nav .menu > li > a:after,
	nav .menu > li > span:after {
		display: block;
		content: "";
		width: 40px;
		height: 4px;
		background: #7BC0E7;
		border-radius: 5px;
		position: absolute;
		left: calc(50% - 20px);
		bottom: 0;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	.desktop nav .menu > li > span:hover:after,
	nav .menu > li.hover > a:after,
	nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li > span > span:before {
		content: "";
		width: 7px;
		height: 7px;
		border-left: 2px solid #81ACEC;
		border-top: 2px solid #81ACEC;
		position: absolute;
		bottom: -12px;
		left: 50%;
		margin-left: -5px;
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	nav .menu > li > a > span, nav .menu > li > span > span {
		font-size: 10px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
	nav .menu > li {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	nav {
		margin-right: 18px;
	}
	nav .menu > li {
		margin-left: 10px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		height: 70px;
		font-size: 12px;
	}
	nav .menu > li ul {
		width: 160px;
		margin-left: -80px;
	}
	nav .menu > li ul li a > span {
		font-size: 12px;
	}
	/*nav .menu > li ul li a > span:before {
	border-left: 7px solid #D88329;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: 1px;
	top: 17px;
}*/
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		top: 86px;
		left: 0;
		margin: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
		padding-bottom: 20px;
		background: #EEE5D3;
		opacity: 0.95;
	}
	nav .menu {
		display: block;
		border: none;
		padding: 30px;
	}
	nav .menu > li {
		margin: 0;
	}
	nav .menu > li:not(:first-child) {
		margin-top: 2px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		padding: 19px 45px 19px 23px !important;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: left;
	}
	nav .menu > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 2px solid #81ACEC;
		border-top: 2px solid #81ACEC;
		position: absolute;
		top: 50%;
		right: 23px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
	}
	nav .menu > li ul:before,
	nav .menu > li.hover ul:after {
		display: none !important;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 2px;
		border: none !important;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li:last-child a {
		border-radius: 0;
	}
	nav .menu > li ul li a > span {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.1em;
		padding: 2px 0 2px 9px;
		color: #22201E;
	}
	nav .menu > li ul li a > span:before {
		width: 8px;
		height: 4px;
		background: #fff;
		border-radius: 5px;
		border: none;
		top: 28px;
		display: none;
	}
	nav .menu > li ul a:hover {
		background: none;
	}
	nav .menu > li ul li a:hover > span {
		text-decoration: underline;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	header nav {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		padding-left: 0;
	}
	nav .menu > li > a sub {
		display: none;
	}

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

	.contactBox {
		background: url(/wp-content/uploads/contact_bg-1.png);
		background-size: cover;
		padding: 27px 30px 30px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 700;
		color: #fff;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .txt {
		font-size: 14px;
		line-height: 2;
		text-align: left;
		margin-top: 15px;
	}
	.contactBox .heading {
		font-size: 32px;
		letter-spacing: 0.12em;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	.contactBox .heading sub {
		font-size: 15px;
		letter-spacing: 0.03em;
		display: block;
		padding-top: 5px;
	}
	.contactBox dl {
		margin-bottom: 21px;
	}
	.contactBox dt {
		width: 83px;
	}
	.contactBox dt span {
		display: block;
		width: 100%;
		height: 32px;
		background: #BC6B14;
		border-radius: 0;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 32px;
		color: #fff;
		text-align: center;
	}
	.contactBox dd {
		font-size: 19px;
		letter-spacing: 0.1em;
		line-height: 1.68;
	}
	.contactBox dd:not(:last-child) {
		margin-bottom: 15px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 15px;
	}
	.contactBox ul li img {
		width: 100%;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		color: #333;
	}
	.contactBox ul {
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	.contactBox ul li {
		width: calc(100% / 3);
		text-align: center;
		border-right: 1px solid #54442E;
	}
	.contactBox ul li:first-child {
		border-left: 1px solid #54442E;
	}
	.contactBox ul li img {
		max-width: 50px;
	}
	.contactBox ul li:last-child img {
		max-width: 90px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 25px;
	}
	.contactBox {
		padding: 22px 25px 25px;
	}
	.contactBox .heading {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
	.contactBox dd {
		font-size: 16px;
	}
}

/* =====================================
■コンバージョン
===================================== */
.conversion {
	padding: 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 2;
}
.conversion .inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.conversion .inner .contact_Title {
	position: absolute;
	left: 0;
	top: 0;
	writing-mode: vertical-lr;
	font-weight: 400;
	font-size: 15px;
}
/* .conversion .inner .contactSec {
max-width: 100%;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
} */
.conversion .contact_txt {
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 2.2;
}
.conversion .heading {
	font-size: 28px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: left;
}
.conversion dl dt:not(:first-child) {
	/* 	margin-left: 40px; */
}
.conversion dt span {
	display: block;
	width: 100%;
	height: 32px;
	background: #BC6B14;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #fff;
	text-align: center;
	padding: 0 7px;
	box-sizing: border-box;
	min-width: 69px;
}
.conversion dd {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 5px 0 0 10px;
	box-sizing: border-box;
}
.conversion dd.timeTxt {
	font-size: 19px;
	padding-top: 3px;
}
.conversion .inner .contactSec .contactnner .contact01 {
	width: 100%;
}
/*.conversion ul li:last-child {
display: none;
}*/
/* .conversion ul li img {
width: 100%;
} */
.conversion .txt {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.contactSec .treat-cat ul {
	display: flex;
	justify-content: space-between;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.footer_menuC {
	background: #f8f4ed;
	padding: 50px 0;
}
.footer_menuC .bg-treat {
	max-width: 800px;
	margin: 0 auto;
}
/* .page-id-1382 .conversion .inner .contactSec,
.page-id-1619 .conversion .inner .contactSec,
.page-id-1694 .conversion .inner .contactSec,
.page-id-1762 .conversion .inner .contactSec,
.page-id-1792 .conversion .inner .contactSec,
.page-id-1802 .conversion .inner .contactSec,
.page-id-1810 .conversion .inner .contactSec,
.page-id-2210 .conversion .inner .contactSec,
.page-id-2157 .conversion .inner .contactSec,
.page-id-2407 .conversion .inner .contactSec,
.page-id-2315 .conversion .inner .contactSec,
.page-id-2777 .conversion .inner .contactSec {
display: none;
} */
@media  (min-width: 768px) and (max-width: 1024px) {
	.conversion dt span {
		display: block;
		width: 100%;
		height: 32px;
		background: #BC6B14;
		font-size: 14px;
		letter-spacing: 0em;
		line-height: 32px;
		color: #fff;
		text-align: center;
		padding: 0 7px;
		box-sizing: border-box;
		min-width: 69px;
	}
}
@media screen and (max-width: 767px) {
	.conversion {
		padding: 20px 0;
		text-align: left;
		background: url(/wp-content/uploads/contact_spbg-scaled-1.png) left bottom;
	}
	.conversion .inner {
		display: block;
		/* 		max-width: 630px; */
		margin: 0 auto;
		padding: 0;
	}
	.conversion .heading {
		font-size: 24px;
		letter-spacing: 0.12em;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	.conversion dl {
		margin-bottom: 21px;
		display: block;
	}
	.conversion dl dt {
		margin: 0 0 5px!important;
		display: block;
	}
	.conversion dd.timeTxt {
		padding-top: 0;
	}
	.conversion dd:not(:last-child) {
		margin-bottom: 15px;
	}
	.conversion dd {
		letter-spacing: 0.03em;
		line-height: 1.34;
		padding: 0;
	}
	.conversion .txt {
		font-size: 14px;
		line-height: 2;
	}
	.conversion .heading {
		font-size: 23px;
	}
	.contactSec .treat-cat ul {
		padding: 0;
	}
	.treat-cat ul li {
		padding: 0;
	}
	.footer_menuC .treat-list li {
		width: 100%;
		padding: 18px;
	}
}
@media screen and (max-width: 767px) {
	.conversion .inner .contactSec .contactnner {
		display: block;
	}
	.conversion .inner .contactSec .contactnner .contact01 {
		width: 100%;
	}
	.conversion ul {
		width: 100%;
	}
	.conversion .heading {
		margin-bottom: 0;
	}
	.conversion .contact_txt {
		line-height: 1.8;
		margin-bottom: 10px;
	}
	.conversion .inner .contact_Title {
		display: none;
	}
}
@media screen and (max-width: 374px) {
	.conversion {
		padding: 0;
	}
	.conversion .heading {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}


/* =====================================
■FOOTER
===================================== */
footer {
	padding-bottom: 170px;
	position: relative;
}


#footer {
	padding: 64px 0 2px;
	position: relative;
}

#footer .inner {
	width: 100%;
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	column-gap: 230px;
}

#footer .infoWrap .logo {
	line-height: 1;
	padding-bottom: 30px;
	text-align: left;
}
#footer .infoWrap .logo img {
	width: 100%;
	max-width: 281px;
}
.infoWrap .Youtube {
	text-align: left;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}
.infoWrap .Youtube a:last-child {
	padding-top: 5px;
}
#footer .guild {
	width: 100%;
	margin-top: 22px;
	color: #22201E;
}
#footer .guild li {
	font-size: 10px;
	line-height: 1.54;
}
#footer .guild li.sitemap {
	margin-top: 3px;
}
#footer .guild li.copyright {
	margin-top: 61px;
}
#footer .guild li a {
	color: #2D3A57;
}
#footer .guild li a:hover {
	text-decoration: none;
}
#footer .bnrWrap {
	display: flex;
	justify-content: space-between;
}
#footer .bnrWrap .left {
	width: 398px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #4B4B4B;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
#footer .bnrWrap .left p:first-child {
	margin-bottom: 3px;
}
#footer .bnrWrap .right_menu {
	width: 258px;
	display: flex;
	justify-content: space-between;
}
#footer .bnrWrap img {
	width: 100%;
	max-width: 237px;
}
#footer .bnrWrap a:first-child img {
	padding-right: 10px;
}
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	z-index: 9999;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	#footer .bnrWrap img {
		max-width: 187px;
	}
	.infoWrap .Youtube {
		display: block;
	}
	.Youtube a {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	footer {
		background: none;
		padding: 0;
		padding-bottom: 180px;
	}
	#footer {
		padding: 40px 0;
	}
	#footer:before {
		background: url(/wp-content/uploads/footer_spimg.png) no-repeat;
		background-size: 100% 100%;
	}
	#footer .inner {
		display: block;
		padding: 0 30px;
	}
	#footer .infoWrap {
		width: 100%;
		padding-right: 0;
	}
	#footer .guild {
		margin-top: 24px;
	}
	#footer .guild li.copyright {
		margin-top: 9px;
	}
	#footer .bnrWrap {
		width: 100%;
		margin-bottom: 34px;
		text-align: center;
	}
	#footer .bnrWrap img {
		max-width: none;
		margin-bottom: 10px;
	}
}

/*footer .fixedBox {
display: none;
}*/
.fixedBox {
	position: fixed;
	z-index: 111;
	left: 0;
	width: 100%;
}
.fixedBox ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
	margin: 0 auto;
	align-items: center;
}
.fixedBox ul li:first-child {
	width: 506px;
	display: flex;
	justify-content: space-between;
}
.fixedBox ul li:last-child {
	width: 48px;
	height: 48px;
}
.fixedBox ul li:first-child .left {
	width: 52.7%;
	padding-right: 8px;
	box-sizing: border-box;
}
.fixedBox ul li:first-child .right {
	width: 47.3%;
}
.footer_table th, .footer_table td, .bnrWrap {
	padding: .8em 0;
	color: #462e1b;
	text-align: left;
}
.footer_table th {
	padding-right: 1.3em;
	width: 21%;
}
.footer_table tr:not(:last-of-type) {
	border-bottom: dotted 1px #462e1b;
}
.copyright {
	color: #4c4c4c;
	font-size: 11px;
	font-weight: 300;
	display: block;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	word-break: break-all;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	margin-bottom: 1em;
	margin: 0 auto;
}
#footer .bnrWrap dl dt {
	margin-bottom: 10px;
}
#footer .bnrWrap dl dt a,
#footer .bnrWrap dl dd a {
	color: #217BB7;
	font-size: 14px;
	font-weight: 400;
}
.Youtube {
	text-align: center;
}
.Youtube img {
	width: 84px;
}
.Youtube a {
	font-size: 12px;
	color: #454545;
	font-weight: 400;
	padding-left: 20px;
	vertical-align: middle;
}
#footer .bnrWrap .title {
	font-size: 15px;
	color: #54442E;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
}
.footerBox2 {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.footerBox2 address {
	font-size: 12px;
	color: #4B4B4B;
	font-weight: 400;
	letter-spacing: 0;
}
.footerBox2 .Youtube a {
	color: #fff;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
	text-align: left;
	padding: 0;
	width: 125px;
	height: 37px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: linear-gradient(to right, #5CB3E2, #207AB6);
	border-radius: 25px;
	position: relative;
	padding-left: 16px;
}
.footerBox2 .Youtube a:after {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/here_icon.png) no-repeat;
	width: 21px;
	height: 16px;
	background-size: cover;
	right: 0;
	right: 13px;
	top: 11px;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	footer .fixedBox {
		display: block;
		width: 97%;
		position: fixed;
		right: 0;
		bottom: 0px !important;
		z-index: 1001;
		transition: all 0.5s;
		max-width: 100%;
		margin: 0 auto;
	}
	footer .fixedBox ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	footer .fixedBox ul li {
		width: 35.7%;
		position: relative;
	}
	footer .fixedBox ul li:nth-child(2) {
		width: 50.1%;
	}
	footer .fixedBox ul li:last-child {
		width: 14.2%;
	}
	footer .fixedBox img {
		width: 100%;
	}
	footer .fixedBox a:hover img {
		opacity: 1;
	}
	#footer .infoWrap {
		border-right: none;
	}
	#footer .bnrWrap {
		display: block;
		text-align: left;
		padding-left: 0;
	}
	#footer .bnrWrap .right {
		padding-top: 0;
	}
	.fixedBox ul {
		width: 100%;
		column-gap: 0;
	}
	footer .fixedBox ul li:first-child {
		width: 35.8%;
		padding-right: 8px;
		box-sizing: border-box;
	}
	footer .fixedBox ul li:nth-child(2) {
		width: 47%;
		padding-right: 8px;
		box-sizing: border-box;
	}
	footer .fixedBox ul li:last-child {
		width: 17.2%;
	}
	#footer .bnrWrap .left a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #4B4B4B !important;
		text-decoration: none;
	}
	#footer .bnrWrap .left p:not(:last-child) {
		margin-bottom: 1px;
	}
	#footer .bnrWrap .right_menu {
		margin-top: 40px;
	}
	.footerBox2 {
		display: block;
	}
	#footer {
		padding: 40px 0 0 0;
		margin-bottom: 10px !important;
	}
	.footerBox2 address {
		margin-top: 30px;
	}
	#footer .bnrWrap .left {
		width: 100%;
		padding-right: 0;
	}
}
