.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a:focus-visible {
  border-radius: 5px;
  outline: 3px solid #ec5409;
  outline-offset: 0;
}

body {
  padding: 50px 50px 60px;
}
@media print, screen and (max-width: 768px) {
  body {
    padding: 20px 20px 30px;
  }
}

.wrap {
  background-color: #f8f5f1;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .wrap {
    border-radius: 15px;
  }
}

.header {
  position: absolute;
  top: -50px;
  left: -50px;
}
@media print, screen and (max-width: 768px) {
  .header {
    top: -0.7%;
    left: -5%;
    width: 95%;
  }
}

.main-inr {
  margin: 0 auto;
  max-width: 840px;
  padding-top: 170px;
  padding-right: 20px;
  padding-bottom: 130px;
  padding-left: 20px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .main-inr {
    padding-top: 25%;
    padding-bottom: 60px;
  }
}
.main .readtxt {
  font-size: 20px;
  line-height: 45px;
}
@media print, screen and (max-width: 768px) {
  .main .readtxt {
    font-size: 14px;
    line-height: 30px;
  }
}
.main .readtxt + .readtxt {
  margin-top: 20px;
}

.ttl01 {
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  max-width: 550px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .ttl01 {
    max-width: 71.6%;
    margin-bottom: 50px;
  }
}
.ttl02 {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  .ttl02 {
    margin-bottom: 20px;
  }
}
.ttl02 span {
  color: #ec5409;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .ttl02 span {
    font-size: 20px;
    line-height: 25px;
  }
}
.ttl02 span::before {
  content: "";
  display: block;
  background-image: url(../img/ttl02-parts01.png);
  background-image: url(../img/ttl02-parts01.png.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 9px;
  margin-left: -65.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 131px;
}
@media print, screen and (max-width: 768px) {
  .ttl02 span::before {
    height: 6px;
    margin-left: -43.5px;
    width: 87px;
  }
}
.ttl02.sns span {
  letter-spacing: 0.1em;
}
.ttl02.sns span::before {
  content: "";
  display: block;
  background-image: url(../img/ttl02-parts02.png);
  background-image: url(../img/ttl02-parts02.png.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 9px;
  margin-left: -60.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 121px;
}
@media print, screen and (max-width: 768px) {
  .ttl02.sns span::before {
    height: 6px;
    margin-left: -38px;
    width: 76px;
  }
}
.ttl03 {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
  min-width: 103px;
  padding-bottom: 3px;
}
@media print, screen and (max-width: 768px) {
  .ttl03 {
    font-size: 16px;
    line-height: 18px;
    min-width: 75px;
    padding-bottom: 2px;
  }
}

.section {
  margin-top: 110px;
}
@media print, screen and (max-width: 768px) {
  .section {
    margin-top: 75px;
  }
}

.txt {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  .txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.map {
  aspect-ratio: 16/9;
  border-radius: 30px;
  height: auto;
  margin-top: 30px;
  max-width: 800px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .map {
    border-radius: 15px;
  }
}

.addr {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .addr {
    font-size: 14px;
    line-height: 23px;
  }
}

.caption {
  margin-top: 5px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .caption {
    line-height: 15px;
  }
}
.caption small {
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  .caption small {
    font-size: 10px;
  }
}

.snslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.snslist li {
  width: 48.1%;
}
.snslist li a {
  background-color: #ece3d9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 15px 25px;
  text-align: center;
  transition: opacity 0.4s ease;
}
@media print, screen and (min-width: 769px) {
  .snslist li a {
    border-radius: 30px;
    padding: 60px 20px 40px;
  }
  .snslist li a:hover {
    opacity: 0.5;
  }
}
.snslist li a .logoimg {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .snslist li a .logoimg {
    margin-bottom: 10px;
  }
}
.snslist li a p {
  font-size: 20px;
  line-height: 40px;
  margin-top: auto;
}
@media print, screen and (max-width: 768px) {
  .snslist li a p {
    font-size: 12px;
    line-height: 23px;
  }
}
.snslist li:first-child .logoimg {
  height: 33px;
  margin-top: 20px;
  width: 150px;
}
@media print, screen and (max-width: 768px) {
  .snslist li:first-child .logoimg {
    height: 15px;
    margin-top: 10px;
    width: 69px;
  }
}
.snslist li:last-child .logoimg {
  height: 60px;
  width: 60px;
}
@media print, screen and (max-width: 768px) {
  .snslist li:last-child .logoimg {
    height: 28px;
    width: 28px;
  }
}

.footer {
  margin-top: 60px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .footer {
    margin-top: 30px;
  }
}
.footer .copy {
  font-size: 14px;
  line-height: 30px;
}
@media print, screen and (max-width: 768px) {
  .footer .copy {
    font-size: 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */