@charset "utf-8";

.mainv {
	background-image: url(../img/gallerytork/mainv.jpg);
}

.hed_nav a:nth-child(4) span:before {
	left: 0;
	right: 0;
}

.lead {
	margin: 0 auto 70px;
	text-align: center;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {

	/* ---------------------------------- */
	.lead {
		margin: 0 auto 45px;
	}
}

/*----------------------------------*/
.d_gallerytorktop {
	background: #f5f5f5;
	text-align: center;
	padding: 70px 3%;
}

.d_gallerytorktop_img {
	max-width: 1200px;
	margin: 0 auto;
}

.d_gallerytorktop_img a {
	display: block;
	position: relative;
	z-index: 1;
}

.d_gallerytorktop_img a:before {
	content: "";
	z-index: 2;
	position: absolute;
	background: url(../img/common/btn01.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 71px;
	height: 71px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

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

@media screen and (min-width: 681px) and (orientation: portrait),
screen and (min-width: 738px) and (orientation: landscape) {}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
	.d_gallerytorktop {
		padding: 16px 4%;
	}

	.d_gallerytorktop_img {}


	.d_gallerytorktop_img a:before {
		width: 36px;
		height: 36px;
	}

}