@charset "UTF-8";



/* main */
@media screen and (min-width: 768px) {
	#main_wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		overflow: hidden;
	}
	#main {
		width: 100%;
		height: 100%;
		max-height: 850px;
		position: relative;
	}
	h1 {
		width: 40%;
		position: absolute;
		top: 0;
		right: 2%;
		z-index: 2;
	}
	h1 img {
		width: 100%;
		height: auto;
	}
	#main_img {
		width: 60%;
		height: 100%;
		margin: 0 0 0 3%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#main_bg {
		width: 100%;
		position: relative;
	}
	#main_bg img {
		width: 100%;
		height: auto;
	}
	#scroll_pc {
		width: 62px;
		position: absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#scroll_sp,.sp_img {
		display: none;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
	h1 {
		right: 5%;
	}
	#main_img {
		margin: 0 0 0 6%;
	}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	#main_wrap {
		height: 100%;
	}
	h1 {
		top: 5%;
		right: 7%;
	}
	#main_img {
		margin: 0 0 0 9%;
	}
}
@media screen and (max-width: 767px) {
	#main_wrap {
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#main {
		width: 100%;
		padding: 10px 0 0;
		position: relative;
	}
	h1 {
		width: 50%;
		margin: 0 auto 25px;
	}
	h1 img {
		width: 100%;
		height: auto;
	}
	#main_img {
		width: 78%;
		margin: 0 auto;
	}
	#main_bg {
		width: 100%;
	}
	#main_bg img {
		width: 100%;
		height: auto;
	}
	#scroll_sp {
		width: 35px;
		position: absolute;
		bottom: 15px;
		left: 12%;
	}
	#scroll_sp img {
		width: 100%;
		height: auto;
	}
	#scroll_pc,.pc_img {
		display: none;
	}
}



/* 01 */
@media screen and (min-width: 768px) {
	#block01 {
		width: 100%;
		height: 700px;
		background: url('../images/01_bg.jpg') no-repeat center center;
		background-size: cover;
	}
	#block01 div {
		width: 96%;
		max-width: 1200px;
		margin: 0 auto;
	}
	#block01 div p {
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		color: #ffffff;
		font-size: 140%;
		line-height: 2.2;
		margin: 0 0 0 60px;
		padding: 110px 0 0;
	}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	#block01 div p {
		margin: 0 0 0 2%;
		padding: 55px 0 0;
	}
}
@media screen and (max-width: 767px) {
	#block01 {
		width: 100%;
		height: 520px;
		background: url('../images/01_bg.jpg') no-repeat center center;
		background-size: cover;
	}
	#block01 div {
		width: 94%;
		margin: 0 auto;
	}
	#block01 div p {
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		color: #ffffff;
		font-size: 95%;
		line-height: 2;
		padding: 20px 0 0;
	}
}



