  /* イントロ */
    .entry-content #mainImage {
      padding: 0
    }
    .entry-content .concept .image {
      margin-bottom: 1.5em;
    }

  /* お伺いできる地域 */
    [id$="-visit"] .col-1-2 {
      display: block;
    }

    [id$="-visit"] .col-1-2 div {
      margin-left: 0;
      width: 100%;
    }

    [id$="-visit"] .col-1-2 div:nth-child(2) div {
      overflow-y: scroll;
      max-height: 300px;
    }
    .visit .sbtitle-visit {
      background: #3d4f3b;
      border-radius: 3px;
      color: #fff;
      margin: 0;
      padding: 1em 1.5em 0.8em 14%;
      position: relative;
    }
    .visit .sbtitle-visit:before {
      background: center no-repeat;
      background-size: auto 72%;
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      width: 14%;
    }
    .visit .sbtitle-visit.area:before {
      background-image: url(../img/icon/locate.png);
    }
    .visit .sbtitle-visit.station:before {
      background-image: url(../img/icon/train.png);
    }
    #main .visit .sbtitle:after {
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      content: "\f13a";
      color: #fff;
      display: block;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1em;
      height: 1em;
      width: 1em;
    }
    #main .visit .sbtitle-visit.open:after {
      content: "\f139";
    }
    .visit .sbcontents-visit {
      background: #faffee;
      padding: 1em;
    }
    .visit .sbcontents-visit ul li {
      display: inline-block;
      margin: 0;
      padding: 0 0.8em;
      position: relative;
      text-align: center;
      width: 8em;
    }
    .visit .sbcontents-visit ul li:after {
      background: #d3ceb2;
      content: "";
      height: 1em;
      width: 1px;
      margin: auto 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
    }
    .visit .sbcontents-visit ul.rosen li {
      padding: 0 1em 0 0;
      text-align: left;
      width: auto;
    }
    .visit .sbcontents-visit ul.rosen li:after {
      content: none;
    }

/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 768px 以上
 */
@media screen and (min-width: 48em) {
  /* イントロ */
    .concept .img-r .image {
      max-width: 480px;
      width: 50%;
    }
    .concept .img-r .image img {
      margin-top: -1.5em;
    }

  /* お伺いできる地域 */
    .visit .sbtitle-visit {
      padding-left: 80px;
    }
    .visit .sbtitle-visit:before {
      background-size: auto;
      width: 70px;
    }
    .visit .sbtitle-visit:after {
      content: none;
    }
    .visit .sbtitle-visit.open:after {
      content: none;
    }
    .visit .sbcontents-visit ul li {
      padding: 0 0.4em 0 0;
      width: 9em;
    }

}/* End 740px Tablet Small */