@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 100%;
}
body {
	background: #f0efeb;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
	color: #333;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	/*line-break: strict;*/
	z-index: 2;
}
body:before {
	content: "";
	width: 100%;
	height: 307px;
	background: #161817;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #161817), color-stop(1.00, #efeeea));
	background: -webkit-linear-gradient(top, #161817 16%, #efeeea 100%);
	background: -moz-linear-gradient(top, #161817 16%, #efeeea 100%);
	background: -o-linear-gradient(top, #161817 16%, #efeeea 100%);
	background: -ms-linear-gradient(top, #161817 16%, #efeeea 100%);
	background: -linear-gradient(top, #161817 16%, #efeeea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161817', endColorstr='#efeeea',GradientType=0 );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
#wrapper {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#wrapper:before {
	content: "";
	width: 242px;
	height: 268px;
	background: url(/wp-content/uploads/bg01.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -608px;
	pointer-events: none;
	z-index: 3;
}
#wrapper:after {
	content: "";
	width: 356px;
	height: 349px;
	background: url(/wp-content/uploads/bg02.png) no-repeat left top;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -504px;
	pointer-events: none;
	z-index: 3;
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #00e;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	text-decoration: underline;
	transition: all 0.5s;
}
a[href^="tel:"] {
	color: #333;
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1.5em;
}
strong {
	font-weight: 700;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #e0e0e5;
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	body:before,
	#wrapper:before,
	#wrapper:after {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #ab8b74 !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !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";}


/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

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

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

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

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

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

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

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

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

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 820px;
	padding: 0 10px;
	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;
}

/* =====================================
■HEADER
===================================== */
header {
	height: 98px;
	position: relative;
	z-index: 9999;
}
#headerLeft {
	float: left;
	width: 416px;
	margin-top: 32px;
}
#headerRight {
	float: right;
	width: 245px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .logo img {
	width: 100%;
	margin-left: 1px;
}
header .catchword {
	padding: 2px 0;
}
header .catchword h1 {
	width: 100%;
	max-width: 802px;
	padding: 0 1px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	box-sizing: border-box;
}
header h2 {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #7F7F7F;
	margin: 0 0 0 2px;
}
#headerRight .guildList {
	display: flex;
	width: 145px;
	position: absolute;
	right: 0;
	top: -17px;
}
#headerRight .guildList li {
	width: 50%;
	position: relative;
	box-sizing: border-box;
}
#headerRight .guildList li a {
	font-size: 11px;
	line-height: 0.8;
	color: #838482;
	padding-left: 9px;
	position: relative;
}
#headerRight .guildList li a:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #535555;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 1px;
}
#headerRight .guildList li a:hover {
	text-decoration: underline;
}
#headerRight .telNumber {
	margin: 4px 6px 5px 0;
}
#searchBox li {
	float: left;
	line-height: 1;
}
#searchBox li#searchInput {
	margin-right: 2px;
}
#searchBox li#searchInput input#search {
	border: 1px solid #999999;
	width: 109px;
	height: 16px;
	font-size: 10px;
	line-height: 1.4em;
	color: #E0D19E;
}
#searchBox #searchInput input#search[type="text"]::placeholder {
	color: #E0D19E;
}
#searchBox #searchInput input#search[type="text"]:focus {
	border: 1px solid blue;
}
#searchBox li#searchButton {
	margin-right: 7px;
}
#searchBox li#rss {
	padding-top: 3px;
	margin-right: 6px;
}

