@charset "UTF-8";

.sub.massage #mainVisual {
	background-image: url("../images/main.jpg");
}
/*--section--*/
.massage #contents .c-box01 {
	width: 100%;
	padding: 30px 0 40px;
}
.massage #contents .massage-box {
	width: 100%;
	display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background: #f5f2ef;
	padding: 40px 40px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 2;
}
.massage #contents .massage-box li:nth-of-type(1) {
	width: 260px;
}
.massage #contents .massage-box li:nth-of-type(2) {
	width: 600px;
}
.massage #contents .massage-box li:nth-of-type(2) a {
	color: #8d5524;
}
.massage #contents .c-box01 .massage-box p.namae {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
.massage #contents .c-box02 {
	width: 100%;
	padding: 40px 0;
}
.massage #contents .c-box02 .philosophy {
	width: 100%;
	text-align: center;
	padding: 60px 150px;
	position: relative;
}
.massage #contents .c-box02 .philosophy p {
	font-size: 19px;
	text-align: center;
	color: #ae720a;
	font-weight: 500;
	font-family: 'Noto Serif JP',serif;
	font-feature-settings: "palt" 1;
	line-height: 2.2;
	z-index: 10;
	display: block;
}
.massage #contents .c-box02 .philosophy::before {
	content: "";
	position: absolute;
	width: 155px;
	height: 161px;
	background-image: url("../images/c-box02_bg01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:left top;
	vertical-align: top;
	z-index: 5;
	left:0;
	top:0;
}
.massage #contents .c-box02 .philosophy::after {
	content: "";
	position: absolute;
	width: 155px;
	height: 161px;
	background-image: url("../images/c-box02_bg02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:right bottom;
	vertical-align: top;
	z-index: 5;
	right:0;
	bottom:0;
}
.massage #contents .c-box03 {
	width: 100%;
	padding: 40px 0;
}
.massage #contents .c-box03 .history {
	width: 100%;
}
.massage #contents .history {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #8c6e57;
}
.massage #contents .history th {
	width: 9%;
	padding: 15px;
	background: #f5f2ef;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #8c6e57;
	line-height: 2;
}
.massage #contents .history td {
	padding: 15px 18px;
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid #8c6e57;
	line-height: 2;
}
.massage #contents .history tr:last-child th,.massage #contents .history tr:last-child td {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	/*--section--*/
	.massage #contents .c-box01 {
		width: 100%;
		padding: 20px 0 20px;
	}
	.massage #contents .massage-box {
		width: 100%;
		display: block;
		padding: 20px;
		border-radius: 18px;
		font-size: 14px;
		line-height: 2;
	}
	.massage #contents .massage-box li:nth-of-type(1) {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.massage #contents .massage-box li:nth-of-type(1) img {
		max-width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	.massage #contents .massage-box li:nth-of-type(2) {
		width: 100%;
	}
	.massage #contents .c-box01 .massage-box p.namae {
		font-size: 16px;
		margin-bottom: 5px;
		text-align: center;
	}
	.massage #contents .c-box02 {
		width: 100%;
		padding: 40px 0;
	}
	.massage #contents .c-box02 .philosophy {
		width: 100%;
		text-align: center;
		padding: 40px 15px;
	}
	.massage #contents .c-box02 .philosophy p {
		font-size: 14px;
		line-height: 2;
		display: block;
	}
	.massage #contents .c-box02 .philosophy::before {
		width: 70px;
		height: 73px;
	}
	.massage #contents .c-box02 .philosophy::after {
		width: 70px;
		height: 73px;
	}
	.massage #contents .c-box03 {
		width: 100%;
		padding: 20px 0;
	}
	.massage #contents .c-box03 .history {
		width: 100%;
		padding: 0;
	}
	.massage #contents .history th {
		width: 23%;
		padding: 10px;
		border-bottom: 1px solid #8c6e57;
		line-height: 1.8;
	}
	.massage #contents .history td {
		padding: 10px;
		background: #fff;
		border-bottom: 1px solid #8c6e57;
		line-height: 1.8;
	}
}