@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

あくらーきっずすまいる？

------------------------------------------------------------ */

/* コンテンツ
---------------------------------------------- */
/*--代表あいさつ--*/
#about01{
	background: #FDF5EA;
	padding: 50px 0;
}

.about_inner01{
	width: 960px;
	margin: 0 auto;
}

#greeting01{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content:space-between;/*--safari用--*/
	justify-content:space-between;
}

.greeting_inner01{width: 680px;}

.greeting_inner01 p{
	letter-spacing: 0.2em;
	font-size: 3.2rem;
	font-weight: bold;
	color: #60574A;
	line-height: 2;
	margin-bottom: 40px;
}

#greeting02 span{font-weight: bold;}
#greeting02 p{margin-bottom: 40px;}
#greeting02 p:last-child{margin-bottom: 0;}






