@charset "utf-8";





/*--------------------------------------------------

 * voice

--------------------------------------------------*/
.voice{
	position: relative;
	z-index: 0;
	
	padding-top: 3em;
	padding-bottom: 3em;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../onsen/img/gallery__bg.jpg);
}
.voice__mask{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	
	height: 30px;
	width: 100%;
}
.voice__maskPolygon{
	fill: #fff;
}
@media (max-width: 768px){
	.voice__mask{
		display: none;
	}
}
.voice__inner{}
.voice__heading{
	margin: 0;
	padding: 0;
	
	margin-bottom: 1rem;
	
	color: #fff;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 2em;
}
.voice__items{
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 768px){
	.voice__items{
		padding-left: 1em;
		padding-right: 1em;
	}
}
.voice__item{
	box-sizing: border-box;
	
	display: flex;
	
	overflow: hidden;
	border-radius: 6px;
	background-color: rgba(255,255,255,.9);
	
	box-shadow: 0 0 3px #333;
}
.voice__photo{
	flex: 0 0 auto;
	max-width: 50%;
}
.voice__img{
	max-width: 100%;
}
.voice__notes{
	align-self: center;
	flex: 1 1 auto;
	
	padding: 1em;
	
	font-size: .875em;
	line-height: 2em;
}
@media (max-width: 768px){
	.voice__photo{
		order: 1;
	}
}




/* slick custom */
.voice__items{
	z-index: 0;
}
.voice__items .slick-slide{
	transition: opacity 180ms ease-in-out;
}
.voice__items .slick-slide:not(.slick-current){
	opacity: .25;
}
.voice__items .slick-slide{
	margin-left: 1em;
	margin-right: 1em;
}
.voice__items .slick-slide > div{}

@media (min-width: 769px){
	.voice__items .slick-slide > div:nth-child(1){
		margin-bottom: 1em;
	}
	.voice__items .slick-slide div:nth-child(1)	.voice__item{
		transform: translateX(-80%);
	}
	.voice__items .slick-slide div:nth-child(2)	.voice__item{
		transform: translateX(-20%);
	}
	.voice__items .slick-slide div:nth-child(1)	.voice__photo{
		order: 1;
	}
}

.voice__items .slick-arrow{
	cursor: pointer;
	
	border-color: transparent;
	background-color: transparent;
	
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	
	font-size: 3em;
	width: 1.5em;
}
.voice__items .slick-arrow:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	
	font-size: inherit;
	width: 1em;
	height: 1em;
	box-sizing: border-box;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	transition: opacity 64ms ease-out;
	
	transform: rotate(-225deg) translate(-12.5%, -12.5%);
	transform-origin: 62.5% 62.5%;
}
.voice__items .slick-prev{
	left: 0;
}
.voice__items .slick-next{
	right: 0;
}
.voice__items .slick-next:before{
	transform: rotate(-45deg) translate(-12.5%, -12.5%);
}

@media (max-width: 768px){
	.voice__items .slick-list{}
	.voice__items .slick-track{
		display: flex;
		align-items: center;
	}
	.voice__items .slick-slide{
		float: none;
	}
}




/* onsen list */
.onsen-list{
	min-width: 100%;
	border-collapse: collapse;
	border-top: 1px solid;
	
	font-size: .875em;
	line-height: 1.5em;
}
.onsen-list__thead{
	color: #fff;
	background-color: #000;
}
.onsen-list tr{
	border-bottom: 1px solid #999;
}
.onsen-list__cell{
	padding: 1em;
}

.onsen-list__cell:nth-child(3){
	width:10%;
	}

.onsen-list__cell:not(:last-child){
	border-right: 1px solid #999;
}
.onsen-list__cell--head{
	font-weight: normal;
}
.onsen-list__cell--body{}
.onsen-list tbody .onsen-list__cell--body:not(:last-child){
	text-align: center;
}
.onsen-list a{
	color: inherit;
}













/*--------------------------------------------------

 * 

--------------------------------------------------*/
@media (min-width: 769px){}
@media (max-width: 768px){}