/*
Theme Name: Apple Sakaiminato
Theme URI: https://example.com/
Author: yosuke
Description: Custom theme for Apple Sakaiminato
Version: 1.0
*/

/* 全体背景 */
body {
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/* ============================
   ヘッダー（中央寄せ）
============================ */
.apple-header-container,
.apple-header-logo,
.apple-header-campaign,
.apple-header-menu {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* ロゴ・0円キャンペーン画像 */
.apple-header-logo img,
.apple-header-campaign img {
    width: 100%;
    height: auto;
    display: block;
}

/* メニュー */
.apple-header-menu {
    margin: 15px 0 25px 0;
    font-size: 16px;
}

.apple-header-menu a {
    color: #333;
    text-decoration: none;
}

.apple-header-menu a:hover {
    text-decoration: underline;
}

/* ============================
   物件一覧（中央寄せ）
============================ */
.property-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* 物件カード（3列） */
.property-item {
    background: #ffffff;
    width: calc(33.333% - 20px);
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 物件画像 */
.property-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* 物件タイトル */
.property-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

/* 物件詳細 */
.property-details {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
}

/* ============================
   物件詳細ページ（中央寄せ）
============================ */
.property-single {
    max-width: 900px;
    margin: 20px auto;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
}

.property-single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.property-single-title {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
}

.property-single-details {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.property-single-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}

/* ============================
   フッター（中央寄せ）
============================ */
footer {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #555;
}
.apple-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.apple-page-content {
    font-size: 16px;
    line-height: 1.8;
}
.apple-page-content {
    text-align: center;
}

.apple-menu a,
.apple-menu span {
    margin-right: 20px; /* ← 数字を大きくするともっと広がる */
}
.apple-menu {
    margin-bottom: 30px; /* ← ここを調整すると上下の距離が変わる */
}