/* *******************************************************************************
 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
 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. sns
 9. tel link
 10. side link
 11. hikoukai
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */

.fl {
 float: left;
}
.fr {
 float: right;
}
.cb {
 clear: both;
}
/* 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;
}
.mb0 {
 margin-bottom: 0!important;
}
.mb00 {
 margin-bottom: 0 !important;
}
.mb05 {
 margin-bottom: 5px !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
#content .mb10 {
 margin-bottom: 10px !important;
}
.mb15 {
 margin-bottom: 15px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb25 {
 margin-bottom: 25px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb35 {
 margin-bottom: 35px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb45 {
 margin-bottom: 45px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.ml00 {
 margin-left: 0 !important;
}
.ml05 {
 margin-left: 5px !important;
}
.ml10 {
 margin-left: 10px !important;
}
.ml15 {
 margin-left: 15px !important;
}
.ml20 {
 margin-left: 20px !important;
}
.ml25 {
 margin-left: 25px !important;
}
.ml30 {
 margin-left: 30px !important;
}
.ml35 {
 margin-left: 35px !important;
}
.ml40 {
 margin-left: 40px !important;
}
.ml45 {
 margin-left: 45px !important;
}
.ml50 {
 margin-left: 50px !important;
}
/* 1-3. padding -------------------------- */

