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

/* =====================================
■BASE
===================================== */
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 62.5%;
    line-height: 140%;
	background: #fff;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #3399CC;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	color: #333;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		text-decoration: underline !important;
	}
}


/* =====================================
■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;
}
.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
===================================== */
#wrapper {
	font-size: 120%;
}
.home #wrapper {
	background: url(/wp-content/uploads/bg_wrapper.jpg) repeat-x left top;
}
/*--------------------------------------
content
--------------------------------------*/
#content {
    max-width: 920px;
    margin: 40px auto 0;
    text-align: left;
    padding: 0 20px 70px;
	min-height: 600px;
}
#content #main {
	width: 74%;
	max-width: 680px;
	float: right;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.17em;
	line-height: 1.5;
}
#content #main .contentsBox {
    margin-bottom: 45px;
}
#content #main .contentLayoutArea {
    word-break: break-all;
    overflow: hidden;
	line-height: 160%;
}
.box00 {
    max-width: 640px;
    margin: 0 auto 25px;
}
@media (max-width: 959px) {
	.home #wrapper {
		background: none;
	}
	#content {
		padding: 0 0 70px;
	}
	#content #main {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	#content #contentsBoxWrap {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	#content #main {
		max-width: none;
	}
	#content #contentsBoxWrap {
		max-width: 640px;
		margin: 0 auto;
	}
}
/*--------------------------------------
bread
--------------------------------------*/
#bread {
    width: 100%;
    text-align: right;
    line-height: 1.3;
    line-height: 120%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#bread li {
    display: inline;
}
#bread li+li:before {
    padding-right: .3em;
    content: "＞";
}
#bread li a {
    text-decoration: underline;
    vertical-align: baseline;
}
@media screen and (max-width: 959px) {
	#bread {
		padding: 0 20px;
	}
}
/*--------------------------------------
header
--------------------------------------*/
#header {
	background: url(/wp-content/uploads/bg_header.png) repeat-x left top;
	border-bottom: 1px solid #dfdfdf;
}
.home #header {
	border-bottom: none;
}
#header .catchword {
	background: #254287;
	padding: 5px 10px;
}
#header h1 {
	max-width: 920px;
	margin: 0 auto;
	font-size: 84%;
	font-weight: normal;
	text-align: left;
	color: #fff;
}
#header #headerInner {
	max-width: 920px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0 10px;
}
#header #headerLeft {
	width: auto;
	float: left;
}
#header #headerLeft #logo {
	margin-top: 21px;
}
#header #headerLeft h2 {
	margin-top: 15px;
	font-weight: normal;
	margin-left: 0px;
	font-size: 0.84em;
	line-height: 1.1;
	color: #ccc;
}
#header #headerRight {
	width: 55.8%;
	float: right;
	padding-top: 15px;
	max-width: 513px;
}
#header #headerRight #telNumberWrap {
	padding-right: 0px;
}
#header #headerRight div#telNumber {
	float: right;
}
#header #headerRightUnder {
	margin-top: 9px;
	padding-right: 0px;
}
#header #headerRightUnder #inquiryForm {
	float: right;
	width: 164px;
}
#header #headerRightUnder #inquiryForm a:hover img {
	opacity: 1;
	filter: alpha(opacity=1);
}

/* お問い合わせ */
.inquiryBody #header #headerRightUnder {
	display: none;
}
@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	#header {
		background: #F4FAFB;
		border-bottom: none;
		z-index: 999;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
	}
	#header #headerInner {
		padding: 0;
		height: auto;
	}
	#header .catchword,
	#header #headerLeft h2,
	#header #headerRight #telNumberWrap,
	#header #headerRightUnder {
		display: none !important;
	}
	#header #headerLeft {
		width: calc(100% - 80px);
		max-width: 203px;
		padding: 6px 0 0 10px;
		box-sizing: border-box;
	}
	#header #headerLeft #logo {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	#header #headerLeft #logo a img {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	#header #headerRight {
		width: 60px;
		max-width: 60px;
		padding: 0;
	}
	
	/* お問い合わせ */
	body.inquiryBody #wrapper {
		background: none;
	}
	.inquiryBody #header {
		margin-bottom: 0;
	}
	.inquiryBody #header #headerLeft {
		float: none;
		width: 100%;
		max-width: 282px;
		padding: 20px 0 0 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.inquiryBody #header #headerRight {
		display: none;
	}
}


/*--------------------------------------
NAVI
--------------------------------------*/
#navigation {
	background: #fdccc8;
}
#navigation #navigationInner {
    max-width: 920px;
    text-align: center;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
