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

.flexwrap_full{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.itembox {
  width: 32%;
  height: auto;
}
.itembox_Images img {
	width:100%;
	height: auto;
	box-shadow: 2px 3px 3px 0 rgba(0,0,0,.5);
}
.itembox_Images {
	width:100%;
	position: relative;
}
.itembox_Images .caption {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 11px;
	font-family: 'Noto Serif JP', serif;
    background: #706756;
    padding: 5px 2px 5px 5px;
    margin: 0;
    line-height: 1.4;
    z-index: 99;
}
@media not all and (min-width: 769px) {
	.itembox_Images .caption {
		display: none;
}
	}
.caption_right{
	bottom: 0;
	right: 0;
}
.itembox:not(:nth-child(3n)) {
  margin-right: 2%;
}
.itembox:nth-child(n+4) {
  margin-top: 30px;
}
@media only screen and (min-width:481px) and (max-width: 768px) {
  .itembox {
    width: 48%;
	height: auto;
  }

  .itembox:nth-child(odd) {
    margin-right: 4%;
	      margin-top: 30px;
  }
  .itembox:nth-child(even) {
    margin-right: 0;
	      margin-top: 30px;
  }
}
@media only screen and (max-width:480px) {
  .itembox {
    width: 100%;
	height: auto;
  }
	  .itembox:nth-child(odd) {
    margin-right: 0;
	      margin-top: 30px;
  }
  .itembox:nth-child(even) {
    margin-right: 0;
	      margin-top: 30px;
  }
	}
.cap_right {
	bottom: 0;
  right: 1%;
}