@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
body {
  background: #fff;
  color: #333;
  line-height: 1.7;
}

a, a:visited, a:hover {
  color: #333;
}

#header .inner, #content .inner, #footer .inner, .totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}

.leadtext {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}

.bn1 a, .bn2 a, .bn3 a, .bn4 a {
  background-size: cover;
  position: relative;
  height: 150px;
  line-height: 130px;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  border: 10px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 10px;
}
.bn1 a {
  background: url(/images/bn1.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}
.bn2 a {
  background: url(/images/bn2.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}
.bn3 a {
  background: url(/images/bn3.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}
.bn4 a {
  background: url(/images/bn4.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}

.bn1 span, .bn2 span, .bn3 span, .bn4 span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* ==== header */

#header {
  background: #fff;
}
#header>.inner {}
#header h1 {
  float: left;
  width: 20%;
  max-width: 309px;
}
#header .info {
  float: right;
  width: 20%;
  max-width: 200px;
  overflow: hidden;
}
.header_tel {
  text-align: right;
}
#header h1 img, #header .info img {
  width: 100%;
}
.header_tel span {
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}
.header_tel img {
  vertical-align: bottom;
  margin-right: 7px;
}

/* ==== nav */

#nav {
  width: 100%;
  float: none;
  background: none;
}
#nav #menu>li {
  float: left;
  list-style: none;
  width: 16%;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #333;
}
#nav li.nav06 {
  border-right: none !important;
}
#nav li a, #nav li span {
  display: block;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  padding: 0 5px;
  box-sizing: border-box;
}
#nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.submenu_ul {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.submenu_ul>li {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}
.submenu_ul>li a {
  color: #fff!important;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px !important;
  font-size: 13px !important;
  background: #a3160c;
  box-sizing: border-box;
}
.submenu_ul>li a:hover {
  background: #750f07;
  color: #fff!important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}

/* ==== content */

#content {
  margin-bottom: 40px;
  min-height: 500px;
}
.top #content {
  margin-bottom: 0;
}
#content .wrap p {
  margin-bottom: 1.2em;
}
.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* ==== フッター */

.totop {
  text-align: right;
  line-height: 1;
  height: 47px;
}
.totop img {
  display: block;
  float: right;
}
.top .totop {
  background: #000c1c;
  padding-top: 30px;
}

#footer {
  color: #fff;
  background: #a3160c;
  padding: 3em 0;
  clear: both;
  overflow: hidden;
}
#footer a {
  color: #fff;
}
#footer .inner {}
#footer ul {
  width: 23%;
  margin: 0 2% 0 0;
  float: left;
  font-size: 15px;
}
#footer ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}
#footer ul li a, #footer ul li a:visited {
  text-decoration: none;
}
#footer ul li:after {}
#footer ul li:last-child:after {}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .f_logo {}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  border-top: 5px solid #b44339;
  color: #fff;
  background: #a3160c;
  padding: 20px 0;
}

/* ================
 メイン
================ */

.carousel {
  width: 100%;
  overflow: hidden;
}
.carousel>div {
  /*width: 1000px;*/
  margin: 0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots {
  display: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}

.carousel .slick-arrow {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

.mainimage{
  position: relative;
}
.mainimage::after {
  content: "";
  width: 489px;
  height: 349px;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/images/catch.png) no-repeat center / contain;
}

/* ================
 style
================ */

/* ==== table */

.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}
.menu_table th, .menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}
.menu_table th {
  text-align: left;
}
.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
table.news th, table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}
table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}
table.info th, table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}
table.info th {
  width: 20%;
}

/* ==== BTN */

.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}
.anchor_wrap a:hover {
  opacity: 0.7;
}

/* ==== TOP */

h3 {
  text-align: center;
  letter-spacing: 0.1em;
}
.top .h3 {
  text-align: center;
  display: block;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  padding-top: 2.5em;
}
.top h3.title {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 35px 0;
  display: block;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #4b3904;
  background: url(/images/icon01.png) no-repeat center bottom;
  margin: 0 auto 40px;
  font-weight: bold;
  line-height: 1.4;
}
.top .sub {
  border: none;
  font-weight: normal;
  font-size: 14px;
  padding: 12px 0 0 0;
  display: block;
}

