@charset "utf-8";

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

#wrap {
  overflow: hidden;
}

.bg {
  position: relative;
  margin-top: 20px;
  background-image: url(../images/bg_top.jpg);
  height: 400px;
}

@media screen and (max-width: 767px) {
  .bg {
    height: 300px;
  }
}

.bg,
.bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg02 {
  background-image: url(../images/bg02_top.jpg);
  background-position: center;
  height: 300px;
}

.bg .fv_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
}

.bg .fv_title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bg .fv_title-ja {
  font-size: 42px;
  line-height: 1.42;
}

@media screen and (max-width: 767px) {
  .bg .fv_title-ja {
    font-size: 30px;
  }
}

#breadcrumb {
  background-color: #262322;
  margin-bottom: 80px;
  padding: 14px 40px;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    margin-bottom: 50px;
    padding: 14px 20px;
  }
}

#breadcrumb li {
  display: inline;
  color: #8a8a8a;
  font-size: 13px;
}

#breadcrumb li span {
  padding-left: 10px;
}

.section_title {
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 767px) {
  .section_title-en {
    font-size: 25px;
  }
}

.section_title-main {
  font-size: 32px;
  line-height: 1.43;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_title-main {
    font-size: 25px;
  }
}

.section_title-main::after {
  background-color: #787573;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}

.w-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

section + section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  section + section {
    margin-top: 60px;
  }
}

.menu_lead {
  border-top: 1px solid #787573;
  border-bottom: 1px solid #787573;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 80px;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .menu_lead {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.menu_lead a {
  color: #a58c1b;
}

