﻿/* -------- ブログ -------- */
/* メイン画像 */
#feature-parts-header-banner {
	width: 100%;
	text-align: center;
}
#feature-parts-header-banner img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* タイトル */
.s-featureContent-item {
	margin: unset;
}
#page-title h1 {
	margin: 4rem auto 5.7rem;
	padding: unset;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.7;
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	#page-title h1 {
		margin: 7.2vw auto 13.2vw;
		font-size: 2.3rem;
	}
}
/* 見出し共通 */
#upper-contents-area .layout_ttl, #shop_introduction .layout_ttl {
	font-weight: 600;
	line-height: 1.4;
}
/* 見出し1.h3 */
#upper-contents-area h3.layout_ttl, #shop_introduction h3.layout_ttl {
	margin-bottom: 3rem;
	padding: 1.75rem 2.1rem;
	font-size: 2rem;
	background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
	#upper-contents-area h3.layout_ttl, #shop_introduction h3.layout_ttl {
		margin: 0 0 7.2vw 0;
		padding: 2.8vw 4.3vw;
		font-size: 1.8rem;
	}
}
/* 見出し2.h4 */
#upper-contents-area h4.layout_ttl {
	margin-bottom: 3rem;
	padding: 1.5rem 1.8rem;
	font-size: 2rem;
}
#upper-contents-area h4.layout_ttl02 {
	position: relative;
	border-bottom: 1px solid #8A8A8A;
}
#upper-contents-area h4.layout_ttl02::before {
	position: absolute;
	content: "";
	width: 0.6rem;
	height: calc(100% - 2rem);
	top: 50%;
	left: 0;
	background-color: #6C6C6C;
	transform: translateY(-50%);
}
/* 見出し3.h5 */
#upper-contents-area h5.layout_ttl {
	margin: 0 auto 3rem;
	padding: 1.5rem 1.8rem;
	font-size: 2rem;
}
/* 本文 */
#upper-contents-area .cmn-txt, #shop_introduction .cmn-txt {
	font-size: 1.4rem;
	line-height: 1.7;
}
#upper-contents-area .layout_txt, #shop_introduction .layout_txt {
	margin: 0 auto 6rem;
}
@media screen and (max-width: 768px) {
	#upper-contents-area .layout_txt, #shop_introduction .layout_txt {
		margin: 0 4.8vw 14.4vw;
	}
}
#upper-contents-area .layout_img {
	margin: 1.5rem auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#upper-contents-area .layout_img {
		margin: 2.4vw 4.3vw;
	}
}
#upper-contents-area .layout_img img {
	margin: 0 auto;
}
/* 一覧へ戻るボタン */
.cmn-btn01 {
	position: relative;
	display: block;
	width: 29rem;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.cmn-btn01 {
		width: 70vw;
		padding: 4.8vw 0;
		font-size: 1.6rem;
	}
}
.cmn-btn01, .cmn-btn01::before {
	transition: .3s;
}
.cmn-btn01::before {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 50%;
	right: 2rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.cmn-btn01::before {
		width: 2.4vw;
		height: 2.4vw;
		right: 3.6vw;
	}
}