/* プライスページ専用スタイル - ガイデン風 */

/* パンくずリスト */
.breadcrumb {
    padding: 15px 0;
    background-color: #f8f9fa;
    font-size: 0.9rem;
    color: #6c757d;
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--dark-pink);
}

.breadcrumb span {
    color: var(--dark-pink);
    font-weight: 500;
}

/* ヒーローセクション */
.price-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.price-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffd6e7' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
}

.price-hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
   font-family: 'M PLUS Rounded 1c', 'Hachi Maru Pop', 'Yomogi', 'Hiragino Maru Gothic Pro', 'Yu Gothic', sans-serif;
}

.price-hero-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* セクションヘッダー */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
   font-family: 'M PLUS Rounded 1c', 'Hachi Maru Pop', 'Yomogi', 'Hiragino Maru Gothic Pro', 'Yu Gothic', sans-serif;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}


/* プライスページ専用スタイル - ガイデン風 */

/* パンくずリスト */
.breadcrumb {
    padding: 15px 0;
    background-color: #f8f9fa;
    font-size: 0.9rem;
    color: #6c757d;
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--dark-pink);
}

.breadcrumb span {
    color: var(--dark-pink);
    font-weight: 500;
}

/* ヒーローセクション */
.price-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.price-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f9d5e5' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.7;
}

.price-hero-title {
    font-family: 'M PLUS Rounded 1c', 'Hachi Maru Pop', 'Yomogi', 'Hiragino Maru Gothic Pro', 'Yu Gothic', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--dark-pink);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.price-hero-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.image-text-section {
    padding: 40px 60px;
    background-color: #ffffff;
  
    /* 黄色の斜線パターンを追加 */
    background-image: repeating-linear-gradient(
        45deg,
        #fffdda,
        #fffdda 10px,
        #ffffff 10px,
        #ffffff 20px
    );
}





/* プランタイトルセクション */
.plans-title-section {
    padding: 60px 0 0;
   background-image: repeating-linear-gradient(
        45deg,
        #fffdda,
        #fffdda 10px,
        #ffffff 10px,
        #ffffff 20px
    );
    text-align: center;
}

.plans-title-section .section-title {
    font-size: 2.5rem;
    color: var(--dark-pink);
    margin-bottom: 15px;
    font-family: 'M PLUS Rounded 1c', 'Hachi Maru Pop', 'Yomogi', 'Hiragino Maru Gothic Pro', 'Yu Gothic', sans-serif;
}

.plans-title-section .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {


    .image-text-section {
        padding: 40px 1px;
    }


    .plans-title-section {
        padding: 40px 0 20px;
    }
    
    .plans-title-section .section-title {
        font-size: 2rem;
    }
    
    .plans-title-section .section-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .plans-title-section .section-title {
        font-size: 1.8rem;
    }
    
    .plans-title-section .section-subtitle {
        font-size: 0.9rem;
    }
}






.container-image-text {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 60px;
}

.image-text-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.image-text-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.image-container {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
}



.section-image {
    width: 100%;
    height: auto;
    display: block;
   
}



.text-container h3 {
    font-family: 'M PLUS Rounded 1c', 'Hachi Maru Pop', 'Yomogi', 'Hiragino Maru Gothic Pro', 'Yu Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-pink);
    margin-bottom: 15px;
}

.text-container p {
    color: #6c757d;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .price-hero-title {
        font-size: 2.2rem;
    }
    
    .price-hero-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .image-text-content {
        flex-direction: column;
        gap: 60px;
    }
    
    .image-text-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .price-hero {
        padding: 80px 0 60px;
    }
    
    .price-hero-title {
        font-size: 1.8rem;
    }
}



/* 押しピン風デザイン */
.container-image-text {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 60px;
    position: relative;
    border-radius: 8px;
    margin: 40px auto;
    max-width: 1200px;
}

/* 押しピンのベース */
.container-image-text::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #999999 0%, #616161 100%);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* 押しピンの先端 */
.container-image-text::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 15px;
    background: linear-gradient(to bottom, #000000 0%, #1d1d1d 100%);
    border-radius: 0 0 4px 4px;
    z-index: 0;
}

/* 押しピンの影 */
.container-image-text {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .container-image-text {
        padding: 40px 20px;
        margin: 40px 15px;
    }
    
    .container-image-text::before {
        width: 16px;
        height: 16px;
        top: 10px;
    }
    
    .container-image-text::after {
        width: 6px;
        height: 12px;
        top: 20px;
    }
}


/* pタグの前にドットアイコンを追加 */
.text-container p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.text-container p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='6' fill='%23f4a6c5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .text-container p {
        padding-left: 22px;
    }
    
    .text-container p::before {
        width: 10px;
        height: 10px;
        top: 0.6em;
    }
}

@media (max-width: 480px) {
    .text-container p {
        padding-left: 20px;
        margin-bottom: 12px;
    }
    
    .text-container p::before {
        width: 8px;
        height: 8px;
        top: 0.5em;
    }
}









/* 2×2画像ギャラリーセクション */
.gallery-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

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

.gallery-item {
    background: white;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    border: 3px solid white;
    position: relative;
    aspect-ratio: 2/1; /* 縦横比を4:3に固定 */
}

/* ギャラリーリンクスタイル */
.gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.gallery-link:hover {
    text-decoration: none;
}

.gallery-image {
    width: 100%;
    height: 100%; /* 高さを100%に変更 */
    overflow: hidden;
    position: relative;
    border: 2px solid white;
    box-sizing: border-box;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像をコンテナにフィットさせる */
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
    }
    
    .gallery-item {
        aspect-ratio: 16/8; /* モバイルではより横長の比率に */
    }
}





/* 枠の装飾を強化 */
.gallery-item {
    position: relative;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    pointer-events: none;
    z-index: 2;
}





/* Q&Aセクションのスタイル */
.qa-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

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

.qa-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-left: 4px solid var(--dark-pink);
}

.qa-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: white;
    transition: background-color 0.3s ease;
}

.qa-question:hover {
    background: #fff5f8;
}

.qa-question h3 {
     font-family: 'M PLUS Rounded 1c', 'Hachi Maru Pop', 'Yomogi', 'Hiragino Maru Gothic Pro', 'Yu Gothic', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.qa-toggle {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--dark-pink);
    transition: transform 0.3s ease;
}

.qa-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.qa-answer p {
    padding: 15px 0 25px 0;
    margin: 0;
    color: #6c757d;
    line-height: 1.6;
    font-size: 1rem;
}

/* アクティブ状態 */
.qa-item.active .qa-answer {
    max-height: 200px;
    padding: 0 30px;
}

.qa-item.active .qa-toggle {
    transform: rotate(45deg);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .qa-section {
        padding: 60px 0;
    }
    
    .qa-question {
        padding: 20px;
    }
    
    .qa-question h3 {
        font-size: 1.1rem;
    }
    
    .qa-answer p {
        font-size: 0.95rem;
        padding: 0 0 20px 0;
    }
    
    .qa-item.active .qa-answer {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .qa-question {
        padding: 15px;
    }
    
    .qa-question h3 {
        font-size: 1rem;
    }
    
    .qa-toggle {
        font-size: 1.3rem;
    }
}