@charset "utf-8";

/* ======================================
農園レポート詳細
====================================== */

/* フッタのアーチ消し */
footer .arc {
	display: none;
}

/* コンテナ */
.container-report-waku {
	padding: 5.3333% 6.66667% 0;
}

@media (min-width: 768px) {
	.container-report-waku {
		width: 1000px;
		margin: 0 auto;
		padding: 40px 0;
	}
}

/* パンくずリスト */
.breadcrumbs {
	display: flex;
	align-items: center;
	margin-bottom: 9.2308%;
	overflow-x: scroll;
	color: #6b2800;
	font-size: 10px;
	line-height: 1.6;
	white-space: nowrap;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;

	/* IE・Edge スクロールバー非表示 */
	-ms-overflow-style: none;

	/* Firefox スクロールバー非表示 */
	scrollbar-width: none;
}

/* Chrome・Safari スクロールバー非表示 */
.breadcrumbs::-webkit-scrollbar {
	display: none;
}

.breadcrumbs li:not(:last-child) {
	margin-right: 0.25em;
}

.breadcrumbs li:not(:last-child)::after {
	margin-left: 0.25em;
	content: '＞';
}

.breadcrumbs a,
.breadcrumbs span {
	display: inline-block;
	padding: 0 0.25em;
}

.breadcrumbs a {
	color: #6b2800;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.breadcrumbs {
		margin-bottom: 80px;
		color: #2e2121;
		font-size: 14px;
		line-height: 20px;
	}

	.breadcrumbs a {
		color: #2e2121;
	}
}