.under .wrap.h3_title_wrap, .blog_body .wf_bread_ul+.wrap {
  max-width: 100%;
  padding: 2em 0;
  background: url(/images/bg01.jpg) no-repeat center;
  margin: 0 auto 2em;
  background-size: cover !important;
}
.under .wrap.h3_title_wrap h3, .blog_body .wf_bread_ul+.wrap h3 {
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0 auto;
  font-weight: bold;
}
.under h3 {}

.top h4 {
  font-size: 30px;
  border-bottom: 1px solid #a3160c;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
  margin: 0 auto 0.5em;
  padding: 0 0 10px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.4;
}

.under h4 {
  font-size: 24px;
  border-bottom: 5px solid #b44339;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
  padding: 12px 20px 6px;
  text-align: left;
  box-sizing: border-box;
  background: #a3160c;
  line-height: 1.4;
}

.under h5 {
  font-size: 18px;
  color: #000;
  padding: 8px 15px 6px;
  background: #ccc;
  font-weight: bold;
  margin: 0 0 15px;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-left: 6px solid #a3160c;
}

.top .bg_block {
  background: #000c1c;
}

.bgblock {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.top .concept-block, .top .item-block {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
}

form .wrap>.inner {
  border-bottom: none;
}

.wf_form_wrap .inner {
  border-bottom: 1px dotted #ccc !important;
}

.top .info-block {
  margin-bottom: 2.5em;
}

.top .concept-block img {
  margin-right: 20px;
}
.top .concept-block h4, .top .concept-block p, .top .concept-block .btn-style {
  /*padding-left:52%;*/
}

.top .shop-block img {
  /*margin-left:20px;*/
}
.top .shop-block p.entry_p {
  width: 48%;
}
.top .shop-block .anchor_wrap {
  padding-top: 1em;
}
.top dl.info {
  margin-bottom: 20px;
}

/* ==== item */

.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}
.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.item-list li span.item-price {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* ==== under */

.page_title {
  background: #000c1c;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
}

/* template */

.under .wrap {
  margin-bottom: 2em;
}
.under .wrap.h4_title_wrap, .under .wrap.h5_title_wrap {
  margin-bottom: 0;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}
.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}


/* 画像 */

.under #content .img_span img {
  margin: 0 auto 1em;
  display: block;
}

.wrap img {
  max-width: 100%;
}

.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}
.img_list3 li:first-child {
  margin-left: 0;
}


/*-------------------
 Responsive 
-------------------*/

.sp {
  display: none !important;
}

.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe, .map object, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wf_type2.wrap>.inner span.img_span img {
  vertical-align: top;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header {
    height: 110px;
  }
  #header h1 {
    float: left;
    width: 50%;
    max-width: 309px;
    margin: 40px 0 0 10px;
  }
  #header .info {
    position: absolute;
    top: 35px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
  }
  #nav {
    background: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 35px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav #menu {
    background: rgba(255, 255, 255, .95);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav #menu.submenu_ul {
    top: auto !important;
  }
  #nav #menu>li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav #menu li.nav01 {
    border-left: none;
  }
  #nav #menu li a, #nav #menu li span {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul>li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  /* top */
  .top .concept-block img, .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4, .top .concept-block p, .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap, .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img, .type_basic_fr img, .img-half .type_basic_fl img, .img-half .type_basic_fr img, .img_list3 img, .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  #nav #menu {
    top: 88px;
  }
  #header h1 {
    float: left;
    width: 55%;
    max-width: 309px;
  }
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th, table.news td, .info_dt, .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th, .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td, .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th, .info_dt {
    border-bottom: none;
  }
  .menu_table th, .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
}

@media only screen and (max-width: 320px) {
  #header .info {
    top: 25px;
  }
  #toggle {
    top: 25px;
  }
}


/***********BLOG************/


/***********BLOG************/

.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
}

.wf_blog_ul .wf_blog_li_thumb, .wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100%!important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px!important;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
  color: #333;
}

