@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 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2;
	color: #3D3D3D;
	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 {
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	text-decoration: underline;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 700;
}
.txtcolor {
	color: #2B90B4;
}
.highlight {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FBFFB6));
	background: -webkit-linear-gradient(transparent 60%, #FBFFB6 0%);
	background: linear-gradient(transparent 60%, #FBFFB6 0%);
    padding-bottom: 7px;
}
:target {
  scroll-margin-top: 80px;
}
body.noscroll #header{
	top: 0 !important;
}

/*　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,
.elementor-editor-active #content > .custom_calendar {
	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; }
.pt80 { padding-top: 80px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ovHide {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

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

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

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


/* =====================================
■HEADER
===================================== */
body.noscroll {
	overflow-y: hidden !important;
	height: 100% !important;
}
#wrapper {
	height: 100%;
	padding-top: 80px;
	box-sizing: border-box;
}
header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.5s;
}
header .wrap {
	display: flex;
	justify-content: space-between;
	padding-right: 80px;
	position: relative;
	z-index: 9999;
}
header .wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 4px rgba(164, 164, 164, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
header .logo {
	width: 340px;
	height: 80px;
	display: flex;
	align-items: center;
	margin-left: 17px;
	padding-top: 3px;
	box-sizing: border-box;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}
header .contactBox ul {
	height: 80px;
	display: flex;
	align-items: center;
}
header .contactBox ul li:first-child {
	width: 50px;
	margin-right: 17px;
}
header .contactBox ul li:not(:first-child) {
	width: 280px;
	height: 100%;
}
header .contactBox ul li:not(:first-child) a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
header .contactBox ul li:not(:first-child) a span {
	display: inline-block;
	padding-left: 42px;
	position: relative;
}
header .contactBox ul li.tel a {
	background: #FFEEEE;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #5F5742;
}
header .contactBox ul li.tel a span:before {
	content: "";
	width: 27px;
	height: 35px;
	background: url(/wp-content/uploads/icon-tel.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 10px;
}
header .contactBox ul li.inq a {
	background: linear-gradient(to right, #FD9760, #F88484);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff;
	text-decoration: none !important;
}
header .contactBox ul li.inq a em {
	font-size: 23px;
	font-weight: 600;
	color: #FDFD84;
	margin-left: 4px;
}
header .contactBox ul li.inq a span:before {
	content: "";
	width: 24px;
	height: 26px;
	background: url(/wp-content/uploads/icon-calendar.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 12px;
}
header .contactBox ul li a:hover {
	opacity: 0.8;
}

/* toggleMenu */
.toggleMenu {
	width: 80px;
	height: 80px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.triggers,
.triggers span {
	transition: all .5s;
	box-sizing: border-box;
}
.triggers {
	width: 20px;
	height: 23px;
	cursor: pointer;
	position: relative;	
	margin: 33px auto 0;
}
.triggers span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #454545;
	border-radius: 5px;
}
.triggers span:nth-of-type(2) {
	transform: translateY(5px);
}
.triggers span:nth-of-type(3) {
	transform: translateY(10px);
}
.toggleMenu.active .triggers span:nth-of-type(1) {
	transform: translateY(8px) rotate(-135deg);
}
.toggleMenu.active .triggers span:nth-of-type(2) {
	opacity: 0;
}
.toggleMenu.active .triggers span:nth-of-type(3) {
	transform: translateY(4px) rotate(135deg);
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	header .logo {
		width: 300px;
	}
	header .contactBox ul li:not(:first-child) {
		width: 260px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	#wrapper {
		padding-top: 60px;
	}
	header .wrap {
		padding-right: 60px;
	}
	header .logo {
		width: 220px;
		height: 60px;
		margin-left: 15px;
	}
	header .contactBox ul {
		height: 60px;
	}
	header .contactBox ul li:first-child {
		width: 34px;
		margin-right: 15px;
	}
	header .contactBox ul li:not(:first-child) {
		width: 200px;
	}
	header .contactBox ul li:not(:first-child) a span {
		padding-left: 32px;
	}
	header .contactBox ul li.tel a {
		font-size: 20px;
	}
	header .contactBox ul li.tel a span:before {
		width: 21px;
		height: 26px;
		top: 8px;
	}
	header .contactBox ul li.inq a {
		font-size: 16px;
	}
	header .contactBox ul li.inq a em {
		font-size: 17px;
	}
	header .contactBox ul li.inq a span:before {
		width: 20px;
		height: 22px;
		top: 8px;
	}
	.toggleMenu {
		width: 60px;
		height: 60px;
	}
	.triggers {
		width: 20px;
		height: 23px;
		margin: 23px auto 0;
	}
}

@media screen and (max-width: 767px) {
	header .logo {
		width: 100%;
		padding: 3px 15px 0 17px;
		margin-left: 0;
	}
	header .logo img {
		max-width: 247px;
	}
}


/* -------------------------------------
nav
------------------------------------- */
nav {
	background: #fff;
	width: 100%;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	position: fixed;
	top: 80px;
	left: 0;
	padding: 50px 0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.3s linear;
	pointer-events: none;
}
nav.open {
	opacity: 1;
	transition: opacity 0.3s linear;
	pointer-events: auto;
}
nav .inner {
	width: 58%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 48px;
	row-gap: 29px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	padding: 0 90px;
	box-sizing: border-box;
}
nav .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	row-gap: 29px;
}
nav .menu li a {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	color: #454545;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
}
nav .menu > li > a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.67;
}
nav .subMenu {
	margin-top: 13px;
}
nav .subMenu li {
	padding-left: 35px;
	position: relative;
}
nav .subMenu li:not(:first-child) {
	margin-top: 2px;
}
nav .subMenu li:before {
	content: "";
	border-left: 7px solid #A98C59;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 20px;
	top: 14px;
}
nav .subMenu li a {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

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

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	nav .inner {
		padding: 0 50px 0 30px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	nav {
		height: calc(100vh - 60px);
		top: 60px;
	}
	nav.open:before {
		width: 80%;
	}
	nav .inner {
		width: auto;
		flex-direction: column;
		padding: 0 50px 0 0;
	}
	nav .menu li a {
		text-shadow: -1px -1px 1px #fff;
		filter: drop-shadow(2px 2px 3px #fff);
	}
}

@media screen and (max-width: 767px) {
	nav {
		padding: 0 0 38px;
		overflow: hidden;
	}
	nav .inner {
		width: 100%;
		height: 100%;
		flex-direction: column;
		padding: 38px 35px 0;
		overflow-y: auto;
	}
}


/* =====================================
■ コンバージョン
===================================== */
.conversion {
	background: #FCFCED;
	padding: 81px 0 98px;
	position: relative;
	z-index: 2;
}
.conversion:before {
	content: "";
	width: 380px;
	height: 248px;
	background: -webkit-linear-gradient(290deg, rgba(247, 153, 66, 1) 0%, rgba(248, 211, 129, 0.8) 100%);
	clip-path: polygon(100% 0, 0 100%, 0 0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.2;
	pointer-events: none;
}
.conversion:after {
	content: "";
	width: 378px;
	height: 246px;
	background: -webkit-linear-gradient(135deg, rgba(247, 153, 66, 1) 0%, rgba(248, 211, 129, 0.8) 120%);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: 0.2;
	pointer-events: none;
}
.conversion .headingWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}
.conversion .heading {
	font-size: 105px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	color: #FFBA71;
	background: -webkit-linear-gradient(0deg, #FFBA71 0%, #F88484 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-bottom: 0;
}
.conversion .catch {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.875;
	color: #454545;
	position: relative;
	top: 10px;
}
.conversion .catch em {
	font-weight: 500;
	color: #2B90B4;
}
.conversion .txtWrap {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin: 41px 0 32px;
}
.conversion .contactList {
	position: relative;
}
.conversion .contactList:after {
	content: "";
	width: 363px;
	height: 182px;
	background: url(/wp-content/uploads/contact-balloon.png) no-repeat right bottom;
	background-size: contain;
	position: absolute;
	right: -64px;
	top: -133px;
	z-index: 2;
}
.conversion .contactList img {
	width: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

@media screen and (min-width: 768px) {
	.conversion .txtWrap {
		width: 68%;
		max-width: 730px;
	}
	.conversion .contactList {
		display: flex;
		justify-content: space-between;
	}
	.conversion .contactList li:first-child img {
		border-radius: 10px 0 0 10px;
	}
	.conversion .contactList li:last-child img {
		border-radius: 0 10px 10px 0;
	}
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.conversion .heading {
		font-size: 90px;
	}
	.conversion .catch {
		font-size: 22px;
	}
	.conversion .contactList:after {
		width: 323px;
		right: -30px;
		top: -140px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.conversion .heading {
		font-size: 64px;
	}
	.conversion .catch {
		font-size: 18px;
		letter-spacing: 0.05em;
		top: 5px;
	}
	.conversion .txtWrap {
		font-size: 15px;
	}
	.conversion .contactList:after {
		width: 253px;
		right: -30px;
		top: -150px;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		padding: 45px 0 38px;
	}
	.conversion:before {
		width: 222px;
		height: 145px;
	}
	.conversion:after {
		width: 233px;
		height: 152px;
	}
	.conversion .container {
		padding: 0 20px;
	}
	.conversion .heading {
		width: 100%;
		font-size: 55px;
		line-height: 1;
	}
	.conversion .catch {
		font-size: 17px;
		letter-spacing: 0.1em;
		line-height: 1.824;
		top: 0;
		margin-top: 15px;
	}
	.conversion .txtWrap {
		font-size: 15px;
		line-height: 2;
		margin: 25px 0 0;
	}
	.conversion .contactWrap {
		margin-top: 150px;
	}
	.conversion .contactList {
		margin-left: 10px;
		margin-right: 5px;
	}
	.conversion .contactList:after {
		width: 291px;
		height: 147px;
		background: url(/wp-content/uploads/contact-balloon_sp.png) no-repeat right bottom;
		background-size: contain;
		right: -6px;
		top: -120px;
	}
	.conversion .contactList li:first-child img {
		border-radius: 10px 10px 0 0;
	}
	.conversion .contactList li:last-child img {
		border-radius: 0 0 10px 10px;
	}
}

@media screen and (max-width: 374px) {
	.conversion .heading {
		font-size: 45px;
	}
	.conversion .catch {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.conversion .txtWrap {
		font-size: 14px;
	}
	.conversion .contactWrap {
		margin-top: 130px;
	}
	.conversion .contactList:after {
		width: 241px;
		top: -120px;
	}
}


/* =====================================
■ BANNER
===================================== */
.banner {
	padding: 56px 0 52px;
}
.banner dl dt {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000000;
}

@media screen and (min-width: 768px) {
	.banner .firstline {
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-gap: 19px;
	}
	.banner .firstline dl {
		display: grid;
		grid-gap: 15px 19px;
	}
	.banner .firstline dl:first-child {
		grid-template-columns: repeat(2, 1fr);
	}
	.banner .firstline dl:first-child dt {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
	}
	.banner .secondline {
		margin: 36px 0 39px;
	}
	.banner .secondline dl dt {
		margin-bottom: 18px;
	}
	.banner .secondline dl ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 17px 19px;
	}
	.banner .singleline {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 17px 19px;
	}
}

@media screen and (max-width: 767px) {
	.banner {
		padding: 30px 0 42px;
	}
	.banner dl dt {
		margin-bottom: 13px;
	}
	.banner dl dd:not(:last-child) {
		margin-bottom: 8px;
	}
	.banner .firstline dl:first-child {
		margin-bottom: 27px;
	}
	.banner .secondline {
		margin: 27px 0 32px;
	}
	.banner .secondline ul li:not(:first-child) {
		margin-top: 8px;
	}
}


/* =====================================
■ FOOTER
===================================== */
#footer {
	background: #F7F7F5;
	border-bottom: 50px solid #43A4F2;
	padding: 51px 0 90px;
	position: relative;
}
#footer .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 30px;
	width: 100%;
	max-width: 1140px;
	letter-spacing: 0;
	color: #000000;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#footer .infoWrap {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
#footer .logo {
	width: 100%;
	margin-bottom: 49px;
}
#footer .guild {
	margin-top: 6px;
}
#footer .guild a {
	color: #000000;
}
#footer .guild a:hover {
	text-decoration: underline;
}
#footer address {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 15px;
}
#footer .snsWrap {
	max-width: 50px;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	#footer .infoWrap {
		max-width: 340px;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		border-bottom: none;
		padding: 37px 0;
	}
	#footer .inner {
		max-width: 373px;
	}
	#footer .infoWrap {
		width: 100%;
	}
	#footer .snsWrap {
		margin-top: 14px;
	}
}