/* 大見出し */
.tl {
	display: inline-block;
	padding: 5px 25px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	background-color: #6b2800;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

@media (min-width: 768px) {
	.tl {
		padding: 15px 60px;
		font-size: 24px;
		line-height: 30px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
}

/* ボックス */
.box-report{
	padding: 7.6924%;
	background-color: #fff;
	border-radius: 5px;
	border-top-left-radius: 0;
}

@media (min-width: 768px) {
	.box-report{
		padding: 90px 100px 100px;
		border-radius: 10px;
		border-top-left-radius: 0;
	}
}

/* メイン */
.details_slide_img {
	border-radius: 5px;
}

.details_slide_imgs {
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
}

.details_slide_img {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
}

.details_slide_img.on {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s;
}

.details_slide_thumbnail {
	display: flex;
	align-items: center;
	margin-top: 3.637%;
}

.details_slide_thumbnail li {
	position: relative;
	display: flex;
	flex-basis: 18%;
	align-items: center;
	height: 0;
	padding-top: 18%;
	overflow: hidden;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	cursor: pointer;
	opacity: 1;
}

.details_slide_thumbnail li:not(:last-child) {
	margin-right: 2%;
}

.details_slide_thumbnail li:hover {
	opacity: 0.75;
	transition: opacity 0.5s;
}

.details_info {
	margin-top: 12.7273%;
}

@media (min-width: 768px) {
	.details_main {
		display: flex;
		justify-content: space-between;
	}

	.details_slide {
		flex-basis: 400px;
		margin: 0 70px 0 0;
	}

	.details_slide_img {
		border-radius: 10px;
	}

	.details_slide_thumbnail {
		margin-top: 20px;
	}

	.details_slide_thumbnail li {
		display: flex;
		flex-basis: 70px;
		align-items: center;
		padding-top: 70px;
		border-radius: 10px;
	}

	.details_slide_thumbnail li:not(:last-child) {
		margin-right: 10px;
	}

	.details_info {
		flex: 1;
		margin-top: 0;
	}
}

/* 中見出し */
.tm {
	padding-left: 40px;
	color: #2c1b1e;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px auto;
}

.tm.brazil {
	background-image: url(../img/report/brazil.png);
}

.tm.elsalvador {
	background-image: url(../img/report/elsalvador.png);
}

.tm.nicaragua {
	background-image: url(../img/report/nicaragua.png);
}

.tm.honduras {
	background-image: url(../img/report/honduras.png);
}

.tm.ethiopia {
	background-image: url(../img/report/ethiopia.png);
}

.tm.panama {
	background-image: url(../img/report/panama.png);
}

.tm.kenya {
	background-image: url(../img/report/kenya.png);
}

@media (min-width: 768px) {
	.tm {
		padding-left: 70px;
		font-size: 24px;
		background-size: 50px auto;
	}
}

/* 農園情報 */
.details_data {
	margin-top: 7.273%;
	color: #2c1b1e;
	font-size: 11px;
	line-height: 1.6;
}

.details_data dt {
	float: left;
	clear: left;
	padding: 0.5em 0.75em;
	font-weight: bold;
}

.details_data dd {
	padding: 0.5em 0.75em 0.5em 4.75em;
	border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
	.details_data {
		margin-top: 50px;
		font-size: 13px;
	}

	.details_data dt {
		padding: 0.5em 0;
	}

	.details_data dd {
		padding: 0.5em 0 0.5em 5em;
		border-bottom: 0;
	}
}

/* 農園紹介 */
.introduction {
	margin: 12.7273% 0 18.1819%;
	padding: 9.091%;
	color: #2c1b1e;
	background-color: #f7f5f0;
	border-radius: 5px;
}

.introduction_tl {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.introduction_txt {
	margin-top: 1em;
	font-size: 12px;
	line-height: 2;
}

.introduction_img {
	width: 126px;
	margin: 8.889% auto 0;
	overflow: hidden;
	border-radius: 63px;
}

.introduction_img.pc {
	display: none;
}

@media (min-width: 768px) {
	.introduction {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 90px -25px 80px;
		padding: 50px 75px;
		border-radius: 10px;
	}

	.introduction_inner {
		flex: 1;
	}

	.introduction_tl {
		font-size: 16px;
		text-align: left;
	}

	.introduction_txt {
		margin-top: 1em;
		font-size: 14px;
		line-height: 2;
	}

	.introduction_img {
		flex-basis: 250px;
		margin-left: 40px;
		overflow: hidden;
		border-radius: 125px;
	}

	.introduction_img.pc {
		display: block;
	}

	.introduction_img.sp {
		display: none;
	}
}

/* 日付 */
.date {
	color: #6b2800;
	font-size: 10px;
	line-height: 1;
}

@media (min-width: 768px) {
	.date {
		font-size: 14px;
		line-height: 20px;
	}
}

/* 最新アイコン */
.badge_new {
	margin-right: 1em;
	padding: 0 1em;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	background-color: #e8c54a;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.badge_new {
		font-size: 18px;
		line-height: 24px;
	}
}

/* 小見出し */
.ts {
	margin-top: 2.9091%;
	color: #2c1b1e;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3334;
}

@media (min-width: 768px) {
	.ts {
		margin-top: 14px;
		font-size: 24px;
		line-height: 30px;
	}
}

/* アイキャッチ画像 */
.eyecatch {
	margin-top: 2.9091%;
	overflow: hidden;
	border-radius: 5px;
}

@media (min-width: 768px) {
	.eyecatch {
		margin-top: 34px;
		border-radius: 10px;
	}
}

/* 本文 */
.article {
	margin-top: 7.6364%;
	color: #2c1b1e;
	font-size: 0.75rem;
	line-height: 2;
}

.article > * {
	margin: 1.5rem 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	font-weight: bold;
	line-height: 1.5;
}

.article h1 {
	font-size: 1rem;
}

.article h2 {
	font-size: 1rem;
}

.article h3 {
	padding-bottom: 0.5em;
	font-size: 0.9rem;
	border-bottom: 1px solid #2c1b1e;
}

.article h4 {
	padding: 0.25em 0 0.25em 0.5em;
	font-size: 0.9rem;
	border-left: 5px solid #2c1b1e;
}

.article h5 {
	padding: 0.5em 1em;
	font-size: 0.8rem;
	background-color: #f7f5f0;
	border-radius: 5px;
}

.article h6 {
	padding-bottom: 0.5em;
	font-size: 0.8rem;
	border-bottom: 1px solid #2c1b1e;
}

.article ul,
.article ol {
	margin-left: 1rem;
}

.article ul {
	list-style-type: disc;
}

.article ol {
	list-style-type: decimal;
}

.article a {
	color: #6b2800;
	font-weight: bold;
	text-decoration: underline;
}

.article a:hover {
	text-decoration: none;
}

.article img {
	max-width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	border-radius: 5px;
}

.article blockquote {
	position: relative;
	padding: 1em 1em 1em 3em;
	font-style: italic;
	background: #f7f5f0 url(../img/info/blockquote.svg) no-repeat 10px 10px / 10% auto;
	border-radius: 5px;
}

.article table {
	width: 100%;
	border: 1px solid #2b2b2b;
	border-collapse: collapse;
}

.article table th,
.article table td {
	padding: 5px;
	font-size: 10px;
	line-height: 1.8;
	vertical-align: middle;
	border: 1px solid #2b2b2b;
}

.article table th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #e7dfd5;
}

.article table td {
	background-color: #fff;
}

@media (min-width: 768px) {
	.article {
		margin-top: 30px;
		font-size: 14px;
		line-height: 2;
	}

	.article h1 {
		font-size: 24px;
	}

	.article h2 {
		font-size: 22px;
	}

	.article h3 {
		font-size: 20px;
	}

	.article h4 {
		font-size: 18px;
	}

	.article h5 {
		font-size: 16px;
	}

	.article h6 {
		font-size: 15px;
	}

	.article img,
	.article blockquote {
		border-radius: 10px;
	}

	.article blockquote {
		padding: 20px 20px 20px 60px;
		background-position: 20px 20px;
		background-size: 30px auto;
	}

	.article table th br {
		display: none;
	}

	.article table th,
	.article table td {
		padding: 10px 25px;
		font-size: 14px;
	}

	.article table th {
		width: 25%;
	}
}

/* SNSリンク */
.nav_sns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 9.091%;
}

