@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Author: the Takahiro Sahashi
Author URI: http://pmen.net/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "Meiryo", "メイリオ", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	color: #4E4944;
	letter-spacing: 0.16em;
	line-height: 2;
	background: none !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	text-align: justify;
	text-justify: -inter-ideograph;
	-ms-text-justify: inter-ideograph;
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #333333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
	clear: both;
}
.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;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):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-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";}


/*--------------------------------------
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;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.page-id-43 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: none !important;
	padding: 0;
}
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
body:not(.home) {
	background: #F0F9FA;
}
#wrapper {
	height: 100%;
	/* 	padding-top: 80px; */
	box-sizing: border-box;
	position: relative;
}
body:not(.home) #wrapper {
	background: url(/wp-content/uploads/bg01-scaled.jpg) no-repeat;
}
/* @media screen and (max-width: 767px) {
#wrapper {
padding-top: 70px;
}
} */

#header {
	position: fixed; 
	/* 	position: absolute; */
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	/* 	background: #fff; */
	padding-bottom: 0;
	padding-top: 0;
	background: #fff;
}

/* logo */
#header h1 {
	float: left;
	width: 100%;
}
#header h1 img {
	width: 100%;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h1 a:hover,
#header h1 img:hover {
	opacity: 1;
}

/* gnav */
.header_tel {
	float: right;
}
.headerLogo {
	float: left;
	width: 430px;
	padding-left: 25px;
}
#header .header_menu {
	float: right;
}

#header .header_menu .g_nav {
	display: flex;
	padding-right: 5px;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	position: relative;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	height: 40px !important;
	font-size: 14px !important;
	margin-right: 47px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3 !important;
	letter-spacing: 0.05em !important;
	cursor: pointer;
	word-break: break-all;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	padding: 0 0px !important;
	position: relative;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
}
#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	margin: 0 auto -27px !important;
	padding-top: 0px;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
#header .header_menu .g_nav > li a:hover {
	cursor: pointer;
	text-decoration: none;
}
#header .header_menu .g_nav > li:first-child a {
	padding: 0 0 !important;
}
/* #header .header_menu .g_nav > li:first-child a:before {
content: "";
position: absolute;
top: 18px;
left: 50%;
margin-left: -9px;
display: block;
width: 18px;
height: 19px;
background: url("https://shimoda-shihou.com/wp-content/themes/genova_tpl/img/menu_icon.png") no-repeat center center;
background-size: cover;
} */
/* #header .header_menu .g_nav > li > span:before,
#header .header_menu .g_nav > li > a:before{
content: "";
position: absolute;
top: 18px;
left: 50%;
margin-left: -7px;
display: block;
width: 14px;
height: 14px;
background: url("https://shimoda-shihou.com/wp-content/themes/genova_tpl/img/menu_icon02.png") no-repeat center center;
background-size: cover;
}
#header .header_menu .g_nav > li > span:hover:before,
#header .header_menu .g_nav > li > a:hover:before{
background: url("https://shimoda-shihou.com/wp-content/themes/genova_tpl/img/menu_icon01.png") no-repeat center center;
background-size: cover;
width: 21px;
height: 15px;
}
#header .header_menu .g_nav > li:first-child a:hover:before {
width: 18px;
height: 19px;
background: url("https://shimoda-shihou.com/wp-content/themes/genova_tpl/img/menu_icon.png") no-repeat center center;
background-size: cover;
} */
#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	opacity: 0;
	z-index: 99;
	/* 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
	width: 260px;
	left: 50%;
	padding: 41px 0 0;
	border-radius: 8px;
	transform: translate(-56%);
}

#header .header_menu .g_nav > li dl:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: transparent;
	border-bottom-color: #F5F5F5;
	top: 31px;
	left: 50%;
	margin-left: -10px;
}
@media (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	#header .header_menu .g_nav > li > a > span,
	#header .header_menu .g_nav > li > span > span {
		font-size: 15px;
		letter-spacing: 0.05em;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #000000 !important;
		text-align: center;
		line-height: 1.2;
		cursor: pointer;
	}
	#header .header_menu .g_nav > li > a small,
	#header .header_menu .g_nav > li > span small {
		display: block;
		color: #C2C2C2 !important;
		font-size: 10px;
		letter-spacing: 0.1em;
		font-style: normal;
		padding-top: 7px;
	}
	#header .header_tel ul {
		/* 		position: fixed;
		top: 0;
		right: 0; */
		max-width: 181px;
		padding-top: 4px;
		padding-right: 10px;
	}
	#header .wrap {
		padding: 15px 0 20px;
	}
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1000px;
	margin: 0 auto 20px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #514233 !important;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B" !important;
	display: none;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 10px;
}
#header .header_menu .g_nav > li dl li {
	position: relative;
	line-height: 1.3;
	border-bottom: 1px solid #D9D9D9;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl a {
	color: #22201E !important;
	display: block;
	padding: 17px 15px 17px 33px;
	position: relative;
	background: #F5F5F5;
	letter-spacing: 0;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-style: normal;
}

