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

  /* パンくずリスト */
  .p-breadcrumbs__wrapper {
      clear: both;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%;
  }
    .p-breadcrumbs__lists {

    }
    .p-breadcrumbs__list {
      font-size: .9em;
    }
    .p-breadcrumbs__list > a {
      color: #666;
      text-decoration: none;
    }
    .p-breadcrumbs__list > a:before {
      font-family: 'FontAwesome';
      font-size: .8em;
      line-height: 1;
      margin-left: 7px;
      padding-right: 10px;
      content: '\f054';
      float: right;
      text-decoration: none;
    }
    .p-breadcrumbs__list--last > a:before {
      display: none;
    }
  }

  /* ナビのプルダウン */
  ul#pulldown li {
    position: relative;
    margin: 0;
    display: block;
  }
    ul.p-pulldown__child {
      background: #88b929;
      border-top: 1px solid #fff;
      display: none;
      position: absolute;
      padding: 0;
      text-align: left;
      z-index: 999;
      width: 190px;
    }
      ul.p-pulldown__child li {
        border: none;
        display: block;
      }
      ul.p-pulldown__child li a {
        border: none;
        border-bottom: 1px solid #fff;
        display: block;
        padding: 10px 15px;
        display: block;
        color: #fff;
      }
      ul.p-pulldown__child li a:hover{
        background: #688b13;
      }

  /* 折りたたみパンくずリスト */
  .rcrumbs {
    white-space: nowrap;
  }
  .rcrumbs > ul {
    list-style: none;
  }
  .rcrumbs > ul > li {
    overflow: hidden;
    display: none;
  }
  .rcrumbs > ul > li.show {
    display: inline-block;
  }
  .rcrumbs > ul > li.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }

  /* 事業所一覧 */
  .p-spotlists__photo a:active,
  .p-spotlists__photo a:hover {
    opacity: .8;
  }

  /* 事業所検索詳細 */
  .p-spotdetail__copy {
    color: #502b07;
    font-size: 1.8em;
    font-weight: bold;
  }

  /* 事業所アイコン */
  .p-spot__icons {
    border-radius: 3px;
    float: left;
    font-size: 1.1em;
    margin: 0 0 10px 5px;
    padding: 5px 10px;
  }
  .p-spot__type1 {
    background: #f2c220;
    color: #fff;
  }
  .p-spot__type2 {
    background: #dc6c47;
    color: #fff;
  }
  .p-spot__type3 {
    background: #0e62aa;
    color: #fff;
  }
  .p-spot__type4 {
    background: #096c71;
    color: #fff;
  }

  /* パネル */
  .p-panel {
    background: rgba(0, 0, 0, .8);
    display: none;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 9900;
  }
    .p-panel p {
      color: #fff;
    }
    .p-panel__inner {
      margin: 0 auto;
      padding-top: 40px;
      text-align: left;
      width: 500px;
    }
    .p-panel__addBtn {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
    }
    .p-panel__removeBtn {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
    }
    .p-panel .p-panel__closeBtn {
      background: #cc0000;
      border-radius: 0 0 0 4px;
      color: #fff;
      cursor: pointer;
      padding: 5px 20px;
      position: fixed;
      text-decoration: none;
      top: 0;
      right: 0;
    }
    .p-panel .p-panel__closeBtn:active,
    .p-panel .p-panel__closeBtn:hover {
      opacity: .8;
    }

    .p-panel .p-panel__closeBtn2 {
      color: #fff;
      cursor: pointer;
      padding: 5px 20px;
      text-decoration: none;
    }
    .p-panel .p-panel__closeBtn2:active,
    .p-panel .p-panel__closeBtn2:hover {
      opacity: .8;
    }


  /* サイド */
  .p-side__box {
    background: #ebebeb;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, .2);
    border: 4px solid #fff;
    font-size: .85em;
  }
    .p-side__list {
      padding: 0;
    }
    .p-side__lists {
    }
    .p-side__lists a {
      border-bottom: 1px solid #ccc;
      color: #666;
      display: block;
      padding: 2px 10px;
      text-decoration: none;
    }    
    .p-side__lists a:hover {
      background: #ccc;
    }


