/* charset="UTF-8" */


/*==========================
Article header
==========================*/

/*===========================
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%;
    /* width: 50%; */
}

.container {
    overflow: hidden;
}

.slideshow-container{
    width: 50%;
}
@media screen and (min-width: 375px)and (max-width: 768px) {
    .slideshow-container{
        width: 100%;
}
}
.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%;
}


/*===========================
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;
}

.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: 24px;

}
.footer__topic {
    transform: translateX(-300px);
}
.tel{
    font-size: 16px;
    margin: 0px 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: 30px;
}

.section--kirara {
    display: flex;
    width: 100%;
    padding: 14px;
    flex-direction: column;
    flex-shrink: 0;
    background: rgba(231, 221, 221, 0.50);
}

.kirara {
    width: 100%;
}

@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: 30px;
    line-height: 40px;

}

@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: 25px;
    }
}

.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: 32%;
    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: 2560px) {

    .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: 1300px;
        margin: 0 auto;

    }
}

@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: 2560px) {
    .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: 0px 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-image: url("../img/kirara_zensin.png");
    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: 2560px) {

    .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);
    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: 16px;
    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,.social-links-end {
    display: flex;
    gap: 13px;
    justify-content: center;
}
@media screen and (min-width: 375px)and (max-width: 519px) {
    .social-links,.social-links-end {
        gap: 5px;
        flex-wrap: wrap;
    }
    .social-links-end{
        padding-bottom: 20px;
    }

}

.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); /* マウスオーバーでアイコンが拡大する */
}