#header .header_menu .g_nav > li dl li:before {
	color: #152566;
	font-size: 10px;
	margin-right: 8px;
	position: absolute;
	left: 20px;
	z-index: 1;
	top: 59%;
	margin-top: -7px;
}

#header .header_menu .g_nav > li dl li:last-child a:after {
	display: none;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
	color: #373431;
	background: #D9D9D9;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	opacity: 1;
}
#header .header_menu .g_nav > li:last-child {
	border-right: none;
}
/*
@media (min-width: 768px) {
#header .header_menu .g_nav > li > span:hover:before {
content: "";
position: absolute;
bottom: -20px;
left: -49px;
display: block;
width: 72px;
height: 100px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 9999;
}
#header .header_menu .g_nav > li > span:hover:after {
content: "";
position: absolute;
bottom: -20px;
right: -44px;
z-index: 2;
display: block;
width: 72px;
height: 100px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 999;
}
}*/
/* #header .header_tel ul {
position: fixed;
top: 0;
right: 0;
}
*/
/* #header .header_tel ul li a {
display: block;
color: #fff;
font-family: "M PLUS 2", sans-serif;
font-weight: 800;
font-size: 15px;
padding: 20px 10px 20px;
}
#header .header_tel ul li:first-child {
position: relative;
}
#header .header_tel ul li:first-child:after {
position: absolute;
content: "";
right: 0;
top: 8px;
width: 1px;
height: 76%;
background: #fff;
}
#header .header_tel ul li:first-child a {
position: relative;
padding-left: 35px;
}
#header .header_tel ul li:first-child a:before {
position: absolute;
content: "";
width: 17.77px;
background: url(/wp-content/uploads/header_icon02.png) no-repeat;
height: 23.17px;
background-size: 100% 100%;
left: 14px;
top: 26px;
}
#header .header_tel ul li:last-child a {
position: relative;
padding-left: 26px;
}
#header .header_tel ul li:last-child a:before {
position: absolute;
content: "";
background: url(/wp-content/uploads/header_icon01.png) no-repeat;
width: 19px;
height: 13.7px;
left: 0;
top: 30px;
background-size: 100% 100%;
} */
@media screen and (max-width: 1368px) {
	#header h1 {
		margin: 12px 0px 0 12px;
	}
	#header h1 {
		width: 229px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 13px !important;
		letter-spacing: 0 !important;
		margin-right: 9px;
	}
	/* 	#header .header_tel ul li a {
	font-size: 13px;
	padding: 8px 6px 16px;
} */
	/* 	#header .header_tel ul li:first-child a:before {
	width: 13.77px;
	height: 19.17px;
	left: 13px;
	top: 16px;
}
	#header .header_tel ul li:last-child a:before {
	width: 14px;
	height: 8.7px;
	top: 19px;
} */
}
@media screen and (max-width: 1024px) {
	#header h1 {
		width: 182px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 11px !important;
		margin-right: 10px;
	}
	/* 	#header .header_tel ul li a {
	font-size: 10px;
	letter-spacing: -0.005em;
}
	#header .header_tel ul li:first-child a:before {
	width: 10.77px;
	height: 15.17px;
	left: 8px;
	top: 14px;
}
	#header .header_tel ul li:first-child a {
	padding-left: 19px;
}
	#header .header_tel ul li:last-child a {
	padding-left: 21px;
}
	#header .header_tel ul li:last-child a:before {
	top: 16px;
}
	#header .header_tel ul {
	column-gap: 10px;
} */
}
/* @media screen and (max-width: 1060px) and (min-width: 768px)  {
#header h1 {
margin: 22px 0 0 10px !important;
width: 260px;
}
#header .header_menu .g_nav {
padding-right: 0;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
font-size: 13px !important;
letter-spacing: 0 !important;
margin-right: 11px;
}
} */
@media screen and (max-width: 1024px) and (min-width: 768px)  {
	.headerLogo {
		width: 100%;
		max-width: 300px;
		padding-left: 12px;
	}
	#header .wrap {
		padding: 0;
	}
	#header .header_menu .g_nav > li dl {
		width: 210px;
	}
	#header .header_menu .g_nav > li > a > span,
	#header .header_menu .g_nav > li > span > span {
		font-size: 13px;
	}
	#header .header_menu .g_nav > li dl a {
		font-size: 12px;
	}
	#header .header_tel ul li a {
		padding: 0;
	}
	#header {
		padding-bottom: 19px;
	}
	#header {
		padding: 4px 0 15px !important;
	}
}
@media screen and (max-width: 767px) {
	#header {
		position: relative;
		top: 0 !important;
		padding-bottom: 10px;
		background: #fff;
	}
	body.noscroll #header {
		background: #000;
	}
	body.noscroll #header .wrap {
		background: #fff;
	}
	.headerLogo {
		width: 100%;
		padding-left: 10px;
		padding-top: 9px;
		max-width: 200px;
	}
	#header h1 {
		margin: 7px 0 0 12px !important;
	}
	#header h1 img {
		width: 100%;
		max-width: 100%;
	}
	#header h1 a:hover {
		text-decoration: none;
	}
	#header .header_menu {
		float: none;
		/* 		height: 100vh; */
	}
	#header .header_menu .g_nav > li dl:before {
		display: none;
	}
	body.noscroll #header .header_menu {
		background: #000;
		overflow-y: scroll !important;
		width: 100%;
	}
	#header .header_menu .g_nav {
		background: #000 !important;
		display: block;
		padding-right: 0;
		height: 100vh;
		padding: 20px;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-right: none;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100% !important;
		padding: 25px 55px 23px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		letter-spacing: 1px !important;
		height: auto !important;
		border-bottom: none;
		z-index: 10;
		color: #fff;
		text-align: left;
		font-size: 15px !important;
		background: #4D4D4D;
		border-bottom: 2px solid #000;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		opacity: 0.8;
	}
	#header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li {
		border-left: none !important;
	}
	.header_contact_tle {
		text-align: center;
		color: #fff;
		line-height: 1.3;
		font-size: 24px;
		font-family: "Noto Serif JP", serif;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.header_menu_bottom {
		padding-bottom: 80px;
	}
	.header_menu_bottom a {
		display: block;
		width: 100%;
		margin-bottom: 6px;
	}
	.header_menu_bottom a img {
		width: 100%;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 50% !important;
		margin-top: -11px !important;
		right: 20px !important;
		width: 16px !important;
		height: 16px !important;
		border-bottom: 2px solid #fff !important;
		border-left: 2px solid #fff !important;
		-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 dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
		width: 100%;
		left: 0;
		border-radius: 0;
		box-shadow: none;
		margin-left: 0;
	}
	#header .header_menu .g_nav > li dl:after {
		display: none;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		background: #a5da9c;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: none;
		border-bottom: none;
	}
	#header .header_menu .g_nav > li ul li a {
		padding: 14px 20px 13px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #343434 !important;
		display: block;
		font-size: 15px;
		color: #fff !important;
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		opacity: 1;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		margin-top: -5px !important;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#header .header_menu .g_nav > li dl a:hover {
		background: #7c575b !important;
		text-decoration: none;
	}
	#header .header_menu .g_nav > li dl li a:before,
	#header .header_menu .g_nav > li dl li a:after {
		display: none;
	}
	#header .toggleMenu {
		display: block;
	}

	.toggleMenu {
		float: right;
		background: #000;
		text-align: center;
		color: #fff;
		cursor: pointer;
		margin-right: auto;
		height: 70px;
		width: 70px;
		margin-left: auto;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 38px;
		height: 24px;
		margin: 15px auto 0;
		text-align: center;
		margin-top: 22px;
	}
	/* 	.menu-trigger:after {
	content: "MENU";
	display: block;
	line-height: 1;
	font-size: 10px;
	letter-spacing: 0.24em;
	font-weight: bold;
	margin-top: 30px;
	color: #93C015;
	margin-left: 0;
} */
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
		padding-top: 0;
	}
	#header .header_menu .g_nav > li a:before, #header .header_menu .g_nav > li span:before  {
		display: none;
	}
	#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
		margin: 0 auto 0 !important;
		color: #fff;
		text-align: center;
	}
	#header .header_menu .g_nav > li:first-child a {
		padding: 25px 55px 23px 20px !important;
	}
	#header .header_menu .g_nav > li dl li:first-child a {
		border-radius: 0;
	}
	#header .header_menu .g_nav > li dl li:last-child a {
		border-radius: 0;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	body.noscroll #header h1 {
		display: none;
	}
	#header .header_menu .g_nav > li dl {
		transform: translate(0);
	}
	#header .header_menu .g_nav > li dl ul {
		box-shadow: none;
	}
}
@media only screen and (max-width: 480px) {

}
/*スマホ時サブメニューが消える現象を回避*/
@media only screen and (max-width: 767px) {
	#header .header_menu .g_nav > li > span {
		position: relative;
		text-align: left;
		font-size: 15px !important;
	}
	#header .header_menu .g_nav > li.hover > span + dl,
	#header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 56px 0 73px;
	background: url(/wp-content/uploads/contactbg-scaled.jpg) no-repeat center center;
	background-size: cover;
}
.contact_section .container {
	max-width: 1060px;
	padding: 0 20px;
}
.contact_section .contact_tit {
	font-size: 36px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 31px;
	text-align: center;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 800;
}
.contact_section .txt {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-family: "M PLUS 2", sans-serif;
	margin: 20px 0 50px;
}
.contact_section .contact_list li {
	float: left;
	width: 48%;
	margin-left: 0.6%;
}
.contact_section .contact_list li:first-child {
	margin: 0;
}
.contact_section .contact_list li:last-child {
	float: right;
}
@media screen and (max-width: 767px) { 
	.contact_section {
		padding: 53px 0;
		background: url(/wp-content/uploads/contactbg_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.contact_section .contact_tit {
		font-size: 28px;
	}
	.contact_section .contact_list {
		max-width: 535px;
		margin: 0 auto;
	}
	.contact_section .contact_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) { 
	.contact_section .contact_tit {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	.contact_section .txt {
		font-size: 14px;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background-size: cover;
	padding: 60px 0 0px;
	font-size: 12px;
}
#footer .container {
	padding-bottom: 55px;
}
#footer .footer_box {
	display: flex;
	justify-content: space-between;
	column-gap: 2%;
	border-top: 1px solid #ccc;
	padding-top: 60px;
}
#footer .footer_box .left {
	width: 51%;
}
#footer .footer_box .right {
	width: 47%;
}
.footer_logo {
	text-align: left;
	margin-bottom: 35px;
	max-width: 413px;
}
.footer_logo a:hover, .footer_logo img:hover {
	opacity: 1;
}
#footer .footer_navi .navi_tit {
	font-size: 17px;
	line-height: 1;
	color: #93C015;
	letter-spacing: 0.1em;
	padding-bottom: 18px;
	margin-bottom: 11px;
	position: relative;
	border-bottom: 1px solid #93C015;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-weight: bold;
}
#footer .footer_navi .navi_list {
	float: left;
	width: 28%;
	margin-left: 8%;
}
#footer .footer_navi .navi_list ul {
	padding-top: 3px;
}
#footer .footer_navi .navi_list:first-child {
	margin: 0;
}
#footer .footer_navi .navi_list li {
	position: relative;
	margin-top: 13px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding-left: 14px;
}
#footer .footer_navi .navi_list li:first-child {
	margin: 0;
}
#footer .footer_navi .navi_list li:before {
	border-left: 6px solid #93C015;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
}
#footer .footer_navi .navi_list li a {
	vertical-align: top;
}
#footer .footer_navi .navi_list li a:hover {
	color: #93C015;
}
#footer .footer_navi .access_box {
	font-size: 13px;
	line-height: 1.9;
}
#footer .footer_navi .access_box p {
	margin-bottom: 22px;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #333333;
}
#footer .footer_navi .access_box dl dt {
	font-weight: bold;
}
#footer .copyright {
	font-size: 11px;
	color: #333333;
	line-height: 1.2;
	margin-top: 0;
	letter-spacing: 0.1em;
	background: #749EA3;
	text-align: center;
	color: #fff !important;
	padding: 10px 0;
	margin-bottom: 0;
}
#footer .fixed_box {
	position: fixed;
	right: 0px;
	width: 500px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box ul {
	display: flex;
	justify-content: space-between;
}
#footer .fixed_box ul li {
	width: 195px;
}
#footer .fixed_box ul li:nth-child(3),
#footer .fixed_box ul li:nth-child(4) {
	width: 50px;
}
#footer .fixed_box ul li:last-child {
	padding-left: 10px;
}
#footer .fixed_box li img {
	width: 100%;
}
div#wpfront-scroll-top-container {
	right: 0 !important;
	bottom: 0 !important;
	display: none !important;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}