/* ====================================
 スマホ
====================================== */
@media all and (min-width: 0) and (max-width: 640px) {

  /* ヘッダー */
  .p-header {
    position: relative;
  }
  .p-header__logotype {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 150px;
  }
  .p-header__logomark {
    position: absolute;
    left: 180px;
    top: 0;
    width: 100px;
  }
  .p-header__logotype img,
  .p-header__logomark img {
    width: 100%;
  }
  .p-header__logotype:hover,
  .p-header__logomark:hover {
    opacity: .8;
  }

  /* ナビ */
  .p-gnav {
    background: #88b929;
    clear: both;
    margin-bottom: 0;
    overflow: hidden;
  }
    .p-gnav__list {
      display: block;
      margin-left: -1%;
      width: 101%;
    }
    .p-gnav__none,
    .p-gnav__lists {
      float: left;
      text-align: center;
      min-height: 25px;
      width: 33.3%;
    }
    .p-gnav__lists a {
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      letter-spacing: 0em;
      color: #fff;
      display: block;
      font-size: .9em;
      line-height: .1em;
      overflow: hidden;
      padding: 15px;
      text-decoration: none;
    }
    .p-gnav__lists a:hover {
      background: #688b13;
    }
    .p-gnav__lists br {
      display: none;
    }


  /* パンくずリスト */
  .p-breadcrumbs__wrapper {
    display: none;
  }
  .p-breadcrumbs__lists {
    margin: 0 0 0px 0;
    padding: 0;
    overflow: hidden;
    width: 90%;
  }
    .p-breadcrumbs__list {
      margin: 0;
      padding: 0;
    }
  .p-breadcrumbs__list > a:before {
    font-family: 'FontAwesome';
    font-size: .8em;
    line-height: 1;
    margin-left: 7px;
    margin-top: 6px;
    padding-left: 5px;
  }


  /* 事業所検索一覧 */
  .p-spotlist {
      border-top: 4px solid #ddd;
      overflow: hidden;
      padding-top: 20px;
  }
    .p-spotlists {
      border-bottom: 4px solid #ddd;
      clear: both;
      margin-bottom: 20px;
      overflow: hidden;
      padding-bottom: 15px;
      text-align: left;
    }
    .p-spotlists__description {
      clear: both;
      display: block;
      padding-top: 10px;
    }
    .p-spotlists__photo {
      clear: both;
      text-align: center;
      width: 100%;
    }
      .p-spotlists__photo img {
        width: 80%;
      }
    .p-spotlist__result {
      font-size: 1.3em;
      font-weight: bold;
    }

  /* 事業所詳細 */
  .p-spot__mainvisual,
  .p-spot__mainvisual2,
  .p-spot__mainvisual li,
  .p-spot__mainvisual2 li,
  .p-spot__mainvisual img,
  .p-spot__mainvisual2 img {
    width: 100%;
  }
  .p-spotdetail__copy {
    line-height: 1.1em;
    margin-bottom: 10px;
  }

  /* 住所検索パーツ */
  .p-form__keywordArea {
    overflow: hidden;
  }
  .p-form__keywordParts {
    margin-bottom: 5px;
    width: 90%;
  }

  /* フッターお問い合わせ */
  .p-footer__contact {
    clear: both;
    display: block;
    padding: 10px;
  }
    .p-footer__contactlist {
      text-align: center;
    }
    .p-footer__contactlists {
      clear: both;
      margin: 0 auto 20px auto;
      width: 80%;
    }
    .p-footer__contact a:active {
      opacity: .8;
    }
    .p-footer__contact img {
      width: 100%;
    }

  /* フッターバナー */
  .p-footer__bnr {
    clear: both;
  }
    .p-footer__bnrthumb {
      clear: both;
      margin-bottom: 0px;
      overflow: hidden;
    }
    .p-footer__bnrthumbs {
      float: left;
      margin-left: 2%;
      margin-bottom: 1%;
      width: 175px;
    }
    .p-footer__bnrthumb2 {
      clear: both;
      margin-bottom: 30px;
      overflow: hidden;
    }
    .p-footer__bnrthumbs2 {
      float: left;
      margin-left: 2%;
      margin-bottom: 1%;
      width: 30.5%;
    }
    .p-footer__bnrthumbs a:active,
    .p-footer__bnrthumbs2 a:active {
      opacity: .8;
    }
    .p-footer__bnrthumbs img,
    .p-footer__bnrthumbs2 img {
      width: 100%;
    }

  /* コピーライト・連絡先 */
  .p-footer__copyright {
    background: #88b929;
    clear: both;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .p-footer__copyright-inner {
    padding: 20px 0;
  }
  .p-footer__address {
    margin: 0;
    padding: 0;
  }

}

/* ====================================
 PC
====================================== */
@media screen and (min-width: 641px) {

  /* ヘッダ周り */
  .p-header__logotype {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 220px;
    z-index: 100;
  }
  .p-header__logomark {
    position: absolute;
    left: 260px;
    top: 20px;
    width: 140px;
  }
  .p-header__logotype img,
  .p-header__logomark img {
    width: 100%;
  }
  .p-header__logotype:hover,
  .p-header__logomark:hover {
    opacity: .8;
  }

  /* ナビ */
  .p-gnav {
    background: #88b929;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
  }
    .p-gnav__list {
      border-left: 1px solid #fff;
      clear: both;
      margin: 0 auto;
      overflow: hidden;
      width: 960px;
    }
    .p-gnav__lists {
      float: left;
      text-align: center;
      width: 16%;
    }
    .p-gnav__lists a {
      border-right: 1px solid #fff;
      color: #fff;
      display: block;
      position: relative;
      font-size: .95em;
      min-height: 30px;
      overflow: hidden;
      padding: 10px;
      text-decoration: none;
    }
    .p-gnav__lists a.line {
      line-height: 2.5em;
    }
    .p-gnav__lists a.lines {
      line-height: 1.3em;
    }
    .p-gnav__lists a:hover {
      background: #688b13;
    }
    .p-gnav__none {
      display: none;
    }

  /* 住所検索パーツ */
  .p-form__keywordArea {
    overflow: hidden;
  }
  .p-form__keywordParts {
    float: left;
    margin-right: 5px;
  }

  /* 事業所検索一覧 */
  .p-spotlist {
      border-top: 4px solid #ddd;
      overflow: hidden;
      padding-top: 20px;
  }
    .p-spotlists {
      border-bottom: 4px solid #ddd;
      clear: both;
      margin-bottom: 20px;
      overflow: hidden;
      padding-bottom: 15px;
      text-align: left;
    }
    .p-spotlists__description {
      float: right;
      padding-top: 10px;
      width: 70%;
    }
    .p-spotlists__photo {
      float: left;
      width: 25%;
    }
      .p-spotlists__photo img {
        width: 100%;
      }
    .p-spotlist__result {
      font-size: 1.3em;
      font-weight: bold;
    }

  /* 事業所検索詳細 */
  .p-spotdetail {
  }
    .p-spotdetail__icon {
      margin: 0 0 -5px 5px;
      width: 30px;
    }
    .p-spotdetail__copy {
      margin-bottom: 20px;
    }
    .p-spotdetail__copy br {
      display: none;
    }

  /* フッターお問い合わせ */
  .p-footer__contact {
    margin: 0 auto 20px auto;
    overflow: hidden;
    width: 960px;
  }
    .p-footer__contactlist {
      margin-left: -2%;    
    }
    .p-footer__contactlists {
      float: left;
      margin-left: 2%;    
      width: 48%;
    }
    .p-footer__contact a:hover {
      opacity: .8;
    }
    .p-footer__contact img {
      width: 100%;
    }

  /* フッターバナー */
  .p-footer__bnr {
    clear: both;
    margin: 0 auto;
    width: 960px;
  }
    .p-footer__bnrthumb {
      clear: both;
      margin-left: -2%;
      overflow: hidden;
    }
    .p-footer__bnrthumbs {
      float: left;
      margin-left: 2%;
      margin-bottom: 10px;
      width: 31.3%;
    }
    .p-footer__bnrthumb2 {
      clear: both;
      margin-left: -21px;
      margin-bottom: 32px;
      overflow: hidden;
    }
    .p-footer__bnrthumbs2 {
      float: left;
      margin-left: 21px;
      margin-bottom: 1%;
      width: 175px;
    }
    .p-footer__bnrthumbs a:hover,
    .p-footer__bnrthumbs2 a:hover {
      opacity: .8;
    }
    .p-footer__bnrthumbs img,
    .p-footer__bnrthumbs2 img {
      width: 100%;
    }

  /* コピーライト・連絡先 */
  .p-footer__copyright {
    background: #88b929;
    clear: both;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .p-footer__copyright-inner {
    margin: 0 auto;
    padding: 20px 0;
    width: 960px;
  }
  .p-footer__address {
    margin: 0;
    padding: 0;
  }

  /* 施設アイコン */
  .p-spot__icon {
    position: absolute;
    right: 0;
    top: 50px;
  }

  /* 写真レイアウト */
  .p-textPhoto {
    float: left;
    margin: 0 40px 10px 0;
    width: 200px;
  }
    .p-textPhoto img {
      width: 100%;
    }

  /* パンくずリスト */
  .p-breadcrumbs__lists {
    margin: 0 auto 15px auto;
    min-width: 960px;
    overflow: hidden;
    padding: 2px 0 0 0;
    width: 960px;
  }
  .p-breadcrumbs__list {
    float: left;
    margin-left: 5px;
  }
  .p-breadcrumbs__list > a:hover {
    color: #cc0000;
  }
  .p-breadcrumbs__list > a:before {
    font-family: 'FontAwesome';
    font-size: .8em;
    line-height: 1;
    margin-left: 7px;
    margin-top: 8px;
    padding-left: 5px;
  }
}

