/* charset="UTF-8" */

/*===========================
common 
 ==========================*/
html {
    font-size: 62.5%;
}

body {
    font-family:
        'Noto serif JP', Arial, sans-serif;
    font-style: normal;
    color: ver(--primary-black, #333a3a);
    background-color: ver(--primary-white);
    line-height: 1.8;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

img {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

/* 画像SP */
@media screen and (min-width: 375px) and (max-width: 519px) {
    .img__problem {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150%;
    }
}

/* コンテナ */
.container {
    overflow: hidden;
}

.main-container,
.main-container * {
    box-sizing: border-box;
}

input,
select,
textarea,
button {
    outline: 0;
}

.main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    width: 355px;
    height: 72px;
    margin: 0 auto;
    padding: 0 14px 0 14px;
    width: 100%;
    line-height: 180%;
}

.headers__topic{
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    color: #798543;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    padding: 14px;

}

.footer__topic {
    transform: translateX(-300px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    color: #798543;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
}


.img {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Caption__txt12L,
.Caption__news__txt12r {
    color: #8B6931;
    text-align: left;
    font-family: "Noto Serif TC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    font-style: italic;

} */

    .Caption__txt12L,
    .Caption__news__txt12r {
        font-size: 14px;
    } 

.news_topic{
    color: #8B6931;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    line-height: 45px;
}

@media screen and (min-width: 375px) and (max-width: 768px) {

    .news_topic {
        color: #8B6931;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        font-style: italic;
        font-size: 40px;
    }
}

.Caption__txt14r {
    color: #9A9A9A;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 14px;
    line-height: 1.8;
    text-align: right;
}

@media screen and (min-width: 375px) and (max-width: 768px) {
    .Caption__txt14r {
        text-align: left;
    }
}

.top__btn {
    width: 40px;
    height: 40px;
    padding: 20px 14px;
    background-size: cover;
    background-image: url('../img/btn_top.png');

    position: fixed;
    bottom: 1.4%;
    right: 1.4%;
}

.flame208,
.flame160,
.flame238,
.flame239,
.flame259 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 14px 0px 14px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background: rgba(231, 221, 221, 0.50);
    margin: 0 auto;
} */

.flame284 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 14px 0px 19px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px;
    gap: 15px;
    max-width: 400px;

}

.flame284vo {
    display: flex;
    align-items: center;
    /* width: 100%; */
    width: 32%;
    padding: 0px 14px 0px 19px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px;
    gap: 15px;
    max-width: 400px;
}

    .flame284pc {
        display: flex;
        width: 100%;
        padding: 20px 14px;
        align-items: center;
        max-width: 400px;
    }


    .voicebox,
    .box {
        display: contents;
        gap: 20px;

    }

    .box {
        justify-content: center;
        display: contents;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0px 0px 20px 0px;
        max-height: 1600px;
        /* セクションの高さを固定 */
        overflow-y: auto;
        /* 垂直方向のスクロールを有効にする */
        padding: 10px;
        /* コンテンツとスクロールバーの間に余白を追加 */
        border: 1px solid #ddd;
        /* 境界線を追加して見やすくする（任意） */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        /* ボックスにシャドウを追加（任意） */
        background-color: rgba(231, 221, 221, 0.50);
    }

@media screen and (min-width: 375px) and (max-width: 519px) {
    .problem_topic {
        padding-left: 14px;
        font-size: 40px;
    }
}

@media screen and (min-width: 520px) and (max-width: 768px) {
    .problem_topic {
        padding-left: 14px;
        font-size: 40px;
    }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
    .problem_topic {}
}

@media screen and (min-width: 960px) and (max-width: 1920px) {
    .problem_topic {}
}

.flame202 {
    flex-shrink: 0;
} */

.flame243{
    display: flex;
    justify-content: flex-end;
} */
.flame245,
.flame278,
.flame279 {
    gap: 10px;
    line-height: 20px;

}

@media screen and (min-width: 375px) and (max-width: 768px) {
    .flame245 {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
    .flame245 {
        width: 50%;
    }
}

.flame246 {
    display: flex;
}

.btn_link {
    max-width: 100%;
}

.flame52,
.flame53,
.flame36 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    padding: 0px 0px 0px 14px;
    gap: 15px;
}

.Caption__txt14rtri {
    text-align: center;
    color: #576165;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 14px 0px 0px;
    line-height: 1.8;
    width: 150px;
    background-color: #F2EBE9;
}

.text-blue {
    color: #3A65AC;
    font-weight: 700;
}

.section--voice {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    background: #E4E3E3E5;
}


.flame267 {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.Caption__txt15rinter {
    color: #B22D35;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.Caption__txt16rinter,
.Caption__txt16rinterl {
    color: #8B6931;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    padding: 10px;
}

.Caption__txt14rinter,
.Caption__txt14rinterl {
    color: #8B6931;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    padding: 0px 20px;
}

.Caption__txt16rinterl {
    text-align: left;
    background: #FFFFFF;
    padding: 0px 20px;
    line-height: 1.8;
}

.flame283 {
    display: flex;
    width: 100%;
    padding: 0px 14px 0px 19px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 10px;
} 

.article__footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.section_footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;

}

.footerNav {
    display: flex;
    padding: 30px 50px;
    justify-content: space-between;
    transform: translateX(-300px);
    white-space: nowrap;

}

@media screen and (min-width: 375px) and (max-width: 519px) {
    .footerNav {
        display: flex;
        padding: 30px 50px;
        justify-content: space-between;
        transform: translateX(-100px);

    }
}

@media screen and (min-width: 520px) and (max-width: 768px) {
    .footerNav {
        display: flex;
        padding: 30px 50px;
        justify-content: space-between;
        transform: translateX(-200px);

    }
}

.footerNav__item {
    font-size: 18px;
    color: #8B6931;
}

@media screen and (min-width: 375px) and (max-width: 519px) {

    .article__footer {
        background-size: 80%
    }
}

@media screen and (min-width: 520px) and (max-width: 768px) {

    .article__footer {
        background-size: 70%
    }
}

@media screen and (min-width: 769px) and (max-width: 959px) {

    .article__footer {
        background-size: 60%
    }
}

@media screen and (min-width: 960px) and (max-width: 1920px) {

    .article__footer {
        background-size: 50%
    }
}


.footer__txt15rinter {
    display: flex;
    padding: 1px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.8;
}



.contact {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #8B6931;
    padding: 0px 0px 20px 0px;
}

.copy {
    display: flex;
    justify-content: center;
    color: #8B6931;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #E4E3E3E5;
    height: 20px;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    display: block;
}

.image-container .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Inter;
    color: #B22D35;
    font-size: 16px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0);
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 30px 30px 0px 30px
}

.footer_topic {
    text-decoration: none;
    border-bottom: 2px solid #8B6931;
}

.footerbox {
    display: flex;
    justify-content: center;

}

.footerNav_list1 {
    width: 33.33%;
    display: block;
    justify-content: center;
}

.footerNav_list2 {
    width: 33.33%;
    display: block;
    justify-content: center;
}

.footerimg {
    width: 33.33%;
    display: flex;
    justify-content: center;
}

/* contact sns */
.contact {
    gap: 30px;
    display: block;
    text-align: center;
}

footer {
    background-color: white;
    text-align: center;
}

.social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
}


