/* sg_teaser
---------------------------------------------------- */
.button {
  inline-size: fit-content;
  touch-action: manipulation;
  user-select: none;
  border-radius: 4px;
  margin: 0 auto;
}
.button a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.sg_teaser .mv .mv-top {
  background: #e7eff7;
}
.sg_teaser .mv .mv-bottom {
  background: #115fad;
}
.sg_teaser .mv .inner {
  position: relative;
}
.sg_teaser .mv .mv_txt {
  width: 800px;
  text-align: center;
  padding: 65px 0 40px;
  height: 320px;
}
.sg_teaser .mv .mv_txt img {
  margin-bottom: 45px;
}
.sg_teaser .mv .mv_txt p {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: -0.03em;
}
.sg_teaser .mv .mv_img {
  position: absolute;
  right: 0;
  top: 0;
}
.sg_teaser .mv .mv_date {
  width: 800px;
  height: 160px;
  font-size: 34px;
  text-align: center;
  padding-top: 25px;
  color: #fff;
}
.sg_teaser .mv .mv_date strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.sg_teaser .mv .mv_date strong span {
  font-size: 44px;
  font-weight: bold;
}
.sg_teaser .mv .mv_date small {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
}
.sg_teaser .registInfo__inner {
  width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.sg_teaser .registInfo__unit {
  border: solid 1px #115fad;
  border-radius: 10px;
  padding: 35px 40px 40px;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.sg_teaser .registInfo__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.sg_teaser .registInfo__linktext {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  color: #115fad;
}
.sg_teaser .registInfo__linktext span {
  margin-right: 10px;
  text-underline-offset: 8px;
  text-decoration: underline;
}
.sg_teaser .registInfo__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #115fad;
}
.sg_teaser .registInfo__button {
  margin: 30px auto 0;
  width: 450px;
  height: 70px;
  display: inline-grid;
  place-content: center;
  place-items: center;
  background: #115fad;
  border-radius: 9999px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.sg_teaser .registInfo__button::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: url(/d_images/special/2025/0414_sg_teaser/images/arrow-r.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sg_teaser .onlineinfo {
  background: #115fad;
  padding: 60px 0 100px;
}
.sg_teaser .onlineinfo .title {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
}
.sg_teaser .onlineinfo .title .yellow {
  color: #ffff00;
}
.sg_teaser .onlineinfo .title .yellow span {
  font-size: 34px;
}
.sg_teaser .onlineinfo .content {
  background-color: #f7f6e4;
}
.sg_teaser .onlineinfo .content.address {
  margin-bottom: 30px;
  padding: 0 55px 35px 60px;
  text-align: center;
}
.sg_teaser .onlineinfo .content.address .content_inner {
  display: flex;
  align-items: center;
}
.sg_teaser .onlineinfo .content.address .bubble {
  margin-top: -30px;
  font-size: 23px;
  font-weight: 500;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  background-color: #66b711;
  position: relative;
  color: #fff;
}
.sg_teaser .onlineinfo .content.address .bubble::after {
  content: "";
  position: absolute;
  background: #66b711;
  height: 13px;
  width: 11px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  bottom: -13px;
  left: 70px;
}
.sg_teaser .onlineinfo .content.address .address_img {
  width: 312px;
  margin-right: 50px;
}
.sg_teaser .onlineinfo .content.address .address_img img {
  width: 100%;
}
.sg_teaser .onlineinfo .content.address .content_title {
  color: #66b711;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 40px;
  text-align: center;
}
.sg_teaser .onlineinfo .content.address p {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
}
.sg_teaser .onlineinfo .content.address .button a {
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 55px;
  color: #66b711;
  border: 2px solid #66b711;
}
.sg_teaser .onlineinfo .content.discount {
  display: flex;
  padding: 70px 40px;
  justify-content: space-between;
}
.sg_teaser .onlineinfo .content.discount .content_inner {
  position: relative;
  width: 540px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  border: solid 4px #e6e6e6;
}
.sg_teaser .onlineinfo .content.discount .content_inner:first-of-type::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/d_images/special/2024/0516_sg_teaser/images/plus.png) no-repeat;
  width: 58px;
  height: 58px;
  background-size: contain;
  top: 77px;
  right: -54px;
}
.sg_teaser .onlineinfo .content.discount .bubble {
  position: relative;
  z-index: 2;
  margin: -24px auto 0;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px;
  background: #115fad;
  color: #fff;
  min-width: 240px;
}
.sg_teaser .onlineinfo .content.discount .bubble::after {
  content: "";
  position: absolute;
  background: #115fad;
  height: 13px;
  width: 11px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  bottom: -12px;
  left: 60px;
}
.sg_teaser .onlineinfo .content.discount .discount_img {
  width: 100%;
  padding: 35px 0;
}
.sg_teaser .onlineinfo .content.discount .discount_img img {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sg_teaser .button {
    border-radius: 5px;
  }
  .sg_teaser .inner {
    width: 100%;
  }
  .sg_teaser .mv .inner {
    position: relative;
  }
  .sg_teaser .mv .mv_txt {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    height: auto;
  }
  .sg_teaser .mv .mv_txt img {
    width: 64%;
    margin-bottom: 25px;
  }
  .sg_teaser .mv .mv_txt p {
    font-size: 20px;
    line-height: 1.5;
  }
  .sg_teaser .mv .mv_txt .mv_img {
    position: initial;
    width: calc(100% - 70px);
    margin: 0 35px 25px;
  }
  .sg_teaser .mv .mv_date {
    width: 100%;
    height: auto;
    font-size: 30px;
    text-align: center;
    padding: 18px 0 20px;
  }
  .sg_teaser .mv .mv_date strong {
    display: block;
    margin-bottom: 2px;
    font-size: 27px;
    font-weight: bold;
  }
  .sg_teaser .mv .mv_date strong span {
    font-size: 40px;
  }
  .sg_teaser .mv .mv_date small {
    font-size: 13px;
  }
  .sg_teaser .registInfo__inner {
    width: inherit;
    margin: 35px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sg_teaser .registInfo__unit {
    padding: 30px 22px 35px;
  }
  .sg_teaser .registInfo__text {
    font-size: 15px;
  }
  .sg_teaser .registInfo__linktext {
    margin-top: 10px;
    font-size: 14px;
  }
  .sg_teaser .registInfo__linktext span {
    margin-right: 6px;
  }
  .sg_teaser .registInfo__title {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .sg_teaser .registInfo__button {
    margin: 30px auto 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
  .sg_teaser .registInfo__button::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
  .sg_teaser .onlineinfo {
    padding: 40px 15px;
  }
  .sg_teaser .onlineinfo .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
  }
  .sg_teaser .onlineinfo .title .yellow span {
    font-size: 20px;
  }
  .sg_teaser .onlineinfo .content.address {
    margin-bottom: 10px;
    padding: 0 20px 30px;
  }
  .sg_teaser .onlineinfo .content.address .content_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sg_teaser .onlineinfo .content.address .bubble {
    margin-top: -20px;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 20px;
  }
  .sg_teaser .onlineinfo .content.address .bubble::after {
    content: "";
    height: 10px;
    width: 9px;
    bottom: -10px;
    left: 30px;
  }
  .sg_teaser .onlineinfo .content.address .address_img {
    width: 100%;
    margin: 10px 0 5px;
  }
  .sg_teaser .onlineinfo .content.address .address_img img {
    width: 100%;
  }
  .sg_teaser .onlineinfo .content.address .content_title {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .sg_teaser .onlineinfo .content.address p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .sg_teaser .onlineinfo .content.address .button a {
    font-weight: bold;
    font-size: 15px;
    padding: 11px 45px;
    border: 1px solid #66b711;
    border-radius: 5px;
  }
  .sg_teaser .onlineinfo .content.discount {
    flex-direction: column;
    padding: 45px 15px 30px;
  }
  .sg_teaser .onlineinfo .content.discount .content_inner {
    width: 100%;
    border-width: 2px;
  }
  .sg_teaser .onlineinfo .content.discount .content_inner:first-of-type::after {
    width: 35px;
    height: 35px;
    top: inherit;
    bottom: -47px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  .sg_teaser .onlineinfo .content.discount .content_inner:last-of-type {
    margin-top: 75px;
  }
  .sg_teaser .onlineinfo .content.discount .bubble {
    margin: -21px auto 0;
    font-size: 15px;
    border-radius: 999px;
    padding: 10px 25px;
    min-width: inherit;
  }
  .sg_teaser .onlineinfo .content.discount .bubble::after {
    height: 10px;
    width: 9px;
    bottom: -10px;
    left: 55px;
  }
  .sg_teaser .onlineinfo .content.discount .discount_img {
    padding: 25px 0;
  }
  .sg_teaser .onlineinfo .content.discount .discount_img img {
    width: auto;
    height: 17vw;
  }
}/*# sourceMappingURL=style.css.map */