@charset "utf-8";

/*============================
共通
============================*/
.sec_title {
	font-family: 'Playfair Display';
	font-size: 0.34rem;
	letter-spacing: 0.07em;
	position: relative;
	z-index: 1;
}

/*============================
MV
============================*/
#mv {
	background-image: url(../img/cafe/mv_pc.jpg);
}

/*============================
Original Spice
============================*/
.spice {
	padding: 2.00rem 0 1.00rem;
}
@media screen and (max-width: 640px) {
	.spice {
		padding: 1.50rem 0 0.50rem;
	}
}

.spice .sec_title {
	position: absolute;
	top: -0.20rem;
	right: 0.80rem;
}

.spice .sec_title span::after {
	content: "";
	width: 1.70rem;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom: -0.20rem;
}

.spice .product_wrap {
	background-image: url(../img/cafe/spice_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 1.50rem;
}
@media screen and (max-width: 640px) {
	.spice .product_wrap {
		padding-top: 0.80rem;
		margin: 0 -0.20rem;
	}
}

.spice .product_wrap .product_img {
	max-width: 7.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.spice .product_wrap .product_img {
		max-width: calc(100% - 0.40rem);
	}
}

.spice .txt_box {
	padding-top: 0.40rem;
}

.spice .txt_box .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.40rem;
	max-width: 7.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.spice .txt_box .list {
		display: block;
	}
}

.spice .txt_box .list .tit {
	width: 3.00rem;
}
@media screen and (max-width: 640px) {
	.spice .txt_box .list .tit {
		width: 100%;
		text-align: center;
	}
}

.spice .txt_box .list .txt {
	font-size: 0.30rem;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	.spice .txt_box .list .txt {
		font-size: 0.28rem;
	}
}

.spice .txt_box .list .jp_txt{
	font-size: 0.17rem;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	.spice .txt_box .list .jp_txt{
		font-size: 0.15rem;
		padding-top: 0.10rem;
	}
}

.spice .txt_box .list .info {
	width: calc(100% - 3.00rem);
}
@media screen and (max-width: 640px) {
	.spice .txt_box .list .info {
		width: 100%;
		padding-top: 0.30rem;
	}
}

.spice .txt_box .list .info .txt {
	font-family: "Noto Serif JP", serif;
	font-size: 0.14rem;
	text-align: justify;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.spice .txt_box .list .info .txt {
		line-height: 1.875;
	}
}

.spice .txt_box .caption_large {
	font-size: 0.20rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.spice .txt_box .caption_large {
		font-size: 0.15rem;
		line-height: 1.5;
		text-align: center;
	}
}

.spice .txt_box .caption_small {
	font-size: 0.12rem;
	text-align: center;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	.spice .txt_box .caption_small {
		font-size: 0.11rem;
		line-height: 1.75;
	}
}

/*============================
Photo Gallery
============================*/
.gallery {
	padding-bottom: 1.50rem;
}
@media screen and (max-width: 640px) {
	.gallery {
		padding-bottom: 0.50rem;
	}
}

.gallery .sec_title {
	padding-bottom: 0.20rem;
	position: relative;
}

.gallery .sec_title span::after {
	content: "";
	width: 1.70rem;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom:0;
}

.gallery .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.40rem;
	padding-top: 0.50rem;
}
@media screen and (max-width: 640px) {
	.gallery .list {
		justify-content: space-between;
		gap: 0;
		padding-top: 0.40rem;
	}
}

.gallery .list .ph {
	width: 3.45rem;
	height: 3.45rem;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.gallery .list .ph {
		width: 48%;
		height: 45vw;
		margin-bottom: 0.15rem;
	}
}

.gallery .list .ph a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.gallery .list .ph a::after {
	content: "";
	width: 0.50rem;
	height: 0.50rem;
	background-image: url(../img/cafe/zoom-pan.png);
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery .list .ph a:hover::before {
	background-color: rgba(0,0,0,0.5);
}

.gallery .list .ph a:hover::after {
	opacity: 1;
}

.gallery .list .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
Archive
============================*/
.archive {
	padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
	.archive.last {
		padding-bottom: 0;
	}
}

.archive .cont_wrap {
	width: 100%;
	max-width: 9.20rem;
	margin: auto;
}

/* 購入ボタン */
.archive .cont_wrap .cart_btn {
	text-align: center;
	padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	.archive .cont_wrap .cart_btn {
		padding-bottom: 0.40rem;
	}
}

.archive .cont_wrap .cart_btn a {
	width: 100%;
	max-width: 6.00rem;
	font-size: 0.20rem;
	font-weight: 500;
	background: #FFF;
	color: #000;
	padding: 0.35rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 640px) {
	.archive .cont_wrap .cart_btn a {
		font-size: 0.16rem;
		padding: 0.25rem 0;
	}
}

.archive .cont_wrap .cart_btn a:hover {
	opacity: 0.5;
}

.archive .cont_wrap .cart_btn a::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	background: #000;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	.archive .cont_wrap .cart_btn a::after{
		width: 0.16rem;
		right: 0.15rem;
	}
}

.archive .cont_wrap .cart_btn a:hover::after {
	width: 0.22rem;
	background: #000;
}

/* トップに戻る */
.archive .cont_wrap .list_btn {
	text-align: center;
}

.archive .cont_wrap .list_btn a {
	width: 3.30rem;
	font-size: 0.14rem;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.25rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
}

.archive .cont_wrap .list_btn a:hover {
	background: #fff;
	color: #000;
}

.archive .cont_wrap .list_btn a::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.archive .cont_wrap .list_btn a:hover::after {
	width: 0.22rem;
	background: #000;
}

/*============================
店舗情報
============================*/
.shop_info {
	padding-bottom: 1.00rem;
}

.shop_info .in {
	max-width: 8.80rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.shop_info .in {
		display: block;
	}
}

.shop_info .in .shop_logo {
	width: 2.30rem;
}
@media screen and (max-width: 640px) {
	.shop_info .in .shop_logo {
		width: 1.50rem;
		margin: auto;
	}
}

.shop_info .in .txt_box {
	width: calc(100% - 3.00rem);
}
@media screen and (max-width: 640px) {
	.shop_info .in .txt_box {
		width: 100%;
	}
}

.shop_info .in .txt_box .tit {
	font-size: 0.24rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.shop_info .in .txt_box .tit {
		font-size: 0.20rem;
		line-height: 1.65;
		padding: 0.20rem 0;
		text-align: center;
	}
}

.shop_info .in .txt_box .txt {
	font-size: 0.16rem;
	letter-spacing: 0.07em;
	line-height: 2;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.shop_info .in .txt_box .txt {
		font-size: 0.14rem;
		letter-spacing: 0;
		line-height: 1.875;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.shop_info .in .txt_box .link_list {
		text-align: center;
	}
}