.nav_sns dt {
	display: flex;
	align-items: center;
	margin-right: 24px;
	color: #e0d9c8;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.nav_sns dt::after {
	display: block;
	width: 20px;
	height: 1px;
	margin-left: 8px;
	background-color: #e0d9c8;
	content: '';
}

.nav_sns dd {
	flex-basis: 18px;
}

.nav_sns dd:not(:last-child) {
	margin-right: 20px;
}

@media (min-width: 768px) {
	.nav_sns {
		margin-top: 80px;
	}

	.nav_sns dt {
		font-size: 14px;
	}

	.nav_sns dt::after {
		width: 40px;
		margin-left: 10px;
	}

	.nav_sns dd {
		flex-basis: 30px;
	}

	.nav_sns dd:not(:last-child) {
		margin-right: 20px;
	}
}

/* 履歴 */
.archives {
	margin-top: 18.1819%;
	border-top: 1px solid #e7e7e7;
}

.archive {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.91% 0;
	border-bottom: 1px solid #e7e7e7;
}

.archive::after {
	position: relative;
	right: 0;
	width: 28px;
	height: 3px;
	margin-left: 10px;
	background: url(../img/info_index/info_item_bg.png) no-repeat center center / cover;
	transition: all 0.5s ease-in-out;
	content: '';
}

.archive:hover {
	background-color: #fdfcfb;
	transition: all 0.3s ease-in-out;
}

.archive:hover::after {
	right: -10px;
	transition: all 0.3s ease-in-out;
}

.archive_img {
	flex-basis: 35px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.archive_inner {
	flex: 1;
}

.archive_date {
	color: #6b2800;
	font-size: 10px;
	line-height: 1;
}

.archive_title {
	margin-top: 0.25em;
	color: #2c1b1e;
	font-size: 12px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.archives {
		margin-top: 50px;
	}

	.archive {
		padding: 10px 5px 10px 30px;
	}

	.archive::after {
		width: 56px;
		height: 6px;
		margin-left: 20px;
	}

	.archive:hover::after {
		right: -25px;
	}

	.archive_img {
		flex-basis: 50px;
		margin-right: 30px;
		border-radius: 10px;
	}

	.archive_inner {
		display: flex;
		align-items: center;
	}

	.archive_date {
		margin-right: 30px;
		font-size: 14px;
	}

	.archive_title {
		margin: 0 auto 0 0;
		font-size: 14px;
	}
}

/* この農園のコーヒー豆 */
.handling {
	margin-top: 18.1819%;
}

.handling_tl {
	color: #2c1b1e;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.product_lists {
	display: flex;
	justify-content: space-between;
	margin: 9.091% -9.091% 0 0;
	overflow-x: scroll;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;

	/* IE・Edge スクロールバー非表示 */
	-ms-overflow-style: none;

	/* Firefox スクロールバー非表示 */
	scrollbar-width: none;
}

/* Chrome・Safari スクロールバー非表示 */
.product_lists::-webkit-scrollbar {
	display: none;
}

.product_lists > li {
	flex-basis: 150px;
	padding-right: 15px;
}

.product_list {
	display: block;
	text-decoration: none;
}

.product_lists .product_list_img {
	width: 125px;
	overflow: hidden;
	border-radius: 5px;
}

.product_list .product_list_img img {
	transition: 1s all;
}

.product_list:hover .product_list_img img {
	transform: scale(1.1, 1.1);
	transition: 0.75s all;
}

.product_list_txt {
	padding: 10px 0 10px 10px;
	font-size: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.7;
}

@media (min-width: 768px) {
	.handling {
		margin-top: 100px;
	}

	.handling_tl {
		font-size: 20px;
	}

	.product_wrapper {
		padding: 80px 0;
	}

	.product_lists {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 60px -5px 0;
		overflow-x: visible;
	}

	.product_lists > li {
		flex-basis: 250px;
		padding-right: 0;
		margin-top: 20px;
	}

	.product_lists > li:nth-child(1),
	.product_lists > li:nth-child(2),
	.product_lists > li:nth-child(3) {
		margin-top: 0;
	}

	.product_lists > li:not(:nth-child(3n)) {
		margin-right: 30px;
	}

	.product_lists .product_list_img {
		width: 250px;
		border-radius: 10px;
	}

	.product_list_txt {
		padding: 20px 0 20px 20px;
		font-size: 14px;
	}
}

/* 一覧にもどる */
.back_link {
	margin: 9.2308% 0 3.077%;
	text-align: center;
}

.back_link > a {
	position: relative;
	display: inline-block;
	padding: 5px;
	color: #6b2800;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

.back_link > a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6b2800;
	transform: scaleX(1);
	transform-origin: bottom left;
	transition: transform 0.3s ease-in-out;
	content: '';
}

.back_link > a:hover::after {
	transform: scaleX(0);
	transform-origin: bottom right;
}

@media (min-width: 768px) {
	.back_link {
		margin: 40px 0 0;
	}

	.back_link > a {
		padding: 5px 15px;
		font-size: 14px;
		line-height: 20px;
	}
}
