@charset "utf-8";




.l-main {
	margin: 0 0 20px;
}

.l-main-read {
	line-height: 2.25;
	text-align: center;
}

.l-voice-item {
	line-height: 1.75;
	letter-spacing: 0;
	width: 100%;
	min-height: 180px;
	display: inline-block;
}

.l-voice-item .e-link {
	padding-left: calc(100% / 4 + 30px);
	display: block;
	position: relative;
}

.l-voice-item .e-image {
	width: calc(100% / 4);
	position: absolute;
	top: 0;
	left: 0;
}

.l-voice-item .e-text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .1em;
	padding: 10px 0 0;
	display: block;
}

.l-voice-item .e-time {
	font-size: 1.6rem;
	margin: 0 20px 0 0;
	display: inline-block;
}

.l-voice-item .e-prof {
	font-size: 1.6rem;
}

.l-voice-button {
	text-align: center;
}

.l-voice-button .e-button {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
	min-width: 535px;
	padding: 15px 10px;
	display: inline-block;
	background: #b3923a;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s;
}

.no-touch .l-voice-button .e-button:hover {
	background-color: #987323;
	opacity: 1;
}




/* ----------------------------------------------------------------------
 * 詳細
 * ---------------------------------------------------------------------- */
.l-store-main-inner {
	position: relative;
}

.l-store-main-prof {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: right;
	margin: 0 0 20px;
}

.l-store-main-title {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
	width: 100%;
	padding: 30px 0 30px 150px;
	background: #df2d32;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-store-main-title:before {
	content: attr(caption);
	font-size: 2rem;
	text-align: center;
	width: 95px;
	display: inline-block;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.l-entry-body {
	padding: 20px 0 0;
}

.l-entry-body p {
	font-size: 1.6rem;
	line-height: 2.25;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	margin: 0 0 20px;
}

.l-entry-body p .e-person {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: .05em;
	margin-right: 10px;
	padding: 5px 15px;
	border-radius: 100px;
	display: inline-block;
	background: #ccc;
}

.l-entry-body p .e-person.is-color-pink {
	background: #d36c76;
}

.l-entry-body p .e-person.is-color-green {
	background: #50aa68;
}

.l-entry-body p .e-person.is-color-blue {
	background: #5981bf;
}

.l-entry-body figure {
	margin: 0 0 60px;
	padding:0 90px;
}

.is-photo-left,
.is-photo-right {
	margin: 0 0 40px;
}

.is-photo-left:after,
.is-photo-right:after {
	content: '';
	display: block;
	clear: both;
}

.is-photo-left p {
	width: 50%;
	margin-bottom: 30px;
	padding-left: 30px;
	float: right;
}

.is-photo-right p {
	width: 50%;
	margin-bottom: 30px;
	padding-right: 30px;
	float: left;
}

.is-photo-left figure {
	width: 50%;
	margin: .5em 0 0;
	padding: 0;
	float: left;
}

.is-photo-right figure {
	width: 50%;
	margin: .5em 0 0;
	padding: 0;
	float: right;
}

.is-photo-2 {
	margin: 0 -20px;
	display: flex;
}

.is-photo-2 figure {
	width: 50%;
	padding: 0 20px;
}

.l-entry-body .e-question {
	font-weight: 700;
	padding-left: 110px;
	position: relative;
}

.l-entry-body .e-question:before {
	content: '';
	width: 100px;
	height: 1px;
	display: inline-block;
	background: #000;
	position: absolute;
	top: 1em;
	left: 0;
}







