/* *******************************************************************************
 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. table
 ├ 6-3. parts 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. sns
 └ 8-2. input
 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;
}
.cb {
	clear: both;
	padding: 1.5em 0;
}
/* 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;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* right
.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(/asset/ba_ar.png) no-repeat 49% 30%;
	display: table;
	width: 100%;
}

.ba_box.bl {
    background: url(/asset/ba_ar.png) no-repeat 49% 56%;
    display: table;
    width: 50%;
    float: left;
}

.ba_box.br {
    background: url(/asset/ba_ar.png) no-repeat 49% 56%;
    display: table;
    width: 50%;
    float: right;
}


.ba_box img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}


.ba_box div.column_l, .ba_box div.column_r {
	display: table-cell;
	width: 30%!important;
	/*padding: 0 15%;*/
}

.ori .ba_box {
    background: url(/asset/ba_ar.png) no-repeat 49% 53%;
    display: table;
    width: 100%;
}



.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%;
	margin: 0 auto !important;
	text-align: center;
}


.ori.b_11.b_11_column2 div.column_l {
    display: table-cell;
    width: auto;
    padding-right: 20px;
    vertical-align: top;
}



.ori.b_11.b_11_column2 div.column_r {
    display: table-cell;
    width: auto;
    padding-left: 20px;
    vertical-align: top;
}

/*.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(/asset/ba_ar_sp.png) no-repeat center 50% !important;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l, .ba_box div.column_r {
	width: 100% !important;
	display: block !important;
	padding: 0 !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
@media screen and (max-width: 480px) {
.ba_box {
    background: url(/asset/ba_ar_sp.png) no-repeat center 40%;
    margin: 0 auto 5em !important;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
	margin: 0 15px;
}
.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 {
	margin: 0 15px;
}
.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 {
	margin: 0 15px;
}
.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 {
	margin: 0 15px;
}
.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 -------------------------- */
.flow {
	margin: 0 15px;
}
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;
	padding: 10px;
	display: table;
	margin: 0 15px 10px;
}
.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;
	padding: 10px;
	display: table;
	margin: 0 15px 10px;
}
.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:none;
	padding:10px 2px !important;
}
.b_06 table th{
color: #333333;
font-weight: normal;
border-bottom: 1px solid #999999;
}
.b_06 table td{
	border-bottom:1px solid #999999;
}
.b_06 table.info{
	margin-bottom:40px;
}
.b_06_item {
	background: none;
	width: 15%;
}
/* 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 {
	width: 100%;
	margin-bottom:10px;
}
table.gnv_tmp_table01 thead th {
	background: #90c8ed;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color:#fff;
}
table.gnv_tmp_table01 th {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right:1px solid #fff;
	color:#444;
	background:#e5f8fc;
	font-weight:bold;
	padding:10px 2px;
}
table.gnv_tmp_table01 td {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right:1px solid #fff;
	color:#444;
	background:#e5f8fc;
	padding:10px 2px;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
	margin-bottom:10px;
}
table.gnv_tmp_table02 thead th {
background: #58b8d1;
border-top: none;
border-bottom: none;
color: #fff;
}
table.gnv_tmp_table02 th {
border-bottom: 1px solid #999999;;
border-top: none;
border-right: none;
color: #333;
background: #fff;
padding: 5px 0px;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #999999;
    border-top: none;
    border-right: none;
    color: #388da6;
    background: #fff;
}

table.gnv_tmp_table02 td.bk {
    color: #666666;
}

.b_06 table.table_01{
	border:1px solid #fff;
}
.b_06 table.table_01 th{
    border: 1px solid #fff;
    background: #F3C0B4;
    color: #fff;
    font-weight: normal;
    text-align: left;
    width: 40%;
    padding: 10px!important;
}
.b_06 table.table_01 td{
	border:1px solid #fff;
	background:#FFE7E3;
	color:rgb(255, 102, 102);
	text-align:center;
}
.b_06 table.price{
	border:1px solid #fff;
}
.b_06 table.price th{
	border:1px solid #fff;
	background:#F3C0B4;
	color:#808080;
	text-align:left;
	padding:10px!important;
	font-weight:normal;
	color:#5d5d5d;
}
.b_06 table.price thead th{
    background: #E99D8F;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.b_06 table.price td{
	border:1px solid #fff;
	background:#FFE7E3;
	color:rgb(255, 102, 102);
	color:#5d5d5d;
	padding: 10px!important;
}

.table01{
	width:100%;
}
.table01 thead th{
	background: #90c8ed;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
color: #fff;
font-weight: bold;
}
.table01 tbody th{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
color: #333;
background: #e5f8fc;
font-weight:normal;
}
.table01 th{
	padding:10px 5px;
}
.table01 td{
	padding:10px 5px;
	border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
color: #444;
background: #e5f8fc;
text-align:center;
}

/* 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%;
}

/*th {
    padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 70%;
}
}
/* =====================================
 2. header
===================================== */
.top_box {
background: #cfedf5;
padding-top: 2px;
padding-bottom: 6px;
}
.head_contact_list li {
	float: left;
	position: relative;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #4f686f;
}
.head_contact_list li.icon2 {
	padding-left: 27px;
	padding-top: 7px;
	padding-bottom: 1px;
	margin-right: 50px;
}
.head_contact_list li.icon2 a {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #695331;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.head_contact_list li.icon2 a:hover {
	color: #b9d264;
	text-decoration: underline;
}
.head_contact_list li.icon3 {
	padding-left: 23px;
	padding-top: 7px;
	padding-bottom: 1px;
}