.wf_blog_ul .wf_blog_li_date {
  padding: 10px 20px 10px 0;
  font-weight: bold;
}

.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul li a {
  color: #333;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  font-size: 14px;
}

.wf_blog_li_date_time {
  display: none;
}

form .wrap {}

@media screen and (max-width: 768px) {
  form .wrap {}
}


/* *******************************************************************************
 ■ 追記
******************************************************************************* */

body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  background: #f4f5eb!important;
}

a:focus, *:focus {
  outline: none;
}

a {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
}

a img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

input, button, select, textarea, .nav-collapse_ .nav>li>a, .nav-collapse_ .nav>li>p, .nav-collapse .sub-menu>ul li a, .btn.btn-info {}

.word_break {
  word-break: break-all;
}

a:focus, *:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.mb0 {
  margin-bottom: 0!important;
}
.mb_h3 {
  margin-bottom: 20px !important;
}
.mb_h4 {
  margin-bottom: 18px!important;
}
.mb_h5 {
  margin-bottom: 10px!important;
}
.mb_01 {
  margin-bottom: 27px!important;
}
.mb_02 {
  margin-bottom: 60px!important;
}
.mb_03 {
  margin-bottom: 75px!important;
}

ul.list_dot {
  list-style: none;
}
ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #a3160c;
  ;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 5px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}
ul.ul02 {
  list-style: none;
}
ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
}
ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 48%;
}
ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #a3160c;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #8fcc58;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}
ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 16px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}
p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}
.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}
.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #E6DDB8 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 #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}
.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.border_box01, .border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}
.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.link_btn a {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 1em auto;
  line-height: 1.4;
  padding: 0.6em 1em;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  background: #a3160c;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 14px;
}

/*.link_btn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 5px;
}*/

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	table01
--------------------------------------*/

table.table01, table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 auto 2em;
  background: #fff;
}
.table01 th, .table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.table01 thead th {
  background: #555;
  color: #fff;
}
.table01 tbody th {
  background: #f0f0f0;
  width: 25%;
}
.table01 th, .table01 td {}
.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
  margin: 0 auto 2em;
}
table.table02 th, table.table02 td {
  padding: 8px 3px;
  border-bottom: solid 1px #d18b86;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
}
table.table02 th {
  width: 25%;
  font-weight: bold;
}
table.table02 td {}


/* =====================================
 共通
===================================== */

.sitemap.ul02 {
  background: none;
  padding: 0;
}
.sitemap.ul02 li {
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
}

.slick-dots {
  bottom: -35px!important;
}

.top01, .top02, .top03, .top04, .top05, .top06 {
  padding: 5em 0;
}
.top01 {
  background: url(/images/bg01.jpg) no-repeat center;
  background-size: cover !important;
}
.top01 .link_btn a {
  margin: 0;
}

#content .top01 p.p01 {
  margin: 0 0 40px;
}

