@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);


body {
  background: #000;
  color: #fff;
  line-height: 1.7;
}

.page_edit .wf_wrap {
background:
    #848484;
}

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

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

.columns{
  max-width: 100%;
}
.column {
  box-sizing: border-box;
}

form .wrap>.inner {
  border: none;
}
.t01_wrap th, .t01_wrap td {
    border: 1px solid #ccc;
}
.t01_wrap thead th{
  background: #3B5A1E;
  color:#fff;
  text-align: center;
}
.t01_wrap tbody th {
  background: #6C9249;
  width: 30%;
}

.sec_contact .t01_wrap tbody th {
  width: 22%;
}

.sec_contact .t01_wrap table {
  border: none;
}

.sec_contact .t01_wrap tbody th, .sec_contact .t01_wrap th, .sec_contact .t01_wrap td {
  background: none;
  border: none;
}

.pagetop {
  position: fixed;
  bottom: 2%;
  right: 1%;
}

.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;
}

a {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a:hover, a:hover img {
  opacity: 0.8;
}

.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: 14px;
  font-weight: bold;
}

/* header */
.top #header {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 50px;
}

.under #header {
  background: #000;
  box-sizing: border-box;
  padding: 25px 50px;
}

/* header */
#header {}

#header>.inner {}

#header h1 {
  float: left;
  width: 30%;
  max-width: 271px;
}

#header .info {
  float: right;
  max-width: 280px;
  line-height: 0;
  overflow: hidden;
  padding-top: 10px;
}

.header_tel {
  text-align: right;
}

#header h1 img, #header .info img {
  width: 100%;
}

.header_tel span {}

.header_tel img {}

/* nav */
#nav {
  width: 100%;
  float: none;
  background: none;
}

#nav #menu>li {
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  padding: 0 1vw;
  position: relative;
}

#nav li a, #nav li span {
  display: block;
  line-height: 1.8em;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  border-bottom:2px solid transparent;
}

#nav li a span {
  font-weight: normal;
  font-size: 12px;
}
#nav li span.pc {
    height: 0;
}
#nav li:last-child a {
  border-right: none;
}

#nav li a:hover {
  color: #fff;
}

#nav ul.submenu_ul {
  position: absolute;
  z-index: 1;
  width: 15em;
  box-sizing: border-box;
  background: #6c9249;
  left: -4.5em;
}

#nav ul.submenu_ul>li {
  list-style: none;
  box-sizing: border-box;
  border-collapse: collapse;
}
#nav ul.submenu_ul>li:not(:last-child) {
  border-bottom:1px solid #ccc;
}
#nav ul.submenu_ul>li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.8em !important;
  font-size: 14px !important;
  box-sizing: border-box;
}

#nav ul.submenu_ul>li a:hover {
  border-bottom:2px solid transparent;
  background: #48692a;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}

/* content */
#content {
  margin-bottom: 30px;
  min-height: 500px;
}

.top #content {
  margin-bottom: 0;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* メイン */
.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel>div {
  /*width: 2000px;*/
  margin: 0 auto;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots {}

.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::after {
  content: "";
  width: 80%;
  height: 100%;
  max-width: 531px;
  max-height: 144px;
  position: absolute;
  display: block;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  right:20%;
  margin: auto;
  background: url(/images/main_copy.png) no-repeat center center;
  background-size: 100%;
}

.mainimage {
  position: relative;
  margin-bottom:0;
}

/* フッター */
.totop {
  text-align: right;
  line-height: 1;
  height: 47px;
}

.totop img {
  display: block;
  float: right;
}

.top .totop {
  background: #FFF3F3;
  padding-top: 30px;
}

#footer {
	background:url(/images/footer_bg01.png) repeat left top;
	text-align:center;
}
#footer .inner {
    padding: 60px 0 30px;
}
#footer ul li {
	display:inline-block;
	list-style:none;
  text-align: left;
  width:100%;
  box-sizing: border-box;
  padding: 0 10px;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
}
#footer ul li a:after{
/* content:" | "; */
}
#footer ul li.nav07 a:after{
	display:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}

.copyright {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 20px 0 30px;
}