.head_contact_list li.icon1::after {
position: absolute;
display: block;
left: 3px;
top: 8px;
width: 9px;
height: 12px;
content: '';
background: url(/asset/soc_icon1.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon1::after {
	background: url(/www.furuyanaika.com/asset/soc_icon1.png) no-repeat 0px 0px;
}


.head_contact_list li.icon2::after {

    position: absolute;
    display: block;
    left: 3px;
    top: 6px;
    width: 15px;
    height: 14px;
    content: '';
    background: url(/asset/soc_icon2.png) no-repeat 0px 0px;

}

#inquiryBody .head_contact_list li.icon2::after{
	background: url(/www.furuyanaika.com/asset/soc_icon2.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon2{
	display:none;
}

.head_contact_list li.icon3::after {
position: absolute;
display: block;
left: 3px;
top: 8px;
width: 14px;

height: 10px;
content: '';
background: url(/asset/soc_icon3.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon3::after{
	background: url(/www.furuyanaika.com/asset/soc_icon3.png) no-repeat 0px 0px;
}

@media (min-width: 768px) and (max-width: 768px) {
#header .container {
	width: 768px;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.header_box .row {
	margin-left: 0 !important;
}
}
/* =====================================
 3. nav
===================================== */
#inquiryBody nav {
	display: none;
}

.sf-menu > li:first-child {
    margin-left: 0;
    border-left: none;
}

.sf-menu > li {
float: left;
font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;
margin-left: 0px;
position: relative;
border-right: none;
min-height: 40px;
text-align: center;
}


.sf-menu ul li {
    font-size: 14px;

}



.sf-menu > li:nth-child(1) a,.sf-menu > li:nth-child(2) a,.sf-menu > li:nth-child(3) a,.sf-menu > li:nth-child(6) a{
padding-top: 14px;
box-sizing: border-box;
padding-bottom: 14px;
}


.sf-menu > li > a {
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	padding: 3px 18px 3px 18px;
	font-weight: normal;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-transform: none;
	z-index: 5;
}
.sf-menu > li:hover span, .sf-menu > li.sfHover span, .sf-menu > li.current span {
border-radius: 3px;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #77c83b;
width: 100%;
}


.sf-menu > li > a.sf-with-ul::after {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    top: 32px;
    left: 50%;
    margin-left: -2px;
    background: url(/asset/menu_arrow.png) no-repeat 0 0;
}



.sf-menu > li:nth-child(3) > a.sf-with-ul::after {
top: 45px;
}


.sf-menu ul {
    background: #43c0e1;
	border-radius:3px;
	top: 51px;
}

.sf-menu ul li > a:hover{
	color: #3B59A2;
	}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#slider.camera_wrap {
	display: none!important;
}
/* image size fixed */
#mainimage .main_content {
background: url(/asset/mainimage_pc.jpg) no-repeat top center;
height: 680px;
position: relative;
background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1399px) {
#mainimage .main_content {
	height: 550px;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
#mainimage .main_content {
	height: 450px;
}
}

@media (min-width: 768px) and (max-width: 979px) {
#mainimage .main_content {
	height: 360px;
}
}