.social-icon img {
    width: 30px;
    height: 30px;
    /* アイコンのサイズを調整 */
    transition: transform 0.3s ease;
    /* マウスオーバー時のアニメーション */
}

.socialhot-icon img {
    width: 80px;
    height: 30px;
    /* アイコンのサイズを調整 */
    transition: transform 0.3s ease;
    /* マウスオーバー時のアニメーション */
}

.social-icon img:hover {
    transform: scale(1.2);
    /* マウスオーバーでアイコンが拡大する */
}


/*===========================
header 
 ==========================*/
 .header__topic,
 .footer__topic {
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    color: #798543;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
}
.footer__topic {
    transform: translateX(-300px);
}
.tel{
    font-size: 16px;
    margin-right: 10px;
}
/* @media screen and (min-width: 375px)and (max-width: 519px) {
    .nav__topic{
        transform: translateX(-50px);
} */
.footer__topic {
    transform: translateX(-100px);
}

@media screen and (min-width: 520px)and (max-width: 768px) {
    /* .nav__topic, */
    .footer__topic {
        transform: translateX(-200px);
}
}

.kirara__btn {
    display: flex;
    gap: 10px;
}

.header__btn {
    width: 40px;
    height: 40px;
    padding: 20px 14px;
    background-size: cover;
    background-image: url('../img/btn-menu.png');
}

