.naturalfood
	{
	text-align: center;
	letter-spacing: 1px;
	color: #333333;
	line-height: 1.4;
	font-size: 1.5em;
	}

.naturalfood picture img
	{
	width: 100%;
	}

.naturalfood ul a img
	{
	width: 100%;
	}

.naturalfood h2
	{
	margin: 10vh 0 2vh;
	font-weight: normal;
	font-size: 1.7em;
	}

.naturalfood h2 strong
	{
	color: #589336;
	}

.naturalfood h2+p
	{
	margin-bottom: 8vh;
	font-size: 1em;
	}

.naturalfood .navi
	{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}
@media screen and (max-width:1200px) {
	.naturalfood .navi {
		width: 100%;
	}
}

.naturalfood h3
	{
	margin: 10vh 0 4vh;
	}

.naturalfood .pick_item
	{
	width: 1200px;
	margin: 8vh auto 3vh auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	}
@media screen and (max-width:1200px) {
	.naturalfood .pick_item {
		width: 100%;
	}
}

.naturalfood .pick_item li:first-child
	{
	width: 45%;
	}

.naturalfood .pick_item li:last-child
	{
	width: 52%;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: left;
	}

.naturalfood .pick_item li:last-child p span
	{
	color: #718e60;
	}

.naturalfood .okashi li:last-child p span
	{
	color: #c16f2d;
	}


.naturalfood .pick_item li:last-child p:nth-child(2)
	{
	margin: 5vh 0;
	font-size: 0.7em;
	font-weight: 300;
	}

.naturalfood .pick_item li:last-child p:nth-child(3)
	{
	font-size: 0.7em;
	font-weight: 300;
	}

.naturalfood .pick_item li:last-child p:nth-child(3) em
	{
	color: #718e60;
	font-style: normal;
	}

.naturalfood .pick_item_link
	{
	width: 800px;
	margin: 0 auto 10vh auto;
	padding: 1% 2%;
	display: block;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	border-radius: 10px;
	background-color: #edf2ea;
	box-shadow: 5px 5px 0px #dbdbdb;
	}

.naturalfood .okashi_link
	{
	background-color: #f3e4d8;
	box-shadow: 5px 5px 0px #d6d6d6;
	}

.naturalfood .pick_item_link img
	{
	width: 32%;
	border: 1px solid #ccc;
	}

.naturalfood .pick_item_link div
	{
	width: 65%;
	}

.naturalfood .pick_item_link div
	{
	padding: 2% 0;
	border-left: 1px solid #333;
	}

.naturalfood .pick_item_link div p
	{
	font-size: 1.2em;
	}

.naturalfood .pick_item_link div span
	{
	display: block;
	color: #f35b3d;
	}

.naturalfood .pick_item_link div em
	{
	width: 80%;
	margin: 2vh auto 0 auto;
	padding: 1% 0;
	display: block;
	color: #fff;
	background-color: #718e60;
	font-style: normal;
	border-radius: 50px;
	position: relative;
	}

.naturalfood .okashi_link div em
	{
	background-color: #c16f2d;
	}