.img_box img {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.img_box .columns, .img_box .column {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.top02 {
  background: url(/images/bg.jpg) repeat 0;
  text-align: center;
}
.top02 img {
  margin: 0 auto 15px;
}


/*.top02 .column {
    background: url(/images/top02_boxbg.png) repeat center top;
    padding: 30px 0;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
    position: relative;
}
.top02 .column:before {
    content: "";
    position: absolute;
    background: url(/images/top02_icon01.png) no-repeat center center;
    width: 179px;
    height: 151px;
    top: 0;
    left: 0;
}
.top02 .column:after {
    content: "";
    position: absolute;
    background: url(/images/top02_icon02.png) no-repeat center center;
    width: 122px;
    height: 199px;
    bottom: 0;
    right: 0;
}
.top02 .column:last-child:before {
    content: "";
    position: absolute;
    background: url(/images/top02_icon03.png) no-repeat center center;
    width: 119px;
    height: 116px;
    top: 0;
    left: 0;
}
.top02 .column:last-child:after {
    content: "";
    position: absolute;
    background: url(/images/top02_icon04.png) no-repeat center center;
    width: 192px;
    height: 154px;
    bottom: 0;
    right: 0;
}*/

.top06 {}
.top06 .bnr a {
  position: relative;
  display: table;
  margin: 0 auto 15px;
  line-height: 0;
}
.top06 .bnr a:after {
  z-index: 0;
  z-index: 0;
  border: 1px solid #fff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  position: absolute;
  content: "";
  margin: auto;
}
.top06 .bnr a:before {
  width: auto;
  height: auto;
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: 0;
}
.top06 .bnr.bnr01 a:before {
  content: "＞　　医療・食品";
}
.top06 .bnr.bnr02 a:before {
  content: "＞　　自動車";
}
.top06 .bnr.bnr03 a:before {
  content: "＞　　HDD";
}
.top06 .bnr.bnr04 a:before {
  content: "＞　バリ取り・コンタミ除去";
}
.top06 .bnr.bnr05 a:before {
  content: "＞　クリーン洗浄";
}
.top06 .bnr.bnr06 a:before {
  content: "＞　各種めっき";
}

.top02 .part, .top02 h4, .top02 .link_btn {
  position: relative;
  z-index: 10;
}
.top02 .link_btn a {
  color: #4b3904;
  background: #f1e7b3;
}
.top02 .link_btn a::before {
  background: #4b3904;
}
.top02 .link_btn a::after {
  border-top: 2px solid #f1e7b3;
  border-right: 2px solid #f1e7b3;
}

.contact_box {
  background: url(/images/bg04.jpg) no-repeat center;
  padding: 5em 0 4em;
  box-sizing: border-box;
  color: #fff;
  background-size: cover !important;
}
.contact_box h3.title {
  color: #fff;
  background: url(/images/icon02.png) no-repeat center bottom;
  margin: 0 auto 30px;
}
.contact_box .bns {
  margin: 40px auto 0;
}
.contact_box .bns a img {
  display: inline-block;
  width: 47%;
  margin: 0 1% 2%;
  max-width: 323px;
}

.pagetop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 9999;
}

.news_box {
  background: #ecfae0;
  padding: 6em 0;
}
.news_box .news_h3 {
  border-bottom: 2px dashed #008439;
  margin: 0 auto 10px;
}
.news_box .news_h3 h3 {
  color: #493f3a;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  padding: 5px 0 10px 60px;
  margin: 0 auto;
  display: table;
  background: url(/images/icon03.png) no-repeat left -7px;
  box-sizing: border-box;
}
.news_box .column:last-child h3 {
  background: url(/images/icon04.png) no-repeat left 10px;
  padding: 5px 0 10px 40px;
}

.under_bnr a {
  position: relative;
  display: table;
  margin: 0 auto 15px;
  line-height: 0;
}
.under_bnr a:after {
  z-index: 0;
  z-index: 0;
  border: 1px solid #fff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  position: absolute;
  content: "";
  margin: auto;
}
.under_bnr a:before {
  width: auto;
  height: auto;
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: 0;
}
.under_bnr .bari a:before {
  content: "＞　　メイホーのバリ取り";
}
.under_bnr .jokyo a:before {
  content: "＞　　バリ・コンタミ除去";
}
.under_bnr .clean a:before {
  content: "＞　クリーン洗浄システム";
}
.under_bnr .kontami a:before {
  content: "＞　数字で見えるコンタミ管理";
}
.under_bnr .chrome a:before {
  content: "＞　装飾ニッケルクローム";
}
.under_bnr .bronz a:before {
  content: "＞　銅めっき";
}
.under_bnr .nickel a:before {
  content: "＞　無電解ニッケルめっき";
}

.top03 {
  background: url(/images/bg.jpg) repeat 0;
  text-align: center;
}
.top03 .wf_blog_li_date {
  display: none;
}
.top03 .columns.is-multiline.スタイルギャラリー a {}
.top03 .columns.is-multiline.スタイルギャラリー .wf_blog_li_title {
  font-size: 20px;
  padding: 0 0 10px 30px;
  background: url(/images/icon01.png) no-repeat left bottom, url(/images/top03_boxbg.png) repeat left top;
  display: block;
  /*padding-bottom: 10px;*/
  position: relative;
  line-height: 1.4;
  max-width: 210px;
  margin: 0 auto;
  border-radius: 5px;
  box-sizing: border-box;
}
.top03 .columns.is-multiline.スタイルギャラリー img {
  border-radius: 5px 5px 0 0;
  vertical-align: top;
}

.wf_type2 {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #ecfae0;
}
.wf_type2 .wf_type1_bg_img {
  position: absolute;
  bottom: -10px;
  right: 0;
  min-width: auto;
  overflow: hidden;
  height: auto;
  width: auto;
  left: auto;
  top: auto;
}
.wf_type2 .wf_type1_bg_img img {
  min-width: 415px;
  min-height: 294px;
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: auto;
}
.wf_type2 .wf_type1_bg_img img {
  min-width: 415px;
  min-height: 294px;
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: auto;
}
.wf_type2 h4 {
  font-size: 28px;
  font-weight: bold;
  color: #4b3904;
  letter-spacing: 0.05em;
  margin: 0 auto 15px;
  text-align: left;
  padding: 0 0 5px 45px;
  background: url(/images/icon.png) no-repeat left top;
}
.wf_type2 .wf_type2_text {
  padding: 5em 29em 2em 4em !important;
}
.wf_type2 .link_btn {
  margin: 5% 0 0 0;
}
.wf_type2 .link_btn a {
  display: inline-block;
  margin: 0 3% 2% 0;
}
.wf_type2 .link_btn a:last-child {
  margin: 0 0 2% 0;
}

.top .top04 h4 {
  border-bottom: 1px solid #e8e9e3;
  padding: 0 0 10px 20px;
  color: #4b3904;
  margin: 0;
}
.top04 .wf_blog_ul li {
  border-bottom: 1px solid #e8e9e3;
  font-size: 14px;
}
.top04 .wf_blog_li_date_date {
  color: #b4c22e;
}

#content .wrap.top04 p {
  margin: 0;
}