.pa00 {
 padding: 0 !important;
}
.pa05 {
 padding: 5px !important;
}
.pa10 {
 padding: 10px !important;
}
.pa15 {
 padding: 15px !important;
}
.pa20 {
 padding: 20px !important;
}
.pa25 {
 padding: 25px !important;
}
.pa30 {
 padding: 30px !important;
}
.pa35 {
 padding: 35px !important;
}
.pa40 {
 padding: 40px !important;
}
.pa45 {
 padding: 45px !important;
}
.pa50 {
 padding: 50px !important;
}
.pt00 {
 padding-top: 0 !important;
}
.pt05 {
 padding-top: 5px !important;
}
.pt10 {
 padding-top: 10px !important;
}
.pt15 {
 padding-top: 15px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt25 {
 padding-top: 25px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt35 {
 padding-top: 35px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt45 {
 padding-top: 45px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pr00 {
 padding-right: 0 !important;
}
.pr05 {
 padding-right: 5px !important;
}
.pr10 {
 padding-right: 10px !important;
}
.pr15 {
 padding-right: 15px !important;
}
.pr20 {
 padding-right: 20px !important;
}
.pr25 {
 padding-right: 25px !important;
}
.pr30 {
 padding-right: 30px !important;
}
.pr35 {
 padding-right: 35px !important;
}
.pr40 {
 padding-right: 40px !important;
}
.pr45 {
 padding-right: 45px !important;
}
.pr50 {
 padding-right: 50px !important;
}
.pb00 {
 padding-bottom: 0 !important;
}
.pb05 {
 padding-bottom: 5px !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb15 {
 padding-bottom: 15px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb25 {
 padding-bottom: 25px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb35 {
 padding-bottom: 35px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb45 {
 padding-bottom: 45px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pl00 {
 padding-left: 0 !important;
}
.pl05 {
 padding-left: 5px !important;
}
.pl10 {
 padding-left: 10px !important;
}
.pl15 {
 padding-left: 15px !important;
}
.pl20 {
 padding-left: 20px !important;
}
.pl25 {
 padding-left: 25px !important;
}
.pl30 {
 padding-left: 30px !important;
}
.pl35 {
 padding-left: 35px !important;
}
.pl40 {
 padding-left: 40px !important;
}
.pl45 {
 padding-left: 45px !important;
}
.pl50 {
 padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */

.tal {
 text-align: left;
}
.tac {
 text-align: center;
}
.tar {
 text-align: right;
}
/* 1-5. bold -------------------------- */

.bold {
 font-weight: bold;
}
/* 1-6. ph -------------------------- */

.ph {
 display: inline-block;
 border: 1px solid #e3e3e3;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
.ph img {
 width: 100%;
}
/* 1-7. pc sp change -------------------------- */

.pc {
 display: block !important;
}
.sp {
 display: none !important;
}
@media screen and (max-width: 767px) {
 .pc {
  display: none !important;
 }
 .sp {
  display: block !important;
 }
}
/* =====================================
 2. header
===================================== */
/* =====================================
 3. nav
===================================== */

#inquiryBody nav {
 display: none;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* image size fixed */

#mainimage .main_content {
 background: url(http://www.fukuribi.jp/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 .container_12 {
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 background: #f4f4f4;
 padding: 20px 0;
 line-height: 1.2 !important;
}
.under #mainimage h2 {
 display: block;
 color: #000;
 text-align: center;
}
.under h2 span {
 display: block;
 color: #999;
 font-size: 70%;
}
/* =====================================
 5. footer
===================================== */

#footer img {
 width: auto;
}
#footer .footerLink {
 list-style: outside none none;
 margin: 10px 0;
}
#footer .footerLink li {
 display: inline;
}
/* =====================================
 6. content
===================================== */

#content {
 text-align: left;
 line-height: 1.8;
 word-wrap: break-word;
 margin-top: 30px;
}
#content p {
 line-height: 1.8;
 margin-bottom: 0;
 margin-top: 5px;
}
p .more_btn {
 margin-top: 20px;
}
.box-1 {
 background: url(../asset/bg_pic2.jpg) no-repeat scroll 50% 0 #304912;
}
/* 6-1. title -------------------------- */

#content h3 {
 font-weight: bold;
 font-size: 24px;
 line-height: 30px;
 margin-top: 30px;
 text-align: center;
}
#content h4 {
 font-size: 18px;
 line-height: 24px;
 color: #1f4d5f;
 margin-top: 22px;
 margin-bottom: 20px;
 word-wrap: break-word;
}
/* 6-2. top -------------------------- */

.b_11_in .item span img,
.b_11_2_in .item span img {
 float: none !important;
 width: 100% !important;
}
p.mw220 {
 max-width: 220px;
}
.b_11_in .item .more_btn {
 float: right;
 margin-top: 0px !important;
}
.b_11 .b_11_in .img8 span img {
 display: inline;
 float: none;
 margin: 0 0.5em 0.5em 0;
 width: auto;
}
/* 6-3. under -------------------------- */

.bg1 {
 background: #edecec;
 border-top: 1px solid #e5e5e5;
 padding-bottom: 49px;
}
.container_12:after {
 clear: both;
 content: " ";
 display: block;
 height: 0;
 visibility: hidden;
}
.container_12 {
 margin: 0 auto;
 padding: 0;
 position: relative;
 width: 100%;
}
.img9 {
 margin-top: 0;
}
b_11 .img9 {
 float: none !important;
}
.b_11 .b_11_in .img9 span img {
 float: left;
 margin-top: 27px;
 margin-right: 30px;
}
.w100 img {
 float: none !important;
 width: 100% !important;
 margin: 0 !important;
}
.b_11 .b_11_in .img6 span img {
 width: 100% !important;
}
@media screen and (max-width: 767px) {
 .b_11 .b_11_in span img {
  width: 100%;
  margin-top: 0px;
 }
}
/* 6-4. map -------------------------- */

.gnv_tmp_map {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.gnv_tmp_map iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}
/* 6-5. tel -------------------------- */

.tel_txt a {
 cursor: text;
}
.tel_txt a:hover {
 text-decoration: none;
 color: #bababa;
}
@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;
}
/* =====================================
 7. full content
===================================== */

.full #content .grid_12 {
 display: block;
 float: none;
 margin: 0 auto !important;
 padding: 0 15px !important;
 position: relative !important;
}
.full #content .container {
 width: 100% !important;
}
.full .bg1 {
 border: none !important;
 display: block !important;
 margin: 0 !important;
 padding: 2em 0 !important;
}
.full #content .img5 {
 margin-bottom: 10px;
 margin-top: 0;
}
.full #content .img8 {
 margin-top: 0;
}
.full #content .item p {
 float: left;
 margin-top: 30px;
 max-width: 220px;
}
.full #content .item .more_btn {
 float: right;
}
#gallerySlider .placeholder {
 background: none repeat scroll rgba(0, 0, 0, 0.5) !important;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
 .full .grid_12 .grid_12 {
  width: 748px !important;
 }
}
@media screen and (max-width: 767px) {
 .full #content .grid_12 {
  /*width: 87% !important;*/
  
  width: 420px;
 }
 .full #content .container {
  width: 100% !important;
  padding: 0 !important;
 }
 .grid_3,
 .grid_4 {
  margin-bottom: 30px;
 }
}
@media (max-width: 479px) {
 .full .grid_12 {
  box-sizing: border-box;
  width: 300px !important;
  padding: 0 15px;
 }
}
}
/* =====================================
 8. blog
===================================== */