#navigation ul#nav > li {
    position: relative;
    width: 20%;
    box-sizing: border-box;
	float: left;
	border-right: 1px solid #fff;
}
#navigation > ul {
	position: relative;
	z-index: 99;
}
#navigation #nav > li ul {	
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	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;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
#navigation ul#nav ul a {
	display: block;
	background-color: #c5e3fd;
    background-repeat: no-repeat;
    height: 30px;
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-decoration: none !important;
}

.desktop #header #navigation #nav > li > a:hover + ul,
.desktop #header #navigation #nav > li > a ul:hover,
.desktop #header #navigation #nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop #header #navigation #nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet #header #navigation #nav > li > ul {
	display: none;
}
.tablet #header #navigation #nav > li > a + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet #header #navigation #nav > li.hover > a + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#header #navigation {
		display: none !important;
	}
	#header #navigation #nav > li ul {
		pointer-events: none;
	}
	#navigation ul#nav > li > a {
		display: block;
		height: 30px;
		line-height: 30px;
	}
	#navigation ul#nav ul a {
		line-height: 30px;
	}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#navigation #nav > li ul {
		right: 0;
		left: inherit;
	}
}

@media screen and (max-width: 959px) and (min-width: 768px) {
	#navigation li a.navigationBg span {
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.toggleMenu {
		float: right;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
	}
	.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;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #254286;
		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 #navigation {
		display: none;
		background: #F2F7FB;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}
	#navigation #navigationInner {
		border: none;
		padding: 20px;
	}
	#header #navigation #nav {
		display: block;
	}
	#navigation ul#nav li {
		float: none;
		width: 100%;
		border: none;
	}
	#navigation ul#nav > li:not(:first-child) {
		margin-top: 2px;
	}
	#header #navigation #nav > li > a {
		background: #fff;
		color: #254286;
		text-align: left;
		padding: 20px 40px 20px 20px;
		box-sizing: border-box;
		height: auto;
		display: block;
		font-size: 15px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		font-weight: bold;
	}
	#header #navigation #nav > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	#header #navigation #nav > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	#header #navigation #nav > li > a.parent:after {
		content: "";
		width: 10px;
		height: 10px;
		border-left: 1px solid #254286;
		border-top: 1px solid #254286;
		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 #navigation #nav > li.hover > a.parent:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	#header #navigation #nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	#navigation ul#nav ul.pullSub li {
		width: 100%;
		margin-top: 2px;
	}
	#header #navigation #nav > li ul li {
		display: none;
	}
	#header #navigation #nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#navigation ul#nav ul a {
		width: 100%;
		background: #7BB9F2;
		color: #fff;
		padding: 20px 30px;
		height: auto;
		border: none;
		box-sizing: border-box;
		font-size: 15px;
		text-align: left;
	}
	#navigation ul#nav ul a span {
		padding: 0;
	}

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

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

	#header .contact_box {
		background: #254286;
		padding: 30px;
	}
	#header .contact_box .contact_tit {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.2;
		color: #fff !important;
		text-align: center;
	}
	#header .contact_box .tel {
		max-width: 473px;
		margin: 0 auto;
	}
	#header .contact_box .tel img {
		max-width: 100%;
	}
}
@media screen and (max-width: 374px) {
	#header .contact_box {
		padding: 20px;
	}
}
	
/*--------------------------------------
MAIN
--------------------------------------*/
#mainImageWrap {
    max-width: 920px;
    margin: 12px auto 20px;
    position: relative;
}
@media screen and (max-width: 767px) {
	#mainImageWrap {
		margin: 0;
	}
}

/*--------------------------------------
SIDE
--------------------------------------*/
#side {
    width: 220px;
    float: left;
}
#side .sidemenu > ul > li {
    margin-top: 10px;
}
#side .sidemenu > ul > li:first-child {
    margin-top: 0;
}
#side .sideSub a {
	display: inline-block;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	font-size: 1.17em;
	background: url(/wp-content/uploads/bg_side_nav.png) no-repeat left center;
	padding-left: 15px;
}
#side .sideSub a:hover {
    color: #7FC1DF !important;
    text-decoration: underline;
}
#side .sideSub ul {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	padding-top: 10px;
}
#side .sideSub ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	background: #d6d6d6;
	left: 0;
	bottom: 10px;
    height: 100%;
}
#side .sideSub ul li {
	margin-bottom: 4px;
}
#side .sideSub ul li:last-child {
	margin: 0;
}
#side .sort {
    margin-bottom: 10px;
}
#side .access_outer {
	padding: 14px 13px 13px;
	border: 1px solid #D6D6D6;
}
#side .accessTitle  {
	margin-bottom: 13px;
	text-align: center;
}
#side .accessMap {
	text-align: right;
	margin-bottom: 9px;
}
#side .accessMap a {
	font-size: 0.84em;
	text-decoration: underline;
	margin-top: 5px;
}
#side .accessTxt {
	line-height: 1.4;
	font-size: 1.08em;	
}
#side .accessTxt dt {
	margin-bottom: 3px;
	font-weight: bold;
}
#side .accessTxt dd {
    margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #CCC;
}
#side .accessTxt dd:last-child {
	margin-bottom: 12px;
}
#side .accessTelNum {
    margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
	#side {
		float: none;
		margin: 0 auto;
		padding-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	#side .sidemenu {
		display: none;
	}
}