@media screen and (max-width: 374px) {
	#footer .inner {
		padding: 0 20px;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
footer .fixedBox {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9998;
	transition: all 0.5s;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		display: block;
		width: 100%;
	}
	footer .fixedBox ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	footer .fixedBox ul li a {
		display: block;
	}
	footer .fixedBox img {
		width: 100%;
		opacity: 1 !important;
	}
}

.floating-block{
	display: grid;
	grid-template-columns: 17.33% 1fr;
}
.floating-contact{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/* =====================================
■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-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}

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


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


/* -------------------------------------
* ボタン
------------------------------------- */
.elementor-button-wrapper {
	line-height: 1;
}
.btn-green .elementor-button {
	display: inline-block;
	vertical-align: bottom;
	width: 100% !important;
	max-width: 276px;
	background: #44BA85;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
	padding: 18px 20px 19px;
	box-sizing: border-box;
	text-decoration: none !important;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button {
	display: inline-block;
	vertical-align: bottom;
	width: 100% !important;
	max-width: 276px;
	background: #de8484;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
	padding: 18px 20px 19px;
	box-sizing: border-box;
	text-decoration: none !important;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:hover {
	opacity: 0.8;
}
.elementor-button-content-wrapper {
	display: inline-block;
	padding-right: 28px;
	position: relative;
}
.elementor-button-content-wrapper:before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.btn-green .elementor-button-content-wrapper:after {
	content: "";
	width: 7px;
	height: 8px;
	background: #43A4F2;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.elementor-button-content-wrapper:after {
	content: "";
	width: 7px;
	height: 8px;
	background: #de8484;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}


/* =====================================
■ 診療時間
===================================== */
.timetable table th,
.timetable table td {
	background: #fff;
	border: 1px solid #B3B3B3;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 13px 0;
}
.timetable table thead th {
	background: #20B0E4;
	font-weight: 700;
	color: #fff;
	padding: 8px 0;
}
.timetable table thead th:first-child {
	width: 23.5%;
	text-align: left;
	padding-left: 19px;
}
.timetable table tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	padding-left: 19px;
}
.timetable table tbody td {
	color: #20B0E4;
}
.timetable table tbody td.holiday {
	color: #000000;
}
.note {
	font-weight: 500;
	line-height: 1.5;
	color: #454545;
	margin-top: 23px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.timetable table th,
	.timetable table td {
		font-size: 12px;
	}
	.timetable table tbody th {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.timetable table th,
	.timetable table td {
		font-size: 14px;
		padding: 8px 0;
	}
	.timetable table thead th {
		font-size: 10px;
		padding: 5px 0;
	}
	.timetable table thead th:first-child {
		width: 32%;
		padding-left: 12px;
	}
	.timetable table tbody th {
		padding-left: 12px;
	}
	.note {
		font-size: 14px;
		line-height: 1.71;
		margin-top: 15px;
	}
}
