@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ====================================
   1. ヘッダーまわりの調整（PC・共通）
   ==================================== */

/* PCヘッダーメニューの文字サイズ */
.c-gnav .ttl {
    font-size: 17px !important;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* メニュー項目同士の間隔をゆったりさせる */
.c-gnav > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* --- 検索フォーム（カプセル型） --- */
.w-header .c-searchForm {
    position: relative !important;
    width: 200px !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    border-radius: 50px !important;
    background: #fff !important;
}

.w-header .c-searchForm__s {
    width: 100% !important;
    height: 100% !important;
    padding: 0 40px 0 15px !important;
    border: none !important;
    background: transparent !important;
    font-size: 12px !important;
    color: #333 !important;
    border-radius: 50px !important;
    box-shadow: none !important;
}

/* 送信ボタン（虫眼鏡） */
.w-header .c-searchForm__submit {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 40px !important;
    height: 34px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
}

.w-header .c-searchForm__submit::before {
    color: #f56f88 !important; /* テーマカラー */
    font-size: 16px !important;
    line-height: 34px !important;
}


/* ====================================
   2. 投稿リストの共通設定（PC・スマホ共通）
   ==================================== */

/* 公開日の時計アイコンを削除 */
.c-postTimes__posted::before {
    display: none !important;
}

/* カード型：サムネイルとタイトルの余白を詰める */
.p-postList.-type-card .p-postList__body {
    padding-top: 0.5em !important;
}

/* 記事と記事の間の余白調整 */
.p-postList__item {
    margin-bottom: 16px !important;
}


/* ====================================
   3. スマホ版専用カスタマイズ（リスト型用）
   ==================================== */
@media screen and (max-width: 599px) {
    /* 特定ページ（トップ等）の文字サイズ調整 */
    .page-id-2794 .swl-fz[style*="60px"] {
        font-size: 30px !important;
    }
    .page-id-2794 .swl-fz[style*="26px"] {
        font-size: 19px !important;
    }

    /* リスト型記事一覧のデザイン調整 */
    .p-postList.-type-list .p-postList__item {
        padding-bottom: 13px !important;
        margin-bottom: 13px !important;
    }
    .p-postList.-type-list .p-postList__link {
        align-items: stretch !important;
    }
    .p-postList.-type-list .p-postList__thumb {
        width: 44% !important;
        margin-right: 4% !important;
    }
    .p-postList.-type-list .p-postList__body {
        width: 52% !important;
        padding-top: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    .p-postList__title {
        margin-bottom: auto !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        font-weight: 700 !important;
    }
}


/* ====================================
   4. 投稿ページ（記事詳細）の調整
   ==================================== */
.c-postTitle__ttl {
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
@media screen and (min-width: 960px) {
    .c-postTitle__ttl {
        font-size: 28px !important;
    }
}

.c-postTitle__date {
    color: #666 !important;
}
.c-postTitle__date svg {
    fill: #f56f88 !important;
}

/* 画像に影をつけて立体感を出す */
.post_content img {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-radius: 4px;
}


/* ====================================
   5. Contact Form 7（お問い合わせ）
   ==================================== */
.inquiry p {
    display: inline;
}
table.inquiry {
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #d7d7d7;
    line-height: 1.2;
    vertical-align: middle;
}
.inquiry tr {
    border: 0 !important;
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding: 1em 0.5em;
    width: 25%;
    background: #efefef;
    border: solid 1px #d7d7d7;
    white-space: nowrap;
    vertical-align: middle;
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
    padding: 0.7em;
}
.haveto, .any {
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 2px;
    margin-right: 5px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}
.haveto { background: #ff9393; }
.any    { background: #93c9ff; }

.inquiry input,
.inquiry select,
.inquiry textarea {
    width: 100%;
    margin: 5px 0;
    background: #eff1f5;
    border: none;
    padding: 0.8em;
    border-radius: 3px;
}
.inquiry textarea {
    height: 200px;
}
.wpcf7-list-item-label,
.wpcf7-checkbox,
input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
}
.wpcf7-submit {
    display: block;
    margin: 20px auto;
    padding: 1em 0;
    width: 80%;
    max-width: 300px;
    background: #f56f88;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    transition: 0.3s;
}
.wpcf7-submit:hover {
    opacity: 0.8;
    background: #f56f88;
}
.screen-reader-response { display: none; }
.wpcf7-not-valid-tip { color: #e92323; font-weight: bold; }

.verticallist {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}
.verticallist .wpcf7-list-item {
    display: flex !important;
    align-items: center !important;
    margin: 0 0 10px 0 !important;
}
.verticallist input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    margin-right: 12px !important;
    transform: scale(1.2);
    display: inline-block !important;
    flex-shrink: 0;
}
.verticallist .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
    width: auto !important;
    line-height: 1.4 !important;
    padding: 0 !important;
    text-align: left !important;
}

@media screen and (max-width: 959px) {
    .pcdate { display: none; }
    table.inquiry th,
    table.inquiry td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    table.inquiry th { border-bottom: 0; }
    table.inquiry td { border-top: 0; padding-top: 0; }
    .wpcf7-submit { width: 100%; }
}
@media screen and (min-width: 960px) {
    .spdate { display: none; }
    .wpcf7-date.dateform { width: auto; min-width: 30%; }
}


/* ====================================
   6. トップ特集（toppickup）デザイン調整【PC専用】
   ==================================== */
@media screen and (min-width: 960px) {

  .toppickup .p-postList__item {
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
  }

  .toppickup .p-postList__link {
      display: flex !important;
      flex-direction: row-reverse !important;
      align-items: center !important;
      padding: 0 !important;
  }

  .toppickup .p-postList__thumb {
      width: 58% !important;
      margin: 0 0 0 5% !important;
      flex-shrink: 0 !important;
  }

  .toppickup .p-postList__body {
      width: 37% !important;
      padding: 0 !important;
      margin: 0 !important;
  }

  .toppickup .p-postList__title {
      font-size: 26px !important;
      font-weight: 700 !important;
      line-height: 1.4 !important;
      margin-bottom: 15px !important;
  }

  .toppickup .p-postList__meta {
      font-size: 16px !important;
      margin-top: 10px !important;
  }

}



/* ====================================
   7. 記事一覧リストの調整（PC・カード型用）
   ==================================== */
@media screen and (min-width: 960px) {
    /* リンク全体（カードの箱）の高さを揃える */
    .p-postList.-type-card .p-postList__link {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .p-postList.-type-card .p-postList__body {
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    /* タイトル（記事名）の下にバネを入れて、日付を下に押しやる */
    .p-postList.-type-card .p-postList__title {
        margin-bottom: auto !important;
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    .p-postList.-type-card .p-postList__meta {
        font-size: 15px !important;
        margin-top: 15px !important;
    }
}

/* ====================================
   9. 店舗情報テーブルのデザイン調整
   ==================================== */
.shop-info-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}
.shop-info-table table {
    margin-bottom: 0;
}
.shop-info-table td, .shop-info-table th {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 15px;
    vertical-align: middle;
}
.shop-info-table td:first-child {
    background-color: #f9f9f9;
    width: 25%;
    font-weight: bold;
    color: #333;
}
.shop-info-table tr:last-child td {
    border-bottom: none;
}

/* ====================================
   追加：記事一覧サムネ安定化（全デバイス対応）
   ==================================== */

/* サムネを「箱」として固定 */
.p-postList__thumb {
  position: relative !important;
  overflow: hidden !important;
}

/* 3:2比率を padding で強制 */
.p-postList__thumb::before {
  content: "";
  display: block;
  padding-top: 66.6667%; /* 3:2 */
}

/* 中の画像を絶対配置でフィット */
.p-postList__thumb img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* figureの余白完全除去（Safari対策） */
.p-postList__thumb figure {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 599px) {
  .p-postList.-type-list .p-postList__thumb {
    width: 48% !important;   /* ← 44% → 48% */
    margin-right: 4% !important;
  }

  .p-postList.-type-list .p-postList__body {
    width: 48% !important;
  }
}
