@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url("https://fonts.googleapis.com/css?family=Work+Sans:100");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');


html #zaiko .btn-block{display:none;}
#zaiko  .is-multiline .column.is-6{
width:auto;
float:none;
}
@media (max-width: 768px) {
#zaiko .sort select{
float:none!important;
}
}

.columns {
  margin-left: 0px;
  margin-right: 0px;
}

.column {
  padding: 10px;
}



@media (max-width: 768px) {
  .column {
    display: block;
  }
}

body {
  color: #444444;
  line-height: 1.7;
}

.h2 .inner {
  padding: 0px !important;
  margin-top: 0px !important;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #333;
  font-weight: bold;

}

.wf_blog_li_date_time {
  display: none;
}

body:not(.page_edit) .hidden {
  display: none;
}

body.page_edit .hidden {
  display: block;
}

.require_text {
  color: red;
}

.wf_form_text {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.clearfix {
  overflow: visible;
}

.report_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report_wrap .column {
  background: #000;
  padding: 0px 0px 40px 0px;
  position: relative;
}

.report_wrap .column.is-3{
  position: relative;
transition: all 0.3s ease;
}

.report_wrap .column.is-3:hover{
    opacity: 0.6;
}

@media (min-width: 769px) {
  .report_wrap .column.is-3 {
    width: 24% !important;
  }
}

@media (max-width: 768px) {
  .report_wrap .column {
    border: solid 1px #fff;
  }
}

.report_wrap .wf_blog_li_inner {
    position: static;
}

.footer_bns a.img_anchor,
.footer_bns span.img_span {
  display: block;
  background: #1e388d;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 10px;
}

.footer_bns .cont a.img_anchor,
.footer_bns .cont a.img_anchor:hover {
  color: #fff;
  text-decoration: none;
}

.footer_bns .cont p {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  padding-top: 10px;
  text-align: center;
  position: relative;
}

/*
.footer_bns a.img_anchor:after {
  content: "さらに詳しく>";
  font-size: 12px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 5px;
  color: #fff;
}*/
.footer_bns .cont p:first-line {
  font-size: 30px;
  font-weight: bold;
}

.footer_bns .cont p {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
  position: relative;
}

.report_wrap a {
  text-decoration: none;
}

.report_wrap .column:after {
  content: "さらに詳しく>";
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 5px;
  color: #fff;
}

.report_wrap .column .wf_blog_li_date_time {
  display: none;
}

.report_wrap .column .wf_blog_li_date {
  display: block;
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
}

.report_wrap .wf_blog_li_title {
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
.report_wrap .wf_blog_li_title {
  padding-left: 5px;
  font-size: 14px;
}
}
.gallery_wrap,
.gallery_wrap .inner {
  padding: 0px;
  margin: 0px auto;
}

.gallery_wrap .cont {
  padding: 1px;
  margin: 0px;
}

form .wrap > .inner {
  border: 0;
}

form .wf_form_wrap > .inner {
  border-bottom: 1px dotted #ccc;
}

form .wf_form_wrap {
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wf_form_wrap .inner {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wf_blog_li_body {
  border-bottom: #aaa 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cases_bn_wrap .inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

a:hover {
  color: #aaa;
}

.wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.main_image,
.main_image img {
  width: 100%;
}

/**/
#header .inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

/* header */
#header {
  height: 130px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+46,4b60a4+46,1e388d+100 */
  background: #000000;
  /* Old browsers */
  color: #fff;
}

#header h1 {
    float: left;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 0px;
    max-width: 235px;
}

#header .info {
  float: right;
  margin-top: 0px;
    max-width: 76%;
}

@media (min-width: 769px) {
  .header_tel {
    text-align: right;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header_tel span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background: #a01a2a;
  color: #ffffff;
  padding: 10px 35px;
}

.header_tel a {
  margin-right: 30px;
}

/* nav */
#nav {
  width: calc(100% - 180px);
  float: right;
  margin-top: 10px;
}

@media (min-width: 769px) {
  #nav #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
  }
}

#nav > .inner > ul > li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#nav li:last-child a {
  padding-right: 0;
}

#nav li a {
  display: block;
  padding: 1em 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}

#nav li a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

/* content */
#content {
  margin-bottom: 40px;
  min-height: 500px;
