

.page {
	padding: 120px 50px 50px 50px;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 12px;
}
.page .container {
	margin: 0 auto;
	max-width: 900px;
}
.page .main {
	margin: 0 0 30px 0;
}
.page .visible-sp {
	display: none;
}
/**/
.page table {
	margin: 0 0 30px 0;
	line-height: 1.7;
	letter-spacing: 1px;
}
.page table th {
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	border-bottom: 1px solid #666;
	background-color: #333;
	white-space: nowrap;
}
.page table td {
	color: #000;
	text-align: left;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}
.page table td.black {
	font-weight: 700;
	color: #fff;
	background-color: #333;
}
.page table td.gray {
	font-weight: 700;
	background-color: #eee;
}
.page table td p {
	color: #555;
	padding-bottom: 1.2em;
}
.page table td p:last-child {
	padding: 0;
}
.page table td .shop-box {
	font-size: 91.66%;
	line-height: 1.7;
	margin: 5px 0 10px 1.7em;
}
.page table td .gray {
	color: #999;
}
/**/
.page .pagetop {
	text-align: right;
	margin-top: 20px;
}
.page .pagetop a {
	color: #c00;
}
/**/
.page-company table td {
	width: 50%;
}
/**/
.page-commerce h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 2px;
}
.page-commerce h4 {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin: 10px 0 20px 0;
	letter-spacing: 1px;
}
/**/
.page-philosophy .block {
	padding: 20px;
	border: 1px solid #ccc;
	line-height: 2;
	color: #000;
}
.page-philosophy .block h2 {
	font-size: 16px;
	line-height: 1.7;
	font-weight: 700;
	margin: 0 0 1em 0;
}
.page-philosophy .block .portrait {
	padding: 1px;
	float: left;
	margin: 0 25px 10px 0;
	border: 1px solid #ccc;
}

/* SP */
@media screen and (max-width: 820px) {
	.page {
		padding: 70px 10px 30px 10px;
	}
	.page .main {
		margin: 0 0 20px 0;
	}
	.page .visible-sp {
		display: block;
	}
	/**/
	.page table {
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.page table th {
		padding: 10px 10px;
	}
	.page table td {
		padding: 10px 10px;
	}
	.page table.break-sp,
	.page table.break-sp tbody,
	.page table.break-sp tr,
	.page table.break-sp th,
	.page table.break-sp td {
		display: block;
	}
	.page table.break-sp th {
		padding: 5px;
		line-height: 1.5;
	}
	/**/
	.page .pagetop {
		margin-top: 20px;
	}
	/**/
	.page-company table td {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.page-company table td .shop-box {
		margin: 5px 0 5px 1.5em;
	}
	/**/
	.page-commerce h4 {
		text-align: left;
		line-height: 1.5;
		margin: 10px 0 20px 0;
		letter-spacing: 0;
	}
	/**/
	.page-philosophy .block {
		padding: 10px;
		line-height: 1.7;
	}
	.page-philosophy .block h2 {
		font-size: 14px;
	}
	.page-philosophy .block .portrait {
		width: 46%;
		margin: 0 10px 10px 0;
	}
}
