@charset "utf-8";

/*-------------------------------
	設備紹介
-------------------------------*/

.Equipment::after{
	height: var(--padding-topbottom);
	content: "";
	display: block;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Equipment-block__image{
	width: 100%;
	margin-bottom: 9.5rem;
}
.Equipment-block__image img{
	width: 100%;
}

.Equimpent-list__item:not(:last-child){
	margin-bottom: 10rem;
}
.Equimpent-list__item-title{
	margin-bottom: 2rem;
}
.Equimpent-table{
	width: 100%;
}
.Equimpent-table__header{
	background: #333;
	color: #fff;
}
.Equimpent-table__title{
	height: 5rem;
	padding: .6rem;
	letter-spacing: .2em;
	vertical-align: middle;
	text-align: center;
}
.Equimpent-table__title:nth-of-type(1){
	width: calc(100% * .296);
}
.Equimpent-table__title:nth-of-type(2){
	width: calc(100% * .22);
}
.Equimpent-table__title:nth-of-type(3){
	width: calc(100% * .08);
}
.Equimpent-table__title:nth-of-type(4){
	width: calc(100% * .22);
}
.Equimpent-table__title:nth-of-type(5){
	width: calc(100% * .08);
}
.Equimpent-table__title:not(:last-child){
	border-right: 1px solid #808080;
}
.Equimpent-table__body-inner{
	border-bottom: 1px solid #808080;
}
.Equimpent-table__body-inner:nth-of-type(2n){
	background: #fff;
}
.Equimpent-table__body-inner:nth-of-type(2n+1){
	background: #e5e5e5;
}
.Equimpent-table__text{
	height: 5rem;
	padding: .6rem;
	font-weight: 400;
	line-height: calc(1.8 / 1.6);
	vertical-align: middle;
	text-align: center;
}
.Equimpent-table__text:nth-of-type(1){
	width: calc(100% * .296);
}
.Equimpent-table__text:nth-of-type(2){
	width: calc(100% * .22);
}
.Equimpent-table__text:nth-of-type(3){
	width: calc(100% * .08);
}
.Equimpent-table__text:nth-of-type(4){
	width: calc(100% * .22);
}
.Equimpent-table__text:nth-of-type(5){
	width: calc(100% * .08);
}
.Equimpent-table__text:not(:last-child){
	border-right: 1px solid #808080;
}

.Equipment__data{
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	text-align: right;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Equimpent-table-wrap{
		width: calc(100% + var(--padding-leftright));
	}
	.Equimpent-table{
		width: 89.6rem;
	}
	
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Equipment-block:not(:first-child){
		padding-top: 10rem;
	}
	.Equipment-block:not(:last-child){
		padding-bottom: 10rem;
	}
	.Equipment-block__title{
		margin-bottom: 4.8rem;
	}
	.Equipment-block__body{
		width: calc(100% + var(--padding-leftright));
	}
	.Equipment-block__image{
		margin-bottom: 13.5rem;
	}

	.Equimpent-list__item:not(:last-child){
		margin-bottom: 12.5rem;
	}
	.Equimpent-list__item-title{
		margin-bottom: 4.8rem;
	}
	.Equimpent-table-wrap__inner{
		padding-right: 5rem;
	}
	.Equimpent-table{
		width: 178.5rem;
	}
	.Equimpent-table__title{
		height: 10rem;
		padding: .6rem;
		font-size: 3.2rem;
		line-height: 1;
	}
	.Equimpent-table__title:nth-of-type(1){
		width: 59.5rem;
	}
	.Equimpent-table__title:nth-of-type(2){
		width: 43.8rem;
	}
	.Equimpent-table__title:nth-of-type(3){
		width: 16rem;
	}
	.Equimpent-table__title:nth-of-type(4){
		width: 43.2rem;
	}
	.Equimpent-table__title:nth-of-type(5){
		width: 16rem;
	}
	.Equimpent-table__text{
		height: 10rem;
		padding: .6rem;
		line-height: 1;
		font-size: 3.2rem;
		letter-spacing: .2em;
	}
	.Equimpent-table__text:nth-of-type(1){
		width: 59.5rem;
	}
	.Equimpent-table__text:nth-of-type(2){
		width: 43.8rem;
	}
	.Equimpent-table__text:nth-of-type(3){
		width: 16rem;
	}
	.Equimpent-table__text:nth-of-type(4){
		width: 43.2rem;
	}
	.Equimpent-table__text:nth-of-type(5){
		width: 16rem;
	}

	.Equipment__data{
		padding-right: var(--padding-leftright);
		margin-top: 5rem;
		font-size: 2.4rem;
	}

}