@charset "utf-8";





.equipment-sub {
    width: 1100px;
	margin: 0 auto 40px;
    color: #C0A16B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.4em;
	position: relative;
}
.equipment-sub::before {
    position: absolute;
    bottom: 50%;
    left: 0;
    content: '';
    width: 490px;
	height: 1px;
	background: linear-gradient(to right,  #9A7745 0%,#DDB784 50%,#6A4D25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.equipment-sub::after {
    position: absolute;
    bottom: 50%;
    right: 0;
    content: '';
    width: 490px;
	height: 1px;
	background: linear-gradient(to right,  #9A7745 0%,#DDB784 50%,#6A4D25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#equipment-sec1 {
	padding: 80px 0 0;
}
.equipment-sec1-box1 {
	width: 1100px;
	margin: 0 auto;
}
.equipment-sec1-box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.equipment-sec1-box1 ul li {
	width: 542px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 20px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.equipment-sec1-box1 ul li:nth-child(n+2) {
    border: 1px solid;
	border-image: linear-gradient(to bottom, #9A7745, #DDB784, #6A4D25) 1;
	color: #C0A16B;
    background: -webkit-linear-gradient(0deg, #9A7745, #DDB784, #6A4D25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipment-sec1-box1 ul li:nth-child(1) {
    width: 100%;
	color: #000;
	background: linear-gradient(to right,  #9A7745 0%,#DDB784 50%,#6A4D25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.equipment-sec1-box1 ul li:nth-child(2) {
    width: 100%;
}




#equipment-sec2 {
	padding: 100px 0 30px;
}
.equipment-sec2-box1 {
   /* font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
	width: 1100px;
	margin: 0 auto;*/
}
.equipment-sec2-box1 h3 {
	text-align: center;
	margin-bottom: 60px;
}
.equipment-sec2-box1 h3 img {
	width: 100%;
	height: auto;
}
.equipment-sec2-box1 ul {
    width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.equipment-sec2-box1 ul li {
	width: 206px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 25px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	
	border: 1px solid;
	border-image: linear-gradient(to bottom, #9A7745, #DDB784, #6A4D25) 1;
	color: #C0A16B;
    background: -webkit-linear-gradient(0deg, #9A7745, #DDB784, #6A4D25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipment-sec2-box1 li:nth-child(2) ,.equipment-sec2-box1 li:nth-child(5) ,.equipment-sec2-box1 li:nth-child(6) ,.equipment-sec2-box1 li:nth-child(7) ,.equipment-sec2-box1 li:nth-child(2) {
	padding-top: 37px;
}




#equipment-sec3 {
	padding: 80px 0 30px;
}
#equipment-sec3 h2 {
	text-align: center;
	margin-bottom: 30px;
}


.swiper img {
    width: 100%;
	height: auto;
}

.swiper-slide-next ,.swiper-slide-prev{
   opacity: 0.5;
}
 

/* 前ページ、次ページボタン共通のスタイル */
#equipment-sec3 .swiper-button-prev,
#equipment-sec3 .swiper-button-next {
    top: 47%;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
/* 前ページボタンのスタイル */
#equipment-sec3 .swiper-button-prev {
    background-image: url(../img/common/ArrowL.png);
	left: 5%;
}
/* 次ページボタンのスタイル */
#equipment-sec3 .swiper-button-next {
    background-image: url(../img/common/ArrowR.png);
	right: 5%;
}

#equipment-sec3 .swiper-button-prev:after,
#equipment-sec3 .swiper-button-next:after {
 font-family: inherit;
 font-size: inherit;
 text-transform: none !important;
 letter-spacing: 0;
 text-transform: none;
 font-variant: initial;
}

#equipment-sec3 .swiper-button-prev:after,
#equipment-sec3 .swiper-container-rtl .swiper-button-next:after {
 content: "";
}

#equipment-sec3 .swiper-button-next:after,
#equipment-sec3 .swiper-container-rtl .swiper-button-prev:after {
 content: "";
}

/*--------------------------------
   　　ページネーション
--------------------------------*/

#equipment-sec3 .swiper {
    padding-bottom: 40px;
}
#equipment-sec3 .swiper-pagination {
    bottom: 0;
	z-index: 99;
}
#equipment-sec3 .swiper-pagination-bullet {
    background: #999;
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,5px);
}
@media screen and (max-width: 640px){
	#equipment-sec3 .swiper-pagination-bullet  {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap,3px);
	}
}