/* 02 */
@media screen and (min-width: 768px) {
	#block02 {
		width: 96%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	#balloon {
		text-align: center;
		margin: 80px 0 70px;
	}
	#balloon p {
		font-size: 125%;
		line-height: 1;
	}
	#balloon ul {
		display: block;
		width: 430px;
		height: 300px;
		margin: 25px auto;
		position: relative;
	}
	#balloon01 {
		position: absolute;
		top: 0;
		right: 0;
	}
	#balloon02 {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#introduction {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	#introduction h3 {
		width: 100%;
		text-align: center;
		background: url('../images/02_ttl.png') repeat-x center center;
		font-size: 140%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 45px;
	}
	#introduction h3 span {
		background: #ffffff;
		padding: 0 10px;
	}
	#introduction_photo {
		line-height: 0;
	}
	#introduction_txt {
		margin: 0 0 0 80px;
		padding: 95px 0 0;
	}
	#introduction_txt p {
		font-size: 100%;
		line-height: 2;
		margin: 0 0 55px;
	}
	#introduction_txt div {
		margin: 0 0 0 5px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	#introduction_photo {
		width: 50%;
		max-width: 560px;
	}
	#introduction_photo img {
		width: 100%;
		height: auto;
	}
	#introduction_txt {
		width: 42%;
		margin: 0 0 0 2%;
		padding: 5px 0 0;
	}
	#introduction_txt p {
		margin: 0 0 30px;
	}
	#introduction_txt p span {
		display: none;
	}
	#introduction_txt div img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	#block02 {
		width: 94%;
		margin: 0 auto;
	}
	#balloon {
		text-align: center;
		margin: 40px 0 55px;
	}
	#balloon p {
		clear: both;
		font-size: 90%;
		line-height: 1;
	}
	#balloon ul {
		display: block;
		width: 88%;
		margin: 20px auto 0;
		position: relative;
	}
	#balloon01 {
		width: 68%;
		max-width: 253px;
		float: left;
	}
	#balloon02 {
		width: 68%;
		max-width: 253px;
		margin: 0 0 20px;
		float: right;
	}
	#balloon01 img,#balloon02 img {
		width: 100%;
		height: auto;
	}
	#introduction {
		width: 100%;
	}
	#introduction h3 {
		width: 100%;
		text-align: center;
		background: url('../images/02_ttl.png') repeat-x center center;
		font-size: 100%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 35px;
	}
	#introduction h3 span {
		background: #ffffff;
		padding: 0 5px;
	}
	#introduction_photo {
		width: 66%;
		max-width: 560px;
		margin: 0 auto;
		line-height: 0;
	}
	#introduction_photo img {
		width: 100%;
		height: auto;
	}
	#introduction_txt {
		padding: 20px 0 0;
	}
	#introduction_txt p {
		font-size: 90%;
		line-height: 1.8;
		margin: 0 0 20px;
	}
	#introduction_txt p span {
		display: none;
	}
	#introduction_txt div {
		width: 60%;
		max-width: 400px;
		margin: 0 auto;
	}
	#introduction_txt div img {
		width: 100%;
		height: auto;
	}
}



/* 03 */
@media screen and (min-width: 768px) {
	#block03 {
		width: 100%;
		margin: 0 0 20px;
		padding: 80px 0 0;
	}
	#steamclean {
		width: 100%;
		background: url('../images/03_bg.jpg') no-repeat center top;
		background-size: contain;
		padding: 80px 0 0;
	}
	#steamclean_txt {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#steamclean_txt h3 {
		margin: 0 0 25px;
		line-height: 0;
	}
	#steamclean_txt p {
		font-size: 100%;
		line-height: 2;
	}
	#steamclean ul {
		margin: 80px 0 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.steamclean_box {
		width: 460px;
		margin: 0 40px;
		position: relative;
	}
	.steamclean_box h4 {
		position: absolute;
		top: -25px;
		left: -14px;
	}
	.steamclean_box div {
		margin: 0 0 10px;
		box-sizing: border-box;
		border: 1px #c9c9c9 solid;
		line-height: 0;
	}
	.steamclean_box div img {
		width: 100%;
		height: auto;
	}
	.steamclean_box p {
		font-size: 95%;
		line-height: 1.8;
	}
	#gaba {
		width: 96%;
		max-width: 1200px;
		height: 600px;
		margin: 100px auto 0;
		background: url('../images/03_gaba_bg.jpg') no-repeat center center;
		border-radius: 20px;
		display: flex;
		justify-content: flex-end;
	}
	#gaba_txt {
		width: 50%;
		margin: 0 2% 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#gaba_txt h3 {
		text-align: center;
		font-size: 150%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 30px;
	}
	#gaba_txt h3 span {
		color: #e60012;
	}
	#gaba_txt p {
		font-size: 100%;
		line-height: 2;
		margin: 0 0 10px;
	}
	#gaba_txt ul {
		width: 100%;
		max-width: 470px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#gaba_txt ul li {
		width: 48%;
		max-width: 226px;
		margin: 25px 0 0;
		line-height: 0;
	}
	#gaba_txt ul li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.steamclean_box {
		width: 44%;
		margin: 0 2%;
		max-width: 460px;
	}
	.steamclean_box h4 {
		top: -40px;
	}
	.steamclean_box div img {
		width: 100%;
		height: auto;
	}
	#gaba_txt {
		width: 60%;
	}
}
@media screen and (max-width: 767px) {
	#block03 {
		width: 100%;
		margin: 0 0 10px;
		padding: 50px 0 0;
	}
	#steamclean {
		width: 100%;
		background: url('../images/03_bg.jpg') no-repeat center top;
		background-size: contain;
		padding: 45px 0 0;
	}
	#steamclean_txt {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#steamclean_txt h3 {
		width: 80%;
		margin: 0 auto 20px;
		line-height: 0;
	}
	#steamclean_txt h3 img {
		width: 100%;
		height: auto;
	}
	#steamclean_txt p {
		font-size: 90%;
		line-height: 1.8;
	}
	#steamclean_txt p span {
		display: none;
	}
	#steamclean ul {
		margin: 50px 0 0;
	}
	.steamclean_box {
		width: 96%;
		margin: 0 auto 50px;
		position: relative;
	}
	.steamclean_box h4 {
		width: 200px;
		position: absolute;
		top: -15px;
		left: 0px;
	}
	.steamclean_box h4 img {
		width: 100%;
		height: auto;
	}
	.steamclean_box div {
		width: 90%;
		margin: 0 auto 7px;
		box-sizing: border-box;
		border: 1px #c9c9c9 solid;
		line-height: 0;
	}
	.steamclean_box div img {
		width: 100%;
		height: auto;
	}
	.steamclean_box p {
		width: 90%;
		margin: 0 auto;
		font-size: 85%;
		line-height: 1.7;
	}
	#gaba {
		width: 94%;
		margin: 50px auto 0;
		padding: 35px 0 170px;
		background: url('../images/03_gaba_sp_bg.jpg') no-repeat left bottom;
		background-size: cover;
		border-radius: 15px;
	}
	#gaba_txt {
		width: 90%;
		margin: 0 auto;
	}
	#gaba_txt h3 {
		font-size: 110%;
		line-height: 1;
		margin: 0 0 20px;
	}
	#gaba_txt h3 span {
		color: #e60012;
	}
	#gaba_txt p {
		width: 100%;
		font-size: 90%;
		line-height: 1.8;
		margin: 0 0 10px;
	}
	#gaba_txt p span {
		display: none;
	}
	#gaba_txt ul {
		width: 70%;
		float: right;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#gaba_txt ul li {
		width: 48%;
		margin: 10px 0 0;
		line-height: 0;
	}
	#gaba_txt ul li img {
		width: 100%;
		height: auto;
	}
}



