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

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
  outline: none;
}

#sub-column {
    display: none;
}
#main-column {
    width: 1000px;
}
h2{
	display: none;
}

.gallery {
    margin-bottom: 60px;
}
.gallery h2 {
    text-align: center;
    position: relative;
    margin: 60px 0 60px 0!important;
    font-size: 45px !important;
    line-height: 94%;
	display: block;
}
.gallery h2:before {
    content: url(https://www.rinotextile.jp/pic-labo/top-title-left.png);
    margin-right: 20px;
    vertical-align: 5px;
	position: absolute;
	top: 15px;
	left: 220px;
}
.gallery h2:after {
    content: url(https://www.rinotextile.jp/pic-labo/top-title-right.png);
    margin-left: 20px;
    vertical-align: 5px;
	position: absolute;
	top: 15px;
	right: 220px;
}
.gallery h2 span {
    font-size: 20px;
}
.gallery ul {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.gallery ul li {
    list-style: none !important;
    width: 225px;
    margin: 0 20px 30px 0;
}
.gallery ul li:nth-child(4n) {
    margin-right: 0;
}
.gallery .bnr-area {
    margin: 120px auto;
    text-align: center;
}
.gallery .bnr-area a:nth-child(1) {
    margin-right: 20px;
}



@media screen and (max-width: 768px){
	.title_c {
		display: none;
	}
	ul.listmenu {
		display: none;
	}
	.gallery img {
		width: 100%;
	}
	.gallery h2{
		font-size: 26px !important;
		margin: 20px 0 30px !important;
	}
	.gallery h2 span {
		font-size: 14px;
	}
	.gallery ul {
		padding: 0 20px;
	}
	.gallery ul li {
		width: 47%;
		margin: 0 20px 15px 0;
	}
	.gallery ul li:nth-child(4n) {
		margin: 0 20px 15px 0;
	}
	.gallery ul li:nth-child(2n) {
		margin-right: 0;
	}
	.gallery ul li a {
		text-decoration: none;
	}
	.gallery ul li a h3 {
		margin: 10px 0;
	}
	.gallery h2:before{
		background: url(https://www.rinotextile.jp/pic-labo/top-title-left.png) center 13px no-repeat;
		background-size: 100% auto;
		content: "";
		display: inline-block;
		height: 25px;
		margin-right: 10px;
		width: 16%;
		left: 10%;
	}
	.gallery h2:after{
		background: url(https://www.rinotextile.jp/pic-labo/top-title-right.png) center 13px no-repeat;
		background-size: 100% auto;
		content: "";
		display: inline-block;
		height: 25px;
		margin-left: 10px;
		width: 16%;
		right: 10%;
	}
	.gallery .bnr-area {
		margin: 40px 20px;
		text-align: center;
	}
	.gallery .bnr-area a:nth-child(1) img {
		padding-bottom: 10px;
	}
}