.archiveBox h3 {
 text-align: center;
 border-bottom: 1px solid #1f4d5f;
}
.blog .grid_8 {
 margin-left: 0;
}
/* 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;
}
/* =====================================
 9. tel link
===================================== */

a[href^="tel:"] {
 pointer-events: none;
 cursor: text;
}
@media screen and (max-width: 979px) {
 a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
 }
 .container {
  padding: 0 10px;
  box-sizing: border-box;
 }
 #footer .footerLink {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
 }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
 .top_news .grid_12 {
  width: 748px
 }
}
/* =====================================
 10. side link
===================================== */

#sidecontact {
 display: block;
 position: fixed;
 bottom: 40%;
 z-index: 1000;
}
#sidecontact.rightContent {
 right: 0;
}
@media screen and (max-width: 767px) {
 #sidecontact {
  display: none;
 }
}
/* =====================================
 11. hikoukai
===================================== */

.hikoukai {
 display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
 display: block !important;
 border: 5px solid #777;
 background: #555;
 padding: 20px 0;
}
/* ----------------------------------------------------------
追記(structure)
----------------------------------------------------------- */

body {
 font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 color: #423a32;
 font-size: 16px;
 line-height: 24px;
}
body,
.main,
#header,
.camera_wrap {
 background: #FFF;
}
#content p {
 line-height: 1.8;
 margin-bottom: 1em;
 margin-top: 5px;
}
.under #content a {
text-decoration: underline;
}
.under #content a:hover {
text-decoration: none;
}
a:focus,
*:focus {
 outline: none;
}
strong{
font-weight: bold;
}
a[href^="tel:"] {
 pointer-events: none;
 cursor: text;
}
@media screen and (max-width: 767px) {
 a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
 }
}
#content a:hover img,
#side a:hover img,
.inquiry #content .backBt:hover,
.inquiry #content .confirmBt:hover,
.inquiry #content .submitBt:hover,
.inquiry #content .topBt:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
/* header
-------------------------*/

#header {
 background: url(../asset/border.png) repeat-x center top;
 height: 190px;
}
#header h1 {
 margin-top: 25px;
 max-width: 100%;
}
#header h1 img {
 max-width: 100%;
}
@media screen and (max-width: 767px) {
 #header {
  height: 160px;
 }
}
/* nav */
nav {
 margin-top: 45px;
}
ul.sf-menu > li,
ul.sf-menu > li#last-li {
 font: normal 16px/18px "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 margin-right: 0px;
 border-right: 1px solid #dedede;
}
ul.sf-menu > li#first-li {
 border-left: 1px solid #dedede;
}
ul.sf-menu > li > a {
 color: #483a27;
 font: normal 16px/18px "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 letter-spacing: 0;
 padding: 0 20px;
 text-transform: none;
}
ul.sf-menu > li.current > a,
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li > a:hover {
 color: #88bb37;
}
.sf-menu > li > ul {
 background: #88bb37;
 box-sizing: border-box;
 left: 0px;
 padding: 26px 0;
 top: 20px;
 width: 150px;
 z-index: 99;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
 ul.sf-menu > li,
 ul.sf-menu > li#last-li {
  font-size: 14px;
 }
 ul.sf-menu > li > a {
  font-size: 14px;
  padding: 0 10px;
 }
}
nav select {
 border: 1px solid #88bb37;
}
/* side
-------------------------*/

#sidecontact {
 display: block;
 position: fixed;
 top: 18%;
 z-index: 1000;
}
#sidecontact.rightContent {
 right: 0;
}
@media screen and (max-width: 767px) {
 #sidecontact {
  display: none;
 }
}
/* footer
-------------------------*/

#footer {
 border-top: #d0d0d0 1px solid;
 background: #fafafa;
}
#footer h1 {
 margin-bottom: 60px;
 max-width: 100%;
}
#footer h1 img {
 max-width: 100%;
}
.txt7 {
 color: #423a32;
 font-size: 16px;
 line-height: 30px;
 margin-top: 20px;
 text-transform: uppercase;
}
p.txt_priv {
 color: #423a32;
 font-size: 16px;
 line-height: 26px;
 margin-top: 20px;
 text-transform: uppercase;
}
/* mainimage
-------------------------*/