/* 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: 14px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
.under .wrap.h3_title_wrap, .blog_body .wf_bread_ul+.wrap {
  max-width: 100%;
  padding: 3em 0;
  background: url(/images/bg004.jpg) no-repeat center;
  background-size: auto;
  background-size: cover !important;
  margin-bottom: 40px;
  letter-spacing: 4px;
}

.under .wrap.h3_title_wrap.bg01 {
  background: url(/images/under_bg01.jpg) no-repeat top center;
}

.under .wrap.h3_title_wrap.bg02 {
  background: url(/images/under_bg02.jpg) no-repeat center;
}

.under .wrap.h3_title_wrap.bg03 {
  background: url(/images/under_bg03.jpg) no-repeat center;
}

.under .wrap.h3_title_wrap.bg04 {
  background: url(/images/under_bg04.jpg) no-repeat center;
}

.under .wrap.h3_title_wrap.bg05 {
  background: url(/images/under_bg05.jpg) no-repeat center top;
}

.under h3, .under .wrap.h3_title_wrap h3, .blog_body .wf_bread_ul+.wrap h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  display: block;
  font-size: 32px;
  margin: 0;
  color: #fff;
  letter-spacing: 4px;
  position: relative;
font-weight: bold;
line-height: 1.4em;	
}

/*.under h3:after, .under .wrap.h3_title_wrap h3:after, .blog_body .wf_bread_ul + .wrap h3:after {
    background: #8cc5ed;
    width: 30px;
    height: 3px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}*/
.under h4 {
color:
    #fff;
    word-break: break-all;
    line-height: 1.3;
    font-size: 30px;
    padding: 35px 0 30px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}

.under h4::before {
    content: "";
    position: absolute;
    background: 
    #6C9249;
    width: 40px;
    height: 5px;
    bottom: 0;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-bottom: 10px;
}

.under h5:before{
  content: "";
display: block;
position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left:0;
margin:0 auto;
width:2em;
height:2em;
background:url(/images/ttl_02.png)no-repeat center / cover;
}
.under h5 {
color:
#fff;
font-size: 24px;
position: relative;
padding: 15px 0;
border-bottom: 4px double
#fff;
line-height: 1.3;
letter-spacing: 0.05em;
text-align: left;
word-break: break-all;
margin: 0 auto 1em;
}
.under h6{
  color:#cb606b;
  font-weight: bold;
}
.under .bg_block {
    background:url(/images/bg004.jpg)no-repeat center / cover;
   padding: 3em 2.5em;
    box-sizing: border-box;
}
.top .concept-block, .top .item-block {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
}

.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: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.page_title {
  background: #FFF3F3;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

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

/* template */
under .wrap.h4_title_wrap, .under .wrap.h5_title_wrap {
  margin-bottom: 0;
}

.under .wrap {
  margin-bottom: 2em;
}

.under .h4_title_wrap, .under .h5_title_wrap {
margin-bottom: 15px !important;
}

.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%;
}

/* 画像 */
.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%;
}

@media only screen and (min-width: 767px) {
  #header #menu {
    clear: both;
    float: right;
    /* width: 47%; */
    margin: 0;
    position: relative;
    margin-top: -30px;
  }
  #nav li a:hover {
    color: #fff;
    border-bottom: 2px solid #557836;
  }
  .map {
    padding-bottom: 40%;
  }
  #footer .f_logo {
      margin: 0 0 30px;
      float:left;
      width:27.1%;
      margin-right: 10%;
  }
  #footer ul {
  	text-align:center;
  	margin-bottom:10px;
    width:20.9%;
    float:left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mainimage::after {
    width: 45%;
    top:50%;
  }
  .under #header {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 1200px) {
  #header h1 {
    float: left;
  }

  .top #header {
    padding: 25px 10px;
  }

  #header #menu {
    position: relative;
  }

  #nav #menu>li {
    padding: 0 8px;
  }

  #nav #menu>li a {
    font-size: 14px;
  }
}

@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: 70%;
  }

  /**/
}

@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 only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .mainimage::after {
    background: url(/images/sp_main_copy.png)no-repeat center;
    background-size: contain;
    left:20px;
    max-width:612px;
    max-height:145px;
  }

table .sp {
    height:0;
  }
  img {
    max-width: 100%;
  }
  #header {
    background: #000;
    height: 110px;
    padding: 15px 0px !important;
  }
