@charset "UTF-8";
/*
Theme Name: yamashita_design
Author: LeadDesign
Description: All
*/
/* newスタッフ */
.staff_pre .image_box {
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	margin: 0 auto;
}
.staff_pre .image_box img {
	display: block;
	border-radius: 50%;
	border: 6px solid #ffffff;
	box-shadow: 0px 0px 2px #dddddd;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	transform: rotateY( 0deg );
	-webkit-transform: rotateY( 0deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	will-change: transform;
}
.staff_pre .image_box img:active {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	transform: rotateY( 360deg );
	-webkit-transform: rotateY( 360deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	will-change: transform;
}
.staff_pre .job {
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
}
.staff_pre .name {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 18px;
}
.staff_caption {
	background-color: #eeeeee;
}
.staff_caption .caption_contaner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
}
.staff_caption .caption_contaner h3 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 30px 0;
}
.staff_caption .caption_contaner h4 {
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.staff_caption .caption_contaner .rinen_first {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.staff_caption .caption_contaner .rinen_first div {
	width: calc(50% - 20px);
	margin: 20px 0 0 0;
}
.staff_caption .caption_contaner .rinen_first div h5 {
	background-color: #dbd0ae;
	border: 2px solid #313131;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	margin: 0 auto;
}
.staff_caption .caption_contaner .rinen_first div p {
	font-size: 16px;
	margin: 10px 0 0 0;
}
.staff_caption .caption_contaner .rinen_second {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_caption .caption_contaner .rinen_second div {
	width: calc(33.3% - 20px);
	margin: 20px 0 0 0;
}
.staff_caption .caption_contaner .rinen_second div h5 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.staff_section {
	margin: 40px 0;
}
.staff_section h3 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.staff_section p {
	text-align: center;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.staff_section .staff_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_section .staff_list .staff_container {
	width: calc(33.3% - 20px);
}
.staff_section .staff_list .staff_container .image_box {
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	margin: 0 auto;
}
.staff_section .staff_list .staff_container .image_box img {
	display: block;
	border-radius: 50%;
	border: 6px solid #ffffff;
	box-shadow: 0px 0px 2px #dddddd;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	transform: rotateY( 0deg );
	-webkit-transform: rotateY( 0deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	will-change: transform;
}
.staff_section .staff_list .staff_container .image_box img:active {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	transform: rotateY( 360deg );
	-webkit-transform: rotateY( 360deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	will-change: transform;
}
.staff_section .staff_list .staff_container .name {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 18px;
}

/* スタッフ */
/*
.staff {
	padding: 0 0 40px 0;
}
.staff h3 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.staff h3:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.staff .staff_top {
	border: 1px solid #aaaaaa;
	padding: 20px;
}
.staff .staff_top h4 {
	font-size: 15px;
	padding: 0 0 10px 0;
}
.staff .staff_top ul {
	font-size: 13px;
	line-height: 2;
}
.staff .staff_top ul li {
	padding: 0 0 5px 0;
}
.staff .staff_top ul li:before {
	content: "■";
}
.staff .staff_top ul li:last-child {
	padding: 0;
}
.staff .staff_top .staff_massage {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff .staff_top .staff_massage div {
	width: calc(33% - 10px);
	padding: 10px 0 0 0;
}
.staff .staff_top .staff_massage div h5 {
	font-size: 15px;
	padding: 0 0 10px 0;
}
.staff .staff_top .staff_massage div p {
	font-size: 13px;
	line-height: 2;
}
.staff .staff_container {
	padding: 0 0 20px 0;
}
.staff .staff_container p {
	font-size: 13px;
	line-height: 2;
	padding: 0 0 15px 0;
}
.staff .staff_container .staff_box {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff .staff_container .staff_box div {
	width: calc(33% - 10px);
	padding: 0 0 15px 0;
}
.staff .staff_container .staff_box div img {
	width: 100%;
	margin: 0 auto;
}
.staff .staff_container .staff_box div p {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 0 0;
}
.staff .staff_container .staff_box div p span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}
*/
@media screen and (max-width:750px) {
	/* newスタッフ */
	.staff_pre .name {
		margin: 5px 0 20px 0;
		font-size: 15px;
	}
	.staff_caption .caption_contaner h3 {
		text-align: left;
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.staff_caption .caption_contaner h4 {
		font-size: 13px;
	}
	.staff_caption .caption_contaner .rinen_first div {
		width: calc(50% - 10px);
		margin: 20px 0 0 0;
	}
	.staff_caption .caption_contaner .rinen_first div h5 {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.staff_caption .caption_contaner .rinen_first div p {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	.staff_caption .caption_contaner .rinen_second div {
		width: calc(50% - 10px);
		margin: 20px 0 0 0;
	}
	.staff_caption .caption_contaner .rinen_second div h5 {
		text-align: left;
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.staff_caption .caption_contaner .rinen_second div p {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	.staff_section {
		margin: 40px 0;
	}
	.staff_section h3 {
		text-align: left;
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.staff_section p {
		text-align: left;
		font-size: 13px;
		margin: 0 0 20px 0;
	}
	.staff_section .staff_list .staff_container {
		width: calc(50% - 10px);
	}
	.staff_section .staff_list .staff_container .image_box {
		height: 130px;
		width: 130px;
	}
	.staff_section .staff_list .staff_container .name {
		text-align: center;
		margin: 10px 0 20px 0;
		font-size: 16px;
	}
	/*
	.staff {
		padding: 0 0 30px 0;
	}
	.staff h3 {
		font-size:  13px;
	}
	.staff .staff_top h4 {
		font-size: 13px;
	}
	.staff .staff_top .staff_massage {
		border-top: 1px solid #313131;
		padding: 10px 0 0 0;
		margin: 15px 0 0 0;
	}
	.staff .staff_top .staff_massage div {
		width: 100%;
	}
	.staff .staff_top .staff_massage div h5 {
		font-size: 13px;
		padding: 0 0 5px 0;
	}
	.staff .staff_container .staff_box div {
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #aaaaaa;
	}
	.staff .staff_container .staff_box .sp {
		display: none;
		border: 0;
	}
	*/
}