.top #mainimage h2 {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #FFF;
 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
 font-size: 36px;
 font-weight: normal;
 line-height: 1.7;
 letter-spacing: 2px;
}
/*.under #mainimage .container_12 {
 background: none #fdd5d9;
 border-bottom: 1px solid #e28089;
 border-top: 1px solid #e28089;
 line-height: 1.2 !important;
 padding: 30px 0;
}
.under #mainimage h2 {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #423a32;
 display: block;
 text-align: center;
 font-size: 30px;
 font-weight: normal;
}*/
.under h2 {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #423a32;
 border-bottom: 1px solid #e28089;
 border-top: 1px solid #e28089;
 display: block;
 padding: 30px 0;
 line-height: 1.2 !important;
 background: none #fdd5d9;
 text-align: center;
 font-size: 30px;
 margin: 0 0 40px;
 font-weight: normal;
}
@media screen and (max-width: 900px) {
 .top #mainimage h2 {
  font-size: 28px;
 }
 .under #mainimage h2 {
  font-size: 20px;
 }
}
@media screen and (max-width: 767px) {
 .top #mainimage h2 {
  font-size: 20px;
 }
 .under #mainimage h2 {
  font-size: 20px;
 }
}
/* ----------------------------------------------------------
追記(content)
----------------------------------------------------------- */
.b_01 {
 margin-bottom: 0;
}
.b_02,
.b_04_2,
.b_09,
b_10,
.b_11,
.b_11_3,
.b_01 .ic_01,
.b_01 .ic_02 {
 margin: 0 0 3em;
}
p.point_p {
 /*border-bottom: 2px dotted #ccc;*/
 font-size: 19px;
 font-weight: bold;
 padding: 5px 5px 5px 14px;
 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 {
 border: 7px solid #c8ef6a;
 border-radius: 50%;
 content: "";
 height: 30px;
 left: 0;
 opacity: 0.8;
 position: absolute;
 top: -3px;
 width: 31px;
 z-index: -1;
}
.number_p {
 /*font-size: 19px;*/
    line-height: 1.4;
    margin: 0 !important;
    padding: 0 0 0 33px;
    text-indent: -33px;
}
.number {
 background:  #88bb37;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 #ccc;
    color: #fff;
    display: inline;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 9px 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 #ddd 2px;
 width: 100%;
}
.arrow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 16px solid #eae9cd;
}
.bg001 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #68a1cf;
 font-size: 20px;
 color: #fff;
 display: inline-block;
 margin: 0 6px 0 0;
}
.bg002 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #9FCD73;
 font-size: 20px;
 color: #fff;
 display: inline-block;
 margin: 0 6px 0 0;
}
.bg003 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #ffa36f;
 font-size: 20px;
 color: #fff;
 display: inline-block;
 margin: 0 6px 0 0;
}
.bg004 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #e3818a;
 font-size: 20px;
 color: #fff;
 display: inline-block;
 margin: 0 6px 0 0;
}
.bg005 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #f2d859;
 font-size: 20px;
 color: #fff;
 display: inline-block;
 margin: 0 6px 0 0;
}
.bg006 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #be8dda;
 font-size: 20px;
 color: #fff;
 display: inline-block;
 margin: 0 6px 0 0;
}
ul.ul01 {
 list-style: none;
}
ul.ul01 li {
 padding: 0 0 5px 25px;
 position: relative;
}
.ul01 li:before {
 background: #8a2020 none repeat scroll 0 0;
 border-radius: 50%;
 content: "";
 height: 6px;
 left: 11px;
 position: absolute;
 top: 9px;
 width: 6px;
}
.inq_box01{
border-bottom:1px solid #f2f7fb ;
border-left:1px solid #f2f7fb ;
border-right:1px solid #f2f7fb ;
}
.inq_box01 .box_in{
text-align: center;
box-sizing:border-box;
padding: 15px;
}
.inq_box01 p.p01{
 font-size: 40px;
    line-height: 1.4 !important;
    margin: 0 0 10px !important;
}
.inq_box01 p.p02{
font-size: 14px;
}
.inq_box01 .btn_box01 a{
border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0 0 15px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none!important;
    width: 49%;
    background: #e7a493;
    float: left;
}
.inq_box01 .btn_box01 a:hover{
opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
}
.inq_box01 .btn_box01 a.btn_r{
background: #efd382;
float: right;
}
.tx01{
color: #e65353;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 150%;
    margin: 0 0 10px !important;
	font-weight:bold;
}
.tx02{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight:bold;
}
.tx03{
color: #68A1CF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 130%;
    margin: 0 0 10px;
	font-weight:bold;
}
.tx04{
color: #68A1CF;
    font-size: 120%;
    margin: 0 0 10px;
	font-weight:bold;
}
.gnv_tmp_qa_q {
 border-left: 3px solid #8dbe3f;
 margin-bottom: 10px;
 padding: 10px;
 display: table;
}
.gnv_tmp_qa_q span.tit {
 font-size: 200%;
 font-weight: bold;
 color: #8dbe3f;
 padding-right: 20px;
 display: table-cell;
 width: 30px;
}
.gnv_tmp_qa_a {
 border-left: 3px solid #e65353;
 margin-bottom: 10px;
 padding: 10px;
 display: table;
}
.gnv_tmp_qa_a a {
 color: #e65353;
}
.gnv_tmp_qa_a span.tit {
 font-size: 200%;
 font-weight: bold;
 color: #e65353;
 padding-right: 20px;
 display: table-cell;
 width: 30px;
}
.gnv_tmp_qa_a p {
 display: table-cell;
 width: 100%;
 vertical-align: top;
 padding-top: 15px;
 color:#E65353;
 font-weight:bold;
}
.gnv_tmp_qa_q p {
 display: table-cell;
 width: 100%;
 color: #8dbe3f;
 font-weight: bold;
 font-size: 110%;
 vertical-align: top;
 padding-top: 15px;
}



