@charset "UTF-8";

#top-nearby-status {
  text-align: center;
    font-size: 0.65rem;
    color: #ccc;
}


.entry-content{
    max-width: 640px!important;
    margin: 0 auto !important;
}
.content {
    margin-top: 0;
}
.main{padding: 0;border: none;}
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* 業者リスト全体のコンテナ */
.daiko-list-container {
    display: grid;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

/* 各業者カード */
.daiko-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: left;
	margin-bottom:10px;
}

/* サービス種別ラベル（運転代行/タクシー） */
.daiko-badge {
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
}

/* 営業中バッジ */
.status-open {
    background: #e74c3c;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
}

/* 準備中バッジ */
.status-closed {
    background: #bdc3c7;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
}

/* 業者名 */
.daiko-name {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #2c3e50;
    font-weight: bold;
}

/* 住所 */
.daiko-address {

    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.4;
}

/* 電話ボタン */
.daiko-tel-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2c3e50;
    color: #fff !important; /* Cocoonのリンク色上書き防止 */
    padding: 14px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 3px 0 #1a252f;
    transition: background 0.2s;
}

.daiko-tel-button:hover {
    background: #34495e;
    opacity: 1;
}

/* 近隣エリア・コンセプトセクション */
.daiko-footer-section {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.daiko-concept-box {
    margin-top: 50px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    text-align: left;
}

/* 秋田県エリア別リストのスタイル */
.akita-area-container {
    max-width: 800px;
    margin: 0 auto;
}
.area-section {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 1px solid #eee;
}
.area-title {
    margin: 0 !important;
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
/* エリア別カラー */
.area-title.northern { background: #2980b9; }
.area-title.central { background: #27ae60; }
.area-title.southern { background: #e67e22; }

.city-links {
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
}
.city-links a {
    display: block;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #2c3e50;
    font-size: 13px;
    transition: 0.2s;
}
.city-links a small {
    color: #7f8c8d;
    margin-left: 3px;
}
.city-links a:hover {
    background: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
}
.city-links a:hover small {
    color: #fff;
}

@media (max-width: 480px) {
    .city-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 運転代行・タクシーリスト共通スタイル */
.city-lead-box {
    margin-bottom: 25px;
    padding: 15px 0;
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

.daiko-sort-nav {
    margin-bottom: 25px;
    text-align: center;
}

.daiko-sort-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #2c3e50;
    margin: 4px;
    transition: 0.2s;
    background: #fff;
    color: #2c3e50;
}

.daiko-sort-btn.is-active {
    background: #2c3e50;
    color: #fff;
}

.daiko-grid {
    display: grid;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.daiko-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: left;
}

/* カード内1行目：ラベルとボタン */
.daiko-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.daiko-label-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.daiko-type-label {
    background: #7f8c8d;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: bold;
}

.daiko-open-badge {
    background: #e74c3c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 10px;
}

.daiko-action-group {
    display: flex;
    gap: 6px;
}

.daiko-btn-line, .daiko-btn-copy {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.daiko-btn-line { background: #06C755; color: #fff; border: none; }
.daiko-btn-copy { background: #f8f9fa; color: #2c3e50; border: 1px solid #ccc; }

/* 店名・評価 */
.daiko-name-row {
    font-size: 18px;
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.4;
}

.daiko-rating-star { color: #f1c40f; margin-right: 2px; }
.daiko-google-link { margin-left: 8px; font-size: 11px; color: #3498db; text-decoration: none; }
.daiko-distance { color: #e67e22; font-size: 12px; margin-left: 8px; }

/* 詳細情報 */
.daiko-hours { margin-bottom: 0.4em!important; font-size: 12px; color: #27ae60; font-weight: bold; }
.daiko-address { margin-bottom: 0.4em!important; font-size: 13px; color: #7f8c8d; }

.daiko-tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c3e50;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

/* タクシー区切り */
.taxi-divider {
    grid-column: 1 / -1;
    margin-top: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.taxi-divider h3 { font-size: 18px; color: #2c3e50; margin: 0; }

/* エリアリンク */
.area-search-box { margin-top: 50px; border-top: 1px solid #eee; padding-top: 30px; text-align: center; }
.area-search-title { font-size: 16px; color: #2c3e50; margin-bottom: 15px; }
.area-link-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.area-link-item { background: #f8f9fa; color: #2c3e50; padding: 8px 15px; border-radius: 4px; text-decoration: none; font-size: 13px; border: 1px solid #eee; }


/* --- note風 全体設定 --- */
:root {
    --note-green: #25b89a; /* noteのメインカラー */
    --note-black: #222222; /* ほぼ黒に近い墨色 */
    --note-gray: #666666;  /* 補足情報のグレー */
    --note-bg: #f8f9fa;    /* 薄い背景色 */
}

body {
    background-color: #fff;
    color: var(--note-black);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* --- 文字サイズと行間（noteの黄金比） --- */
.city-lead-box p, 
.post-content p {
    font-size: 16px;        /* noteの標準的な本文サイズ */
    line-height: 1.8;      /* ゆったりとした行間で読みやすく */
    letter-spacing: 0.03em; /* わずかに字間を広げる */
    margin-bottom: 1.5em;
}

/* --- カードデザイン（代行リスト） --- */
.daiko-card {
    border: 1px solid #e6e6e6 !important; /* 線をより細く、薄く */
    border-radius: 4px !important;       /* 角丸は控えめに */
    box-shadow: none !important;          /* 影はなくすか、極めて薄く */
    padding: 24px !important;
    transition: opacity 0.2s ease;
}

.daiko-card:hover {
    opacity: 0.8; /* note風のホバー演出（少し透ける） */
}

/* --- タイトル（店名など） --- */
.daiko-name-row {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--note-black);
}

/* --- ボタン類 --- */
/* LINEボタン（noteのグリーンを意識） */
.daiko-btn-line {
    background: var(--note-green) !important;
    border-radius: 20px !important; /* 丸みのあるボタン */
    padding: 6px 16px !important;
}

/* コピーボタン（noteのサブボタン風） */
.daiko-btn-copy {
    background: transparent !important;
    border: 1px solid #d9d9d9 !important;
    color: var(--note-gray) !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
}

/* 電話ボタン（メインアクション） */
.daiko-tel-link {
    background: var(--note-black) !important; /* noteの黒ボタン風 */
    border-radius: 25px !important;
    font-size: 16px !important;
    padding: 14px !important;
    box-shadow: none !important;
}

/* --- ブログ末尾のエリアリンク（noteの「クリエイターへのお願い」風） --- */
.post-area-footer {
    border: 1px solid #e6e6e6 !important;
    background: var(--note-bg) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}


/* タイトルスタイル */
.f-title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #00acee !important; /* アクセントカラー（青） */
    border-bottom: 2px solid #444; /* 下線で区切り */
    padding-bottom: 8px;
    margin: 0 0 15px 0 !important;
    letter-spacing: 0.05em;
}

/* リストスタイル */
.f-block ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.f-block li {
    margin-bottom: 12px !important;
    line-height: 1.4;
}

.f-block a {
    color: #ccc; /* 通常時は薄いグレー */
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.f-block a:hover {
    color: #fff; /* ホバーで白 */
    text-decoration: underline;
}

/* --- スマートフォン表示 (2行2列) --- */
@media (max-width: 767px) {
    .f-center-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2列 */
        gap: 30px 15px; /* 縦横の間隔 */
    }

    /* 3つ目のブロック（BLOG）などが余った場合、必要に応じて調整可能 */
    .f-block {
        width: 100%;
    }

    .f-title {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .f-block li {
        font-size: 13px;
        margin-bottom: 10px !important;
    }
	
}

