@charset "utf-8";
/*==================================================
	【archive】ページ固有のスタイル
==================================================*/
#gallery .art_woeks::before {
	background: url("../img/gallery/kumo01.png")no-repeat top left/35vw,url("../img/gallery/kumo01.png")no-repeat bottom left/35vw;
}
#gallery .art_woeks.pb {
	padding-bottom: 0px;
}
#archive .box dt {
	width: 100%;
	text-align: center;
}
#archive .box dt img {
	max-height: 460px;
}
#archive .box dd p.comment {
	background: #fff;
	padding: 1em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#archive .box dt img {
		max-height: 45vw;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#archive .box dt img {
		max-height: 80vw;
	}
}