.header_link {
  top: 7.1rem;
}

.party {
  margin-top: 42.7rem;
  letter-spacing: 0.05em;
}
.party_inner {
  margin: 0 auto;
  max-width: 110rem;
}
.party_ttl {
  margin-bottom: 3rem;
  color: #A39483;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 3.4rem;
}
.party_ttl h2 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.party_ttl p {
  font-size: 1.2rem;
  font-weight: 500;
}

.mv {
  margin-bottom: 6.4rem;
  position: relative;
}
.mv_img {
  display: block;
  margin: 0 0 0 auto;
  width: calc(50% + 34.6rem);
}
.mv_ttl {
  width: 42.7rem;
  position: absolute;
  top: -23.5rem;
  right: calc(50% + 12.6rem);
}

.about {
  margin-bottom: 6rem;
  line-height: 1;
}
.about .party_inner {
  padding-left: 20.5rem;
}
.about .lead {
  margin-bottom: 1.8rem;
  color: #A39483;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.about .ttl {
  margin-bottom: 2.6rem;
  color: #A39483;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.about .txt {
  max-width: 73.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3;
}

.topics {
  margin-bottom: 9.7rem;
}
.topics .party_inner {
  display: flex;
  flex-flow: row wrap;
  gap: 0 4.6rem;
}
.topics .ttl {
  padding-top: 0.8rem;
  width: 15.9rem;
  color: #A39483;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.topics .ttl h2 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.topics .ttl p {
  font-size: 1.2rem;
  font-weight: 500;
}
.topics ul {
  width: calc(100% - 15.9rem - 4.6rem);
}
.topics ul li {
  font-size: 1.3rem;
  padding: 1.6rem 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0 2.5rem;
  position: relative;
}
.topics ul li::before {
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: #DDDAD2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topics ul li a {
  width: 100%;
  margin: -1.6rem 0;
  padding: 1.6rem 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0 2.5rem;
}
.topics ul li time {
  width: 8rem;
  color: #A39483;
  font-weight: 700;
}
.topics ul li p {
  width: calc(100% - 8rem - 2.5rem);
}

.plan {
  margin-bottom: 11rem;
  padding-top: 7rem;
  border-top: 0.1rem solid #DDDAD2;
}
.plan_txt {
  margin-bottom: 4.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3;
}
.plan-item {
  padding-bottom: 4.8rem;
  border-bottom: 0.1rem solid #DDDAD2;
  display: flex;
  flex-flow: row wrap;
  gap: 0 4.6rem;
}
.plan-item:not(:first-of-type) .plan-item_content {
  margin-top: 3.8rem;
}
.plan-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.plan-item_img {
  width: 47rem;
  display: flex;
  flex-flow: column;
  gap: 3.5rem 0;
}
.plan-item_img figure {
  display: block;
  width: 100%;
  aspect-ratio: 470/313;
}
.plan-item_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-item_content {
  width: calc(100% - 47rem - 4.6rem);
}
.plan-item_content .label {
  margin-bottom: 1.2rem;
  width: fit-content;
  padding: 0.4rem 1rem 0.4rem;
  color: #A39483;
  border: 0.1rem solid #A39483;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.plan-item_content .row {
  margin-bottom: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 1.1rem;
}
.plan-item_content .row .ttl, .plan-item_content .row .price {
  margin-bottom: 0;
}
.plan-item_content .ttl {
  margin-bottom: 1rem;
  color: #A39483;
  font-size: 2rem;
  font-weight: 400;
}
.plan-item_content .price {
  margin-bottom: 1.5rem;
  color: #A39483;
  font-size: 2rem;
  display: flex;
  flex-flow: row wrap;
  font-weight: 700;
  line-height: 1;
  gap: 0 1rem;
}
.plan-item_content .price span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}
.plan-item_content .period {
  margin-bottom: 0.6rem;
  padding: 1.1rem 2.2rem 1rem 2.2rem;
  background: #F2F4EF;
  font-size: 1.3rem;
  font-weight: 500;
}
.plan-item_content .period span {
  margin-right: 1.6rem;
}
.plan-item_content .txt {
  font-size: 1.3rem;
  line-height: 1.84;
}
.plan-item_content dl dt {
  padding: 0.9rem 2.2rem 0.8rem 2.2rem;
  background: #F2F4EF;
  color: #A39483;
  font-size: 1.6rem;
}
.plan-item_content dl dd {
  padding: 1.2rem 2.7rem 2rem;
}
.plan-item_content dl dd p {
  font-size: 1.3rem;
  line-height: 2.3;
}
.plan-item_content dl dd .btn_bdf {
  width: fit-content;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #C9BC9C;
  color: #A39483;
  font-size: 1.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.plan-item_content dl dd .btn_bdf::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../../img/party/icon_pdf.svg") center center no-repeat;
  background-size: contain;
}
.plan-item_content .box {
  padding: 2rem;
  background: #F2F4EF;
  font-size: 1.3rem;
}
.plan-item_content .box > *:first-child {
  margin-top: 0;
}
.plan-item_content .box h4 {
  margin-top: 3.1rem;
  color: #A39483;
  font-weight: 700;
}
.plan-item_content .box ul {
  margin-top: 0.8rem;
  font-weight: 500;
  line-height: 1.84;
}
.plan .acc_btn {
  margin-top: 2.7rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 22.5rem;
  display: flex;
  flex-flow: column;
  gap: 1rem 0;
  font-size: 1.2rem;
  text-align: left;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .plan .acc_btn:hover {
    opacity: 0.6;
  }
}
.plan .acc_btn.is-active .txt_ja::after {
  transform: rotate(180deg);
}
.plan .acc_btn .txt_ja {
  padding-bottom: 1.1rem;
  color: #A39483;
  border-bottom: 0.1rem solid #C9BC9C;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.plan .acc_btn .txt_ja::after {
  content: "";
  width: 0.8rem;
  height: 1rem;
  background: url("../../img/party/icon_down_arrow.svg") center center no-repeat;
  background-size: contain;
}
.plan .acc_btn .txt_en {
  color: #C9BC9C;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.plan .acc_content {
  padding: 5.4rem 0 0;
}

