@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------

店長の挨拶　greet

------------------------------------------------------*/

.main-cont .greet-cont {
	border: 1px solid #988F8F;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 5px;
	margin: 0 3% 5rem;
}

.main-cont .greet-cont p:not(:last-child) {
	margin-bottom: 15px;
}

.main-cont .greet-cont p span {
	font-weight: bold;
	color: #b97f15;
}

@media screen and (max-width: 480px) {
	.main-cont .greet-cont {
		padding: 25px  30px;
		margin: 0 0 4rem;
	}
}
