@charset "utf-8";
.locl-header_image-01 {
  position: absolute;
  top: 52px;
  right: 30px;
}
.locl-header_mv {
  /*margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: -1;*/
  margin-top: -15px;
  margin-bottom: 10px;
  z-index: -1;
  position: relative;
  width: 100%;
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: none;
  }
}
@media screen and (max-width:768px){
  .locl-header_title {
    line-height: 1.2;
    margin: 10px 0;
  }
  .locl-pic-04 {
    max-width: 100%;
  }
}
.locl-box-3col-01 {
  margin: 25px -25px 0;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width:768px){
  .locl-box-3col-01 {
    margin: 0;
    flex-wrap: wrap;
  }
}
.locl-box-3col-01_item {
  width: 33.333333%;
  border-right: 1px #ccc solid;
  
}
@media screen and (max-width:768px){
  .locl-box-3col-01_item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px #ccc solid;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.locl-box-3col-01_item:nth-child(3n) {
  border-right: 0;
}
@media screen and (max-width:768px){
  .locl-box-3col-01_item:nth-child(3n) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.locl-box-3col-01_title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -0.1em;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width:768px){
  .locl-box-3col-01_title {
    font-size: 16px;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
}
.locl-box-3col-01_item:nth-child(3n-2) .locl-box-3col-01_title {
  padding-left: 25px;
  text-align: left;
}
@media screen and (max-width:768px){
  .locl-box-3col-01_item:nth-child(3n-2) .locl-box-3col-01_title {
    padding-left: 0;
    text-align: center;
  }
}
.locl-box-3col-01_item:nth-child(3n) .locl-box-3col-01_title {
  margin-right: -25px;
  padding-right: 25px;
}
@media screen and (max-width:768px){
  .locl-box-3col-01_item:nth-child(3n) .locl-box-3col-01_title {
    margin-right: 0;
    padding-right: 0;
  }
}

.locl-box-3col-01_title-sub {
  font-size: 13px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px){
  .locl-box-3col-01_title-sub {
    font-size: 13px;
    line-height: 22px;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
.locl-box-3col-01_text {
  padding: 30px 25px 0;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width:768px){
  .locl-box-3col-01_text {
    padding: 20px 15px 0;
    font-size: 12px;
  }
}
.locl-box-3col-02 {
  margin: 40px -25px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px){
  .locl-box-3col-02 {
    margin: 0;
  }
}
.locl-box-3col-02_item {
  width: 33.333333%;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:768px){
  .locl-box-3col-02_item {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
  }
}
.locl-box-3col-02_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .locl-box-3col-02_item:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.locl-box-3col-02_item:after {
  content: "";
  height: 244px;
  border-right: 1px #ccc solid;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width:768px){
  .locl-box-3col-02_item:after {
    border-right: 0;
  }
}
.locl-box-3col-02_item:nth-child(3n):after {
  border-right: 0;
}
.locl-box-3col-02_title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0 20px;
  text-align: center;
}
@media screen and (max-width:768px){
  .locl-box-3col-02_title {
    font-size: 16px;
    padding: 10px 0 15px;
  }
}
.locl-box-3col-02_icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: auto;
}
.locl-box-3col-02_text {
  padding: 0 25px;
  text-align: left;
  font-size: 12px;
  line-height: 26px;
}
@media screen and (max-width:768px){
  .locl-box-3col-02_text {
    padding: 0 15px;
    line-height: 22px;
  }
}

.elm-contents_banner {
  display: block;  
  max-width: 960px;
  margin: 70px auto 0;
}

.elm-contents_banner img {
  width: 80%;
  margin: auto;
}

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

@media screen and (max-width: 768px) {
  .elm-contents_banner {
    margin-top: 40px; 
    max-width: 450px;
  }
  .elm-contents_banner img {
    width: 100%;
  }
}

.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);
  }
}