@charset "UTF-8";
/* ==================================================
	sp 〜389px
================================================== */
@media screen and (max-width: 389px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 3vw 5%;
  }
  #account {
    width: 100%;
    margin: 20vw 0;
  }
  .account_wrapper {
    width: 100%;
    background: #FFE5FF;
    margin: 0;
    padding: 10vw 0;
  }
  .account_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  input::placeholder {
    font-size: 0.8rem;
    line-height: 1.6em;
    color: #F250D3;
  }
  .div_radio {
    display: flex;
    margin-top: 1.5vw !important;
  }
  input[type="radio"] {
    letter-spacing: 0.1em;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    transform: scale(1.4);
    border-radius: 5px;
    margin: 0.35vw 2.5% 0.3vw 1% !important;
    padding: 0;
  }
  input[type="radio"]:last-of-type {
    margin-left: 5% !important;
  }
  input[type="radio"] label[for] {
    margin-right: 5% !important;
  }
  input[type="radio"]:checked:before {
    position: absolute;
    top: 3.8px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_login input:focus, #wpmem_reg input:focus, #wpmem_reg textarea:focus {
    border: none !important;
  }
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
    margin: 0 auto !important;
  }
  #wpmem_msg, .wpmem_msg {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    padding: 1vw 5%;
  }
  #wpmem_login, #wpmem_reg {
    width: 80%;
    font-family: inherit;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #1F1C29;
    margin: 0 auto;
  }
  #wpmem_login fieldset, #wpmem_reg fieldset {
    margin: 0;
  }
  #wpmem_reg fieldset {}
  #wpmem_login legend, #wpmem_reg legend {
    font-size: 1.0rem;
    line-height: 1.6em;
    font-weight: 700;
    color: #F250D3;
    text-align: center;
    margin-bottom: 10vw;
    width: 100%;
  }
  #wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_membership, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url {
    margin: 2vw 0 6vw;
  }
  #wpmem_login .button_div {
    padding: 0;
  }
  #wpmem_reg label {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login label {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_reg .req {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
  }
  #wpmem_reg .req-text {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 5vw;
  }
  #wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
    color: inherit;
    font-size: 0.8rem !important;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding: 3vw 5%;
    background: #FFF;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
  }
  .div_text:nth-of-type(12) {
    margin-bottom: 0 !important;
  }
  input {
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    vertical-align: top;
    transform: scale(1.4);
    border-radius: 5px;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2.5% 0.3vw 1% !important;
    padding: 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 3.8px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_reg .button_div {
    margin-top: 10vw;
    padding: 0;
  }
  input[type="submit"] {
    width: 80%;
    font-size: 0.8rem !important;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    background: #F250D3;
    margin: 0 auto !important;
    border: 2px solid #F250D3;
    border-radius: 50px;
    display: block;
    padding: 4vw 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;
  }
  input[type="submit"]:hover {
    opacity: 0.3;
  }
  .button_div input[type="checkbox"] {
    margin-bottom: -0.7vw !important;
  }
  .button_div label {
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login input[type="submit"] {
    margin-top: 10vw !important;
  }
  #wpmem_login .link-text {
    text-align: center;
    padding: 0;
  }
  .link-text-forgot {
    font-size: 0.8rem;
    margin-top: 10vw;
    display: inline-block;
  }
  .link-text-register {
    font-size: 0.8rem;
    margin-top: 7.5vw;
    display: inline-block;
  }
  .link-text-forgot a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-forgot a:hover {
    opacity: 0.3;
  }
  .link-text-register a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-register a:hover {
    opacity: 0.3;
  }
  .link-text-username {
    font-size: 0.8rem;
    margin-top: 10vw;
    display: inline-block;
  }
  .link-text-username a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-username a:hover {
    opacity: 0.3;
  }
  .link-text-reconfirm {
    font-size: 0.8rem;
    margin-top: 7.5vw;
    display: inline-block;
  }
  .link-text-reconfirm a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-reconfirm a:hover {
    opacity: 0.3;
  }
  /* --------------------------------------------------
    ログイン済
-------------------------------------------------- */
  .register_status {
    font-size: 0.8rem;
    line-height: 1.6em;
  }
  .register_status span {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    padding-right: 1%;
  }
  .mymenu_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10vw;
  }
  .mymenu_wrapper li {
    width: 100%;
    margin-top: 7.5vw;
  }
  .mymenu_wrapper li:first-of-type {
    margin-top: 0;
  }
  .mymenu_wrapper li a {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    display: block;
    background: #F250D3;
    border-radius: 10px;
    padding: 4vw 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;
  }
  .mymenu_wrapper li a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table {
    width: 100%;
  }
  #dbem-bookings-table tr {
    border-bottom: 2px solid #F250D3;
  }
  #dbem-bookings-table th {
    font-size: 0.7rem;
    line-height: 1.6em;
    text-align: center;
    padding: 0 0 5vw;
  }
  #dbem-bookings-table th:first-of-type {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(2) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(3) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(4) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(5) {
    width: 20%;
  }
  #dbem-bookings-table td {
    font-size: 0.7rem;
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  #dbem-bookings-table td:first-of-type {
    text-align: left;
  }
  #dbem-bookings-table td a {
    font-weight: 700;
    -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;
  }
  #dbem-bookings-table td:first-of-type a {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #dbem-bookings-table td a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table td button {
    font-weight: 700;
  }
  .tippy-box {
    max-width: 200px !important;
  }
  .em-my-bookings-actions-content {
    width: fit-content !important;
  }
}
/* ==================================================
	sp 390px〜
================================================== */
@media screen and (min-width: 390px) and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 3vw 5%;
  }
  #account {
    width: 100%;
    margin: 20vw 0;
  }
  .account_wrapper {
    width: 100%;
    background: #FFE5FF;
    margin: 0;
    padding: 10vw 0;
  }
  .account_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  input::placeholder {
    font-size: 0.8rem;
    line-height: 1.6em;
    color: #F250D3;
  }
  .div_radio {
    display: flex;
    margin-top: 1.5vw !important;
  }
  input[type="radio"] {
    letter-spacing: 0.1em;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    transform: scale(1.4);
    border-radius: 5px;
    margin: 0.35vw 2.5% 0.3vw 1% !important;
    padding: 0;
  }
  input[type="radio"]:last-of-type {
    margin-left: 5% !important;
  }
  input[type="radio"] label[for] {
    margin-right: 5% !important;
  }
  input[type="radio"]:checked:before {
    position: absolute;
    top: 3.8px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_login input:focus, #wpmem_reg input:focus, #wpmem_reg textarea:focus {
    border: none !important;
  }
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
    margin: 0 auto !important;
  }
  #wpmem_msg, .wpmem_msg {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    padding: 1vw 5%;
  }
  #wpmem_login, #wpmem_reg {
    width: 80%;
    font-family: inherit;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #1F1C29;
    margin: 0 auto;
  }
  #wpmem_login fieldset, #wpmem_reg fieldset {
    margin: 0;
  }
  #wpmem_reg fieldset {}
  #wpmem_login legend, #wpmem_reg legend {
    font-size: 1.0rem;
    line-height: 1.6em;
    font-weight: 700;
    color: #F250D3;
    text-align: center;
    margin-bottom: 10vw;
    width: 100%;
  }
  #wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_membership, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url {
    margin: 2vw 0 6vw;
  }
  #wpmem_login .button_div {
    padding: 0;
  }
  #wpmem_reg label {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login label {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_reg .req {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
  }
  #wpmem_reg .req-text {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 5vw;
  }
  #wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
    color: inherit;
    font-size: 0.8rem !important;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding: 3vw 5%;
    background: #FFF;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
  }
  .div_text:nth-of-type(12) {
    margin-bottom: 0 !important;
  }
  input {
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    vertical-align: top;
    transform: scale(1.4);
    border-radius: 5px;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2.5% 0.3vw 1% !important;
    padding: 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 3.8px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_reg .button_div {
    margin-top: 10vw;
    padding: 0;
  }
  input[type="submit"] {
    width: 80%;
    font-size: 0.8rem !important;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    background: #F250D3;
    margin: 0 auto !important;
    border: 2px solid #F250D3;
    border-radius: 50px;
    display: block;
    padding: 4vw 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;
  }
  input[type="submit"]:hover {
    opacity: 0.3;
  }
  .button_div input[type="checkbox"] {
    margin-bottom: -0.7vw !important;
  }
  .button_div label {
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login input[type="submit"] {
    margin-top: 10vw !important;
  }
  #wpmem_login .link-text {
    text-align: center;
    padding: 0;
  }
  .link-text-forgot {
    font-size: 0.8rem;
    margin-top: 10vw;
    display: inline-block;
  }
  .link-text-register {
    font-size: 0.8rem;
    margin-top: 7.5vw;
    display: inline-block;
  }
  .link-text-forgot a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-forgot a:hover {
    opacity: 0.3;
  }
  .link-text-register a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-register a:hover {
    opacity: 0.3;
  }
  .link-text-username {
    font-size: 0.8rem;
    margin-top: 10vw;
    display: inline-block;
  }
  .link-text-username a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-username a:hover {
    opacity: 0.3;
  }
  .link-text-reconfirm {
    font-size: 0.8rem;
    margin-top: 7.5vw;
    display: inline-block;
  }
  .link-text-reconfirm a {
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 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;
    padding-top: 1.0vw;
  }
  .link-text-reconfirm a:hover {
    opacity: 0.3;
  }
  /* --------------------------------------------------
    ログイン済
-------------------------------------------------- */
  .register_status {
    font-size: 0.8rem;
    line-height: 1.6em;
  }
  .register_status span {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    padding-right: 1%;
  }
  .mymenu_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10vw;
  }
  .mymenu_wrapper li {
    width: 100%;
    margin-top: 7.5vw;
  }
  .mymenu_wrapper li:first-of-type {
    margin-top: 0;
  }
  .mymenu_wrapper li a {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    display: block;
    background: #F250D3;
    border-radius: 10px;
    padding: 4vw 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;
  }
  .mymenu_wrapper li a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table {
    width: 100%;
  }
  #dbem-bookings-table tr {
    border-bottom: 2px solid #F250D3;
  }
  #dbem-bookings-table th {
    font-size: 0.8rem;
    line-height: 1.6em;
    text-align: center;
    padding: 0 0 5vw;
  }
  #dbem-bookings-table th:first-of-type {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(2) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(3) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(4) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(5) {
    width: 20%;
  }
  #dbem-bookings-table td {
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  #dbem-bookings-table td:first-of-type {
    text-align: left;
  }
  #dbem-bookings-table td a {
    font-weight: 700;
    -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;
  }
  #dbem-bookings-table td:first-of-type a {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #dbem-bookings-table td a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table td button {
    font-weight: 700;
  }
  .tippy-box {
    max-width: 200px !important;
  }
  .em-my-bookings-actions-content {
    width: fit-content !important;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 95%;
    margin-right: 5%;
    padding-top: 3vw;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 1.5vw 5%;
  }
  #account {
    width: 100%;
    margin: 10vw 0;
  }
  .account_wrapper {
    width: 80%;
    background: #FFE5FF;
    border-radius: 25px;
    margin: 0 auto;
  }
  .account_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  input::placeholder {
    color: #F250D3;
  }
  .div_radio {
    display: flex;
    margin-top: 1.5vw !important;
  }
  input[type="radio"] {
    letter-spacing: 0.1em;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    transform: scale(2.0);
    border-radius: 5px;
    margin: 0.45vw 2% 0 0 !important;
    padding: 0;
  }
  input[type="radio"]:last-of-type {
    margin-left: 5% !important;
  }
  input[type="radio"] label[for] {
    margin-right: 5% !important;
  }
  input[type="radio"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_login input:focus, #wpmem_reg input:focus, #wpmem_reg textarea:focus {
    border: none !important;
  }
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 80% !important;
    margin: 0 auto !important;
  }
  #wpmem_msg, .wpmem_msg {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    padding: 1vw 5%;
  }
  #wpmem_login, #wpmem_reg {
    width: 80%;
    font-family: inherit;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #1F1C29;
    margin: 0 auto;
  }
  #wpmem_login fieldset, #wpmem_reg fieldset {
    margin: 0;
  }
  #wpmem_reg fieldset {}
  #wpmem_login legend, #wpmem_reg legend {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 700;
    color: #F250D3;
    text-align: center;
    margin-bottom: 5vw;
    width: 100%;
  }
  #wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_membership, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url {
    margin: 1.0vw 0 3vw;
  }
  #wpmem_reg label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_reg .req {
    color: #F250D3;
  }
  #wpmem_reg .req-text {
    font-weight: 700;
    line-height: 1.6em;
    margin: 2.5vw 0 0 0;
  }
  #wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
    color: inherit;
    letter-spacing: 0.1em;
    padding: 1.5vw 0 1.5vw 5%;
    background: #FFF;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
  }
  .div_text:nth-of-type(12) {
    margin-bottom: 0 !important;
  }
  input {
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    vertical-align: top;
    transform: scale(2.0);
    border-radius: 5px;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2% 0 0 !important;
    padding: 0 16px 16px 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_reg .button_div {
    margin-top: 5vw;
    padding: 0;
  }
  input[type="submit"] {
    width: 45%;
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    background: #F250D3;
    margin: 0 auto !important;
    border: 2px solid #F250D3;
    border-radius: 50px;
    display: block;
    padding: 1.75vw 2.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;
  }
  input[type="submit"]:hover {
    opacity: 0.3;
  }
  .button_div input[type="checkbox"] {
    margin-bottom: -0.1vw !important;
  }
  .button_div label {
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login input[type="submit"] {
    margin-top: 5vw !important;
  }
  #wpmem_login .link-text {
    padding: 0;
  }
  .link-text-forgot {
    margin-top: 5vw;
    display: inline-block;
  }
  .link-text-register {
    margin-top: 2.5vw;
    display: inline-block;
  }
  .link-text-forgot a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-forgot a:hover {
    opacity: 0.3;
  }
  .link-text-register a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-register a:hover {
    opacity: 0.3;
  }
  .link-text-username {
    margin-top: 2.5vw;
    display: inline-block;
  }
  .link-text-username a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-username a:hover {
    opacity: 0.3;
  }
  .link-text-reconfirm {
    margin-top: 1.5vw;
    display: inline-block;
  }
  .link-text-reconfirm a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-reconfirm a:hover {
    opacity: 0.3;
  }
  /* --------------------------------------------------
    ログイン済
-------------------------------------------------- */
  .register_status {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .register_status span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6em;
    padding-right: 1%;
  }
  .mymenu_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2.5vw;
  }
  .mymenu_wrapper li {
    width: 100%;
    margin-top: 2.5vw;
  }
  .mymenu_wrapper li:first-of-type {
    margin-top: 0;
  }
  .mymenu_wrapper li a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    display: block;
    background: #F250D3;
    border-radius: 25px;
    padding: 2vw 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;
  }
  .mymenu_wrapper li a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table {
    width: 100%;
  }
  #dbem-bookings-table tr {
    border-bottom: 2px solid #F250D3;
  }
  #dbem-bookings-table th {
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: center;
    padding: 2.5vw 0;
  }
  #dbem-bookings-table th:first-of-type {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(2) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(3) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(4) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(5) {
    width: 20%;
  }
  #dbem-bookings-table td {
    line-height: 1.6em;
    text-align: center;
    padding: 2.5vw 0;
  }
  #dbem-bookings-table td:first-of-type {
    text-align: left;
  }
  #dbem-bookings-table td a {
    font-weight: 700;
    -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;
  }
  #dbem-bookings-table td a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table td button {
    font-weight: 700;
  }
  .tippy-box {
    max-width: 200px !important;
  }
  .em-my-bookings-actions-content {
    width: fit-content !important;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 95%;
    margin-right: 5%;
    padding-top: 3vw;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 1.5vw 5%;
  }
  #account {
    width: 100%;
    margin: 10vw 0;
  }
  .account_wrapper {
    width: 80%;
    background: #FFE5FF;
    border-radius: 25px;
    margin: 0 auto;
  }
  .account_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  input::placeholder {
    color: #F250D3;
  }
  .div_radio {
    display: flex;
    margin-top: 1.5vw !important;
  }
  input[type="radio"] {
    letter-spacing: 0.1em;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    transform: scale(2.0);
    border-radius: 5px;
    margin: 0.45vw 2% 0 0 !important;
    padding: 0;
  }
  input[type="radio"]:last-of-type {
    margin-left: 5% !important;
  }
  input[type="radio"] label[for] {
    margin-right: 5% !important;
  }
  input[type="radio"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_login input:focus, #wpmem_reg input:focus, #wpmem_reg textarea:focus {
    border: none !important;
  }
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 80% !important;
    margin: 0 auto !important;
  }
  #wpmem_msg, .wpmem_msg {
    background: #FFF;
    border: 2px solid #CB4063;
    border-radius: 20px;
    padding: 1vw 5%;
  }
  #wpmem_login, #wpmem_reg {
    width: 80%;
    font-family: inherit;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #1F1C29;
    margin: 0 auto;
  }
  #wpmem_login fieldset, #wpmem_reg fieldset {
    margin: 0;
  }
  #wpmem_reg fieldset {}
  #wpmem_login legend, #wpmem_reg legend {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 700;
    color: #F250D3;
    text-align: center;
    margin-bottom: 5vw;
    width: 100%;
  }
  #wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_membership, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url {
    margin: 1.0vw 0 3vw;
  }
  #wpmem_reg label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_reg .req {
    color: #F250D3;
  }
  #wpmem_reg .req-text {
    font-weight: 700;
    line-height: 1.6em;
    margin: 2.5vw 0 0 0;
  }
  #wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
    color: inherit;
    letter-spacing: 0.1em;
    padding: 1.5vw 0 1.5vw 5%;
    background: #FFF;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
  }
  .div_text:nth-of-type(12) {
    margin-bottom: 0 !important;
  }
  input {
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="checkbox"] {
    letter-spacing: 0.1em;
    vertical-align: top;
    transform: scale(2.0);
    border-radius: 5px;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFF;
    margin: 0 2% 0 0 !important;
    padding: 0 16px 16px 0;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #F250D3;
    border-bottom: 2px solid #F250D3;
    content: '';
  }
  #wpmem_reg .button_div {
    margin-top: 5vw;
    padding: 0;
  }
  input[type="submit"] {
    width: 35%;
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    background: #F250D3;
    margin: 0 auto !important;
    border: 2px solid #F250D3;
    border-radius: 50px;
    display: block;
    padding: 1.75vw 2.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;
  }
  input[type="submit"]:hover {
    opacity: 0.3;
  }
  .button_div input[type="checkbox"] {
    margin-bottom: -0.1vw !important;
  }
  .button_div label {
    font-weight: 700;
    line-height: 1.6em;
  }
  #wpmem_login input[type="submit"] {
    margin-top: 5vw !important;
  }
  #wpmem_login .link-text {
    padding: 0;
  }
  .link-text-forgot {
    margin-top: 5vw;
    display: inline-block;
  }
  .link-text-register {
    margin-top: 2.5vw;
    display: inline-block;
  }
  .link-text-forgot a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-forgot a:hover {
    opacity: 0.3;
  }
  .link-text-register a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-register a:hover {
    opacity: 0.3;
  }
  .link-text-username {
    margin-top: 2.5vw;
    display: inline-block;
  }
  .link-text-username a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-username a:hover {
    opacity: 0.3;
  }
  .link-text-reconfirm {
    margin-top: 1.5vw;
    display: inline-block;
  }
  .link-text-reconfirm a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -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;
  }
  .link-text-reconfirm a:hover {
    opacity: 0.3;
  }
  /* --------------------------------------------------
    ログイン済
-------------------------------------------------- */
  .register_status {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .register_status span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6em;
    padding-right: 1%;
  }
  .mymenu_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2.5vw;
  }
  .mymenu_wrapper li {
    width: calc(calc(100% - 15%) / 4);
    margin-right: 5%;
  }
  .mymenu_wrapper li:last-of-type {
    margin-right: 0;
  }
  .mymenu_wrapper li a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align: center;
    display: block;
    background: #F250D3;
    border-radius: 25px;
    padding: 2vw 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;
  }
  .mymenu_wrapper li a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table {
    width: 100%;
  }
  #dbem-bookings-table tr {
    border-bottom: 2px solid #F250D3;
  }
  #dbem-bookings-table th {
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: center;
    padding: 2.5vw 0;
  }
  #dbem-bookings-table th:first-of-type {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(2) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(3) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(4) {
    width: 20%;
  }
  #dbem-bookings-table th:first-of-type:nth-of-type(5) {
    width: 20%;
  }
  #dbem-bookings-table td {
    line-height: 1.6em;
    text-align: center;
    padding: 2.5vw 0;
  }
  #dbem-bookings-table td:first-of-type {
    text-align: left;
  }
  #dbem-bookings-table td a {
    font-weight: 700;
    -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;
  }
  #dbem-bookings-table td a:hover {
    opacity: 0.3;
  }
  #dbem-bookings-table td button {
    font-weight: 700;
  }
  .tippy-box {
    max-width: 200px !important;
  }
  .em-my-bookings-actions-content {
    width: fit-content !important;
  }
}