
/* ビルボード
----------------------------------------------- */
#mainImg {
  background: none;
  border: none;
}
@media (min-width:730px){
  /* ビルボード：IE対応 */
  _:-ms-lang(x)::-ms-backdrop, #mainImg picture img {
      max-width: 640px;
  }
} /* Eo min730 */


/* パンくず
----------------------------------------------- */
#breadcrumb {
  margin-bottom: 15px;
}


/* イントロ（concept）
----------------------------------------------- */
#contents .concept h1 {
  color: #333;
  font-weight: bold;
}

@media (max-width:729px){
  #contents .concept h1 {
    line-height: 1.2em;
    margin: 0 0 0.5em;
    padding: 0;
    text-shadow: 0 0 0.3em rgba(125, 196, 238, 0.7);
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .concept h1 {
    background: none;
    border: none;
    border-bottom: 4px #E60012 solid;
    position: relative;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    padding: 0;
  }
  #contents .concept h1:after {
    background: #CCCCCC;
    content: "";
    height: 4px;
    width: 85%;
    position: absolute;
    bottom: -4px;
    right: 0;
  }
} /* Eo min730 */


/* このような事でお困りではありませんか？（trouble）
----------------------------------------------- */
#contents .trouble ul {
  margin: 0;
  padding: 0;
}
#contents .trouble ul li {
  font-weight: bold;
  list-style: none;
  line-height: 1.5em;
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.8em;
}
#contents .trouble ul li:before {
  font-family: FontAwesome;
  content : "\f059";
  color: #CC3333;
  font-size: 2em;
  position: absolute;
  height: 1em;
  top: 0;
  left: 0;
}

@media (min-width:730px){
  #contents .trouble ul {
    background: url(/img/illust/trouble.png) left bottom no-repeat;
    padding: 1em 0 40px 190px;
    min-height: 190px;
  }
  #contents .trouble ul li {
    font-size: 1.2em;
    font-weight: bold;
  }
  #contents .trouble ul + img,
  #contents .trouble ul + noscript + img {
    margin-top: -40px;
  }
} /* Eo min730 */


/* サービスの特徴（tokucho）
----------------------------------------------- */

@media (max-width:729px){
  #contents .tokucho img.img-l {
    max-width: 150px;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .tokucho img.img-l {
    margin-right: 0;
    width: 150px;
  }
  #contents .tokucho img.img-l + .wrap,
  #contents .tokucho img.img-l + noscript + .wrap {
    width: calc( 100% - 170px );
  }
} /* Eo min730 */


/* 法人様（houjin）
----------------------------------------------- */
#contents .houjin {
  background: #f1b00c;
  margin-top: 40px;
  padding: 15px 15px 20px;
}
#contents .houjin h3 {
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#contents .houjin h3 img {
  margin: -40px 10px 0 0;
}
#contents .houjin ul {
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 0 0;
}
#contents .houjin ul li {
  font-size: 16px;
  list-style: outside;
  margin: 0 0 10px 30px;
}

@media (max-width:729px){
  #contents .houjin h3 img {
    float: left;
    margin-top: -30px;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .houjin h3 {
    text-align: center;
  }
  #main #contents .houjin ul li {
    margin-left: 5%;
    width: 45%;
  }
} /* Eo min730 */


/* お伺いできる地域
----------------------------------------------- */
#contents .post .box.visit ul.area-list {
  margin: 0 0 1em;
  padding: 0;
}
#contents .post .box.visit ul.area-list li {
  border-right: 1px #CCC solid;
  display: inline-block;
  list-style: none;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0 1em;
  white-space: nowrap;
}

/* 路線 */
#main #contents .visit .around {
  background: #F9F4E1;
  padding: 1em;
}
#contents .visit ul.rosen {
  text-align: center;
}
#contents .visit ul.rosen li {
  display: inline-block;
}
#contents .visit ul.rosen li + li:before,
#contents .visit ul.rosen li + noscript + li:before {
  content: "・";
}

@media (max-width:729px){
  #contents .post .box.visit ul.area-list li {
    width: 31.66%;
  }
  #contents .post .box.visit ul.area-list li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
} /* Eo max729 */

@media (min-width:1000px){
  #main #contents .visit .around {
    background-image: url(/img/picture/station-bg.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 calc(((100vw - 100%) / 2) * -1);
  }
  #main #contents .visit .around h3 {
    border: none;
    text-align: center;
  }
  #main #contents .visit .around ul {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
} /* Eo min1000 */


/* ○○市について
----------------------------------------------- */
#contents .area > div {
  background: url(/img/block/bg/town.png) center bottom repeat-x;
}
#contents .area .s-heading {
  border-left-color: #c9c9c9;
  color: #333;
  font-size: 16px;
}

@media (max-width:729px){
  #contents .area > div {
    padding: 0 0 52px;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .area h2 {
    border: none;
    text-align: center;
  }
  #contents .area h2:after {
    content: none;
  }
  #contents .area > div {
    border: 4px #CCC solid;
    border-radius: 0.2em;
    padding: 1em 1em 52px;
  }
} /* Eo min730 */



/* 2025-09-08　神奈川県3地域追加　ビルボード変更
----------------------------------------------- */
.mv_f {
    background-image: url(/img/top/mv-bg-01.webp);
}

.mv_k {
    background-image: url(/img/top/mv-bg-02.webp);
}