.top05 {
  background: url(/images/bg03.jpg) no-repeat center bottom;
  background-size: cover !important;
}
.top05 table.table02 {
  margin: 0 0 30px;
}
.top05 .link_btn {
  margin: 0;
}
.top05 .link_btn a {
  max-width: 266px;
}

#content .wrap.top05_map p {
  margin: 0;
}

.top05_map .map {
  padding-bottom: 20%;
}

/*.top06 p {
    font-size: 32px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.top06 span.part, .top06 a, .top06 img {
    display: block;
}
.top06 span.part {
    margin: 0 0 20px;
}
.top06 span.part:last-child {
    margin: 0;
}*/

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

#sidecontact {
  display: block;
  position: fixed;
  top: 200px;
  z-index: 1000;
}
#sidecontact.rightContent {
  right: 0;
}
#sidecontact.rightContent a, #sidecontact.rightContent a img {
  display: block;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}
.wf_form_text {
  box-sizing: border-box;
}

ol {
  counter-reset: item;
  list-style-type: none;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  background: #fff;
  margin: 1em auto;
}
ol li {
  text-indent: -2.3em;
  padding-left: 2.3em;
  margin-bottom: 10px;
}
ol li:before {
  counter-increment: item;
  content: counter(item);
  /* 以下は自由に装飾... */
  padding: 3px 8px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background: #333;
  margin-right: 10px;
}


/**********SP************/