@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
	margin-top: 0;
}
}
/* 4-2. under -------------------------- */
#notfoundBody #mainimage, #sitemapBody #mainimage, #newsList #mainimage, #websiteNewsDetail #mainimage, #inquiryBody #mainimage {
	display: none;
}
.under h2 {
	border-left: 5px solid #d33541;
	color: #000000;
	margin: 40px 0 0;
	padding: 15px 0 15px 15px;
}
.under h2 span {
	color: #999;
	font-size: 70%;
	padding-left: 20px;

}
h2.titleBg {
	text-align: left;
}
/* =====================================
 5. footer
===================================== */
#inquiryBody #footer{
	background:url(/www.furuyanaika.com/asset/footer_bg.png) repeat;
}
#footer {
margin-top: 50px;
width: 100%;
background: #58b8d1;
padding-top: 30px;
padding-bottom: 30px;
}
#footer img {
	width: auto;
}
.footer_sitemap, .footer_sitemap a {
	color: #fff!important;
}
.footer_sitemap a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright {
color: #fff;
text-transform: uppercase;
margin-bottom: 20px;
font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
font-size: 16px;
line-height: 2;
}
.footer_contact {
font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
font-size: 18px;
font-weight: normal;
color: #fff;
margin-bottom: 14px;
line-height: 2;
text-transform: uppercase;
text-align: left !important;
}
h4.footer_title {
font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
font-size: 22px;
font-weight: bold;
color: #fff !important;
text-transform: none;
margin-bottom: 0px;
border-bottom: 0 !important;
background: none !important;
padding: 0 !important;
}
#footer ul.list li {
	position: relative;
}
#footer ul.list li:before {
position: absolute;
content: "-";
top: 8px;
left: 0;
color: #fff;
}
#footer ul.list li a {
color: #fff;
position: relative;
padding: 0 0 0 15px;
line-height: 1.8;
}
#footer ul.list li a:hover{
color: #fff !important;
}
.list li a:hover, #footer .list li a:hover {
	color: #444444;
	text-decoration: underline;
}
#footer .list li {
	background: none;
	padding-left: 0;
}
#footer .grid_4:first-child {
	width: 340px;
}
#footer .grid_4:nth-child(2) {
	width: 300px;
}
#footer .grid_3.con02 {
	padding-top: 47px;
}

/* =====================================
 6. content
===================================== */
.type6 #content {
	padding-top: 35px;
	padding-bottom: 69px;
	min-height: 400px;
}

@media (min-width: 768px) and (max-width: 768px) {
.container {
	width: 748px;
}
}
/* 6-1. title -------------------------- */
h3 {
color: #fff;
font-size: 26px;
font-weight: bold;
line-height: 1.2em;
margin: 0;
word-wrap: break-word;
font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
padding: 10px 28px 15px;
}
h4 {
	color: #91673f;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: none;
	word-wrap: break-word;
	font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/* 6-2. table -------------------------- */
.table_num {
	width: 100%;
}
.table_num th {
	font-size: 300%;
	font-color: #333;
	vertical-align: top;
	font-weight: bold;
	padding-right: 0.5em;
}
.table_num td {
	padding-bottom: 1em;
}
/* 6-3. parts -------------------------- */
.b_11 .b_11_in span img {
	margin: 0 0 1em 1em;
	width: 35%;
	float: right;
}
.grid_3 .b_11_in span img, .grid_4 .b_11_in span img, .llebox3 .b_11_in span img, .singlebox3 .b_11_in span img, .singlebox4 .b_11_in span img {
	float: none;
	width: 100%;
}

@media (max-width: 767px) {
/* 6-3. parts -------------------------- */
.b_11 .b_11_in span img {
	float: none;
	width: 100%;
	margin: 0 0 2em;
}
}
/* 6-4. map -------------------------- */
.top .gnv_tmp_map{
	padding-top: 77%;
}
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 40%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 767px) {
	
.gnv_tmp_map {
	padding-top: 70%;
}
}
/* 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-------------------------- */
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* 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;
}
/* =====================================
 7. full content
===================================== */
.full #content .container {
	width: 100%;
}
.full #content .container12 {
	width: 100%!important;
}
.full #content .b_09 {
margin-bottom: 0;
padding: 3em 0 0em;
}
.full #content {
	padding-top: 0;
}
.full #content .grid_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
	float: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
.full #content .grid_12 {
	width: 940px;
}
.top .gnv_tmp_map{
	padding-top: 98%;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.full #content .grid_12 {
	width: 748px;
}
.top .gnv_tmp_map{
	padding-top: 100%;
}
.type6 #content {
	min-height: 600px;
}
}

@media (max-width: 767px) {
.full #content .grid_12 {
	width: 420px;
}
.full .header_box .grid_12 {
	width: 100%;
}
}

