@charset "UTF-8";
/*==============================================================
>>> Single
----------------------------------------------------------------*/
/* 3.4 single
--------------------------------------------------------------*/
.single-post img {
	width: auto;
}
/* 3.4.0 single common ----------------*/
.single-h1 {
	font-size: 2rem;
    margin-bottom: 1rem;
}
.single-thumnail {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.single-thumnail__bg {
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* media query : mobile */
@media screen and (max-width: 768px) {
	.single-mv {
		height: 40%;
		height: 40vh;
		background-size: cover;
	}
	.single-thumnail__bg {
		height: 12rem;
		margin-left: -1.25rem;
		width: calc(100% + 2.5rem);
	}
}
/* media query : desktop */
@media screen and (min-width: 769px) {
	.single-mv {
		height: 9.3rem;
		background-size: cover;
	}
	.single-thumnail__bg {
		height: 20rem;
	}
}
/* 3.4.1 single nav ----------------*/
.single-nav {
	border-top: 1px solid #ccc;
	padding-top: 3rem;
	margin-top: 2rem;
	text-align: center;
}
.single-nav__pre,
.single-nav__nxt  {
	display: inline-block;
	text-align: center; 
}
.single-nav__pre a,
.single-nav__nxt a {
	border: 1px solid;
    padding: 0.4rem 1rem;
	margin: 0 0.5rem;
}
/* 3.4.2 single product ----------------*/
.product-detail__image img {
	border: 1px solid #eee;
}
.product-detail__category {

}
.product-detail__h1 {
	font-weight: normal;
    padding-bottom: 1rem;
}
.product-detail__desc {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.product-detail__ingredient {
	font-size: 0.825rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.product-detail__ingredient strong {
	display: block;
	font-size: 1rem;
}
.product-detail__option {
	font-size: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.product-detail__option strong {
	display: block;
}
.product-detail__capacity {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
.product-detail__price {
	text-align: right;
	font-size: 1.475rem;
}
.product-detail__price small {
	font-size: 0.825rem;
    margin-left: 0.5rem;
}
.product-detail__tel a {
	line-height: 100%;
}
.product-detail__tel strong {
	display: block;
	font-size: 2rem;
	margin-top: 0.8rem;
}
.product-catelist {
	border-top: 1px solid #FF791B;
    border-left: 1px solid #FF791B;
}
.product-catelist__item {
	float: left;
	/* width: calc(50% - 1px); */
	width: calc(33.33% - 1px);
    border-bottom: 1px solid #FF791B;
    border-right: 1px solid #FF791B;
}
.product-catelist__link {
	display: block;
	padding: 1rem;
	text-align: center;
	color: #FF791B !important;
	font-size: 1.125rem;
}
.product-catelist__link small {
	display: block;
	font-size: 1rem;
	color: #666;
}
.product-list__image {
	display: block;
	border: 1px solid #eee;
	overflow: hidden;
	background: #FFF;
}
.product-list__image:hover {
	transform: scale(1.05);
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-list__title {
	margin-top: 1rem;
	font-size: 1.125rem;
	line-height: 1.7;
	font-weight: 400;
}
.product-list__desc {
	margin-top: 0.5rem;
    font-size: .875rem;
    line-height: 1.8;
    color: #666;
}
.product-list__detail {
	display: flex;
    align-items: center;
    margin-top: 0.5rem;
	padding-top: 0.5rem;
    border-top: 1px solid #ccc;
}
.product-list__capacity {
	flex-shrink: 0;
    width: 50%;
    font-weight: 400;
	font-size: 1.125rem;
}
.product-list__price {
	width: 50%;
	text-align: right;
	font-size: 1.475rem;
}
.product-list__price small {
	font-size: 0.825rem;
	margin-left: 0.5rem;
}
.product-recommend {
	background-color: #fbfbfb;
}
/* media query : mobile */
@media screen and (max-width: 768px) {
	.product-list__item {
		margin-bottom: 5rem !important;
	}
}
/* media query : desktop */
@media screen and (min-width: 769px) {
	.product-detail__primary {
		width: 45%;
		float: left;
	}
	.product-detail__secondary {
		width: 50%;
		float: right;
	}
	.product-list__item {
		margin-bottom: 7rem !important;
	}
	.product-list__title {
		min-height: 4rem;
	}
	.product-list__image {
		max-height: 14rem;
	}
	.product-list__desc {
		min-height: 5rem;
	}
}