.venue {
  margin-bottom: 10rem;
  padding-top: 7rem;
  border-top: 0.1rem solid #DDDAD2;
}
.venue-list {
  display: flex;
  flex-flow: column;
  gap: 15.2rem 0;
}
.venue-list_thumb {
  display: block;
  margin-bottom: 5rem;
  width: 100%;
  aspect-ratio: 1100/597;
}
.venue-list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-list_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 5.6rem;
}
.venue-list_ttl {
  width: 24.7rem;
  color: #A39483;
}
.venue-list_ttl span {
  display: block;
}
.venue-list_ttl .txt_en {
  margin-bottom: 0.4rem;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.venue-list_ttl .txt_ja {
  font-size: 1.2rem;
  font-weight: 500;
}
.venue-list_content {
  width: calc(100% - 24.7rem - 5.6rem);
}
.venue-list_content > *:last-child {
  margin-bottom: 0;
}
.venue-list .ttl {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 400;
}
.venue-list .txt {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  line-height: 2.3;
}
.venue-list dl {
  margin-bottom: 4.9rem;
  display: flex;
  flex-flow: row wrap;
}
.venue-list dl dt, .venue-list dl dd {
  padding: 1.6rem 0;
}
.venue-list dl dt:not(:last-of-type), .venue-list dl dd:not(:last-of-type) {
  border-bottom: 0.1rem solid #DDDAD2;
}
.venue-list dl dt strong, .venue-list dl dd strong {
  color: #A39483;
  font-weight: 700;
}
.venue-list dl dt {
  width: 6.7rem;
  font-weight: 700;
}
.venue-list dl dd {
  width: calc(100% - 6.7rem);
  padding-left: 2rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 1.9rem;
}
.venue-list_slider {
  margin-bottom: 0.6rem;
}
.venue-list_slider .slick-track {
  display: flex;
  flex-flow: row wrap;
}
.venue-list_slider .slick-dots {
  margin-top: 1.6rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 1.4rem;
}
.venue-list_slider .slick-dots button {
  width: 0.8rem;
  height: 0.8rem;
  background: #ABABAB;
  border-radius: 50%;
  font-size: 0;
  border: none;
  outline: none;
  content: "";
  display: block;
  cursor: pointer;
}
.venue-list_slider .slick-dots .slick-active button {
  background: #6A8252;
}
.venue-list_slider article {
  margin-right: 2.4rem;
}
.venue-list_slider article:last-child {
  margin-right: 0;
}
.venue-list_slider article figure {
  width: 100%;
  aspect-ratio: 257/166;
}
.venue-list_slider article p {
  margin-top: 0.4rem;
  color: #A39483;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.3;
}
.venue-list .room {
  color: #A39483;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.3;
}

.use {
  margin-bottom: 12.4rem;
  padding-top: 7rem;
  border-top: 0.1rem solid #DDDAD2;
}
.use .party_inner > *:last-child {
  margin-bottom: 0;
}
.use .ttl {
  margin-bottom: 1.6rem;
  padding-bottom: 0.9rem;
  border-bottom: 0.1rem solid #DDDAD2;
  font-size: 1.8rem;
  font-weight: 500;
}
.use .txt {
  margin-bottom: 2.6rem;
  font-size: 1.3rem;
  line-height: 2.3;
  font-weight: 500;
}
.use_table {
  margin-bottom: 5.7rem;
}
.use_table table {
  width: 100%;
  max-width: 82.6rem;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.use_table table.is-table-sm {
  max-width: 55.7rem;
}
.use_table table th, .use_table table td {
  border: 0.1rem solid #DDDAD2;
}
.use_table table th {
  padding: 1.8rem 1.6rem;
}
.use_table table td {
  padding: 1.2rem 1.6rem;
}
.use_table table td .is-hidden-sp {
  display: inline-block;
}

.contact {
  margin-bottom: 4.9rem;
  padding: 0;
  border: none;
  background: #F2F4EF;
}
.contact ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0 6.4rem;
}
.contact ul li {
  border-bottom: 0.1rem solid #84A366;
}
.contact ul li a {
  padding: 2rem 0 1.6rem;
  color: #84A366;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.2rem;
}
.contact ul li a .txt_en {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.contact ul li a .txt_ja {
  font-size: 1.2rem;
}
.contact ul li a.is-icon::after {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  background: url("../../img/party/icon_contact_btn_arrow.svg") center center no-repeat;
  background-size: contain;
}

.is-visible-sp {
  display: none;
}

.is-hidden-sp {
  display: block;
}

@media only screen and (max-width: 768px) {
  .header_link {
    top: auto;
  }
  .header_link a {
    width: 100%;
    height: 4.5rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .header_reserve button {
    width: 15.1rem;
    right: 2rem;
  }
  .header_reserve button .en {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .party {
    margin-top: 21.8rem;
  }
  .party_inner {
    padding: 0 2rem;
    max-width: 100%;
  }
  .party_ttl {
    margin-bottom: 3.4rem;
    gap: 0 1.3rem;
  }
  .party_ttl h2 {
    font-size: 2.4rem;
  }
  .mv {
    margin-bottom: 8rem;
  }
  .mv_img {
    width: calc(100% - 7rem);
  }
  .mv_ttl {
    width: 21rem;
    top: -9.2rem;
    right: auto;
    left: 0;
  }
  .about {
    margin-bottom: 6rem;
    line-height: 1;
  }
  .about .party_inner {
    padding-left: 2.2rem;
  }
  .about .lead {
    margin-bottom: 1.6rem;
  }
  .about .ttl {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .about .txt {
    max-width: 100%;
  }
  .topics {
    margin-bottom: 9.2rem;
  }
  .topics .party_inner {
    flex-flow: column;
    gap: 0;
  }
  .topics .ttl {
    padding-top: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 0 1.1rem;
  }
  .topics .ttl h2 {
    font-size: 2.2rem;
  }
  .topics ul {
    width: 100%;
  }
  .topics ul li::before {
    width: 100%;
  }
  .topics ul li,
  .topics ul li a {
    padding: 1.6rem 0;
    flex-flow: column;
    gap: 1rem 0;
  }
  .topics ul li time {
    width: 100%;
  }
  .topics ul li p {
    width: 100%;
    line-height: 2;
  }
  .plan {
    margin-bottom: 6rem;
    padding-top: 5.2rem;
  }
  .plan_txt {
    margin-bottom: 3.6rem;
    padding: 0 1rem;
  }
  .plan-item {
    padding-bottom: 0;
    border-bottom: none;
    flex-flow: column;
    gap: 3rem 0;
  }
  .plan-item:not(:first-of-type) {
    margin-top: 7rem;
  }
  .plan-item:not(:first-of-type) .plan-item_content {
    margin-top: 0;
  }
  .plan-item_img {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 2.8rem 0;
  }
  .plan-item_img figure {
    aspect-ratio: 350/247;
  }
  .plan-item_content {
    width: 100%;
  }
  .plan-item_content .row {
    flex-flow: column;
    align-items: flex-start;
    gap: 1.1rem 0;
  }
  .plan-item_content .price {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
  }
  .plan-item_content .price span {
    margin-top: 0.3rem;
  }
  .plan-item_content .period {
    margin-bottom: 2.4rem;
    padding: 1.3rem 1.1rem 1.2rem;
  }
  .plan-item_content dl dt {
    padding: 0.9rem 1.4rem 0.8rem;
  }
  .plan-item_content dl dd {
    padding: 1.8rem 0 3.2rem;
  }
  .plan-item_content dl dd p {
    font-size: 1.3rem;
  }
  .plan-item_content dl dd .btn_bdf {
    margin-top: 1rem;
    padding-bottom: 1.2rem;
    gap: 0 1.1rem;
    font-size: 1.3rem;
  }
  .plan-item_content dl dd .btn_bdf::before {
    width: 1.5rem;
    height: 1.7rem;
    background: url("../../img/party/icon_pdf_sp.svg") center center no-repeat;
    background-size: contain;
  }
  .plan-item_content .box {
    padding: 1.8rem 2rem;
  }
  .plan-item_content .box h4 {
    margin-top: 1.8rem;
  }
  .plan .acc_btn {
    width: 100%;
    gap: 0.8rem 0;
  }
  .plan .acc_btn .txt_ja {
    padding-bottom: 0.9rem;
  }
  .plan .acc_content {
    padding: 3rem 0 0;
  }
  .venue {
    margin-bottom: 7.4rem;
    padding-top: 6.1rem;
  }
  .venue-list {
    display: flex;
    flex-flow: column;
    gap: 12rem 0;
  }
  .venue-list_thumb {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 3.6rem;
    aspect-ratio: 390/278;
  }
  .venue-list_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    gap: 2rem 0;
  }
  .venue-list_ttl {
    width: 100%;
  }
  .venue-list_ttl span {
    display: block;
  }
  .venue-list_ttl .txt_en {
    margin-bottom: 0.4rem;
    font-style: normal;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .venue-list_ttl .txt_ja {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .venue-list_content {
    width: 100%;
  }
  .venue-list .ttl {
    font-size: 1.8rem;
  }
  .venue-list_slider {
    margin-bottom: 3.6rem;
  }
  .venue-list dl {
    margin-bottom: 1.6rem;
  }
  .venue-list dl dt {
    width: 6rem;
    font-size: 1.3rem;
    line-height: 2.33;
  }
  .venue-list dl dd {
    width: calc(100% - 6rem);
    font-size: 1.2rem;
    padding-left: 1.6rem;
    flex-flow: column;
    line-height: 2.33;
  }
  .use {
    margin-bottom: 5.6rem;
    padding-top: 5rem;
  }
  .use .txt {
    padding-right: 1.5rem;
  }
  .use_table {
    margin: 0 calc(50% - 50vw) 5.7rem 0;
    padding-bottom: 3.2rem;
    width: calc(100vw - 2rem);
    overflow-x: scroll;
  }
  .use_table.is-no-scroll {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    overflow: auto;
  }
  .use_table::-webkit-scrollbar {
    height: 0.9rem;
    background: #DCDCDC;
    border-radius: 1rem;
  }
  .use_table::-webkit-scrollbar-thumb {
    background: #C9BC9C;
    border-radius: 1rem;
  }
  .use_table table {
    max-width: none;
    white-space: nowrap;
  }
  .use_table table.is-table-sm {
    max-width: none;
  }
  .use_table table td .is-hidden-sp {
    display: none;
  }
  .contact {
    margin-bottom: 7.9rem;
  }
  .contact .party_inner {
    padding: 0;
  }
  .contact ul {
    flex-flow: column;
    gap: 0;
  }
  .contact ul li {
    border-bottom: 0.1rem solid #84A366;
    padding: 0;
  }
  .contact ul li a {
    padding: 2rem 2rem 1.6rem;
    justify-content: flex-start;
    gap: 0 1.5rem;
  }
  .contact ul li a .txt_en {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .contact ul li a .txt_ja {
    font-size: 1.2rem;
  }
  .contact ul li a.is-icon::after {
    display: none;
  }
  .is-visible-sp {
    display: block;
  }
  .is-hidden-sp {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
