@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: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	font-size: 15px;
	background: #fff;
	color: #333333;
	letter-spacing: 1px;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #0b0907;
}
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;
	}
}

.wf-ShipporiMincho { 
	font-family: "Shippori Mincho", serif; 
}

/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
	clear: both;
	display: block;
}
.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: 'Glyphter';
	src: url('img/fonts/Glyphter.eot');
	src: url('img/fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
		url('img/fonts/Glyphter.woff') format('woff'),
		url('img/fonts/Glyphter.ttf') format('truetype'),
		url('img/fonts/Glyphter.svg#Glyphter') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before{
	display: inline-block;
	font-family: 'Glyphter';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-mail1:before{content:'\0052';}
.icon-leaf:before{content:'\0053';}
.icon-info:before{content:'\0054';}
.icon-cellphone:before{content:'\0055';}
.icon-phone:before{content:'\0056';}
.icon-pc:before{content:'\0057';}
.icon-facebook:before{content:'\0058';}
.icon-home:before{content:'\0059';}
.icon-mail2:before{content:'\005a';}
.icon-twitter:before{content:'\0061';}
.icon-balloon:before{content:'\0062';}
.icon-pin:before{content:'\0063';}
.icon-inspire:before{content:'\0064';}
.icon-memo:before{content:'\0066';}
.icon-time:before{content:'\0067';}
.icon-person:before{content:'\0068';}
.icon-persons:before{content:'\0069';}

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none;
}
.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: 1120px;
	padding: 0 20px;
	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;
}
@media (max-width: 767px) {
	.container {
		padding: 0 10px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 130px;
	box-sizing: border-box;
}
#header {
	position: fixed;
	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;
}

/* logo */
#header .logo {
	float: left;
	/*width: 333px;*/
	margin: 35px 0 0 40px;
}
#header .logo img {
	/*width: 100%;*/
}
#header .logo a:hover {
	text-decoration: none;
}