/* 見出し
-------------------------*/

.static #content h2.titleBg,
h2.titleBg {
 color: #423a32;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-weight: normal;
 border-top: 3px solid #ff919e;
}
.static #content #news h2 {
 color: #423a32;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 30px;
 font-weight: normal;
 line-height: 2;
 background: url(../asset/border.png) repeat-x center bottom;
 padding-bottom: 10px;
 text-align: center;
 border: none;
}
.under #content h3 {
 color: #423a32;
 font-size: 30px;
 font-weight: normal;
 line-height: 2.0;
 margin-top: 30px;
 text-align: center;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 background: url(../asset/border.png) repeat-x center top #f2f7fb;
 padding-bottom: 8px;
 padding-top: 5px;
}
#content .top_con01 h3,
#content .top_con02 h3,
#content .top_con03 h3,
.top #content #news h2.titleBg {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #FFF;
 font-size: 34px;
 line-height: 2;
 font-weight: normal;
}
#content .top_con01 h3 {
 background: #ff919e;
 border-top: 6px solid #b5656d;
}
#content .top_con02 h3 {
 background: #eeba30;
 border-top: 6px solid #bc9421;
}
#content .top_con03 h3 {
 background: #88bb37;
 border-top: 6px solid #6c983b;
}
.top #content #news h2 {
 background: #68a1cf;
 border-top: 6px solid #5081a8;
 text-align: center;
 border-bottom: none;
 font-size: 32px;
 padding: 0px;
}
.under #content h4 {
 border-bottom: 1px dashed #ddd;
 color: #423a32;
 font-size: 130%;
 padding: 0 0 8px 20px;
 position: relative;
 overflow: hidden;
}
.under #content h4:before {
 position: absolute;
 content: "";
 background: #88bb37;
 width: 10px;
 height: 10px;
 top: 7px;
 left: 2px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
}
h5 {
 color: #68a1cf;
 font-size: 120%;
 line-height: 22px;
 margin-bottom: 1em;
 margin-top: 10px;
 text-transform: none;
 font-weight: bold;
}
@media screen and (max-width: 767px) {
 .static #content #news h2,
 .under #content h3 {
  font-size: 130%;
 }
 #content .top_con01 h3,
 #content .top_con02 h3,
 #content .top_con03 h3,
 .top #content #news h2.titleBg {
  font-size: 130%;
 }
 .under #content h4 {
  font-size: 120%;
 }
 h5 {
  font-size: 110%;
 }
 .top_con03 h5 {
  font-size: 110%;
 }
}
/* ボタン
-------------------------*/

.more_btn a {
 background: none #ff919e;
 border-radius: 4px;
 color: #fff;
 display: inline-block;
 font-size: 16px;
 line-height: 20px;
 margin-top: 0px;
 padding: 3px 24px 3px 10px;
 text-decoration: none;
 position: relative;
}



