@charset "utf-8";

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

/*============================
コンテンツ
============================*/
#cont {
	padding-top: 1.20rem;
}

#cont .cont_wrap {
	max-width: 9.20rem;
	width: 100%;
	margin: auto;
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

#cont .cont_wrap .ph_wrap {
	width: 100%;
	text-align: center;
}


/* サムネイル */
#cont .cont_wrap .ph_thumb_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 0.20rem;
	width: 100%;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .ph_thumb_wrap {
		padding-top: 0.10rem;
	}
}

#cont .cont_wrap .ph_thumb_wrap .ph {
	width: 20%;
	padding: 0 0.04rem;
	box-sizing: border-box;
}

#cont .cont_wrap .ph_thumb_wrap .ph a {
	display: block;
	width: 100%;
	height: 1.80rem;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .ph_thumb_wrap .ph a {
		height:0.60rem;
	}
}

#cont .cont_wrap .ph_thumb_wrap .ph a:hover {
	opacity: 0.7;
}

#cont .cont_wrap .ph_thumb_wrap .ph a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#cont .cont_wrap .item_title {
	font-size: 0.34rem;
	font-family: 'Playfair Display';
	letter-spacing: 0.07em;
	padding-top: 0.48rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .item_title {
		font-size: 0.24rem;
		padding-top: 0.35rem;
	}
}


#cont .cont_wrap .lead {
	font-size: 0.15rem;
	letter-spacing: 0.07em;
	padding-top: 0.18rem;
	text-align: center;
}

#cont .cont_wrap p {
	max-width: 5.60rem;
	width: 100%;
	margin: auto;
	font-size: 0.14rem;
	letter-spacing: 0.07em;
	line-height: 2;
	padding-top: 0.52rem;
	padding-bottom: 0.90rem;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap p {
		padding-top: 0.35rem;
		padding-bottom: 0.30rem;
	}
}


/* テーブル */
#cont .cont_wrap table {
	max-width: 7.20rem;
	width: 100%;
	margin: auto;
	font-size: 0.15rem;
	letter-spacing: 0.07em;
	line-height: 1.3;
	border-collapse: collapse;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap table {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
}

#cont .cont_wrap table tr {
	border-top: 1px solid #fff;
}

#cont .cont_wrap table tr:last-child {
	border-bottom: 1px solid #fff;
}

#cont .cont_wrap table th {
	text-align: left;
	box-sizing: border-box;
	padding: 0.28rem 0 0.28rem 0.40rem;
	vertical-align: top;
	width: 1.90rem;
	line-height: 1.8;	
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap table th {
		padding: 0.15rem 0;
		width: 100%;
		line-height: 1.8;	
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid #666;
	}	
}


#cont .cont_wrap table td {
	padding: 0.28rem 0;
	text-align: left;
	width: calc(100% - 1.90rem);
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap table td {
		padding: 0.15rem 0 0.20rem;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}


/* オンラインショップで購入 */
#cont .cont_wrap .shop_btn {
	text-align: center;
	margin-top: 0.80rem;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .shop_btn {
		width: 100%;
		margin: 0.50rem auto 0;
	}
}

#cont .cont_wrap .shop_btn a {
	max-width: 4.40rem;
	width: 100%;
	font-size: 0.20rem;
	background: #fff;
	padding: 0.30rem 0;
	display: inline-block;
	text-align: center;
	color: #000;
	border: 1px solid #fff;
	position: relative;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .shop_btn a {
		font-size: 0.16rem;
		padding: 0.20rem 0;
	}
}


#cont .cont_wrap .shop_btn a:hover {
	color: #fff;
	background: #000;
}

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


#cont .cont_wrap .shop_btn a:hover::after {
	width: 0.22rem;
	background: #fff;
}

/* 問い合わせ */
#cont .cont_wrap .btn_common {
	text-align: center;
	margin: 0.45rem auto 0;
}

/* 一覧に戻る */
#cont .cont_wrap .list_btn {
	text-align: center;
	margin-top: 1.20rem;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .list_btn {
		margin: 0.60rem auto 0;
	}
}


#cont .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;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .list_btn a {
		width: 2.50rem;
	}
}


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

#cont .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;
}
@media screen and (max-width: 640px) {
	#cont .cont_wrap .list_btn a::after{
		content: '';
		width: 0.10rem;
	}
}


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