@charset "UTF-8";
.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

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

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.main {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 40px;
  }
}

.sec {
  line-height: 1.8;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec {
    margin-bottom: 50px;
  }
}
.sec img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec p {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec p {
    margin-bottom: 40px;
  }
}
.sec hr {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec hr {
    margin-bottom: 40px;
  }
}

.wrap {
  margin-inline: auto;
  padding: 0 15px;
  max-width: 1030px;
}

.bold {
  font-weight: 700;
}

.red {
  color: #ff0000;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  width: 100%;
  max-width: 364px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .btn__anchor {
    background: white;
  }
}
@media screen and (max-width: 768px) {
  .btn__anchor {
    border: 0;
  }
}
.btn__anchor::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn__anchor::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background: -webkit-gradient(linear, right top, left top, from(#00c3fa), to(#ff89b6));
  background: linear-gradient(to left, #00c3fa 0%, #ff89b6 100%);
}
@media screen and (max-width: 768px) {
  .btn__anchor::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
    background: -webkit-gradient(linear, right top, left top, from(#00c3fa), to(#ff89b6));
    background: linear-gradient(to left, #00c3fa 0%, #ff89b6 100%);
  }
}
@media screen and (min-width: 769px) {
  .btn__anchor:hover {
    border: 1px solid transparent;
    color: #fff;
  }
}
.btn__anchor:hover::before {
  border: 2px solid #fff;
}
.btn__anchor:hover::after {
  opacity: 1;
}
.btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn__anchor .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}

/*________________ 共通 ________________*/
.contents-detail {
  /*========== sec-contents ==========*/
}
.contents-detail .sec-contents-detail__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 28px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__links {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 50px;
  }
}
.contents-detail .sec-contents-detail__links a {
  font-size: 18px;
  font-weight: 700;
  background: #e68a1d;
  color: white;
  text-align: center;
  padding-block: 29px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__links a {
    font-size: 16px;
    padding-block: 11px;
    width: 100%;
    max-width: 345px;
    margin-inline: auto;
  }
}
.contents-detail .sec-contents-detail__links a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__links a::after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.contents-detail .sec-contents-detail__responsive {
  border: 3px solid #e68a1d;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__responsive {
    padding: 40px 30px;
  }
}
.contents-detail .sec-contents-detail__responsive-ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__responsive-ttl {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.contents-detail .sec-contents-detail__responsive-ttl .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffcb8d));
  background: linear-gradient(transparent 70%, #ffcb8d 0%);
}
.contents-detail .sec-contents-detail__responsive-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__responsive-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contents-detail .sec-contents-detail__responsive-wrap-text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__responsive-wrap-text {
    font-size: 18px;
  }
}
.contents-detail .sec-contents-detail__responsive-wrap-text .orange {
  color: #e68a1d;
  font-weight: 700;
}
.contents-detail .sec-contents-detail__responsive-wrap-text .caution {
  font-size: 18px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .contents-detail .sec-contents-detail__responsive-wrap-text .caution {
    font-size: 16px;
    margin-top: 15px;
  }
}

.sec-weather h2 {
  max-width: 966px;
}

.sec-heat h2 {
  max-width: 962px;
}
.sec-heat h2 + img {
  max-width: 890px;
}

.sec-site h2 {
  max-width: 961px;
}
.sec-site-img-01 {
  max-width: 870px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .sec-site-img-01 {
    margin-inline: 10px;
  }
}
.sec-site-img-03 {
  max-width: 865px;
}

.sec-schedule h2 {
  max-width: 956px;
}
.sec-schedule-img-01 {
  max-width: 876px;
}

.sec-other {
  margin-bottom: 0;
}
.sec-other .sec-other__ttl {
  max-width: 958px;
}
.sec-other h3 {
  font-size: 22px;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec-other h3 {
    font-size: 18px;
  }
}
.sec-other__rentia {
  border: 3px solid #e68a1d;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia {
    padding: 40px 30px;
  }
}
.sec-other__rentia-ttl {
  max-width: 685px;
  margin-inline: auto;
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-ttl {
    margin-bottom: 30px;
  }
}
.sec-other__rentia-img {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-img {
    margin-bottom: 32px;
  }
}
.sec-other__rentia .rec-ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia .rec-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sec-other__rentia ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia ul {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.sec-other__rentia ul li {
  border-radius: 10px;
  padding: 30px 26px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia ul li {
    display: grid;
    grid-template-columns: 1fr 2.7fr;
    gap: 20px;
    padding: 20px;
  }
}
.sec-other__rentia ul li:nth-child(1) {
  border: 2px solid #07b04f;
  background: #f2fff8;
}
.sec-other__rentia ul li:nth-child(1) .rec-list-img {
  max-width: 74px;
}
.sec-other__rentia ul li:nth-child(2) {
  border: 2px solid #e68a1d;
  background: #fdf4ea;
}
.sec-other__rentia ul li:nth-child(2) .rec-list-img {
  max-width: 74px;
}
.sec-other__rentia ul li:nth-child(3) {
  border: 2px solid #0070c0;
  background: #f4faff;
}
.sec-other__rentia ul li:nth-child(3) .rec-list-img {
  max-width: 85px;
}
.sec-other__rentia ul li .rec-list-img {
  margin-bottom: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia ul li .rec-list-img {
    margin-bottom: 0;
  }
}
.sec-other__rentia ul li .rec-list-text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia ul li .rec-list-text {
    font-size: 15px;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-block: auto;
  }
}
.sec-other__rentia-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-about {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.sec-other__rentia-about-textarea-img {
  max-width: 410px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-about-textarea-img {
    max-width: 200px;
    margin-inline: auto;
  }
}
.sec-other__rentia-about-textarea p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-about-img {
    width: 85%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 425px) {
  .sec-other__rentia-about-img {
    width: 100%;
    max-width: 240px;
  }
}
.sec-other__rentia-linkarea-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-linkarea-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sec-other__rentia-linkarea-link {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 415px;
  margin-inline: auto;
  background: #74cff5;
  color: white;
  text-align: center;
  padding: 29px;
  margin-bottom: 50px;
  position: relative;
}
.sec-other__rentia-linkarea-link:hover {
  opacity: 0.8;
}
.sec-other__rentia-linkarea-link::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-linkarea-link::after {
    width: 12px;
    height: 12px;
    right: 20px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-linkarea-link {
    font-size: 15px;
    max-width: 285px;
    margin-bottom: 30px;
    padding: 11px;
  }
}
.sec-other__rentia-linkarea-link img {
  max-width: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec-other__rentia-linkarea-link img {
    max-width: 20px;
    margin-right: 8px;
  }
}
.sec-other__rentia-linkarea p {
  margin-bottom: 0;
}/*# sourceMappingURL=page-signage-contents-detail.css.map */