/**
Theme Name: AstraChild
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrachild
Template: astra
*/

/* 基本設定 */
body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    color: #333;
    background-color: #fdfdfd;
    letter-spacing: 0.1em;
}

h1, h2, h3 {
    font-weight: 700;
}
.ast-single-post .entry-content a,
a {
    text-decoration: none;
}

.section {
    padding: 80px 5%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.section h2 {
    font-size: 28px;
    margin-bottom: 40px;
    writing-mode: vertical-rl;
    margin-right: auto;
	margin-left: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.section p {
    line-height: 2.2;
    text-align: left;
}

.section-gray {
    background-color: #E6E6FA; /* 薄いラベンダー */
}

.page-title-section {
  /*background-color: #E6E6FA;*/
  padding: 60px 5%;
  text-align: center;
}

/* 共通パーツ */
/* ボタン */
.button {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #9370DB;
    background-color: #fff;
    color: #9370DB;
    font-weight: 700;
    transition: all 0.3s;
    border-radius: 4px;
}

.button:hover {
    background-color: #9370DB;
    color: #fff;
}

.button-primary {
    background-color: #9370DB;
    color: #fff;
}

.button-primary:hover {
    background-color: #8A2BE2;
}

/* ヘッダー */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #D8BFD8; /* やや濃いめのラベンダー */
    border-bottom: 1px solid #eee;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav li {
    position: relative;
}

.nav li a {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    transition: color 0.3s;
}

.nav li a:hover {
    color: #9370DB;
}

/* ドロップダウンメニュー */
.nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f8f3f8;
    list-style: none;
    padding: 10px 0;
    margin-top: 5px;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 10;
    border-radius: 4px;
    border: 1px solid #D8BFD8;
}

.nav li:hover > .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li a {
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

.nav .dropdown-menu li a:hover {
    background-color: #D8BFD8;
}

/* ページヒーロー */
.page-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.9;
}

.page-hero-text {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    writing-mode: vertical-rl;
    line-height: 1.8;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	letter-spacing: 0;
}
.indent-text {
    display: inline-block;
    margin-top: 1em;
}

/* 導入セクション */
.intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.intro-text {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 30px;
    font-size: 16px;
}

.intro-text:last-child {
    margin-bottom: 0;
}

/* --------------------------------
toppage
----------------------------------- */

/* 職人紹介 */
.artisan-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.artisan-image {
    width: 40%;
    height: 300px;
    background-color: #ccc; /* ダミー画像の色 */
}

.artisan-text {
    width: 60%;
}

/* オーダーメイド紹介 */
.custom-order-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row-reverse; /* 画像が右側に来るように */
}

.custom-order-image {
    width: 40%;
    height: 350px;
    background-color: #ccc; /* ダミー画像の色 */
}

.custom-order-text {
    width: 60%;
}

/* 逸品紹介 */
.product-main {
    display: flex;
    align-items: center;
    gap: 40px;
}
.product-image {
    width: 50%;
    height: 400px;
    background-color: #ccc; /* ダミー画像の色 */
}
.product-description {
    width: 50%;
}
.product-description h3 {
    font-size: 22px;
}

