@charset "UTF-8";



.map {
  height: 550px;
  width: 550px;
  margin: 0 0 0 0;
  padding: 36px 0 0 0;

}

.epb-banner__inner {

}

.epb-banner__inner {
  /*position: relative;*/
  /*width: 200px;*/ /* 長方形の幅 */
  /*height: 100px;*/ /* 長方形の高さ */
  /*background-color: blue;*/ /* 長方形の背景色 */
}

.epb-banner__inner::before {

  content: "";
  /* position: absolute; */
  width: 360px;
  /* height: 62px; */
  background-color: rgba(0,0,0,0.5);
  padding: 0px 0px 45px 0px;
  margin: 0px 0px 0px 0px;
}

.epb-banner__title {
  position: absolute;

}


.haike {
  /*opacity: 0.5;*/
  background-color: rgba(0,0,0,0);
}

.haike_lbl {
  opacity: 1;
}




body {
  background: #FBFBFB;
  
}

.haikei_color {
  background-color: rgba(0, 0, 255, 0.5);
  /*opacity: 0.6;*/
}


/* PC(1200px)以上 */
@media screen and (min-width: 1200px) {
  
  .l-content__inner {
    margin-top: 0px;
    margin-bottom: 0px;
  }


}

/* タブレット未満 */
@media screen and (max-width: 599px) {

}
/* タブレット［小］(600px)以上 */
@media screen and (min-width: 600px) {

}


/* 全幅［SP］ */
@media screen and (max-width: 599px) {


}
@media screen and (min-width: 600px) {

}

/* タブレット［中］ */
@media screen and (min-width: 768px) {

}




.shapedividers_com-8266 {
  overflow: hidden;
  position: relative;
  height: 100px;
}
.shapedividers_com-8266::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  transform: scaleX(4);
  transform-origin: 100% 0;
  animation: 10s infinite alternate shape-anim-8266 linear;
  background-size: 100% 100px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffd4df"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ffd4df"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ffd4df"/></svg>');
}

@media (min-width: 2100px) {
  .shapedividers_com-8266::before {
    background-size: 100% calc(2vw + 100px);
  }
}

@keyframes shape-anim-8266 {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}


.content {
  /*
  padding: 2rem;
  */
}
.pink {
  /*background: #ffd4df;
  */
}
h1, h2 {
  font-family: 'Lobster Two', cursive;
}
