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

.info_box{
	width: 230px;
	height: 310px;
	background: #ffffff;
	text-align: center;
	padding: 12px 0;
}
@media screen and (max-width: 768px)  {
	.info_box{
	width: 170px;
	height: 310px;
	background: #ffffff;
	text-align: center;
	padding: 12px 0;
}
	.icon_mark{
	width: 140px;
	height: 140px;
	margin: 24px auto;
}
}
.image_circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.icon_mark{
	width: 150px;
	height: 150px;
	margin: 24px auto;
}
.koumoku_txt{
	font-family: Hiragino Mincho ProN,"游明朝",serif;
	font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}

/*　flexbox 横4列-3列-２列 */
.flexible_wrap4_3_2 {
width: 100%;
  display: flex;
  flex-wrap: wrap;
	align-content: space-evenly;
}
@media screen and (min-width: 1261px){
/*.itembox4_3_2 {
  width: 23.5%;
  height: auto;
}*/
.itembox4_3_2:not(:nth-child(4n)) {
  margin-right: 3%;
}
.itembox4_3_2:nth-child(n+5) {
  margin-top: 30px;
}
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
.itembox4_3_2 {
  width: 32%;
  height: auto;
}
.itembox4_3_2:not(:nth-child(3n)) {
  margin-right: 2%;
}
.itembox4_3_2:nth-child(n+4) {
  margin-top: 30px;
}
}
.itembox_4_3_2Images img {
	width:100%;
	height: auto;
/*	box-shadow: 2px 3px 3px 0 rgba(0,0,0,.5);*/
}
.itembox_4_3_2Images {
	width:100%;
	position: relative;
}
.itembox_4_3_2Images .caption {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 11px;
	font-family: 'Noto Serif JP', serif;
    background: rgba(0,0,0,.5);
/*    background: #706756;*/
    padding: 5px 2px 5px 5px;
    margin: 0;
    line-height: 1.4;
    z-index: 99;
}
@media not all  and (min-width: 481px) and (max-width: 768px) {
.itembox_4_3_2Images .caption {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 11px;
	font-family: 'Noto Serif JP', serif;
    background: rgba(0,0,0,.5);
    padding: 2px 2px 2px 5px;
    margin: 0;
    line-height: 1.4;
    z-index: 99;
/*    bottom:-15px;画像より下部へ*/
}
}
.caption_right{
	bottom: 0;
	right: 0;
}

/*@media screen and (max-width: 768px)  {
  .itembox4_3_2 {
    width: 46%;
	height: auto;
  }
  .itembox4_3_2:nth-child(odd) {
    margin-right: 2%;
	      margin-top: 30px;
  }
  .itembox4_3_2:nth-child(even) {
    margin-right: 0;
	      margin-top: 30px;
  }
}*/
@media screen and (max-width: 480px)  {
  .itembox4_3_2 {
    width: 46%;
	height: auto;
  }
  .itembox4_3_2:nth-child(odd) {
    margin-right: 6%;
	      margin-top: 30px;
  }
  .itembox4_3_2:nth-child(even) {
    margin-right: 0;
	      margin-top: 30px;
  }
}