@media screen and (min-width: 768px) {
	header .wrap {
		max-width: 802px;
		padding: 0 1px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		background: #151717;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #151717), color-stop(1.00, #DBDBD7));
		background: -webkit-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -moz-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -o-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -ms-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -linear-gradient(top, #151717 16%, #DBDBD7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151717', endColorstr='#DBDBD7',GradientType=0 );
		height: auto;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	header.open {
		width: 100%;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		margin: 0;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	header .logo {
		width: calc(100% - 80px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 17px;
	}
	header .logo img {
		max-width: 299px;
		margin-left: 0;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #151717;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #151717), color-stop(1.00, #DBDBD7));
		background: -webkit-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -moz-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -o-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -ms-linear-gradient(top, #151717 16%, #DBDBD7 100%);
		background: -linear-gradient(top, #151717 16%, #DBDBD7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151717', endColorstr='#DBDBD7',GradientType=0 );
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		border-radius: 5px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/*--------------------------------------
* nav
--------------------------------------*/
nav {
	width: 98%;
	margin: 0 auto;
}
nav .menu {
	max-width: 830px;
	margin: 0 auto;
}
nav .menu > li {
	float: left;
	width: 16.6%;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	position: relative;
}
nav .menu > li:first-child {
	width: 16%;
	border-left: 1px solid #f5f5f5;
}
nav .menu > li:nth-child(3) {
	width: 17.6%;
}
nav .menu > li > a,
nav .menu > li > span {
	display: block;
	text-align: center;
	padding: 14px 2px;
	color: #3c3c3c;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	background: #f5f5f5;
}
nav .menu > 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;
}
nav .menu > li ul li {
	border-top: 1px solid #fff;
}
nav .menu > li ul li a {
	display: block;
	color: #3c3c3c;
	background: #eee;
	padding: 14px 2px;
	text-align: center;
	transition: all 0.6s ease;
}
nav .menu > li ul a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	nav {
		/* 		display: block !important; */
		display: none;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #F0F0EB;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
		border: none;
	}
	nav .menu > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: left;
		color: #22201E;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 18px 20px 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav .menu > li > span {
		padding: 18px 40px 20px 20px !important;
	}
	nav .menu > li:first-child > a,
	nav .menu > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a,
	nav .menu > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		color: #22201E;
		background: #fff;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #928E8B;
		border-top: 1px solid #928E8B;
		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;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav .menu > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border: none !important;
	}
	nav .menu > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		display: block;
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		background: #8E7770 !important;
		margin-top: 2px;
		padding: 18px 30px 20px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	nav .menu > li ul li a span {
		margin-left: 5px;
	}
	nav .menu > li ul li a br {
		display: none;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox  {
		background: #5A534F;
		padding: 20px 30px 35px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 29px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
	.contactBox {
		padding: 17px 20px 27px;
	}
	.contactBox .tit {
		font-size: 20px;
	}
}

/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
main {
	display: block;
	width: 100%;
	max-width: 802px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
}
main:before {
	content: "";
	width: 100%;
	height: 307px;
	background: #f0efed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f0efed), color-stop(1.00, #fffffd));
	background: -webkit-linear-gradient(top, #f0efed 0%, #fffffd 100%);
	background: -moz-linear-gradient(top, #f0efed 0%, #fffffd 100%);
	background: -o-linear-gradient(top, #f0efed 0%, #fffffd 100%);
	background: -ms-linear-gradient(top, #f0efed 0%, #fffffd 100%);
	background: -linear-gradient(top, #f0efed 0%, #fffffd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efed', endColorstr='#fffffd',GradientType=0 );
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
main:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #d9d7d6;
	position: absolute;
	left: 200px;
	top: 1px;
}
article {
	float: right;
	width: 71.25%;
	max-width: 570px;
	min-height: 600px;
	position: relative;
	z-index: 5;
}
#content {
	padding: 0 30px 40px 10px;
	font-size: 12px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	main {
		max-width: 100%;
	}
	main:after {
		display: none;
	}
	article {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#content {
		padding: 0 10px 40px;
	}
}

/*--------------------------------------
* コンバージョン
--------------------------------------*/
#conversion {
	text-align: center;
	border-top: 1px dotted #cccccc;
}
#conversion .tel {
	margin-bottom: 30px;
}
#conversion .contactList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#conversion .contactList li {
	width: calc((100% - 20px) / 2);
	max-width: 340px;
}

@media screen and (max-width: 960px) {
	#conversion {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	#conversion .inner {
		width: 94%;
		margin: 0 auto;
	}
	#conversion .tel {
		margin-bottom: 20px;
	}
	#conversion .tel a {
		display: inline-block;
		margin-top: 10px;
	}
	#conversion .contactList {
		display: block;
		max-width: 340px;
		margin: 20px auto 0;
	}
	#conversion .contactList li {
		width: 100%;
	}
	#conversion .contactList li:not(:first-child) {
		margin-top: 10px;
	}
}

/*--------------------------------------
* ASIDE
--------------------------------------*/
aside {
	float: left;
	width: 26.25%;
	max-width: 210px;
	position: relative;
	z-index: 5;
}
aside .naviList > li {
	padding-right: 3px;
}
aside .naviList > li > a {
	display: block;
	background: #595450;
	font-size: 1.2em;
	line-height: 14px;
	color: #CECDCB;
	margin-bottom: 1px;
	padding: 3px 10px 3px 28px;
	border-radius: 3px;
	box-shadow: 3px 0 3px #d0cfca;
	position: relative;
}
aside .naviList > li > a:hover {
	opacity: 0.8;
	text-decoration: none;
}
aside .naviList > li > a:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #918d8a;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -4px;
}
aside .subNaviList li {
	padding: 0 22px;
}
aside .subNaviList li:not(:first-child) {
	margin-top: 2px;
}
aside .subNaviList li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #686460;
	padding: 3px 0 3px 14px;
	position: relative;
}
aside .subNaviList li a:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #abacac;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
aside .subNaviList li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
aside .bannerList {
	margin: 25px 0 30px 4px;
}
aside .bannerList li:not(:first-child) {
	margin-top: 2px;
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	aside .naviList {
		max-width: 396px;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	aside .bannerList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		max-width: 396px;
		padding: 0 5px;
		box-sizing: border-box;
		margin: 25px auto 40px;
	}
	aside .bannerList li {
		width: 50%;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
	}
}

