@charset "utf-8";

/* ======================================
ハニーおやじの歩み
====================================== */

/* フッタに被るオブジェクト対応 */
/*footer {
	position: inherit;
}*/

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

/* メイン */
.main_wrapper {
	height: 500px;
	background: #281911 url(../img/history/main_sp.jpg) no-repeat center bottom / 100% auto;
}

.main {
	padding: 36px 0 0;
	color: #fff;
	text-align: center;
}

.main_tl {
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
}

.main_tl .large {
	font-size: 22px;
}

.main_txt_1 {
	font-weight: bold;
	font-size: 10px;
	line-height: 23px;
	margin-top: 12px;
	padding: 0 12px;
	display: inline-block;
	border: 1px solid #fff;
}

.main_txt_2 {
	margin-top: 15px;
	font-size: 10px;
	line-height: 2;
}

.main_btn {
	margin: 18px auto 0;
	width: 175px;
}

@media (min-width: 768px) {
	.main_wrapper {
		height: 600px;
		background: #281a11 url(../img/history/main_pc.jpg) no-repeat left top / auto 600px;
	}

	.main {
		align-items: center;
		display: flex;
		height: 600px;
		width: 1000px;
		margin: 0 auto;
	}

	.main_inner {
		width: 350px;
		margin-left: auto;
	}

	.main_tl {
		font-size: 34px;
		line-height: 50px;
	}

	.main_tl .large {
		font-size: 44px;
	}

	.main_txt_1 {
		font-size: 20px;
		line-height: 48px;
		margin-top: 25px;
		padding: 0 24px;
	}

	.main_txt_2 {
		font-size: 16px;
		margin-top: 30px;
	}

	.main_btn {
		margin: 33px auto 0;
		width: 350px;
	}
}

/* 項目 */
.item_wrapper {
	margin-top: 50px;
}

.item_cont {
	padding: 0 6.667% 9.334%;
	color: #2c1b1e;
}

.item_year {
	font-weight: bold;
	line-height: 1;
	font-size: 30px;
}

.item_tl {
	margin: 1em 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #280d04;
}

.item_tl span {
	display: block;
	font-size: 10px;
	margin-bottom: 1em;
	font-weight: normal;
}

.item_txt {
	font-size: 12px;
	line-height: 2;
}

.item_txt_small {
	font-size: 10px;
	line-height: 1.8;
	margin-top: 4em;
	display: flex;
}

.item_txt_small span {
	margin-right: 1em;
	white-space: nowrap;
}

.item_txt:not(:first-child) {
	margin-top: 2em;
}

.item:not(:first-child) {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.item_wrapper {
		margin:200px auto 0px;
		width: 1200px;
	}

	.item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 1200px;
		margin-left: auto;
	}

	.item_cont {
		flex-basis: 380px;
		padding: 0;
	}

	.item_img {
		margin-left: auto;
	}

	.item_year {
		font-size: 60px;
		line-height: 60px;
	}

	.item_tl {
		margin: 2em 0;
		font-size: 24px;
		line-height: 1.667;
	}

	.item_tl span {
		font-size: 16px;
	}

	.item_txt {
		font-size: 14px;
	}

	.item:not(:first-child) {
		margin-top: 250px;
	}

	.item.even {
		align-items: center;
		flex-direction: row-reverse;
		margin-right: auto;
		margin-left: inherit;
	}

	.item.even .item_img {
		margin-right: auto;
		margin-left: 0;
	}
}

/* ハニーマダム */
.honey_madam {
	margin: 17.3334% 3.3334% 0;
	padding: 6.6667% 6.6667% 13.3334%;
	background-color: #efebe2;
	border-radius: 5px;
	color: #2b2b2b;
}

.honey_madam .item_year {
	text-align: center;
}

.honey_madam_tl {
	margin-top: 1.25em;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.honey_madam_tl span {
	font-size: 11px;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
}

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

.honey_madam_img {
	display: block;
	width: 75%;
	margin: 6.6667% auto 0;
}

@media (min-width: 768px) {
	.honey_madam {
		width: 1000px;
		margin: 250px auto 0;
		padding: 90px 80px 30px 130px;
		border-radius: 10px;
	}

	.honey_madam .item_year {
		text-align: center;
		padding-right: 50px;
		margin-top: -120px;
	}

	.honey_madam_inner {
		display: flex;
		align-items: center;
		margin-top: 40px;
		justify-content: space-between;
	}

	.honey_madam_cont {
		flex-basis: 340px;
	}

	.honey_madam_tl {
		margin-top: 0;
		text-align: left;
		font-size: 28px;
		line-height: 40px;
	}

	.honey_madam_tl span {
		font-size: 16px;
	}

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

	.honey_madam_img {
		flex-basis: 379px;
		width: 379px;
		margin: 0;
	}
}

/* スペシャルティコーヒーとは */
.about {
	position: relative;
	margin: 13.3334% 6.667% 0;
	padding: 12% 6.66667%;
	color: #2c1b1e;
	background-color: #efebe2;
	border-radius: 5px;
}

.about::before,
.about::after {
	position: absolute;
	width: 60px;
	height: 82px;
	background: url(../img/history/about_bg.png) no-repeat 0 0 / 100% auto;
	content: '';
}

.about::before {
	top: 10px;
	left: 12px;
}

.about::after {
	right: 10px;
	bottom: 10px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.about_tl {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
}

.about_inner dt,
.about_inner dd {
	font-size: 10px;
	line-height: 1.9;
}

.about_inner dt {
	text-align: center;
	font-weight: bold;
	color: #6b2800;
	padding: 1em 0 0;
}

.about_inner dd {
	padding: 0 1em 1em;
	color: #2b2b2b;
}

.about_inner dd:not(:last-child) {
	border-bottom: 1px dotted #c5c2bb;
}

@media (min-width: 768px) {
	.about {
		width: 1000px;
		margin: 200px auto 0;
		padding: 100px 50px 80px;
		border-radius: 10px;
	}

	.about::before {
		top: 16px;
		left: 31px;
		width: 159px;
		height: 219px;
	}

	.about::after {
		bottom: 16px;
		right: 34px;
		width: 159px;
		height: 219px;
	}

	.about_tl {
		margin-bottom: 40px;
		font-size: 24px;
	}

	.about_inner dt,
	.about_inner dd {
		font-size: 14px;
		line-height: 35px;
	}

	.about_inner dt {
		text-align: left;
		float: left;
		clear: left;
		padding: 1em 50px 1em 80px;
	}

	.about_inner dd {
		padding: 1em 0 1em 200px;
	}
}