@media (max-width: 479px) {
.full #content .grid_12 {
	width: 300px;
	padding: 0;
}
}
/* =====================================
 8. blog
===================================== */
.blog .grid_8 {
	margin-left: 0;
}
.blog .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
/* 8-1. 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;
}
/* 8-2. input -------------------------- */
input[type="text"] {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	padding: 2px;
	border-radius: none;
	width: 98%;
	margin-bottom: 5px;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
/* =====================================
 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;
vertical-align: top;
}


#footer a[href^="tel:"] {
    vertical-align: top;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
}
/* 9-3. side link -------------------------- */
#sidecontact {
    display: block;
    position: fixed;
    top: 35%;
    z-index: 1000;
    width: 65px;
}
#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;
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #333333;
	background: #fff!important;
}
input, button, select, textarea, .nav-collapse_ .nav > li > a, .nav-collapse_ .nav > li >p, .nav-collapse .sub-menu > ul li a, .btn.btn-info {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.word_break {
	word-break: break-all;
}
a:focus, *:focus {
	outline: none;
}
a {
	color:#C57671;
}
a:hover {
	color: #77C83B;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.mb0 {
	margin-bottom: 0!important;
}
.mb_h3 {
	margin-bottom: 30px !important;
}
.mb_h4 {
	margin-bottom: 20px!important;
}
.mb_h5 {
	margin-bottom: 10px!important;
}
.mb_01 {
	margin-bottom: 27px!important;
}
.mb_02 {
	margin-bottom: 60px!important;
}
.mb_03 {
	margin-bottom: 75px!important;
}
ul.ul01 {
	list-style: none;
}
ul.ul01 li {
	padding: 0 0 5px 22px;
	position: relative;
	word-wrap: break-word;
	display: table;
}
.ul01 li:before {
background: none repeat scroll 0 0 #92D760;
border-radius: 50%;
content: "";
height: 5px;
left: 8px;
position: absolute;
top: 13px;
width: 5px;
}



ul.ul03 {
	list-style: none;
}
ul.ul03 li {
	padding: 0 0 5px 22px;
	position: relative;
	word-wrap: break-word;
	display: table;
}
.ul03 li:before {
background: none repeat scroll 0 0 #00AEDC;
border-radius: 50%;
content: "";
height: 5px;
left: 8px;
position: absolute;
top: 13px;
width: 5px;
}



.float_ul01 li {
	margin: 0 20px 0 0;
	float: left;
	width: 40%;
}
.col2 li{
	margin: 0 5% 0 0;
	float: left;
	width: 45%;
	box-sizing:border-box;
}
ul.ul_check li {
	padding: 6px 0px 5px 30px;
	position: relative;
}
ul.ul02 {
	list-style: none;
}
ul.ul02 li {
	padding: 0 0 5px 14px;
	position: relative;
}
ul.ul02.float_ul01 li {
	box-sizing: border-box;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 0 5px 14px;
	position: relative;
	width: 48%;
}
ul.ul02 li a {
	font-weight: bold;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #c9c9c9;
	border-radius: 3px;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 17px;
	z-index: 0;
}
ul.ul_check li:after {
	position: absolute;
	top: 9px;
	left: 3px;
	content: "";
	width: 11px;
	height: 4px;
	border: transparent 4px solid;
	border-left: 3px solid #ff8288;
	border-bottom: 3px solid #ff8288;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	z-index: 10;
}
p.point_p {
	color: #cab52c;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding: 7px 5px 8px 16px;
	position: relative;
	text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
	z-index: 1;
}
p.point_p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 9px solid #d7f0f9;
	border-radius: 50%;
	z-index: -1;
}
.number_p {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
	padding: 0 0 0 110px;
	text-indent: -110px;
	color:#333;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.number {
	background: none repeat scroll 0 0 #43BFE1;
		border-radius: 5px;
	color: #fff;
	font-size: 23px;
	margin: 0 10px 0 0;
	padding: 0 8px;
}
.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 #77C83B 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 #77C83B;
}
.merit01 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	background: #cdb827;
	font-size: 20px;
	color: #fff;
	margin: 0 0 8px;
	display: inline-block;
}
.merit02 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	margin: 0 0 8px;
	background: #6a91c4;
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
.text_box {
	float: right;
	width: 62%;
}
.border_box01 {
    background-color: #FFFFFF;
    border: 6px solid #e5f8fc;
    border-radius: 0;
    padding: 10px;
}
.border_box02 {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 10px;
}

.link_btn {
	width: 100%;
}
.link_btn a {
    line-height: 1.4;
    display: block;
    padding: 10px 9px 10px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.5s ease 0s;
    background: #77c83b;
    border: none;
    border-radius: 5px;
    max-width: 270px;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 2px;
    font-size: 18px;
}
.link_btn a:before {
content: "";
display: block;
height: 24px;
width: 21px;
margin-top: -10px;
position: absolute;
right: 12px;
top: 50%;
border: none;
background: url(/asset/a_ico.png) no-repeat;
}
.link_btn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none;
}
/* bnr_box */
.bottom_bnr_box {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0 0 15px;
}
.bottom_bnr_box a {
	width: 100%;
	max-width: 380px;
	margin-left: 20px;
}
.bottom_bnr_box a:first-child {
	margin-left: 0;
}
#news .ov {
    width: auto;
    right: 10px;
    color: #fff;
    top: 12px;
}
#news h2 {
border-top: none;
display: block;
font-size: 30px;
margin: 0 0 1em !important;
padding: 10px 10px 10px 30px !important;
color: #fff;
border-bottom: none;
position: relative;
background: #77c83b;
text-align: left;
border-radius: 5px;
letter-spacing: 3px;
}
#news h2:before {
position: absolute;
top: 24px;
left: 7px;
width: 8px;
height: 8px;
content: '';
border-radius: 50%;
border:none;
background: none;
margin-top: 0;
}


/*#news h2::after {
    position: absolute;
    top: 26px;
    left: 5px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background: #fff;
}
*/