/* Instagram */
.instagram-section h2{
	writing-mode: horizontal-tb;
	display: inline-block;
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.instagram-photo {
    width: 100%;
    padding-top: 100%; /* 1:1の正方形を維持 */
    background-color: #ccc; /* ダミー画像の色 */
    position: relative;
    display: block;
    transition: opacity 0.3s;
}
.instagram-photo:hover {
    opacity: 0.8;
}

/* 商品カテゴリ */
.category-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.category-item {
    width: 32%;
}

.category-image {
    width: 100%;
    height: 250px;
    background-color: #ccc; /* ダミー画像の色 */
    margin-bottom: 15px;
}
.category-item h3 {
    font-size: 18px;
}

/*念珠の修理セクション */
.repair-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.repair-image {
    width: 40%;
    height: 300px;
    background-color: #ccc; /* ダミー画像の色 */
}

.repair-text {
    width: 60%;
}



/*.button {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #333;
    margin-top: 20px;
    transition: all 0.3s;
}
.button:hover {
    background-color: #333;
    color: #fff;
}
.button-center {
    margin-left: auto;
    margin-right: auto;
}*/
/* タブレット・スマホ対応（768px以下） */
@media (max-width: 768px) {
 
    /* 職人紹介 */
    .artisan-content {
        flex-direction: column;
        gap: 25px;
    }

    .artisan-image {
        width: 100%;
        height: 250px;
    }

    .artisan-text {
        width: 100%;
    }

    /* オーダーメイド紹介 */
    .custom-order-content {
        flex-direction: column;
        gap: 25px;
    }

    .custom-order-image {
        width: 100%;
        height: 250px;
    }

    .custom-order-text {
        width: 100%;
    }

    /* 逸品紹介 */
    .product-main {
        flex-direction: column;
        gap: 25px;
    }

    .product-image {
        width: 100%;
        height: 280px;
    }

    .product-description {
        width: 100%;
    }

    .product-description h3 {
        font-size: 20px;
    }

    /* Instagram */
    .instagram-section p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 30px;
    }

    /* 商品カテゴリ */
    .category-container {
        flex-direction: column;
        gap: 25px;
    }

    .category-item {
        width: 100%;
    }

    .category-image {
        height: 220px;
    }

    .category-item h3 {
        font-size: 18px;
    }

    /* 念珠の修理 */
    .repair-content {
        flex-direction: column;
        gap: 25px;
    }

    .repair-image {
        width: 100%;
        height: 250px;
    }

    .repair-text {
        width: 100%;
    }

    /* ボタン */
    .button {
        width: 100%;
        max-width: 100%;
        padding: 14px 30px;
        font-size: 15px;
        text-align: center;
        box-sizing: border-box;
    }

    .button-center {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

/* 小型スマホ対応（400px以下） */
@media (max-width: 400px) {

    /* 画像の高さをさらに調整 */
    .artisan-image,
    .custom-order-image,
    .repair-image {
        height: 220px;
    }

    .product-image {
        height: 250px;
    }

    .category-image {
        height: 200px;
    }

    /* Instagram */
    .instagram-grid {
        gap: 8px;
    }

    /* ボタン */
    .button {
        padding: 12px 25px;
        font-size: 14px;
    }

    /* 見出し */
    .product-description h3 {
        font-size: 18px;
    }

    .category-item h3 {
        font-size: 16px;
    }
}


/* --------------------------------
職人のご挨拶セクション 
----------------------------------- */
.artisan-greeting-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.greeting-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    text-align: left;
}

.greeting-image {
    width: 35%;
    height: 450px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.greeting-text {
    width: 65%;
}

.greeting-intro {
    line-height: 2.2;
    margin-bottom: 30px;
    font-size: 15px;
}

.greeting-quote {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 35px;
    padding: 25px;
    background-color: #fff;
    border-left: 4px solid #9370DB;
    color: #9370DB;
}

.greeting-message {
    line-height: 2.2;
    margin-bottom: 25px;
    font-size: 15px;
}

.greeting-message:last-child {
    margin-bottom: 0;
}

/* こだわりセクション */
.commitment-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.commitment-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.commitment-item {
    text-align: center;
    position: relative;
}

.commitment-number {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    color: #E6E6FA;
    margin-bottom: 15px;
}

.commitment-image {
    width: 100%;
    height: 220px;
    background-color: #ccc;
    margin-bottom: 25px;
    border-radius: 4px;
}

.commitment-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.commitment-item p {
    line-height: 2;
    text-align: left;
    font-size: 14px;
}

/* 会社概要セクション */
.company-info-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.company-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
    background-color: #fff;
}

.company-table th,
.company-table td {
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}

.company-table th {
    width: 200px;
    background-color: #f8f3f8;
    font-weight: 700;
    vertical-align: top;
}

.company-table td {
    vertical-align: top;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none;
}

/* アクセスセクション */
.access-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.access-content {
    max-width: 1000px;
    margin: 0 auto;
}

.access-info {
    text-align: left;
    margin-bottom: 40px;
}

.access-info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.access-info h3:first-child {
    margin-top: 0;
}

.address {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

.access-text {
    line-height: 2;
    margin: 0;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map-container iframe {
    display: block;
}



/* レスポンシブデザイン */
@media (max-width: 768px) {
    .greeting-content {
        flex-direction: column;
    }

    .greeting-image {
        width: 100%;
        height: 300px;
    }

    .greeting-text {
        width: 100%;
    }

    .commitment-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .company-table {
        font-size: 14px;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .company-table th {
        border-bottom: none;
        padding-bottom: 5px;
        background-color: transparent;
        font-weight: 700;
    }

    .company-table td {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .access-content {
        flex-direction: column;
    }

    .map-container {
        height: 300px;
    }
}

/* --------------------------------
職人のこだわりをみる
----------------------------------- */
.beads-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.beads-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;
}

.beads-image {
    width: 40%;
    height: 380px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.beads-text {
    width: 60%;
    text-align: left;
}

.beads-paragraph {
    line-height: 2.2;
    margin-bottom: 30px;
    font-size: 15px;
}

.beads-paragraph:last-child {
    margin-bottom: 0;
}

/* 職人による一貫したお仕立てセクション */
.artisan-work-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.artisan-work-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.artisan-work-image {
    width: 40%;
    height: 350px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.artisan-work-text {
    width: 60%;
    text-align: left;
}

.artisan-work-paragraph {
    line-height: 2.2;
    margin-bottom: 30px;
    font-size: 15px;
}

.artisan-work-paragraph:last-child {
    margin-bottom: 0;
}

/* 数珠の種類セクション */
.types-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.types-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
}

.type-item {
    text-align: left;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.type-image {
    width: 100%;
    height: 250px;
    background-color: #ccc;
    margin-bottom: 25px;
    border-radius: 4px;
}

.type-item h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #9370DB;
}

.type-item p {
    line-height: 2;
    margin: 0;
    font-size: 15px;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
 /* 厳選された珠セクション */
    .beads-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .beads-content {
        flex-direction: column;
        gap: 25px;
    }

    .beads-image {
        width: 100%;
        height: 250px;
    }

    .beads-text {
        width: 100%;
    }

    .beads-paragraph {
        font-size: 14px;
        line-height: 2.2;
        margin-bottom: 25px;
    }

    /* 職人による一貫したお仕立てセクション */
    .artisan-work-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .artisan-work-content {
        flex-direction: column;
        gap: 25px;
    }

    .artisan-work-image {
        width: 100%;
        height: 250px;
    }

    .artisan-work-text {
        width: 100%;
    }

    .artisan-work-paragraph {
        font-size: 14px;
        line-height: 2.2;
        margin-bottom: 25px;
    }

    /* 数珠の種類セクション */
    .types-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .types-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .type-item {
        padding: 25px 20px;
    }

    .type-image {
        height: 200px;
        margin-bottom: 20px;
    }

    .type-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .type-item p {
        font-size: 14px;
        line-height: 2;
    }
}

/* --------------------------------
念珠について
----------------------------------- */

/* 念珠の由来と珠の数 セクション */
.origin-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.origin-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;
}

.origin-image {
    width: 40%;
    height: 350px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.origin-text {
    width: 60%;
    text-align: left;
}

.origin-paragraph {
    line-height: 2.2;
    margin-bottom: 25px;
    font-size: 15px;
}

.origin-paragraph:last-child {
    margin-bottom: 0;
}

.highlight-number {
    color: #9370DB;
    font-size: 24px;
    font-weight: 700;
}

/* 念珠の種類 セクション */
.types-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.types-intro {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 50px;
    font-size: 16px;
}

.types-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.type-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.type-card-image {
    width: 100%;
    height: 250px;
    background-color: #ccc;
}

.type-card-content {
    padding: 30px;
    text-align: left;
}

.type-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #9370DB;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.type-title-reading {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.type-description {
    line-height: 2;
    margin-bottom: 20px;
    font-size: 15px;
}

.type-description:last-of-type {
    margin-bottom: 25px;
}

.type-note {
    background-color: #f8f3f8;
    padding: 15px 20px;
    border-left: 4px solid #9370DB;
    line-height: 2;
    margin: 0;
    font-size: 14px;
}

/* 念珠の選び方 セクション */
.selection-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.selection-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.selection-image {
    width: 40%;
    height: 380px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.selection-text {
    width: 60%;
    text-align: left;
}

.selection-paragraph {
    line-height: 2.2;
    margin-bottom: 25px;
    font-size: 15px;
}

.selection-paragraph:last-child {
    margin-bottom: 0;
}

.selection-emphasis {
    font-weight: 700;
    color: #9370DB;
    font-size: 16px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 4px solid #9370DB;
}

/* 修理サービスセクション */
.services-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.service-icon {
    margin-bottom: 25px;
}

.service-image {
    width: 100%;
    height: 180px;
    background-color: #ccc;
    border-radius: 4px;
}

.service-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #9370DB;
}

.service-item p {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-size: 14px;
}
/* レスポンシブデザイン */
@media (max-width: 768px) {
    /* 念珠とは セクション */
    .intro-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .intro-content {
        flex-direction: column;
    }

    .intro-image {
        width: 100%;
        height: 250px;
    }

    .intro-text {
        width: 100%;
    }

    .intro-paragraph {
        font-size: 14px;
        line-height: 2.2;
        margin-bottom: 20px;
    }

    /* 念珠の由来と珠の数 セクション */
    .origin-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .origin-content {
        flex-direction: column;
    }

    .origin-image {
        width: 100%;
        height: 250px;
    }

    .origin-text {
        width: 100%;
    }

    .origin-paragraph {
        font-size: 14px;
        line-height: 2.2;
        margin-bottom: 20px;
    }

    .highlight-number {
        font-size: 20px;
    }

    /* 念珠の種類 セクション */
    .types-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .types-intro {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .types-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .type-card-image {
        height: 200px;
    }

    .type-card-content {
        padding: 25px 20px;
    }

    .type-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .type-title-reading {
        font-size: 13px;
    }

    .type-description {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 15px;
    }

    .type-description:last-of-type {
        margin-bottom: 20px;
    }

    .type-note {
        font-size: 13px;
        padding: 12px 15px;
    }

    /* 念珠の選び方 セクション */
    .selection-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .selection-content {
        flex-direction: column;
    }

    .selection-image {
        width: 100%;
        height: 250px;
    }

    .selection-text {
        width: 100%;
    }

    .selection-paragraph {
        font-size: 14px;
        line-height: 2.2;
        margin-bottom: 20px;
    }

    .selection-emphasis {
        font-size: 15px;
        padding: 15px;
    }



}

/* さらに小さい画面用（400px以下） */
@media (max-width: 400px) {
    .intro-paragraph,
    .origin-paragraph,
    .selection-paragraph {
        font-size: 13px;
    }

    .intro-image,
    .origin-image,
    .selection-image {
        height: 220px;
    }

    .type-card-image {
        height: 180px;
    }

    .type-card-content {
        padding: 20px 15px;
    }

    .highlight-number {
        font-size: 18px;
    }

    .button {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* --------------------------------
修理について
----------------------------------- */
/* 修理の流れセクション */
.flow-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.flow-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.flow-step {
    background-color: #f8f3f8;
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
}

.step-number {
    display: inline-block;
    background-color: #9370DB;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.flow-step h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.flow-step p {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-size: 14px;
}

.note {
    font-size: 13px;
    color: #666;
}

/* 修理代金セクション */
.price-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.price-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.price-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.price-table th,
.price-table td {
    padding: 18px 25px;
    text-align: left;
    border-bottom: 1px solid #E6E6FA;
    line-height: 1.8;
}

.price-table th {
    width: 60%;
    background-color: #f8f3f8;
    font-weight: 700;
}

.price-table td {
    width: 40%;
    color: #9370DB;
    font-weight: 700;
    font-size: 16px;
}

.price-table tr:last-child th,
.price-table tr:last-child td {
    border-bottom: none;
}

.price-additional-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

/* 修理のこと・無理なことセクション */
.info-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.info-box {
    padding: 30px;
    border-radius: 8px;
}

.info-box h3 {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
}

.info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-box ul li {
    line-height: 2.2;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
}

.info-box ul li:last-child {
    margin-bottom: 0;
}

.can-do {
    background-color: #f0f8f0;
    border: 2px solid #4CAF50;
}

.can-do h3 {
    color: #4CAF50;
}

.can-do ul li:before {
    content: "✓";
    color: #4CAF50;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.cannot-do {
    background-color: #fff5f5;
    border: 2px solid #e57373;
}

.cannot-do h3 {
    color: #e57373;
}

.cannot-do ul li:before {
    content: "×";
    color: #e57373;
    font-weight: 700;
    position: absolute;
    left: 0;
}
/* レスポンシブデザイン */
@media (max-width: 768px) {
    .services-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .services-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .service-item {
        padding: 25px 20px;
    }

    .service-image {
        height: 150px;
    }

    .service-item h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service-item p {
        font-size: 14px;
    }

    .flow-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .flow-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .flow-step {
        padding: 25px 20px;
    }

    .step-number {
        font-size: 13px;
        padding: 6px 18px;
    }

    .flow-step h3 {
        font-size: 16px;
    }

    .flow-step p {
        font-size: 14px;
    }

    .price-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .price-note {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .price-table {
        font-size: 13px;
    }

    .price-table th,
    .price-table td {
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

    .price-table th {
        border-bottom: none;
        padding-bottom: 5px;
        background-color: transparent;
        font-weight: 700;
        font-size: 14px;
    }

    .price-table td {
        padding-top: 5px;
        padding-bottom: 15px;
        background-color: #f8f3f8;
        border-radius: 4px;
        font-size: 15px;
    }

    .price-table tr:last-child td {
        border-bottom: 1px solid #E6E6FA;
    }

    .price-additional-note {
        font-size: 13px;
        margin-top: 15px;
    }

    .info-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .info-box {
        padding: 25px 20px;
    }

    .info-box h3 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .info-box ul li {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 12px;
    }
}


/* --------------------------------
オーダーメイドの流れ 
----------------------------------- */

.flow-section h2 {
    writing-mode: horizontal-tb;
    padding-bottom: 15px;
    border-bottom: 2px solid #9370DB;
    display: inline-block;
    margin-bottom: 60px;
}

.flow-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.flow-step {
    text-align: left;
}

.step-number {
    display: inline-block;
    background-color: #9370DB;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 15px;
}

.step-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.step-image {
    width: 100%;
    height: 200px;
    background-color: #ccc;
    margin-bottom: 20px;
    border-radius: 4px;
}

.step-content p {
    line-height: 2;
    margin: 0;
}

.note {
    font-size: 14px;
    color: #666;
}

/* 選べること */
.choice-section h2 {
    writing-mode: horizontal-tb;
    padding-bottom: 15px;
    border-bottom: 2px solid #9370DB;
    display: inline-block;
    margin-bottom: 60px;
}

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

.choice-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.choice-item:last-child {
    margin-bottom: 0;
}

.choice-item-reverse {
    flex-direction: row-reverse;
}

.choice-image {
    width: 40%;
    height: 280px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.choice-content {
    width: 60%;
    text-align: left;
}

.choice-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.choice-content p {
    line-height: 2;
    margin: 0;
}

/* --------------------------------
のし・ギフトラッピング
----------------------------------- */
/* 包装セクション */
.wrapping-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.wrapping-main {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.wrapping-image {
    width: 40%;
    height: 400px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.wrapping-content {
    width: 60%;
    text-align: left;
}

.wrapping-subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    color: #333;
}

.wrapping-description {
    line-height: 2.2;
    margin-bottom: 35px;
    font-size: 15px;
}

.wrapping-details {
    margin-bottom: 35px;
}

.detail-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #9370DB;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.detail-text {
    line-height: 2;
    margin-bottom: 10px;
    font-size: 15px;
}

.detail-note {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.price-notice {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    border: 2px solid #9370DB;
    text-align: center;
}

.price-notice-text {
    line-height: 2;
    margin: 0;
    font-size: 15px;
}

.price-highlight {
    color: #9370DB;
    font-weight: 700;
    font-size: 16px;
}

/* のし紙・表書きセクション */
.noshi-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.noshi-intro {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 50px;
    font-size: 16px;
}

.noshi-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.noshi-box {
    background-color: #f8f3f8;
    padding: 35px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.noshi-box-title {
    font-size: 22px;
    margin-bottom: 30px;
    color: #9370DB;
    text-align: center;
    border-bottom: 2px solid #9370DB;
    padding-bottom: 15px;
}

.noshi-category {
    margin-bottom: 30px;
}

.noshi-category:last-child {
    margin-bottom: 0;
}

.category-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.category-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.example-tag {
    display: inline-block;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #D8BFD8;
    color: #333;
}

.example-tag-etc {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    color: #666;
}

.namae-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.namae-list li {
    line-height: 2.2;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    font-size: 15px;
}

.namae-list li:before {
    content: "●";
    color: #9370DB;
    position: absolute;
    left: 0;
}

.namae-list li:last-child {
    margin-bottom: 0;
}

.namae-note {
    line-height: 2;
    margin: 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* 用途の指定ボックス */
.noshi-notice-box {
    background-color: #fff5f0;
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 4px solid #ff9966;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.notice-text {
    line-height: 2;
    margin: 0;
    font-size: 15px;
    color: #333;
}

.notice-text strong {
    color: #ff6633;
    font-weight: 700;
}

/* 内のし・外のしボックス */
.uchi-soto-box {
    background-color: #f8f3f8;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #9370DB;
}

.uchi-soto-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #9370DB;
    text-align: center;
}

.uchi-soto-text {
    line-height: 2.2;
    margin: 0;
    font-size: 15px;
    text-align: center;
}

.uchi-soto-text strong {
    color: #9370DB;
    font-weight: 700;
}

/* のし料金案内 */
.noshi-price-notice {
    background-color: #f0f0f0;
    padding: 15px 25px;
    border-radius: 8px;
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.noshi-price-notice .price-notice-text {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* 代理発送セクション */
.proxy-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.proxy-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.proxy-image {
    width: 40%;
    height: 350px;
    background-color: #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.proxy-text {
    width: 60%;
    text-align: left;
}

.proxy-paragraph {
    line-height: 2.2;
    margin-bottom: 25px;
    font-size: 15px;
}

.proxy-paragraph:last-child {
    margin-bottom: 0;
}

.proxy-emphasis {
    font-weight: 700;
    color: #9370DB;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 4px solid #9370DB;
}

/* ご注文方法セクション */
.order-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.order-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.order-step {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.step-number {
    display: inline-block;
    background-color: #9370DB;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.order-step h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.order-step p {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-size: 14px;
}
/* レスポンシブデザイン */
@media (max-width: 768px) {

    /* 包装セクション */
    .wrapping-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapping-main {
        flex-direction: column;
        gap: 30px;
    }

    .wrapping-image {
        width: 100%;
        height: 250px;
    }

    .wrapping-content {
        width: 100%;
    }

    .wrapping-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wrapping-description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .detail-item {
        padding: 20px;
        margin-bottom: 15px;
    }

    .detail-icon {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .detail-text {
        font-size: 14px;
    }

    .detail-note {
        font-size: 12px;
    }

    .price-notice {
        padding: 18px 20px;
    }

    .price-notice-text {
        font-size: 14px;
    }

    .price-highlight {
        font-size: 15px;
    }

    /* のし紙セクション */
    .noshi-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .noshi-intro {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .noshi-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .noshi-box {
        padding: 30px 20px;
    }

    .noshi-box-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .category-title {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .example-tag {
        font-size: 13px;
        padding: 6px 14px;
    }

    .example-tag-etc {
        font-size: 13px;
    }

    .namae-list li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .namae-note {
        font-size: 13px;
    }

    /* 用途の指定ボックス */
    .noshi-notice-box {
        padding: 18px 20px;
        margin-top: 35px;
    }

    .notice-text {
        font-size: 14px;
    }

    /* 内のし・外のしボックス */
    .uchi-soto-box {
        padding: 25px 20px;
        margin-top: 25px;
    }

    .uchi-soto-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .uchi-soto-text {
        font-size: 14px;
    }

    /* のし料金案内 */
    .noshi-price-notice {
        padding: 12px 20px;
        margin-top: 25px;
    }

    .noshi-price-notice .price-notice-text {
        font-size: 13px;
    }

    /* 代理発送セクション */
    .proxy-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .proxy-content {
        flex-direction: column;
        gap: 30px;
    }

    .proxy-image {
        width: 100%;
        height: 250px;
    }

    .proxy-text {
        width: 100%;
    }

    .proxy-paragraph {
        font-size: 14px;
        line-height: 2.2;
        margin-bottom: 20px;
    }

    .proxy-emphasis {
        font-size: 14px;
        padding: 18px;
    }

    /* ご注文方法セクション */
    .order-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .order-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .order-step {
        padding: 25px 20px;
    }

    .step-number {
        font-size: 13px;
        padding: 6px 18px;
    }

    .order-step h3 {
        font-size: 16px;
    }

    .order-step p {
        font-size: 14px;
    }
}

/* さらに小さい画面用（400px以下） */
@media (max-width: 400px) {
    .page-hero {
        height: 220px;
    }

    .page-hero-text {
        font-size: 20px;
    }

    .section {
        padding: 40px 4%;
    }

    .section h2 {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .intro-title {
        font-size: 22px;
    }

    .intro-text {
        font-size: 13px;
    }

    .wrapping-image {
        height: 220px;
    }

    .wrapping-subtitle {
        font-size: 17px;
    }

    .detail-item {
        padding: 18px 15px;
    }

    .noshi-box {
        padding: 25px 18px;
    }

    .noshi-notice-box {
        padding: 15px 18px;
    }

    .notice-text {
        font-size: 13px;
    }

    .uchi-soto-box {
        padding: 20px 18px;
    }

    .uchi-soto-title {
        font-size: 17px;
    }

    .uchi-soto-text {
        font-size: 13px;
    }

    .proxy-image {
        height: 220px;
    }

    .proxy-paragraph {
        font-size: 13px;
    }

    .proxy-emphasis {
        font-size: 13px;
        padding: 15px;
    }

    .order-step {
        padding: 20px 15px;
    }

    .phone-number {
        font-size: 22px;
    }

    .button {
        padding: 12px 25px;
        font-size: 14px;
    }
}


/* --------------------------------
お買い物ガイド
----------------------------------- */
/* ガイドセクション */
.guide-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.guide-item {
    margin-bottom: 60px;
}

.guide-item:last-child {
    margin-bottom: 0;
}

.section h2.guide-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
	writing-mode: horizontal-tb;
}

.guide-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #9370DB;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.guide-content {
    background-color: #fff;
    padding: 4%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.guide-content p {
    line-height: 2.2;
    margin: 0;
    text-align: left;
}

/* ご注文方法 */
.order-method {
    margin-bottom: 30px;
}

.order-method:last-child {
    margin-bottom: 0;
}

.method-title {
    font-size: 18px;
    color: #9370DB;
    margin-bottom: 15px;
    text-align: left;
}

.order-method p {
    line-height: 2;
}

/* お支払いについて */
.payment-intro {
    margin-bottom: 25px;
}

.payment-method {
    margin-bottom: 30px;
}

.payment-method:last-child {
    margin-bottom: 0;
}

.payment-title {
    font-size: 17px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: left;
}

.payment-method p {
    line-height: 2;
    margin-top: 10px;
}

/* 銀行情報 */
.bank-info {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f3f8;
    border-radius: 4px;
}

.bank-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.bank-table {
    width: 100%;
    border-collapse: collapse;
}

.bank-table th,
.bank-table td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #E6E6FA;
    line-height: 1.8;
}

.bank-table th {
    width: 120px;
    font-weight: 700;
    background-color: #E6E6FA;
}

/*.bank-table tr:last-child th,
.bank-table tr:last-child td {
    border-bottom: none;
}*/

/* 配送・送料 */
.shipping-info {
    margin-bottom: 30px;
}

.shipping-info:last-child {
    margin-bottom: 0;
}

.shipping-title {
    font-size: 17px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: left;
}

.shipping-info p {
    line-height: 2;
}

.shipping-fee-box {
    margin-top: 15px;
    padding: 20px;
    background-color: #f8f3f8;
    border-radius: 4px;
}

.fee-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #D8BFD8;
}

.fee-item:last-of-type {
    border-bottom: none;
    margin-bottom: 15px;
}

.fee-type {
    font-weight: 700;
}

.fee-price {
    color: #9370DB;
    font-weight: 700;
    font-size: 16px;
}

.fee-note {
    padding-top: 15px;
    line-height: 2;
    text-align: center;
}

.highlight {
    color: #9370DB;
    font-size: 18px;
}

/* 返品・交換 */
.return-info {
    margin-bottom: 30px;
}

.return-info:last-child {
    margin-bottom: 0;
}

.return-title {
    font-size: 17px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: left;
}

.return-info p {
    line-height: 2;
}

.not-acceptable {
    padding: 20px;
    background-color: #fff5f5;
    border-left: 4px solid #e57373;
    border-radius: 4px;
}

.not-acceptable-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.not-acceptable-list li {
    line-height: 2;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 8px;
    text-align: left;
}

.not-acceptable-list li:before {
    content: "×";
    color: #e57373;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.not-acceptable-list li:last-child {
    margin-bottom: 0;
}

/* お問い合わせCTA */
.contact-cta-section {
    padding: 60px 5%;
    text-align: center;
}

.section h2.cta-title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.8;
	writing-mode: horizontal-tb;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.button {
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #9370DB;
    background-color: #fff;
    color: #9370DB;
    font-weight: 700;
    transition: all 0.3s;
    border-radius: 4px;
    font-size: 16px;
}

.button:hover {
    background-color: #9370DB;
    color: #fff;
}

.button-primary {
    background-color: #9370DB;
    color: #fff;
}

.button-primary:hover {
    background-color: #8A2BE2;
}

.phone-info p{
    text-align: center;
}

.phone-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #9370DB;
    margin: 10px 0;
    letter-spacing: 0.05em;
}

.phone-hours {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}


/* --------------------------------
プライバシーポリシー
----------------------------------- */
/* ポリシーセクション */
.policy-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.policy-item {
    margin-bottom: 50px;
}

.policy-item:last-child {
    margin-bottom: 0;
}

.section h2.policy-heading {
    font-size: 22px;
    color: #9370DB;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E6E6FA;
	writing-mode: horizontal-tb;
	text-align: left;
}

.policy-content {
    background-color: #fff;
}

.policy-content p {
    line-height: 2.2;
    margin: 0 0 15px 0;
    text-align: left;
}

.policy-content p:last-child {
    margin-bottom: 0;
}

/* ポリシーリスト */
.policy-list {
    padding: 0;
    margin: 20px 0 0 0;
}

.policy-list li {
    line-height: 2.2;
    margin-bottom: 12px;
	text-align: initial;
}

.policy-list li:last-child {
    margin-bottom: 0;
}

/* お問い合わせ情報 */
.contact-intro {
    margin-bottom: 25px;
}

.contact-info {
    margin-top: 25px;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f8f3f8;
    margin-top: 20px;
}

.contact-table th,
.contact-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #E6E6FA;
    line-height: 1.8;
}

.contact-table th {
    width: 150px;
    font-weight: 700;
    background-color: #E6E6FA;
    color: #333;
}

.contact-table tr:last-child th,
.contact-table tr:last-child td {
    border-bottom: none;
}

.contact-table a {
    color: #9370DB;
    text-decoration: underline;
}

.contact-table a:hover {
    color: #8A2BE2;
}

/* --------------------------------
特商法
----------------------------------- */
/* 特商法セクション */
.tokusho-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.tokusho-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tokusho-table th,
.tokusho-table td {
    padding: 20px 25px;
    text-align: left;
    border-bottom: 1px solid #E6E6FA;
    line-height: 2;
    vertical-align: top;
}

.tokusho-table th {
    width: 200px;
    background-color: #f8f3f8;
    font-weight: 700;
    color: #333;
}

.tokusho-table td {
    background-color: #fff;
}

.tokusho-table tr:last-child th,
.tokusho-table tr:last-child td {
    border-bottom: none;
}

.tokusho-table strong {
    color: #9370DB;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.tokusho-table a {
    color: #9370DB;
    text-decoration: underline;
}

.tokusho-table a:hover {
    color: #8A2BE2;
}

/* --------------------------------
コンタクトフォーム
----------------------------------- */
.phone-box {
    background-color: #f8f3f8;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #9370DB;
    max-width: 500px;
    margin: 0 auto;
}

.phone-number {
    font-size: 32px;
    font-weight: 700;
    color: #9370DB;
    margin: 0 0 10px 0;
    letter-spacing: 0.05em;
}

.phone-hours {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* フォームセクション */
.form-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.form-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Contact Form 7 フォームスタイル */
.contact-form {
    max-width: 100%;
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.required {
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
    font-weight: 400;
}

.optional {
    display: inline-block;
    background-color: #95a5a6;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
    font-weight: 400;
}

/* Contact Form 7のフォームコントロール */
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 2px solid #D8BFD8;
    border-radius: 4px;
    font-family: 'Noto Serif JP', serif;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #9370DB;
}

.wpcf7-text,
.wpcf7-email {
    height: 45px;
}

.wpcf7-textarea {
    resize: vertical;
    min-height: 150px;
    line-height: 1.6;
}

/* 送信ボタン */
.form-submit {
    text-align: center;
    margin-top: 40px;
}

.wpcf7-submit {
    background-color: #9370DB;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 60px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: auto;
}

.wpcf7-submit:hover {
    background-color: #8A2BE2;
}

/* Contact Form 7のバリデーションメッセージ */
.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    background-color: #fff5f5;
    border: 2px solid #e74c3c;
    color: #e74c3c;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}

.wpcf7-mail-sent-ok {
    background-color: #f0f8f0;
    border: 2px solid #4CAF50;
    color: #4CAF50;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}

/* フォーム注意書き */
.form-note {
    margin-top: 30px;
    text-align: center;
}

.form-note p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 0;
}

/* プライバシーポリシーリンクセクション */
.privacy-link-section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.privacy-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.privacy-link {
    color: #9370DB;
    text-decoration: underline;
    transition: color 0.3s;
}

.privacy-link:hover {
    color: #8A2BE2;
    text-decoration: none;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .phone-box {
        padding: 25px 20px;
    }

    .phone-number {
        font-size: 26px;
    }

    .phone-hours {
        font-size: 13px;
    }

    /* フォームセクション */
    .form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .form-container {
        padding: 30px 20px;
    }

    .form-label {
        font-size: 15px;
    }

    .wpcf7-form-control {
        padding: 10px 12px;
        font-size: 14px;
    }

    .wpcf7-text,
    .wpcf7-email {
        height: 42px;
    }

    .wpcf7-textarea {
        min-height: 120px;
    }

    .form-submit {
        margin-top: 30px;
    }

    .wpcf7-submit {
        width: 100%;
        padding: 14px 30px;
        font-size: 16px;
    }

    .form-note p {
        font-size: 13px;
    }

    /* プライバシーリンク */
    .privacy-link-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .privacy-text {
        font-size: 13px;
    }
}

/* さらに小さい画面用（400px以下） */
@media (max-width: 400px) {
    .phone-number {
        font-size: 24px;
    }

    .form-container {
        padding: 25px 15px;
    }

    .wpcf7-submit {
        padding: 12px 25px;
        font-size: 15px;
    }
}


/* CTAセクション */
.cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-section .cta-title {
    writing-mode: horizontal-tb;
    font-size: 26px;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
}

.cta-text {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 40px;
    font-size: 16px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ボタン */
.button {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #9370DB;
    background-color: #fff;
    color: #9370DB;
    font-weight: 700;
    transition: all 0.3s;
    border-radius: 4px;
}

.button:hover {
    background-color: #9370DB;
    color: #fff;
}

.button-primary {
    background-color: #9370DB;
    color: #fff;
}

.button-primary:hover {
    background-color: #8A2BE2;
}

/* フッター */
.footer {
    text-align: center;
    padding: 30px;
    background-color: #D8BFD8;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: #D8BFD8;
}

.footer-nav {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-nav-wrap ul li a {
    text-decoration: underline;
    transition: color 0.3s;
}

.footer-nav-wrap ul li a:hover {
    text-decoration: none;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        padding: 15px 20px;
    }

    .nav ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }

    .page-hero {
        height: 300px;
    }

    .page-hero-text {
        font-size: 28px;
    }

    .flow-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .choice-item,
    .choice-item-reverse {
        flex-direction: column;
    }

    .choice-image {
        width: 100%;
        height: 250px;
    }

    .choice-content {
        width: 100%;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}
