:root {
	--font-style: "Shippori Mincho",
		serif;
}

ul,
li,
a,
p {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family:
		"Noto Sans JP",
		'Yu Gothic',
		'メイリオ',
		Meiryo,
		'ＭＳ Ｐゴシック',
		'MS PGothic',
		sans-serif;
}

/*--t_sale_col--*/

.t_sale_column_flex {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;


	&>.day {
		font-size: 12px !important;
		font-weight: bold;
		color: #0e6d1d;
		width: 30%;
	}

	& p {
		width: 70%;
	}

	& .cms_topic_tag {
		font-size: 12px;
		font-weight: 500;
		color: #000;
		background-color: #e6e5e5;
		padding: 5px 10px;
		border-radius: 5px;
		margin: 0;
		border: 1px solid #eeeeee;
		margin-right: 2%;
	}

	& .cms_topic_tag:empty {
		display: none;
	}

}


.t_sale_column_box {
	box-sizing: border-box;
	margin: 25px 0 30px;
	border-top: 1px dotted #ccc;
	padding-top: 20px;

	& ul li a {
		display: flex;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dotted #ccc;

		&>.img {
			width: 30%;
			height: 80px;
			margin-right: 28px;

			& img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}

		&>.txt {
			width: 70%;

			& p {
				font-size: 12px;

				font-weight: bold;
				line-height: 1.5;
			}
		}

	}
}

/*--/t_sale_col--*/

/*--/t_sale_voice--*/
.t_sale_voice_box {
	margin: 45px 0 30px;
	display: flex;

	& li a {
		border-radius: 5px;
		border: 1px solid #cccccc;
		position: relative;
		overflow: hidden;
		display: block;
		width: 260px;
		box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);

		&>.new_icon {
			position: absolute;
			background-color: #fdf56a;
			width: 70px;
			height: 25px;
			display: grid;
			place-content: center;
			border-radius: 13px;
			font-size: 15px;
			font-weight: bold;
			color: #333333;
			top: 15px;
			left: 15px;
		}
	}

	& li:nth-child(1) a {
		margin-right: 25px;
	}

}

.t_sale_voice_img {
	width: 260px;
	height: 150px;

	& img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}

.t_sale_voice_txt {
	padding: 10px 15px 20px;
	box-sizing: border-box;

	& strong {
		display: block;
		color: #008d54;
		font-size: 13px;
		margin-bottom: 12px;
		font-weight: bold;
	}

	&>.conts {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.t_sale_voice_flex {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	align-items: center;

	&>.img {
		width: 70px;
		height: 68px;

		& img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	}
}

.t_sale_voice_txt02 {
	width: 138px;

	&>.in-charge {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 3px;
	}

	&>.txt {
		font-size: 13px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

}

/*--/t_sale_voice--*/

/*--t_staff--*/
#staff_splide {
	padding: 110px 0 0px;
	z-index: 5;
}

#staff_splide .splide__track {
	padding-top: 80px;
}

#staff_splide .splide__slide {
	height: 300px;
	transform: scale(0.9);
	/* すべてのプロパティに対してトランジションを適用 */
	transition: all 0.3s ease-out;
	/* speedと同じ800msに設?? */
	position: relative;
}

#staff_splide .t_staff_img {
	width: 190px;
	height: 300px;

	& img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}

#staff_splide .splide__slide.is-active {
	/* アク??ィブ状?? */
	transform: scale(1);
	transform: translateY(-65px);
	box-sizing: border-box;
}

#staff_splide .splide__arrow {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #008d54;
	border-radius: 100%;
	opacity: 1;

	& img {
		filter: invert(30%) sepia(19%) saturate(2763%) hue-rotate(85deg) brightness(97%) contrast(93%);
		height: 16px;
	}

	&:hover {
		background-color: #008d54;

		& img {
			filter: invert(100%) sepia(0%) saturate(3%) hue-rotate(253deg) brightness(106%) contrast(100%);
		}
	}

}