.more_btn a:after {
 display: block;
 content: "";
 position: absolute;
 width: 8px;
 height: 8px;
 top: 50%;
 right: 10px;
 margin: -5px 0 0 0;
 border-top: solid 1px #FFF;
 border-right: solid 1px #FFF;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.more_btn.v2 {
 margin-top: 0px;
}
.more_btn a:hover {
 background: none repeat scroll 0 0 #b5656d;
 color: #fff;
}
p .more_btn a {
 margin-top: 0px;
}
.btnblock {
 text-align: center;
}
.btnblock a {
 background: none #e28089;
 border-radius: 6px;
 color: #fff;
 display: inline-block;
 padding: 15px;
 text-decoration: none;
 position: relative;
 font-size: 110%;
 margin: 0 0.5em 0.5em;
 text-align: center;
}
.contactblock a {
 background: none #e28089;
 border-radius: 10px;
 color: #fff;
 display: block;
 padding: 20px 0;
 text-decoration: none;
 position: relative;
 font-size: 120%;
 max-width: 90%;
 width: 700px;
 margin: 0 auto;
 text-align: center;
}
.btnblock a:hover,
.contactblock a:hover {
 background: none #f29ea6;
}
.contact_sp a {
 display: block;
 background: none #e28089;
 text-align: center;
 padding: 20px 0;
 border-radius: 10px;
 margin-bottom: 1em;
}
.contact_sp a.a1 {
 background: none #f29ea6;
}
.contact_sp a:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
.contact_sp a img {
 width: auto;
 max-width: 88%;
}
#content-bottom .bottom_btn_box01{
max-width: 845px;
width: 100%;
margin:0 auto;
}
#content-bottom a{
box-sizing:border-box;
border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0 0 15px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    width: 49%;
}
#content-bottom a.a001{
float: left;
background: #ff919e;
}
#content-bottom a.a002{
float: right;
background: #eeba30;
}
#content-bottom a.a003{
float: left;
background: #88bb37;
}
#content-bottom a.a004{
float: right;
background: #68a1cf;
}
#content-bottom a.a005{
margin: 0 auto;
background: #ffa36f;
}
#content-bottom a:hover{
opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
}

.banner_box {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
}
.banner_box div.a0003,.banner_box div.a0005 {
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 0 15px;
  text-align: center;
  text-decoration: none;
  width: 49%;
}

.banner_box .a0003{
float: left;
background: #88bb37;
}
.banner_box .a0005{
float: right;
background: #ffa36f;
}
.banner_box .a0003 a,.banner_box .a0005 a{
	text-decoration:none!important;
	display:block;
	padding: 10px 10px;
	color:#fff;
	webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner_box .a0003 a:hover,.banner_box .a0005 a:hover{
opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
}
@media screen and (max-width: 995px) {
	.banner_box div.a0003,.banner_box div.a0005 {
  font-size: 14px;
}
}

@media screen and (max-width: 767px) {
#content-bottom a{
float: none!important;
width: 100%;
font-size: 16px;
}
#content-bottom a.a005{
margin: 0 auto;
}
.inq_box01 .btn_box01 a {
    float: none !important;
    width: 100%;
}
.banner_box div.a0003,.banner_box div.a0005 {
  font-size: 15px;
  width: 100%;
}
}
/* 9-2. list -------------------------- */
/* 通常リスト 01 */
/* ul */

.ic_01 ul {}
.ic_01 li {
 position: relative;
 padding: 5px 5px 5px 20px;
}
.ic_01 li:before {
 content: "";
 position: absolute;
 background: #88bb37;
 top: 14px;
 left: 0px;
 height: 7px;
 width: 7px;
 border-radius: 50%;
}
/* ul */

.ic_02 ul {}
.ic_02 li {
 position: relative;
 padding-left: 24px;
 margin-bottom: 20px;
}
.ic_02 li:before {
 content: "\00a0";
 display: block;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 height: 16px;
 width: 16px;
 position: absolute;
 left: 0px;
 top: 6px;
 background: #eeba30;
}
.ic_02 li:after {
 display: block;
 content: "";
 position: absolute;
 width: 6px;
 height: 6px;
 top: 13px;
 left: 3px;
 margin: -3px 0 0 0;
 border-top: solid 1px #FFF;
 border-right: solid 1px #FFF;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.ic_02 li a:hover {
 color: #eeba30;
}
ul.ul01 {
list-style: none;
}
ul.ul01 li {
padding: 0 0 5px 22px;
position: relative;
}
.ul01 li:before {
content: "";
position: absolute;
background: #faa900;
top: 9px;
left: 11px;
height: 5px;
width: 5px;
border-radius: 50%;
}
/* 画像
-------------------------*/

