/* *******************************************************************************
 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: inline-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: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
}
/* 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 )";
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/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(/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 15px;
}

.ic_01 li:before {
	content: "";
	position: absolute;
	background: #664A25;
	top: 13px;
	left: 0;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 0px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
	padding-left: 30px;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #664A25;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    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: 6px;
    top: 8px;
    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 0px 5px 30px;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #664A25;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 13px;
    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: 6px;
    top: 11px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ic_02 li strong:first-child {
    color: #664A25;
    font-size: 110%;
}
/* 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;
}
.b_11 .b_11_in span img {
    width: 41% !important;
    float: right;
    margin: 0 0 10px 30px;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
    width: 100% !important;
    float: none !important;
    margin: 0 0 15px 0;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #664A25;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
	color: #664A25;
	font-weight: bold;
	font-size: 110%;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #664A25;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
	line-height: 1;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #C5A131;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}

.gnv_tmp_qa_a {
    padding-bottom: 0;
}

.gnv_tmp_qa_a.clearfix {}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #C5A131;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
	line-height: 1;
}
.gnv_tmp_qa_a div, .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: 5px !important;
}
.b_06_item {
    background: none repeat scroll 0 0 #f4f2ec;
    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: #efefef;
    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%;
}

th {
}
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}
}

/* =====================================
 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 */
#mainimage .main_content {
    background: url(/asset/topimage.png) no-repeat top center;
	height: 500px;
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	border-top: 1px solid #664A25;
	border-bottom: 1px solid #664A25;
	background: #F3E8C6;
	padding: 20px 0;
	line-height:1.2 !important;
	margin-bottom: 30px;
}
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}


.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}
.catch {
    color: #664A25;
    font-weight: bold;
    font-size: 140%;
}
/* =====================================
 5. footer
===================================== */
#footer {
    margin-top: 50px;
    background-color: #f9f5f2;
    color: #333333;
}
#footer img {
    width:auto;
}
#footer .footerLink {
    list-style: outside none none;
    margin: 20px 0;
    color: #333333;
}
#footer .footerLink li {
    display: inline;
}

/* =====================================
 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: #664A25;
	text-align: center;
	font-weight: normal;
}
.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;
    margin-top: 50px;
    text-align: center;
    display: block;
    color: #664a25;
    border-bottom: #856e51 1px dashed;
}
#content h5 {
	font-weight: bold !important;
	margin-bottom: 15px;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
    overflow: hidden;
	font: 14px/18px;
}
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
	font-size: 29px;
	font-weight: bold;
}
.div1:before{
    background: none;
}
.div1:after {
    content: '';
    position: absolute;
    border-top: 22px solid #735a39;
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    bottom: -19px;
    right: 15%;
}
/* 3color */
.item {
    height: 380px !important;
}
.item h4 {
    line-height: 1;
}
.mrg12 img {
    width:100% !important;
}
.img1 {
    width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
    height: auto !important;
}
.div6 {
    background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
    background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
    background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
    background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
	width: 100% !important;
}
/* link */
.a13 {
    background: url(/asset/ic_01.png) no-repeat;
    text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
    background: url(/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(/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
.b_11_in:last-child {
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 35%;
}
.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%;
}
.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 .b_09.bg1 {
    border:none !important;
    margin: 0 !important;
    padding: 50px 0 30px !important;
}
.full .div1 {
	margin-top: 0;
	margin-bottom: 20px;
}
.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: 995px) {
.full .grid_12 {
    width: 728px !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: 236px !important;
}
.full .grid_12 .grid_5 {
    width: 280px !important;
}
.full .grid_12 .grid_6 {
    width: 364px !important;
}
.full .grid_12 .grid_7 {
    width: 408px !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;
}
}
@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: #664A25;
    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;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    background-color: #664A25;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    padding: 10px 15px !important;
    line-height: 1;
    border: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #fff;
}

button:hover, html input[type=button]:hover, input[type=reset], input[type=submit]:hover {
    background-color: #473011;
}
/* 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;
	color: #CB1231;
}
}

/* 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;
}




/*追記------------------------------------------------------------------------------*/
.sf-menu>li.current, .sf-menu>li.sfHover, .sf-menu>li:hover {
    margin-bottom: 15px;
}
a:focus, *:focus { outline:none; }
#content p {margin-bottom:15px}
#content p:last-child {margin-bottom:0px}
.top #mainimage {
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}