/* レシピ */
@media screen and (min-width: 768px) {
	#recipe {
		width: 100%;
		margin: 0 0 10px;
		padding: 80px 0 0;
	}
	#recipe_inner {
		width: 96%;
		max-width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px #6eb92b solid;
		border-radius: 30px;
		padding: 60px 0 120px;
	}
	#recipe_inner h3 {
		text-align: center;
		margin: 0 0 65px;
		line-height: 0;
	}
	/* メニュー一覧 */
	#recipe_menu {
		width: 90%;
		max-width: 1000px;
		background: #eaf9dd;
		margin: 0 auto 30px;
		padding: 30px 0 50px;
		border-radius: 20px;
	}
	#recipe_menu h4 {
		text-align: center;
		line-height: 0;
		margin: 0 0 25px;
	}
	#recipe_menu ul {
		width: 92%;
		max-width: 840px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	#recipe_menu ul li {
		width: 46%;
		max-width: 380px;
		text-align: center;
		position: relative;
	}
	#recipe_menu ul li:hover {
		opacity: 0.8;
	}
	#recipe_menu ul li p {
		font-size: 125%;
		line-height: 1;
		margin: 0 0 18px;
	}
	#recipe_menu ul li div {
		line-height: 0;
	}
	#recipe_menu ul li div img {
		width: 100%;
		height: auto;
	}
	#recipe_menu ul li a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* レシピ内容 */
	.recipe_cnt {
		width: 90%;
		max-width: 800px;
		margin: 0 auto 110px;
		padding: 80px 0 0;
	}
	#recipe .recipe_cnt:last-of-type {
		margin-bottom: 90px !important;
	}
	.recipe_cnt h4 {
		text-align: center;
		color: #6db131;
		font-size: 210%;
		line-height: 1.6;
		margin: 0 0 30px;
	}
	.recipe_cnt h4:before {
		content: url('../images/icon_fork.png');
		margin: 0 10px 0 0;
		position: relative;
		top: 5px;
	}
	.recipe_cnt h4:after {
		content: url('../images/icon_spoon.png');
		margin: 0 0 0 10px;
		position: relative;
		top: 6px;
	}
	.recipe_cnt_img {
		width: 100%;
		margin: 0 0 45px;
		line-height: 0;
	}
	.recipe_cnt_img img {
		width: 100%;
		height: auto;
	}
	/* 材料 */
	.foodstuff {
		width: 100%;
		background: #f7f5f2;
		border-radius: 20px;
		margin: 0 0 50px;
		padding: 30px 0 40px;
	}
	.foodstuff h5 {
		text-align: center;
		font-size: 125%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 20px;
	}
	.foodstuff ul {
		width: 88%;
		max-width: 700px;
		background: url('../images/dotted.png') repeat-x center top;
		margin: 0 auto;
	}
	.foodstuff ul li {
		background: url('../images/dotted.png') repeat-x center bottom;
		box-sizing: border-box;
		padding: 12px 10px;
		font-size: 100%;
		line-height: 1.6;
	}
	.foodstuff ul li dl {
		display: flex;
		justify-content: flex-start;
	}
	.foodstuff ul li dl dd {
		text-indent: 0 !important;
	}
	.foodstuff ul li span {
		color: #6db131;
		font-weight: bold;
	}
	.indent {
		text-indent: 3.5em;
	}
	/* 手順 */
	.howtocook {
		width: 100%;
	}
	.howtocook h5 {
		background: url(../images/midashi_bg.png) repeat-x center center;
		text-align: center;
		font-weight: normal;
		margin: 0 0 30px;
	}
	.howtocook h5 span {
		display: inline-block;
		background: #ffffff;
		padding: 0 20px;
		font-size: 125%;
		line-height: 1;
	}
	.howtocook ul {
		width: 100%;
	}
	.howtocook ul li {
		margin: 0 0 65px;
	}
	.margin_adjust {
		margin: 0 0 45px !important;
	}
	.howtocook ul li:last-child {
		margin: 0 !important;
	}
	.howtocook ul li h6 {
		font-size: 125%;
		line-height: 1.5;
		font-weight: normal;
		text-indent: -2em;
		padding-left: 2em;
	}
	.howtocook ul li h6 .green {
		color: #6db131;
		font-weight: bold;
	}
	.howtocook ul li h6 .grey {
		color: #666666;
		font-size: 80%;
	}
	.howtocook ul li p {
		font-size: 95%;
		line-height: 1.6;
		margin: 10px 0 0;
		text-indent: 2.8em;
	}
	.howtocook ul li div {
		width: 500px;
		margin: 20px auto 0;
		line-height: 0;
	}
	/* 作成者 */
	#recipe_creator {
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
		padding: 20px 0 40px;
		background: #eaf9dd;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#recipe_creator h4 {
		margin: 0 0 8px;
		line-height: 0;
	}
	#recipe_creator h5 {
		text-align: center;
		font-size: 125%;
		line-height: 1.55;
		margin: 0 0 12px;
	}
	#recipe_creator h5 span {
		font-size: 70%;
	}
	#recipe_creator p {
		font-size: 95%;
		line-height: 1.9;
	}
}

