@charset "utf-8";

/* ”全喫飲連”について
========================================== */

.about-target {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.about-target .about-target-txt {}
.about-target .about-target-txt p {
	font-size: 21px;
	font-weight: bold;
	line-height: 2.6;
}
.about-target .about-target-txt p em {
	font-weight: bold;
	color: #BE3717;
	border-bottom: 2px solid;
}
.about-target .about-target-pic {}

@media only screen and (max-width: 767px) {
	.about-target {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
	.about-target .about-target-txt p {
		font-size: 18px;
		text-align: center;
	}
}

/* 目的について
========================================== */

.about-gole-pic {
	padding: 26px;
	margin-top: 40px;
}

.tit-about {
	font-size: 20px;
	font-weight: bold;
}

/* 主な取り組み
========================================== */

.about-attempt {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	margin-top: 40px;
}
.about-attempt + .about-attempt {
	margin-top: 20px;
}
.tit-about + .about-attempt {
	margin-top: 20px;
}
.about-attempt .about-attempt-txt {
	max-width: calc( 100% - 380px);
	width: 100%;
}
.about-attempt .about-attempt-txt > p {
	margin-top: 20px;
}
.about-attempt figure {
	max-width: 355px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.about-attempt {
		padding: 20px;
		gap: 1em;
	}
	.about-attempt .about-attempt-txt {
		max-width: 100%;
	}
}	