@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  #single {
    width: 100%;
    margin: 20vw 0;
  }
  .single_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .single_inner {
    width: 100%;
    margin: 0 auto;
  }
  .single_cancelled_wrapper {}
  .single_cancelled {}
  .single_datetime_wrapper, .single_ttl_location_wrapper, .single_ttl_partyoverview_wrapper, .single_ttl_partyabout_wrapper, .single_ttl_partyflow_wrapper, .single_ttl_partybooking_wrapper, .single_ttl_partynote_wrapper, .single_ttl_partycontact_wrapper {
    background: #D56681;
    border-radius: 20px;
    margin-top: 10vw;
  }
  .single_datetime_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 5vw 5%;
  }
  .single_ttl_location_wrapper h2, .single_ttl_partyoverview_wrapper h2, .single_ttl_partyabout_wrapper h2, .single_ttl_partyflow_wrapper h2, .single_ttl_partybooking_wrapper h2, .single_ttl_partynote_wrapper h2, .single_ttl_partycontact_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    color: #FFF;
    padding: 5vw 5%;
  }
  .single_main_wrapper, .single_location_wrapper, .single_partyoverview_wrapper, .single_partyabout_wrapper, .single_partyflow_wrapper, .single_partybooking_wrapper, .single_partynote_wrapper, .single_partycontact_wrapper {
    background: #EAB2BF;
    border-radius: 30px;
    margin-top: 5vw;
  }
  .single_main_inner, .single_location_inner, .single_partyoverview_inner, .single_partyabout_inner, .single_partyflow_inner, .single_partybooking_inner, .single_partynote_inner, .single_partycontact_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .single_party_status {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5vw;
  }
  .single_party_ttl {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .single_party_img {
    margin-top: 5vw;
  }
  .single_party_img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .single_location_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single_location_txt {
    width: 100%;
  }
  .single_location_txt ul {}
  .single_location_txt li {
    margin-top: 2.5vw;
  }
  .single_location_txt li:first-of-type {
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 0;
  }
  .single_location_txt li:nth-of-type(3) {
    margin-top: 1.0vw !important;
  }
  .single_location_map {
    width: 100%;
    margin-top: 5vw;
  }
  .single_location_map iframe {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .single_location_img {
    margin-top: 5.0vw;
  }
  .single_location_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .single_partyoverview_inner {}
  .single_partyoverview_inner table {
    width: 100%;
  }
  .single_partyoverview_inner th {
    width: 30%;
    line-height: 1.6em;
    padding-top: 5vw;
  }
  .single_partyoverview_inner td {
    width: 70%;
    line-height: 1.6em;
    padding-top: 5vw;
  }
  .single_partyoverview_inner li {
    padding-top: 1.0vw;
  }
  .single_partyoverview_inner li:first-of-type {
    padding-top: 0;
  }
  .first {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .single_partyabout_inner p {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .single_partyabout_inner p:first-of-type {
    margin-top: 0;
  }
  .single_partyabout_inner blockquote {
    margin-top: 2.0vw;
  }
  .single_partyfloworder_wrapper {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 40px;
    margin: 5vw 0;
  }
  .single_partyfloworder_wrapper:first-of-type {
    margin-top: 0;
  }
  .single_partyfloworder_wrapper p {
    font-size: 1.0rem;
    font-weight: 700;
    color: #CB4063;
    text-align: center;
    padding: 2.5vw 5%;
  }
  .single_partyflow_inner {}
  .single_partyflow_inner p {
    line-height: 1.6em;
    margin-top: 2.0vw;
  }
  .single_partyflow_inner p:first-of-type {
    margin-top: 0;
  }
  .single_partyfloworder_img_wrapper {
    width: 6%;
    margin: 5vw auto 0;
  }
  .single_partyfloworder_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .em.em-event-booking-form {
    line-height: 1.6em;
  }
  .ticket_name_base {
    display: none;
  }
  .partybooking_spaces_wrapper {
    width: 80%;
    text-align: center;
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 40px;
    margin: 5vw auto 0;
    padding: 2vw 5%;
  }
  .partybooking_spaces_wrapper p {
    font-size: 0.9rem;
    font-weight: 700;
  }
  .partybooking_wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vw auto 0;
  }
  .partybooking_img_wrapper {
    width: 40%;
  }
  .partybooking_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .partybooking_txt_wrapper {
    width: 100%;
  }
  .partybooking_txt_wrapper ul {}
  .partybooking_txt_wrapper li {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: end;
    margin-top: 2.0vw;
  }
  .partybooking_txt_wrapper li:first-of-type {
    margin-top: 5vw;
  }
  .em {
    --main-border-color: transparent !important;
  }
  .em.em-event-booking-form .em-booking-section {
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets {
    width: 100%;
    margin: 0;
  }
  .em.em-event-booking-form .em-tickets tbody {
    display: flex;
    flex-direction: column;
  }
  .em.em-event-booking-form .em-tickets tr {
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td {
    padding: 0 !important;
  }
  .em.em-event-booking-form .em-tickets tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #D8DFF4;
    border-radius: 40px;
  }
  .em.em-event-booking-form .em-tickets tr:last-of-type {
    margin-right: 0;
  }
  .em.em-event-booking-form .em-tickets tr:nth-of-type(2) {
    background: #F4D8DF;
    margin-top: 10vw;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces {
    width: 92%;
    font-size: 0.9rem;
    margin: 5vw 0 5vw 10%;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces p {
    display: inline-block;
    padding-left: 5%;
  }
  .em-bookings-ticket-table-type {}
  .em-bookings-ticket-table-price {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: end;
    margin: 2.5vw 10% 0;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td:last-child {
    padding-right: 0;
  }
  .em.em-event-booking-form .em-booking-form {
    border: none !important;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces select {
    width: 80%;
    vertical-align: text-bottom;
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    margin-top: 2.0vw;
    padding: 2vw 5%;
  }
  .em-booking-form-details p {
    margin-top: 5vw;
  }
  .em-booking-form-details textarea {
    width: 100%;
    appearance: auto;
    line-height: 1.6em;
    background: #FFF;
    border-radius: 10px;
    margin-top: 1.0vw;
    padding: 1.0vw 5%;
  }
  select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://angewedding.zenk-link.com/wp-content/themes/angewedding/assets/images/icon_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto !important; /* 画像のサイズ（幅 高さ）*/
    background-position: right 5% center !important; /* 画像の位置 */
  }
  .em.em-event-booking-form .em-booking-form .input-group {
    margin-bottom: 0 !important;
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
  .em.em-event-booking-form .em-booking-form .input-group a {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0 0.5%;
  }
  .em.em-event-booking-form .em-booking-form .input-group a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em.em-event-booking-form .em-booking-form .input-group a:hover {
    opacity: 0.3;
  }
  .em-booking-summary {
    margin-top: 5vw;
  }
  .em .em-booking-form-summary.em-booking-section.no-booking {
    padding-bottom: 0;
  }
  .em-booking-form-section-summary {
    margin-top: 10vw !important;
  }
  .payment_note {
    margin-top: 1.0vw;
  }
  .payment_note:first-of-type {
    margin-top: 2.5vw;
  }
  .em.em-event-booking-form .em-booking-section.em-booking-form-buttons {
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 9;
    margin: 5vw auto 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em.em-event-booking-form .em-booking-section.em-booking-form-buttons:hover {
    opacity: 0.3;
  }
  .em.em-event-booking-form .em-button.em-booking-submit {
    font-size: 1.0rem;
    font-weight: 700;
    background: #CB4063;
    border-radius: 20px;
    padding: 5vw 5%;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    transform: scale(1.5);
    border-radius: 5px;
  }
  input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2% 0.3vw 1%;
    padding: 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #CB4063;
    border-bottom: 2px solid #CB4063;
    content: '';
  }
  .em-booking-form-details {
    text-align: left;
    margin-top: 2.5vw;
  }
  #wpmem_restricted_msg {
    display: none;
  }
  .account_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5vw;
  }
  .linkbtn_signup {
    width: 40%;
    margin-right: 5%;
  }
  .linkbtn_signup a {
    color: #F4D8DF;
    text-align: center;
    display: block;
    background: #CB4063;
    border: 2px solid #F4D8DF;
    border-radius: 50px;
    padding: 2.5vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_signup a:hover {
    opacity: 0.3;
  }
  .linkbtn_signin {
    width: 40%;
  }
  .linkbtn_signin a {
    color: #CB4063;
    text-align: center;
    display: block;
    background: #F4D8DF;
    border: 2px solid #CB4063;
    border-radius: 50px;
    padding: 2.5vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_signin a:hover {
    opacity: 0.3;
  }
  .unit {
    font-size: 0.9rem;
    display: inline-block;
  }
  .em-booking-form-section-details {
    margin-top: 10vw !important;
  }
  .em.em-event-booking-form h3.em-booking-section-title {
    font-size: 1.0rem !important;
    color: #FFF;
    background: #CB4063;
    border: none;
    border-radius: 20px;
    padding: 2.5vw 5%;
  }
  .em.em-event-booking-form .em-booking-message {
    padding: 1vw 5% !important;
    margin-bottom: 5vw !important;
    border: 2px solid #CB4063 !important;
    border-radius: 0 !important;
    color: #CB4063;
    background-color: #FFF;
    border-color: #CB4063;
  }
  .em.em-event-booking-form .em-booking-message.em-booking-message-error {
    color: #CB4063 !important;
    background-color: #FFF !important;
  }
  .em.em-event-booking-form .em-booking-message.em-booking-message-error p {
    line-height: 1.6em;
  }
  .single_partynote_table {
    width: 100%;
  }
  .single_partynote_table tr {
    display: flex;
    flex-direction: column;
  }
  .single_partynote_table th {
    width: 100%;
    padding-top: 5vw;
  }
  .single_partynote_table td {
    width: 100%;
    padding-top: 2.5vw;
  }
  .single_partynote_inner li {
    line-height: 1.6em;
    text-indent: -1em;
    padding: 2vw 0 0 1em;
  }
  .single_partynote_inner li:first-of-type {}
  .single_partynote_cancel_table {
    width: 100%;
  }
  .single_partynote_cancel_table th {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    background: #F4D8DF;
    border: 2px solid #CB4063;
    border-bottom: none;
    padding: 2.5vw 5%;
  }
  .single_partynote_cancel_table tr:last-of-type th {
    border-top: none;
  }
  .single_partynote_cancel_table td {
    width: 100%;
    background: #FFF;
    border: 2px solid #CB4063;
    padding: 2.5vw 5%;
  }
  .single_partycontact_inner li {
    margin-top: 2.5vw;
  }
  .single_partycontact_inner li:first-of-type {
    margin-top: 0;
  }
  .single_partycontact_inner span {
    display: inline-block;
  }
  .single_partycontact_inner span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .single_partycontact_inner span a:hover {
    opacity: 0.3;
  }
  .em .em-hide-dynamic a {
    font-weight: 700 !important;
    margin-top: 1.0vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em .em-hide-dynamic a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  #single {
    width: 100%;
    margin: 20vw 0;
  }
  .single_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .single_inner {
    width: 100%;
    margin: 0 auto;
  }
  .single_cancelled_wrapper {}
  .single_cancelled {}
  .single_datetime_wrapper, .single_ttl_location_wrapper, .single_ttl_partyoverview_wrapper, .single_ttl_partyabout_wrapper, .single_ttl_partyflow_wrapper, .single_ttl_partybooking_wrapper, .single_ttl_partynote_wrapper, .single_ttl_partycontact_wrapper {
    background: #D56681;
    border-radius: 20px;
    margin-top: 10vw;
  }
  .single_datetime_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 5vw 5%;
  }
  .single_ttl_location_wrapper h2, .single_ttl_partyoverview_wrapper h2, .single_ttl_partyabout_wrapper h2, .single_ttl_partyflow_wrapper h2, .single_ttl_partybooking_wrapper h2, .single_ttl_partynote_wrapper h2, .single_ttl_partycontact_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    color: #FFF;
    padding: 5vw 5%;
  }
  .single_main_wrapper, .single_location_wrapper, .single_partyoverview_wrapper, .single_partyabout_wrapper, .single_partyflow_wrapper, .single_partybooking_wrapper, .single_partynote_wrapper, .single_partycontact_wrapper {
    background: #EAB2BF;
    border-radius: 30px;
    margin-top: 5vw;
  }
  .single_main_inner, .single_location_inner, .single_partyoverview_inner, .single_partyabout_inner, .single_partyflow_inner, .single_partybooking_inner, .single_partynote_inner, .single_partycontact_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .single_party_status {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5vw;
  }
  .single_party_ttl {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .single_party_img {
    margin-top: 5vw;
  }
  .single_party_img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .single_location_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single_location_txt {
    width: 100%;
  }
  .single_location_txt ul {}
  .single_location_txt li {
    margin-top: 2.5vw;
  }
  .single_location_txt li:first-of-type {
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 0;
  }
  .single_location_txt li:nth-of-type(3) {
    margin-top: 1.0vw !important;
  }
  .single_location_map {
    width: 100%;
    margin-top: 5vw;
  }
  .single_location_map iframe {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .single_location_img {
    margin-top: 5.0vw;
  }
  .single_location_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .single_partyoverview_inner {}
  .single_partyoverview_inner table {
    width: 100%;
  }
  .single_partyoverview_inner th {
    width: 30%;
    line-height: 1.6em;
    padding-top: 5vw;
  }
  .single_partyoverview_inner td {
    width: 70%;
    line-height: 1.6em;
    padding-top: 5vw;
  }
  .single_partyoverview_inner li {
    padding-top: 1.0vw;
  }
  .single_partyoverview_inner li:first-of-type {
    padding-top: 0;
  }
  .first {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .single_partyabout_inner p {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .single_partyabout_inner p:first-of-type {
    margin-top: 0;
  }
  .single_partyabout_inner blockquote {
    margin-top: 2.0vw;
  }
  .single_partyfloworder_wrapper {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 40px;
    margin: 5vw 0;
  }
  .single_partyfloworder_wrapper:first-of-type {
    margin-top: 0;
  }
  .single_partyfloworder_wrapper p {
    font-size: 1.0rem;
    font-weight: 700;
    color: #CB4063;
    text-align: center;
    padding: 2.5vw 5%;
  }
  .single_partyflow_inner {}
  .single_partyflow_inner p {
    line-height: 1.6em;
    margin-top: 2.0vw;
  }
  .single_partyflow_inner p:first-of-type {
    margin-top: 0;
  }
  .single_partyfloworder_img_wrapper {
    width: 6%;
    margin: 5vw auto 0;
  }
  .single_partyfloworder_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .em.em-event-booking-form {
    line-height: 1.6em;
  }
  .ticket_name_base {
    display: none;
  }
  .partybooking_spaces_wrapper {
    width: 80%;
    text-align: center;
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 40px;
    margin: 5vw auto 0;
    padding: 2vw 5%;
  }
  .partybooking_spaces_wrapper p {
    font-size: 0.9rem;
    font-weight: 700;
  }
  .partybooking_wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vw auto 0;
  }
  .partybooking_img_wrapper {
    width: 40%;
  }
  .partybooking_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .partybooking_txt_wrapper {
    width: 100%;
  }
  .partybooking_txt_wrapper ul {}
  .partybooking_txt_wrapper li {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: end;
    margin-top: 2.0vw;
  }
  .partybooking_txt_wrapper li:first-of-type {
    margin-top: 5vw;
  }
  .em {
    --main-border-color: transparent !important;
  }
  .em.em-event-booking-form .em-booking-section {
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets {
    width: 100%;
    margin: 0;
  }
  .em.em-event-booking-form .em-tickets tbody {
    display: flex;
    flex-direction: column;
  }
  .em.em-event-booking-form .em-tickets tr {
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td {
    padding: 0 !important;
  }
  .em.em-event-booking-form .em-tickets tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #D8DFF4;
    border-radius: 40px;
  }
  .em.em-event-booking-form .em-tickets tr:last-of-type {
    margin-right: 0;
  }
  .em.em-event-booking-form .em-tickets tr:nth-of-type(2) {
    background: #F4D8DF;
    margin-top: 10vw;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces {
    width: 92%;
    font-size: 0.9rem;
    margin: 5vw 0 5vw 10%;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces p {
    display: inline-block;
    padding-left: 5%;
  }
  .em-bookings-ticket-table-type {}
  .em-bookings-ticket-table-price {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: end;
    margin: 2.5vw 10% 0;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td:last-child {
    padding-right: 0;
  }
  .em.em-event-booking-form .em-booking-form {
    border: none !important;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces select {
    width: 83%;
    vertical-align: text-bottom;
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    margin-top: 2.0vw;
    padding: 2vw 5%;
  }
  .em-booking-form-details p {
    margin-top: 5vw;
  }
  .em-booking-form-details textarea {
    width: 100%;
    appearance: auto;
    line-height: 1.6em;
    background: #FFF;
    border-radius: 10px;
    margin-top: 1.0vw;
    padding: 1.0vw 5%;
  }
  select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://angewedding.zenk-link.com/wp-content/themes/angewedding/assets/images/icon_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto !important; /* 画像のサイズ（幅 高さ）*/
    background-position: right 5% center !important; /* 画像の位置 */
  }
  .em.em-event-booking-form .em-booking-form .input-group {
    margin-bottom: 0 !important;
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
  .em.em-event-booking-form .em-booking-form .input-group a {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0 0.5%;
  }
  .em.em-event-booking-form .em-booking-form .input-group a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em.em-event-booking-form .em-booking-form .input-group a:hover {
    opacity: 0.3;
  }
  .em-booking-summary {
    margin-top: 5vw;
  }
  .em .em-booking-form-summary.em-booking-section.no-booking {
    padding-bottom: 0;
  }
  .em-booking-form-section-summary {
    margin-top: 10vw !important;
  }
  .payment_note {
    margin-top: 1.0vw;
  }
  .payment_note:first-of-type {
    margin-top: 2.5vw;
  }
  .em.em-event-booking-form .em-booking-section.em-booking-form-buttons {
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 9;
    margin: 5vw auto 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em.em-event-booking-form .em-booking-section.em-booking-form-buttons:hover {
    opacity: 0.3;
  }
  .em.em-event-booking-form .em-button.em-booking-submit {
    font-size: 1.0rem;
    font-weight: 700;
    background: #CB4063;
    border-radius: 20px;
    padding: 5vw 5%;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    transform: scale(1.5);
    border-radius: 5px;
  }
  input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2% 0.3vw 1%;
    padding: 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #CB4063;
    border-bottom: 2px solid #CB4063;
    content: '';
  }
  .em-booking-form-details {
    text-align: lefy;
    margin-top: 2.5vw;
  }
  #wpmem_restricted_msg {
    display: none;
  }
  .account_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5vw;
  }
  .linkbtn_signup {
    width: 40%;
    margin-right: 5%;
  }
  .linkbtn_signup a {
    color: #F4D8DF;
    text-align: center;
    display: block;
    background: #CB4063;
    border: 2px solid #F4D8DF;
    border-radius: 50px;
    padding: 2.5vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_signup a:hover {
    opacity: 0.3;
  }
  .linkbtn_signin {
    width: 40%;
  }
  .linkbtn_signin a {
    color: #CB4063;
    text-align: center;
    display: block;
    background: #F4D8DF;
    border: 2px solid #CB4063;
    border-radius: 50px;
    padding: 2.5vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_signin a:hover {
    opacity: 0.3;
  }
  .unit {
    font-size: 0.9rem;
    display: inline-block;
  }
  .em-booking-form-section-details {
    margin-top: 10vw !important;
  }
  .em.em-event-booking-form h3.em-booking-section-title {
    font-size: 1.0rem !important;
    color: #FFF;
    background: #CB4063;
    border: none;
    border-radius: 20px;
    padding: 2.5vw 5%;
  }
  .em.em-event-booking-form .em-booking-message {
    padding: 1vw 5% !important;
    margin-bottom: 5vw !important;
    border: 2px solid #CB4063 !important;
    border-radius: 0 !important;
    color: #CB4063;
    background-color: #FFF;
    border-color: #CB4063;
  }
  .em.em-event-booking-form .em-booking-message.em-booking-message-error {
    color: #CB4063 !important;
    background-color: #FFF !important;
  }
  .em.em-event-booking-form .em-booking-message.em-booking-message-error p {
    line-height: 1.6em;
  }
  .single_partynote_table {
    width: 100%;
  }
  .single_partynote_table tr {
    display: flex;
    flex-direction: column;
  }
  .single_partynote_table th {
    width: 100%;
    padding-top: 5vw;
  }
  .single_partynote_table td {
    width: 100%;
    padding-top: 2.5vw;
  }
  .single_partynote_inner li {
    line-height: 1.6em;
    text-indent: -1em;
    padding: 2vw 0 0 1em;
  }
  .single_partynote_inner li:first-of-type {}
  .single_partynote_cancel_table {
    width: 100%;
  }
  .single_partynote_cancel_table th {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    background: #F4D8DF;
    border: 2px solid #CB4063;
    border-bottom: none;
    padding: 2.5vw 5%;
  }
  .single_partynote_cancel_table tr:last-of-type th {
    border-top: none;
  }
  .single_partynote_cancel_table td {
    width: 100%;
    background: #FFF;
    border: 2px solid #CB4063;
    padding: 2.5vw 5%;
  }
  .single_partycontact_inner li {
    margin-top: 2.5vw;
  }
  .single_partycontact_inner li:first-of-type {
    margin-top: 0;
  }
  .single_partycontact_inner span {
    display: inline-block;
  }
  .single_partycontact_inner span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .single_partycontact_inner span a:hover {
    opacity: 0.3;
  }
  .em .em-hide-dynamic a {
    font-weight: 700 !important;
    margin-top: 1.0vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em .em-hide-dynamic a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 10vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 2.5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2.5vw 0;
  }
  #single {
    width: 100%;
    margin: 5vw 0 10vw;
  }
  .single_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .single_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .single_cancelled_wrapper {}
  .single_cancelled {}
  .single_datetime_wrapper, .single_ttl_location_wrapper, .single_ttl_partyoverview_wrapper, .single_ttl_partyabout_wrapper, .single_ttl_partyflow_wrapper, .single_ttl_partybooking_wrapper, .single_ttl_partynote_wrapper, .single_ttl_partycontact_wrapper {
    background: #D56681;
    border-radius: 40px;
    margin-top: 10vw;
  }
  .single_datetime_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 2.5vw 5%;
  }
  .single_ttl_location_wrapper h2, .single_ttl_partyoverview_wrapper h2, .single_ttl_partyabout_wrapper h2, .single_ttl_partyflow_wrapper h2, .single_ttl_partybooking_wrapper h2, .single_ttl_partynote_wrapper h2, .single_ttl_partycontact_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    padding: 2.5vw 5%;
  }
  .single_main_wrapper, .single_location_wrapper, .single_partyoverview_wrapper, .single_partyabout_wrapper, .single_partyflow_wrapper, .single_partybooking_wrapper, .single_partynote_wrapper, .single_partycontact_wrapper {
    background: #EAB2BF;
    border-radius: 40px;
    margin-top: 5vw;
  }
  .single_main_inner, .single_location_inner, .single_partyoverview_inner, .single_partyabout_inner, .single_partyflow_inner, .single_partybooking_inner, .single_partynote_inner, .single_partycontact_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .single_party_status {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .single_party_ttl {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .single_party_img {
    margin-top: 2.5vw;
  }
  .single_party_img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .single_location_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single_location_txt {
    width: 50%;
  }
  .single_location_txt ul {}
  .single_location_txt li {
    margin-top: 2.5vw;
  }
  .single_location_txt li:first-of-type {
    font-weight: 700;
    margin-top: 0;
  }
  .single_location_txt li:nth-of-type(3) {
    margin-top: 1.0vw !important;
  }
  .single_location_map {
    width: 50%;
  }
  .single_location_map iframe {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    border-radius: 40px;
  }
  .single_location_img {
    margin-top: 5.0vw;
  }
  .single_location_img img {
    widows: 100%;
    height: auto;
    border-radius: 40px;
  }
  .single_partyoverview_inner {}
  .single_partyoverview_inner table {
    width: 100%;
  }
  .single_partyoverview_inner th {
    width: 20%;
    padding-top: 2.5vw;
  }
  .single_partyoverview_inner td {
    width: 80%;
    padding-top: 2.5vw;
  }
  .single_partyoverview_inner li {
    padding-top: 1.0vw;
  }
  .single_partyoverview_inner li:first-of-type {
    padding-top: 0;
  }
  .first {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .single_partyabout_inner p {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .single_partyabout_inner p:first-of-type {
    margin-top: 0;
  }
  .single_partyabout_inner blockquote {
    margin-top: 1.0vw;
  }
  .single_partyfloworder_wrapper {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 40px;
    margin: 5vw 0 2.5vw;
  }
  .single_partyfloworder_wrapper:first-of-type {
    margin-top: 0;
  }
  .single_partyfloworder_wrapper p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #CB4063;
    text-align: center;
    padding: 2.5vw 5%;
  }
  .single_partyflow_inner {}
  .single_partyflow_inner p {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .single_partyflow_inner p:first-of-type {
    margin-top: 0;
  }
  .single_partyfloworder_img_wrapper {
    width: 6%;
    margin: 2.5vw auto 0;
  }
  .single_partyfloworder_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .ticket_name_base {
    display: none;
  }
  .partybooking_spaces_wrapper {
    width: 80%;
    text-align: center;
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 40px;
    margin: 0 auto;
    padding: 1vw 5%;
  }
  .partybooking_spaces_wrapper p {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .partybooking_wrapper {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5vw auto 0;
  }
  .partybooking_img_wrapper {
    width: 30%;
  }
  .partybooking_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .partybooking_txt_wrapper {}
  .partybooking_txt_wrapper ul {}
  .partybooking_txt_wrapper li {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: end;
    margin-top: 1.0vw;
  }
  .partybooking_txt_wrapper li:first-of-type {
    margin-top: 0;
  }
  .em {
    --main-border-color: transparent !important;
  }
  .em.em-event-booking-form .em-booking-section {
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets {
    width: 100%;
    margin: 0;
  }
  .em.em-event-booking-form .em-tickets tbody {
    display: flex;
    flex-direction: row;
  }
  .em.em-event-booking-form .em-tickets tr {
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td {
    padding: 0 !important;
  }
  .em.em-event-booking-form .em-tickets tr {
    width: calc(100% - 5%);
    display: flex;
    flex-direction: column;
    background: #D8DFF4;
    border-radius: 40px;
    margin-right: 5%;
    padding: 2.5vw 0;
  }
  .em.em-event-booking-form .em-tickets tr:last-of-type {
    margin-right: 0;
  }
  .em.em-event-booking-form .em-tickets tr:nth-of-type(2) {
    background: #F4D8DF;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces {
    width: 92%;
    font-size: 1.2rem;
    margin: 2.5vw 0 0 10%;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces p {
    display: inline-block;
    padding-left: 5%;
  }
  .em-bookings-ticket-table-type {}
  .em-bookings-ticket-table-price {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: end;
    margin: 1.0vw 20% 0;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td:last-child {
    padding-right: 0;
  }
  .em.em-event-booking-form .em-booking-form {
    border: none !important;
  }
  .em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces select {
    width: 80%;
    vertical-align: text-bottom;
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    margin-top: 1.0vw;
    padding: 1vw 5%;
  }
  .em-booking-form-details p {
    margin-top: 2.5vw;
  }
  .em-booking-form-details textarea {
    width: 100%;
    appearance: auto;
    line-height: 1.6em;
    background: #FFF;
    border-radius: 10px;
    margin-top: 1.0vw;
    padding: 1.0vw 5%;
  }
  select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://angewedding.zenk-link.com/wp-content/themes/angewedding/assets/images/icon_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto !important; /* 画像のサイズ（幅 高さ）*/
    background-position: right 5% center !important; /* 画像の位置 */
  }
  .em.em-event-booking-form .em-booking-form .input-group {
    margin-bottom: 0 !important;
  }
  .em.em-event-booking-form .em-booking-form .input-group a {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 0.5%;
  }
  .em.em-event-booking-form .em-booking-form .input-group a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em.em-event-booking-form .em-booking-form .input-group a:hover {
    opacity: 0.3;
  }
  .em-booking-summary {
    margin-top: 2.5vw;
  }
  .em .em-booking-form-summary.em-booking-section.no-booking {
    padding-bottom: 0;
  }
  .em-booking-form-section-summary {
    margin-top: 5vw !important;
  }
  .payment_note {
    margin-top: 1.0vw;
  }
  .payment_note:first-of-type {
    margin-top: 2.5vw;
  }
  .em.em-event-booking-form .em-booking-section.em-booking-form-buttons {
    width: 50%;
    color: #FFF;
    text-align: center;
    z-index: 9;
    margin: 5vw auto 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em.em-event-booking-form .em-booking-section.em-booking-form-buttons:hover {
    opacity: 0.3;
  }
  .em.em-event-booking-form .em-button.em-booking-submit {
    font-size: 1.2rem;
    font-weight: 700;
    background: #CB4063;
    border-radius: 20px;
    padding: 2vw 5%;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    transform: scale(2.0);
    border-radius: 5px;
  }
  input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2% 0.3vw 1%;
    padding: 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #CB4063;
    border-bottom: 2px solid #CB4063;
    content: '';
  }
  .em-booking-form-details {
    margin-top: 2.5vw;
  }
  #wpmem_restricted_msg {
    display: none;
  }
  .account_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2.5vw;
  }
  .linkbtn_signup {
    width: 25%;
    margin-right: 5%;
  }
  .linkbtn_signup a {
    color: #F4D8DF;
    text-align: center;
    display: block;
    background: #CB4063;
    border: 2px solid #F4D8DF;
    border-radius: 50px;
    padding: 1.0vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_signup a:hover {
    opacity: 0.3;
  }
  .linkbtn_signin {
    width: 25%;
  }
  .linkbtn_signin a {
    color: #CB4063;
    text-align: center;
    display: block;
    background: #F4D8DF;
    border: 2px solid #CB4063;
    border-radius: 50px;
    padding: 1.0vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_signin a:hover {
    opacity: 0.3;
  }
  .unit {
    font-size: 1.2rem;
    display: inline-block;
  }
  .em-booking-form-section-details {
    margin-top: 5vw !important;
  }
  .em.em-event-booking-form h3.em-booking-section-title {
    font-size: 1.4rem !important;
    color: #FFF;
    background: #CB4063;
    border: none;
    border-radius: 20px;
    padding: 1vw 5%;
  }
  .em.em-event-booking-form .em-booking-message {
    padding: 1vw 5% !important;
    margin-bottom: 5vw !important;
    border: 2px solid #CB4063 !important;
    border-radius: 0 !important;
    color: #CB4063;
    background-color: #FFF;
    border-color: #CB4063;
  }
  .em.em-event-booking-form .em-booking-message.em-booking-message-error {
    color: #CB4063 !important;
    background-color: #FFF !important;
  }
  .em.em-event-booking-form .em-booking-message.em-booking-message-error p {
    line-height: 1.6em;
  }
  .single_partynote_table {
    width: 100%;
  }
  .single_partynote_table th {
    width: 20%;
    padding-top: 2.5vw;
  }
  .single_partynote_table td {
    width: 80%;
    padding-top: 2.5vw;
  }
  .single_partynote_inner li {
    line-height: 1.6em;
    text-indent: -1em;
    padding: 1.0vw 0 0 1em;
  }
  .single_partynote_inner li:first-of-type {
    padding-top: 0;
  }
  .single_partynote_cancel_table {
    width: 100%;
  }
  .single_partynote_cancel_table th {
    width: 65%;
    text-align: center;
    vertical-align: middle;
    background: #F4D8DF;
    border: 2px solid #CB4063;
    padding: 1.5vw 5%;
  }
  .single_partynote_cancel_table td {
    width: 35%;
    background: #FFF;
    border: 2px solid #CB4063;
    padding: 1.5vw 5%;
  }
  .single_partycontact_inner li {
    margin-top: 1.0vw;
  }
  .single_partycontact_inner li:first-of-type {
    margin-top: 0;
  }
  .single_partycontact_inner span {
    display: inline-block;
  }
  .single_partycontact_inner span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .single_partycontact_inner span a:hover {
    opacity: 0.3;
  }
  .em .em-hide-dynamic a {
    font-weight: 700 !important;
    margin-top: 1.0vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .em .em-hide-dynamic a:hover {
    opacity: 0.3;
  }
}