@media screen and (max-width: 999px) and (min-width: 768px) {
	#recipe_menu ul li p {
		font-size: 105%;
	}
}

@media screen and (max-width: 767px) {
	#recipe {
		width: 100%;
		padding: 50px 0 0;
	}
	#recipe_inner {
		width: 94%;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px #6eb92b solid;
		border-radius: 30px;
		padding: 30px 0 30px;
	}
	#recipe_inner h3 {
		width: 70%;
		margin: 0 auto 30px;
		line-height: 0;
	}
	#recipe_inner h3 img {
		width: 100%;
		height: auto;
	}
	/* メニュー一覧 */
	#recipe_menu {
		width: 92%;
		background: #eaf9dd;
		border-radius: 20px;
		padding: 30px 0 10px;
		margin: 0 auto;
	}
	#recipe_menu h4 {
		width: 46%;
		max-width: 188px;
		line-height: 0;
		margin: 0 auto 25px;
	}
	#recipe_menu h4 img {
		width: 100%;
		height: auto;
	}
	#recipe_menu ul {
	}
	#recipe_menu ul li {
		width: 80%;
		margin: 0 auto 30px;
		text-align: center;
		position: relative;
	}
	#recipe_menu ul li:hover {
		opacity: 0.8;
	}
	#recipe_menu ul li p {
		font-size: 90%;
		line-height: 1.5;
		margin: 0 0 5px;
	}
	#recipe_menu ul li div {
		line-height: 0;
	}
	#recipe_menu ul li div img {
		width: 100%;
		height: auto;
	}
	#recipe_menu ul li a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* レシピ内容 */
	.recipe_cnt {
		width: 92%;
		margin: 0 auto 10px;
		padding: 45px 0 0;
	}
	#recipe .recipe_cnt:last-of-type {
		margin-bottom: 50px !important;
	}
	.recipe_cnt h4 {
		text-align: center;
		color: #6db131;
		font-size: 100%;
		line-height: 1.6;
		margin: 0 0 15px;
	}
	.recipe_cnt h4:before {
		content: url('../images/icon_fork.png');
		margin: 0 8px 0 0;
		position: relative;
		top: 7px;
	}
	.recipe_cnt h4:after {
		content: url('../images/icon_spoon.png');
		margin: 0 0 0 8px;
		position: relative;
		top: 9px;
	}
	.recipe_cnt_img {
		width: 100%;
		margin: 0 0 25px;
		line-height: 0;
	}
	.recipe_cnt_img img {
		width: 100%;
		height: auto;
	}
	/* 材料 */
	.foodstuff {
		width: 100%;
		background: #f7f5f2;
		border-radius: 20px;
		margin: 0 0 30px;
		padding: 25px 0 30px;
	}
	.foodstuff h5 {
		text-align: center;
		font-size: 110%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 20px;
	}
	.foodstuff ul {
		width: 88%;
		max-width: 700px;
		background: url('../images/dotted.png') repeat-x center top;
		margin: 0 auto;
	}
	.foodstuff ul li {
		background: url('../images/dotted.png') repeat-x center bottom;
		padding: 10px 0;
		font-size: 85%;
		line-height: 1.7;
	}
	.foodstuff ul li dl {
		display: flex;
	}
	.foodstuff ul li dl dt {
		flex-shrink: 0;
	}
	.foodstuff ul li span {
		color: #6db131;
		font-weight: bold;
	}
	.indent {
		box-sizing: border-box;
		padding-left: 3.5em !important;
	}
	/* 手順 */
	.howtocook {
		width: 100%;
	}
	.howtocook h5 {
		background: url(../images/midashi_bg.png) repeat-x center center;
		text-align: center;
		font-weight: normal;
		margin: 0 0 20px;
	}
	.howtocook h5 span {
		display: inline-block;
		background: #ffffff;
		padding: 0 15px;
		font-size: 110%;
		line-height: 1;
	}
	.howtocook ul {
		width: 100%;
	}
	.howtocook ul li {
		margin: 0 0 30px;
	}
	.margin_adjust {
	}
	.howtocook ul li:last-child {
		margin: 0 !important;
	}
	.howtocook ul li h6 {
		font-size: 95%;
		line-height: 1.6;
		font-weight: normal;
		text-indent: -2em;
		padding-left: 2em;
	}
	.howtocook ul li h6 .green {
		color: #6db131;
		font-weight: bold;
	}
	.howtocook ul li h6 .grey {
		color: #666666;
		font-size: 70%;
	}
	.howtocook ul li p {
		font-size: 85%;
		line-height: 1.7;
		margin: 5px 0 0;
		padding-left: 2.2em;
	}
	.howtocook ul li div {
		width: 80%;
		max-width: 500px;
		margin: 5px auto 0;
		line-height: 0;
	}
	.howtocook ul li div img {
		width: 100%;
		height: auto;
	}
	/* 作成者 */
	#recipe_creator {
		width: 92%;
		margin: 0 auto;
		padding: 25px 0 30px;
		background: #eaf9dd;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#recipe_creator h4 {
		width: 46%;
		max-width: 188px;
		line-height: 0;
		margin: 0 auto 10px;
	}
	#recipe_creator h4 img {
		width: 100%;
		height: auto;
	}
	#recipe_creator h5 {
		text-align: center;
		font-size: 110%;
		line-height: 1.55;
		margin: 0 0 10px;
	}
	#recipe_creator h5 span {
		font-size: 70%;
	}
	#recipe_creator p {
		width: 84%;
		font-size: 85%;
		line-height: 1.8;
	}
}