/* gnav */
#header .header_menu {
	float: right;
}
#header .right_box {
	float: right;
	width: 276px;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
	border-right: 1px solid #ccc;
}
#header .header_menu .g_nav > li:first-child {
	border-left: 1px solid #ccc;
}
#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;
	font-family: Ro本明朝Pro-L, "RoHMincho-Lt";
	color: #555;
	line-height: 1.5;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 3.5px;
	height: 104px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 17px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
}
#header .header_menu .g_nav > li:first-child a {
	margin-right: 50px;
	margin-left: 50px;
}
#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 > a sub,
#header .header_menu .g_nav > li > span sub {
	font-family: Ro本明朝Pro-L, "RoHMincho-Lt";
	font-size: 10px;
	font-weight: bold;
	color: #338dc5;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.1em;
	padding-top: 8px;
}
#header .header_menu .g_nav > li:first-child > a sub {
	display: none;
}
#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: 130px;
	left: 0;
	display: block;
	width: 100%;
	padding: 40px 30px 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #e5ded2;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1000px;
	margin: 0 auto 30px;
	font-size: 26px;
	letter-spacing: .3em;
	color: #338dc5;
	line-height: 1.2;
	font-family: Ro本明朝Pro-L, "RoHMincho-Lt";
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1000px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
	line-height: 1.3;
	position: relative;
	padding-left: 15px;
	font-size: 15px;
}
#header .header_menu .g_nav > li dl li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid #338dc5;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 0;
	top: 4px;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
	color: #333 !important;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
	color: #b01f24;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.contact_section .inq_box li {
		margin-bottom: 10px;
	}
	.contact_section .inq_box li:last-child{
		margin-bottom: 0px;
	}
	.inq_box{
		margin-top:10px;
	}
}
@media screen and (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	/* 	#header .header_menu .g_nav > li > span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 7px;
	display: block;
	background: url(../genova_tpl/img/arrow.png) no-repeat center center;
	left: 50%;
	margin-left: -6px;
	bottom: 19px;
} */
	/*#header .header_menu .g_nav > li > a:hover:after,
	#header .header_menu .g_nav > li > span:hover:after {
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: #92cbf3;
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: none;
}*/
}
#header .header_menu .contact_sp {
	display: none;
	color: #fff;
	padding-inline: 30px;
}
.contact_sp_tit {
	font-size: 48px;
	line-height: 1.1;
	margin-top: 60px;
}
.contact_sp_sub_tit {
	font-size: 18px;
}
.contact_sp_txt {
	font-size: 16px;
	line-height: 1.3;
	margin: 10px 0px;
	padding-bottom: 40px;
}
@media screen and (max-width: 1300px) and (min-width: 1061px) {
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		margin-right: 20px;
	}

}
@media screen and (max-width: 1300px) and (min-width: 768px) {
	#header .logo {
		width: 220px;
		margin: 30px 0 0 10px;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		letter-spacing: normal;
		margin-right: 10px;
	}
	#header .right_box {
		width: 176px;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		margin-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		height: 82px;
	}
	#header .header_menu .g_nav > li:first-child a {
		margin-right: 10px;
		margin-left: 10px;
	}
	#header .header_menu .g_nav > li dl {
		top: 82px;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 79px;
	}
	#header {
		position: absolute;
		top: 0 !important;
	}

	/* logo */
	#header .logo {
		width: 300px;
		margin: 12px 0 0 20px;
	}
	#header .logo img {
		/*width: 100%;*/
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}

	#header .toggleMenu {
		display: block;
	}
	.toggleMenu {
		float: right;
		width: 80px;
		height: 80px;
		background: #64b798;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	/*.toggleMenu:after {
	content: "MENU";
	display: block;
	line-height: 1;
	font-size: 15px;
	letter-spacing: 0.07em;
	font-weight: bold;
	margin-top: -3px;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
}*/
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 44px;
		height: 34px;
		margin: 23px auto 0;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 15px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) 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(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}

	#header .right_box, #header .g_nav {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
	}
	#header .header_menu .g_nav {
		display:none;
		text-align: center;
		background: #64b798;
	}
	#header .header_menu  .contact_sp {
		display: block;
		text-align: left;
		background: #000;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-bottom: 1px solid #fff;
		border-left: none;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 25px 20px 25px 20px;
		margin-right: 0;
		margin-left: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		color: #555;
		font-size: 17px;
		letter-spacing: 1px;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		display: none;
	}
	#header .header_menu .g_nav > li:first-child a {
		margin-right: 0;
		margin-left: 0;
	}
	#header .header_menu .g_nav > li:first-child > a span {
		display: flex;
	}
	#header .header_menu .g_nav > li:first-child > a sub {
		font-size: 17px;
		padding-top: 6px;
	}
	#header .header_menu .contact_sp > li > a,
	#header .header_menu .contact_sp > li > span {
		width: 100%;
		padding: 10px 0 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: #000;
		color: #fff;
	}

	#header .header_menu .g_nav > li:last-child {
		padding-bottom: 0;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover {
		background: none;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 22px;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		-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 > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		display: inline-block;
		vertical-align: middle;
		bottom: 0;
		color: #777;
		padding-top: 0;
		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;
		background: #f2fbff;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #fff;
	}
	#header .header_menu .g_nav > li ul li:last-child {
		border-bottom: 1px solid #fff;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 15px 20px 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #83d4b6;
		color: #777;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #8fe4c5;
	}
	#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.hover > span:after {
		top: 32px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	/*スマホ時サブメニューが消える現象を回避*/
	#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;
	}
}
@media screen and (max-width: 480px) {	
	/* logo */
	#header .logo {
		width: 210px;
		margin: 20px 0 0 10px;
	}
}
.lineArrow {
	height: 15px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	/*傾きを調節*/
	transform: skew(45deg);
	/*下線矢印をテキストに合わせてうまい具合にはめる*/
	margin-left: -25px;
}
@media screen and (min-width: 767px) {
	.lineArrow {
		display: none;
	}
}

