/* *******************************************************************************
 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. list
 ├ 8-3. writer
 ├ 8-4. sns
 └ 8-5. etc
 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 !important;}
.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% 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%;
	text-align: left;
}
.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;
	text-align: left;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 16px;
	font-weight: bold;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #ff6e30;
	top: 10px;
	left: 0;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
	text-align: left;
}
.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;
	text-align: left;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 30px;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #F34F09;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    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 0px;
    position:absolute;
    left: 6px;
    top: 9px;
    margin-top: 0;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
	text-align: left;
}
.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;
	text-align: left;
}
.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;
	text-align: left;
}
.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;
	text-align: left;
}
.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;
}
ol.num {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}
ol.num > li {
 position: relative;
 margin-bottom: 1em;
 padding-left: 2.5em;
}
ol.num > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #ff6e30;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
 top: -3px;
}
/* 1-11-3. flow -------------------------- */
.flow {
	text-align: left;
}
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;
    margin: 0 1em 1em 0;
}
@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 #F34F09;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
	text-align: left;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #F34F09;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #B8DB5F;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
	text-align: left;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #B8DB5F;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
	color: #F34F09;
	font-size: 120%;
}
.gnv_tmp_qa_a .pbox {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}

/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #ccc;
	text-align: left;
    padding: 5px !important;
    background: none;
    border: none;
    border-bottom: #ccc 1px solid;
}
.b_06_item {
    background: none repeat scroll 0 0 #eee;
    width: 30%;
    border-bottom: #A4D131 1px solid !important;
    color: #186F3E;
}
/* 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 {
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #B8DB5F;
    border-top: 1px solid #186F3E;
    border-bottom: 1px solid #186F3E;
}
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;
	padding: 5px 3px !important;
}
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%;
}
}
.price table td {
       text-align: right !important;
}

/* =====================================
 2. header
===================================== */
/*@media (min-width: 768px) and (max-width: 768px) {
#header .container_12 {
	width: 768px;
}
}*/

/* =====================================
 3. nav
===================================== */
#inquiryBody nav {
	display:none;
}

/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
#carousel_wrapper {
	background: url(/asset/mainimage.png) center top no-repeat !important; 
    overflow: hidden;
    
	background-size: auto 100%;
	position: relative;
}
/* image size fixed */
#mainimage .main_content {
    background: url(/asset/topimage.png) no-repeat top center;
	height: 500px;
}
@media screen and (max-width: 995px) {
	#carousel_wrapper {
	background: url(/asset/mainimage.png) center top no-repeat !important; 
	background-size: cover !important;}
}
@media screen and (max-width: 767px) {
	#carousel_wrapper {
	background: url(/asset/mainimage.png) center top no-repeat !important; 
	background-size: cover !important;
	margin-bottom: 20px;
}
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f4f4f4;
	padding: 20px 0;
    line-height:1.2 !important;
}
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}
.under h2 {
	color: #000;
}
.under h2 span {
	color: #999;
	font-size: 70%;
	padding-left: 20px;
}
h2.titleBg {
	text-align: left;
}

/* =====================================
 5. footer
===================================== */
#footer img{
    width:auto;
}
#footer address {
    color: #293436;
    font: 15px/1.5 "Ubuntu",sans-serif;
    padding-top: 4px;
    text-transform: uppercase;
    padding-right: 10px;
}
#footer address dt {
    margin-bottom: 20px;
}
#footer .footerLink {
    color: #fff;
    list-style: outside none none;
    margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.5;
}
.privacy {
    color: #293436;
    margin: 2px 0 12px;
    text-transform: uppercase;
}
/* =====================================
 6. content
===================================== */
/*@media (min-width: 768px) and (max-width: 768px) {
.container_12 {
	width: 748px;
}
}*/

#content-top {
    min-height: 250px;
}