/* 玄米の炊き方 */
@media screen and (min-width: 768px) {
	#genmai_cook {
		width: 100%;
		padding: 80px 0 110px;
	}
	#genmai_cook h3 {
		width: 96%;
		max-width: 1004px;
		margin: 0 auto;
		line-height: 0;
	}
	#genmai_cook h3 img {
		width: 100%;
		height: auto;
	}
	.cook_flow {
		width: 96%;
		max-width: 800px;
		margin: 55px auto 0;
	}
	#genmai_cook .cook_flow:first-of-type {
		margin: 35px auto 0 !important;
	}
	.cook_flow h4 {
		height: 30px;
		color: #6eb92b;
		font-weight: normal;
		font-size: 200%;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.cook_flow h4:before {
		display: inline-block;
		content: url('../images/circle_green.png');
		width: 30px;
		height: 30px;
		margin: 0 5px 0 0;
		position: relative;
		top: 3px;
	}
	.cook_flow > div {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 40px;
		padding: 0 0 0 35px;
	}
	.cook_flow > div:last-of-type {
		margin: 0 0 25px !important;
	}
	.cook_flow > div h5 {
		font-size: 95%;
		line-height: 1.8;
		font-weight: normal;
	}
	.cook_flow > div h5:before {
		display: inline-block;
		content: url('../images/circle_black.png');
		width: 16px;
		height: 16px;
		margin: 0 5px 0 0;
		position: relative;
		top: 2px;
	}
	.cook_flow > div p,.cook_flow > div > div p {
		font-size: 95%;
		line-height: 1.8;
	}
	.cook_flow > div > div {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 21px;
	}
	.cook_img {
		width: 100%;
		box-sizing: border-box;
		border: 1px #6eb92b solid;
		border-radius: 20px;
		margin: 15px 0 0;
		padding: 15px 15px 20px;
	}
	.cook_img dt {
		display: inline-block;
		background: #6eb92b;
		color: #ffffff;
		font-size: 100%;
		line-height: 1;
		border-radius: 100px;
		margin: 0 0 15px;
		padding: 12px 25px;
	}
	.cook_img dd {
		width: 100%;
		box-sizing: border-box;
		padding: 0 35px;
		display: flex;
		justify-content: space-between;
	}
	.cook_img dd div {
		line-height: 0;
	}
	#cook_note {
		text-align: right !important;
		color: #666666;
		font-size: 85% !important;
		line-height: 1;
		margin: 0 0 40px;
	}
	#cook_txt {
		text-align: center !important;
		font-size: 125% !important;
		line-height: 1.8 !important;
	}
}
@media screen and (max-width: 767px) {
	#genmai_cook {
		clear: both;
		width: 94%;
		margin: 0 auto;
		padding: 50px 0 50px;
	}
	#genmai_cook h3 {
		width: 100%;
		margin: 0 auto 10px;
		line-height: 0;
	}
	#genmai_cook h3 img {
		width: 100%;
		height: auto;
	}
	.cook_flow {
		width: 94%;
		margin: 35px auto 0;
	}
	#genmai_cook .cook_flow:first-of-type {
		margin: 25px auto 0 !important;
	}
	.cook_flow h4 {
		height: 30px;
		color: #6eb92b;
		font-weight: normal;
		font-size: 110%;
		line-height: 1.8;
		margin: 0 0 5px;
	}
	.cook_flow h4:before {
		display: inline-block;
		content: '●';
		margin: 0 5px 0 0;
	}
	.cook_flow > div {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 40px;
	}
	.cook_flow > div:last-of-type {
		margin: 0 0 25px !important;
	}
	.cook_flow > div h5 {
		font-size: 90%;
		line-height: 1.8;
		font-weight: normal;
	}
	.cook_flow > div h5:before {
		display: inline-block;
		content: url('../images/circle_black.png');
		width: 16px;
		height: 16px;
		margin: 0 5px 0 0;
		position: relative;
		top: 2px;
	}
	.cook_flow > div p,.cook_flow > div > div p {
		font-size: 90%;
		line-height: 1.8;
	}
	.cook_flow > div > div {
		width: 100%;
	}
	.cook_img {
		width: 100%;
		box-sizing: border-box;
		border: 1px #6eb92b solid;
		border-radius: 20px;
		margin: 10px 0 0;
		padding: 15px 15px 20px;
	}
	.cook_img dt {
		display: inline-block;
		background: #6eb92b;
		color: #ffffff;
		font-size: 90%;
		line-height: 1.6;
		border-radius: 100px;
		margin: 0 0 10px;
		padding: 8px 15px;
	}
	.cook_img dd {
		width: 100%;
		box-sizing: border-box;
		padding: 0 35px;
	}
	.cook_img dd div:first-child {
		width: 60%;
		margin: 0 auto 20px;
		line-height: 0;
	}
	.cook_flow > div:first-of-type .cook_img dd div:first-child {
		margin: 0 auto !important;
	}
	.cook_img dd div:last-child {
		width: 80%;
		margin: 0 auto;
		line-height: 0;
	}
	.cook_img dd div img {
		width: 100%;
		height: auto;
	}
	#cook_note {
		text-align: center !important;
		color: #666666;
		font-size: 60% !important;
		line-height: 1;
		margin: 0 0 20px;
	}
	#cook_txt {
		font-size: 90% !important;
		line-height: 1.8 !important;
	}
	#cook_txt br {
		display: none;
	}
}