#news dt {
    color: #77c83b;
    font-weight: normal;
}
#news dt .newsNew {
    background: #77c83b;
    border-radius: 2px;
    font-size: 0.7em;
    margin: 0 0 0 10px;
    padding: 0.3em 0.5em;
	color:#fff;
}
#news dl {
    border-bottom: 1px dotted #cbcbcb;
}
#news dd a {
    text-decoration: none;
	color:#444444;
}
#news dd a:hover {
    text-decoration: underline;
}
.list li a, #sitemapBody .list li a {
	font-weight:normal;
	color: #333 ;
}

.type6 ul.list li a {
    color: #333;
	line-height: 25px;
}

.list li a:hover, #sitemapBody .list li a:hover {
    color: #8FBA5C;
    text-decoration: none;
}

.list li a:hover, .type6 .list li a:hover {
    color: #8FBA5C;
    text-decoration: none;
}



ul.sitemap_ic li {
    background:none;
	position:relative;
}
ul.sitemap_ic li:before {
	    background: none repeat scroll 0 0 #8FBA5C;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 1px;
    position: absolute;
    top: 22px;
    width: 5px;
}
#footer ul.list li a {
    font-size: 16px;
}
.copyright{
	 font-size: 16px;
}
.footer_sitemap, .footer_sitemap a {
     font-size: 16px;
}

@media (min-width: 980px) and (max-width: 1199px) {
/* bnr_box */
.bottom_bnr_box img {
	width: 30%;
}
.sf-menu > li > a {
padding: 3px 10px 3px 10px;
font-size: 16px;
}
#footer ul.list li a {
    font-size: 14px;
}


#footer ul.list li::before {
    position: absolute;
    content: "-";
    top: 5px;
    left: 0;
    color: #fff;
}

.copyright{
	 font-size: 14px;
}
.footer_sitemap, .footer_sitemap a {
     font-size: 14px;
}
h1{
	width:35%;
}
.sf-menu{
	padding-top:0;
}

}

@media (min-width: 768px) and (max-width: 979px) {
.bottom_bnr_box img {
	width: 30%;
}
.sf-menu > li > a {
	padding: 3px 5px 3px 5px;
	font-size: 14px;
}
h1 {
	width: 260px;
	margin-top: 0px;
}

.header_box {
	    padding-top: 30px;
    padding-bottom: 30px;
}


.sf-menu ul li {
    font-size: 12px;

}

.sf-menu {
	margin-right: 15px;
}
#footer ul.list li a {
    font-size: 13px;
}

#footer ul.list li::before {position: absolute;content: "-";top: 5px;left: 0;color: #fff;}

.copyright{
	 font-size: 13px;
}
.footer_sitemap, .footer_sitemap a {
     font-size: 13px;
}
#sidecontact {
	width:70px;
}
}

@media screen and (max-width: 767px) {
h1 img {
	display: block;
	margin: 0 auto;
}
#mm0 {
	border: 2px solid #9bc26c;
}
.bottom_bnr_box a {
	margin: 0 auto 20px auto!important;
	display: block;
}
.bottom_bnr_box img {
	width: auto;
	max-width: 380px;
}
.w100 img {
    margin: 0 auto 10px!important;
    display: block!important;
}
#footer .grid_3.con02 {
    padding-top: 0;
}
}

@media (max-width: 479px) {
.bottom_bnr_box img {
	width: auto;
	max-width: 300px;
}
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}
#bread span {
	max-width: 100%;
}
.w100 img {
	width: auto!important;
	max-width: 100%;
}
.catch p {
    font-size: 24px;
    color: #FF8288;
    text-align: center;
    padding: 0 0 10px;
    position: relative;
}
.catch p:before {
	content: "";
    position: absolute;
    background: url(/asset/icon01.png) repeat-x;
    width: 54%;
    margin-left: 23%;
    left: 0;
    bottom: 0;
    height: 3px;
}
.color01 {
color:#ff8c00;
font-weight:bold;
}
.color02 {
color:#ff0000;
font-weight:bold;
vertical-align: top;
}
.color03 {
color:#00cc00;
font-weight:bold;
}
.color04 {
color:#ff6666;
font-weight:bold;
margin-bottom:10px;
}
.txt_01 {
color:#669900;
font-weight:bold;
margin-bottom:10px;
}
#pagenation .active a, #pagenation a.active:hover {
    background: #77C83B;;
}
/* 見出し */
#inquiryBody #mainimage {
       padding: 20px 0;
}
.under #mainimage {
    background: url(/asset/h2_bg.jpg) no-repeat center;
    padding: 4em 0 4em;
}
.static #content h2.titleBg, h2.titleBg{
background: #77c83b;
border-radius: 5px;
color: #fff;
font-size: 26px;
font-weight: normal;
line-height: 1.2em;
margin: 0;
word-wrap: break-word;
padding: 10px 28px 15px;
position: relative;
border: none;
text-align: left;
letter-spacing: 3px;
}
.static #content h2.titleBg:before, h2.titleBg:before{
	position: absolute;
