@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*支店用*/
/*-----------------------------------------------*/
html,
body,
#stockpiled-rice h1,
#stockpiled-rice h2,
#stockpiled-rice h3,
#stockpiled-rice h4,
#stockpiled-rice h5,
#stockpiled-rice h6,
#stockpiled-rice ul,
#stockpiled-rice ol,
#stockpiled-rice dl,
#stockpiled-rice li,
#stockpiled-rice dt,
#stockpiled-rice dd,
#stockpiled-rice p,
#stockpiled-rice div,
#stockpiled-rice span,
#stockpiled-rice img,
#stockpiled-rice a,
#stockpiled-rice table,
#stockpiled-rice tr,
#stockpiled-rice th,
#stockpiled-rice td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 62.5%;
    vertical-align: baseline;
}


main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#stockpiled-rice{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color: #222;
    background: #fbf4eb;
    position: relative;
}
#stockpiled-rice .smp_none{
    display: none !important;
}
#stockpiled-rice img{
    width: 100%;
    height: auto;
    display: block;
}
#stockpiled-rice a{
    display: block;
    position: relative;
}  
#stockpiled-rice a:hover{
    opacity: 0.8;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*看板・見出し*/
/*-----------------------------------------------*/
#stockpiled-rice h1 {
    margin: 0 auto;
}
#stockpiled-rice h2{
    font-family: serif;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    color: #d1655f;
}
/*-----------------------------------------------*/
/*文面*/
/*-----------------------------------------------*/
#stockpiled-rice section.text{
    z-index: 1;
    position: relative;
}
#stockpiled-rice .text-inner{
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background: rgb(255 255 255 / 70%);
    padding: 1rem;
    box-shadow: 0 0 10px #f3e5d2;
    & p{
        font-size: 1.4rem;
        font-family: serif;
        font-weight: 800;
        color: #322b26;
        line-height: 2.2em;
        border-bottom: 1px dashed #e3c9a8;
        display: block;
    }

}
#stockpiled-rice div.memo{
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6em;
    display: block;
    font-weight: normal;
    color: #a5766a;
    padding: 1rem 0;
}
/*-----------------------------------------------*/
/*レビュー*/
/*-----------------------------------------------*/
#stockpiled-rice section.review{
    background: #f1b293;
    padding: 1em 0;
    z-index: 4;
    position: relative;
    background-size: 80%;
    background-image: url(/IMAGE/stockpiled-rice/stock_bg.jpg?imformat=chrome);
    background-repeat: repeat;
}
#stockpiled-rice section.review h3{
    font-family: serif;
    font-size: 1.6rem;
    color: #fff;
}
#stockpiled-rice .review-inner{
    width: 93%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
/*内容*/
#stockpiled-rice .review-area {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding:.8rem 0;
}
#stockpiled-rice .review-detail {
    background-color: #fff;
    padding:.5rem .8rem;
    min-width:80%;
    color: #322b26;
    border-radius: 10px;
}
#stockpiled-rice .review-detail dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#stockpiled-rice .review-detail .date {
    font-size: 1.2rem;
}
#stockpiled-rice .review-detail .user {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
#stockpiled-rice .review-detail .comment {
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
    
}
#stockpiled-rice .review-area::-webkit-scrollbar-thumb {
    background: rgb(211 123 82);
    border-radius: 2px
}
#stockpiled-rice .review-area::-webkit-scrollbar {
    width: 3em;
    height: .5em;
    background: rgba(252, 252, 252, 0.7)
}
/*もっと見る*/
#stockpiled-rice .review-more {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
#stockpiled-rice .review-more p{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.3em;
    font-weight: lighter;
}
#stockpiled-rice .review-more .btn{
    background: #222;
    color: #fff;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    position: relative;
    border-radius: 5px;
}
#stockpiled-rice .review-more .btn::after {
    position: absolute;
    right:5%;
    top: 45%;
    display: block;
    content: "";
    width: .6rem;
    height: .6rem;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s;
}
#stockpiled-rice .review-more .btn:hover{
    color: #fff !important;
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#stockpiled-rice .banner-inner {
    width:90;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}
/*-----------------------------------------------*/
/*米の装飾*/
/*-----------------------------------------------*/
#stockpiled-rice .bg{
    position: absolute;
    opacity: .8;
    z-index: 1;
}
#stockpiled-rice .bg.hana1{
    right: 0;
    width: 13%;
    top: 25%;
}
#stockpiled-rice .bg.hana2{
    left: 0;
    width: 13%;
    bottom: 43%;
    transform: scale(-1, 1);
}
#stockpiled-rice .bg.kome1 img,
#stockpiled-rice .bg.kome2 img{
    border-radius: 100vw;
}

/* fotter
================================ */
#stockpiled-rice section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 12vw;
    text-align: center;
    color: #fff;
}

#stockpiled-rice section.fotter a {
    color: #fff;
    font-size: 4vw;
    padding: 0 2vw;
}