@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	line-height: 2;
	letter-spacing: 0;
	color: #555555;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
.under p {
	font-size: 14px;
	line-height: 2;
}
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	vertical-align: baseline;
	text-decoration: none;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a:hover {
	color: #888;
	text-decoration: underline;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	text-decoration: none;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		text-decoration: underline;
	}
}

/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}
/* font-weight */
.fb {
	font-weight: bold !important;
}

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

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


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1060px;
	padding: 0;
	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 screen and (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}


/*--------------------------------------
header
--------------------------------------*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
#header .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.header_block {
	margin-top: 25px;
	position: relative;
	max-width: 1000px;
	margin: 26px auto 9px;
	width: 100%;
}
.header_block .logo {
	float: left;
	width: 31.9%;
}
.header_block .logo img {
	width: 100%;
}
.header_right_box {
	width: auto;
	float: right;
	text-align: right;
}
.header_right_box img {
	width: auto;
	max-width: none;
	vertical-align: middle;
}
.header_right_box img:last-child {
	padding-left: 4px;
}
.header_menu {
	padding: 19px 0 17px;
	/* 	background: #53442f; */
}
.header_menu .g_nav > li {
	float: left;
	text-transform: uppercase;
	margin-left: 0px;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	width: 20%;
}
/* .header_menu .g_nav > li.nav02 {
	width: 16.6%;
}
.header_menu .g_nav > li.nav03 {
	width: 16.6%;
}
.header_menu .g_nav > li.nav04 {
	width: 16.6%;
}
.header_menu .g_nav > li.nav05 {
	width: 16.6%;
}
.header_menu .g_nav > li.nav06 {
	width: 16.6%;
} */
.header_menu .g_nav > li:last-child {
	border-right: 1px solid #756959;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: block;
	font-size: 15px;
	font-family: "Meiryo", "メイリオ", Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	text-transform: none;
	cursor: pointer;
	z-index: 5;
	padding: 4px 0;
}
.header_menu .g_nav li.navR span:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	border-top: 7px solid #bf975c;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	top: 30px;
}
.header_menu .g_nav li.navR.hover span:before {
	display: none;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
	letter-spacing: 0.05em;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover,
.header_menu .g_nav > li.hover > a,
.header_menu .g_nav > li.hover > span {
	background: #f98f3e !important;
	opacity: 1;
	color: #fff;
}
.header_menu .g_nav > li ul {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
	-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;
	transition: .3s;
}
.header_menu .g_nav > li ul li {
	border-bottom: 1px solid #fff;
}
.header_menu .g_nav > li ul li a {
	font-family: "Meiryo", "メイリオ", Verdana, sans-serif;
	display: block;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	background: #ffb67d;
	padding: 5px 0;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0;
}
.header_menu .g_nav > li ul a:hover {
	background: #f98f3e !important;
	text-decoration: none !important;
	opacity: 1;
	color: #fff;
}
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet .header_menu .g_nav > li > ul {
	display: none;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li > span.hover + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	display: block;
}
#header .wrap .inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.header_menu {
		display: block !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	/*#header .wrap {
	width: 98%;
}*/
	.header_right_box {
		width: 60%;
	}
	.header_right_box img {
		max-width: 100%;
	}
	.header_right_box img:last-child {
		padding-left: 10px;
	}
	.header_right {
		display: flex;
		justify-content: right;
	}
	#header {
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#header {
		height: 60px;
		position: relative;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.header_block {
		margin-top: 0;
		margin: 0;
	}
	#header .logo {
		max-width: 220px;
		margin: 5px 0 5px 17px;
		width: 100%;
	}
	.header_block .logo img {
		width: 100%;
	}
	.header_right {
		display: none;
	}
	.header_menu .g_nav li.navR span:before {
		display: none;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger:after {
		content: "MENU";
		display: none;
		line-height: 1;
		font-size: 10px;
		letter-spacing: 0.05em;
		margin-top: 28px;
		color: #ffffff;
		margin-left: 1px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		font-weight: bold;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #2b0d06 !important;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) 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(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.header_menu {
		display: none;
		background: #f98f3e;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 999;
	}
	.header_menu .inner {
		padding: 20px;
		width: auto !important;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
		background: none;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
		background: none;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #333;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 20px 40px 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li:first-child > a,
	.header_menu .g_nav > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	.header_menu .g_nav > li:last-child > a,
	.header_menu .g_nav > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		background: #F9EEDD;
		color: #333;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #333;
		border-top: 1px solid #333;
		position: absolute;
		top: 50%;
		right: 20px;
		-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;
		margin-top: -2px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
	}
	.header_menu .g_nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	.header_menu .g_nav > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border-bottom: none;
	}
	.header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.header_menu .g_nav > li ul li a {
		display: block;
		font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #333;
		background: #f0faff !important;
		margin-top: 2px;
		padding: 20px 30px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
		background: #ffd4b3 !important;
	}	
	.header_menu .g_nav > li ul li a span {
		margin-left: 5px;
	}
	.header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	.contactBox {
		background: #E6762C;
	}
	.contactBox .tit {
		font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
		text-align: center;
		font-size: 24px;
		color: #FFFFFF;
		letter-spacing: 0.15em;
	}
	.contactBox li {
		margin-top: 6px;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		background: #ffd4b3 !important;
		opacity: 1;
	}
}


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

