@charset "UTF-8";

/* ============================================================
   共通設定（カラー・フォント）
   ============================================================ */
:root {
    --base-bg: #f4dbdb;         /* 全体の背景 */
    --main-accent: #555566;     /* メインカラー */
    --sub-accent: #cc6d77;      /* サブカラー */
    --card-bg: #ffffff;         /* コンテンツ部分背景色 */
    --text-main: #333333;       /* 基本文字色 */
    --text-sub: #666666;        /* 補足文字色 */
    --line-weight: 3px;         /* 線の太さ */
}

body {
    background-color: var(--base-bg);
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 0;
    padding: 30px 15px;
    color: var(--text-main);
}

.container {
    max-width: 450px;
    margin: 0 auto;
}

/* ============================================================
   ヘッダー・タイトル
   ============================================================ */
header {
    text-align: center;
    margin-bottom: 40px;
}

header h1 {
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 0.05em;
    color: var(--main-accent);
}

.url-text, .url-text a {
    font-size: 0.85rem;
    color: var(--sub-accent); 
    margin: -2px 0 0 0;
    font-weight: bold;
    text-decoration: none;
}

.url-text a:hover {
    text-decoration: underline;
}



/* ============================================================
   コンテンツカード・セクション
   ============================================================ */
.content-card {
    background-color: var(--card-bg);
    padding: 50px 0;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

section {
    margin-bottom: 50px;
    padding: 0 39px;
}

section:last-child {
    margin-bottom: 0;
}

/* 矢印付き見出し */
.arrow-title-wrapper {
    position: relative;
    margin-left: -60px; 
    margin-bottom: 30px;
}

.arrow-title {
    font-size: 1.5rem;
    margin: 0;
    padding-left: 60px;
    display: inline-block;
    border-bottom: var(--line-weight) solid var(--main-accent);
    position: relative;
    color: var(--main-accent);
    padding-right: 25px;
}

.arrow-title::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -3px;
    width: var(--line-weight);
    height: var(--line-weight);
    background-color: var(--main-accent);
    border-radius: 50%;
}

hr {
    border: none; 
    border-top: 2px dashed var(--main-accent); 
    margin: 30px 0;
    opacity: 0.3;
}


/* ============================================================
   プロフィール・リンク・テキストエリア
   ============================================================ */
.comment-area {
    text-align: left;
    font-size: 0.95rem;
    color: var(--text-sub);
    line-height: 1.8;
    padding-left: 13px;
}

.item-group {
    margin-top: 30px;
}

.item-link {
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s;
}

.item-link:hover {
    opacity: 0.6;
}

.item-title {
    font-weight: bold;
    color: var(--sub-accent);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.item-title::before {
    content: '○';
    margin-right: 8px;
    color: var(--main-accent);
}

.address {
    font-size: 0.8rem;
    text-decoration: underline;
    margin-left: 20px;
    color: var(--main-accent);
    display: block;
    opacity: 0.6;
}

.description {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 0.9rem;
    color: var(--text-sub);
}

.sns-area {
    display: flex;
    gap: 12px;
    margin: 15px 0 0 20px;
    flex-wrap: wrap;
}

.sns-icon {
    text-decoration: none;
    color: var(--main-accent);
    font-weight: bold;
    font-size: 0.85rem;
    border: 1px solid var(--main-accent);
    padding: 4px 12px;
    border-radius: 20px;
    transition: all 0.3s;
}

.sns-icon:hover {
    background-color: var(--main-accent);
    color: var(--card-bg);
}




/* ============================================================
   フォーム関連
   ============================================================ */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--main-accent);
    font-size: 0.9rem;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 16px;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

input:focus, textarea:focus {
    border-color: var(--sub-accent);
    outline: none;
    background-color: #fff;
}

textarea {
    height: 150px;
    resize: vertical;
}

.checkbox-group {
    margin-top: 20px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--text-sub);
}

.checkbox-label input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.submit-btn {
    margin-top: 30px;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--main-accent);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: inherit;
    cursor: pointer;
    transition: opacity 0.3s;
}

.submit-btn:hover {
    opacity: 0.8;
}

/* ============================================================
   便利ツール（コピー防止など）
   ============================================================ */
.no-copy {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    cursor: default;
}

/* ============================================================
   スマホ対応（レスポンシブ）
   ============================================================ */
@media (max-width: 480px) {
    section { padding: 0 25px; }
    .arrow-title-wrapper { margin-left: -40px; }
    .arrow-title { padding-left: 40px; font-size: 1.3rem; }
}