content: "";
background:none;
width: 5px;
height: 70%;
left: 9px;
top: 0;
margin-top: 8px;
border: none;
border-radius: 0;
}



.under h2 {
    border-left: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0.4em;
}



#websiteNewsDetail.under h2 {
    background: #77C83B;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    word-wrap: break-word;
    padding: 15px 28px 15px;
    position: relative;
    border: none;
    text-align: left;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: normal;
}
.under h2 span {
	color: #523917;
font-size: 24px;
padding-left: 0;
display: block;
letter-spacing: 5px;
	font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
margin-top: 24px;
line-height: 0.5em;
}
.gnv_tmp_h3_bg {
    background: #00AEDC;
    border-radius: 5px;
}

.under h3 {
	position: relative;
}
.under h3:before {
position: absolute;
content: "";
background: #B2E6F4;
width: 5px;
height: 100%;
left: 9px;
top: 0;
margin-top: 0;
}
.under h4 {
color: #333;
font-size: 22px;
font-weight: bold;
line-height: 1.4em;
margin-bottom: 20px;
text-transform: none;
word-wrap: break-word;
padding: 0px 0 10px 30px;
border-bottom: 2px solid #77C83B;
position: relative;
}
.under #content h4:before{
    position: absolute;
    top: 10px;
    left: 7px;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    border: 3px solid #77C83B;
}
.under h5 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #88613A;
	text-transform: uppercase;
	margin-bottom: 10px;
	word-wrap: break-word;
	font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 2px;
	background: #fbf2dd;
padding: 5px 5px 9px 15px;
border-radius: 5px;
}

.blog h3 {
background: #00AEDC;
border-radius: 5px;
color: #fff;
font-size: 26px;
font-weight: bold;
line-height: 1.2em;
margin: 0;
word-wrap: break-word;

font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
padding: 7px 28px 15px;
position: relative;
margin-bottom: 20px;
}
.blog h3:before{
position: absolute;
content: "";
background: #B2E6F4;

width: 5px;
height: 100%;
left: 9px;
top: 0;
margin-top: 0;
}

.blog .blogside h3{
	
	background: none;
border-radius: 5px;
color: #333;
font-size: 24px;
font-weight: bold;
line-height: 1.2em;
margin: 0;
word-wrap: break-word;
font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
padding: 7px 28px 9px;
position: relative;
margin-bottom: 20px;
	}
	
	
	
	.blog .blogside h3::before {
    position: absolute;
    content: "";
    background: #77C83B;
    width: 5px;
    height: 100%;
    left: 9px;
    top: 0;
    margin-top: 0;
}


#blogBody .list li {
    background: none;
	position:relative;
}
#blogBody #content .list li:before {
	background: none repeat scroll 0 0 #8FBA5C;
border-radius: 50%;
content: "";
height: 5px;

left: 3px;
position: absolute;
top: 10px;
width: 5px;
}
#blogBody .list li a:hover, #blogBody.type6 .list li a:hover {
color: #8FBA5C;
text-decoration: underline;
}
.autor span, .contributor span {
    color: #333;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #B2E6F4;
text-decoration: none;
}
/* =====================================
 TOP
===================================== */
/* top01 */



.top01{
margin-top: 20px;
padding: 1.5em 0 1.5em !important;
margin-bottom: 0 !important;
background: url(/asset/bg01.jpg) no-repeat center top;
background-size: cover;
text-align: center;
}



.top01 .wl {
    width: 60%;
}

.top01 h3{
color: #0c81a0;;
font-size: 35px;
letter-spacing: 12px;
padding: 30px 28px 40px;
}


.top .txt01{
    font-size: 16px;
    letter-spacing: 3px;
}

.top01 .link_btn a {
    background: #00AEDC;
}


.top02 {
padding: 4em 0 4em !important;
background: #F8F7F2;

}


.top02 .link_btn a {
    background: #00aedc;

}

.top02 h3{
color: #0c81a0;
font-size: 35px;
letter-spacing: 12px;
padding: 15px 28px 55px;}


.top02 .link_btn {
    width: 300px;
    display: inline-block;
    max-width: 100%;
}


.top02 .link_btn a {
    line-height: 1.4;
    display: inline-block;
    padding: 10px 10px 10px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.5s ease 0s;
    background: #00aedc;
    border: none;
    border-radius: 5px;
    max-width: 300px;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 2px;
    font-size: 18px;
    width: 100%;
}


.top02 .btn_wrap .link_btn:first-child {
    margin-right: 15px;
}



/* top03 */
.top03{
margin-top: 20px;
padding: 2.5em 0 2.5em !important;
background: url(/asset/bg02.jpg) no-repeat center top;
background-size: cover;
margin-bottom: 45px !important;
}