clear:both;
}

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

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

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

.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}

.carousel > div {
  width: 1000px;
  margin: 0 auto;
}

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 0%;
}

.slick-dots li.slick-active button:before {
  background: #1e388d;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  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: -19px;
  background-image: url(../../../%E3%81%93%E3%82%8C%E3%81%8B%E3%82%89/images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../../../%E3%81%93%E3%82%8C%E3%81%8B%E3%82%89/images/arrow_next.png);
}

/* フッター */
.totop img {
  display: block;
  float: right;
}

#footer {
  font-size: 13px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

#footer .tac {
  color: #fff;
  text-align: center;
  padding: 15px 0 30px;
  font-size: 2em;
}



#footer .inner {
  padding: 1em 0;
}

#footer ul {
  text-align: center;
  margin-bottom: 10px;
}

#footer ul li {
  display: inline-block;
  list-style: none;
}

#footer ul li a,
#footer ul li a:visited {
  text-decoration: none;
  color: #fff;
  margin-right: 15px;
}

#footer ul li a:hover {
  text-decoration: underline;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  padding-top: 15px;
}

/* table */
table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

table th,
table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table th {
  text-align: left;
  font-weight: bold;
}

table td {
  text-align: left;
}

table.news {
  border-top: 1px solid #3b3b3a;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px dotted #c5c5c5;
}

table.news th {
  width: 20%;
  padding: 15px 0 14px 20px;
}

.top table.info {
  border-top: none;
  width: 100%;
}

.top table.info th {
  padding: 8px 5px 3px;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a01a2a;
}

.top table.info td {
  padding: 3px 5px 7px;
  border-bottom: 1px dotted #cccccc;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-box-sizing: border_box;
          box-sizing: border_box;
}

.border-table {
  width: 100%;
}

@media (max-width: 768px) {
  .border-table {
    font-size: 80%;
  }
}

.border-table caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.border-table td,
.border-table th {
  padding: 0.7em 1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
.top02 .btn_wrap.cont {
    margin: 0 auto;
}

  .border-table td,
  .border-table th {
    padding: 0.7em 0.3em;
  }
}

.border-table tbody th {
  text-align: left;
}

.border-table td:last-child {
  text-align: left;
  white-space: nowrap;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #a01a2a;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2px;
  font-family: "Work Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", sans-serif;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
.top .bg_block {
  background: #f5f6f0;
}

.top .concept-block,
.top .item-block {
  padding-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 p.entry_p {
  width: 48%;
}

.top .shop-block .anchor_wrap {
  padding-top: 1em;
}

.top .shop-block .fl {
  width: 30%;
}

.top .shop-block .fr {
  width: 66%;
}

.top dl.info {
  margin-bottom: 20px;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  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: #f5f6f0;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

h3.title {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  'Noto Serif JP',"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.under h3.title {
  text-align: center;
  max-width: 100%;
  margin: 10px auto 25px;
  font-size: 28px;
  color: #fff;
  letter-spacing: 5px;
  padding: 70px 0 10px;
  position: relative;
}

.under h3.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
}

h4.title {
  text-align: center;
  font-size: 30px;
}

.under h4.title {
  text-align: left;
  color: #fff;
  font-size: 24px;
  padding: 0 0 0 30px !important;
  background-size: cover;
  letter-spacing: 5px;
  position: relative;
}

.under h4.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 80%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #fff;
}

.under h5.title {
  font-size: 22px;
  border-bottom: 2px solid #fff;
  padding: 10px 10px 10px 0;
  color: #fff;
}

/* template */
.leadtext {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.under .wrap {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .under .wrap {
    margin-bottom: 10px;
  }
}

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

/* 画像 */
.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
-------------------*/
.wrap img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .wrap img {
    margin: 0 auto;
  }
}

.sp {
  display: none;
}

.main_css .sp {
  display: none !important;
}

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

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

@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mt00 .inner {
    margin-top: 0px !important;
  }
  /**/
}

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