.b_11 .b_11_in span img {
 display: block;
 float: right;
 margin: 0 0 1em 1em;
 width: 30%;
}
@media screen and (max-width: 767px) {
 .b_11 .b_11_in span img {
  display: block;
  float: none;
  margin: 0 0 1em 0;
  width: 100%;
 }
 .b_11_2_in span img {
    display: block;
    float: none;
    line-height: 1px;
    margin: 0 0 14px;
    width: 100%;
}
}
.nonfullimg img {
 width: auto;
 max-width: 100%;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
/* news
-------------------------*/

.top #news {
 background: #f2f7fb;
 padding-bottom: 20px;
}
.top #news dl {
 width: 96%;
 margin: 0 auto;
}
.top #news dt {
 font-weight: normal;
 color: #68a1cf;
}
.top #news .ov {
 top: 24px;
 right: 10px;
}
.top #news .ov {
 color: #FFF;
}
.top #news .ov:hover {
 color: #FFF;
 text-decoration: underline;
}
/* top
-------------------------*/

.top_con03 h5 {
 font-size: 22px;
 font-weight: bold;
 color: #88bb37;
}
.top_con03 .more_btn a {
 background: none #88bb37;
}
.top_con03 .more_btn a:hover {
 background: none #6c983b;
}
.top #content .grid_12 {
 margin-left: 0 !important;
}
/* under
-------------------------*/

.pagecatch {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 text-align: center;
}
table.table01 {
border-collapse: collapse;
background: #FFFFFF;
width: 100%;
}
table.table01 thead th {
padding: 1%;
font-weight: normal;
text-align: left;
border: solid 1px #fff;
background: #f7f7f7;
color: #fff;
width: 6%
}
table.table01 th {
padding: 1%;
font-weight: normal;
text-align: left;
border: solid 1px #ccc;
background: #f7f7f7;
width: 32%;
}
table.table01 td {
padding: 1%;
text-align: left;
border: 1px solid #ccc;
background: #fff;
}

.enkaku table.table01 {

}
.enkaku table.table01 thead th {
background: #68a1cf;
width: auto;

}
.enkaku table.table01 th {
white-space: nowrap;
}
.enkaku table.table01 th,
.enkaku table.table01 td {
width: auto;
padding:8px;
}


.borderBlock01 {
overflow:hidden;
border:1px solid #88bb37;
background:#f6f6f6;
padding:15px 15px 10px;
color:#88bb37;
font-size:115%;
margin-bottom:1em;

}
.borderBlock01 .ic_01 { margin-bottom:0 !important;}
.borderBlock01 .ic_01 li::before { top:16px;}

/* about */

