@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
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,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}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Zen Maru Gothic';
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	font-weight: 500;
	color: #3E424D;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
.page-id-43{
	letter-spacing: 0;
	line-height: 24px;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: baseline;
	text-decoration: none;
	color: #3E424D;
	transition-duration: 0.3s;
}
img{
	transition: 0.3s all ease;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}
@media screen and (min-width: 768px){
	a:hover img {
		opacity: 0.8;
	}
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .menu-trigger,
body.nav--opened #header .header_menu.open .g_nav,
body.nav--opened #header .header_menu.open .g_nav * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened{
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
.nav--opened #header .header_menu.open .g_nav{
	visibility: visible;
	pointer-events: visible;
	overflow: auto;
}
img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


table {
	width: 100%;
}

strong, b {
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}
.page-id-43 .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
}
.elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
/*--------------------------------------
	icons
--------------------------------------*/

@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; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}

.ttl-common{
	font-size: 40px;
	line-height: 1.28;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.ttl-common small.eng{
	display: table;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #fff;
	background: #5CA1C1;
	padding: 4px 16px;
	border-radius: 20px;
	margin-bottom: 16px;
}
.ttl-common span{
	display: block;
}
.ttl-common span::first-letter{
	color: #5CA1C1;
}

.ttl-common.white{
	color: #fff;
}
.ttl-common.white small.eng{
	background: #fff;
	color: #E4AF50;
}
.ttl-common.white span::first-letter{
	color: #fff;
}
@media screen and (min-width: 768px){
	.ttl-common.txt-vertical-pc{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.ttl-common.txt-vertical-pc small.eng{
		order: 2;
		padding: 10px 5px;
		margin-right: 5px;
	}
	.ttl-common.txt-vertical-pc span{
		order: 1;
		letter-spacing: 0.28em;
	}
}
@media screen and (max-width: 767px){
	.ttl-common{
		font-size: 8.2vw;
	}
	.ttl-common small.eng{
		font-size: 3.6vw;
		line-height: 1;
		padding: 2.1vw 4.1vw;
		border-radius: 5.1vw;
		margin-bottom: 1.0vw;
	}
}
/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1204px;
	padding: 0 30px;
	margin: 0 auto;
}
.page-id-43 .container{
	max-width: 1140px;
}
.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
	padding-top: 100px;
	overflow: hidden;
}
.page-id-43 #wrapper{
	padding-top: 80px;
}
@media (max-width: 767px) {
	#wrapper{
		padding-top: 84px;
	}
	.page-id-43 #wrapper{
		padding-top: 64px;
	}
	.container{
		padding: 0 7.7vw;
	}
}
/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none !important;
}

.mb {
	display: none;
}

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

	.sp {
		display: block !important;
	}

}

@media screen and (max-width:480px) {
	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}
.ra24{
	border-radius: 24px !important;
}
.ra40{
	border-radius: 40px !important;
}
.ra48{
	border-radius: 48px !important;
}
@media screen and (max-width: 767px){
	.ra24,
	.ra40{
		border-radius: 4.1vw !important;
	}
	.ra48{
		border-radius: 6.2vw !important;
	}
}
@media only screen and (min-width: 768px){
	.txt-vertical-pc {
		cursor: vertical-text;
		writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-moz-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
		word-wrap: break-word;
	}
}

/*--------------------------------------
	text color
--------------------------------------*/
.fz24{
	font-size: 24px;
}
.cl-pink {
	color: #D77B78;
}
.cl-blue{
	color: #5CA1C1;
}
.cl-yellow{
	color: #E4AF50;
}
.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #D77B78!important;
}

.txt_link:hover {
	text-decoration: none!important;
}
.btn_link{
	max-width: 320px;
	width: 100%;
}
.btn_link a{
	color: #fff;
	background: #D77B78;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.08em;
	transition: all 0.3s;
	box-sizing: border-box;
	padding: 16px 28px;
	border-radius: 30px;
}

.btn_link a:after {
	content: "";
	width: 10px;
	background-image: url('img/top/icon_right.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
}

.btn_link a:hover {
	opacity: 0.7;
}
.btn .btn_link{
	margin: 0 auto;
}
/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	height: 80px;
	position: fixed;
	top: 0 ;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.header__main-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {

}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	width: 285px;
	margin: 12px 0 0px 32px;
}

header .header__logo img {
	width: 100%;
	max-width: 100%;
}


/*--------------------------------------
	nav
--------------------------------------*/

/* gnav */

#header .header_menu .g_nav {
	display: flex;
	margin-top: 0px;
}

#header .header_menu .g_nav > li {
	vertical-align: middle;
	margin-right: 40px;
}

