@charset "utf-8";

/*--------------------------------------------------------------
## EventMap
--------------------------------------------------------------*/
.nrc-map-headline {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.nrc-map-btn-a {
  color: #fff !important;
  font-size: min(calc(22 / 1300 * 100vw), 22px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(180 / 1300 * 100vw), 180px);
  height: min(calc(55 / 1300 * 100vw), 55px);
  background: #52c551;
  border-radius: 100vh;
  transition: all 300ms;
}
.nrc-map-btn-a_orange {
  background: #ff9900;
}

.nrc-map-btn-a span {
  padding: 0 1em 0 0;
  position: relative;
}

.nrc-map-btn-a span:after {
  content: "";
  width: min(calc(10 / 1300 * 100vw), 10px);
  height: 100%;
  background: url("../images/map/map_arrow_01.png") no-repeat center center /
    100% auto;
  position: absolute;
  top: 5%;
  right: 0;
}

.nrc-map-btn-a:not(.nr-is-deactive):hover {
  color: #fff;
  opacity: 0.6;
}

.nrc-map-btn-a.nr-is-deactive {
  background: #bababa;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .nrc-map-btn-a {
    font-size: calc(20 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }

  .nrc-map-btn-a span:after {
    width: calc(10 / 750 * 100vw);
    top: 5%;
  }
}

.nrc-map-btn-more {
  font-size: 0;
  display: block;
  width: min(calc(121 / 1300 * 100vw), 121px);
  height: min(calc(37 / 1300 * 100vw), 37px);
  background: url("../images/map/map_btn_more_01.png") no-repeat center center /
    contain;
  transition: all 300ms;
  margin-top: min(calc(10 / 1300 * 100vw), 10px);
}

.nrc-map-btn-more:hover {
  color: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .nrc-map-btn-more {
    width: calc(121 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
  }
}

/* - layout
----------------------------------------------*/
.nrp-map {
  max-width: 1300px;
  margin: 0 auto;
}

.nrp-map_map {
  width: 100%;
  position: relative;
}

.nrp-map_map:before {
  content: "";
  display: block;
  padding-top: calc(2651 / 1300 * 100%);
}

.nrp-map_map_inner {
  width: 100%;
  height: 100%;
  background: url("../images2027/map/map_bg_01.png") no-repeat center top / contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .nrp-map_map:before {
    padding-top: calc(2442 / 750 * 100%);
  }

  .nrp-map_map_inner {
    background-image: url("../images2027/map/map_bg_01-sp.png");
    top: 0;
  }
}

/*---------- nrp-mapItem ----------*/
.nrp-mapItem {
  text-align: left;
}

.nrp-mapItem .nrp-mapItem_head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.nrp-mapItem .nrp-mapItem_date img {
  display: block;
  width: auto;
  height: min(calc(41 / 1300 * 100vw), 41px);
}

.nrp-mapItem .nrp-mapItem_date picture + picture img {
  margin-top: min(calc(5 / 1300 * 100vw), 5px);
}

.nrp-mapItem .nrp-mapItem_tag {
  margin-left: min(calc(10 / 1300 * 100vw), 15px);
  height: min(calc(22 / 1300 * 100vw), 22px);
}

.nrp-mapItem .nrp-mapItem_tag img {
  width: auto;
  height: 100%;
}

.nrp-mapItem .nrp-mapItem_text {
  margin-top: min(calc(10 / 1300 * 100vw), 10px);
  font-size: min(calc(18 / 1300 * 100vw), 16px);
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.6;
}

.nrp-mapItem .nrp-mapItem_text span {
  font-size: min(calc(22 / 1300 * 100vw), 22px);
  line-height: 1.6;
  display: block;
}

.nrp-mapItem .nrp-mapItem_container-btn {
  margin-top: min(calc(10 / 1300 * 100vw), 10px);
}
.nrp-mapItem .nrp-mapItem_container-sidebtn {
  display: flex;
  gap: min(calc(5 / 1300 * 100vw), 5px);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem .nrp-mapItem_date + .nrp-mapItem_date {
    margin-left: calc(5 / 750 * 100vw);
  }

  .nrp-mapItem .nrp-mapItem_date img {
    height: calc(25 / 750 * 100vw);
  }

  .nrp-mapItem .nrp-mapItem_date img + img {
    margin-top: calc(5 / 750 * 100vw);
  }

  .nrp-mapItem .nrp-mapItem_tag {
    margin-left: calc(15 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
  }

  .nrp-mapItem .nrp-mapItem_tag img {
    vertical-align: top !important;
  }

  .nrp-mapItem .nrp-mapItem_text {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }

  .nrp-mapItem .nrp-mapItem_text span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.4;
  }

  .nrp-mapItem .nrp-mapItem_container-btn {
    /*margin-top: calc(20 / 750 * 100vw);*/
  }

  .nrp-mapItem .nrp-mapItem_container-sidebtn {
    gap: calc(5 / 750 * 100vw);
  }
}

/*---------- 1002 ----------*/
.nrp-mapItem-1002 {
  position: absolute;
  top: calc(62 / 1300 * 100%);
  left: calc(150 / 1300 * 100%);
}

.nrp-mapItem-1002 .nrp-mapItem_head {
  align-items: center;
}

.nrp-mapItem-1002 .nrp-mapItem_tag {
  height: min(calc(29 / 1300 * 100vw), 29px);
}

.nrp-mapItem-1002 .nrp-mapItem_container-btn {
  margin-top: min(calc(40 / 1300* 100vw), 40px);
  display: flex;
  align-items: end;
}

.nrp-mapItem-1002 .nrp-mapItem_container-sidebtn {
  margin-right: calc(30 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-1002 {
    top: calc(65 / 2442  * 100%);
    left: calc(91 / 750 * 100%);
  }

  .nrp-mapItem-1002 .nrp-mapItem_tag {
    height: calc(21 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: calc(110 / 750 * 100vw);
  }

  .nrp-mapItem-1002 .nrp-mapItem_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .nrp-mapItem-1002.nrp-mapItem .nrp-mapItem_date + .nrp-mapItem_date {
    margin-left: 0;
    margin-top: calc(20 / 750 * 100%);
  }

  .nrp-mapItem-1002 .nrp-mapItem_container-btn {
    margin-top: calc(10 / 750 * 100vw);
  }

  .nrp-mapItem-1002 .nrp-mapItem_container-btn {
    margin-top: calc(80 / 750 * 100%);
    display: inline;
  }

  .nrp-mapItem-1002 .nrp-mapItem_container-sidebtn {
    margin-top: calc(40 / 750 * 100%);
  }
}
/*---------- 1018 ----------*/
.nrp-mapItem-1018 {
  position: absolute;
  top: calc(60 / 1300 * 100%);
  left: calc(660 / 1300 * 100%);
  width: calc(496 / 1300 * 100%);
}
.nrp-mapItem-1018 .nrp-mapItem_head {
  position: relative;
}
.nrp-mapItem-1018 .nrp-mapItem_date {
  display: flex;
  margin-right: 10px;
}
.nrp-mapItem-1018 .nrp-mapItem_date .img_first {
  margin-right: calc(40 / 1300 * 100%);
}
.nrp-mapItem-1018 .nrp-mapItem_date picture:last-child img {
  height: min(calc(35 / 1300 * 100vw), 35px);
}
.nrp-mapItem-1018 .nrp-mapItem_head .nrp-mapItem_tag {
}
.nrp-mapItem-1018 .nrp-mapItem_text {
  margin-top: min(calc(20 / 1300 * 100vw), 30px);
  white-space: nowrap;
}
.nrp-mapItem-1018 .nrp-mapItem_container-btn {
}
.nrp-mapItem-1018 .nrp-mapItem_container-btn {
  margin-top: min(calc(20 / 1300* 100vw), 40px);
  display: flex;
  align-items: end;
}
.nrp-mapItem-1018 .nrp-mapItem_container-sidebtn {
  margin-right: calc(30 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-1018 {
    top: calc(74 / 2442  * 100%);
    left: calc(368 / 750 * 100%);
    width: calc(320 / 750 * 100%);
  }
  .nrp-mapItem-1018 .nrp-mapItem_date picture:last-child img {
    height: calc(25 / 750 * 100vw);
  }
  .nrp-mapItem-1018 .nrp-mapItem_date {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }
  .nrp-mapItem-1018 .nrp-mapItem_date .img_first {
    margin-bottom: calc(20 / 750 * 100%);
  }
  .nrp-mapItem-1018 .nrp-mapItem_head .nrp-mapItem_tag {
    position: absolute;
    left: calc(340 / 750 * 100%);
  }
  .nrp-mapItem-1018 .nrp-mapItem_container-sidebtn {
    margin-right: 0;
  }
  .nrp-mapItem-1018 .nrc-map-btn-more {
    margin-left: calc(30 / 750 * 100%);
  }
  .nrp-mapItem-1018 .nrp-mapItem_text {
    /* text-align: left; */
    white-space: inherit;
  }
  .nrp-mapItem-1018 .nrp-mapItem_text span {
    text-align: left;
  }
  .nrp-mapItem-1018 .nrp-mapItem_container-btn {
    position: static;
  }
}

/*---------- 1100-1130 ----------*/
.nrp-mapItem-1100-1130 {
  position: absolute;
  top: calc(237 / 1300 * 100%);
  left: calc(876 / 1300 * 100%);
  width: calc(321 / 1300 * 100%);
}

.nrp-mapItem-1100-1130 .nrp-mapItem_head {
  position: relative;
}
.nrp-mapItem-1100-1130 .nrp-mapItem_date {
  display: flex;
  margin-right: 10px;
}
.nrp-mapItem-1100-1130 .nrp-mapItem_date .img_first {
  margin-right: calc(40 / 1300 * 100%);
}
.nrp-mapItem-1100-1130 .nrp-mapItem_date picture:last-child img {
  height: min(calc(35 / 1300 * 100vw), 35px);
}

.nrp-mapItem-1100-1130 .nrp-mapItem_text {
  font-size: min(calc(17 / 1300 * 100vw), 16px);
}

.nrp-mapItem-1100-1130 .nrp-mapItem_container-btn {
  margin-top: min(calc(20 / 1300* 100vw), 40px);
  display: flex;
  align-items: end;
}

.nrp-mapItem-1100-1130 .nrc-map-btn-more {
  margin-left: calc(10 / 1300 * 100vw);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-1100-1130 {
    top: calc(386 / 2442  * 100%);
    left: calc(362 / 750 * 100%);
    width: calc(334 / 750 * 100%);
  }
.nrp-mapItem-1100-1130 .nrp-mapItem_date picture:last-child img {
    height: calc(25 / 750 * 100vw);
  }
  .nrp-mapItem-1100-1130 .nrp-mapItem_date {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }
  .nrp-mapItem-1100-1130 .nrp-mapItem_date .img_first {
    margin-bottom: calc(20 / 750 * 100%);
  }
  .nrp-mapItem-1100-1130 .nrp-mapItem_head .nrp-mapItem_tag {
    position: absolute;
    left: calc(340 / 750 * 100%);
  }

  .nrp-mapItem-1100-1130 .nrp-mapItem_text {
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
  }
  .nrp-mapItem-1100-1130 .nrp-mapItem_text span {
    text-align: left;
  }
  .nrp-mapItem-1100-1130 .nrc-map-btn-more {
    margin-left: calc(20 / 750 * 100vw);
  }
}

/*---------- 1150-1220 ----------*/
.nrp-mapItem-1150-1220 {
  position: absolute;
  top: calc(410 / 1300 * 100%);
  left: calc(534 / 1300 * 100%);
  width: calc(350 / 1300 * 100%);
}

.nrp-mapItem-1150-1220 .nrp-mapItem_text {
  margin-top:calc(20 / 1300 * 100%);
}

.nrp-mapItem-1150-1220 .nrp-mapItem_date img {
  height: min(calc(35 / 1300 * 100vw), 35px);
}

.nrp-mapItem-1150-1220 .nrp-mapItem_container-btn {
}

.nrp-mapItem-1150-1220 .nrp-mapItem_container-btn {
  margin-top:calc(20 / 1300 * 100%);
  display: flex;
  align-items: end;
}

.nrp-mapItem-1150-1220 .nrc-map-btn-more {
  margin-left: calc(10 / 1300 * 100vw);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-1150-1220 {
    top: calc(825 / 2442  * 100%);
    left: calc(354 / 750 * 100%);
    width: calc(360 / 750 * 100%);
  }
  .nrp-mapItem-1150-1220 .nrp-mapItem_date img {
    height: calc(25 / 750 * 100vw);
  }
  .nrp-mapItem-1150-1220 .nrp-mapItem_text {
    margin-top:calc(80 / 2442  * 100%);
  }
  
  .nrp-mapItem-1150-1220 .nrp-mapItem_container-btn {
    position: static;
    margin-top: calc(80 / 2442  * 100%);
  }

  .nrp-mapItem-1150-1220 .nrc-map-btn-more {
    margin-left: calc(20 / 750 * 100vw);
    /* margin-top: 0; */
  }
}

/*---------- octNov ----------*/
.nrp-mapItem-octNov {
  position: absolute;
  top: calc(420 / 1300 * 100%);
  left: calc(88 / 1300 * 100%);
  width:  calc(315 / 1300 * 100%);
  border: solid 3px #E4D15F;
  border-radius: 15px;
  padding:0 0 calc(10 / 1300 * 100%);
}

.nrp-mapItem-octNov .nrp-mapItem_container-btn {
  margin-top:calc(40 / 1300 * 100%);
   margin-left: calc(40 / 1300 * 100%);
}

.nrp-mapItem-octNov h3 {
  font-size: min(calc(20 / 1300 * 100vw), 20px);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  padding:calc(40 / 1300 * 100%) 0;
  background-color: #E4D15F;
  border-radius: 12px 12px 0 0;
}

.nrp-mapItem-octNov .nrp-mapItem_head {
  padding:calc(40 / 1300 * 100%) calc(40 / 1300 * 100%) 0 calc(40 / 1300 * 100%);
}

.nrp-mapItem-octNov .nrp-mapItem_text {
   padding:0 calc(40 / 1300 * 100%); 
   white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-octNov {
    width: calc(275 / 750 * 100%);
    top: calc(786 / 2442  * 100%);
    left: calc(45 / 750 * 100%);
    border: solid 2px #E4D15F;
    border-radius: 10px;
    padding:0 0 calc(10 / 750 * 100%);
  }
  .nrp-mapItem-octNov .nrp-mapItem_head {
    display: flex;
    align-items: flex-end;
    padding:calc(20 / 750 * 100%) calc(20 / 750 * 100%) 0 calc(20 / 750 * 100%);
  }

.nrp-mapItem-octNov .nrp-mapItem_text {
    padding:0 calc(40 / 750 * 100%); 
    white-space: nowrap;
  }

  .nrp-mapItem-octNov h3 {
   font-size: min(calc(18 / 750 * 100vw), 18px);
   border-radius:7px 7px 0 0;
  }
}

/*---------- octNov2 ----------*/
.nrp-mapItem-octNov2 {
  position: absolute;
  top: calc(588 / 1300 * 100%);
  left: calc(108 / 1300 * 100%);
}

.nrp-mapItem-octNov2 .nrp-mapItem_container-btn {
  margin-top:calc(100 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-octNov2 {
    top: calc(1087 / 2442  * 100%);
    left: calc(61 / 750 * 100%);
  }
  .nrp-mapItem-octNov2 .nrp-mapItem_head {
    flex-direction: row;
    align-items: center;
  }
  .nrp-mapItem-octNov2 .nrp-mapItem_tag {
    margin-left: calc(30 / 750 * 100%);
    margin-top: calc(10 / 750 * 100vw);
  }
  .nrp-mapItem-octNov2.nrp-mapItem .nrp-mapItem_text {
    letter-spacing: 0;
  }
}

/*---------- dec1 ----------*/
.nrp-mapItem-dec1 {
  position: absolute;
  top: calc(743 / 1300 * 100%);
  left: calc(116 / 1300 * 100%);
}
.nrp-mapItem-dec1 .nrp-mapItem_container-btn {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nrp-mapItem-dec1 {
    top: calc(1337 / 2442  * 100%);
    left: calc(62 / 750 * 100%);
  }
  .nrp-mapItem-dec1 .nrp-mapItem_container-btn {
    align-items: flex-start;
    margin-top: calc(10 / 750 * 100vw);
  }
}

/*---------- dec2 ----------*/
.nrp-mapItem-dec2 {
  position: absolute;
  top: calc(797 / 1300 * 100%);
  left: calc(486 / 1300 * 100%);
}
.nrp-mapItem-dec2 .nrp-mapItem_head {
  margin-left: calc(40 / 1300 * 100%);
}
.nrp-mapItem-dec2 .nrp-mapItem_text {
  /*width: calc(1100 / 1300 * 100%);*/
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-dec2 {
    position: absolute;
    top: calc(1415 / 2442  * 100%);
    left: calc(290 / 750 * 100%);
    width: calc(180 / 750 * 100%);
  }
  .nrp-mapItem-dec2 .nrp-mapItem_head {
    margin-left: calc(40 / 1300 * 100%);
  }
  .nrp-mapItem-dec2 .nrp-mapItem_text {
    width: 100%;
  }
  .nrp-mapItem-dec2.nrp-mapItem .nrp-mapItem_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .nrp-mapItem-dec2.nrp-mapItem .nrp-mapItem_tag ,
  .nrp-mapItem-dec2.nrp-mapItem .nrp-mapItem_date {
    margin-left: calc(35 / 750* 100vw);
  }
  .nrp-mapItem-dec2.nrp-mapItem .nrp-mapItem_tag {
    margin-top: calc(10 / 750 * 100vw);
  }
  .nrp-mapItem-dec2.nrp-mapItem .nrp-mapItem_container-btn {
    margin-top: calc(10 / 750* 100vw);
  }
}

/*---------- jan ----------*/
.nrp-mapItem-jan {
  position: absolute;
  top: calc(800 / 1300 * 100%);
  left: calc(836 / 1300 * 100%);
}
.nrp-mapItem-jan .nrp-mapItem_head {
  margin-left: calc(140 / 1300 * 100%);
}
.nrp-mapItem-jan .nrp-mapItem_container-btn {
  margin-top: calc(10 / 1300* 100vw);
  display: flex;
  align-items: end;
}
.nrp-mapItem-jan .nrc-map-btn-more {
  margin-left: calc(10 / 1300 * 100vw);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-jan {
    top: calc(1463 / 2442  * 100%);
    left: calc(485 / 750 * 100%);
    width: calc(220 / 750 * 100%);
  }
  .nrp-mapItem-jan .nrp-mapItem_text span {
    display: inline;
  }
  .nrp-mapItem-jan .nrp-mapItem_container-btn {
    margin-top: calc(10 / 1300* 100vw);
    flex-direction: column;
    align-items: flex-start;
  }
}

/*---------- jan-feb ----------*/
.nrp-mapItem-jan-feb {
  position: absolute;
  top: calc(930 / 1300 * 100%);
  left: calc(880 / 1300 * 100%);
  width:  calc(310 / 1300 * 100%);
  border: solid 3px #E38C97;
  border-radius: 15px;
  padding:0 0 calc(10 / 1300 * 100%);
  background-color: #fff;
}

.nrp-mapItem-jan-feb .nrp-mapItem_head {
  padding:calc(40 / 1300 * 100%) calc(40 / 1300 * 100%) 0 calc(40 / 1300 * 100%);
}

.nrp-mapItem-jan-feb .nrp-mapItem_text {
   padding:0 calc(40 / 1300 * 100%); 
   white-space: nowrap;
}

.nrp-mapItem-jan-feb h3 {
  font-size: min(calc(20 / 1300 * 100vw), 20px);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  padding:calc(40 / 1300 * 100%) 0;
  background-color: #E38C97;
  border-radius: 12px 12px 0 0;
}

.nrp-mapItem-jan-feb .nrc-map-btn-more {
  margin-left: calc(40 / 1300 * 100%);
}


@media screen and (max-width: 768px) {
  .nrp-mapItem-jan-feb {
    top: calc(1761 / 2442  * 100%);
    left: calc(463 / 750 * 100%);
    border: solid 2px #E38C97;
    width:  calc(245 / 750 * 100%);
    border-radius: 10px;
    padding:0 0 calc(10 / 750 * 100%);
  }

  .nrp-mapItem-jan-feb .nrp-mapItem_head {
    padding:calc(40 / 750 * 100%) calc(40 / 750 * 100%) 0 calc(40 / 750 * 100%);
  }
  .nrp-mapItem-jan-feb .nrp-mapItem_text {
    padding:0 calc(40 / 750 * 100%); 
    white-space: nowrap;
  }
.nrp-mapItem-jan-feb h3 {
   font-size: min(calc(18 / 750 * 100vw), 18px);
   border-radius:7px 7px 0 0;
  }
}

/*---------- feb ----------*/
.nrp-mapItem-feb {
  position: absolute;
  top: calc(1134 / 1300 * 100%);
  left: calc(873 / 1300 * 100%);
}
.nrp-mapItem-feb .nrp-mapItem_container-btn {
  margin-top: calc(10 / 1300* 100vw);
  display: flex;
  align-items: end;
}
.nrp-mapItem-feb .nrc-map-btn-more {
  margin-left: calc(10 / 1300 * 100vw);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-feb {
    top: calc(2123 / 2442  * 100%);
    left: calc(494 / 750 * 100%);
    letter-spacing: 0;
    width: calc(220 / 750 * 100%);
  }
  .nrp-mapItem-feb .nrp-mapItem_container-btn {
    margin-top: calc(10 / 2442 * 100vw);
    flex-direction: column;
    align-items: center;
  }
}

/*---------- mar ----------*/
.nrp-mapItem-mar {
  position: absolute;
  top: calc(1135 / 1300 * 100%);
  left: calc(504 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .nrp-mapItem-mar {
    top: calc(2113 / 2442  * 100%);
    left: calc(293 / 750 * 100%);
    width: calc(170 / 750 * 100%);
  }
  .nrp-mapItem-mar.nrp-mapItem .nrp-mapItem_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .nrp-mapItem-mar.nrp-mapItem .nrp-mapItem_tag {
    margin-left: 0;
    margin-top: calc(10 / 1300* 100vw);
  }
  .nrp-mapItem-mar .nrp-mapItem_text {
    padding-left:calc(40 / 750 * 100%) ;
  }
  .nrp-mapItem-mar.nrp-mapItem .nrp-mapItem_container-btn {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}


/*---------- il ----------*/
.nrp-map_il-a {
  width: calc(449 / 1300 * 100%);
  top: calc(-300 / 2651  * 100%);
  left: calc(-15 / 1300 * 100%);
}

.nrp-map_il-b {
  width: calc(488 / 1300 * 100%);
  top: calc(2450 / 2651  * 100%);
  left: 0;
}

.nrp-map_il-c {
  width: calc(405 / 1300 * 100%);
  top: calc(-240 / 2651  * 100%);
  right: calc(10 / 1300 * 100%);
}

.nrp-map_il-01 {
  width: calc(232 / 1300 * 100%);
  top: calc(330 / 2651  * 100%);
  left: calc(10 / 1300 * 100%);
}

.nrp-map_il-03 {
  width: calc(238 / 1300 * 100%);
  top: calc(1066 / 2651  * 100%);
  left: calc(420 / 1300 * 100%);
}

.nrp-map_il-06 {
  width: calc(242 / 1300 * 100%);
  top: calc(1060 / 2651  * 100%);
  left: calc(1000 / 1300 * 100%);
}
.nrp-map_il-07 {
  width: calc(140 / 1300 * 100%);
  top: calc(880 / 2651  * 100%);
  right: calc(147 / 1300 * 100%);
}
.nrp-map_il-08 {
  width: calc(238 / 1300 * 100%);
  top: calc(809 / 2651  * 100%);
  right: calc(97 / 1300 * 100%);
}
.nrp-map_il-09 {
  width: calc(123 / 1300 * 100%);
  top: calc(740 / 2651  * 100%);
  right: calc(380 / 1300 * 100%);
}
.nrp-map_il-10 {
  width: calc(250 / 1300 * 100%);
  top: calc(-10 / 2651  * 100%);
  right: calc(0 / 1300 * 100%);
}

.nrp-map_il-11 {
  width: calc(206 / 1300 * 100%);
  top: calc(182 / 2651  * 100%);
  right: calc(135 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .nrp-map_il-a {
    width: calc(353 / 750 * 100%);
    top: calc(-250 / 2442  * 100%);
    left: calc(-20 / 750 * 100%);
  }

  .nrp-map_il-b {
    width: calc(457 / 750 * 100%);
    top: calc(1650 / 2442  * 100%);
    left: calc(-10 / 750 * 100%);
  }

  .nrp-map_il-c {
    display: none;
  }

  .nrp-map_il-01 {
    width: calc(232 / 750 * 100%);
    top: calc(330 / 2442  * 100%);
    left: calc(10 / 750 * 100%);
  }

  .nrp-map_il-03 {
    /*width: calc(200 / 750 * 100%);
    top: calc(900 / 2442  * 100%);
    left: calc(260 / 750 * 100%);*/
    display: none;
  }

  .nrp-map_il-06 {
    display: none;
  }
  .nrp-map_il-07 {
    width: calc(131 / 750 * 100%);
    top: calc(660 / 2442  * 100%);
    right: calc(100 / 750 * 100%);
  }
  .nrp-map_il-08 {
    width: calc(170 / 750 * 100%);
    top: calc(660 / 2442  * 100%);
    right: calc(141 / 750 * 100%);
  }
  .nrp-map_il-09 {
    width: calc(85 / 750 * 100%);
    top: calc(700 / 2442  * 100%);
    right: calc(150 / 750 * 100%);
  }
  .nrp-map_il-10 {
    width: calc(165 / 750 * 100%);
    top: calc(-20 / 2442  * 100%);
    right: calc(5 / 750 * 100%);
  }
  .nrp-map_il-11 {
    width: calc(117 / 750 * 100%);
    top: calc(86 / 2442  * 100%);
    right: calc(51 / 750 * 100%);
  }
  
}