@media screen and (max-width: 1000px) {
  .top03 .columns.is-multiline.スタイルギャラリー .wf_blog_li_title {
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .top06 p {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  #header h1 {
    margin: 3em 1em 1em 2em;
  }
  #header {
    height: 139px;
    width: 100%;
  }
  #header #menu {
    float: right;
    width: 40%;
    margin: 55px 0 0 0;
  }
  #footer .con_l {
    width: 40%;
    float: left;
  }
  #footer .con_r {
    width: 57%;
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
  #header #menu {
    margin: 2.5em 0 0 0;
    width: 45%;
  }
  #header h1 {
    margin: 2em 1em 1em 1em;
  }
  #header {
    height: 97px;
  }
  #nav li a, #nav li span {
    font-size: 14px;
  }
  #header .info {
    width: 15%;
    max-width: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #header #menu {
    width: 55%;
  }
  #nav #menu>li {}
  #nav li a, #nav li span {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .info {
    width: 12%;
    max-width: 115px;
  }
  #header #menu {
    width: 65%;
    margin: 2em 0 0 0;
  }
  #nav li a, #nav li span {
    font-size: 11px;
  }
  #header {
    height: 80px;
  }
  #header h1 {
    margin: 1.5em 0em 0em 0.5em;
  }
  #header .info img {
    min-height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .top01 .link_btn, .top05 .link_btn {
    margin: 0 auto 20px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .top02 .column {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto 20px;
    max-width: 480px;
  }
  .top03 .column {
    margin: 0 auto 20px;
  }
  .columns {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .under .columns p, .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}


/*共通テーブル*/

table.bus td {
  text-align: center;
}

.t01_wrap table.bus01 thead tr:first-child th:first-child {
  background: #fe7b67;
}
.t01_wrap table.bus02 thead tr:first-child th:first-child {
  background: #7ea2fc;
}
.t01_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 2em;
  word-break: break-all;
  word-wrap: break-all;
  border: 1px solid #999;
}
.t01_wrap th, .t01_wrap td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #999;
  line-height: 1.3;
}
.t01_wrap thead th {
  background: #9dd76a;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.t01_wrap tbody th {
  background: #f2ffe7;
  width: 30%;
}
.t01_wrap th, .t01_wrap td {}
.t01_wrap.price th {
  width: 75%;
}

.wrap>.inner {
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_flow_down {
  width: 10px;
  height: 10px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
}
.wf_flow_down_wrap {
  margin: 0 auto 30px auto !important;
}

@media only screen and (max-width: 1820px) {
  .wf_type2 .wf_type2_text {
    padding: 5em 5em 2em !important;
  }
}

@media only screen and (max-width: 1200px) {
  .wf_type2 .wf_type2_text {
    padding: 3em 3em 2em !important;
  }
}

@media only screen and (max-width: 1010px) {
  #header .inner, #content .inner, #footer .inner, .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #nav li {}
  .map {
    padding-bottom: 45%;
  }
  /**/
}

@media only screen and (max-width: 1000px) {
  .carousel>div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .table01 th, .table01 td {
    padding: 0.2em;
  }
  .top06 .bnr a::before {
    font-size: 20px;
  }
  .top h4 {
    margin-top: 2em;
  }
  table th, table td {
    font-size: 90% !important;
    padding: 5px;
  }
  .t01_wrap table {
    font-size: 90% !important;
  }
  .t01_wrap {
    font-size: 100% !important;
  }
  .top05 .link_btn a {
    margin: 0 auto 3em;
  }
  .contact_box .bns a img {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
    max-width: 323px;
  }
  .wf_type2 .link_btn a {
    display: block;
    margin: 0 auto 1em !important;
  }
  .leadtext {
    font-size: 18px;
  }
  .under .column {
    margin: 0 auto 10px;
  }
  .top h3.title {
    font-size: 24px;
  }
  .top h4 {
    font-size: 22px;
  }
  .top01 .link_btn a {
    margin: 0 auto 2em;
  }
  .top01, .top02, .top03, .top04, .top05, .top06 {
    padding: 4em 0;
  }
  .top05_map .map {
    padding-bottom: 45%;
  }
  .top05 table.table02 {
    font-size: 14px;
  }
  .top06 p {
    font-size: 20px;
  }
  .second_col .cont.column:first-child {
    margin-bottom: 10px;
  }
  #sidecontact {
    display: none;
  }
  .under .wrap.h3_title_wrap h3, .blog_body .wf_bread_ul+.wrap h3 {
    font-size: 24px;
  }
  .under h4 {
    font-size: 20px;
  }
  .under h5 {
    font-size: 16px;
  }
  .mainimage::after {
    width: 90%;
    height: 90%;
    top: 36%;
  }
}

@media screen and (max-width: 660px) {
  .mainimage::after {
    top: 30%;
  }
}

@media screen and (max-width: 600px) {
  .mainimage::after {
    width: 80%;
    height: 80%;
    top: 25%;
  }
  #footer ul {
    width: 100%;
    margin: 0;
    float: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .mainimage::after {
    top: 21%;
  }
}

