@charset "UTF-8";
/* CSS Document */
.container_wrap h3.ttl {
    font-size: 1.5em;
}
.icon_items {
    background: url(../img/park/stock/bg_icon_items.jpg) repeat;
    padding: 20px 4%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.icon_items li {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed7987;
    line-height: 120%;
    font-size: 1.1em;
    text-align: center;
    color: #ffffff;
    padding: 0.7em 0;
    border-radius: 15px;
}
/*=====アンカーリンク=====*/
.anchorlink_list li:not(.fullpic) .inner {
    padding: 15px 0;
}
.anchorlink_list li.fullpic .inner,
.anchorlink_list li.fullpic .inner .img,
.anchorlink_list li.fullpic .inner .img img {
    height: 100%;
    width: auto;
	padding: 0;
}

/*=====安心米=====*/
#anchor_lf .txt_wrap{
	width: 100%;
}
#anchor_lf .img_wrap {
    float: right;
}

@media screen and (max-width:860px) {
#anchor_lf .img_wrap {
    float: none;
}
}

/*=====商品一覧=====*/
.mfp-bg {
    background: #ffffff !important;
}
.mfp-wrap{
	animation-name: fadein;
    animation-duration: 400ms;
    animation-timing-function: linear;	
    z-index: 10000 !important;
}
.mfp-close-btn-in .mfp-close,
.mfp-close-btn-in .mfp-close:active{
    font-size: 4em;
    background-color: #fff;
    border-radius: 50%;
    top: -20px;
}
.mfp-wrap .mfp-arrow-right:before {
    border-left-color: #b22222;
}
.mfp-wrap .mfp-arrow-left:before{
    border-right-color: #b22222;	
}
.product_list {
    display: flex;
/*    justify-content: center;*/
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto 50px;
}
.product_list li {
    width: 19%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}


.product_list.asorts li
{
    width: 30%;

}

.set7w_ex
{
    padding-top: 20px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
        -webkit-align-items: flex-start;
                align-items: flex-start;
}
.set7w_l
{
    width: 38%;
    text-align: center;
    max-width: 450px;
}
.set7w_l .caption{
	font-size: 92.5%;
	text-align: right;
}
.set7w_ttl
{
    width: 45%;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    /*color:#40220f;*/
    color: #df6720;
    border-radius: 20px;
}
.set7w_l,
.set7w_ttl{   
margin: 0 1%;
    position: relative;
}

@media screen and (max-width:1200px) {

.br_set7w
{
    display: none;
}
}

@media screen and (max-width:940px) {
.set7w_ttl
{
    font-size: 18px;
}
}



@media screen and (max-width:540px) {
.set7w_ex
{
    flex-direction: column;
        -webkit-align-items: center;
                align-items: center;
}
.set7w_l
{
    width: 100%;
/*    text-align: center;
    max-width: 480px;*/
}
.set7w_ttl
{
    width: 100%;
	margin-bottom: 10px;
}
}

.set4puls3{
    text-align: center;
    background-color: #fffaeb;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px 0;
}
.set4puls3 img {
    max-width: max-content;
}