@media only screen and (max-width: 768px) {
  .footer_bns br {
    display: inherit !important;
  }
  .submenu_ul {
    background: rgba(32, 57, 142, 0.8) !important;
    top: 40px !important;
  }
  .column .img_span,
  .column .img_anchor {
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mt00 .column .img_span,
  .mt00 .column .img_anchor {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cases_bn_wrap .img_span,
  .cases_bn_wrap .img_anchor {
    display: inline;
  }
  .under h4.title {
    font-family: "メイリオ", Arial;
    font-size: 18px;
    padding: 10px !important;
    background-position: top right;
    margin-bottom: 0px;
  }
  .cases_bn_wrap .cont p:first-line,
  .cases_bn_wrap.flow_main_wrap .cont p:first-line {
    font-size: 17px !important;
    letter-spacing: -1px;
    font-weight: bold;
  }
  .cases_bn_wrap .cont p,
  .cases_bn_wrap.flow_main_wrap .cont p,
  .cases_bn_wrap.flow_main_wrap {
    font-size: 17px !important;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1.3em !important;
  }
  .cases_bn_wrap img {
    position: absolute;
  }
  .cases_bn_wrap .cont p br {
    display: none;
  }
  .cases_bn_wrap .cont p br:nth-child(1) {
    display: block;
  }
  .cases_bn_wrap .cont p {
    font-size: 17px;
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 0px 50px 0 !important;
  }
  .under h3.title {
    text-align: center;
    font-size: 22px !important;
    padding-top: 20px;
    padding-bottom: 10px;
    background-position: top right;
    background-size: cover;
    letter-spacing: 2px !important;
    margin: 5px auto 15px;
  }
  .footer_bns .cont p:first-line {
    font-size: 20px;
  }
  .footer_bns .cont p {
    font-size: 13px;
  }
  .wrap {
    max-width: 100%;
    overflow: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .main_css .pc {
    display: none !important;
  }
  .main_css .sp {
    display: block !important;
  }
  #nav > .inner > ul > li {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
  }
  #nav > .inner > ul > li a {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
  }
  #nav ul {
    background: rgba(0, 0, 0, 0.9);
  }
  .nav01:after,
  .nav02:after,
  .nav03:after,
  .nav04:after,
  .nav05:after,
  .nav06:after,
  .nav07:after,
  .nav08:after {
    display: none;
  }
  img {
    max-width: 100%;
  }
  h3.title {
    font-size: 14px;
    letter-spacing: -1px;
  }
  #header {
    height: 70px;
    background: linear-gradient(90deg, #000 0%, #000 calc(100% - 70px), #fff calc(100% - 70px), #fff 100%);
  }
    #header h1 {
        position: absolute;
        margin-top: 0;
        top: 10px;
        left: 0px;
        max-width: 100%;
        background: transparent;
        padding-top: 0px;
        width: 120px;
        padding-left: 0;
    }

  #header .info {
    position: absolute;
    top: 20px;
    right: 100px;
  }
  #header .info a {
    display: block;
    margin: 0;
  }
  #nav {
    background: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
  }
  #header #toggle a {
    margin: 0;
    float: none;
    position: relative;
max-width:50%;
  }
  #nav ul {
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    margin: 0;
    top: 70px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav ul li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .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;
  }
  .top .shop-block .fr {
    width: 100%;
    float: none;
  }
  .top .shop-block .fl {
    width: 100%;
    float: none;
  }
  .top table.info {
    margin-bottom: 20px;
  }
  .map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .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;
  }
}

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

/***********BLOG************/
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: "游明朝", YuMincho,  'Noto Serif JP',"Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
 "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  background: #000000 !important;
}

@media (max-width: 768px) {
body {
  font-size: 14px;
}
}

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: "游明朝", YuMincho,  'Noto Serif JP',"Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
 "ＭＳ 明朝", serif;
}

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

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

a {
  color: #fff;
}

a:hover {
  color: #ddd;
  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 )";
}

.text-large {
  font-size: 1.4em;
}
.text-xlarge {
  font-size: 1.6em;
}
.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.ul01 {
  list-style: none;
}