/* =====================================
■FOOTER
===================================== */
#footer {
	max-width: 802px;
	margin: 0 auto;
	font-size: 11px;
	letter-spacing: 1.2px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
	border: 1px solid #fff;
	position: relative;
	z-index: 10;
}
#footer:before {
	content: "";
	width: calc(100% - 2px);
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 1px;
	top: -2px;
}
#footer .inner {
	background: #161817;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #161817), color-stop(1.00, #5c605f));
	background: -webkit-linear-gradient(top, #161817 0%, #5c605f 100%);
	background: -moz-linear-gradient(top, #161817 0%, #5c605f 100%);
	background: -o-linear-gradient(top, #161817 0%, #5c605f 100%);
	background: -ms-linear-gradient(top, #161817 0%, #5c605f 100%);
	background: -linear-gradient(top, #161817 0%, #5c605f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161817', endColorstr='#5c605f',GradientType=0 );
	padding: 16px 20px 10px;
}
#footer .footerLink li {
	display: inline-block;
	color: #fff;
	position: relative;
}
#footer .footerLink li a {
	color: #fff;
}
#footer .footerLink li a:hover {
	text-decoration: underline;
}
#footer .pagetop {
	position: absolute;
	right: 5px;
	top: -17px;
}
address {
	color: #fff;
	margin-top: 5px;
}
footer .fixed_box {
	display: none !important;
	position: fixed;
	right: 0;
	width: 352px;
	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;
}
footer .fixed_box li img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixed_box li {
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 229px;
	}
	footer .fixed_box li:last-child {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	#footer .inner {
		padding: 10px;
	}
	address {
		margin-top: 0;
	}
	footer .fixed_box {
		width: 100%;
		bottom: 0 !important;
	}
	footer .fixed_box li {
		width: 43.47%;
	}
	footer .fixed_box li:last-child {
		width: 13.06%;
	}
}