.popup-modal:hover img {
    transform: scale(1.1);
}
/*.product_list.asorts li{
    width: 30.905%;
    margin-left: 4%;
    margin-right: 4%;
}*/
.product_list.retorts li{
    margin-left: 1%;
    margin-right: 1%;
}
.pop_wrap {
    width: 90%;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 2.5%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pop_ttl{
    color: #40220f;
    font-size: 1.875em;
    line-height: 120%;
    padding: 13px 1em;
    border-radius: 10px;
    background-image: url(../img/common/bg_h2_pic.png),url(../img/common/bg_h2_dotted.png);
    background-repeat: no-repeat,repeat;
    background-position: right bottom,center;
    background-size: auto 85%,auto;
    background-color: #fdf3bd;
    margin-bottom: 20px;
}
.pop_wrap .inner_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pop_wrap .flex_l {
    width: 62%;
}
.pop_wrap .flex_r {
    width: 32.5%;
	text-align: center;
    position: relative;
}
.pop_wrap .flex_r .img_wrap{
	margin-bottom: 15px;
}
.pop_wrap .flex_r img {
    max-width: 290.5px;
}
.pop_wrap .flex_r .name {
    background: url(../img/common/bg_h2_dotted.png) #fdf3bd;
    margin-bottom: 15px;
}
.pop_wrap .evs {
    display: flex;
    justify-content: center;
}
.pop_wrap .evs .img {
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.8em;
    line-height: 120%;
}
.pop_wrap .evs .img .caption {
    font-size: 70%;
    display: block;
    line-height: 110%;
    margin-top: 5px;
}
.pop_wrap .ico_riceresin_wrap {
    margin-top: min(10vw, 80px);
}
.pop_wrap .ico_riceresin {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #888;
    border-radius: 6px;
    padding: 2px;
    font-size: min(3.5vw,14px);
    color: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 100%;
}
.pop_wrap .ico_riceresin img {
    width: 40%;
}
.pop_table{
    margin-top: 15px;
	border-top: 1px solid #e7c588;	
}
.pop_table .tl{
	border-bottom: 1px solid #e7c588;
    display: flex;
}
.pop_table .th,
.pop_table .td {
    padding: 10px 11px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.pop_table .th {
    background: url(../img/common/bg_h2_dotted.png) #fdf3bd;
    width: 150px;
    text-align: center;
    line-height: 140%;
    justify-content: center;
	color: #40220f;
	font-weight: bold;
}
.pop_table .td {
    width: calc(100% - 150px);
    display: block;
}
.pop_table .td.flex {
    display: flex;
    align-items: center;
}
.pop_table .td.seibun_wrap {
    padding: 0;
}
.pop_table .td [class*="seibun"] {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pop_table .td [class*="seibun"] .s_tr:nth-of-type(5n) {
    border-right: 0;
}
.s_tr {
    width: 20%;
    text-align: center;
    border-right: 1px solid #e7c588;
}
.s_tr.wx2{
    width: 40%;
    line-height: 120%;
}
.s_th {
    background-color: #fefae6;
    padding: 0.5em 0;
	color: #b08047;
	font-weight: bold;
	font-size: 0.9em;
}
.s_td {
    padding: 0.5em;
}
/*=====ご飯タイプは、熱湯を注いで15分・水（約20℃）でも60分でできあがります。=====*/
.cook_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
}
.cook_photo {
    margin-bottom: 0;
    width: 32%;
    max-width: 315px;
    margin: 0;
}

/*=====安心米クイック  お湯をそそいで〜作り方====*/
.cook_photo {
    width: 95.655%;
    max-width: 660px;
    margin: 0 auto 60px;
}
.q_logo_par
{
    position: relative;
    
}
.quick_logo
{
    position: absolute;
    right:0;
top: -20px;
    width: 200px;
    height: auto;
    
}

@media screen and (max-width:620px) {
.quick_logo
{
    position: absolute;
    right:0;
top: 53px;
    width: 110px;
    height: auto;
    
}
}
@media screen and (max-width:480px) {
.quick_logo
{
    position: absolute;
    right:0;
    left: 0;
    margin: auto;
top: 106px;
    width: 110px;
    height: auto;
    
}
.q_logo_photo{
    padding-top: 40px;
}

}
@media screen and (max-width:391px) {
.quick_logo
{

top: 129px;
    width: 100px;
    height: auto;
    
}
.q_logo_photo{
    padding-top: 30px;
}

}


label[for="acd-check4"] + .acd-content .making_flex li .num {

    background: #5f360e;

}

.e_meyasu
{
width: 100%;
padding-top: 5px;
}
.e_meyasu p
{
font-weight: bold;
text-align: center;
line-height: 1.2;
font-size: 20px;
}
.hw_wa
{
    padding-top: 5px;
display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.hw_wa p
{
    text-align: center;
padding: 3px auto;
display: block;
width: 50%;
color:#fff;
font-size: 15px;
}
.hw_wa span
{
color:#fff;
    font-weight: bold;

font-size: 22px;

}
.hw_wa p:first-child
{

background-color: #d1332a;

}
.hw_wa p:last-child
{

background-color: #4b9de5;

}




/*=====品質管理について=====*/
.safety_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.safety_flex .txt {
    width: 47%;
}
.safety_flex .img {
    width: 50%;
	margin: 0 auto 10px;
}
/*=====食物アレルギーへの取り組みについて=====*/
.item28_flex {
    display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 10px;
}
.item28_flex .img_wrap {
    width: 150px;
	margin: 0 auto 20px;
}
.item28_flex .txt {
    width: calc(90% - 150px);
}
.sample_inner{
    margin-bottom: 60px;
}
.sample_inner .img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
}
/*=====取得認証について=====*/
#halal_list .acd-check:checked + .acd-label + .acd-content {
    padding: 40px 1.5%;
    border: 0;
}
.table_flex {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.table_flex .flex_l,
.table_flex .flex_r {
    width: 46.5%;
}
.table_flex table{
	border-left: 1px solid #edd2a3;
	border-top: 1px solid #edd2a3;
	table-layout: fixed;
    width: 100%;
    font-size: 0.935em;
    line-height: 140%;
    margin-bottom: 30px;
}
.table_flex th,
.table_flex td{
	border-right: 1px solid #edd2a3;
	border-bottom: 1px solid #edd2a3;
	padding: 5px 0;
}
.table_flex th {
    background: #fefae6;
    padding: 8px 0;
	text-align: center;
	font-feature-settings: "palt" 1;
}
.table_flex td{
    text-align: center;
}
.table_flex th:not(:first-child):not(:nth-of-type(4)),
.table_flex td:not(:first-child):not(:nth-of-type(4)){
	width: 45px;
}
.table_flex th:first-child,
.table_flex td:first-child{
	width: calc(100% - 90px - 32%);
    text-align: left;
	padding: 5px 2%;
}
.table_flex th:nth-of-type(4),
.table_flex td:nth-of-type(4){
	width: 20%;
}
.table_flex th:last-child[colspan="3"],
.table_flex td:last-child[colspan="3"]{
}
.table_flex th img {
    width: 40px;
}
.table_flex .t_ttl{
	font-size: 1.3em;
	font-weight: bold;
	color: #b08047;
	margin-bottom: 5px;
}
/*=====使い方いろいろ=====*/
.use_icons_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 20px auto 50px;
}
.use_icons_flex li {
    width: 32%;
    padding: 5px 2%;
    background: #fefae6;
    color: #b22222;
    line-height: 140%;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.linkbtn_flex .name {
    text-align: center;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 5px;
    font-size: 1.15em;
	font-feature-settings: "palt" 1;
}
.use_icons_flex li .img {
	width: 120px;
}
.use_icons_flex li .txt {
    margin: 0 auto;
}
/*=====お客様の声=====*/
.voice_wrap {
    margin-top: 30px;
}
.voice_wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}
.voice_wrap .img_wrap {
    width: 120px;
    margin: 0 auto;
}
.voice_wrap .txt_wrap {
    width: calc(100% - 170px);
    border-radius: 10px;
    padding: 1.5em 4.5%;
    position: relative;
}
.voice_wrap .txt_wrap .name {
    font-size: 1.15em;
    font-weight: bold;
    color: #b22222;
    margin-bottom: 5px;
}
.voice_wrap .txt_wrap::before {
    content: "▼";
    font-size: 2em;
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    left: -0.75em;
}
.voice_wrap li:nth-of-type(1n) .txt_wrap{background: #dcecde;}
.voice_wrap li:nth-of-type(1n) .txt_wrap::before{color: #dcecde;}
.voice_wrap li:nth-of-type(2n) .txt_wrap{background: #ffeab0;}
.voice_wrap li:nth-of-type(2n) .txt_wrap::before{color: #ffeab0;}
.voice_wrap li:nth-of-type(3n) .txt_wrap{background: #f8e1df;}
.voice_wrap li:nth-of-type(3n) .txt_wrap::before{color: #f8e1df;}
.voice_wrap li:nth-of-type(4n) .txt_wrap{background: #d5eef9;}
.voice_wrap li:nth-of-type(4n) .txt_wrap::before{color: #d5eef9;}

@media screen and (min-width:1044px) {
.mfp-close-btn-in .mfp-close{
    right: calc(50% - 500px - 22px);
}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:860px) {
/*=====使い方いろいろ=====*/
.use_icons_flex li {
    width: 48%;
}
}
@media screen and (max-width:600px) {
.btn a{
    height: 60px;
}
	.icon_items{
		justify-content: center;
    padding: 20px 0%;
		margin-bottom: 25px;
	}
	.icon_items li {
    width: 30%;
		margin: 0 1.5% 10px;
		font-size: 1em;
}
/*=====アンカーリンク=====*/
.anchorlink_list li:not(.fullpic) .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10% 0 0;
    width: 100%;
}
.anchorlink_list li.fullpic .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10% 0 0;
    width: 100%;
}
.anchorlink_list li.fullpic .inner .img,
.anchorlink_list li.fullpic .inner .img img {
    height: auto;
    width: 140px;
}
/*=====ご飯タイプは、熱湯を注いで15分・水（約20℃）でも60分でできあがります。=====*/
.cook_wrap {
    display: block;
}
.cook_photo {
	width: 100%;
    margin: 0 auto 20px;
}

/*=====商品一覧=====*/
.pop_wrap {
    padding-top: 15px;
    border-radius: 10px;
}
.pop_wrap .inner_flex {
    flex-direction: column-reverse;
}
.pop_wrap .flex_r,
.pop_wrap .flex_l {
    width: 100%;
    padding: 5px;
}
.pop_wrap .flex_r{
	margin-bottom: 20px;
}
.pop_ttl {
    margin-bottom: 20px;
    font-size: 1.3em;
    border-radius: 6px;
}
.pop_table .tl {
    display: block;
	}
.pop_table .th,
.pop_table .td {
    	width: 100%;
    	display: block;
 		text-align: left;
    padding: 5px;
	}
.pop_table .td [class*="seibun"] {
    display: block;
}
.pop_table .td [class*="seibun"] .s_tr {
    width: 100%;
    display: flex;
    border-right: none;
    border-top: 1px dotted #e7c588;
    border-bottom: none;
}
.pop_table .td [class*="seibun"] .s_tr:first-child{
    border-top: none;
}
.pop_table .td [class*="seibun"] .s_th,
.pop_table .td [class*="seibun"] .s_td{
	width:50%;
    padding: 3px 0;
}
.pop_wrap .flex_r img {
    max-width: 145px;
}
/*=====品質管理について=====*/
.safety_flex{
	flex-direction: column-reverse;
}
.safety_flex .txt {
    width: 100%;
}
.safety_flex .img {
    width: 100%;
	max-width: 250px;
}
/*=====食物アレルギーへの取り組みについて=====*/
.item28_flex {
    display: block;
	margin-bottom: 25px;
}
.item28_flex .txt{
	width: 100%;
}
.sample_inner{
	margin-bottom: 20px;
}
/*=====取得認証=====*/
.table_flex .flex_l, .table_flex .flex_r {
    width: 100%;
}
/*=====使い方いろいろ=====*/
.use_icons_flex li{
	margin-bottom: 15px;
}
.use_icons_flex li .img {
    width: 60px;
}

/*=====お客様の声=====*/
.voice_wrap .img_wrap {
    width: 60px;
}
.voice_wrap li {
    align-items: flex-start;
}
.voice_wrap .txt_wrap {
    width: calc(100% - 80px);
    padding-top: 1em;
    padding-bottom: 1em;
}
.voice_wrap .txt_wrap::before {
    bottom: auto;
    top: 25px;
    font-size: 1.5em;
}
}

/*=====20240822 add=====*/
span.marker {
    background: #face9c;
    display: inline-block;
}
#anchor_ky .set_message {
    width: 48%;
    margin-right: 4%;
}
@media screen and (max-width: 840px) {
    #anchor_ky .set_message {
        width: 100%;
        margin-left: 3%;
    }
}