.back__btn {
    width: 40px;
    height: 40px;
    margin: 0px 20px 10px 0px;
    background-size: cover;
    background-image: url('../img/btn_back.png');
}

.header__topic {
    padding: 14px;
}


.main {
    padding-top: 70px;
}

.kirara_topic {
    color: #8B6931;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
}

.section--kirara {
    display: flex;
    width: 100%;
    padding: 14px;
    flex-direction: column;
    flex-shrink: 0;
    background: rgba(231, 221, 221, 0.50);
}

.kirara {
    width: 100%;
    gap: 10px;
}

@media screen and (min-width: 520px)and (max-width: 768px) {

    .kirara {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 50%;
    }
}



.header {
    background: #f9f9f9;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    /* 固定するための設定 */
    top: 0;
    width: 100%;
    z-index: 1000;
    /* コンテンツの上に表示されるようにする */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* オプション：影を付ける */
}

.kirara_topic {
    color: #8B6931;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    line-height: 45px;

}

@media screen and (min-width: 375px) and (max-width: 768px) {

    .kirara_topic {
        color: #8B6931;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        font-style: italic;
        font-size: 45px;
    }
}

.Caption__txt14r {
    color: #9A9A9A;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 14px;
    line-height: 1.8;
    text-align: right;
}

@media screen and (min-width: 375px) and (max-width: 768px) {
    .Caption__txt14r {
        text-align: left;
    }
}

.top__btn {
    width: 40px;
    height: 40px;
    padding: 20px 14px;
    background-size: cover;
    background-image: url('../img/btn_top.png');
}

.flame160 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 14px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 10px;
    background: rgba(231, 221, 221, 0.50);
    margin: 0 auto;
}


.flame284 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 14px 0px 19px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px;
    gap: 15px;
    max-width: 400px;

}

.flame284vo {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 14px 0px 19px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px;
    gap: 15px;
    max-width: 400px;

}

@media screen and (min-width: 769px) and (max-width: 1920px) {

    .flame160 {
        display: flex;
        width: 100%;
        padding: 20px 14px;
        align-items: center;

    }

    .flame284pc {
        display: flex;
        width: 100%;
        padding: 20px 14px;
        align-items: center;
        max-width: 400px;

    }

    .flame195 {
        flex-direction: column;
        gap: 10px;
        display: block;
        width: 50%;
        padding: 0 30px;
        max-width: 570px;
        /* width: 450px; */
    }

    .flame196 {
        gap: 10px;
        display: block;
        padding: 30px;
        justify-content: center;
    }





    .flame160 {
        display: none;
    }

    .section--kirara {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
    }

    .kirarapc {
        display: flex;
        padding: 14px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* gap: 30px; */
        flex-shrink: 0;
        background: rgba(231, 221, 221, 0.50);
        max-width: 1122;

    }
}

@media screen and (min-width: 520px)and (max-width: 768px) {

    .flame160 {
        display: flex;
        justify-content: center;
        /* max-width: 500px; */
        background: rgba(231, 221, 221, 0.50);
    }
    .flame160pc{
        display: none !important;
    }

}

.flame160pc {
    width: 100%;
    display: flex;
    gap: 10px;
    background: rgba(231, 221, 221, 0.50);
}


/* 各スライドのスタイル */
.mySlides {
    width: 100%;
    display: block;
    /* height: 300px; */
}

/* フェードアニメーションを追加 */
.fade {
    animation:none;
}

