@charset "utf-8";
/* CSS Document */

/*------------------------------------
    生地について
------------------------------------*/

/*----ページ内アンカー----*/
.clothCont ul.pageLink{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
}
.clothCont ul.pageLink li{
    width: 23%;
    text-align: center;
}
.clothCont ul.pageLink li a{
    display: block;
	color: #00a2ff;
    height: 100%;
    padding: 20px 10px 35px;
    font-size: 20px;
    font-weight: bold;
	border: 2px solid #b7dbff;
    position: relative;
}
.clothCont ul.pageLink li a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
	border-top: 10px solid #ff5959;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.clothCont ul.pageLink li a:hover{
    background-color: #fffa67;
    opacity: 1;
}


/*----生地----*/
.clothCont .clothBox h3{
	margin-bottom: 20px;
	font-size: 45px;
	line-height: 1.5em;
	position: relative;
}
.clothCont .clothBox h3:after{
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background-image: linear-gradient(to right, #fff100 10%, #00a2ff 10%);
	position: absolute;
	bottom: -5px;
	left: 0;
}
.clothCont .clothBox h3 span{
	font-size: 20px;
}

.clothCont .clothBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 30px auto;
}
.clothCont .clothBox .inner .rightBox{
	width: 450px;
}
.clothCont .clothBox .inner .hBox{
	margin-bottom: 10px;
	padding: 5px 10px;
	border-left: 4px solid #00a2ff;
}
.clothCont .clothBox .inner .hBox h4{
	color: #00a2ff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
}
.clothCont .clothBox .inner .hBox h4 span{
	font-size: 18px;
}
.clothCont .clothBox .inner .hBox p{
	font-size: 16px;
	font-weight: bold;
}
.clothCont .clothBox .inner ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0;
}
.clothCont .clothBox .inner ul li{
	margin-right: 3px;
}
.clothCont .clothBox .inner img{
	margin-bottom: 10px;
}
.clothCont .clothBox .inner p{
	font-size: 13px;
}

.clothCont .clothBox .inner.sakizomeBox{
    display: block;
}
.clothCont .clothBox .inner.sakizomeBox ul li{
	margin-right: 15px;
}
.clothCont .clothBox .inner.sakizomeBox ul li.spec{
	margin-right: 0;
}
.clothCont .clothBox .inner.sakizomeBox ul + p{
	margin-bottom: 20px;
}



@media screen and (max-width: 768px) {
    /*----ページ内アンカー----*/
    .clothCont ul.pageLink{
        width: 95%;
    }
    .clothCont ul.pageLink li{
        width: 48%;
        margin-bottom: 10px;
        text-align: center;
    }
    .clothCont ul.pageLink li a{
        padding: 10px 5px 25px;
        font-size: 18px;
    }

	/*----生地----*/
	.clothCont .clothBox h3{
		padding: 0 10px;
		font-size: 35px;
	}
	.clothCont .clothBox h3:after{
		height: 5px;
	}
	.clothCont .clothBox h3 span{
		font-size: 20px;
	}
	.clothCont .clothBox h3 + p{
		width: 95%;
		margin: auto;
	}
	
	.clothCont .clothBox .inner{
		width: 95%;
	}
	.clothCont .clothBox .inner .leftImg{
		width: 45%;
	}
	.clothCont .clothBox .inner .rightBox{
		width: 53%;
	}
	.clothCont .clothBox .inner .hBox{
		padding: 5px;
	}
	.clothCont .clothBox .inner .hBox h4{
		font-size: 23px;
	}
	.clothCont .clothBox .inner .hBox h4 span{
		font-size: 17px;
	}
	.clothCont .clothBox .inner .hBox p{
		font-size: 15px;
	}

	.clothCont .clothBox .inner.sakizomeBox{
		display: block;
	}
	.clothCont .clothBox .inner.sakizomeBox ul li{
		width: 25%;
		margin-right: 10px;
	}
	.clothCont .clothBox .inner.sakizomeBox ul li.spec{
		width: 65%;
	}

}

@media screen and (max-width: 480px) {
	/*----生地----*/
	.clothCont .clothBox h3{
		font-size: 30px;
	}
	.clothCont .clothBox h3 span{
		font-size: 18px;
	}
	
	.clothCont .clothBox .inner .leftImg{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.clothCont .clothBox .inner .leftImg img{
		max-width: 420px;
	}
	.clothCont .clothBox .inner .rightBox{
		width: 100%;
	}
	.clothCont .clothBox .inner .hBox h4{
		font-size: 22px;
	}
	.clothCont .clothBox .inner .hBox h4 span{
		font-size: 16px;
	}
	.clothCont .clothBox .inner ul li{
		width: 32%;
	}
	.clothCont .clothBox .inner ul li.spec{
		width: 100%;
	}

	.clothCont .clothBox .inner.sakizomeBox{
		display: block;
	}
	.clothCont .clothBox .inner.sakizomeBox ul li:nth-of-type(1){
		width: 25%;
		margin-right: 10px;
	}
	.clothCont .clothBox .inner.sakizomeBox ul li.spec{
		width: 65%;
	}

}