#content-top .sp_inq {
    margin-bottom: 0;
}
.img1 {
    border: 1px solid #d9d9d9;
    display: inline-block;
}
.img1, .img2, .img3, .img4 {
    box-sizing: border-box;
}
.a1:before {
}
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.b_11 .b_11_in span img,
.b_11_2_in span img {
    display: block;
    float: right;
    line-height: 1px;
    margin: 0 0 10px 20px;
    width: 40%;
}
@media only screen and (max-width: 767px) {
.b_11 .b_11_in span img,
.b_11_2_in span img {
    float: none;
    margin: 0 0 15px 0px;
    width: 100%;
}
}
.container_12 .alpha {
    margin-right: 10px !important;
}
.container_12 .omega {
	margin-left: 10px !important;
}
.img4 {
    border: 1px solid #dcdcdc;
    display: inline-block;
    float: left;
    margin: 5px 20px 20px 0;
    width: 220px;
}
#content{
	background:#ffffff;
	padding-bottom: 30px;
	min-height: 700px;
}
.block1 p span {
    display: block;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.block1 {
    background: none repeat scroll 0 0 #f7f2f0;
    margin-bottom: 0;
    padding: 17px 12px 10px 12px;
    border-radius: 0 0 10px 10px;
    color: #39241a;
}
.div6 {
    background: none repeat scroll 0 0 #fff;
    color: #9a9a9a;
    font-size: 12px;
    padding: 0;
}
/* 6-1. title -------------------------- */
/* 6-2. top -------------------------- */
/* 6-3. under -------------------------- */
.under #content{
	background: #fff;
	padding: 30px 0;
}
.under #content-top{
	display:none;
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.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;
	color: #fff;
}

@media screen and (max-width: 767px) {
.tel_txt a,
.tel_txt a:hover {
    text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* box color */
.bc01 {
	background: none;
	padding: 0;
}
.bc02 {
	background: none;
	padding: 0;
}
.bc03 {
	background: none;
	padding: 0;
}
.bc04 {
	background: none;
	padding: 0;
}
.bc01 img,
.bc02 img,
.bc03 img,
.bc04 img {
	width: 100% !important;
}
/* =====================================
 7. full content
===================================== */
.full .brd4 {
	padding: 30px 0;
	background: url(/asset/bg01.png) center top no-repeat;
	background-size: cover;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.full .brd4 {
    background: none #fff8f8;
}
}

.full .brd5 {
    padding: 30px 0;      
    background: url(/asset/bg02.png) center top no-repeat;
    background-size: cover;      margin-bottom: 0;
}

.full .brd6 {
    padding: 50px 0;
}
.brd6 .grid_3 {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.brd6 .grid_3 img {
    border-radius: 9px 8px 0 0;
}
.full .div4:after,
.full .div7:after {
	border-color: transparent transparent #f6f6f6;
}
.full .contents_block{
	width:100%;	
}
.full p {
	margin-bottom: 0;
	text-align: left;
}

#content p:last-child {
    margin-bottom: 0;
}

#content p {
    margin-bottom: 15px;
}
/* =====================================
 8. blog
===================================== */
#blogBody h3 {
	color: #323232 !important;
}
#blogBody .blogside h3 {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	background: #E6F1C9;
	border-top: none;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	margin: 10px 0 20px !important;
    width: 100%;
	box-sizing: border-box;
	padding: 10px !important;
}

#blogBody .blogside h3:before {
    display: none;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
input[type="text"]{
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    padding: 2px;
    border-radius: none;
    margin-bottom: 5px;
    width: 100% !important;
    box-sizing: border-box;
}
#blogBody input[type="text"]{
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}

.blog #content .icon_imgs {
    width: auto !important;
}
.blog #content img {
    height: auto;
    max-width: 100%;
    width: auto;
}
/* 8-2. list -------------------------- */
.blogside .list li {
	background: none;
}
.blogside li:before {
    color: #14408c;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}
.blogside .list a {
    word-wrap: break-word;
}
/* 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;
}
.blog .shareBt .lineBt img {
    width: 88px !important;
}
/* 8-5. etc -------------------------- */
ol, ul {
    font-size: 15px;
    list-style: outside none none;
}

/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link    { text-decoration: underline; }

/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor:text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor:pointer;
}
}

/* 9-3. side link -------------------------- */
#sidecontact{
  display: block;
  position: fixed;
  bottom: 40%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}

/* =====================================
 11. hikoukai
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

.pagecatch {
    color: #F34F09;
    font-weight: bold;
    font-size: 140%;
}
.catch {
    color: #186F3E;
    font-size: 130%;
    font-weight: bold;
}


/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}