#staff_splide .splide__arrow--prev {
	top: 80px;
	left: 50dvw;
	margin: 0 auto;
	right: 0vw;

	& img {
		transform: rotate(180deg);
	}

	&::after {
		content: "PREV";
		font-size: 10px;
		color: #008d54;
		position: absolute;
		bottom: -25px;
		margin: 0;
		font-weight: bold;
		font-family: "Noto Sans JP", 'Yu Gothic', 'メイリオ', Meiryo, '?????? ???ゴシ??ク', 'MS PGothic', sans-serif;
		left: 0;
		right: 0;
	}


}

#staff_splide .splide__arrow--next {
	top: 80px;
	right: 0;
	left: 80vw;
	margin: 0 auto;

	&::after {
		content: "NEXT";
		font-size: 10px;
		color: #008d54;
		position: absolute;
		bottom: -25px;
		margin: 0;
		font-weight: bold;
		font-family: "Noto Sans JP", 'Yu Gothic', 'メイリオ', Meiryo, '?????? ???ゴシ??ク', 'MS PGothic', sans-serif;
		left: 0;
		right: 0;
	}
}

.t_staff_txt {
	position: absolute;
	left: -40px;
	display: flex;
	gap: 5px;
	top: -10px;


	&>.yaku {
		font-size: 12px;
		padding: 5px;
		background-color: #0e6d1d;
		font-family: var(--font-style);
		color: #fff;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: fit-content;
		display: block;
	}

	&>.name {
		font-size: 24px;
		color: #333333;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-family: var(--font-style);
	}

	&>.en {
		color: #a7a3a3;
		font-size: 10px;
		font-family: var(--font-style);
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.t_staff_txt02 {
	position: absolute;
	bottom: 40px;

	& p {
		font-family: var(--font-style);
		color: #fff;
		padding: 5px;
		background-color: #95825f;
		display: inline-block;
		margin-bottom: 8px;
		font-size: 10px;

		&:empty {
			display: none;
		}
	}
}

/*--/t_staff--*/

/*--t_voice--*/

#voice_splide {
	margin-bottom: 50px;
	z-index: 2;
}

#voice_splide .splide__track {
	z-index: 1;
}

#voice_splide .splide__slide {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	display: block;

	& a {
		width: 300px;
		display: block;
	}

	& p {
		position: absolute;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		bottom: 15px;
		box-sizing: border-box;
		padding: 0px 23px;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		z-index: 15;

		& span {
			font-size: 12px;
			font-weight: 500;
			color: #fff;
			box-sizing: border-box;
			line-height: 1.5;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
		}
	}

	&::after {
		content: "";
		display: block;
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
		position: absolute;
		width: 100%;
		height: 120px;
		left: 0;
		bottom: 0;
		z-index: 11;
	}

}

.t_voice_img {
	border-radius: 5px;
	overflow: hidden;
	height: 230px;

	& img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		object-position: top;
	}
}

#voice_splide .splide__pagination {
	bottom: -30px;
}

#voice_splide .splide__pagination__page {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: #cccccc;
	opacity: 1;
}

#voice_splide .splide__pagination__page.is-active {
	transform: scale(1);
	background-color: #0e6d1d;
}

/*--/t_voice--*/

/*--t_info--*/

.t_info_box {

	& li a {
		box-sizing: border-box;
		width: 100%;
		height: 130px;
		padding: 18px 13px;
		border-top: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
	}

	& li:nth-child(3) a {
		border-bottom: 1px solid #ccc;
	}

}

.t_info_img {
	width: 28%;
	height: 100px;

	& img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}

.t_info_txt {
	width: 70%;

	&>.flex {
		display: flex;

		&>.day {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
			width: 40%;
		}

		& p {
			display: flex;
			width: 60%;

		}

		& .cms_topic_tag {
			font-size: 13px;
			padding: 5px 15px;
			background-color: #eae8e8;
			color: #333333;
			font-weight: 500;
			display: block;
			margin-bottom: 13px;
			display: inline-block;
			margin-right: 2%;

			&:nth-child(n+2) {
				display: none;
			}

			&:empty {
				display: none;
			}
		}

	}



	&>.txt {
		font-size: 13px;
		line-height: 1.5;
	}

}

/*--/t_info--*/