.under #header{
  padding: 0!important;
}
  #header h1 {
    position: absolute;
        margin-top: 0;
        width: 45%;
        max-width: 271px;
        padding: 15px 10px !important;
  }

  #header .info {
    position: absolute;
    top: 23px;
    right: 0px;
    margin-top: 0;
    width: 145px;
    max-width: 26%;
    padding-top: 0px;
    float: right;
  }

  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 45%;
    float: left;
    max-width: 55px;
  }

  #header .info img {
    max-width: fit-content;
    width: 100%;
    display: block;
    max-width: 43px;
  }

  #nav {
    background: none;
    border: none;
  }

  #menu {
    display: none;
  }

  #toggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 12px;
    max-width: 50px;
    width: 10%;
  }

  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }

  #nav ul {



    background: #6c9249;
    left: 0 !important;
    margin: 0;
    top: 90px;
    width: 100% !important;
    position: absolute;
    z-index: 9999;
  }
  #nav ul.submenu_ul{
    background:#48692a;
	top: 58px;
}
  #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 ul li a {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 18px;
  }

  #nav ul li>a, #nav ul li>span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 18px !important
  }
#nav li span{
  display: inline-block;
  padding-left: 10px;
}
  .submenu_ul>li {
    width: 100%;
  }

  .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;
  }
  #footer{
padding: 0 2% 25%;
}
#footer ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  text-align: center;
}
#footer ul li:after {
  display: none;
}
}

@media only screen and (max-width: 480px) {
  #nav ul {
    top: 88px;
  }

  .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) {}

/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
     /* background: #141514;*/
      margin-bottom: 30px;
}

.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;
  font-size: 14px;
}

.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;
}
.wf_blog_ul .wf_blog_li_title{
  max-width: 75%;
  padding-right: 0;
  text-align: left;
}
.wf_blog_ul .wf_blog_li_date{
  max-width: 25%;
  color:#fff;
  padding-left: 0;
}
.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul li a {}

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

.wf_blog_li_date_time {
  display: none;
}

form  {
  padding-bottom: 60px 0;
}

@media screen and (max-width: 767px) {
  form {padding-bottom: 40px 0;}
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family:"Yu Gothic", YuGothic,"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.f_en {
  font-family: 'Times New Roman', sans-serif;
}

input, button, select, textarea,
.nav-collapse_ .nav>li>a,
.nav-collapse_ .nav>li>p,
.nav-collapse .sub-menu>ul li a,
.btn.btn-info {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}
select.wf_form_select {
    max-width: 100%;
}
.word_break {
  word-break: break-all;
}

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

a {
  text-decoration: 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 )";
}

.tac{
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}
.w20 {
  width:20%!important;
}
.w25 {
  width:25%!important;
}
.w30 {
  width:30%!important;
}

.w33 {
  width:33.3333%!important;
}
.w50 {
  width:50%!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 #cb606b;
  ;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 10px;
}

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

.sitemap.ul02 li {
    border-bottom: 1px dotted 
    #ccc;
    margin-bottom: 15px;
}

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 #7EA856;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  ;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 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;
}

.btn_wrap {
  width: 100%;
  display: block;
  margin: auto;
}

.btn_wrap a {
  line-height: 1.4;
  display: block;
  max-width: 320px;
  padding: 1.2em 5px 1.2em;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  background: transparent;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 0;
}
.btn_wrap a::after {
  display: none;
}
.btn_wrap a span{
  position: relative;
}
.btn_wrap a span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  left: -2em;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 5px;
  border-radius: 0;
}

.btn_wrap a:hover {
  background: #6C9249;
  text-decoration: none;
  color:#000;
  border-color:#000;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}
.btn_wrap a:hover span::after {
  border-color:#000;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th, .table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

.table01 th, .table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
}

table.table02 th {
padding: 2% 1%;
text-align: left;
border-bottom: solid 1px #fff;
width: 22%;
font-weight: normal;
color:#fff;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #fff;
}
@media ( min-width : 768px ) {
  ul.list_dot li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
  }
	
ul.list_dot.block li {
    width: 100%;
    display: block;
}	
	
}
@media screen and (max-width: 767px) {
  table.table01, table .table01 {
    font-size: 85%;
  }

  .table01 th, .table01 td {
    padding: 0.2em;
  }
}

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

@media screen and (max-width: 767px) {
  table.table01, table .table01 {
    font-size: 85%;
  }

  .table01 th, .table01 td {
    padding: 0.2em;
  }
}

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

