/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer 
 └ 8-4. sns 
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. hikoukai
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 1-2. margin -------------------------- */
.m00 {
	margin: 0 !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.m50 {
	margin: 50px !important;
}
.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr00 {
	margin-right: 0 !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	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;
}
.ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
/* 1-3. padding -------------------------- */
.pa00 {
	padding: 0 !important;
}
.pa05 {
	padding: 5px !important;
}
.pa10 {
	padding: 10px !important;
}
.pa15 {
	padding: 15px !important;
}
.pa20 {
	padding: 20px !important;
}
.pa25 {
	padding: 25px !important;
}
.pa30 {
	padding: 30px !important;
}
.pa35 {
	padding: 35px !important;
}
.pa40 {
	padding: 40px !important;
}
.pa45 {
	padding: 45px !important;
}
.pa50 {
	padding: 50px !important;
}
.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr00 {
	padding-right: 0 !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl00 {
	padding-left: 0 !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
/* 1-5. bold -------------------------- */
.bold {
	font-weight: bold;
}
/* 1-6. ph -------------------------- */
.ph {
	display: inline-block;
	border: 1px solid #e3e3e3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ph img {
	width: 100%;
}
/* 1-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* =====================================
 2. header
===================================== */



/* =====================================
 3. nav
===================================== */
#notfoundBody nav, #sitemapBody nav, #newsList nav, #websiteNewsDetail nav {
	margin-bottom: 20px;
}
#inquiryBody nav {
	display: none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
	background: none;
}
/* 12-2. sub nav -------------------------- */
.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
.sf-menu ul li {
	padding: 5px 10px;
}
.sf-menu ul li a {
	line-height: 1.2;
}

/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* image size fixed */

@media screen and (max-width: 995px) {
#mainimage .main_content {
	height: 600px;
	background-size: cover;
}
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f4f4f4;
	padding: 20px 0;
	line-height: 1.2 !important;
}
#notfoundBody #mainimage, #sitemapBody #mainimage, #newsList #mainimage, #websiteNewsDetail #mainimage, #inquiryBody #mainimage {
	display: none;
}
.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}
/* =====================================
 5. footer
===================================== */
#footer {
	margin-top: 50px;
}
#footer img {
	width: auto;
}
#footer .footerLink {
	list-style: outside none none;
	margin: 10px auto;
	width: 90%;
}
#footer .footerLink li {
	display: inline-block;
}
/* =====================================
 6. content
===================================== */
#content {
	text-align: left;
	line-height: 1.8;
	word-wrap: break-word;
}
#content p {
	line-height: 1.8;
	margin-bottom: 0;
}
/* 6-1. title -------------------------- */
.under h2 {
	color: #000;
	text-align: center;
}
.under h2 span {
	color: #999;
	font-size: 70%;
}
h2.titleBg {
	text-align: left;
}
#content h4 {
	line-height: 1.2 !important;
}
#content h3 {
	line-height: 1.2 !important;
}
#content h5 {
	font-weight: bold !important;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
#content .block3 h5, #content .block4 h5, #content .block5 h5, #content .block1 h5 {
	overflow: hidden;
	font: 14px/18px;
}
/* 6-2. top -------------------------- */