.top03 h3{
color: #447b1b;
font-size: 35px;
letter-spacing: 12px;
padding: 15px 28px 50px;
text-shadow: 2px 2px 10px #fff;
}




.top03 .wl {
    width: 60%;
}



/* top04 */
.full #content .top04.b_09{
background: none;
padding: 80px 0 25px;
}

.top04 img{
	display:block;
	margin:0 auto 25px;
}

 .top04 h3{
    color: #447b1b;
    font-size: 35px;
    letter-spacing: 12px;
    padding: 0px 28px 40px;
}


/* top05 */


.full #content .top05.b_09 {
padding: 4em 0 4em !important;
background: url(/asset/bg03.jpg) no-repeat center top;
background-size: cover;

}


.top05 h4 {
    color: #1884a2;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    text-transform: none;
    word-wrap: break-word;
    font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 7px;
}


.sub03 {
    color: #447C1B;
    font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 22px;
}
.bnrin{
max-width: 640px;
margin: 0 auto 10px;
}
.bnrin a{
	display:block;
	float:left;
	width: 46.875%;
	margin-right:6.25%;
}
.bnrin a:last-child{
	margin-right:0;
}
/* =====================================
 下層
===================================== */

ul.sitemap_ic li a::after {
    background: none repeat scroll 0 0 #fff;
}
ul.sitemap_ic li a {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 20px 40px 20px 15px;
    position: relative;
    text-decoration: none;
}
ul.sitemap_ic li a:before {
	background:none;
}
ul.sitemap_ic li a:after {
    border-top: 2px solid #8FBA5C;
    border-right: 2px solid #8FBA5C;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
	background: none;
	
}
.autor, .contributor {
    font-size: 14px;
    color: #8c9799;
    font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: right;
}
#notfoundBody #content .grid_12 {
    margin-left: 0;
}
p.sub01{
font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
color: #447C1B;
font-size: 26px;
margin-bottom: 0;
text-align: center;
letter-spacing: 5px;
line-height: 1.5em;
}
@media (min-width: 980px) and (max-width: 1199px) {
/* =====================================
 共通
===================================== */

#footer {
    padding-bottom: 0px;
}


/* =====================================
 TOP
===================================== */

.top01 h3,.top02 h3,.top01 h3,.top03 h3 {
    font-size: 26px;
}

.top05 h4 {
    font-size: 24px;
}



.top01 {
    background: url(/asset/bg01.jpg) no-repeat 65% center;
}

.top03 {
    padding: 2em 0 1em !important;
    background: url(/asset/bg02.jpg) no-repeat 58% center;
    background-size: cover;
}


.top02 .btn_wrap .link_btn:first-child {
    margin-right: 5;
}
/* =====================================
 下層
===================================== */
}

@media (min-width: 768px) and (max-width: 979px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

.top01 h3,.top02 h3,.top01 h3,.top03 h3,.top04 h3 {
    font-size: 24px;
	letter-spacing: 8px;
}


.top01 h3{
text-shadow: 2px 2px 10px #fff;
}
.top05 h4 {
    font-size: 20px;
}


.top01 {
    margin-top: 20px;
    padding: 2em 0 2em !important;
    margin-bottom: 0 !important;
    background: url(/asset/bg01.jpg) no-repeat 70% center;
    background-size: cover;
}



.top02 .btn_wrap .link_btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}


.top03 {
    margin-top: 20px;
    padding: 3em 0 3em !important;
    background: url(/asset/bg02.jpg) no-repeat 65% center;
    background-size: cover;
}


#news h2 {
    font-size: 26px;

}

#news .ov {
    top: 10px;
}

#sidecontact {
top: 30%;
width: 55px;
}


#footer {
    padding-bottom: 0px;
}

/* =====================================
 下層
===================================== */

#notfoundBody #content .grid_12 {
width: 748px;
margin-left: 10px !important;
}
#notfoundBody.ios #content .grid_12 {
width: 748px;
margin-left: 0px !important;
}
}