ul.ul01 li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.ul01 li:before {
  background: none repeat scroll 0 0 #537eb6;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 11px;
  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 {
  -webkit-box-sizing: border-box;
          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 #3584d5;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #537eb6;
  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;
  -webkit-box-shadow: 3px 3px 0 #ccc;
          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 {
  background-color: #e1f8ff;
  border: 1px solid #ddd;
  border-radius: 7px;
  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,
.btn_wrap .part {
  width: 100%;
  max-width: 320px;
}

.btn_wrap  .part.center{
margin-left:auto;
margin-right:auto;
}

.link_btn a,
.btn_wrap a {
line-height: 1.4;
display: block;
padding: 15px 20px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
position: relative;
color: #fff !important;
background: #000;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
max-width: 320px;
margin: auto;
text-decoration: none;
border: 3px solid;
border-radius: 0;
width: 300px;
}

.btn_wrap a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.link_btn a:hover,
.btn_wrap a:hover {
  text-decoration: none;
  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')";*/
}

/* =====================================
 共通
===================================== */
#bread span:hover {
  text-decoration: underline;
}

/* =====================================
 TOP
===================================== */
.top .wrap:not(.carousel) {
  border-bottom: solid 1px #fff;
}

.top01 h3.title {
  font-size: 50px;
  color: #000;
}
.top01 h3.title span{
  font-size: 0.8em;
}

.top01 {
  padding: 70px 0;
  background: url(/images/top01_bg.jpg) no-repeat center/cover;
}

.top02 {
  background: url(/images/carlist_bg.jpg) no-repeat center/cover;
  padding: 3em 0 3em;
}

.top02 h3 {
  font-weight: bold;
  text-align: left;
}

.top02 h3 span {
  padding-left: 0.8em;
}

.top02 .columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top02 .columns .column {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .top02 {
    background: url(/images/sp_carlist_bg.jpg) no-repeat center/cover;
  }
.top02 .columns.is-mobile  .column{
  width: 50%!important;
padding:5px;
}

  .top04 .title, .top03 .title {
  font-size: 24px;
    text-align: center !important;
    margin-bottom:40px;
  }

  .top02 h3{
    font-size: 24px;
    text-align: center !important;
    margin-bottom: 1em;
  }
  .columns.is-mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columns.is-mobile .column {
    width: 48% !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .columns.is-mobile .column:nth-child(n + 3) {
    margin-top: 2%;
  }
}

.top02 .link_box {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
  border: solid 1px #fff;
}

.top02 .link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top02 .link_box:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.top02 .link_box a span {
  display: none;
}

.top02 .txt01 {
  font-size: 24px;
  margin-bottom: 10px !important;
}

.top02 .txt01 .small {
  font-size: 13px;
}

@media (max-width: 768px) {
  .top02 .txt01 {
    font-size: 16px;
  }
}

.top02 .txt02 .mb {
  display: block;
  margin-bottom: 5px;
}

.top02 .txt02 {
  font-size: 13px;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
.top02 .txt02 {
  font-size: 12px;
  }
}
.top02 .txt03 {
  font-size: 25px;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
  position: relative;
}

@media (max-width: 768px) {
  .top02 .txt03 {
    font-size: 22px;
  }
}

.top02 .new_b::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(/images/new.png) no-repeat;
  width: 48px;
  height: 48px;
}

.top02 .sold_b .txt03::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(/images/sold.png) no-repeat;
  width: 48px;
  height: 48px;
}

.top02 .txt01,
.top02 .txt02,
.top02 .txt03 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
.top02 .txt01,
.top02 .txt02,
.top02 .txt03 {
  padding: 0 5px;
}
}

.top02 .btn_wrap a:before {
  content: none !important;
}

.top02 .btn_wrap a:after {
  border-color: white !important;
}

.top03 {
  padding: 70px 0;
  background: url(/images/top_blog_bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .top03 {
    background: url(/images/sp_top_blog_bg.jpg) no-repeat center top/cover;
    padding: 40px 0;
  }
}

.top03 .title,
.top04 .title {
  /*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  letter-spacing: 5px;*/
  text-align: left;
  font-weight: bold;
}

.top03 .title span,
.top04 .title span {
  padding-left: 0.8em;
}

@media (max-width: 768px) {
  .top03 .title span,
  .top04 .title span {
    font-size: 14px;
  }
}

.top03 a:hover {
  color: #1e388d !important;
  text-decoration: underline;
}

.top03 .wf_blog_ul li {
  padding-left: 15px;
  position: relative;
}

.top03 .wf_blog_ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 9px;
  color: #1e388d;
}

.top04 {
  background: url(/images/top04_bg.jpg) no-repeat center/cover;
  padding: 70px 0;
}