/* 3color */
.item {
	height: 380px !important;
}
.item h4 {
	line-height: 1;
}
.mrg12 img {
	width: 100% !important;
}
.img1 {
	width: 32%;
}
/* link */
.a13 {
	background: url(/wp-content/themes/genova_tpl/asset/ic_01.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
	background: url(/wp-content/themes/genova_tpl/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
	padding-left: 17px;
	margin-bottom: 20px;
}
.list a {
	line-height: 18px;
}
@media screen and (max-width: 767px) {
.list {
	padding-right: 0;
}
.list li:hover {
	background: url(/wp-content/themes/genova_tpl/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
.b_11_in:last-child {
	margin: 0 0 1em;
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 36%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0 20px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	width: 100%;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
	text-transform: uppercase;
	padding: 5px 0 3px 0;
	margin-top: 0;
	width: 100%;
	text-align: center;
	background: #fef6ea;
	font-size: 14px;
}
.blogside .list li {
	background: url(/static.plimo.com/static/type5/images/marker1.png) no-repeat scroll 0 16px rgba(0, 0, 0, 0);
	padding-left: 13px;
	text-align: left;
}
.blogside .list a {
	word-wrap: break-word;
}
.blogside li:before {
	color: #14408c;
	content: "・";
	font-size: 100%;
	padding-right: 0.4em;
}
input[type="text"] {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	padding: 2px;
	border-radius: none;
	margin-bottom: 5px;
}
#blogBody input[type="text"] {
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
	color: #999;
	font-size: 85%;
	margin: 3em 0 0.5em;
	text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
	text-align: right;
}
.blog .shareBt .fb_iframe_widget {
	margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
	text-align: right;
	vertical-align: middle;
	width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
	width: auto;
}
/* =====================================
 9. tel link
===================================== */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
 
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}
/** 個別設定 **/
/* left */
.img_l span img {
	float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
	float: right !important;
	margin: 0 0 20px 20px !important;
}
/* 1-9. image decoration -------------------------- */
/* Round */
.image img, .text_image img, .gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover, .rollover span a img:hover, .rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/wp-content/themes/genova_tpl/asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l, .ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span, .ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p, .ba_box div.column_r p, .ba_box div.column_l span img, .ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
	font-size: 120%;
	font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
@media screen and (max-width: 767px) {
.ba_box {
	background: url(/wp-content/themes/genova_tpl/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l, .ba_box div.column_r {
	width: 100% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top: -4px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top : 0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before {
	content: "\00a0";
	display: block;
	border: solid 9px #000;
	height: 0;
	width: 0;
	position: absolute;
	left: -29px;
	top: 10px;
	margin-top: -8px;
}
.ic_02 span:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: -23px;
	top: 10px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
	content: "\00a0";
	display: block;
	border: solid 9px #000;
	height: 0;
	width: 0;
	position: absolute;
	left: -29px;
	top: 10px;
	margin-top: -4px;
}
.ic_02 li:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: -23px;
	top: 10px;
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
/* arrow list 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 1-11-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01, img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
	width: 30% !important;
	float: left !important;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
	width: 100% !important;
	float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p, .gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table td, .b_06 table th {
	border: 1px solid #ccc;
	padding: 8px !important;
}
.b_06_item {
	background: none repeat scroll 0 0 #E8E0D3;
	width: 30%;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	text-align: left;
}
table.gnv_tmp_table01 {
	background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
	background: #ddd;
	border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
	background: #efefef;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	padding: 5px;
	text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
	background: #f1ece5;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
}
 @media screen and (max-width: 767px) {
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 70%;
}
}


/* =====================================
 3. nav
===================================== */
#notfoundBody nav, #sitemapBody nav, #newsList nav, #websiteNewsDetail nav {
	margin-bottom: 20px;
}
#inquiryBody nav {
	display: none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
	background: none;
}
/* 12-2. sub nav -------------------------- */
.sf-menu ul {
    padding: 5px 0;
    width: 100%;
    left: 0;
}
.sf-menu ul li {
    padding: 5px 5px;
    text-align: center;
}
.sf-menu ul li a {
	line-height: 1.2;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* image size fixed */
#mainimage .main_content {
	background: url(/wp-content/themes/genova_tpl/asset/main_image.png) no-repeat top center;
	height: 600px;
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f4f4f4;
	padding: 20px 0;
	line-height: 1.2 !important;
}
#notfoundBody #mainimage, #sitemapBody #mainimage, #newsList #mainimage, #websiteNewsDetail #mainimage, #inquiryBody #mainimage {
	display: none;
}
.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}
/* =====================================
 5. footer
===================================== */
#footer {
	margin-top: 50px;
}
#footer img {
	width: auto;
}
#footer .footerLink {
	list-style: outside none none;
	margin: 10px auto;
}
#footer .footerLink li {
	display: inline-block;
}
.brand > a {

    background: none;
}
/* =====================================
 6. content
===================================== */
#content {
	text-align: left;
	line-height: 1.8;
	word-wrap: break-word;
}
#content p {
	line-height: 1.8;
	margin-bottom: 0;
}
/* 6-1. title -------------------------- */
.under h2 {
	color: #000;
	text-align: center;
}
.under h2 span {
	color: #999;
	font-size: 70%;
}
h2.titleBg {
	text-align: left;
}
#content h4 {
	line-height: 1.2 !important;
}
#content h3 {
	line-height: 1.2 !important;
}
#content h5 {
	font-weight: bold !important;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
