@charset "UTF-8";
/**
 * フリーページ用css
 */
/* -- 店舗一覧 -- */
.shop {
  width: 100%;
  color: #000;
  margin: auto; }
  .shop__area {
    text-align: center;
    margin: 0 auto 60px; }
    .shop__area__list {
      font-size: 18px; }
      .shop__area__list > li {
        display: inline-block;
        line-height: 1.3;
        position: relative;
        padding: 0 15px;
        cursor: pointer; }
        .shop__area__list > li:nth-child(n+2) {
          margin-left: -1px; }
        .shop__area__list > li > span {
          opacity: 0.4; }
        .shop__area__list > li:before, .shop__area__list > li:after {
          display: block;
          width: 1px;
          height: 18px;
          content: " ";
          background-color: #3c3c3c;
          position: absolute;
          top: calc(50% - 9px); }
        .shop__area__list > li:before {
          left: 0; }
        .shop__area__list > li:after {
          right: 0; }
  .shop__list {
    margin-bottom: 30px; }
    .shop__list__ttl {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    .shop__list__inner:after {
      display: table;
      width: 0;
      height: 0;
      clear: both;
      content: '';
      visibility: hidden; }
  .shop__item {
    width: 490px;
    float: left;
    background-color: #f3f4ea;
    color: #000;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .shop__item:nth-child(even) {
      margin-right: 0; }
    .shop__item__ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px; }
    .shop__item__dtl {
      font-size: 16px; }
      .shop__item__dtl:after {
        display: table;
        width: 0;
        height: 0;
        clear: both;
        content: '';
        visibility: hidden; }
      .shop__item__dtl > dt {
        width: 6em;
        float: left; }
      .shop__item__dtl > dd {
        padding-left: 6em; }
        .shop__item__dtl > dd > a {
          color: #000; }

.js-hide {
  display: none; }

.js-tab > li.js-select > span {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .shop {
    width: 95%; }
    .shop__area {
      margin-bottom: 40px; }
      .shop__area__list {
        font-size: 14px; }
    .shop__list__ttl {
      font-size: 20px;
      margin-bottom: 20px; }
    .shop__item {
      width: 100%;
      float: none;
      padding: 15px;
      margin-right: 0; }
      .shop__item__ttl {
        font-size: 16px;
        margin-bottom: 15px; }
      .shop__item__dtl {
        font-size: 14px; } }

@media screen and (max-width: 374px) {
  .shop__area__list > li {
    padding: 0 10px; }
  .shop__item__ttl {
    font-size: 14px; }
  .shop__item__dtl {
    font-size: 12px; } }

/* -- 会社概要 -- */
.comapany-dtl {
  max-width: 600px;
  width: 95%;
  margin: auto; }
