@charset "utf-8";

/******************************************************************
カフェ工房オススメの商品特集
********************************************************************/
/* article */
.article-inner {
	padding: 0 0 5px;
	font-size: 17px;
	font-weight: 400;
}

/* intro */
.intro {
	margin-top: 1.5em;
}
.intro p {
	margin-bottom: 1.85em;
	line-height: 1.85;
	letter-spacing: 0.07em;
}
.intro p.intro-txt-fan {
	margin-bottom: 1.75em;
}
.intro p.intro-txt-tokuni {
	margin-bottom: 1.6em;
}
.intro figure {
	width: 400px;
	margin: 40px auto 50px;
	text-align: center;
}
.intro a {
	color: #744128;
	text-decoration: underline;
}
.intro a:hover {
	text-decoration: none;
}
.intro-comment {
}
.intro-comment li {
	position: relative;
}
.intro-comment li + li {
	margin-top: 10px;
}
.intro-comment li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(/img/taste/icon-coffee.png) no-repeat center center;
	background-size: contain;
}
.intro-comment li span {
	position: relative;
	display: block;
	padding: 1em 1.5em;
	line-height: 1.65;
	font-weight: bold;
	color: #cc473c;
	letter-spacing: 0.07em;
	border-radius: 8px;
	background: #fff;
}
.intro-comment li span:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	border-style: solid;
	border-color: transparent;
}
.intro-comment-left {
	margin: 0 1.8em 0.8em 1.4em;
}
.intro-comment-left li {
	padding-left: 80px;
	padding-bottom: 5px;
}
.intro-comment-left li:before {
	left: 10px;
}
.intro-comment-left li span:before {
	right: 100%;
	border-width: 10px 15px 10px 0;
	border-right-color: #fff;
}
.intro-comment-right {
	margin: 0 1.4em 0.8em 1.8em;
}
.intro-comment-right li {
	padding-right: 80px;
	padding-bottom: 10px;
}
.intro-comment-right li:before {
	right: 10px;
}
.intro-comment-right li span:before {
	left: 100%;
	border-width: 10px 0 10px 15px;
	border-left-color: #fff;
}
/* service */
.service p {
	letter-spacing: 0.07em;
}
.service p.txt-service {
	padding: 0 0 8px;
}
.service__item {
	margin-top: 1.5em;
}
.service__ttl {
	margin: 0 0 30px;
	padding: .15em .75em;
	letter-spacing: 0.07em;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.service-inner {
	padding: 0 0 25px;
}
.service__caption {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.service__type {
	display: inline-block;
}
.service__type a {
	color: #744128;
	text-decoration: underline;
}
.service__type a:hover {
	text-decoration: none;
}
.service-bnr-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	
	line-height: 0;
	margin-top: 1.75em;
}
.service-bnr-list a {
	display: block;
	max-width: 460px;
	margin: 0 15px 0 0;
}
.service-bnr-list a:nth-of-type(2n) {
	margin: 0 0 0 15px;
}
.service-bnr-list img {
}
.service-bnr-list a {
	display: block;
	vertical-align: top;
}
.service__item-01 .service__ttl {
	border-radius: 8px;
	background: #ef8e2c;
}
.service__item-01 .service__caption {
}
.service__item-02 .service__ttl {
	border-radius: 8px;
	background: #744128;
}
.service__item-03 .service__ttl {
	border-radius: 8px;
	background: #666;
}
/* coffee-map */
.coffee-map {
	margin-top: 55px;
}
.coffee-map p {
	margin-bottom: 2em;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
	/* article */
	#article {
		font-size: 100%;
	}
	/* intro */
	.intro figure {
		width: auto;
		margin: 6.25vw;
	}
	.intro-comment {
		margin: 0 0 1.5em;
	}
	.intro-comment li + li {
		margin-top: .5em;
	}
	.intro-comment li:before {
		width: 7.81vw;
		height: 7.81vw;
	}
	.intro-comment li span {
		padding: 1em;
	}
	.intro-comment li span:before {
		top: 3.125vw;
	}
	.intro-comment-left li {
		padding-left: 12.5vw;
	}
	.intro-comment-left li:before {
		left: 1.56vw;
	}
	.intro-comment-left li span:before {
		border-width: 1.56vw 2.34vw 1.56vw 0;
	}
	.intro-comment-right li {
		padding-right: 12.5vw;
	}
	.intro-comment-right li:before {
		right: 1.56vw;
	}
	.intro-comment-right li span:before {
		border-width: 1.56vw 0 1.56vw 2.34vw;
	}
	/* service */
	.service__ttl {
		font-size: 110%;
	}
	.service-inner {
		padding: 1em;
	}
	.service__caption {
		display: block;
		font-size: 110%;
	}
	.service__desc {
		margin-top: .5em;
	}
	.service-bnr-list {
		text-align: center;
	}
	.service-bnr-list a + a img {
		margin-top: .5em;
	}
	/* coffee-map */
	.coffee-map {
		margin-top: 7.81vw;
	}
}

