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



/* contents01 */

.contents01, .contents02 {
	width: 1170px;
	margin-bottom: 100px;
}

.contents02::after {
	content: "設備紹介";
}


/* contents01 */

.contents01 {
	text-align: center;
	padding-top: 50px;
}

.contents01 .box01 {
	margin-bottom: 50px;
}

.contents01 .box01 img {
	width: 100%;
height: auto;
}

.contents01 .box02 {
	border-radius: 35px;
	display: flex;
  justify-content:center;
	align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
	padding: 50px;
	background-color: rgba(219,211,204,0.3);
}

.contents01 h3 img {
	height: 130px;
	width: auto;
}

.contents01 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	margin-bottom: 12px;
}

.contents01 h5, .contents01 h5 a {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 48px;
color: #988575;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
}

.contents01 h5 {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.contents01 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 15px;
	background-image: url("../common/images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 28px;
	height: 39px;
}

.contents01 h6 {
	width: 570px;
}

.contents01 h6 img {
	width: 100%;
height: auto;
}

.contents01 p {
	display: inline-block;
	text-align: left;
	padding: 50px 0px 25px;
}

/* contents02 */

.contents02 .box01 {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:20px 0px;
	padding-top: 20px;
}

.contents02 .box01 .box {
	width: 23.5%;
	text-align: center;
	margin-right: 2%;
}

.contents02 .box01 .box:nth-child(4n) {
	margin-right: 0px;
}

.contents02 .box01 .box img {
	width: 100%;
height: 205px;
	object-fit: cover;
}

.contents02 .box01 h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 17px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	padding-top: 12px;
}


.sp-view {
	display: none;
}