.colorBox01 {
 background: #d1ec7f;
 padding: 20px;
}
.colorBox02 {
 background: #fede88;
 padding: 20px;
}
.colorBox03 {
 background: #fdd5d9;
 padding: 20px;
}
.colorBox04 {
 background: #c9ebf3;
 padding: 20px;
}
#content .colorBox01 h4,
#content .colorBox02 h4,
#content .colorBox03 h4,
#content .colorBox04 h4 {
 color: #423a32;
 font-size: 130%;
 border-color: #CCC;
}
.under #content .colorBox01 h4:before {
 background: #6c983b;
}
.under #content .colorBox02 h4:before {
 background: #bc9421;
}
.under #content .colorBox03 h4:before {
 background: #b5656d;
}
.under #content .colorBox04 h4:before {
 background: #5081a8;
}
.mediablock span {
 background: #efefef;
 display: table-cell;
 width: 374.4px;
 height: 280.8px;
 text-align: center;
 vertical-align: middle;
}
.mediablock.b_11_column3 div.column_c span img,
.mediablock.b_11_column3 div.column_l span img,
.mediablock.b_11_column3 div.column_r span img {
 display: block;
 height: auto;
 width: auto;
 max-height: 280.8px;
 max-width: 374.4px;
 margin: 0 auto;
}
.mediablock h5 {
 color: #423a32;
 font-weight: normal;
}
.under_box01.b_11_2.b_11_2_column3 div.column_c,
.under_box01.b_11_2.b_11_2_column3 div.column_l,
.under_box01.b_11_2.b_11_2_column3 div.column_r {
 background: #d1ec7f;
 padding: 10px;
 box-sizing:border-box;
}
.under_box01.b_11_2.b_11_2_column3 div.column_c{
 background: #fede88;
}
.under_box01.b_11_2.b_11_2_column3 div.column_r {
 background: #fdd5d9;
}
.under_box01 .tx001{
font-size: 20px;
    font-weight: bold;
    margin: 0 !important;
    padding: 5px 0;
    text-align: center;
}
.link01 {
 list-style: outside none none;
 margin: 10px 0;
 text-align: center;
}
.link01 li {
 display: inline-block;
}
@media screen and (max-width: 979px) {
 .mediablock span {
  height: 184.32px;
  width: 245.76px;
 }
 .mediablock.b_11_column3 div.column_c span img,
 .mediablock.b_11_column3 div.column_l span img,
 .mediablock.b_11_column3 div.column_r span img {
  max-height: 184.32px;
  max-width: 245.76px;
 }
}
@media screen and (max-width: 767px) {
 .mediablock span {
  height: 100.8px;
  width: 134.4px;
 }
 .mediablock.b_11_column3 div.column_c span img,
 .mediablock.b_11_column3 div.column_l span img,
 .mediablock.b_11_column3 div.column_r span img {
  max-height: 100.8px;
  max-width: 134.4px;
 }
}
@media screen and (max-width: 479px) {
 /*.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: table-cell;
    vertical-align: top;
    width: 32%;
}*/
 
 .mediablock span {
  height:
  /*72*/
  
  100px;
  width:
  /*96*/
  
  80px;
 }
 .mediablock.b_11_column3 div.column_c span img,
 .mediablock.b_11_column3 div.column_l span img,
 .mediablock.b_11_column3 div.column_r span img {
  max-height: 100px;
  max-width: 80px;
 }
}
/* partner */

.partnerblock {
 border-bottom: 1px solid #EEE;
 padding-bottom: 2em;
}
.partnerblock .b_11_in span img {
 float: left;
 margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
 .partnerblock .b_11_in span img {
  margin: 0 1em 1em 0;
  width: 30%;
 }
}
.b_06_item {
padding: 1%;
 background: #f7f7f7;
}
.priceTable th.b_06_item {
 text-align: left;
 width: auto;
}
.priceTable tr:first-child th.b_06_item,
.priceTable tr:first-child td {
 background: #eee;
 text-align: center;
}
.priceTable .b_06_content {
 text-align: right;
}
.b_11.b_11_column3 div.column_c,
.b_11.b_11_column3 div.column_l,
.b_11.b_11_column3 div.column_r {
 margin: 0 0 1em;
 overflow: hidden;
}
/*inquiry*/

#inquiryBody #header {
 height: 120px;
}
/*blog*/


#pagenation .active a,
#pagenation a.active:hover {
 background: none #88bb37;
 color: rgb(255, 255, 255);

}
#pagenation .active a:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
.under #content .blogcontent h3 {
 text-align: left;
 fonto-size: 125%;
}
.under #content .blogside h3 {
 background: none;
 border-bottom: 3px solid #ff919e;
}
/*サイトマップ*/

.listWithMarker li a {
 color: #423a32;
 text-decoration: none;
}
ul.sitemap_ic li a {
 font-weight: normal;
}
ul.sitemap_ic li a::after {
 background: none #fff;
}
#news dt .newsNew {
 background: none repeat scroll 0 0 #ff919e;
}

@media screen and (max-width: 767px) {
 .top_con03 h5 {
  font-size: 110%;
 }
}
@media screen and (max-width: 600px) {
 .mediablock.b_11.b_11_column3 {
  display: table;
 }
 .mediablock.b_11.b_11_column3 div.column_c,
 .mediablock.b_11.b_11_column3 div.column_l,
 .mediablock.b_11.b_11_column3 div.column_r {
  display: table-cell;
  width: 32%;
 }
 .mediablock.b_11.b_11_column3 div.column_blank {
  display: table-cell;
 }
}
#inquiryBody #content-bottom{
display:none;
}
.inquiry #content .contentArea {
  margin: 4em 0 3em;
}
.facebook div {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.camera_prev {
  background: url(../asset/camera_prev_btn.png) left top no-repeat;
}
.camera_next {
  background: url(../asset/camera_next_btn.png) left top no-repeat;
}
.parts.inquiry_textbox:nth-child(5) {font-weight: bold;padding: 0px 10px 0px;}

.parts.inquiry_textbox:nth-child(5) p {margin-bottom: 0 !important;}