@media screen and (max-width: 767px) {
	
	.inquiryFormTable dd, .inquiryFormTable dt {
    display: block;
    width: 98%;
    box-sizing: border-box;
    padding: 7px 10px 0px;
}
	
/* =====================================
 共通
===================================== */ 
.mb_h3 {
	margin-bottom: 13px!important;
}
.mb_h4 {
	margin-bottom: 10px!important;
}
.mb_h5 {
	margin-bottom: 8px!important;
}
.mb_01 {
	margin-bottom: 20px!important;
}
.mb_02 {
	margin-bottom: 50px!important;
}
.mb_03 {
	margin-bottom: 55px!important;
}
.sp_box01 {
	display: block;
	padding: 0px 0 0 !important;
}
.sp_box01_in {
	margin: 30px auto;
	max-width: none;
	width: 100%;
}


.top .sp_box01_in {
margin: 65px auto 0px;
}


.sp_box01 .btn_l {
	display: block;
	float: left;
	width: 48%;
}
.sp_btn01 a,  .sp_btn01 a img {
	display: block;
	width: 100%;
}
.sp_box01 .btn_r {
	display: block;
	float: right;
	width: 48%;
}
.sp_box01 a {
	display: block;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#inquiryBody .sp_box01 img {
	display: none;
}
.img_l span img {
    float: none !important;
    margin: 0 auto 20px auto !important;
}
.b_06 table.table_01 th {
    width: 50%;
}
.under h2 span {
    line-height: 1em;
}


/* =====================================
 TOP
===================================== */


.top01 {
    background: none;
	padding: 1em 0 1em !important;

}

.top01 .wl,.top03 .wl  {
    width: 100%;
}


.top01 h3, .top02 h3, .top01 h3, .top03 h3, .top04 h3 {
    font-size: 20px;
	padding-bottom: 35px;
}

.top .link_btn a {
    margin: 0 auto;
    font-size: 18px;
}


.under .link_btn a {
    font-size: 18px;
}



.top02 .btn_wrap{
    text-align: center;
}

.top02 .btn_wrap .link_btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}


.top03 {
    margin-top: 0px;
    padding: 1em 0 2em !important;
    background: none;
    background-size: cover;
}



.top04 .grid_3 {
    padding-bottom: 10px;
    margin-bottom: 40px;
}



#news h2 {
    padding: 10px 10px 15px 10px;
}
.type6 #content{
	padding-bottom:30px;
}
#footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}
#footer .grid_4:first-child {
    width: 100%;
}
.under h2{
	font-size: 22px;
letter-spacing: 3px;
}
.under h2 span{
	font-size:22px;
}
.static #content h2.titleBg, h2.titleBg {
    font-size: 23px;
    padding: 10px 28px 15px;
}


#websiteNewsDetail.under h2 {
    background: #77C83B;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
    margin: 0;
    word-wrap: break-word;
    padding: 15px 10px 15px;
    position: relative;
    border: none;
    text-align: left;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: normal;
}



ul.sitemap_ic li a{
	line-height:1.6;
}
ul.sitemap_ic li::before{
	top:29px;
}
.under .sp_box01_in {
    margin: 30px auto 0;
}
.under #mainimage {
    padding: 20px 0;
}

.bnrin a{
	float:none;
	width:100%;
	margin:0 auto 10px!important;
	max-width:250px;
}




.top02 {
padding: 25px 0 25px !important;
}





.full #content .top03.b_09 {
    padding: 10px 0 30px;
}
.full #content .top04.b_09 {
  padding: 2em 0 2em;
}
.top05 h4 {
    font-size: 22px;
}
.full #content .top05.b_09 {
    padding: 30px 0 20px;
}
.full #content .top06.b_09 {
    padding: 80px 0 30px;
}
.bnrin {
    margin: 0;
}



#news h2 {
    font-size: 22px;
}

#news .ov {
    width: auto;
    right: 10px;
    color: #fff;
    top: 9px;
    font-size: 16px;
}


/* =====================================
 下層
===================================== */
.b_06 table.price td, .b_06 table.price th {
    font-size: 80%;
	padding: 5px 2px!important;
}
td.b_06_content.td01 {
    width: 28%;
}
.under h3 {
	font-size:22px;
}
.under h4 {
	font-size:20px;
}
.under #content h4::before {
    top: 8px;
}
.under h5 {
    font-size: 18px;
}
.table01{
	font-size:14px;
}
p.sub01{
	font-size:22px;
}
.b_06 table td, .b_06 table th{
	font-size:14px;
}
.col2 li {
    margin: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
}


	.inquiryFormTable .formM {
    padding: 0.3em;
    width: 98%;
}

}
@media screen and (max-width: 480px) {
	
	

/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}

@media screen and (max-width: 360px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}
#toTop:hover {
	background-position: center 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.btn{
	background: #77C83B;
}
.sp_box01 {
  display: block;
  padding: 0px 0 0 !important;
 }
 .sp_box01_in {
  margin: 20px auto 10px;
  max-width: none;
  width: 100%;
}
 .sp_box01 .btn_l {
  display: block;
  float: left;
  width: 48%;
 }
 .sp_btn01 a,
 .sp_btn01 a img {
  display: block;
  width: 100%;
 }
 .sp_box01 .btn_r {
  display: block;
  float: right;
  width: 48%;
 }
 .sp_box01 a {
    display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
 }





.ba_box .column_r, .ba_box .column_l {
    text-align: center;
    color: #3898d5;
    font-size: 120%;
    font-weight: bold;
}



@media (min-width: 768px) and (max-width: 979px) {
.ios #notfoundBody #content .grid_12 {
    width: 748px;
    margin-left: 0;
}
#notfoundBody #content .grid_12 {
    width: 768px;
    margin-left: 0;
}
}

/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}