@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
.anc_link_list {
  margin-bottom: 50px;
}
.anc_link_list .lead_txt {
  width: 100%;
  color: var(--mainColor)!important;
}
.contents_bgi {
  background: url(../../p_common/images/bgi_contents.png) no-repeat center top / cover;
}
.contents_bgi .wrap {
  padding: 100px 0;
}
.btn_wrap {
  margin-top: 50px;
}
.btn_wrap a.btn {
  max-width: 520px;
}
#anniversary01 .main_title {
  color: var(--mainColor);
}
#anniversary01 .cts_title {
  margin-bottom: 20px!important;
}
#anniversary01 .wht_box {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  background: #fff;
  padding: 50px;
  margin-top: 50px;
}
#anniversary01 .wht_box .image {
  width: 450px;
}
#anniversary01 .wht_box .image img {
  border-radius: 10px;
}
#anniversary01 .wht_box .image .cap {
  font-size: 14px;
  margin-top: 5px;
}
#anniversary01 .wht_box .cts {
  width: calc(100% - 450px - 50px);
}
#anniversary01 .wht_box .cts .cts_title,
#anniversary02 .cts_box .cts .cts_title {
  text-align: left!important;
  margin: 0 0 10px!important;
}
#anniversary01 .wht_box .cts .cts_title span {
  font-size: 50%;
}
#anniversary01 .wht_box .cts p,
#anniversary01 .wht_box .cts table {
  color: var(--mainColor);
}
#anniversary01 .wht_box .cts table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid var(--mainColor);
}
#anniversary01 .wht_box .cts table tr {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--mainColor);
}
#anniversary01 .wht_box .cts table tr th,
#anniversary01 .wht_box .cts table tr td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
#anniversary01 .wht_box .cts table.cake tr th {
  width: 300px;
}
#anniversary01 ul.caution {
  color: var(--mainColor);
  margin-top: 40px;
}

#anniversary02.wrap {
  padding: 100px 0 120px;
}
#anniversary02 .cts_box {
  margin-top: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px 120px;
}
#anniversary02 .cts_box .image {
  width: 580px;
}
#anniversary02 .cts_box .image img {
  width: 100%;
  border-radius: 10px;
}
#anniversary02 .cts_box .cts {
  width: calc(100% - 580px - 120px);
}
#anniversary02 table {
  width: 100%;
  margin-top: 30px;
}
#anniversary02 table tr {
  width: 100%;
  border-bottom: 1px solid var(--mainColor);
}
#anniversary02 table tr th,
#anniversary02 table tr td {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  vertical-align: top;
  padding: 10px 0;
}
#anniversary02 table tr th {
  width: 30px;
}
#anniversary02 table tr td {
  width: 110px;
  text-align: center;
}
#anniversary02 table tr td.txt {
  width: calc(100% - 140px);
  text-align: left;
}


.internet {
  border: 1px solid var(--mainColor);
  padding: 50px;
  margin-top: 50px;
}
.internet .col_2 {
  align-items: center;
}
.internet .cts_title {
  text-align: left!important;
  margin-bottom: 20px!important;
}
.internet h4.cts_title {
  text-align: left!important;
  margin: 20px 0 10px!important;
  font-size: 18px!important;
  font-weight: 700!important;
}





/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {

}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .contents_bgi {
    background: url(../../p_common/images/bgi_contents_sp.png) no-repeat center top / cover;
  }
  #lower .lead_txt {
    text-align: left;
  }
  .anc_link_list {
    margin-bottom: 0;
  }
  .contents_bgi .wrap {
    padding: 50px 0;
  }
  #anniversary01 .wht_box {
    padding: 50px 20px;
    gap: 20px;
  }
  #anniversary01 .wht_box .image,
  #anniversary01 .wht_box .cts {
    width: 100%;
  }
  #anniversary01 .wht_box .cts table tr {
    gap: 0;
    flex-wrap: wrap;
  }
  #anniversary01 .wht_box .cts p,
  #anniversary01 .wht_box .cts table tr th,
  #anniversary01 .wht_box .cts table tr td {
    width: 100%;
    font-size: 14px;
  }
  #anniversary01 .cts_title {
    margin-bottom: 0 !important;
  }
  #anniversary02.wrap {
    padding: 50px 0 60px;
  }
  #anniversary02 .cts_box {
    margin-top: 50px;
    gap: 20px 0;
  }
  #anniversary02 .cts_box:first-of-type {
    margin-top: 0;
  }
  #anniversary02 .cts_box .image,
  #anniversary02 .cts_box .cts {
    width: 100%;
  }
  #anniversary02 .cts_box .image {
    margin-top: 20px;
  }
  #lower #anniversary02 .main_title {
    margin: 0 0 30px;
  }
  #anniversary02 .cts_box .cts p {
    font-size: 14px;
  }
  #anniversary02 table tr td {
    width: 70px;
  }
  #anniversary02 table tr td.txt {
    width: calc(100% - 100px);
  }
  #anniversary02 table {
    margin-top: 10px;
  }
  .internet {
    padding: 50px 20px;
  }
  .internet .cts_title {
    text-align: center!important;
  }
  .internet p {
    font-size: 14px;
  }
  #lower .lead_txt {
    text-align: center;
  }
  .contact_low .btn_wrap {
    gap: 20px 0;
  }
  .contact_low .btn_wrap a.btn {
    width: 100%;
    font-size: 14px;
  }


}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}