.menu_table {
  color: #000;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .menu_table {
    font-size: 15px;
  }
}
.menu_table th {
  background-color: #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.menu_table th:not(:first-child),
.menu_table td:not(:first-child) {
  border-left: 2px solid #707070;
}

.menu_table th:not(:first-child) {
  width: 180px;
}

@media screen and (max-width: 1100px) {
  .menu_table th:not(:first-child) {
    width: 200px;
  }
}

@media screen and (max-width: 980px) {
  .menu_table th:not(:first-child) {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .menu_table th:not(:first-child) {
    width: 100px;
  }
}

@media screen and (max-width: 600px) {
  .menu_table th:not(:first-child) {
    width: 92px;
  }
}

.menu_table td {
  background-color: #d6d6d6;
  border-bottom: 1px solid #b9b9b9;
  line-height: 1.4;
  padding: 19px 30px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .menu_table td {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 600px) {
  .menu_table td {
    padding: 15px;
  }
}

.menu_table td:not(:first-child) {
  text-align: right;
}

.menu_table td span.store_limited {
  color: #b90000;
  display: block;
  margin-top: 8px;
}

.menu_note {
  color: #a58c1b;
  font-size: 16px;
  text-align: center;
  position: relative;
  top: -40px;
}

@media screen and (max-width: 767px) {
  .menu_note {
    font-size: 15px;
    top: -12px;
  }
}

.menu_box {
  background-color: #312c29;
  font-size: 13px;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .menu_box {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.menu_box ul {
  line-height: 1.75;
}

.menu_contact {
  margin-bottom: 100px;
}

.menu_contact .contact_list {
  column-gap: 69px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1058px;
}

@media screen and (max-width: 1080px) {
  .menu_contact .contact_list {
    column-gap: 40px;
  }
}

@media screen and (max-width: 940px) {
  .menu_contact .contact_list {
    display: block;
  }
}

.menu_contact .contact_item {
  margin: 0;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 940px) {
  .menu_contact .contact_item {
    margin: 50px auto 0;
  }
}

.contact_item + .contact_item {
  padding-left: 69px;
}

@media screen and (max-width: 1080px) {
  .contact_item + .contact_item {
    padding-left: 40px;
  }
}
@media screen and (max-width: 940px) {
  .contact_item + .contact_item {
    border-left: none;
    padding-left: 0;
  }
}

.menu_contact .btn {
  margin-bottom: 24px;
}

.menu_contact .btn a {
  background-color: #b48e12;
  width: 100%;
  height: 50px;
}

.menu_thumb {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 940px) {
  .menu_thumb {
    gap: 20px;
    margin-bottom: 40px;
  }
}

.menu_thumb figure:nth-child(2) {
  margin-top: 50px;
}

@media screen and (max-width: 940px) {
  .menu_thumb figure:nth-child(2) {
    margin-top: 30px;
  }
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.content {
  background: #312c29;
  line-height: 1.75;
  padding: 20px;
  width: 610px;
  height: 610px;
  position: relative;
  overflow-y: scroll;
}

.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content h3 {
  margin-bottom: 20px;
}

.detail {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.detail_box {
  background-color: #312c29;
  display: flex;
  justify-content: space-between;
}

.detail_box div:nth-child(1) {
  width: 30%;
}

.detail_box div:nth-child(2) {
  width: 66%;
}

.detail_box h3 span {
  font-size: 12px;
}
.detail_box h4 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.detail_box h4 span {
  padding-left: 16px;
}

.detail_box h4::after {
  background: url(../images/menu/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
}

.detail_box h4.font_red::after {
  background: url(../images/menu/triangle_red.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
}

.detail_box p {
  padding-bottom: 30px;
}

.detail_note {
  text-align: left;
}

.price_bottom {
  text-align: left;
}

.detail_note-price {
  font-size: 16px;
  font-weight: bold;
  color: #a58c1b;
}
.detail_note-price span {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  margin-right: 5px;
}

.detail_note-txt {
  background-color: #d6d6d6;
  color: #000;
  margin-bottom: 30px;
  padding: 20px !important;
}

.detail_note .area {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

.step_flow {
  background-color: #312c29;
}

.step_flow ul > li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.step_flow h4 {
  font-size: 16px;
}

.step_flow_box {
  text-align: left;
  display: flex;
  justify-content: space-between;
  line-height: 1.75;
}

.step_flow_box .step_flow_note {
  width: 66%;
}

.step_flow_box .step_flow_note-title {
  display: flex;
  margin-bottom: 20px;
}
.step_flow_box .step {
  display: inline-block;
  width: 100px;
  height: 32px;
  text-align: center;
  background: #a58c1b;
  border-radius: 30px;
  margin-right: 20px;
  padding: 0 20px;
  line-height: 1.65;
  letter-spacing: 2px;
}

.step_flow_box .step span {
  font-size: 18px;
  padding-left: 6px;
}

.step_flow_box .step_flow_note-txt {
  font-size: 12px;
  text-align: left;
}

.step_flow_box .step_flow_photo {
  width: 28%;
}

.hosoku_area {
  font-size: 13px;
  text-align: left;
  color: #000;
  background-color: #d6d6d6;
  width: 90%;
  padding: 20px;
  margin: 30px auto;
}

.option_text {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    height: 450px;
  }
  .content h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .detail {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .detail_box {
    display: block;
  }
  .detail_photo {
    text-align: center;
    margin-bottom: 20px;
  }
  .detail_box div:nth-child(1),
  .detail_box div:nth-child(2) {
    width: 100%;
  }
  .detail_box h3 span {
    font-size: 13px;
  }
  .detail_box p {
    padding-bottom: 10px;
  }
  .detail_note-price {
    font-size: 14px;
  }
  .detail_note-price span {
    font-size: 12px;
  }
  .detail_note-txt {
    margin-bottom: 20px;
    padding: 10px !important;
  }
  .detail_note .area {
    margin-bottom: 20px;
  }
  .step_flow_box {
    display: block;
  }
  .step_flow_box .step_flow_note {
    width: 100%;
    margin-bottom: 20px;
  }
  .step_flow_box .step_flow_note-title {
    margin-bottom: 10px;
  }
  .step_flow_box .step {
    font-size: 12px;
    width: 90px;
    height: 28px;
    margin-right: 10px;
    padding: 0 10px;
  }
  .step_flow_box .step span {
    font-size: 16px;
    padding-left: 6px;
  }
  .step_flow h4 {
    font-size: 15px;
  }
  .step_flow_box .step_flow_photo {
    width: 100%;
    text-align: center;
  }
  .hosoku_area {
    width: 100%;
    margin: 20px auto;
  }
  .option_text {
    margin: 20px auto 0;
  }
}

/* モーダル */
.dialog-sample {
  background-color: #312c29;
  padding: 40px 10px;
  margin: 12% auto;
  border: unset;
}
.content {
  color: #fff;
}

.font_gold {
  color: #a58c1b;
  font-weight: bold;
}

.font_red {
  color: #b90000;
}

.modal {
  position: relative;
}

.btn_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn_menu_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-wedding-card__title {
  margin-right: auto;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn_menu_detail {
  width: 100%;
}

.btn_menu_detail:hover {
  border-color: #d66e9c;
  color: #d66e9c;
  background-color: #fff;
}
.btn_menu_detail span,
.btn_menu_reserve span {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #a58c1b;
  border-radius: 3px;
  padding: 10px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .btn_menu_detail span,
  .btn_menu_reserve span {
    margin-top: 8px !important;
  }
}

.modal_box {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-wedding-card__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_box_closebtn {
  cursor: pointer;
  position: absolute;
  top: -0.4375rem;
  right: -0.1875rem;
  z-index: 10;
}

.modal_box_closebtn::before {
  background-color: #fff;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  display: inline-block;
  position: absolute;
  top: 26px;
  top: 2.4rem;
  right: 12px;
  right: 1.7rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .modal_box_closebtn::before {
    width: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .modal_box_closebtn::before {
    top: 1.4rem;
    right: 0.3rem;
  }
}

.modal_box_closebtn::after {
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  top: 26px;
  top: 2.4rem;
  right: 12px;
  right: 1.7rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  display: inline-block;
  content: "";
}
@media screen and (min-width: 768px) {
  .modal_box_closebtn::after {
    width: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .modal_box_closebtn::after {
    top: 1.4rem;
    right: 0.3rem;
  }
}

.p-wedding-card.is-active::after {
  -webkit-animation: right-left 0.8s ease-in-out forwards;
  animation: right-left 0.8s ease-in-out forwards;
}