#content .block3 h5, #content .block4 h5, #content .block5 h5, #content .block1 h5 {
	overflow: hidden;
	font: 14px/18px;
}
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
	font-size: 30px;
}
.div1:before {
	background: none;
}
.div1:after {
	content: '';
	position: absolute;
	border-top: 22px solid #00bff3;
	border-right: 0px solid transparent;
	border-left: 25px solid transparent;
	bottom: -19px;
	left: 35%;
}
.item {
	height: auto !important;
	padding: 1%;
}
.mrg12 img {
	width: 100% !important;
}
.img1 {
	width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
	height: auto !important;
}
.div6 {
	background: url(/wp-content/themes/genova_tpl/asset/block1_div6.png) no-repeat;
}
.div3 {
	background: url(/wp-content/themes/genova_tpl/asset/block3_div3.png) no-repeat;
}
.div4 {
	background: url(/wp-content/themes/genova_tpl/asset/block4_div4.png) no-repeat;
}
.div5 {
	background: url(/wp-content/themes/genova_tpl/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
	width: 100% !important;
}
/* link */
.a13 {
	background: url(/wp-content/themes/genova_tpl/asset/ic_01.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
	background: url(/wp-content/themes/genova_tpl/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
	padding-left: 17px;
	margin-bottom: 20px;
}
.list a {
	line-height: 18px;
}
@media screen and (max-width: 767px) {
.list {
	padding-right: 0;
}
.list li:hover {
	background: url(/wp-content/themes/genova_tpl/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
.b_11_in:last-child {
	margin: 0 0 1em;
}
}
 @media screen and (max-width: 767px) {
.gnv_tmp_map {
	padding-top: 70%;
}
.gnv_tmp_map iframe {
	right: 10%;
	width: 80% !important;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
	cursor: text;
}
.tel_txt a:hover {
	text-decoration: none;
}
 @media screen and (max-width: 767px) {
.tel_txt a, .tel_txt a:hover {
	text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
.bc01 img, .bc02 img, .bc03 img, .bc04 img {
	width: 100% !important;
}
/* =====================================
 7. full content
===================================== */
.full #content .container_12 {
	width: 100% !important;
}
.full .bg1 {
	border: none !important;
	margin: 0 !important;
	padding: 2em 0 !important;
}
.full .div1 {
	margin-top: 0;
}
.full p, .full .block6, .full .list {
	margin-bottom: 0;
}
.full .block2 {
	margin-top: 0;
}
.full #content .block4, .full #content .block5 {
	margin-bottom: 0;
}
.full .b_01, .full .b_02, .full .b_04_2, .full .b_09, .full .b_10, .full .b_11, .full .b_10 .grid_12, .full .b_11 .grid_12 {
	margin: 2.5em auto !important;
}
.full .grid_12 {
	margin: 0 auto !important;
	padding: 0 !important;
	position: relative !important;
	width: 960px !important;
	float: none;
	display: block;
}
.full .grid_12 .grid_1 {
	width: 60px !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.full .grid_12 {
	width: 748px !important;
}
.full .grid_12 .grid_1 {
	width: 44px !important;
}
.full .grid_12 .grid_2 {
	width: 108px !important;
}
.full .grid_12 .grid_3 {
	width: 172px !important;
}
.full .grid_12 .grid_4 {
	width: 229px !important;
}
.full .grid_12 .grid_5 {
	width: 300px !important;
}
.full .grid_12 .grid_6 {
	width: 364px !important;
}
.full .grid_12 .grid_7 {
	width: 428px !important;
}
.full .grid_12 .grid_8 {
	width: 492px !important;
}
.full .grid_12 .grid_9 {
	width: 556px !important;
}
.full .grid_12 .grid_10 {
	width: 620px !important;
}
.full .grid_12 .grid_11 {
	width: 684px !important;
}
.full .grid_12 .grid_12 {
	width: 748px !important;
}
#websiteNewsDetail #content,#newsList #content{
	min-height:650px;
}
}
@media screen and (max-width: 767px) {
.full .grid_12 {
	width: 300px !important;
}
.full #content .block1, .full #content .block3 {
	margin-bottom: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.full .grid_12 {
	width: 420px !important;
}
.full .block6 {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.full .block6 {
	margin-bottom: 20px;
}
.full .grid_2, .full .grid_3, .full .grid_4, .full .grid_5, .full .grid_6, .full .grid_7, .full .grid_8, .full .grid_9, .full .grid_10, .full .grid_11, .full .grid_12 {
	margin-bottom: 20px;
}
}
.full .grid_12:after {
	clear: both !important;
	content: " " !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.w100, .w100 img {
	width: 100%;
}
/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0 20px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	width: 100%;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
	text-transform: uppercase;
	padding: 5px 0 3px 0;

	margin-top: 0;
	width: 100%;
	text-align: center;
	background: #efefef;
	font-size: 14px;
}
.blogside .list li {
	background: url(/static.plimo.com/static/type5/images/marker1.png) no-repeat scroll 0 16px rgba(0, 0, 0, 0);
	padding-left: 13px;
	text-align: left;
}
.blogside .list a {
	word-wrap: break-word;
}
.blogside li:before {
	color: #14408c;
	content: "・";
	font-size: 100%;
	padding-right: 0.4em;
}
input[type="text"] {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	padding: 2px;
	border-radius: none;
	margin-bottom: 5px;
}
#blogBody input[type="text"] {
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
	color: #999;
	font-size: 85%;
	margin: 3em 0 0.5em;
	text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
	text-align: right;
}
.blog .shareBt .fb_iframe_widget {
	margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
	text-align: right;
	vertical-align: middle;
	width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
	width: auto;
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link {
	text-decoration: underline;
}
/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
 @media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
}
/* 9-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	bottom: 40%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
@media screen and (max-width: 767px) {
#sidecontact {
	display: none;
}
}
/* =====================================
 10. hikoukai
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
 @media screen and (max-width: 995px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
}
/* =====================================
 10. side link
===================================== */
#sidecontact {
	display: block;
	position: fixed;
	bottom: 40%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
@media screen and (max-width: 767px) {
#sidecontact {
	display: none;
}
}
/* =====================================
 11. hikoukai
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
/* ----------------------------------------------------------
追記(structure)
----------------------------------------------------------- */

body {
	color: #666666;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
#content p {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-top: 0px;
}
.mb_h3 {
	margin-bottom: 5px !important;
}
.mb_h4 {
	margin-bottom: 30px!important;
}
.mb_01 {
	margin-bottom: 40px!important;
}
.mb_02 {
	margin-bottom: 60px!important;
}
.mb_03 {
	margin-bottom: 75px!important;
}
/* リンク設定 */

a:hover {
	color: #ccc;
	text-decoration: none;
}
a:focus, *:focus {
	outline: none;
}
#pagenation .active a, #pagenation a.active:hover {
	background: none #444;
	color: #fff;
}
#content a:hover img, #side a:hover img, .inquiry #content .backBt:hover, .inquiry #content .confirmBt:hover, .inquiry #content .submitBt:hover, .inquiry #content .topBt:hover, #pagenation .active a:hover, #news .ov:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* nav ------------ */
.sf-menu>li{
	padding: 0 15px;
}
.sf-menu > li.current {
	border-bottom: none;
	margin-bottom: 23px;
}
.sf-menu > li.sfHover, .sf-menu > li:hover {
	border-bottom: 2px solid #D9D1C2;
	margin-bottom: 21px;
}
.sf-menu > li > a, .sf-menu > li > p, .sf-menu > li > span {
	color: #333;
	display: inline-block;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.sf-menu > li > p:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #D9D1C2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background: none;
    left: 50%;
    top: 24px;
	margin-left:-4px;
    position: absolute;
}

/*プルダウン*/

.sf-menu ul {
	background-color: #6a5240;
	top: 24px;
	min-width:inherit;
}
.sf-menu ul li a {
	font: 14px/24px "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}
.sf-menu ul li a:hover {
	color:#cccccc;
}
/* footer ------------ */
#footer {
	background-color: #f8f5f1;
	padding-bottom: 0px;
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
	    padding-bottom: 60px;
}
.top #footer {
	margin: 0;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #bbb;
}
#footer h1 {
	margin-bottom: 2em;
}
.footerInner {
	background: #f9f6e8;
	padding: 20px 0 50px;
}
#footer .brand {
	padding: 2em 0;
}
.brand > a + a {
	margin-left: 5px;
}
.privacy {
	color: #666666;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: none;
}
/* mainimage ------------ */