/* 玄米 */
@media screen and (min-width: 768px) {
	#genmai {
		width: 96%;
		max-width: 1200px;
		margin: 0 auto 60px;
	}
	#genmai h3 {
		width: 100%;
		text-align: center;
		background: url('../images/02_ttl.png') repeat-x center center;
		font-size: 140%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 30px;
	}
	#genmai h3 span {
		background: #ffffff;
		padding: 0 10px;
	}
	#genmai p {
		text-align: center;
		font-size: 125%;
		line-height: 1.8;
		margin: 0 0 20px;
	}
	#genmai div {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	#genmai div img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	#genmai {
		width: 94%;
		margin: 0 auto 0;
	}
	#genmai h3 {
		width: 100%;
		text-align: center;
		background: url('../images/02_ttl.png') repeat-x center center;
		font-size: 110%;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 20px;
	}
	#genmai h3 span {
		background: #ffffff;
		padding: 0 10px;
	}
	#genmai p {
		font-size: 90%;
		line-height: 1.8;
		margin: 0 0 20px;
	}
	#genmai p br {
		display: none;
	}
	#genmai div {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	#genmai div img {
		width: 100%;
		height: auto;
	}
}



/* ご購入 */
@media screen and (min-width: 768px) {
	#purchase {
		width: 100%;
		padding: 80px 0 0;
	}
	#purchase_inner {
		width: 100%;
		background: #f4f0eb;
		padding: 40px 0 90px;
	}
	#purchase_inner h3 {
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		font-size: 240%;
		line-height: 1.6;
		margin: 0 0 115px;
	}
	#purchase_cnt {
		width: 96%;
		max-width: 1200px;
		margin: 0 auto;
	}
	/* 左 */
	#purchase_L {
		width: 100%;
		margin: 0 0 55px;
	}
	#purchase_img_box {
		width: 35%;
		margin: 0 auto;
		position: relative;
	}
	#purchase_balloon {
		width: 170px;
		line-height: 0;
		position: absolute;
		top: -105px;
		left: -50px;
	}
	#purchase_balloon img {
		width: 100%;
		height: auto;
	}
	#purchase_img {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		line-height: 0;
	}
	#purchase_img img {
		width: 100%;
		height: auto;
	}
	#purchase_info {
		width: 360px;
		box-sizing: border-box;
		margin: 20px auto 0;
		padding: 10px 0;
		background: #ffffff;
		border-radius: 20px;
		font-size: 120%;
		line-height: 1.6;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* 右 */
	#purchase_R {
		width: 100%;
		max-width: 1040px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#purchase_txt_box {
		text-align: center;
	}
	#purchase_txt_box h4 {
		color: #d0a324;
		font-size: 200%;
		line-height: 1;
	}
	#purchase_arrow {
		width: 39px;
		margin: 20px auto 15px;
		line-height: 0;
	}
	#purchase_btn {
		width: 100%;
		margin: 0 0 35px;
		display: flex;
		justify-content: space-between;
	}
	#purchase_btn li {
		width: 49%;
		max-width: 500px;
		height: 90px;
		background: #ffffff;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px #d0a324 solid;
		line-height: 0;
	}
	#purchase_btn li a {
		display: flex;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#purchase_btn li:hover {
		opacity: 0.8;
	}
	#purchase_txt_box p {
		font-size: 125%;
		line-height: 1.9;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	#purchase_inner {
		padding-bottom: 100px;
	}
	#purchase_inner h3 {
		font-size: 220%;
		margin: 0 0 110px;
	}
	#purchase_balloon {
		width: 140px;
		top: -95px;
		left: -45px;
	}
	#purchase_hikaritv a img {
		width: 320px;
	}
}
@media screen and (max-width: 767px) {
	#purchase {
		width: 100%;
		padding: 50px 0 0;
	}
	#purchase_inner {
		width: 100%;
		background: #f4f0eb;
		box-sizing: border-box;
		padding: 30px 0 35px;
	}
	#purchase_inner h3 {
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		font-size: 120%;
		line-height: 1.8;
		margin: 0 0 85px;
	}
	#purchase_cnt {
		width: 94%;
		margin: 0 auto;
	}
	/* 	左 */
	#purchase_L {
		width: 100%;
	}
	#purchase_img_box {
		width: 66%;
		margin: 0 auto;
		position: relative;
	}
	#purchase_balloon {
		width: 110px;
		line-height: 0;
		position: absolute;
		top: -70px;
		left: -20%;
	}
	#purchase_img {
		width: 100%;
		line-height: 0;
	}
	#purchase_balloon img,#purchase_img img {
		width: 100%;
		height: auto;
	}
	#purchase_info {
		width: 82%;
		box-sizing: border-box;
		margin: 15px auto 0;
		padding: 10px 0;
		background: #ffffff;
		border-radius: 20px;
		font-size: 90%;
		line-height: 1.6;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* 右 */
	#purchase_R {
		margin: 35px 0 0;
	}
	#purchase_txt_box {
		text-align: center;
	}
	#purchase_txt_box h4 {
		color: #d0a324;
		font-size: 125%;
		line-height: 1;
	}
	#purchase_arrow {
		width: 30px;
		margin: 10px auto 10px;
		line-height: 0;
	}
	#purchase_arrow img {
		width: 100%;
		height: auto;
	}
	#purchase_btn li {
		width: 100%;
		height: 75px;
		background: #ffffff;
		box-sizing: border-box;
		margin: 0 auto 15px;
		border-radius: 10px;
		border: 1px #d0a324 solid;
		line-height: 0;
	}
	#purchase_btn li a {
		display: flex;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#purchase_yodobashi a img {
		width: 155px;
		height: auto;
		box-sizing: border-box;
		padding: 5px 0 0;
	}
	#purchase_hikaritv a img {
		width: 250px;
		height: auto;
		box-sizing: border-box;
	}
	#purchase_btn li:hover {
		opacity: 0.8;
	}
	#purchase_txt_box p {
		font-size: 85%;
		line-height: 1.8;
	}
}



