for_____SP{}
/*SP用*/
@media screen and (max-width: 770px) {

.youtube_wrapp {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}

.youtube_wrapp iframe {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}

.item {
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 30px;
	background-color: #f2f0ea;
}
.item h3 {
	padding-top: 30px;
	padding-bottom: 0px;
}
.item .price {
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
}
.item .comm {
	margin-bottom: 25px;
	font-size: 14px;
	text-align: left;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.item .btn_order {
	margin-bottom: 30px;
	margin-top: 50px;
	max-width: 600px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 50px;
	color: white;
	background-color: #362521;
	display: block;
}
.item .btn_order:hover {
	background-color: #865e34;
}
.item {
}
.thumbComm {
	width: 80%;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.thumbComm .thumb {
	text-align: left;
	margin-bottom: 20px;
}
.thumbComm .thumb img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	width: 100%;
}

}


for_____PC{}
/*PC用*/
@media screen and (min-width: 771px) {

.item {
	background-color: #f2f0ea;
	padding: 30px;
}
.item h3 {
	padding-top: 30px;
	padding-bottom: 0px;
}
.item .price {
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
}
.item .comm {
	margin-bottom: 25px;
	font-size: 14px;
	text-align: left;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.item .btn_order {
	margin-bottom: 30px;
	margin-top: 50px;
	max-width: 600px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 50px;
	color: white;
	background-color: #362521;
	display: block;
}
.item .btn_order:hover {
	background-color: #865e34;
}
.item {
}
.thumbComm {
	font-size: 14px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.thumbComm .thumb {
	text-align: left;
	margin-bottom: 30px;
}
.thumbComm .thumb img {
	margin-bottom: 10px;
	display: block;
	height: auto;
	width: 100%;
}
}