#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #3E424D;
	line-height: 1.5;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	transition-duration: 0.3s;
	position: relative;
}

#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

#header .header_menu .g_nav > li > span:hover {
	position: relative;
}

#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 120px;
	left: 0;
	display: block;
	background: #def2f8;
	transition-duration: 0.3s;
	opacity: 0;
	z-index: 99;
}

#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}

#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	opacity: 1;
}
/*navi active*/
.page-id-43 #header .header_menu .g_nav > li:first-child > a,
.page-id-43 #header .header_menu .g_nav > li:first-child > span,

.page-id-1146 #header .header_menu .g_nav > li:nth-child(2) > a,
.page-id-1146 #header .header_menu .g_nav > li:nth-child(2) > span,

.page-id-1196 #header .header_menu .g_nav > li:nth-child(3) > a,
.page-id-1196 #header .header_menu .g_nav > li:nth-child(3) > span,

.category-news.category-2 #header .header_menu .g_nav > li:nth-child(5) > a,
.category-news.category-2 #header .header_menu .g_nav > li:nth-child(5) > span{
	color: #5CA1C1;
}
@media screen and (min-width:768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}

	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover,
	#header .header_menu .g_nav > li.hover > a,
	#header .header_menu .g_nav > li.hover > span {
		color: #5CA1C1;
	}

	#header .menu_vertical .g_nav > li {
		position: relative;
	}

	#header .menu_vertical dt {
		display: none;
	}

	#header .menu_vertical .g_nav > li dl {
		width: 200px;
		left: 50%;
		transform: translateX(-50%);
	}

	#header .menu_vertical .g_nav > li dl li {
		padding: 0;
		display: block;
		margin-right: 0;
	}

	#header .menu_vertical .g_nav > li dl li a {
		padding: 12px 0 12px 30px;
		display: block;
	}

}

