/* --------------------------------------------------------------------------------
#f0002：茹でたて十割そば 4人前
-------------------------------------------------------------------------------- */

@media screen and (max-width: 768px){
	/* ----------------------------------------
	スマートフォン
	---------------------------------------- */
	#f0002 .item-description {
		padding: 0 0 10vw;
	}
	#f0002 .item-description a,
	#f0002 .item-description img {
		display: block;
	}
	#f0002 .item-description img {
		width: 100%;
	}

	/********** 商品一覧・ボタンエリア **********/
	#f0002 .item-description .item-list-area {
		padding: 0 0 5vw;
		background: url("https://eiheiji-kiwami.jp/pic-labo/f0002-itemlist-bg.jpg") no-repeat 0 calc(100% - 1.5vw);
		background-size: 100% auto;
	}
	#f0002 .item-description .item-list-area .item-list-btn-half ul {
		display: flex;
		width: 100%;
	}
	#f0002 .item-description .item-list-area .item-list-btn-half ul li {
		width: 50%;
	}

	/********** 8つのこだわり **********/
	#f0002 .item-description .kodawari-8 {
		background: url("https://eiheiji-kiwami.jp/pic-labo/f0002-8tsu-kodawari-bg.jpg") repeat 50% 2vw;
		background-size: 100% auto;
	}
	#f0002 .item-description .kodawari-8-unit ul {
		display: flex;
		flex-wrap: wrap;
	}
	#f0002 .item-description .kodawari-8-unit ul li {
		width: 100%;
	}
	#f0002 .item-description .kodawari-8-unit ul li:nth-of-type(1) {
  		order: 1;
	}
	#f0002 .item-description .kodawari-8-unit ul li:nth-of-type(2) {
  		order: 2;
	}
	#f0002 .item-description .kodawari-8-unit ul li:nth-of-type(3) {
  		order: 4;
	}
	#f0002 .item-description .kodawari-8-unit ul li:nth-of-type(4) {
  		order: 3;
	}

	/********** オプション **********/
	#f0002 .item-description .item-options {
		padding: 0.5vw 0 10vw;
		background: url("https://eiheiji-kiwami.jp/pic-labo/f0002-item-options-bg.jpg") no-repeat 0 0;
		background-size: 100% auto;
	}
	#f0002 .item-description .item-options ul {
		display: flex;

		padding: 0 0 0 2vw;
	}
	#f0002 .item-description .item-options ul li {
		width: 28.5vw;
		box-sizing: border-box;
	}
	#f0002 .item-description .item-options ul li:nth-of-type(1) {
		margin: 0 3vw 0 0;
	}
	#f0002 .item-description .item-options ul li:nth-of-type(2) {
		margin: 0 3vw 0 0;
	}
}
@media screen and (min-width: 769px) {
	/* ----------------------------------------
	PC
	---------------------------------------- */
	#f0002 .item-description {
		padding: 0 0 50px;
	}
	#f0002 .item-description a,
	#f0002 .item-description img {
		display: block;
	}

	/********** 商品一覧・ボタンエリア **********/
	#f0002 .item-description .item-list-area {
		padding: 0 0 55px;
		background: url("https://eiheiji-kiwami.jp/pic-labo/f0002-itemlist-bg.jpg") no-repeat 0 100%;
	}
	#f0002 .item-description .item-list-area .item-list-btn-half ul {
		display: flex;
		width: 100%;
	}

	/********** 8つのこだわり **********/
	#f0002 .item-description .kodawari-8 {
		background: url("https://eiheiji-kiwami.jp/pic-labo/f0002-8tsu-kodawari-bg.jpg") repeat 0 20px;
	}
	#f0002 .item-description .kodawari-8-unit ul {
		display: flex;
		flex-wrap: wrap;
	}

	/********** オプション **********/
	#f0002 .item-description .item-options {
		padding: 5px 0 74px;
		background: url("https://eiheiji-kiwami.jp/pic-labo/f0002-item-options-bg.jpg") repeat 0 0;
	}
	#f0002 .item-description .item-options ul {
		display: flex;

		padding: 0 0 0 21px;
	}
	#f0002 .item-description .item-options ul li:nth-of-type(1) {
		padding: 0 37px 0 0;
	}
	#f0002 .item-description .item-options ul li:nth-of-type(2) {
		padding: 0 41px 0 0;
	}
}

	