.mv_slide-wrapper {
    width: 100%;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}
#mv_btn {
  margin: 0 auto 5px;
  width: 90%;
}
#mv_btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mv_btn ul li + li {
  margin-top: 5px;
}
#mv_btn ul li {
  padding: 1rem 0px 0.5rem 0px;
}
#mv_btn a {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: right 1.5rem center;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  display: block;
}
#mv_btn a[href*="/price/"] {
  border-color: #f1c100;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22213px%22%20height%3D%2259px%22%3E%3Ctext%20kerning%3D%22auto%22%20font-family%3D%22Kozuka%20Gothic%20Pr6N%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20fill-opacity%3D%220.2%22%20font-size%3D%2280px%22%20x%3D%220px%22%20y%3D%2258px%22%3E%3Ctspan%20font-size%3D%2280px%22%20font-family%3D%22Century%20Gothic%22%20fill%3D%22%23CCCCCC%22%3EPRICE%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E');
}
#mv_btn a[href*="/kokyaku-form/"] {
  border-color: #99cc33;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22289px%22%20height%3D%2259px%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22Filter_0%22%3E%20%3CfeFlood%20flood-color%3D%22rgb(204%2C%20204%2C%20204)%22%20flood-opacity%3D%221%22%20result%3D%22floodOut%22%20%2F%3E%20%3CfeComposite%20operator%3D%22atop%22%20in%3D%22floodOut%22%20in2%3D%22SourceGraphic%22%20result%3D%22compOut%22%20%2F%3E%20%3CfeBlend%20mode%3D%22normal%22%20in%3D%22compOut%22%20in2%3D%22SourceGraphic%22%20%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20filter%3D%22url(%23Filter_0)%22%3E%3Ctext%20kerning%3D%22auto%22%20font-family%3D%22Kozuka%20Gothic%20Pr6N%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20fill-opacity%3D%220.2%22%20font-size%3D%2280px%22%20x%3D%220px%22%20y%3D%2258px%22%3E%3Ctspan%20font-size%3D%2280px%22%20font-family%3D%22Century%20Gothic%22%20fill%3D%22%23EFEFEF%22%3ELEDGER%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#mv_btn a[href*="/form/"] {
  border-color: #e60012;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22182px%22%20height%3D%2257px%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22Filter_0%22%3E%20%3CfeFlood%20flood-color%3D%22rgb(204%2C%20204%2C%20204)%22%20flood-opacity%3D%221%22%20result%3D%22floodOut%22%20%2F%3E%20%3CfeComposite%20operator%3D%22atop%22%20in%3D%22floodOut%22%20in2%3D%22SourceGraphic%22%20result%3D%22compOut%22%20%2F%3E%20%3CfeBlend%20mode%3D%22normal%22%20in%3D%22compOut%22%20in2%3D%22SourceGraphic%22%20%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20filter%3D%22url(%23Filter_0)%22%3E%3Ctext%20kerning%3D%22auto%22%20font-family%3D%22Kozuka%20Gothic%20Pr6N%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20fill-opacity%3D%220.2%22%20font-size%3D%2280px%22%20x%3D%220px%22%20y%3D%2257px%22%3E%3Ctspan%20font-size%3D%2280px%22%20font-family%3D%22Century%20Gothic%22%20fill%3D%22%23EFEFEF%22%3EMAIL%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#mv_btn a[href*="/line/"] {
  border-color: #0ec759;
  background-color: #0ec759;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22148px%22%20height%3D%2257px%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22Filter_0%22%3E%20%3CfeFlood%20flood-color%3D%22rgb(39%2C%20208%2C%20108)%22%20flood-opacity%3D%221%22%20result%3D%22floodOut%22%20%2F%3E%20%3CfeComposite%20operator%3D%22atop%22%20in%3D%22floodOut%22%20in2%3D%22SourceGraphic%22%20result%3D%22compOut%22%20%2F%3E%20%3CfeBlend%20mode%3D%22normal%22%20in%3D%22compOut%22%20in2%3D%22SourceGraphic%22%20%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20filter%3D%22url(%23Filter_0)%22%3E%3Ctext%20kerning%3D%22auto%22%20font-family%3D%22Kozuka%20Gothic%20Pr6N%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20fill-opacity%3D%220.2%22%20font-size%3D%2280px%22%20x%3D%220px%22%20y%3D%2257px%22%3E%3Ctspan%20font-size%3D%2280px%22%20font-family%3D%22Century%20Gothic%22%20fill%3D%22%23EFEFEF%22%3ELINE%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.mv_slide-wrapper p {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 0;
    color: #333333;
    text-align: center;
    font-weight: bold;
    transform: translateY(15px);
}
@media (min-width: 750px) {
    .mv_slide-wrapper img {
        padding-left: 2rem;
    }
    .mv_slide-wrapper p {
        width: 55%;
    }
}
@media (min-width: 640px) {
    #mv-wrapper {
      display: grid;
      grid-template-columns: 70% 30%;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-template-areas:
          "mv_slide mv_btn"
          "mv_slide_thumb mv_slide_thumb";
      max-width: 1020px;
      margin: 0 auto 0;
    }
    .mv_btn-wrapper {
      background-color: #f1f1f1;
      grid-area: mv_btn;
      vertical-align: middle;
    }
    #mv_btn {
      display: flex;
      align-items: center;
      height: 100%;
    }
}