@media (max-width: 768px) {
  .top04 {
    background: url(/images/sp_top04_bg.jpg) no-repeat center top/cover;
    padding: 40px 0;
  }
}

.footer_bns {
  background: #f6f4f4;
  padding: 3em 0 3em !important;
}

.wrap.top05 {
  padding: 2.5em 0 2em;
}

.sec_bnr {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .sec_bnr {
    padding: 20px 0;
    text-align: center;
  }
}

.sec_carlist {
  background: url(/images/carlist_bnr_bg.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .sec_carlist {
    background: url(/images/sp_carlist_bnr_bg.jpg) no-repeat top/cover;
  }
}

.sec_youtube {
  background: url(/images/youtube_bnr_bg.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .sec_youtube {
    background: url(/images/sp_youtube_bnr_bg.jpg) no-repeat center/cover;
  }
}

.sec_report {
  background: url(/images/report_bnr_bg.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .sec_report {
    background: url(/images/sp_report_bnr_bg.jpg) no-repeat center/cover;
  }
}

.sec_blog {
  background: url(/images/blog_bnr_bg.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .sec_blog {
    background: url(/images/sp_blog_bnr_bg.jpg) no-repeat center/cover;
  }
}

/* =====================================
 下層
===================================== */
.tac {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/*下層追記*/
.under .h2_title_wrap {
  background: url(/images/back001.jpg) repeat center/cover;
  padding: 90px 0 !important;
  text-align: center;
  position: relative;
}

.under .h2_title_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

h2.title {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .under .h2_title_wrap {
    padding: 40px 0 !important;
  }
  h2.title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.maintenance_h2.h2_title_wrap {
  background: url(/images/maintenance_img01.jpg) no-repeat center/cover;
}

.stock_h2.h2_title_wrap {
  background: url(/images/zaiko.jpg) no-repeat center/cover;
}

.service_h2.h2_title_wrap {
  background: url(/images/service_h2_bg.jpg) no-repeat center/cover;
}

.loan_h2.h2_title_wrap {
  background: url(/images/loan_h2_bg.jpg) no-repeat center/cover;
}

.contact1_h2.h2_title_wrap {
  background: url(/images/contact1_img01.jpg) no-repeat center/cover;
}

.gallery_h2.h2_title_wrap {
  background: url(/images/ga.jpg) no-repeat center/cover;
}

.report_h2.h2_title_wrap {
  background: url(/images/1550550193_18b715f01f71659f67ee6a6698f04642_l.jpg) no-repeat center/cover;
}

.blog_day_h2.h2_title_wrap {
  background: url(/images/main_img10.jpg) no-repeat center/cover;
}

.company_h2.h2_title_wrap {
  background: url(/images/company_h2_bg.jpg) no-repeat center/cover;
}

.mb0 .title {
  margin-bottom: 0 !important;
}

.max_w.cases_bn_wrap .cont {
  max-height: 360px;
  overflow: hidden;
}

.max_w .inner.columns {
  max-width: 100%;
  padding-top: 0 !important;
  width: 100% !important;
}

.t_red {
  color: #f03c43;
}

.under .loan_block h5.title {
  margin-bottom: 15px;
}

.loan_img {
  display: block;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loan_img.loan_img01 {
  padding-top: 45px;
}

.loan_img.loan_img02 {
  padding-top: 26px;
}

.gallery_wrap .wf_anchor:before {
  content: none !important;
}

.gallery_wrap .wf_anchor:after {
  border-color: #000 !important;
}

@media (min-width: 769px) and (max-width: 1200px) {
  /* =====================================
   共通
  ===================================== */
  #nav li a {
    color: #fff;
    font-size: 10px;
    padding: 1em 0.6em;

  }
}

@media (min-width: 769px) and (max-width: 880px) {
  #nav li a {
    padding: 1em 0.15em;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  /* =====================================
   TOP
  ===================================== */
  .top02 .txt01 {
    font-size: 24px;
  }
  .top02 .txt03 {
    font-size: 22px;
  }
  /* =====================================
   下層
  ===================================== */
}

@media screen and (max-width: 768px) {
  /* =====================================
   共通
  ===================================== */
  .mb_h3 {
    margin-bottom: 13px !important;
  }
  .mb_h4 {
    margin-bottom: 10px !important;
  }
  .mb_h5 {
    margin-bottom: 8px !important;
  }
  .mb_01 {
    margin-bottom: 20px !important;
  }
  .mb_02 {
    margin-bottom: 50px !important;
  }
  .mb_03 {
    margin-bottom: 55px !important;
  }
  /* =====================================
   TOP
  ===================================== */
  .top01 {
    padding: 40px 0;
  }
  .top01 h3.title {
    font-size: 36px;
  }
  .top06 {
    margin: 1em auto;
  }
  #footer {
    background-size: 90%;
    padding-bottom: 15vw;
  }
  /* =====================================
   下層
  ===================================== */
  .loan_img.loan_img01 {
    padding-top: 0;
  }
  .loan_img.loan_img02 {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  /* =====================================
   共通
  ===================================== */
  /* =====================================
   TOP
  ===================================== */
  /* =====================================
   下層
  ===================================== */
}

@media screen and (max-width: 360px) {
  /* =====================================
   共通
  ===================================== */
  /* =====================================
   TOP
  ===================================== */
  /* =====================================
   下層
  ===================================== */
}

.facebook div {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 959px) {
  .facebook div {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .footer_bns .slick-prev,
  .slick-next {
    display: none !important;
  }
  #header .inner {
    max-width: 100%;
    margin-top: 0;
  }
  .top .columns {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .wf_blog_ul.GALLERY {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wf_blog_ul.GALLERY li {
    -webkit-box-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .wf_blog_ul.GALLERY li {
    border-right: 1px solid #fff;
  }
  .submenu_ul.sp {
    display: none !important;
  }
}

.wf_blog_ul.GALLERY {
  max-width: 100%;
}

.wf_blog_ul.GALLERY li {
  background: #222222;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.wf_blog_ul.GALLERY li:nth-child(4n) {
  border-right: none;
}

.wf_blog_ul.GALLERY li a {
  color: #fff;
}

.wf_blog_ul.GALLERY .wf_blog_li_thumb img {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
}

.wf_blog_ul.GALLERY .wf_blog_li_thumb,
.wf_blog_ul.GALLERY .wf_blog_li_thumb:hover {
  height: auto;
  width: 100%;
  border-radius: 0 !important;
  margin-right: 0;
}

.wf_blog_ul.GALLERY .wf_blog_li_date {
  display: none;
}

.wf_blog_ul.GALLERY .wf_blog_li_title {
  margin: 5px;
  font-size: 12px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .under .nav09::after {
    background: none;
  }
}

@media only screen and (max-width: 768px) {
  #sidecontact.rightContent {
    z-index: 100;
    position: fixed;
    bottom: 0;
  }
  #sidecontact.rightContent ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.top02 .part.wf_input_html {
    background: #fff;
}

.under .wrap.top02 {
    background: none;
}
@media only screen and (max-width: 768px) {
.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 32.33333%!important;
margin:0;
}
.columns.is-mobile > .column.is-4::nth-child(n + 5) {
margin-top:2%;
}
}


@media (max-width: 767px) {
.sps img {
    max-width: 240px;
}

.sps span {
text-align: left !important;
}
}

.train_text{
position:relative;
padding-left:40px;
    display: inline-block;
}
.train_text:before{
content: '';
display: block;
position: absolute;
width: 27px;
height: 32px;
top: 0;
bottom:0 ;
right:auto ;
left: 0;
margin: auto;
background: url(/images/train_icon.png) no-repeat center;
}

.car_text{
position:relative;
padding-left:55px;
    display: inline-block;
}
.car_text:before{
content: '';
display: block;
position: absolute;
width: 51px;
height: 20px;
top: 0;
bottom:0 ;
right:auto ;
left: 0;
margin: auto;
background: url(/images/car_icon.png) no-repeat center;
}
.grecaptcha-badge {
  bottom: 100px !important;
}

.page_edit label {
  color: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

/*# sourceMappingURL=local.css.map */
/*202208 BLOG修正*/
.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
    display: block;
    float: left;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wf_blog_ul .wf_blog_li_date {
    max-width: 85px;
    width: 100%;
}
.wf_blog_ul .wf_blog_li_title {
    max-width: calc(100% - 180px);
    width: 100%;
}
/*202208 BLOG修正*/