.under #mainimage .under_mainimage {
	background: #f1ece5;
	border-bottom: 1px solid #e8e0d3;
	border-top: 1px solid #e8e0d3;
	line-height: 1.2 !important;
	padding: 20px 0;
}
.under h2 {
	text-align: center;
	border-bottom: none;
	color: #785C47;
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
}
/* ----------------------------------------------------------
追記(content)
----------------------------------------------------------- */

.b_01 {
	margin-bottom: 0;
}
.b_02, .b_04_2, .b_09, .b_10, .b_11, .b_11_3, .b_01 .ic_01, .b_01 .ic_02 {
	margin: 0 0 3em;
}
/* 見出し */

.static #content h2.titleBg, h2.titleBg {
	border-bottom: 1px solid rgb(237, 237, 237);
	border-left: medium none;
	border-top: 3px solid #967963;
	color: #333;
	font-size: 130%;
	letter-spacing: 0;
	padding: 10px 15px;
	text-align: left;
}
.b_01 h3 {
	margin-bottom: 1em;
}
/* table01 ------------ */

.table01 {
	width: 100%;
}
.table01 th {
	background: #e8e0d3;
}
.table01 th, .table01 td {
	padding: 8px;
	border: 1px solid #ddd;
}
/*  hours ------------ */

table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center !important;
}
/* list
-------------------------*/