/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
/*.bottomTop {
background: url(/wp-content/uploads/bottom_bgimg.png);
padding: 50px 0 60px;
}
.bottom_ttl {
margin: 0 0 0.5em;
line-height: 1.6em;
letter-spacing: 0.2em;
font-size: 36px;
color: #f39435;
font-family: "フォーク R", "Folk Regular", メイリオ, Meiryo, Verdana, 游ゴシック, YuGothic, sans-serif;
text-align: center;
}
.bottom_txt {
text-align: center;
line-height: 1.8em;
letter-spacing: 0.12em;
}
.bottomTop ul {
margin-top: 28px;
display: -ms-flexbox;
-ms-flex-direction: row;
display: -webkit-flex;
display: flex;
}
.bottomTop li {
-webkit-flex-grow: 1;
flex-grow: 1;
margin-right: 5px;
text-align: center;
}
.bottomTop li:last-child {
margin-right: 0;
text-align: left;
}
.bottomTop li img {
width: 100%;
max-width: 400px;
margin: auto;
}
.bottomColumn3 {
text-align: center;
padding: 3.5em 0 2em;
background: #fff;
}
.bottomColumn3 li {
width: 31%;
float: left;
margin: 0 0 3.9% 3.5%;
}
.bottomColumn3 li:first-child {
margin: 0;
}

@media screen and (max-width: 767px) {
.bottomTop {
display: none;
}
.bottomColumn3 {
padding: 40px 0;
}
.bottomColumn3 li {
width: 100%;
float: none;
margin: 10px 0 0;
}
}
*/
/*--------------------------------------

bottom

--------------------------------------*/
div#content-bottom {
	background: #f5efe3;
	padding: 50px 0 46px;
}
.bottom_footer li {
	max-width: 320px;
	margin: 0 auto;
}
ul.bottom_footer li img {
	width: 100%;
	max-width: 320px;
}
.right_cnt {
	border-top: 2px solid #ffc48e;
	border-bottom: 2px solid #ffc48e;
}
.right_cnt p {
	padding: 9px 24px 11px 26px;
	font-size: 15px;
	color: #333333;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	line-height: 1.5;
	letter-spacing: 1.4px;
}
.contact_txt01, .contact_txt02, .contact_txt03 {
	color: #2b0d06;
	letter-spacing: 1.5px;
	line-height: 1.6;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: left !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-size: 14px;
}
.contact_txt03 {
	padding: 15px 0 !important;
}
.txt01_style {
	font-weight: bold;
}
.contact_txt {
	font-size: 16px !important;
	font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	line-height: 2.4;
	letter-spacing: 2.5px;
	text-align: left !important;
	color: #555555;
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background: url(/wp-content/uploads/top_bg06.jpg) no-repeat;
	background-size: cover;
	padding: 90px 0 0;
	font-size: 16px;
	color: #2b0d06;
}
.footer_btn {
	margin-bottom: 38px;
	background: url(/wp-content/uploads/topbg01.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.footer_nner {
	display: flex;
	justify-content: space-between;
}
.footer_nner .contact_right {
	width: 45%;
}
.footer_block {
	max-width: 1060px;
	padding: 15px 30px 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.footer_nner .contact_left {
	width: 55%;
	padding-right: 50px;
	box-sizing: border-box;
}
.contact_title {
	font-size: 24px !important;
	color: #604a45;
	line-height: 2.2;
	letter-spacing: 7.2px;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	margin-bottom: 20px;
	margin-bottom: 20px !important;
	text-align: left !important;
}
.contact_btn .btn_style {
	margin-bottom: 10px;
}
.contact_btn .btn_style a {
	margin-right: auto;
	margin-left: 0;
	max-width: 310px;
	text-align: center;
}
.contact_btn .btn_style a:hover {
	opacity: 0.8;
}
.contact_right {
	background: #ff9b4f !important;
	padding: 15px 10px 30px 10px;
	box-sizing: border-box;
	border: 4px solid #f97f21;
	border-radius: 5px;
	margin-top: 11px;
}
.right_top {
	padding: 14px 14px 2px 16px;
	box-sizing: border-box;
}
.footer_block_in {
	margin: 0 0 20px 0;
	display: flex;
	width: 100%;
}
.footer_about_box {
	float: left;
	width: 27.5%;
}
.footer_about_box.left {
	width: 45%;
	padding-right: 30px;
	box-sizing: border-box;
}
.footer_about_box.middle {
	padding-right: 10px;
	box-sizing: border-box;
}
.footer_about_box.right {
	padding-left: 10px;
	box-sizing: border-box;
} 
#footer .footer_about_box.left p {
	font-size: 11px;
}
.footer_about_box.left .footerLogo {
	margin-bottom: 30px;
}
.footer_menu_box {
	float: left;
	width: 25%;
	margin-top: 60px;
}
.footer_logo_box {
	float: right;
	width: 50%;
}
.footer_ttl {
	font-size: 19px;
	color: #2b0d06;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	line-height: 1;
	letter-spacing: 4px;
	padding-bottom: 13px;
	border-bottom: 2px solid #ffc088;
	margin-bottom: 27px !important;
	text-align: left !important;
}
.footer_about_box p.txt {
	color: #fff;
}
.footer_nav {
	margin-bottom: 0.5em;
}
.footer_nav li {
	margin-bottom: 4px;
	font-size: 18px;
	padding-left: 25px;
	position: relative;
}
.footer_nav li:before {
	position: absolute;
	display: block;
	content: "";
	border-left: 6px solid #ffa352;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	left: 0;
	top: 13px;
}
.footer_nav li a {
	color: #555555;
	font-size: 14px;
	display: inline-block;
}
.footer_about_box:last-child .footer_ttl {
	max-width: 100%;
}
.footer_about_box p.txt {
	color: #fff;
	font-size: 14px;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 400;
	line-height: 2.3;
}
/* .footer_nav li a:after {

position: absolute;
content: "";
width: 10px;
height: 1px;
background: #c8ba9e;
left: 0;
top: 12px;

} */
ul.footer_nav li a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.foot_table th {
	width: 24%;
	font-size: 18px;
	color: #756133;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	vertical-align: top;
	line-height: 38px;
}
.foot_table td {
	font-size: 18px;
	color: #555555;
	letter-spacing: 1.7px;
	line-height: 38px;
}
.foot_table td a {
	color: #666666;
}
.footer_bottom {
	padding: 17px 0 15px;
}
ul.footer_guide {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 1000px;
}
ul.footer_guide li {
	float: left;
}
ul.footer_guide li a {
	background: none;
	position: relative;
	color: #fff;
	display: block;
	padding: 0 10px 0 0;
	text-decoration: none;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 400;
	font-size: 1.2rem;
}
/* ul.footer_guide li a:before {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
content: "";
display: block;
height: 5px;
width: 5px;
margin-top: -7px;
position: absolute;
left: 0px;
top: 67%;
} */
ul.footer_guide li a:hover {
	text-decoration: underline;
}
ul.footer_guide li.copyright {
	color: #fff;
	float: right;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 400;
	font-size: 12px;
}
#footer .fixed_box {
	position: fixed;
	right: 0;
	width: 339px;
	z-index: 998;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	bottom: 0 !important;
}
#footer .fixed_box li {
	float: left;
	width: 14.8%;
}
#footer .fixed_box li:first-child {
	width: 67.7%;
}
#footer .fixed_box li:last-child {
	float: right;
}
#footer .fixed_box li img {
	width: 100%;
	max-width: inherit;
}
.pagetopBt {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 43px;
	height: 43px;
	line-height: 1px;
}
.pagetopBtOn {
	opacity: 1;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.footer_about_box {
		margin-bottom: 30px;
	}

	.footer_logo_box {
		width: auto;
		float: none;
		clear: both;
	}
	ul.footer_guide.clearfix {
		font-size: 11px;
	}
	.contact_title {
		font-size: 19px !important;
	}
}
@media screen and (max-width: 767px) {

	#footer {
		padding: 40px 0 19%;
	}
	.footer_btn ul {
		display: block;
	}
	.footer_btn ul li {
		width: 100%;
		text-align: center;
		display: block ruby;
		margin-bottom: 20px;
	}
	.footer_bottom {
		padding: 17px 10px 15px;
	}
	.footer_block {
		padding: 0 20px;
	}
	.footer_about_box,
	.footer_menu_box,
	.footer_logo_box {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.footer_about_box {
		margin-bottom: 20px;
	}
	.footer_menu_box {
		margin-top: 0;
	}
	.footer_logo_box {
		margin-bottom: 0;
	}
	.footer_ttl {
		padding-bottom: 20px;
	}
	.foot_table th {
		padding: 5px 0;
		letter-spacing: 0;
		width: 24%;
	}
	.foot_table td {
		padding-right: 0;
		letter-spacing: 0;
	}
	ul.footer_guide li.copyright {
		float: none;
		clear: both;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box li {
		float: left;
		width: 41.6%;
		background: #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:first-child {
		width: 41.6%;
		background: #fff;
	}
	#footer .fixed_box li:last-child {
		width: 16.8%;
		border-right: none;
	}
	#footer .fixed_box li a:hover img {
		opacity: 1;
	}
	.footer_about_box.left,
	.footer_about_box.middle,
	.footer_about_box.right {
		width: 100%;
	}
	.footer_ttl {
		max-width: 100%;
	}
	ul.footer_guide li {
		text-align: center;
	}
	.pagetopBt {
		position: relative;
	}
	.footer_block_in {
		display: block;
	}
	.footer_nner {
		display: block;
	}
	.footer_nner > div {
		width: 100%;
	}
	.contact_btn .btn_style a {
		max-width: 350px;
		width: 100%;
	}
	.contact_title {
		font-size: 19px;
		letter-spacing: 0;
	}
	.footer_nner .contact_left {
		width: 100%;
		padding-right: 0;
	}
	.footer_nner .contact_right {
		width: 100%;
	}
}