/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
#conBottom {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.contact_section {
		padding: 40px 20px;
		background: #254286;
	}
	.contact_section .contact_tit {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		font-size: 24px;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		margin-bottom: 20px;
		line-height: 1.4;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	border-top: 3px solid #254287;
	letter-spacing: 1px;
	background: #EEF7FB;
	color: #333333;
	text-align: center;
}
#pagetopWrap {
    max-width: 920px;
    margin: 0px auto;
    text-align: left;
    position: relative;
}
#footer #pagetopWrap .pagetop a {
    position: absolute;
    top: -24px;
    right: 16px;
    display: block;
}
#footerInner {
    padding-top: 10px;
    padding-bottom: 12px;
}
#footer #footerContent {
	max-width: 920px;
	margin: 0px auto;
	text-align: center;
}
#footer #footerContent ul {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 75px;
}
#footer #footerContent li {
    display: inline-block;
	line-height: 1.9;
}
#footer #footerContent li a {
    color: #333333;
}
#footer #footerContent li a:hover {
    color: #666666;
	text-decoration: underline;
}
#footer #footerContent address {
    font-size: 0.92em;
    font-style: normal;
    text-align: center;
    color: #999;
}
@media screen and (max-width: 767px) {
	#footerInner {
		padding-top: 15px;
	}
	#footer #footerContent {
		padding: 0 20px;
	}
	#footer #footerContent ul {
		padding: 0;
	}
}

/* =====================================
■fixed_box
===================================== */
@media screen and (min-width: 768px) {
	#footer {
		padding-bottom: 60px;
	}
	#footer .fixed_box {
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		width: 290px;
		bottom: 0 !important;
		right: 0;
		line-height: 0;
	}
	#footer .fixed_box li {
		float: right;
		width: 50px;
	}
	#footer .fixed_box li:first-child {
		margin-left: 10px;
	}
	#footer .fixed_box li:last-child {
		width: 230px;
		border-left: none;
	}
	#footer .fixed_box li a:hover img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding-bottom: 16%;
	}
	#footer .fixed_box {
		width: 100%;
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
	}
	#footer .fixed_box li {
		float: right;
		width: 85.1%;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:first-child {
		width: 14.9%;
		border: none;
	}
	#footer .fixed_box img {
		width: 100%;
	}
}



/*Pagination CSS*/
/*--------------------------------------
pagination
--------------------------------------*/
.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 1px;
}
.pagination li a {
	display: inline-block;
	line-height: 24px;
	background: #4da1de;
	color: #FFF;
	width: 24px;
	height: 24px;
	text-decoration: none;
	vertical-align: baseline;
}
.pagination li a:hover {
	background: #84C4F2;
	text-decoration: underline;
}
.pagination li .current {
	color: #fff;
	background: #84C4F2;
	display: inline-block;
	line-height: 24px;
	width: 24px;
	height: 24px;
}
.pagination li a.prev, .pagination li a.next {
	width: auto;
	color: #454545;
	height: auto;
	background: none;
}
/* .pagination li a.prev {
	background-image: url(/wp-content/themes/genova_tpl/style/00/images/icon_news_previous.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 10px;
	text-decoration: none;
}
.pagination li a.next {
	background-image: url(/wp-content/themes/genova_tpl/style/00/images/icon_news_next.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	text-decoration: none;
} */
.pagination li a.prev:hover, .pagination li a.next:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.pagination > .page-numbers {
		position: relative;
		margin-top: 25px;
		max-width: 300px;
		margin: 25px auto 0;
		width: 100%;
	}
	.pagination li a.prev, .pagination li a.next {
		position: absolute;
		top: -30px;
		width: 106px;
		box-sizing: border-box;
	}
	.pagination li a.prev {
		left: 0;
	}
	.pagination li a.next {
		right: 0;
	}
}