@charset "utf-8";

body{
    color: #4c5142;
}



/* news list */
/*===================

詳細　シングルページ

===================*/
.single-news{
    margin-top: 99px;
    margin-bottom: 105px;
    padding-top: 53px;
}

.single-news__wrap{
    /* margin-top: clamp(60px,9.057vw,125px); */
    margin-top: 65px;
}

.single-news__tagList{
    margin-bottom: 37px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:20px;
    flex-wrap: wrap;
}
.single-news__tagItem{
    font-size: 14px;
    color: #c65c26;
    font-weight: 300;
}


.single-news h1.single-news__title{
    font-size: clamp(19px, 3.2vw, 24px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.single-news__content{
   margin-bottom: 60px;
}
.single-news__img{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.single-news__content h3 {
    font-size: clamp(16px,2.66vw,20px);
    font-weight: 700;
    line-height: 2;
    margin-bottom: 15px;
}
.single-news__content p {
    font-size: clamp(14px,2.13vw,16px);
    line-height: 1.75;
    margin-bottom: 15px;
}


.shop-info{
    padding-bottom: 10px;
}
.shop-info__wrap{
    width: 100%;
    padding: 54px 59px;
    background-color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}
.shop-info__img{
    width: 176px;
    border: 1px solid #ebebe1;
}
.shop-info__box{
    width: calc(100% - 216px);
}
.shop-info__title{
    margin-bottom: 8px;
    font-family: century-gothic, sans-serif;
    /* font-size: 16px; */
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.3;
}
.shop-info__name{
    margin-bottom: 8px;
    /* font-size: 14px; */
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.42;
    text-decoration: underline;
}
.shop-info__date{
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 1.83;
    letter-spacing: 0.01em;
}
.shop-info__dateItem{
    display: flex;
    justify-content: start;
    align-items: start;
}
.shop-info__dateItem dt{
    font-weight: 400;
    width: 148px;
    padding-right: 10px;
}
.shop-info__dateItem dd{
    font-weight: 400;
    width: calc(100% - 148px);
}


/*===================

news list
共通

===================*/




/*===================

news list
一覧 アーカイブページ

===================*/
.archive-news{
    margin-top: 99px;
    margin-bottom: max(9.782vw, 80px);
    padding-top: 53px;
}

.archive-news__wrap{
    margin-top: 85px;
}
.archive-news__list{
    margin-bottom: max(7.971vw,80px);
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap:93px 11.1%;
}
.archive-news__listItem{
    width: calc((100% - 22.2%)/ 3 );
}

.archive-news__listImg{
    content: '';
    display: block;
    background-image: url(../imgs/news/dummy-bunnr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
}
.archive-news__listText{
    border-left: 1px solid #707070;
    padding: 15px 0 0 15px;
}
.archive-news__listDate{
    margin-bottom: 5px;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #4a5a42;
}
.archive-news__listTitle{
    /* font-size: 12px; */
    font-size: clamp(14px,1.866vw,16px);
    line-height: 1.66;
    letter-spacing: 0.03em;
    color: #4a5a42;
}


.archive-news .pagination{
    gap: 8px;
    flex-wrap: wrap;
}
.archive-news .pagination a{
    width: 39px;
    height: 39px;
    border: 1px solid #02a6a2;
    border-radius: 50%;
    background-color: #fff;
    color: #02a6a2;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    transition: .3s;
    position: relative;
}

/* .archive-news .pagination .next a::after{
    content: '>';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.archive-news .pagination .prev a::after{
    content: '<';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.archive-news .pagination a:hover{
    background-color: #02a6a2;
    color: #fff;
}
.archive-news .pagination .current a{
    background-color: #02a6a2;
    color: #fff;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 750px) {
    /*===================

詳細　シングルページ

===================*/
.single-news__wrap {
    margin-top: 50px;
}
.single-news__tagList{
    margin-bottom: 20px;
    gap:15px;
}
.single-news__img{
    margin-top: 20px;
    margin-bottom: 20px;
}
.shop-info__wrap{
    padding: 30px 20px;
    gap: 25px;
}
.shop-info__dateItem dt{
    width: 90px;
}
.shop-info__dateItem dd{
    width:calc(100% - 100px);
}

/*===================

news list
一覧　アーカイブページ

===================*/
.archive-news__wrap{
    margin-top:10.66vw;
}
.archive-news__list{
    gap: 7vw 4%;
}
.archive-news__listItem {
    width: calc((100% - 8%) / 3);
    /* padding-top: 31%; */
}
.archive-news__listText {
    padding: 10px 0 0 10px;
}


.archive-news .pagination a {
    width: 32px;
    height: 32px;
    font-size: 15px;

}

}


@media screen and (max-width: 580px) {
        /*===================

詳細 シングルページ

===================*/
    .shop-info__wrap{
       display: block;
    }
    .shop-info__img{
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .shop-info__box{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        
    }

/*===================

一覧 アーカイブページ

===================*/

}

@media screen and (max-width: 480px) {
    .archive-news__list{
        width: 100%;
        margin-bottom: 60px;
        gap: 12vw 5%;
    }
    .archive-news__listItem{
        width: calc((100% - 5%) / 2);
        /* padding-top: 47%; */
    }
    .archive-news__listItem::before {
        width: 26px;
        padding-top: 28px;
    }
}
@media screen and (max-width: 463px) {
}

@media screen and (max-width: 350px) {
    /*===================

詳細 シングルページ

===================*/


/*===================

一覧 アーカイブページ

===================*/
.archive-news__list{
    display: block;
    max-width: 200px;
    margin: 0 auto 75px;
}
.archive-news__listItem{
    width: 100%;
}
.archive-news__listItem:not(:last-child){
    margin-bottom: 30px;
}

}