@media screen and (max-width:980px){
	header .header__logo{
		width: 260px;
		margin-left: 15px;
	}
	#header .header_menu .g_nav > li{
		margin-right: 22px;
	}
}
@media screen and (max-width:767px) {
	#header {
		height: 64px;
		top: 0 !important;
	}
	header .header__logo {
		width: 183px;
		margin: 14px 0 0 16px;
	}
	#header .header_menu .g_nav{
		margin-top: 0;
	}
	.toggleMenu {
		width: 64px;
		height: 64px;
		box-sizing: border-box;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 9999;
		background: #5CA1C1;
		transition: 0.7s all ease-in-out;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 64px;
		height: 64px;
		margin: 0;
	}

	.menu-trigger span {
		position: absolute;
		left: 16px;
		width: 32px;
		height: 2px;
		background: #fff;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 21px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 31px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 21px;
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	#header .g_nav {
		display: none;
	}

	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
	}

	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #fff;
		padding: 6.2vw 0 40vw;
		overflow: scroll;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 64px;
		left: 0;
		opacity: 0;
		visibility: hidden;
	}
	#header .header_menu.open .g_nav{
		opacity: 1;
		visibility: visible;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
		margin: 0 7.7vw 6.2vw;
	}

	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		color: #3E424D;
		font-size: 5.1vw;
		line-height: 1.5;
	}

	#header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
		margin: 0;
	}

	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 35%;
		right: 20px;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #5CA1C1;
		border-left: 1px solid #5CA1C1;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
		display: none;
	}

	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}

	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}

	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}

	#header .header_menu .g_nav > li dt {
		display: none;
	}

	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}

	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
	}

	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}

	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
	}

	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}

	#header .header_menu .g_nav > li.hover > span + dl, #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
	#header .header_menu .g_nav > li:last-child{
		background-image: url('img/top/contact_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 10%;
		color: #fff;
		padding: 10.3vw 7.7vw 12.3vw;
		margin: 10.3vw 0 0;
	}
	#header .header_menu .g_nav > li:last-child h3{
		margin-bottom: 7.2vw;
		text-align: left;
	}
	#header .header_menu .g_nav > li:last-child p{
		margin-bottom: 6.2vw;
		text-align: left;
	}
	#header .header_menu .g_nav > li:last-child a{
		display: block;
	}
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
.conversion{
	position: relative;
	z-index: 0;
}
.page-id-43 .conversion{
	background: #FBFAF4;
}
.conversion:before{
	content: '';
	background: #5CA1C1;
	position: absolute;
	left: 0;
	right: 0;
	top: 192px;
	bottom: -1px;
	z-index: -1;
}
.conversion .box{
	background-image: url('img/top/contact_bg.jpg');
	background-size: cover;
	background-position: 10%;
	color: #fff;
	border-radius: 24px;
	position: relative;
	z-index: 1;
	padding: 56px 30px 60px;
}
.conversion .box .blk-df{
	max-width: 953px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conversion .box .blk-df .col-left{
	width: 380px;
}

.conversion .box .blk-df .col-left h2{
	margin-bottom: 32px;
}
.conversion .box .blk-df .col-left p{
	letter-spacing: 0;
}
.conversion .box .blk-df .tel{
	max-width: 501px;
	width: calc(100% - 380px);
}
@media screen and (max-width: 980px){
	.conversion .box .blk-df .col-left{
		margin-right: -60px;
	}
	.conversion .box .blk-df .tel{
		width: calc(100% - 280px);
	}
}
@media screen and (max-width: 767px){
	.conversion:before{
		display: none;
	}
	.conversion .container{
		padding: 0;
	}
	.conversion .box{
		border-radius: 0;
		padding: 10.3vw 7.7vw 12.3vw;
	}
	.conversion .box .blk-df{
		max-width: none;
		display: block;
	}
	.conversion .box .blk-df .col-left{
		width: 100%;
		margin-bottom: 6.2vw;
	}
	.conversion .box .blk-df .col-left h2{
		margin-bottom: 7.2vw;
	}
	.conversion .box .blk-df .tel{
		max-width: none;
		width: 100%;
	}
}
/*--------------------------------------
	general
--------------------------------------*/

#footer {
	background: #5CA1C1;
	color: #fff;
	padding: 40px 0 96px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#footer a{
	color: #fff;
}
#footer .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#footer .container:after{
	display: none;
}
#footer .col-left{
	width: 472px;
}
#footer .col-left .ft-logo{
	width: 285px;
	margin-bottom: 40px;
}
#footer .col-left .col-left-blk{
	display: flex;
	justify-content: space-between;
}
#footer .col-left .col-left-blk .info p{
	margin-bottom: 4px;
}
#footer .col-left .col-left-blk .ft-navi li{
	margin-bottom: 4px;
}
#footer .col-left .col-left-blk .ft-navi li.ttl{
	margin-bottom: 8px;
}
#footer .col-left .col-left-blk .ft-navi li a{
	padding-left: 18px;
	position: relative;
}
#footer .col-left .col-left-blk .ft-navi li a:before{
	content: '';
	width: 7px;
	background-image: url('img/top/icon_right.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
}
#footer .col-left .col-left-blk .ft-navi li a:hover{
	opacity: 0.7;
}
#footer .col-right{
	width: 321px;
	margin-left: 15px;
}
#footer .col-right .banner{
	margin-bottom: 24px;
}
#footer .col-right .banner li + li{
	margin-top: 8px;
}
#footer .col-right address{
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 15px;
}
#footer .sitemap a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#footer{
		padding: 48px 0 30vw;
	}
	#footer .container{
		display: block;
	}
	#footer .col-left{
		width: 100%;
		margin-bottom: 10.3vw;
	}
	#footer .col-left .ft-logo{
		width: 73.1vw;
		margin-bottom: 10.3vw;
	}
	#footer .col-left .col-left-blk{
		display: block;
	}
	#footer .col-left .col-left-blk .info{
		margin-bottom: 8.2vw;
	}
	#footer .col-left .col-left-blk .ft-navi li a:hover{
		opacity: 1;
	}
	#footer .col-right{
		width: 100%;
		margin-left: 0;
	}
	#footer .col-right .banner{
		margin-bottom: 6.2vw;
	}
}
/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 8px;
	bottom: 8px;
	display: block;
	width: 355px;
	height: 70px;
	z-index: 10;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fixed-box ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fixed-box ul li + li{
	 margin-left: 8px;
}
.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}

 
@media screen and (max-width: 767px) {
	.fixed-box{
		width: 91vw;
		height: auto;
		right: 4.5vw;
		bottom: 4.5vw;
	}
	.fixed-box img{
		vertical-align: bottom;
	}
	.fixed-box ul li + li{
		margin-left: 2.1vw;
	}
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}
.elementor-image-box-img img{
	border-radius: 10px !important;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

@media screen and (max-width: 767px) {

	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}


.tab-link {
	display: flex;
	cursor: pointer;
}

.tab-link > * {
	transition: 0.3s;
}

.tab-link > *.active {
	color: #62b3c0;
}

.tab-content > * {
	display: none;
}

/* 診療メニューの画像のみ高さ統一（3つのセクション限定） */
.elementor-element-8fe952a .elementor-widget-image img,
.elementor-element-d1b062a .elementor-widget-image img,
.elementor-element-9d47110 .elementor-widget-image img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}