@charset "utf-8";

/* howto */

main {
	background-color: #fff;
	line-height: 2.4em;
}

/*--------------------------------------------
 トップ
--------------------------------------------*/

#top .container {
	padding: 153px 84px 100px;
	/* font-size: 15px; */
}
#top .container > img {
	width: 168px;
	margin-bottom: 90px;
}
#top .container > h1 {
	margin-bottom: 85px;
}
#top p {
	/* line-height: 1.8em; */
	text-align: justify;
}

/*--------------------------------------------
 スタッフ
--------------------------------------------*/

#staff .container {
	padding: 53px 84px 0;
	border-top: 1px solid #C9C9C9;
}
#staff .item img {
	max-width: 375px;
	width: 100%;
	margin-bottom: 45px;
}
#staff .item {
	padding-top: 50px;
}
#staff .item:not(:last-child) {
	margin-bottom: 110px;
}
#staff .item .text {
	margin-top: 10px;
	margin-bottom: 40px;
}
#staff .item > div > * {
	font-size: 17px;
	margin-bottom: 20px;
	display: inline-block;
}
#staff .item > div > a {
	position: relative;
	line-height: 20px;
	font-size: 16px;
	border-top: 1px solid #C9C9C9;
	display: block;
	margin-bottom: 0;
	padding: 25px 0;
	max-width: 400px;
}
#staff .item > div > a:last-child {
	border-bottom: 1px solid #C9C9C9;
}
#staff .item > div > a::after {
	width: 11px;
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*--------------------------------------------
店舗情報
--------------------------------------------*/

/* #info .container {
	padding: 56px 84px 0;
	border-top: 1px solid #C1C1C1;
}
#info .item:not(:last-child) {
	padding: 0 0 61px 0;
}
#info .item .link-box {
	margin-top: 30px;
}
#info .item.tel {
	margin: 20px auto 0;
	text-align: center;
}
#info .item.address p {
	display: inline-block;
	text-align: left;
}
dt {
	float: left;
}
dd {
	margin-left: 100px;
} */

/*--------------------------------------------
mobile
--------------------------------------------*/

@media (max-width: 850px) {

	/* トップ */

	#top .container {
		padding: 120px 20px 100px;
	}
	#top .container > img {
		width: 92px;
		margin-bottom: 50px;
	}

	/* スタッフ */

	#staff .container {
		padding: 53px 20px 0;
	}

	/* 店舗情報 */
	
	/* #info .container {
		padding: 56px 20px 0;
	}
	#info .item.address {
		text-align: center;
	} */

}