@charset "utf-8";
/* CSS Document */


/*////////共通////////*/

.products_list_center_sp dl {
    text-align: center;
    margin: 0;
}

.fair_item_point {
    background-color: #f7ebd9;
    display: inline-block;
    padding: 0.8rem 1.4rem;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 0.8rem;
    line-height: normal;
}

.btn_topage {
    padding: 7px;
    margin-bottom: 0;
}

.heading2 {
    border-left:none;
    margin-top: 0;
    font-size: 2rem;
    text-align: center;
}

.heading3_underline {
    border-bottom: 1px solid #bb281a;
}

.heading2_condition {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5;
    margin-top: 0;
}

.head4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 3rem 0 0;
}

.link_icon {
    display: inline-flex;
    width: 12px;
    margin-left: 5px;
    align-items: center;
}


/*アンカー*/
.anchor_3_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}

.anchor_fair,
.anchor_fair02 {
    font-size: 1.5rem;
    position: relative;
    display: block;
    width: 25%;
    margin-bottom: 40px;
    padding: 10px 30px 10px 10px;
    vertical-align: middle;
    text-decoration: none;
    transition: 1.0s;
    border-bottom: 1px solid;
    text-align: center;
}

.anchor_fair:link,
.anchor_fair02:link {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.anchor_fair:nth-of-type(n+4) {
    width: 40%;
}

.anchor_fair:nth-child(-n+3)::after {
        right: -170px;
}

.anchor_fair:hover,
.anchor_fair:active,
.anchor_fair02:hover,
.anchor_fair:active {
    color: #222;
    text-decoration: none;
    background-color: #EFE9E6;
}

.anchor_fair02 {
    width: 40%;
}

.anchor_fair02::after {
    right: -300px;
}

.anchor_3,
.anchor_3:link {
    background-color: #e0e4f1;
}

.anchor_3:hover,
.anchor_3:active {
    color: #222;
    text-decoration: none;
}

.cp_period {
    font-size: 1.6rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1.5rem 0px;
    width: 50%;
    margin: 4rem auto;
    text-align: center;

}

.hf_imgbox {
    margin: 2.5rem auto 3.5rem;
    text-align: center;
}

.hr_inner_imgbox {
    text-align: center;
    margin: 10px 0 30px;
}


.hq_wrap_margin {
    margin: 2rem 0 6rem;
}

.hq_end_link_area {
    margin-top: 6rem;
}


/*下矢印*/
.arrow_down::after {
    right: -264px;
}



/*下向き▼*/
.triangle {
    background: #ccc;
    height: calc(tan(60deg)* 30px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
    margin: 2rem auto;
}


/*寿々フェア　20250805-0831*/
.anchor_2 {
    width: 30%!important;
    background-color: #f9eeee!important;
}
.sample2::after {
        right: -210px!important;
}

.section {
    margin: 80px auto;
}
.suzufair_item {
    margin-top: 40px;
}
.caution_area {
    margin: 20px 0 10px;
}
.caution_area .caution {
    margin: 0;
    line-height: 2;
}
.anchor_3_area {
    margin-top: 8rem;
}
.contents_warp {
    margin-bottom: 6rem;
}
.heading3_underline {
    margin: 40px 0 15px;
}
.suzufair_heading4 {
    font-size: 1.7rem;
    margin: 6rem auto 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}
.btn_topage {
   margin: 20px auto;
}


.cp_detail_wrap {
    display: table;
    margin: 2.5rem auto 60px;
    background: #f9eeee;
    padding: 1rem 2.5rem;
}

.cp_detail_wrap h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    margin: 10px 0;
}

.cp_detail_wrap .cp_time {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.cp_detail_wrap .cp_detail_title {
     margin-right: 1.5rem;
}

.cp_detail_wrap .cp_detail {
    display: flex;
    justify-content: space-between;
}
.suzu_sweets_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem auto;
}
.suzu_sweets_shop {
    width: 48%;
    margin: 2rem 0;
    background: #f9eeee;
    padding: 1rem 2rem;
}
.suzu_sweets_wrap h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0;
}

/*==========================================

　　　　　　　　　SPレイアウト

==========================================*/
@media screen and (max-width: 680px) {

    /*==========================================*/
    .anchor_3_area {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .anchor_fair {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .anchor_fair:nth-of-type(n+4) {
        width: 100%;
    }

    .anchor_fair:nth-child(-n+3)::after {
        right: -260px;
    }

    .sample2::after {
        right: -260px;
    }

    .anchor_fair02 {
        width: 100%;
    }

    .anchor_fair02::after {
        right: -290px;
    }

    /*15周年フェア　20250701～0731*/
    .head2_message {
        font-size: 1.7rem;
    }

    .head3_message {
        padding-bottom: 0.5rem;
        margin-top: 1rem;
    }

    .cp_detail_wrap {
        padding: 0rem 1.5rem;
    }

    .cp_detail_title {
        margin-right: 0.5rem;
    }

    .point_info_area {
        padding: 2rem;
    }

    .message_head_wrap {
        margin-top: 1rem;
    }
    .products_list_center_sp {
        justify-content: center;
    }

/*「紫鈴 2021」ボルドーグラス付きセット rindo-bordeauxglass*/
    .rindo-bordeauxglass .column01_img {
        width: 100%;
        margin: 2rem 0;
    }
    .rindo-bordeauxglass .column01 {
        margin-top: 0;
    }
    /*TOPへ戻るとサイズを合わせる*/
    .rb-btn {
        width: 80%;
        padding: 7px 10px;
    }
    .rb-btn::after {
    right: -230px;
    top: -2px;
}
/*オーナー夫妻サイン＆シリアルナンバー入りエッチングボトルセット*/
    .signbottle .column01_img {
        width: 100%;
        margin: 2rem 0;
    }
    .signbottle .column01 {
        margin-top: 0;
    }
    .caution_figcaption {
        width: 100%;
    }
    .anchor_fair_column1::after {
    right: -280px !important;
    
}
.anchor_fair_column1 {
    padding: 10px 30px 10px 10px;
}
.signbottle_page_up p {
    font-size: 1rem;
}

/*寿々フェア　20250805-0831*/
.cp_period {
        width: 90%;
}
.anchor_2 {
    width: 90%!important;
}
.sample2::after {
            right: -230px !important;
}
.suzu_sweets_wrap {
    display: block;
}
.suzu_sweets_shop {
    width: 90%;
    display: table;
    margin: 2rem auto;
}
 

    /*==========================================*/
}

/*==========================================*/