.floatList li {
	float: left;
	margin-right: 2em;
	margin-bottom: 10px;
}
/* ● */

ul.ul01 {
	margin-bottom: 0.8em;
}
ul.ul01 li {
	position: relative;
	padding: 2px 5px 2px 20px;
}
ul.ul01 li:before {
	content: "";
	position: absolute;
	background: #785C47;
	top: 12px;
	left: 6px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* ▶ */

ul.ul_arrow {
}
ul.ul_arrow li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 5px;
}
ul.ul_arrow li:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #c3842a;
}
ul.ul_arrow li a:hover {
	color: #ccc;
}
.number_p {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 0 0px;
	text-indent: 0px;
	color: #313c50;
}
.number {
	background: none repeat scroll 0 0 #4d6990;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	color: #fff;
	font-size: 23px;
	margin: 0 10px 0 0;
	padding: 0 8px;
	vertical-align: bottom;
}
.arrow_box {
	position: relative;
	height: 40px;
	width: 100%;
}
/*.arrow_box:before {
 content: "";
 position: absolute;
 background: none;
 top: 10px;
 left: 0px;
 height: 0;
 border-top: dotted #ddd 2px;
 width: 100%;
}*/
.arrow_box:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 0px;
	height: 0px;
	border: 30px solid transparent;
	border-top: 16px solid #62685a;
}
.under #mainimage {
	margin-bottom: 20px;
}
p.catch {
	font-size: 140%;
	color: #313c50;
	font-weight: bold;
}
.gnv_tmp_h3_bg h3 {
	font-size: 22px;
	display: block;
	line-height: 1.4;
	padding: 17px 7px 17px 40px;
	position: relative;
	text-align: left;
	font-weight: normal;
	color: #fff;
	background: url(/wp-content/themes/genova_tpl/asset/bg-h3.png) no-repeat 4px 14px;
}
.gnv_tmp_h3_bg {
	background-color: #967963;
	border: medium none;
	border-radius: 6px;
}
@media screen and (max-width: 767px) {
	.gnv_tmp_h3_bg h3 {
		font-size: 21px;
	}
	
}
h3.entry-title {
	margin: 0 0 15px 0;
}
.blog h3.entry-title {
	border: medium none;
	box-sizing: border-box;
	font-size: 20px;
}
.under #content h4 {
	border-bottom: 1px solid #ddd;
	color: #5e4737;
	font-size: 120%;
	padding: 0 0 8px 24px;
	position: relative;
	overflow: hidden;
	text-shadow: none;
	font-weight: bold;
}
.under #content h4:before {
	position: absolute;
	content: "";
	background: #4d6990;
	width: 14px;
	height: 14px;
	top: 4px;
	left: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.blogside h3 {
	background: #f1ece5;
	border-bottom: 1px solid #e0c3a8;
}
ul.ul02 {
	background: none repeat scroll 0 0 #f1ece5;
	box-sizing: border-box;
	border-radius: 6px;
	list-style: outside none none;
	padding: 20px;
}
ul.ul02 li {
	box-sizing: border-box;
	float: left;
	padding: 0 22px 5px;
	position: relative;
	width: 49%;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 17px;
	left: 3px;
	width: 0;
	margin: -9px 0 0 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #62685a;
}
.ul_left li {
	float: left;
}
#toTop {
	width: 62px;
	height: 87px;
	background: url("/wp-content/themes/genova_tpl/asset/totop.png") no-repeat scroll left 0px;
}
.img_auto img {
	max-width: 494px;
	margin: 0 auto !important;
}
/*top_box*/
	
	
.top_box01 h2 {
	font-size: 30px;
	line-height: 48px;
	color: #785C47;
	border-bottom: 0px;
	font-weight: normal;
	position: relative;
	background-image: url(/wp-content/themes/genova_tpl/asset/bg01.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-top: 30px;
	padding-bottom: 10px;
}
.top_box01 p {
	margin-top: 20px !important;
}
.top_box02 {
	background: url(/wp-content/themes/genova_tpl/asset/bg02.png);
	background-position: bottom left;
	background-size: cover;
	padding: 35px 10px;
}
.item {
 
    margin-top: 0px;
}
.top_box02 h3, .top_box05 h3 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

.full .b_09.top_box03{
    margin: 0em auto !important;
}
.top_box03 p span {
	color: #4D6990 !important;
}
.top_box03 p {
	line-height: 1.4 !important;
	color: #6A523F;
	text-shadow: none;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-weight: normal;
}
.a1 {
	padding: 15px 4px;
	position: relative;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 18px;
	background: #E8E0D3;
	display: block;
	border-radius: 5px;
	color: #5E4737;
	font-size: 18px;
	position: relative;
}
.a1:after {
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-top: 10px solid #62685a;
	margin: 0px 0px 0px -14px;
}
.a1:hover {
	background: #AD8972;
}
.top_box04 {
	background: url(/wp-content/themes/genova_tpl/asset/bg03.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	padding: 60px 0;
}
.top_box04 .div2 {
	width: 40%;
	float: right;
}
.top_box04 h3 {
	color: #785C47;
	font-weight: normal;
	padding-left: 26px;
	background: url(/wp-content/themes/genova_tpl/asset/top_h3.png) no-repeat 0px 7px;
	font-size: 30px;

}
.top_box04 .a2 {
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 5px 10px;
	border:2px solid #ffffff;
	border-radius: 6px;
	text-align: center;
	width: 60%;
	background:#E8E0D3;
	color:#5E4737;
}
.top_box04 .a2:hover {
	opacity: 0.5;
}
.top_box05 {
	background: url(/wp-content/themes/genova_tpl/asset/bg04.png);
	background-position: bottom left;
	padding: 35px 0;
	background-size: cover;
}
.top_box06 h5, .top_box07 h5 {
	font-weight: normal !important;
	border-bottom: 0px !important;
	margin-top: 15px;
	padding-bottom: 8px;
	color: #6A5240;
	font-size: 24px;
	background-image: url(/wp-content/themes/genova_tpl/asset/bg01.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#content h5 {
	font-weight: normal !important;
}
.a13 {
	width: 52px;
	height: 52px;
}
.a13:hover {
	opacity: 0.5;
}
#news h2 {
	background: #e8e0d3;
	border-top: 0px;
	display: block;
	margin: 0px 0px 1em !important;
	padding: 4px 10px;
	color: #6A5240;
	border-left: #6b7263 solid 10px;
	font-size: 20px;
	font-weight: normal;
	position: relative
}
#news h2:before {
	position: absolute;
	content: "";
	background: #535446;
	width: 10px;
	height: 10px;
	top: 0;
	left: -10px;
}
#news .ov {
	display: block;
	float: left;
	position: absolute;
	text-align: right;
	top: 14px;
	width: auto;
	right: 10px;
	color: #6A5240;
}
#news dt .newsNew {
	background: #313C50;
	color: #FFF;
}
#news dt {
	color: #313C50;
}
#news dd a {
	text-decoration: none;
}
#news dd a:hover {
	text-decoration: underline;
}
span.newsBt:hover {
	text-decoration: underline;
}