/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
}
.post {
	margin-bottom: 30px;
}
.post-header {
	margin-bottom: 15px;
}
.post-header h2 {
	font-size: 1.4em;
}
.post-header .meta {
	font-size: .8em;
	padding: 7px 0;
	color: #555;
}
.post-content {
	overflow: hidden;
}
.post-image {
	float: left;
	width: 115px;
}

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


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact {
	color: #fff;
}
.contact_section {
	display: flex;
	padding: 50px 30px 40px;
	text-align: center;
	background: url(/wp-content/uploads/contactbg.jpg) no-repeat center top;
	background-size: cover;
}
.contact_section .lead_box {
	margin-top: 5px;
}
.contact_section .lead_box .title {
	color: #fff;
	font-size: 31px;
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.2;
	letter-spacing: 6.1px;
	text-align: center !important;
	margin-bottom: 10px;
	padding-bottom: 0 !important;
}
.contact_section .contact_tit {
	font-size: 63px;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 10px;
}
.contact_section .contact_sub_tit {
	font-size: 20px;
	color: #fff;
}
.contact_section .txt {
	color: #fff;
	font-family: "A1明朝", "A1 Mincho";
	font-size: 19px;
	line-height: 1.7;
	letter-spacing: 4.3px;
	text-align: center !important;
	padding-bottom: 0 !important;
	margin-bottom: 30px;
}
.contact_section ul {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}
.contact_section .contact_list > li {
	display: inline-block;
}
.contact_section ul li {
	width: calc((100% - 20px) / 3);
}
.contact_section .inq_box li:first-child {
	margin-top: 0;
}
.contact_section .contact_list > li:first-child {
	margin: 0;
}
.contact_section .contact_list > li ul li {
	margin-top: 1%;
}
.contact_section .contact_list > li:nth-child(3){
	margin-right:15px;
}
.contact_section .contact_list > li ul li:first-child {
	margin-top: 0;
}
.contact_section .contact_list > li ul li img {
	width: 100%;
}	
.contact_section table thead th {
	background: #e1f1f7;
	font-size: 15px;
	color: #4f483c;
	padding: 4px 2px 2px;
}
.contact_section table tbody th, .contact_section table tbody td {
	background: #fff;
}
table.gnv_tmp_table02 thead th:first-child {
	border-radius: 5px 0 0 0;
	letter-spacing: 6px;
}
table.gnv_tmp_table02 thead th:last-child {
	border-radius: 0 5px 0 0;
}
table.gnv_tmp_hours tbody tr:last-child th {
	border-radius: 0 0 0 5px;
}
table.gnv_tmp_hours tbody tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #222222;
}
table.gnv_tmp_hours tbody td {
	color: #222222;
}
table.gnv_tmp_hours tbody td.color_b {
	color: #42b5e4;
}
.contact_section p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
}
.contact_section p.cv_txt {
	font-size: 11px;
	line-height: 1.4;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	table.gnv_tmp_table02 thead th:first-child {
		letter-spacing: 0;
	}
	.contact_section table thead th {
		font-size: 13px;
	}
	table.gnv_tmp_hours tbody th {
		width: 24%;
		font-size: 11px;
	}
	table.gnv_tmp_hours tbody td {
		font-size: 11px;
	}
	.contact_section p {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.contact {
		color: #fff;
	}
	.contact_section {
		background-color: #000;
		padding: 50px 0px 40px;
	}
	.contact_section .inq_box li:last-child {
		max-width: 640px;
		margin: 0 auto;
	}
	.contact_section .contact_tit {
		font-size: 28px;
	}
	.contact_section .contact_list {
		max-width: 540px;
		margin: 0 auto;
	}
	.contact_section .contact_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.contact_section .contact_list > li ul li {
		margin-top: 10px;
	}
	.contact_section ul {
		display: block;
	}
	.contact_section ul li {
		width: 100%;
	}
	.contact_section table thead th {
		font-size: 13px;
	}
	table.gnv_tmp_table02 thead th:first-child {
		letter-spacing: 0;
	}
	table.gnv_tmp_hours tbody th {
		font-size: 10px;
	}
	table.gnv_tmp_hours tbody td {
		font-size: 12px;
	}
	.contact_section .lead_box .title {
		font-size: 25px;
		letter-spacing: 0;
	}
	.contact_section .txt {
		font-size: 17px;
		letter-spacing: 0;
	}
	.info_section table.gnv_tmp_table02 thead th {
		font-size: 10px;
	}
	.info_section table.gnv_tmp_table02 td {
		font-size: 9px !important;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background-size: cover;
	padding: 60px 20px 140px;
	background: url(/wp-content/uploads/footerbg.jpg);
}
#footer .footer_access_box {
	float: left;
	width: 43%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
#footer .footer_access_box li {
	margin-bottom: 15px;
	line-height: 2.84;
	font-size: 12px;
	letter-spacing: 2.4px;
	color: #b0afaf;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#footer .footer_access_box li:nth-child(4) {
	margin-bottom: 0;
}
#footer .footer_access_box li:nth-child(3) {
	max-width: 343px;
}
#footer .footer_access_box .addr {
	margin: 27px 0 0;
	line-height: 1.5;
}
#footer .footer_access_box .addr dt {
	font-weight: bold;
	color: #0b0907;
	width: 85px;
	float: left;
}
#footer .footer_access_box .addr dd {
	color: #fff;
}
#footer .footer_access_box .addr dd a {
	color: #fff;
}
#footer .footer_navi_box {
	float: right;
	width: 57%;
	color: #fff;
}
#footer .navi_list {
	margin-top: 10px;
}
#footer .navi_list .footerLink {
	float: left;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}
