@charset "utf-8";
.elm-header_image-01 {
  position: absolute;
  top: 65px;
  right: 15px;
}
.main-middle {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none){
  .locl-title-01 {
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
  }
}

@media screen and (max-width:768px){
  .locl-header_image-01 {
    position: relative;
    max-width: 120px;
    top: 5px;
    right: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.locl-header_mv {
  margin-top: -18px;
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin-top: 0;
  }
}
.locl-pic-11 {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(3px);
}
@media screen and (max-width:768px){
  .locl-pic-11 {
    width: auto;
    height: 32px;
    transform: translateY(0px);
  }
}
.locl-pic-16 {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(3px);
}
@media screen and (max-width:1020px){
  .locl-pic-02,
  .locl-pic-04,
  .locl-pic-08,
  .locl-pic-09,
  .locl-pic-10 {
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .locl-pic-16 {
    width: auto;
    height: 32px;
    transform: translateY(0px);
  }
  .locl-modal {
    margin: 15px 0 0;
    position: relative;
  }
  .locl-modal-link-red {
    position: absolute;
    cursor: pointer;
    background-color: rgba(234,83,87,0.9);
    border-radius: 24px;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    padding: 7px 12px 7px 25px;
    background-image: url("../img/icon-lens.png");
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .locl-modal-link-green {
    position: absolute;
    cursor: pointer;
    background-color: rgba(133,175,67,0.9);
    border-radius: 24px;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    padding: 7px 12px 7px 25px;
    background-image: url("../img/icon-lens.png");
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .locl-modal-link-01 {
    top: 28%;
    right: 4%;
  }
  .locl-modal-link-02 {
    top: 29%;
    right: 30%;
  }
  .locl-modal-link-03 {
    top: 26%;
    left: 9%;
  }
  .locl-modal-link-04 {
    top: 18%;
    right: 10%;
  }
  .locl-modal-link-05 {
    top: 17%;
    right: 35%;
  }
  .locl-modal-link-06 {
    bottom: 28%;
    right: 11%;
  }
  .locl-modal-link-07 {
    bottom: 27%;
    right: 35%;
  }
  .locl-modal-link-08 {
    bottom: 9%;
    right: 35%;
  }
  .locl-modal-link-09 {
    bottom: 15%;
    right: 5%;
  }
  .locl-modal-link-10 {
    bottom: 28%;
    left: 8%;
  }
}

.locl-pic-21 {
  margin-top: -5px;
}
.locl-pic-22 {
  margin-right: -5px;
}
.locl-box-3col {
  margin: 0 -10px 0;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width:768px){
  .locl-box-3col {
    margin: 15px 0 0;
    flex-wrap: wrap;
  }
}
.locl-box-3col_item {
  width: calc(33.333333% - 20px);
  margin: 0 10px;
  background-color: #ef858c;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width:768px){
  .locl-box-3col_item {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px;
  }
  .locl-box-3col_item + .locl-box-3col_item {
    margin: 15px 0 0;
  }
}
.locl-box-3col_copy {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width:768px){
  .locl-box-3col_copy {
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 30px;
    width: 100%;
    order: 1;
  }
}
.locl-box-3col_item:nth-child(-n+2) .locl-box-3col_copy {
  line-height: 40px;
}
@media screen and (max-width:768px){
  .locl-box-3col_item:nth-child(-n+2) .locl-box-3col_copy {
    line-height: 20px;
  }
}
.locl-box-3col_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 15px 0 0;
}
@media screen and (max-width:768px){
  .locl-box-3col_title {
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    width: 100%;
    order: 2;
    position: relative;
  }
  .locl-box-3col_title:before {
    font-size: 28px;
    position: absolute;
    bottom: 8px;
    left: 0;
  }
  .locl-box-3col_item:nth-child(1) .locl-box-3col_title:before {
    content: "1";
  }
  .locl-box-3col_item:nth-child(2) .locl-box-3col_title:before {
    content: "2";
    bottom: 20px;
  }
  .locl-box-3col_item:nth-child(3) .locl-box-3col_title:before {
    content: "3";
  }
  .locl-box-3col_image {
    width: 55%;
    order: 3;
  }
  .locl-box-3col_image > * {
    max-width: 100%;
  }
}
.locl-box-3col_text {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 10px 15px 65px;
  text-align: left;
}
@media screen and (max-width:768px){
  .locl-box-3col_text {
    line-height: 18px;
    padding: 0 0 0 10px;
    width: 45%;
    order: 4;
    margin: -3px 0 0;
  }
}
.locl-box-3col_button {
  width: 194px;
  height: 32px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 32px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px){
  .locl-box-3col_button {
    width: 100%;
    height: 40px;
    max-width: 340px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    bottom: auto;
    order: 5;
    margin: 15px 0 0;
  }
}
.locl-box-3col_button:after {
  width: 8px;
  height: 8px;
  margin-top: -8px;
 
}
@media screen and (max-width:768px){
  .locl-box-3col_button:after {
    margin-top: -3px;
  }
}
@media screen and (max-width:768px){
  .locl-box-01 {
    background-color: #ef858c;
    position: relative;
    margin: 25px 0 0;
    padding: 15px;
    color: #fff;
    text-align: left;
    z-index: 2;
  }
  .locl-box-01:before {
    content: "";
    background-color: #ef858c;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(53deg) skewX(30deg) skewY(15deg);
    margin: 0 0 0 -10px;
    z-index: 1;
  }
  .locl-box-01-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .locl-box-01-text {
    font-size: 13px;
  }
}

.elm-contents_link  {
  margin-top: 70px;
}

.elm-contents_link a {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .elm-contents_link a:hover  {
    opacity: 0.8;
  }
}

@media screen and (max-width:768px){
  .elm-contents_link  {
    padding-bottom: 30px;
  }

  .elm-contents_link span {
    display: block;
    color: #575757;
    font-size: 16px;
    font-weight: bold;
  }

  .elm-contents_link img {
    display: block;
    margin: 22px auto 0;
    max-width: 345.5px;
    width: 100%;
  }

  .elm-contents_link img:nth-child(2) {
    max-width: 301.5px;
  }

  .elm-contents_link a {
    position: relative;
    display: block;
    border-radius: 10px;
    margin: 18px auto 0;
    max-width: 345.5px;
    width: 100%;
    background: #b3ac91;
    padding: 14px 20px 14px 0;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.09em;
  }

  .elm-contents_link a::after {
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 24px;
    right: 40px;
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
}