@charset "utf-8";

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

/* intro */
.intro {
	margin-top: 1.5em;
}
.intro p {
	margin-bottom: 1.85em;
	line-height: 1.85;
	letter-spacing: 0.12em;
}
.intro p.intro-txt-fan {
	margin-bottom: 1.6em;
}
.intro p.intro-txt-tokuni {
	margin-bottom: 25px;
}
.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.75;
	font-weight: bold;
	color: #cc473c;
	letter-spacing: 0.12em;
	border-radius: 1.4vw;
	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: 70px;
	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.12em;
}
.service p.txt-service {
	padding: 0 0 5px;
	line-height: 1.7;
}
.service__item {
	margin-top: 1.5em;
}
.service__ttl {
	margin: 0 0 20px;
	padding: .15em .75em;
	letter-spacing: 0.12em;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.service-inner {
	padding: 0 0 25px;
}
.service__caption {
	display: inline;
	font-size: 20px;
	font-weight: bold;
}
.service__type {
	display: inline;
}
.service__type a {
	color: #744128;
	text-decoration: underline;
}
.service__type a:hover {
	text-decoration: none;
}
.service-bnr-list {
	line-height: 0;
	margin-top: 13px;
}
.service-bnr-list img {
	width: 460px;
}
.service-bnr-list a {
	display: block;
	vertical-align: top;
}
.service__item-01 .service__ttl {
	padding: 0.5em 1.5em;
	border-radius: 8px;
	background: #ef8e2c;
}
.service__item-01 .service__caption {
	display: inline-block;
}
.service__item-02 .service__ttl {
	padding: 0.5em 1.5em;
	border-radius: 8px;
	background: #744128;
}
.service__item-03 .service__ttl {
	padding: 0.5em 1.5em;
	border-radius: 8px;
	background: #666;
}
/* coffee-map */
.coffee-map {
	margin-top: 55px;
}
.coffee-map p {
	margin-bottom: 27px;
	line-height: 1.85;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	/* article */
	#article {
		font-size: 100%;
	}
	/* intro */
	.intro figure {
		width: auto;
		margin: 6.25vw 6.25vw 17vw;
	}
	.intro-comment {
		margin: 0 0 0.5em;
	}
	.intro-comment li + li {
		margin-top: .5em;
	}
	.intro-comment li:before {
		left: 0;
		width: 10vw;
		height: 10vw;
	}
	.intro-comment li span {
		padding: 0.85em 0.8em;
	}
	.intro-comment li span:before {
		top: 3.125vw;
	}
	.intro-comment-left li {
		padding-left: 14vw;
		padding-bottom: 14px;
	}
	.intro-comment-left li:before {
		left: 0;
	}
	.intro-comment-left li span:before {
		border-width: 1.56vw 2.34vw 1.56vw 0;
	}
	.intro-comment-right li {
		padding-right: 14vw;
	}
	.intro-comment-right li::before {
		right: 0;
		left: auto;
	}
	.intro-comment-right li span:before {
		border-width: 1.56vw 0 1.56vw 2.34vw;
	}
	
	p.txt-arigatai {
		margin: 0 0 2em;
	}
	p.txt-ippou {
		line-height: 1.9;
	}
	
	/* service */
	.service-inner p {
		display: inline;
		line-height: 1.8;
	}
	.service__ttl {
		font-size: 110%;
	}
	.service-inner {
		padding: 0 0 15px;
	}
	.service__caption {
		display: block;
		font-size: 110%;
	}
	.service-inner .service__desc {
		display: block;
		margin-top: .5em;
	}
	.service__item-03 {
		padding-bottom: 8px;
	}
	.service-bnr-list {
		text-align: center;
	}
	.service-bnr-list.service-bnr-list-koi-ha {
		margin-top: 18px;
	}
	.service-bnr-list.service-bnr-list-koi-ha a {
		display: block;
		margin-bottom: 20px;
	}
	.service-bnr-list.service-bnr-list-koi-ha a:last-child {
		margin-bottom: 0;
	}
	.service-bnr-list a + a img {
		margin-top: .5em;
	}
	/* coffee-map */
	.coffee-map {
		margin-top: 7.81vw;
	}
}