/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

.top01, .top02, .top04,.top05,.top06,.top_news ,.top_contact{
  padding: 60px 0;
}

.top01 h3, .top02 h3, .top03 h3, .top_news h3, .top04 h3,.top05 h3,.top_contact h3{
  font-size: 18px;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 2.5em;
  letter-spacing: 4px;
}

.top01 h3 span, .top02 h3 span,.top03 h3 span, .top_news h3 span, .top04 h3 span,.top05 h3 span,.top_contact h3 span {
  font-size: 60px;
  letter-spacing: 4px;
}
.top03 h3{
  text-align: left;
}

.top02 .inner,.top03 .inner{
  width:100%!important;
  max-width: 100%!important;
}
.top03 .inner{
  padding:0;
}
.top02 .columns{
  margin:0;
}
.top02 .column,.top03 .column{
  padding: 0;
}

.youtube_btn .img_anchor::before {
  background: none !important;
}
.top01{
  background: url(/images/bg001.jpg)no-repeat center / cover;
}
.top01 .cont + .cont{
  margin-top: 30px;
}
.top02{
  background: url(/images/bg002.jpg)no-repeat center / cover;
}
.top02 img{
  position: relative;
  width:100%;
}


.top03{
background: #000;
color:#fff;
}
.top03 .wf_img_cont{
  line-height: 0;
}
.top03 .columns{
  -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top03 .in{
  padding: 2em;
  box-sizing: border-box;
}
.top03 .part.wf_btn_part{
  position: static;
}
.top03 .btn_wrap a{
  margin-left: 0;
}

.半歩先の食探し .wf_blog_li_date {
    display: none;
}

.top04{
  background: url(/images/bg003.jpg)no-repeat center / cover;
}
.top04 span.wf_blog_li_thumb{
  height:100%;
    max-height: 153px;
    overflow: hidden;

    overflow: visible;
    display: inline-block;
    min-height: 1%;
}
.top04 .wf_blog_li_thumb:after{
  content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.top04 span.wf_blog_li_thumb{
  overflow: hidden;
}
.top04 h4{
  font-size: 16px;
}
.top04 .columns .column:nth-child(2n-1) h4{
  color:#6c9249;
}
.top04 .columns .column:nth-child(2n) h4{
  color:#cb606b;
}
.top04 .wf_btn_part{
  margin-bottom: 30px;
}
.top05{
  background: url(/images/bg004.jpg)no-repeat center / cover;
}
.top05 .cont{
  margin-bottom: 30px;
}
.top06 .btn_wrap a{
  max-width: 100%;
  padding:1.5em 5px;
}
.top_contact{
  background: url(/images/bg005.jpg)no-repeat center / cover;
}
.top_contact .columns{
  margin-bottom: 40px;
}
.top_contact .column.is-4 .cont{
  background: rgba(14,15,14,.5);
  padding: 3em;
  box-sizing: border-box;
}
.top_contact h4{
    font-size: 22px;
    font-weight: bold;
  }
  .top_contact h5{
    font-size: 16px;
    border-bottom:1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 8px;
    margin-top: 0.5em;
  }


.top_contact .link_p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 0 !important;
}

.top_contact .column.is-4{
	position: relative;
}

.top_contact .link_p a {
    width: 100%;
    height: 100%;
    display: block;
    transition: none;
    -webkit-transition: none;
}

.top_news{
  background: #141514;
}
.top_news .column{
  padding: 0;
}
.top_news .title{
  text-align: left;
}
.top_news .title span{
  padding-right: 0.5em;
}
.top_info table th,
.top_info table td{
  padding: 5px 2px;
}
.top_info table th{
  text-align: left;
  width:24%;
}
.top_info table td{
  text-align: left;
}
.top_info .columns:nth-child(2) .column:last-child .part + .part img{
  margin-top: 10px;
}
.top_info .columns:first-child .column + .column,
.top_info .columns:nth-child(2) .column + .column{
    padding: 10px;
}


#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;
}