#news dl {
    border-bottom: 1px solid #E8E0D3;
    margin-bottom: 0.6em;
    width: 100%;
}

@media only screen and (max-width: 995px) and (min-width: 768px) {
	.sf-menu > li > a, .sf-menu > li > p, .sf-menu > li > span {
	font-size: 14px;
}
#sidecontact {
	display: block;
	position: fixed;
	bottom: 40%;
	z-index: 1000;
	width: 80px;
}
p.catch {
	margin-bottom: 0em !important;
}

.top_box04 {
    background: transparent url("/wp-content/themes/genova_tpl/asset/bg03.png") no-repeat scroll 39% bottom;
    padding: 35px 0px;
}
.top_box04 p{
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
dropshadow(color=#ffffff,offX= 1,offY= 0)
dropshadow(color=#ffffff,offX= 0,offY= 1)
dropshadow(color=#ffffff,offX=-1,offY= 0);
-webkit-text-stroke-color: #ffffff;
/*-webkit-text-stroke-width: 1px;*/
text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px,
             #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}
#news {
 
    width: 96%;
    margin: 0 auto;
}

#mainimage .main_content {
    background: transparent url("/wp-content/themes/genova_tpl/asset/main_image.png") no-repeat scroll center top;
    height: 450px;
    background-size: cover;
}


/*.under .container_12 {
	width: 748px;
}
#sitemapBody.under .container_12 {
	width: 768px;
}
#blogBody.under .container_12 {
	width: 768px;
}*/
}
@media screen and (max-width: 767px) {
.mb_01 {
	margin-bottom: 20px!important;
}
.mb_02 {
	margin-bottom: 30px!important;
}
.mb_02 {
	margin-bottom: 40px!important;
}
.mb_h3 {
	margin-bottom: 0px !important;
}
.mb_h4 {
	margin-bottom: 0px!important;
}
.under h2 {
	font-size: 27px;
}
h2 {
	margin-top: 0px !important;
}
.b_11_2_in span img {
	float: none;
	width: 100%;
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}
p.catch {
	font-size: 120%;
	margin-bottom: 0em !important;
}
.number_p {
	font-size: 18px;
	padding: 0px 0 0 36px;
	text-indent: -39px;
}
.lost_table .table01 th, .lost_table .table01 td {
	padding: 4px;
	font-size: 80%;
}
.lost_table .table01 th {
	width: 25%;
}
#header h1 {
	display: block;
	width: 90%;
	margin: 0 auto 20px;
}
.shadow {
	position: relative;
	background: none;
}
#footer img {
	width: 90%;
	display: block;
	width: 90%;
	margin: 0 auto;
}
.brand > a {
	background: #f8f5f1;
}
#footer .footerLink {
	margin: 0 auto;
}
ul.ul02 li {
	float: none;
	width: 100%;
}
p.logo {
	margin-bottom: 20px !important;
}
.number {
	font-size: 20px;
}
.ul_left li {
	float: none;
}
h4 {
	margin-bottom: 18px;
}
.sp_box01 {
margin: 25px 0px 15px 0px !important;
}
.sp_box01_in a {
	display: block;
    max-width: 320px;
    margin: 0 auto 10px;
}