@media (max-width: 480px) {
  table.table01, table .table01 {
    font-size: 80%;
  }
}

@media screen and (max-width: 430px) {
  .mainimage::after {
    top: 19%;
  }
}

@media screen and (max-width: 390px) {
  .mainimage::after {
    top: 14%;
  }
}

@media screen and (max-width: 350px) {
  .mainimage::after {
    top: 10%;
  }
}

/* ------------------- 追記 2020/02/21 ------------------- */

/* nav プルダウン*/
@media screen and (min-width: 768px) {
  #menu > li{
    position: relative;
  }
  #menu .sub_menu{
    position: absolute;
    top: 100%;
    padding-top: 10px;
    margin: auto;
    width: 140%;
    left: -20%;
    z-index: 100;
    transition: 200ms;
    opacity: 0;
    transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: top
  }
  #menu .has_children:hover .sub_menu{
    opacity: 1;
    transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  #menu .sub_menu li a{
    padding: 0.5em 1em;
    background: #a3160c;
    color: #fff;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #menu .sub_menu li a{
    font-size: 75%;
  }
}

/* top06 */
.top06 .main,
.top06 .side{
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top06 .main{
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .top06 .sub{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.top06 h4{
  margin-bottom: 1em;
}
.top06 h5{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  background: #a3160c;
  color: #fff;
}
.top06 .con01 .wf_btn_part a{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 30px 1em;
  margin-bottom: 10px;
  position: relative;
  display: block;
  background: url(/images/bnr_bg01.jpg) no-repeat center / cover;
  transition: 200ms;
}
.top06 .con01 .wf_btn_part a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.top06 .con01 .wf_btn_part a:hover:after{
  right: 4%;
}
.top06 .con01 .wf_btn_part a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
}
.top06 .con01 .wf_btn_part a:after{
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.top06 .con01 .column:nth-child(1) .wf_btn_part:nth-child(2) a{
  background-image: url(/images/bnr_bg02.jpg);
}
.top06 .con01 .column:nth-child(1) .wf_btn_part:nth-child(3) a{
  background-image: url(/images/bnr_bg03.jpg);
}
.top06 .con01 .column:nth-child(1) .wf_btn_part:nth-child(4) a{
  background-image: url(/images/bnr_bg04.jpg);
}

.top06 .con01 .column:nth-child(2) .wf_btn_part:nth-child(1) a{
  background-image: url(/images/bnr_bg05.jpg);
}
.top06 .con01 .column:nth-child(2) .wf_btn_part:nth-child(2) a{
  background-image: url(/images/bnr_bg06.jpg);
}
.top06 .con01 .column:nth-child(2) .wf_btn_part:nth-child(3) a{
  background-image: url(/images/bnr_bg07.jpg);
}
.top06 .con01 .column:nth-child(2) .wf_btn_part:nth-child(4) a{
  background-image: url(/images/bnr_bg08.jpg);
}

.top06 .con01 .column:nth-child(3) .wf_btn_part:nth-child(1) a{
  background-image: url(/images/bnr_bg09.jpg);
}
.top06 .con01 .column:nth-child(3) .wf_btn_part:nth-child(2) a{
  background-image: url(/images/bnr_bg10.jpg);
}
.top06 .con01 .column:nth-child(3) .wf_btn_part:nth-child(3) a{
  background-image: url(/images/bnr_bg11.jpg);
}

.top06 .side{
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.top06 .side .side_title p{
  font-size: 18px;
  background: linear-gradient(#f3665c,#a3160c);
  color: #fff;
  padding: 0.5em 1em;
}
.top06 .side .parent_cat_list{
  padding: 2%;
}
.top06 .side .parent_cat_list > li{
  margin-bottom: 1em;
}
.top06 .side .parent_cat_list > li > span{
  font-weight: bold;
  border-bottom: 1px solid #333;
  display: block;
  margin-bottom: 0.5em;
}
.top06 .side .child_cat_list{
  padding-left: 1em;
}
.top06 .side .child_cat_list > li > a{
  font-size: 80%;
}