
/*画像エリア 3カラム　矢印つき*/
.nr-local--arrow div{
	position: relative;
}
.nr-local--arrow .nr-photoArea--col3__content{
  width: 30%;
}
.nr-local--arrow div:nth-of-type(n+2):before{
	content: "";
	position: absolute;
	top: calc(50% - 20px - 1em);
	left: -11%;
	background: url(../img_210506/arrow.svg) 50% 50% no-repeat;
	width: 20px;
	height: 40px;
}
sup{
	font-size: 12px;
	vertical-align: top;
}

@media screen and (max-width: 759px) {
  .nr-local--arrow .nr-photoArea--col3__content{
    width: 100%;
  }

  .nr-photoArea.sp-block.nr-local--arrow > div {
    margin-bottom: 45px;
  }
	.nr-local--arrow div:nth-of-type(n+2):before{
		content: none;
	}
  .nr-local--arrow div:not(:last-child):before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 20px);
    background: url(../img_210506/arrow_sp.svg) 50% 50% no-repeat;
    width: 40px;
    height: 20px;
  }
}