/* フェードアニメーションのキー */
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@media screen and (min-width: 375px) and (max-width: 768px) {
    .flame160pc {
        display: none !important;
    }

    .kirara {
        width: 100%;
    }

    .kirarapc {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
    .kirara {
        width: 100%;
    }

    .flame160pc:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.Caption__txt16b {
    color: #8B6931;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    padding: 0px 14px;
    margin: revert;
}

.Caption__txt16r {
    color: #8B6931;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding: 0px 14px;
    line-height: 1.8;
}

.Caption__txt50r {
    color: #FFFFFF;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    padding: 2px 14px;
    line-height: 1;
}

.text-red20 {
    color: #B22D35;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}

.text-red {
    color: #B22D35;
    font-weight: 600;
    font-size: 16px;
}

.text-blue {
    color: #3A65AC;
    font-weight: 600;
}

.Caption__txt16b {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
}

@media screen and (min-width: 960px) and (max-width: 1920px) {

    .Caption__txt16r {
        font-size: 16px;
        line-height: 1.8;
    }
}

.Caption__txt16b {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
}

.flame160pc {
    display: flex;
    align-items: center;
    background: rgba(231, 221, 221, 0.50);

}

.flame263 {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8B6931;
}
.flame262 {
    display: flex;
    width: 165pxpx;
    height: 72pxpx;
    gap: 0px;
    opacity: 0px;
}

.article__footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
@media screen and (min-width: 375px) and (max-width: 519px) {

    .article__footer {
        background-size:80% 
    }
}
@media screen and (min-width: 520px) and (max-width: 768px) {

    .article__footer {
        background-size:70% 
    }
}
@media screen and (min-width: 769px) and (max-width: 959px) {

    .article__footer {
        background-size:60% 
    }
}
@media screen and (min-width: 960px) and (max-width: 1920px) {

    .article__footer {
        background-size:50% 
    }
}

.section_footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;

}

.footerNav {
    display: flex;
    padding: 30px 50px;
    justify-content: space-between;
    transform: translateX(-300px);

}

@media screen and (min-width: 375px) and (max-width: 519px) {
    .footerNav {
        display: flex;
        padding: 30px 50px;
        justify-content: space-between;
        transform: translateX(-100px);
    
    }
}

@media screen and (min-width: 520px) and (max-width: 768px) {
    .footerNav {
        display: flex;
        padding: 30px 50px;
        justify-content: space-between;
        transform: translateX(-200px);
    
    }
}

.footerNav__item {
    font-size: 18px;
    color: #8B6931;
}


.footer__txt15rinter {
    display: flex;
    padding: 1px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.8;
}

.contact {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #8B6931;
}

.copy {
    display: flex;
    justify-content: center;
    color: #8B6931;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #E4E3E3E5;
    height: 20px;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    display: block;
}

.image-container .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Inter;
    color: #B22D35;
    font-size: 16px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0);
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 30px 30px 0px 30px
}

.footer_topic {
    text-decoration: none;
    border-bottom: 2px solid #8B6931;
}

.footerbox {
    display: flex;
    justify-content: center;


}

.footerNav_list1 {
    width: 33.33%;
    display: block;
    justify-content: center;
}

.footerNav_list2 {
    width: 33.33%;
    display: block;
    justify-content: center;
}

.footerimg {
    width: 33.33%;
    display: flex;
    justify-content: center;
}
/* contact sns */
.contact{
    gap: 30px;
    display: block;
    text-align: center;
}

footer {
    padding: 20px;
    text-align: center;
}

.social-links {
    display: flex;
    gap: 13px;
    justify-content: center;
}
@media screen and (min-width: 375px)and (max-width: 519px) {
    .social-links {
        gap: 5px;
        flex-wrap: wrap;
    }
}

.social-icon img {
    width: 30px;
    height: 30px; /* アイコンのサイズを調整 */
    transition: transform 0.3s ease; /* マウスオーバー時のアニメーション */
}

.socialhot-icon img {
    width: 80px;
    height: 30px; /* アイコンのサイズを調整 */
    transition: transform 0.3s ease; /* マウスオーバー時のアニメーション */
}

.social-icon img:hover {
    transform: scale(1.2); /* マウスオーバーでアイコンが拡大する */
}