.top #mainimage p {
    width: 960px;
    margin: 0 auto;
}

.top #mainimage p img {
    display: block;
    margin: 0 -520px;
    max-width: 2000px;
}

.sf-menu>li.current, .sf-menu>li.sfHover, .sf-menu>li:hover {
    border-bottom: 4px solid #735a39;
}

.sf-menu>li {
    border-bottom: 4px solid #FFFFFF;
    margin: 0 10px 15px;
}

.sf-menu ul {
    left: -5px;
    top: 23px;
    min-width: 116px;
    background-color: #735A39;
}

div#side {
    position: fixed;
    top: 15%;
    right: 0;
}

.tel_txt span.telno {
    color: #cb1231;
}

.tel_txt tel {
    color: #cb1231;
}

p.tel_txt {
    font-size: 22px;
    line-height: 1.4;
}

#footer li a {
    color: #333333;
}

#footer li a:hover {
    color: #664a25 !important;
    text-decoration: underline;
}
.sf-menu>li>a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: normal;
}
ol.num {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}
ol.num > li {
 position: relative;
 margin-bottom: 20px;
 padding-left: 3em;
}
ol.num > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #664A25;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
 font-size:19px
}

ol.num li strong:first-child{
    color: #664A25;
    font-size:20px
}

table {
    width: 100%;
}

table th,table td {
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: top;
}

table thead th {
    background-color: #F3EAD0;
}

table tbody th {
    background-color: #f4f2ec;
}

table.gnv_tmp_hours {
    margin-bottom: 15px;
}

.gnv_tmp_h4_bg {
    border-left: 15px solid #664A25;
    padding-left: 20px;
    background-color: #EDD8AA;
    padding-left: 0px;
    margin-bottom: 20px !important;
    background-image: 
    
    
    -webkit-linear-gradient(-45deg, #EADCBF 25%, transparent 25%, transparent 50%, #EADCBF  50%, #EADCBF 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #EADCBF 25%, transparent 25%, transparent 50%, #EADCBF 50%, #EADCBF 75%, transparent 75%, transparent);
    background-size: 20px 20px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
    text-shadow: 2px 2px 0px rgba(255,255,255,1);
}

.gnv_tmp_h4_bg.stepnum {
border: none;}

.gnv_tmp_h4_bg.stepnum h4:first-letter {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color:#735a39;
    padding:5px 12px;
    margin-right:12px;
    text-shadow:none;
    color:#fff;
    font-weight:normal !important;
    font-size:20px;
    line-height: 1.2;
    float: left;
}
.flow {
    background: url(/asset/arrow.png) center bottom no-repeat;
    padding-bottom: 50px;
    background-size: 100%;
}

.bg1 img {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.text_box {
    width: 55%;
}

.top h3 {
    text-align: left !important;
}

.top #content h3 {
    margin-top: 0 !important;
}

.top .b_11.b_11_column3 div.column_c, .top .b_11.b_11_column3 div.column_l, .top .b_11.b_11_column3 div.column_r {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.19);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.19);
}

.top h4 {
    background-color: #e3cc9a;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    padding: 30px 15px 0;
    text-align: center;
    text-shadow: 1px 2px 0px rgba(255,255,255,1);
    height: 90px;
    box-sizing: border-box;
    font-size: 27px;
}

.top .b_11_column3 .in {
    padding: 15px 20px 20px;
    position: relative;
    min-height: 330px;
}

.bg1 .b_11 img {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

#content a {
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
}

