@charset "shift_jis";

#pack-rice * {margin: 0; padding: 0;}
#pack-rice img {width: 100%;}
#pack-rice {
    background-image: url(../IMAGE/pack-rice/bg.jpg);
    background-size: contain;
    padding-bottom: 15px;
}
#pack-rice .pc_none {
    display: none;
}
#pack-rice h2 {
    font-size: 30px;
    font-family: BIZ UDPMincho,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #2f1308;
    letter-spacing: 5px;
}
#pack-rice p {
    font-size: 16px;
}
#pack-rice .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
#pack-rice .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#pack-rice .col_2 > li {
    margin: 0 10px;
}
#pack-rice .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
#pack-rice .col_3 > li {
    margin: 0 10px;
    position: relative;
}
#pack-rice .col_4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
#pack-rice .col_4 > li {
    margin: 0 10px;
}

/*タイトル部分*/
#pack-rice .title {
    text-align: center;
}
#pack-rice .title h2 {
    margin-top: 15px;
}
#pack-rice .title p {
    font-size: 16px;
    margin-bottom: 15px;
}
#pack-rice .sonota_title {
    margin-top: 25px;
}

/*商品部分*/
#pack-rice .item {
    margin: 40px auto 20px;
    text-align: center;
}
#pack-rice .item .main_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
#pack-rice .item .main_text h2 {
    color: #f4361e;
    margin-right: 10px;
    font-size: 50px;
}
#pack-rice .item .size {
    font-size: 24px;
    color: #2f1308;
    font-family: BIZ UDPMincho, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    letter-spacing: 0;
}
#pack-rice .item .chawan {
    font-size: 16px;
    color: #fff;
    background-color: #2f1308;
}
#pack-rice .item .tab-btn.show .size {
    color: #f4361e;
}
#pack-rice .item .tab-btn.show .chawan {
    background-color: #f4361e;
}
#pack-rice .item .set_price {
    margin-top: 10px;
}
#pack-rice .item .set_price > ul > li,
#pack-rice .item .col_3 > li dt {
    border: solid 1px #ddbe76;
}
#pack-rice .item .col_3 > li dt {
    margin-bottom: 15px;
}
#pack-rice .item .set_price > ul > li a > .set,
#pack-rice .item .col_3 > li dt h5 {
    font-size: 16px;
    background-color: #ddbe76;
}
#pack-rice .item .set_price > ul > li dd:last-child,
#pack-rice .item .col_3 > li dt a > div {
    padding: 10px 0 7px;
    position: relative;
}
#pack-rice .item .set_price > ul > li .material-symbols-outlined,
#pack-rice .item .col_3 > li dt a > div .material-symbols-outlined {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: #ea0012;
}
#pack-rice .item .img_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
#pack-rice .item .img_text > li {
    width: 40%;
}
#pack-rice .item .img_text > li:last-child {
    width: 45%;
}
#pack-rice .item .p_name {
    font-size: 33px;
    font-weight: bold;
    font-family: BIZ UDPMincho,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 40px;
}
#pack-rice .item .img_text .p_size {
    margin-bottom: 10px;
}
#pack-rice .item .img_text .p_size span {
    font-size: 18px;
    color: #2f1308;
    border: solid 1.5px #2f1308;
    padding: 0px 20px;
    margin: 0 5px;
}
#pack-rice .item .img_text .s_select li {
    font-size: 24px;
    font-weight: bold;
    font-family: BIZ UDPMincho,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    border-bottom: solid 2px #2f1308;
    color: #2f1308;
}
#pack-rice .item .img_text .s_select li.show {
    border-bottom: solid 2px #f4361e;
    color: #f4361e;
}
#pack-rice .item .sonota_size {
    font-size: 20px;
    font-weight: bold;
    font-family: BIZ UDPMincho,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/*アンカー*/
#pack-rice .item .anchor {
    margin: 15px auto;
}
#pack-rice .item .anchor li {
    border-top: solid 2px #2f1308;
    border-bottom: solid 2px #2f1308;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
#pack-rice .item .anchor li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    font-family: BIZ UDPMincho,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#pack-rice .item .anchor li:hover {
    border-top: solid 2px #f4361e;
    border-bottom: solid 2px #f4361e;
}
#pack-rice .item .anchor li:hover a {
    color: #f4361e;
}
#pack-rice .top_anchor {
    margin: 25px auto;
}
#pack-rice .top_anchor a {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: BIZ UDPMincho,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;

}

/*タブ切り替え*/
#pack-rice .tab-btn {
    list-style: none;
    cursor: pointer;
    position: relative;
}
#pack-rice .tab-btn.show::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    border: transparent solid 15px;
    border-top: solid #f4361e 13px;
}
#pack-rice .tab-contents {
    display: none;
}  
#pack-rice .tab-contents.show {
    display: block;
    padding: 20px;
}

/*価格プロ*/
#pack-rice .price,#pack-rice .intax {color: #ea0012;}
#pack-rice .price .spesicalprice {display: none;}

/*右固定ナビ*/
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
#pack-rice .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    bottom: 40%;
    z-index: 100;
}
#pack-rice .btn_pagetop {
    display: none;
}
#pack-rice .navigation {
    position: relative;
    width: 210px;
}
#pack-rice .navigation .toggle {
    display: none;
}
#pack-rice .navigation .nav_wrap,
#pack-rice .navigation .nav_inner {
    position: relative;
    width: 100%;
}
#pack-rice .navigation .nav_inner ul {
    position: relative;
    width: 100%;
    background-color: rgb(255 255 255 / 96%);
}
#pack-rice .navigation .nav_inner ul li a {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #f4361e;
    border-bottom: 1px #c3b889 dashed;
    height: 65px;
    background: #fffce9;
    font-size: 16px;
    line-height: 1.3em;
    flex-direction: column;
}
#pack-rice .nav_wrap li a div {
    font-size: 14px;
    display: block;
}
#pack-rice .nav_wrap li a span.big {
    font-size: 22px;
    display: contents;
    line-height: 0em;
}
/*交互 奇数の背景*/
#pack-rice .nav_wrap li:nth-child(odd) a {
    background: #fdfadb5e !important;
}
/*TOPへ戻るボタン用*/
#pack-rice .navigation .nav_inner ul li:last-child a {
    background: #f4361e !important;
    color: #fff;
    height: 45px;
    font-size: 14px;
}
/*hover*/
#pack-rice .navigation .nav_inner ul li a:hover {
    color: #f4361e !important;
    background: #f2d76d !important;
}
#pack-rice .navigation .nav_inner ul li:last-child a:hover {
    color: #f4361e !important;
}