@charset "utf-8";

/*----------------------------*/
/* archive-staff              */
/*----------------------------*/
.salon-detail {
    padding-top: 0;
}
.contBox_staff .detail_txtbox_title_snsbox_reserv {
	display: flex;
    margin-left: auto;
    width: fit-content;
	margin-top: 20px;
	font-family: "roboto", sans-serif;
	font-size: .85em;
	font-weight: 100;
}
.contBox_staff .detail_txtbox_title_snsbox_icon {
    display: inline-block;
	width: 14px;
    margin-right: .8em;
    vertical-align: middle;
}

/*----------------------------*/
/* single-staff              */
/*----------------------------*/
.page_header_title{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    .page_header_title_prev{
        color: var(--sub-color);
        .arrow-prev{
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            width: 15px;
            scale: -1 1;
        }
    }
}
.section_staff_single {
	padding-bottom: 0;
}
.section_staff_info {
	margin-top: 140px;
	.section_staff_info_title {
		display: flex;
		align-items: flex-end;
		column-gap: 28px;
	}
	.section_staff_info_title_en {
		font-family: utile-display, sans-serif;
		font-size: 58px;
		line-height: calc(58/93);
	}
	.section_staff_info_title_ja {
		font-size: 15px;
	}
	.section_staff_info_tag {
		display: flex;
		column-gap: 5px;
		margin-top: 30px;
	}
	.section_staff_info_tag_text {
		font-size: 15px;
		color: var(--sub-color2);;
	}
	.contBox_cont {
		display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
		margin-top: 70px;
	}
	.contBox_cont_title {
		width: 15%;
		min-width: 120px;
		font-family: "roboto", sans-serif;
		font-size: 14px;
		font-weight: 100;
	}
	.contBox_staff_item {
		flex: 1;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		column-gap: 45px;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.contBox_staff_item_image {
		width: 33.5%;
		img {
			border-radius: 20px;
			aspect-ratio: 1 / 1;
			object-fit: cover;	
            object-position: top center;
		}
	}
	.contBox_staff_item_profile {
		width: 400px;
		border-top: 1px solid #A1B5A4;
		padding-top: 25px;
		display: flex;
		flex-direction: column;
		row-gap: 40px;
		.title {
			font-family: "roboto", sans-serif;
			font-weight: 300;
			font-size: 14px;
			margin-bottom: 20px;
		}
		.text {
			font-family: "roboto", sans-serif;
			font-weight: 300;
			font-size: 15px;
		}
		.salon_info {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top: 12px;
		}
		.tel {
			font-size: 12px;
			white-space: nowrap;
		}
		.sns_item {
			display: flex;
			align-items: center;
			column-gap: 12px;
			& + & {
				margin-top: 12px;
			}
			img {
				width: 18px;
			}
		}
		.sns_text {
			font-family: "roboto", sans-serif;
			font-weight: 300;
			font-size: 14px;
		}
	}
}

.buttonBox {
	background-color: #D8E2D0;
	text-align: center;
	font-family: "roboto", sans-serif;
	font-size: 14px;
	position: sticky;
	bottom: 0;
	z-index: 1;
}
.buttonBox::before {
	content: "";
	width: 90%;
	height: 1px;
	background-color: rgb(47 54 49 / .4);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.buttonBox a {
	display: block;
	padding: 1.5em 0;
}
.buttonBox_icon {
	display: inline-block;
	width: 18px;
	margin-right: 1em;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.section_staff_info{
		.section_staff_info_title {
			flex-direction: column;
			align-items: flex-start;
		}
		.section_staff_info_title_en {
			font-size: 11.200000000000001vw;
			line-height: 1;
			margin-bottom: 10px;
		}
		.section_staff_info_title_ja {
			font-size: 13px;
		}
		.section_staff_info_tag {
			margin-top: 4%;
			flex-wrap: wrap;
            gap: 8px;
		}
		.section_staff_info_tag_text {
			font-size: 3.11vw;
		}
		.contBox_cont_title {
			font-size: 3.733333333333334vw;
			width: 100%;
            margin-bottom: 3em;
		}
		.contBox_staff_item_image {
			width: 100%;
		}
		.contBox_staff_item_profile {
			flex: inherit;
			width: 100%;
			border-top: none;
			padding-top: 7%;
			row-gap: 10.666666666666668vw;
			.title {
				font-size: 3.733333333333334vw;
				margin-bottom: 5%;
			}
			.text {
				font-size: 13px;
			}
			.tel {
				font-size: 3.2vw;
			}
			.salon_info {
				margin-top: 4%;
			}
			.sns_item {
				img {
					width: 4.8vw;
				}
			}
			.sns_text {
				font-size: 3.733333333333334vw;
			}
		}
	}
}