.naturalfood .pick_item_link div em::before
        {
        content: "";
        position: absolute;
        top: 54%;
        right: 15%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.naturalfood .reco
	{
	width: 1200px;
	margin: 5vh auto 5vh auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	}
@media screen and (max-width:1200px) {
	.naturalfood .reco {
		width: 100%;
	}
}

.naturalfood .reco:after
	{
	content: "";
	width: 24%;
	}


.naturalfood .reco002:after
	{
	content: "";
	width: 49%;
	}

.naturalfood .reco li
	{
	width: 23%;
	margin-bottom: 5vh;
	font-size: 0.7em;
	}

.naturalfood .reco li img
	{
	border: 1px solid #ccc;
	}

.naturalfood .reco li p
	{
	margin: 2vh 0 2vh 0;
	}

.naturalfood .reco li span
	{
	font-weight: 500;
	}


.naturalfood .okashi_list
	{
	width: 1200px;
	margin: 5vh auto 5vh auto;
	padding: 0% 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	}
@media screen and (max-width:1200px) {
	.naturalfood .okashi_list {
		width: 100%;
	}
}



.naturalfood .drink_list:after
	{
	content: "";
	width: 30%;
	}

.naturalfood .okashi_list li
	{
	width: 30%;
	margin-bottom: 5vh;
	}

.naturalfood .okashi_list li a
	{
	padding: 5% 10%;
	display: block;
	background-color: #f3e4d8;
	box-shadow: 5px 5px 0px #d6d6d6;
	border-radius: 10px;
	}

.naturalfood .drink_list li a
	{
	background-color: #f3f3d6;
	}


.naturalfood .okashi_list li a p
	{
	font-size: 0.8em;
	}

.naturalfood .okashi_list li a span
	{
	display: block;
	font-size: 0.8em;
	color: #f35b3d;
	}

.naturalfood .okashi_list li a em
	{
	font-size: 0.8em;
	width: 80%;
	margin: 2vh auto 0 auto;
	padding: 1% 0;
	display: block;
	color: #fff;
	background-color: #c16f2d;
	font-style: normal;
	border-radius: 50px;
	position: relative;
	}

.naturalfood .drink_list li a em
	{
	background-color: #c2c264;
	}

.naturalfood .okashi_list li a em::before
        {
        content: "";
        position: absolute;
        top: 58%;
        right: 15%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.spbr
	{
	display: none;
	}


@media screen and (max-width:769px) {

.spbr
	{
	display: block;
	}

.naturalfood
	{
	font-size: 0.8em;
	}

.naturalfood img
	{
	width: 100%;
	}

.naturalfood h2
	{
	margin: 5vh 0 2vh;
	font-weight: normal;
	font-size: 1.7em;
	}

.naturalfood h2 strong
	{
	display: block;
	color: #589336;
	}

.naturalfood h2+p
	{
	margin-bottom: 3vh;
	font-size: 1.2em;
	}

.naturalfood .navi
	{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.naturalfood .navi li
	{
	width: 100%;
	margin-bottom: 3%;
	}

.naturalfood h3
	{
	margin: 10vh 0 2vh;
	}

.naturalfood h3 img
	{
	max-width: 40%;
	}

.naturalfood #link02 img
	{
	max-width: 30%;
	}

.naturalfood .pick_item
	{
	width: 90%;
	margin: 3vh auto 2vh auto;
	display: block;
	}

.naturalfood .pick_item li:first-child
	{
	width: 100%;
	}

.naturalfood .pick_item li:last-child
	{
	width: 100%;
	font-size: 1.5em;
	}

.naturalfood .pick_item li:last-child p:nth-child(2)
	{
	margin: 2vh 0;
	font-size: 0.8em;
	}

.naturalfood .pick_item_link
	{
	width: 90%;
	margin: 0 auto 10vh auto;
	padding: 1% 3%;
	display: block;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	border-radius: 10px;
	background-color: #edf2ea;
	box-shadow: 5px 5px 0px #dbdbdb;
	}

.naturalfood .pick_item_link div p
	{
	font-size: 1.3em;
	}

.naturalfood .pick_item_link div em
	{
	padding: 1% 0 2% 0;
	}

.naturalfood .pick_item_link div em::before
        {
        content: "";
        position: absolute;
        top: 56%;
        right: 10%;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.naturalfood h4 img
	{
	max-width: 26%;
	}

.naturalfood .wmax01
	{
	max-width: 50%;
	}

.naturalfood .wmax02
	{
	max-width: 96%;
	}

.naturalfood .wmax03
	{
	max-width: 30%;
	}


.naturalfood .wmax04
	{
	max-width: 40%;
	}

.naturalfood .reco
	{
	width: 90%;
	margin: 2vh auto 4vh auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	}

.naturalfood .reco:after
	{
	content: "";
	width: 24%;
	}

.naturalfood .reco li
	{
	width: 48%;
	margin-bottom: 5vh;
	font-size: 0.8em;
	}


.naturalfood .reco li p
	{
	margin: 1vh 0 1vh 0;
	}



.naturalfood .okashi_list
	{
	width: 100%;
	margin: 5vh auto 5vh auto;
	padding: 0% 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	}

.naturalfood .drink_list:after
	{
	content: "";
	width: 30%;
	}

.naturalfood .okashi_list li
	{
	width: 47%;
	margin-bottom: 2vh;
	}

.naturalfood .okashi_list li a
	{
	padding: 5%;
	}

.naturalfood .okashi_list li a p
	{
	font-size: 0.9em;
	}

.naturalfood .okashi_list li a span
	{
	font-size: 0.9em;
	}

.naturalfood .okashi_list li a em
	{
	font-size: 0.9em;
	width: 80%;
	margin: 2vh auto 0 auto;
	padding: 1% 0 2% 0;
	display: block;
	color: #fff;
	background-color: #c16f2d;
	font-style: normal;
	border-radius: 50px;
	position: relative;
	}

.naturalfood .drink_list li a em
	{
	background-color: #c2c264;
	}

.naturalfood .okashi_list li a em::before
        {
        content: "";
        position: absolute;
        top: 58%;
        right: 15%;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

}