@media ( min-width : 768px ) {
  .top02 .txt{
    margin: 2% 5%;
    border-left: 1px solid #fff;
    padding-left: 4%;
  }
  .top03 .txt{
    padding: 20px 10px 0px 10px;
  }
  .top03 .in{
    width:60%;
  }
  .top_info .columns:first-child .column + .column{
      -webkit-box-flex: 0.8;
      -webkit-flex: 0.8;
      -ms-flex: 0.8;
      flex: 0.8;
      width:48%;
    }
  .top_info .columns:nth-child(2) .column + .column{
      -webkit-box-flex: 1.2;
      -webkit-flex: 1.2;
      -ms-flex: 1.2;
      flex: 1.2;
      width:52%;
    }
    .top_info .columns:nth-child(3){
      width:74%;
      margin:auto;
      -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
      -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
  .top_info .columns:nth-child(3) .column{
    padding: 0;
  }
  .top_info .columns:nth-child(3) .column:first-child{
    max-width:579px;
    width:80%;
  }
  .top_info .columns:nth-child(3) .column:last-child{
    max-width:124px;
    width:17%;
  }
  /* 下層 */
  .gallery01 h5{
font-size: 18px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1600px){
  .top03 .wf_type2.wrap>.inner span.img_span img {
    left: -200px;
  }
  .top03 .in{
  width: 100%;
}
}
@media only screen and (min-width: 767px) and (max-width: 1300px){
  .top03 .wf_type2.wrap>.inner span.img_span img {
    left: -400px;
  }
}
@media ( min-width : 768px ) and ( max-width : 1200px ) {
#sidecontact img{
  max-width: 100px;
}
.top04 span.wf_blog_li_thumb{
  max-height: 11vh;
}
/* 下層 */
.gallery01 h5{
font-size: 13px;
}
}

@media screen and (max-width: 767px) {

	.pagetop {
    bottom: 10%;
}
	
.btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
	z-index: 999;
}


.btm_inq .clearfix > a {
    display: inline-block;
width: 33.3333333%;
float: left;
max-width: 255px;
}
.btm_inq .clearfix > a:last-child {
    float: right;
}
.btm_inq .clearfix > a img {
    width: 100%;
vertical-align: bottom;

}

	.bg_block .cont.column:last-child {
    margin-top: 0;
}
	
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }

  .youtube_btn img {
    width: 100%;
  }

  .scroll{
  overflow: auto;
  white-space: nowrap;
  width:100%;
  }
  .scroll::-webkit-scrollbar{
   height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
  }

  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .under .columns p, .under .columns ul {
    text-align: left;
  }

  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .column + .column{
margin-top: 20px;
  }
  .top h3.title {
    font-size: 18px;
  }
  .top01 h3, .top02 h3, .top03 h3, .top_news h3, .top04 h3, .top05 h3, .top_contact h3{
    line-height: 2em;
  }
  .top01 h3 span, .top02 h3 span, .top03 h3 span, .top_news h3 span, .top04 h3 span, .top05 h3 span, .top_contact h3 span {
    font-size: 30px;
}
  .top h4 {
    font-size: 16px;
  }

.top01, .top04, .top05, .top06, .top_news, .top_contact{
    padding: 40px 0;
  }
  .top02{
    padding: 40px 0 0;
  }
  .top01 .center{
    text-align: left;
  }
  .top02 .txt{
    margin: 5%;
    text-align: left;
  }
  .top03 .txt {
      padding: 20px 10px 0 10px;
    }
    .top03 .in {
    padding: 0 1.5em 20px;
  }
    .top04 .columns + .columns{
margin-top: 20px;
    }
.top_info{
  padding-bottom:0;
}

  .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: 26px;
  }

  .under h4 {
    font-size: 20px;
  }
}

.pagination > .active > a {
    z-index: 2;
    color: 
#fff;
cursor: default;
background-color:
#6C9249 !important;
border-color:
    #6C9249 !important;
}
.wf_lic_BLOG .wf_blog_li_title::before {
    content: "BLOG";
color:#cb606b;
}
.wf_lic_メディア掲載 .wf_blog_li_title::before {
    content:"メディア掲載";
color:#6c9249;
}
.wf_lic .wf_blog_li_title::before {
text-align: left;
display: block;
padding: 5px 0px;
font-size: 16px;
}


.under .wf_lic.wf_lic_半歩先の食探し {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}


.catch {
    background: #6C9249;
    display: inline-block;
    padding: 5px;
}

.l_btn a {
    margin: 25px 0 0 0;
}