#footer .navi_list .footerLink:last-child {
	padding-bottom: 130px;
}
#footer .navi_list .footerLink.first {
	margin: 0;
	width: 40%;
}
#footer .nav_title {
	font-family: Ro本明朝Pro-L, "RoHMincho-Lt";
	font-size: 18px;
	color: #338dc5;
	line-height: 1.2;
	letter-spacing: 3px;
	margin-bottom: 18px;
	text-align: left !important;
	padding-bottom: 14px !important;
	padding-top: 0px;
	border-bottom: 1px solid #dcd9d2;
}
#footer .navi_list ul li a {
	color: #666;
}
#footer .navi_list ul li a:before {
	position: absolute;
	display: block;
	content: "";
	border-left: 7px solid #519ece;
	border-top: 4px solid transparent;
	border-bottom: 3px solid transparent;
	left: 0;
	top: 8px;
}
#footer .nav_title span {
	position: relative;
	z-index: 1;
	padding-right: 20px;
	display: inline-block;
}
#footer .navi_list ul li {
	position: relative;
	margin-top: 13px;
	line-height: 1.6;
	padding-left: 14px;
	font-size: 14px;
	letter-spacing: 0;
}
#footer .navi_list ul li:first-child {
	margin: 0;
}
#footer .navi_list ul li a:hover {
	opacity: 0.7;
}
#footer .footer_guide {
	background: #3d3425;
	padding: 20px 0;
	margin-top: 50px;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
#footer .fixed_box {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 401px;
	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 li {
	float: left;
	width: 200px;
	margin-left: 1px;
}
#footer .fixed_box li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 1000px) {
	#footer .footer_access_box .addr dt {
		width: 75px;
	}
	#footer .footer_access_box .addr dd {
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 50px 0 0;
	}
	#footer .footer_access_box {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	#footer .footer_logo {
		text-align: center;
	}
	#footer .footer_navi_box {
		float: none;
		width: 100%;
		margin-top: 35px;
	}
	#footer .navi_list .footerLink {
		width: 100%;
		margin-left: 0;
		margin-top: 26px;
	}
	#footer .footer_guide {
		padding: 20px 0 15%;
		margin-top: 35px;
	}
	#footer .footer_guide li {
		float: none;
	}
	#footer .footer_guide li.copyright {
		float: none;
		margin-top: 5px;
	}	
	#footer .fixed_box {
		background: #25b491;
		display: block;
		position: fixed;
		right: 0;
		width: 100%;
	}
	#footer .fixed_box li {
		float: left;
		width: 43.3%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		margin: 0;
	}
	#footer .fixed_box li:last-child {
		width: 13.4%;
		border-right: none;
	}
	#footer .fixed_box li img {
		width: 100%;
	}
	#wpfront-scroll-top-container {
		display: none !important;
	}
	#footer .navi_list .footerLink {
		float: none;
	}
	#footer .navi_list .footerLink.first {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#footer .navi_list .footerLink {
		float: none;
		width: 100% !important;
		margin-left: 0;
		margin-top: 35px;
	}
}

.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
.inquiryFormTable .btBox{
	display: flex;
	justify-content: center;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #3088AE !important;
	border: none;
	width: auto;
	color: #fff;
	display: block;
	line-height: 1;
	cursor: pointer;
	margin:0 !important;
	padding: 10px !important;
	box-sizing: border-box;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
}
.inquiryFormTable .btBox .wpcf7c-btn-back {
	background: #3088AE !important;
	border: none;
	width: auto;
	color: #fff;
	display: block;
	line-height: 1;
	margin-right: 40px;
	cursor: pointer;
	padding: 10px !important;
	box-sizing: border-box;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
}
@media screen and (max-width: 767px) {
	.fixed_box .rollover {
		display: flex !important;
		justify-content: space-between;
		border-top: 1px solid #fff;
	}
	.fixed_box .rollover li:first-child,
	.fixed_box .rollover li:nth-child(2) {
		border-right: 1px solid #fff;
	}
	.fixed_box .rollover li {
		width: 41.7%;
	}
	.fixed_box .rollover li:last-child {
		width: 16.6%;
	}
	.fixed_box .rollover li img {
		width: 100%;
	}
}

/*--------------------------------------
ai_popup_wrapper
--------------------------------------*/
.fixed_box {
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 100%;
}
.fixed_box ul {
	display: none;
}
.ai_popup_wrapper {
	width: 325px;
	margin-left: auto;
	margin-top: 10px;
}
.ai_popup_wrapper #open-chatbot {
	border: none;
	background: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.ai_popup_wrapper {
		max-width: 300px;
		width: 40%;
	}
}

