@charset "utf-8";
/* CSS Document */

/* ===========================================
   お米プラザ新潟 新米デザインシステム
   File : opn-newrice.css
   Version : 1.0
   =========================================== */
   
   /*==========================================
 ご購入前ガイド
==========================================*/

.nr-guide{
    margin:32px 0;
}

.nr-guide .nr-heading{
    margin:0 0 20px;
    padding:12px 18px;

    background:#f8f5ed;
    border-left:6px solid #7b5b44;

    color:#4b392d;

    font-size:24px;
    font-weight:bold;
    line-height:1.5;
}



.nr-guide-frame{

    border:1px solid #d8ceb0;
    border-radius:12px;

    overflow:hidden;

    background:#ffffff;
}

.nr-guide-frame iframe{

    display:block;

    width:100%;

    border:0;
}


/*==========================================
 入荷予定
==========================================*/

.nr-arrival{

    margin:12px 0 30px;

    padding:14px;

    background:#f8f5ed;

    border:1px solid #d8ceb0;

    border-radius:12px;

    text-align:center;
}

.nr-arrival-label{

    margin-bottom:6px;

    color:#4f6a33;

    font-size:13px;

    font-weight:bold;

    letter-spacing:1px;
}

.nr-arrival-date{

    color:#40572a;

    font-size:28px;

    font-weight:bold;

    line-height:1.4;
}


/*==========================================
 新米予約 注記
==========================================*/

.cartinfo.nr-page .nr-note{
    margin:0;
    padding:14px 16px;

    background:#fffdf7;
    border:1px solid #e4dcc4;
    border-left:4px solid #b9a56a;
    border-radius:8px;

    color:#5b5146;

    font-size:14px;
    line-height:1.8;

    text-align:left;
}

/*==========================================
 食品表示
==========================================*/

.nr-food{

    margin-top:40px;
}

.nr-food-table{

    width:100%;

    border-collapse:separate;

    border-spacing:1px;

    background:#d8ceb0;

    font-size:13px;

    line-height:1.7;
}

.nr-food-table th{

    width:90px;

    padding:8px;

    background:#ffffff;

    text-align:left;

    font-weight:bold;
}

.nr-food-table td{

    padding:8px;

    background:#ffffff;
}

.nr-text-link{

    color:#40572a;

    font-weight:bold;

    text-decoration:none;
}

.nr-text-link:hover{

    text-decoration:underline;
}



/*==========================================
 銘柄カテゴリーページ 画像
==========================================*/

.cartinfo.nr-page .nr-category-images{
    margin-top:24px;
}

.cartinfo.nr-page .nr-category-image{
    display:block;
    width:100%;
    height:auto;

    margin:0 0 18px;
}

.cartinfo.nr-page .nr-category-hero{
    margin-bottom:28px;
}

.cartinfo.nr-page .nr-category-last{
    margin-bottom:0;
}



/*==========================================
 新米ページ 左帯
==========================================*/

.nr-page-obi{

    background-image:url("https://image.rakuten.co.jp/imagi/cabinet/28newrice/r8_sin_obi01.jpg");

    background-repeat:repeat-y;

    background-position:left top;

}


/* ==================================================
   ShopServe 新米予約商品 サブ紹介文1
   ================================================== */

.nr-subinfo .nr-box {
    margin: 0 0 24px;
    padding: 22px 24px;
    border: 1px solid #ded8ca;
    background: #fff;
}

.nr-subinfo .nr-heading {
    margin: 0 0 16px;
    padding: 0 0 10px;
    background: none;
    border-bottom: 2px solid #b78b45;
    color: #5c4529;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.nr-subinfo .nr-reserve-box {
    border: 2px solid #b78b45;
    background: #fffaf1;
}

.nr-subinfo .nr-table {
    width: 100%;
    border-collapse: collapse;
}

.nr-subinfo .nr-table th,
.nr-subinfo .nr-table td {
    padding: 10px 12px;
    border: 1px solid #ddd5c6;
    text-align: left;
    vertical-align: top;
}

.nr-subinfo .nr-table th {
    width: 28%;
    background: #f6f1e8;
    color: #4f402d;
}


/* ===========================================
   Color
   =========================================== */


/* ===========================================
   Layout
   =========================================== */


/* ===========================================
   Heading
   =========================================== */


/* ===========================================
   Card
   =========================================== */


/* ===========================================
   Arrival
   =========================================== */


/* ===========================================
   Table
   =========================================== */


/* ===========================================
   Button
   =========================================== */


/* ===========================================
   Utility
   =========================================== */