#content .gnv_tmp_bt a {
    font-size: 18px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    text-decoration: none;
    border: 1px solid rgba(204,204,204,1);
    border-radius: 10px;
    background-image:
    
    
    
    
    
    
    -webkit-gradient(linear, center top, center bottom, from(white), to(#f3f3f3));
    background-image:
    
    
    
    
    
    
    -webkit-linear-gradient(top, white, #f3f3f3);
    background-image: 
    
    
    
    
    
    
    -moz-linear-gradient(top, white, #f3f3f3);
    background-image:
    
    
    
    
    
    
    -o-linear-gradient(top, white, #f3f3f3);
    background-image: 
    
    
    
    
    
    
    -ms-linear-gradient(top, white, #f3f3f3);
    background-image: linear-gradient(to bottom, white, #f3f3f3);
    padding: 10px 30px 8px 40px;
    position: relative;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
#content .gnv_tmp_bt a:before {
    content: "";
    background: url(/asset/icon_btn.png) left top no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 17px;
    left: 11px;
}

.top .b_11_column3 .in .gnv_tmp_bt a {
    position: absolute !important;
    width: 90%;/* IE8以下とAndroid4.3以下用フォールバック */
    width: 
    -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    bottom: 15px;
    text-align: center;
}
.top h4.gyou2 {
    padding-top: 17px;
}
.top .singlebox4 {
    background-color: #e3cc9a;
    min-height: 380px;
    position: relative;
}

.top li.singlebox4 h5 {
    color: #664a25;
    font-size: 22px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0px !important;
    border: none;
}
.top .singlebox4:nth-child(4n) {
    margin-right: 0;
}

.top #content .singlebox4 p {
    margin-bottom: 5px;
}

.top .singlebox4 .gnv_tmp_bt a {
    position: absolute;
    bottom: 0;
}

.top .singlebox4 .gnv_tmp_bt a {
    position: absolute !important;
    bottom: 10px;
    width: 98% ;/* IE8以下とAndroid4.3以下用フォールバック */
    width : 
    
    
    -webkit-calc(100% - 20px) ;
    width : calc(100% - 20px) ;
    text-align: center;
}

#content .gnv_tmp_bt a:hover {
    border: 1px solid rgb(102, 74, 37);
    background-image:-webkit-gradient(linear, center top, center bottom, from(#C5A57B), to(#C5A57B));
    background-image:-webkit-linear-gradient(top, #C5A57B, #C5A57B);
    background-image:-moz-linear-gradient(top, #C5A57B, #f3f3f3);
    background-image:-o-linear-gradient(top, #C5A57B, #f3f3f3);
    background-image:-ms-linear-gradient(top, #C5A57B, #f3f3f3);
    background-image: linear-gradient(to bottom, #C5A57B, #C5A57B);
    color: #000;
}

.bg4 .gnv_tmp_bt a {
    width: 48%;
    margin-right: 4%;
}

.bg4 .gnv_tmp_bt a:last-child {
    margin-right: 0;
}

.full .b_10.bg3 {
    margin-bottom: 0 !important;
}

.bg2 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.full .b_10.bg3 {
    margin-bottom: 50px !important;
}
.bg4 .grid_7 {
    float: right;
}
span.spanimg img {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.img_sl .b_11_in span img {
    float: left !important;
    max-width: 140px !important;
    margin: 0 20px 10px 0;
}

.img_sl .text_box {
    float: right;
    width: 83%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}


.img_small {
    text-align: center;
}

.img_small img {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    width: auto;
    max-width: 100%;
}
.kakomi {
    background-color: #F7F0DB;
    padding: 30px;
}
.merit {
    padding: 30px;
    background-color: #FFEDF9;
}

.merit h4 {
    color: #BF2527;
    padding-left: 0;
    padding-top: 0;
}

.demerit {
    padding: 30px;
    background-color: #EAEFFF;
}

.demerit h4 {
    color: #5975CF;
    padding-left: 0;
    padding-top: 0;
}
.merit_de .column_l {
    padding: 15px 40px 15px 30px !important;
    background-color: #FFEDF9;
}

.merit_de h6 {
    margin-bottom: 0;
    color: #BF2527;
    padding-left: 0;
    padding-top: 0;
    font-size: 24px;
    padding-bottom: 0;
    background: none;
    margin-bottom: 10px;
}

.merit_de .column_r {
    padding: 15px 30px 15px 40px !important;
    background-color: #EAEFFF;
    position: relative;
}

.merit_de .column_r h6 {
    color: #5975CF;
    padding-left: 0;
    padding-top: 0;
}

.merit_de .column_r:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -10px;
}
.price_table td {
    text-align: center;
}
.inquiry #content-top {
    display: none;
}
.sf-menu ul li a:hover {
    color: #F3E8C6;
}
.gallery .b_11 .grid_2 {
    float: none;
    display: block;
    margin: 0;
    width: 100%;
}

/*TB------------------------------------------------------------------------------*/
@media only screen and (max-width: 995px) and (min-width: 768px){
.container_12 {
    width: 728px;
}
.container_12 .grid_12 {
    width: 728px;
    margin: 0;
}
.top h4 {
    font-size: 20px;
}

.top h4.gyou2 {
    padding-top: 24px;
}

.top .singlebox4 {
    min-height: 450px;
}

.top li.singlebox4 h5 {
    font-size: 19px;
}

#content .gnv_tmp_bt a {
    font-size: 14px;
    padding: 10px 15px 8px 25px;
}

#content .gnv_tmp_bt a:before {
    top: 13px;
}

table.gnv_tmp_hours th, table.gnv_tmp_hours td {
    font-size: 90%;
}

.top #mainimage {
    min-width: 100%;
}

.top #mainimage p img {
width: 200%;margin-left: -50%;}

.top #mainimage p {
    width: 100%;
}
#content h3 {
    font-size: 27px;
}
.container_12 .grid_4 {
    width: 196px;
}
#content .blogside h3 {
    font-size: 17px;
}
.brand>a {
    width: 32%;
}
}
/*SP------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px){

#header h1 img {
    width: 80%;
    margin: 0 auto;
}

.shadow {
    background: none;
}

#header h1 {
    margin-bottom: 0;
}

#side {
    display: none;
}

#content h3 {
    margin-top: 0;
}

ol.num > li:last-child {
    margin-bottom: 0;
}

h3 {
    font-size: 25px;
}

.flow {
    padding-bottom: 20px;
}

h4 {
    font-size: 20px;
}

.gnv_tmp_h4_bg.stepnum h4:first-letter {
    padding:1px 8px;
    margin-right:8px;
    font-size:18px;
}
.brand>a:last-child {
    margin-top: 15px;
}


p.tel_txt {
    font-size: 16px;
    line-height: 2;
}
.top #mainimage {
    min-width: 100%;
    margin-bottom: 10px;
}

.top #mainimage p img {
width: 220%;margin-left: -60%;}

.top #mainimage p {
    width: 100%;
}
#content-top .sp {
    margin-bottom: 20px;
}

.b_11 .b_11_in span img {
    width: 100% !important;
    float: none;
    margin: 0 0 15px 0;
}

.text_box {
    width: 100%;
}

.top .b_11_column3 .in {
    min-height: inherit;
    padding-bottom: 60px;
}

.top h4.gyou2 {
    padding-top: 30px;
}

.full .b_09.bg1 {
    padding-bottom: 1px !important;
}

.bg2 {
    padding-top: 0;
}

#content .gnv_tmp_bt a {
    padding: 10px 15px 8px 25px;
    font-size: 14px;
}

#content .gnv_tmp_bt a:before {
    top: 13px;
}

#footer {
    margin-top: 10px;
    padding-top:35px;
}
.img_sl .b_11_in span img {
    float: left !important;
    max-width: 110px !important;
    margin: 0 10px 10px 0;

}
.img_sl .text_box {
    float: none;
    width: 100%;
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
}
.kakomi {
    padding: 15px;
}
.merit {
    padding: 15px;
}

.demerit {
    padding: 15px;
}
.merit_de .column_l {
    padding: 15px !important;
}

.merit_de .column_r {
    padding: 15px !important;
}

.merit_de .column_r:before {
    display: none;
}
h5 {
    font-size: 19px;
    padding-top: 1px;
}

h6 {
    font-size: 18px !important;
}
.price_table td {
    text-align: right;
}
.b_11.b_11_column3, .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
    display: block;
    width: 100%;
}
.gallery .b_11 .grid_2 img {
    max-width: 355px;
    display: block;
}
}


@media only screen and (min-width: 601px) and (max-width:767px){

.b_11_3.b_11_3_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
}
.b_11_3.b_11_3_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
}
}

@media only screen and (max-width: 479px){
.div1 {
    padding: 12px 20px;
    font-size: 26px;
}
.top h4 {
    font-size: 20px;
    height: inherit;
    padding: 15px 10px 12px !important;
}

.singlebox4 {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: inherit !important;
    padding-bottom: 70px;
}

.singlebox4 img {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img1 {
    width: 31%;
}
.inquiryFormTable .formM {
    width: 100%;
    box-sizing: border-box;
}

}