@charset "UTF-8";
.anniversary {
  font-family: Noto Sans JP;
  color: #231816;
}

.anniversary .action {
  background: -webkit-gradient(linear, left top, right top, from(#CA9B0F), color-stop(50%, #FEF8C6), to(#CA9B0F));
  background: linear-gradient(90deg, #CA9B0F 0%, #FEF8C6 50%, #CA9B0F 100%);
  padding: 15px 20px 25px;
  text-align: center;
}

@media all and (max-width: 800px) {
  .anniversary .action {
    padding: 20px 20px 25px;
  }
}

.anniversary .action h2 {
  color: #231816;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
}

@media all and (max-width: 800px) {
  .anniversary .action h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.anniversary .action h2 span {
  font-size: 55px;
}

@media all and (max-width: 800px) {
  .anniversary .action h2 span {
    font-size: 48px;
  }
}

.anniversary .action p {
  font-weight: 900;
  font-size: 24px;
}

@media all and (max-width: 800px) {
  .anniversary .action p {
    font-size: 14px;
  }
}

.anniversary .section {
  padding: 80px 0;
  background: #231816;
  color: white;
  margin: 0;
}

@media all and (max-width: 800px) {
  .anniversary .section {
    padding: 60px 0;
  }
}

.anniversary .section--middle {
  margin: 40px 0;
}

@media all and (max-width: 800px) {
  .anniversary .section--middle {
    margin: 20px 0;
  }
}

.anniversary .section-contents {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

@media all and (max-width: 800px) {
  .anniversary .section-contents {
    padding: 0 16px;
  }
}

.anniversary .section p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media all and (max-width: 800px) {
  .anniversary .section p {
    font-size: 14px;
  }
}

.anniversary .section p:nth-last-child(1) {
  margin-bottom: 0;
}

.anniversary .section p small {
  font-size: 80%;
}

.anniversary .section p.cap {
  font-size: 12px;
}

@media all and (max-width: 800px) {
  .anniversary .section p.cap {
    font-size: 10px;
  }
}

.anniversary .section .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media all and (max-width: 800px) {
  .anniversary .section .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

.anniversary .section .btns a {
  display: block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  background: #FCC800;
  color: #01478C;
  -webkit-box-shadow: 4px 4px 8px 0px #00000059;
          box-shadow: 4px 4px 8px 0px #00000059;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.anniversary .section .btns a.toroku {
  background: #01478C;
  color: white;
}

.anniversary .section .btns a:hover {
  opacity: 0.6;
}

.anniversary .section .panel {
  background: #EB6106;
  padding: 50px 20px;
  position: relative;
}

.anniversary .section .panel.sub {
  background: #009BCB;
  margin: 80px 0 20px;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel {
    padding: 40px 16px 10px;
  }
}

.anniversary .section .panel .icon {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 160px;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel .icon {
    width: 80px;
    top: -40px;
    left: 0;
  }
}

.anniversary .section .panel .inner {
  max-width: 800px;
  margin: 0 auto;
}

.anniversary .section .panel .ttl {
  max-width: 640px;
  margin: 0 auto 40px;
  display: block;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel .ttl {
    margin-bottom: 20px;
  }
}

.anniversary .section .panel h3 {
  background: #FFFFFF1A;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.4;
  text-align: center;
  color: white;
  padding: 25px 20px;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel h3 {
    line-height: 2;
    font-size: 12px;
    padding: 16px 0;
  }
}

.anniversary .section .panel sup {
  font-size: 12px;
  vertical-align: text-bottom;
  font-weight: normal;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel sup {
    font-size: 10px;
  }
}

.anniversary .section .panel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.anniversary .section .panel dl dt {
  position: relative;
  width: 140px;
  height: 55px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 斜め上 */
  /* 斜め下 */
}

@media all and (max-width: 800px) {
  .anniversary .section .panel dl dt {
    height: 40px;
    width: 110px;
    font-size: 13px;
  }
}

.anniversary .section .panel dl dt::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 12px;
  width: 32px;
  height: 1px;
  background: white;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

@media all and (max-width: 800px) {
  .anniversary .section .panel dl dt::before {
    right: -17px;
    top: 9px;
    width: 23px;
  }
}

.anniversary .section .panel dl dt::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 12px;
  width: 32px;
  height: 1px;
  background: white;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

@media all and (max-width: 800px) {
  .anniversary .section .panel dl dt::after {
    right: -17px;
    bottom: 9px;
    width: 23px;
  }
}

.anniversary .section .panel dl dd {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  width: calc(100% - 140px);
  padding-left: 30px;
}

@media all and (max-width: 800px) {
  .anniversary .section .panel dl dd {
    width: calc(100% - 110px);
    padding-left: 20px;
    font-size: 10px;
    line-height: 1.4;
  }
}

.anniversary .carender {
  border-radius: 4px;
}

.anniversary .sp {
  display: none;
}

@media all and (max-width: 800px) {
  .anniversary .sp {
    display: block;
  }
}

.anniversary .slick-next,
.anniversary .slick-prev {
  -webkit-transform: none;
          transform: none;
  top: 50%;
    transform: translateY(-50%);
  width: auto !important;
  z-index: 99;
  font-size: 0;
  padding: 0;
}

.anniversary .slick-next {
  right: -7%;
}

@media all and (max-width: 800px) {
  .anniversary .slick-next {
    right: -7.5%;
  }
}

.anniversary .slick-prev {
  left: -7%;
}

@media all and (max-width: 800px) {
  .anniversary .slick-prev {
    left: -7.5%;
  }
}

.anniversary .slick-next::before,
.anniversary .slick-prev::before {
  color: white;
  font-size: 50px;
}
@media all and (max-width: 800px) {
  .anniversary .slick-next::before,
.anniversary .slick-prev::before {
  font-size: 25px;
}
}
.slick-slide img {
  max-width: 100%;
    width: 100%;
    display: block;
}

.anniversary .link {
display: flex;
    justify-content: center;
    gap: 30px;
margin-bottom: 80px;
}
@media all and (max-width: 800px) {
.anniversary .link {
    gap: 10px;
}
}
.anniversary .link a {
    display: inline-block;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
}
.anniversary .link a:hover{
    opacity: 0.6;
}

.anniversary-h3 {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-size: 20px;
}