.top_box04 {
    background: none;
    padding:0px;
}

.top_box04 .div2 {
    width: 100%;
    float: none;
    text-align: center;
}
.top_box04 img{
	display:block;
	margin-bottom:20px;}
.top_box04 .a1{
	text-align:center;
}

#news h2 {

    padding: 10px 10px;}
	
	.top_box07 .singlebox4,.top_box06 .singlebox4{
		width: 48% !important;
padding: 0px 1% 15px;
margin-left: 0px !important;
margin-right: 0px !important;}
#news .ov {

    top: 12px;}
	
	h2 {
    line-height: 1.7;
}

.top_box06 h5, .top_box07 h5 {
 
    font-size: 18px;}
	a:hover {

    opacity: 0.5;
}
h1 a:hover
{opacity:1;}
.top_box02 {
	background: url(/wp-content/themes/genova_tpl/asset/bg02_sp.png);
	background-position: bottom left;
	background-size: cover;

    padding: 30px 10px;
}

.top_box05 {
	background: url(/wp-content/themes/genova_tpl/asset/bg04_sp.png);
	background-position: bottom left;
background-size: cover;
    padding: 30px 10px;
}

.top_box01 h2 {
    font-size: 20px;}
	
	.top_box03 p {
 
    font-size: 18px;}
	
	.top_box04 h3 {
    background: transparent url("/wp-content/themes/genova_tpl/asset/top_h3.png") no-repeat scroll 0px 3px;
    font-size: 24px;}
	.top_box02 h3, .top_box05 h3 {
    font-size: 23px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 0;
}
}
.top_box02 h3,.top_box05 h3{
	margin-bottom:0;
}
p.number_p{
	text-indent: -2.2em;
    padding-left: 2.2em;
}
#newsList #news h2::before {
    background: none;
}
/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}