/* ページトップ */
@media screen and (min-width: 768px) {
	#pagetop {
		width: 63px;
		height: 116px;
		line-height: 0;
		position: fixed;
		right: 23px;
		cursor: pointer;
	}
}
@media screen and (max-width: 767px) {
	#pagetop {
		display: none !important;
		opacity: 0 !important;
	}
}



/* フッター */
footer {
	width: 100%;
	text-align: center;
	padding: 45px 0 25px;
	color: #666666;
}
footer h3 {
	width: 240px;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px #d8d9d6 solid;
	border-radius: 8px;
	margin: 0 auto 35px;
	line-height: 0;
}
footer h3 a {
	display: block;
	width: 100%;
	height: 100%;
}
footer h3 img {
	width: 100%;
	height: auto;
}
#footer_txt01 {
	font-size: 90%;
	line-height: 1;
	margin: 0 0 10px;
}
#footer_tel {
	font-size: 160%;
	line-height: 1;
	margin: 0 0 10px;
}
#footer_tel:before {
	content: url('../images/freedial.png');
	margin: 0 10px 0 0;
	position: relative;
	top: 1px;
}
#footer_txt02 {
	font-size: 80%;
	line-height: 1;
	margin: 0 0 55px;
}
#copy {
	font-size: 80%;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 40px 0 25px;
	}
	#copy {
		font-size: 70%;
	}
}



/* 320px */
@media screen and (max-width: 320px) {
	#introduction h3 {
		font-size: 95%;
	}
	#purchase h3 {
		font-size: 105%;
	}
}


