@charset "UTF-8";
/*==========================================================
common
==========================================================*/
.wrapper {
	background-color: rgba(0, 98, 60, 0.09);
}

.content {
	padding: 77px 0;
}

.block {
	margin: 0 auto;
	background-color: #ffffff;
}

.block p {
	line-height: 2;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

.block.recruit .txtarea p.attention {
	border: none;
}

.content .company .txtarea p {
	color: #000000;
}

.gmap {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 50px;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.arisalon {
	width: 100%;
}

.arisalon h3 {
	font-size: 36px;
	text-align: center;
}

.arisalon ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.arisalon ul li {
	text-align: center;
	color: #030012;
	font-size: 16px;
}

.arisalon ul li p.place {
	font-family: "DidotLTPro-Roman",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	margin-bottom: 54px;
}

.arisalon ul li .img {
	margin-bottom: 43px;
}

.arisalon ul li p.salonname {
	font-family: "DidotLTPro-Roman",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.6;
	margin-bottom: 40px;
}

.arisalon ul li p.tel {
	font-family: "DidotLTPro-Roman",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	letter-spacing: 0.2em;
}

/*==========================================================
PC Layout
==========================================================*/
@media screen and (min-width: 1024px) {
	.block {
		width: 1195px;
		margin-bottom: 35px;
		padding: 30px 55px 70px 39px;
		display: flex;
		flex-wrap: wrap;
	}
	.block h2 {
		font-size: 36px;
		width: 330px;
		height: 100%;
	}
	.block p {
		width: 768px;
		font-size: 18px;
	}
	.block.recruit .txtarea p {
		border: 1px solid #008460;
		margin-bottom: 30px;
		padding: 40px;
	}
	.block.recruit .txtarea p.attention {
		font-size: 16px;
	}
	.arisalon {
		margin-top: 150px;
	}
	.arisalon h3 {
		margin-bottom: 80px;
	}
	.arisalon ul {
		width: 1020px;
		justify-content: center;
	}
	.arisalon ul li {
		width: 240px;
		margin: 0 50px 105px;
	}
	.arisalon ul li p.place {
		width: 100%;
	}
	.arisalon ul li p.salonname {
		width: 100%;
		font-size: 18px;
		color: #00623C;
	}
	.arisalon ul li p.tel {
		width: 100%;
	}
}

/*==========================================================
Tablet以下 Layout
==========================================================*/
@media screen and (max-width: 1023px) {
	.block {
		width: 93.75%;
		margin-bottom: 12px;
		padding: 40px;
	}
	.block:last-child {
		margin-bottom: 0;
	}
	.block h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.block p {
		font-size: 15px;
	}
	.block.recruit .txtarea p {
		margin-bottom: 60px;
	}
	.block.recruit .txtarea p:last-child {
		margin: 0;
	}
	.arisalon {
		margin-top: 100px;
	}
	.arisalon h3 {
		margin-bottom: 50px;
	}
	.arisalon ul {
		width: 76.458%;
		/* width: 400px; */
	}
	.arisalon ul li {
		width: 100%;
		margin: 0 0 60px;
	}
	.arisalon ul li p.salonname {
		font-size: 20px;
		letter-spacing: 0.2em;
	}
}

/*==========================================================
Smartphone Layout
==========================================================*/
/*==========================================================
iPad Layout
==========================================================*/

/*# sourceMappingURL=privacy.css.map */