@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
}

/*/////////////メイリオにする場合////////////////
#contents *{
	font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}
*/
/*/////////////グーグルフォントにする場合////////////////
#contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}
*/

#contents {
	width: 100%;
	padding-bottom: 0;
}

.l-main {
	width: 100%;
	padding-bottom: 31px;
	padding-top: 18px;
}

/* staff
-----------------------*/
.staff {
	width: 1140px;
	margin: 0 auto;
}

.staff__main {
	margin: 0px 0 80px;
}

.staff__cont {
	display: flex;
	flex-direction: column;
	gap: 76px;
	margin: 0 0 37px;
}

.staff__block {
	display: flex;
	align-items: center;
}

.staff__block:nth-of-type(even) {
	flex-direction: row-reverse;
	gap: 86px;
	padding: 4px 0 0;
}

.staff__block:nth-of-type(even) .staff__txt {
	padding: 0;
}

.staff__txt {
	flex: 1;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 39px;
}

.staff__txt--inner h2 {
	font-size: 24px;
	margin: 0 0 2px;
	letter-spacing: -0.07em;
}

.staff__txt--inner h2 span {
	font-size: 18px;
	display: block;
	color: #E50012;
	margin: 0 0 3px;
	letter-spacing: 0.03em;
}

.staff__txt--inner p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: -0.055em;
}

.staff__img {
	width: 500px;
}

.staff__block--last {
	flex-direction: column;
	align-items: inherit;
}

.staff__block--last .staff__txt {
	padding: 0;
	margin: 0 0 33px;
}

.staff__check {
	display: flex;
}

.staff__check--list {
	display: flex;
	flex-direction: column;
	gap: 27px;
	padding: 6px 0 0;
	flex: 1;
}

.staff__check--list:first-of-type {
	padding: 6px 0 0 0;
}

.staff__check--item {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.staff__check--item:after {
	position: absolute;
	content: "";
	display: block;
	background: url(/images/) no-repeat center / cover;
	width: 719px;
	height: 35px;
	left: 250px;
    top: -6px;
}

.staff__check--item.check_1:after {
	background: url(/images/staffdetail/check_1.png) no-repeat center / cover;
}

.staff__check--item.check_2:after {
	background: url(/images/staffdetail/check_2.png) no-repeat center / cover;
}

.staff__check--item.check_3:after {
	background: url(/images/staffdetail/check_3.png) no-repeat center / cover;
}

.staff__check--item.check_4:after {
	background: url(/images/staffdetail/check_4.png) no-repeat center / cover;
}

.staff__check--item.check_5:after {
	background: url(/images/staffdetail/check_5.png) no-repeat center / cover;
}

.staff__check--item p {
	font-size: 18px;
	font-weight: 600;
}

li.staff__check--item p:last-of-type {
	text-align: right;
}

.staff__link--list {
	display: flex;
	padding: 77px 0 0;
	justify-content: center;
	gap: 27px;
}

.staff__link--list li a {
	display: flex;
	width: 353px;
	height: 49px;
	border: 1px solid #E50012;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
	font-family: var(--default-font);
	font-size: 17px;
	color: #E50012;
	font-weight: 600;
	padding: 0 0 0 17px;
	position: relative;
}

.staff__link--list li a:before {
	position: absolute;
	content: "";
	display: block;
	background: url(/images/staffdetail/icn_arrow-staff.png) no-repeat center / cover;
	width: 7px;
	height: 13px;
	left: 29px;
	top: 18px;
}

/* button
-----------------------*/
.button__section {
	padding-top: 5px;
	padding-bottom: 90px;
}

.button__list {
	display: flex;
	gap: 9px;
	justify-content: center;
}

.button__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	width: 277px;
	height: 50px;
	border-radius: 19px;
	font-family: 'Gen Jyuu Gothic', sans-serif;
}

.button__item.mail-btn a {
	background-color: #E50012;
	color: #FFFFFF;
	padding: 0 32px 0 0;
}

.button__item.mail-btn a::before {
	content: '';
	background: url(/images/shopdetail/icn_btn-mail.png) no-repeat center / contain;
	display: block;
	width: 28px;
	height: 19px;
	margin-right: 12px;
}

.button__item.line-btn a {
	background-color: #DBDCDC;
	color: #888888;
	padding: 0 35px 0 0;
}

.button__item.line-btn a::before {
	content: '';
	background: url(/images/shopdetail/icn_btn-line.png) no-repeat center / contain;
	display: block;
	width: 26px;
	height: 25px;
	margin-right: 20px;
}

.button__item.staff-btn a {
	background-color: #DBDCDC;
	color: #888888;
	padding: 0 6px 0 0;
}

.button__item.staff-btn a::before {
	content: '';
	background: url(/images/shopdetail/icn_btn-staff.png) no-repeat center / contain;
	display: block;
	width: 26px;
	height: 33px;
	margin-right: 15px;
}

.button__item.questionnaire-btn a {
	background-color: #DBDCDC;
	color: #888888;
	padding: 0 13px 0 0;
}

.button__item.questionnaire-btn a::before {
	content: '';
	background: url(/images/shopdetail/icn_btn-questionnaire.png) no-repeat center / contain;
	display: block;
	width: 35px;
	height: 34px;
	margin-right: 14px;
}

.overview__section {
	padding-top: 18px;
}

.overview__bg {
	background-color: #F5F5F5;
}

.overview__inner {
	padding-block: 60px 68px;
}

.overview__contents {
	background-color: #FFFFFF;
	border-radius: 38px;
	padding: 32px 101px 72px 47px;
}

.overview__title {
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #CA0011;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.overview__text {
	font-size: 12px;
	line-height: 1.75;
}

.sp-br {
	display: none;
}