@charset "UTF-8";
.sakura-top {
  background-color: #fff;
}
.sakura-top .sec {
  max-width: 980px !important;
  width: 90%;
  margin: 0 auto;
}
.sakura-top .sec:first-of-type {
  padding-top: 56px;
}
@media screen and (max-width: 700px) {
  .sakura-top .sec:first-of-type {
    padding: 9.7% 0 3%;
  }
}
@media screen and (max-width: 1100px) {
  .sakura-top .sec {
    padding-top: 14px;
  }
}
.sakura-top .sec_ttl {
  font-size: 33px;
  font-weight: bold;
  padding: 0 !important;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .sakura-top .sec_ttl {
    font-size: 5.85vw;
  }
}
.sakura-top .sec_ttl.sml {
  font-size: 26px;
  border-left: solid 4px #777777;
  padding-left: 9px !important;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .sakura-top .sec_ttl.sml {
    font-size: 5.5vw;
  }
}
.sakura-top .sec_ttl.center {
  text-align: center;
  border: none;
}
.sakura-top .sec_img {
  width: 100%;
  display: block;
}
.sakura-top .sec_img.logo {
  width: min(20%, 176px);
  margin: 30px auto;
}
.sakura-top .sec_txt {
  font-size: 18px;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .sakura-top .sec_txt {
    font-size: 3.8vw;
    text-align: left !important;
  }
}
.sakura-top .sec_txt.frame {
  border: 1px solid #777777;
  background: #FFF8F3;
  padding: 15px;
  width: 80%;
  margin: 20px auto 30px;
}
@media screen and (max-width: 700px) {
  .sakura-top .sec_txt.frame {
    width: 100%;
  }
}
.sakura-top .sec_txt a {
  text-decoration: underline;
  color: #777777;
  font-weight: bold;
}
.sakura-top .point {
  margin: 30px auto;
}
.sakura-top .point_line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .sakura-top .point_line {
    grid-template-columns: auto;
    width: 80%;
    margin: 0 auto;
  }
}
.sakura-top .point_box {
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 21.06122px 0px rgba(0, 0, 0, 0.07), 0px 0 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 51.42857px 0px rgba(0, 0, 0, 0.03), 0px 152.81633px 61.22449px 0px rgba(0, 0, 0, 0.01), 0px 238.53061px 66.61224px 0px rgba(0, 0, 0, 0);
}
.sakura-top .point_box_img {
  display: block;
  width: min(35px, 15%) !important;
  margin: 0 auto;
}
.sakura-top .point_box_ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 0.5em auto 1em;
}
.sakura-top .point_box_txt {
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .sakura-top .point_box_txt {
    font-size: 3.5vw;
    width: 80%;
    margin: 0 auto;
  }
}
.sakura-top .point_box_txt li {
  display: grid;
  grid-template-columns: 0.5em auto;
  gap: 0.5em;
}
.sakura-top .point_box_txt li:before {
  content: "・";
  display: block;
  width: 0.5em;
}
.sakura-top .attempt:first-of-type {
  margin-bottom: 20px;
}
.sakura-top .attempt_ttl {
  border-left: solid 4px #777777;
  padding-left: 9px !important;
  font-size: 20px;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .sakura-top .attempt_ttl {
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 530px) {
  .sakura-top .attempt_ttl {
    grid-template-columns: auto;
    position: relative;
    margin-bottom: 3em;
  }
}
.sakura-top .attempt_ttl .flower {
  display: grid;
  grid-template-columns: auto 150px;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .sakura-top .attempt_ttl .flower {
    grid-template-columns: auto 70px;
  }
}
@media screen and (max-width: 530px) {
  .sakura-top .attempt_ttl .flower {
    position: absolute;
    left: 9px;
    top: 2em;
    grid-template-columns: auto 80px;
  }
}
.sakura-top .attempt_content {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .sakura-top .attempt_content {
    grid-template-columns: auto;
  }
}
.sakura-top .attempt_content p {
  margin: auto;
}
.sakura-top .attempt_content p span {
  display: block;
  font-weight: bold;
}/*# sourceMappingURL=sakura.css.map */