table.foot_table th, table.foot_table td {
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 1.5;
	vertical-align: top;
	font-family: "Meiryo", "メイリオ", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	padding: 12px 0 0;
}
table.foot_table th {
	width: 95px;
	font-weight: 800 !important;
}
#footer .footer_box .left {
	font-size: 10px;
	color: #BFBEBD;
	letter-spacing: 1px;
}
.sitemap a {
	color: #BFBEBD;
	font-size: 10px;
	letter-spacing: 1px;
}
.doctors_file {
	max-width: 383px;
	margin: 0 auto;
	margin-bottom: 70px;
}
@media screen and (max-width: 1000px)  and (min-width: 768px) {
	#footer .footer_navi .navi_list li {
		letter-spacing: 0;
	}
	#footer .footer_navi .navi_list {
		float: left;
		width: 31%;
		margin-left: 3%;
	}
	#footer .footer_navi .access_box p {
		font-size: 11px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 50px 0 0;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box ul li {
		width: 39%;
	}
	#footer .fixed_box ul li:nth-child(3),
	#footer .fixed_box ul li:nth-child(4) {
		width: 10%;
	}
	#footer .fixed_box ul li:last-child {
		padding-left: 2%;
	}
	#footer .footer_navi .navi_list {
		float: none;
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}
	#footer .fixed_box {
		right: 0;
		width: 100%;
	}
	.footer_sc {
		margin-top: 35px;
	}
	#footer .footer_box .left {
		width: 100%;
	}
	#footer .footer_box {
		display: block;
	}
	#footer .fixed_box ul {
		display: flex;
		justify-content: space-between;
	}
	#footer .footer_box .right {
		width: 100%;
	}
	#wpfront-scroll-top-container {
		display: none !important;
	}
	#footer .copyright {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 480px) {
	#header h1 {
		margin: 18px 0 0 5px !important;
		width: 250px;
	}
}