@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  li {
    list-style: none !important;
  }
  #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;
  }
  input {
    outline: none !important;
  }
  /* ========= categories ========= */
  #categories {
    width: 100%;
    margin: 20vw 0;
  }
  .categories_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .categories_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .em.em-list {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 10vw;
  }
  .em.em-list .em-item {
    font-weight: 700;
    color: #CB4063;
    display: flex;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .em.em-list .em-item:first-child {
    padding-top: 0;
  }
  .em.em-list .em-item .em-item-info {
    border: none;
    padding: 0 !important;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line {
    display: flex;
  }
  .em.em-list .em-item .em-item-info h3.em-item-title {
    margin: 0 !important;
  }
  .em.em-list .em-item .em-item-info h3.em-item-title a {
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    -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-list .em-item .em-item-info h3.em-item-title a:hover {
    opacity: 0.3;
  }
  .em.em-list.em-grid .em-item .em-item-info .em-item-meta, .em.em-list.size-small .em-item .em-item-info .em-item-meta {
    line-height: 1.6em;
    margin: 5vw 0 0 !important;
  }
  .em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
    line-height: 1.6em;
    margin-bottom: 0 !important;
  }
  .em.em-list .em-item .em-item-info .em-item-meta > div {}
  .em.em-list .em-item .em-item-info .em-item-meta > div p {
    font-size: 0.9rem;
  }
  .em.em-list .em-item .em-item-info .em-item-meta > div li img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line li {
    margin-top: 2.5vw;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line li a {
    font-size: 0.9rem;
    color: #CB4063;
    font-style: normal;
    text-decoration: none;
    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;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line li a:hover {
    opacity: 0.3;
  }
  .em.em-list .em-item .em-item-info .em-item-desc {
    font-size: inherit;
    margin: 0 !important;
  }
  .em-item-actions {
    margin-top: 5vw;
  }
  .em-item-actions a {
    width: 50%;
    border: 2px solid #CB4063;
    background: #F4D8DF;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    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;
  }
  .em-item-actions a:hover {
    opacity: 0.3;
  }
  /* ========= subcategories ========= */
  .subcategories_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
  }
  .subcategories_inner {
    width: 100%;
    margin-top: 10vw;
  }
  .subcategories_inner:first-of-type {
    margin-top: 0;
  }
  .subcategories_inner:nth-of-type(-n+2) {}
  .subcategories_inner:nth-of-type(even) {}
  .subcategories_inner div h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 2.5vw;
    padding: 0 5%;
  }
  .subcategories_inner div p {
    font-weight: 700;
    margin-top: 2.5vw;
    padding: 0 5%;
  }
  .subcategories_inner div img {
    border-radius: 30px;
  }
  .subcategories_inner div 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;
  }
  .subcategories_inner div a:hover {
    opacity: 0.3;
  }
  .subcategories_inner div a img {
    width: 100%;
    height: auto;
  }
  .em .em-pagination {
    font-weight: 700;
    --color: #CB4063 !important;
    --color-hover: #CB4063 !important;
    margin-top: 10vw;
  }
  .page-numbers {
    font-size: 1.0rem !important;
    padding: 2.5vw 0 0 !important;
  }
  .em .em-pagination .page-numbers.current {
    color: #FFF !important;
    background: #CB4063;
    border-radius: 50%;
    margin: -0.9vw 10% 0 !important;
    padding: 3.5vw 16% 3vw 16% !important;
  }
  .em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.next.last, .em .em-pagination .page-numbers.prev, .em .em-pagination .page-numbers.prev.first {
    width: auto;
    height: auto;
    margin-top: -3.5vw !important;
  }
  .em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.prev {
    background-image: none !important;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  li {
    list-style: none !important;
  }
  #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;
  }
  input {
    outline: none !important;
  }
  /* ========= categories ========= */
  #categories {
    width: 100%;
    margin: 20vw 0;
  }
  .categories_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .categories_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .em.em-list {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 10vw;
  }
  .em.em-list .em-item {
    font-weight: 700;
    color: #CB4063;
    display: flex;
    justify-content: center;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .em.em-list .em-item:first-child {
    padding-top: 0;
  }
  .em.em-list .em-item .em-item-info {
    border: none;
    padding: 0 !important;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line {
    display: flex;
  }
  .em.em-list .em-item .em-item-info h3.em-item-title {
    margin: 0 !important;
  }
  .em.em-list .em-item .em-item-info h3.em-item-title a {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    -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-list .em-item .em-item-info h3.em-item-title a:hover {
    opacity: 0.3;
  }
  .em.em-list.em-grid .em-item .em-item-info .em-item-meta, .em.em-list.size-small .em-item .em-item-info .em-item-meta {
    line-height: 1.6em;
    margin: 5vw 0 0 !important;
  }
  .em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
    line-height: 1.6em;
    margin-bottom: 0 !important;
  }
  .em.em-list .em-item .em-item-info .em-item-meta > div {}
  .em.em-list .em-item .em-item-info .em-item-meta > div p {
    font-size: 0.9rem;
  }
  .em.em-list .em-item .em-item-info .em-item-meta > div li img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line li {
    margin-top: 2.5vw;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line li a {
    font-size: 0.9rem;
    color: #CB4063;
    font-style: normal;
    text-decoration: none;
    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;
  }
  .em.em-list .em-item .em-item-meta .em-item-meta-line li a:hover {
    opacity: 0.3;
  }
  .em.em-list .em-item .em-item-info .em-item-desc {
    font-size: inherit;
    margin: 0 !important;
  }
  .em-item-actions {
    margin-top: 5vw;
  }
  .em-item-actions a {
    width: 50%;
    border: 2px solid #CB4063;
    background: #F4D8DF;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    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;
  }
  .em-item-actions a:hover {
    opacity: 0.3;
  }
  /* ========= subcategories ========= */
  .subcategories_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
  }
  .subcategories_inner {
    width: 100%;
    margin-top: 10vw;
  }
  .subcategories_inner:first-of-type {
    margin-top: 0;
  }
  .subcategories_inner:nth-of-type(-n+2) {}
  .subcategories_inner:nth-of-type(even) {}
  .subcategories_inner div h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 2.5vw;
    padding: 0 5%;
  }
  .subcategories_inner div p {
    font-weight: 700;
    margin-top: 2.5vw;
    padding: 0 5%;
  }
  .subcategories_inner div img {
    border-radius: 30px;
  }
  .subcategories_inner div 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;
  }
  .subcategories_inner div a:hover {
    opacity: 0.3;
  }
  .subcategories_inner div a img {
    width: 100%;
    height: auto;
  }
  .em .em-pagination {
    font-weight: 700;
    --color: #CB4063 !important;
    --color-hover: #CB4063 !important;
    margin-top: 10vw;
  }
  .page-numbers {
    font-size: 1.0rem !important;
    padding: 2.5vw 0 0 !important;
  }
  .em .em-pagination .page-numbers.current {
    color: #FFF !important;
    background: #CB4063;
    border-radius: 50%;
    margin: -0.9vw 10% 0 !important;
    padding: 3.5vw 16% 3vw 16% !important;
  }
  .em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.next.last, .em .em-pagination .page-numbers.prev, .em .em-pagination .page-numbers.prev.first {
    width: auto;
    height: auto;
    margin-top: -3.5vw !important;
  }
  .em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.prev {
    background-image: none !important;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  li {
    list-style: none !important;
  }
  input {
    outline: none !important;
  }
  #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%;
  }
  /* ========= categories ========= */
  #categories {
    width: 100%;
    margin: 10vw 0;
  }
  .categories_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .categories_inner {
    width: 100%;
  }
  #em-wrapper .em.em-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 0;
  }
  #em-wrapper .em.em-list .em-item {
    width: calc(calc(100% - 10%) / 3);
    grid-template-columns: 1fr;
    grid-gap: 0;
    border: none;
    margin-right: 5%;
    padding: 0;
  }
  #em-wrapper .em.em-list .em-item:first-child {
    padding-top: 0;
  }
  #em-wrapper .em.em-list .em-item:last-of-type {
    margin-right: 0;
  }
  #em-wrapper .em-item-info {
    width: 100%;
    border: none;
    padding: 0;
  }
  #em-wrapper .em-item-info h3.em-item-title a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    -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-wrapper .em-item-info h3.em-item-title a:hover {
    opacity: 0.3;
  }
  #em-wrapper .em.em-list .em-item .em-item-info .em-item-meta {
    margin-bottom: 0;
  }
  #em-wrapper .em-item-info .em-item-meta > div p {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #1F1C29;
    margin-top: 1.5vw;
  }
  #em-wrapper .em-category-no-events {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #1F1C29;
    padding: 5vw 0;
  }
  #em-wrapper .em.em-list .em-item .em-item-meta .em-item-meta-line {
    display: flex;
  }
  #em-wrapper .em-item-info .em-item-meta-line li {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #1F1C29;
    margin-top: 1.0vw;
  }
  #em-wrapper .em-item-info .em-item-meta > div li img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  #em-wrapper .em-item-info .em-item-meta-line li a {
    color: #F250D3;
    font-style: normal;
    text-decoration: none;
    margin-top: 1.0vw;
    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;
  }
  #em-wrapper .em-item-info .em-item-meta-line li a:hover {
    opacity: 0.3;
  }
  #em-wrapper .em-item-info .em-item-desc {
    margin: 0.5vw 0 0;
  }
  #em-wrapper .em-item-actions {
    margin-top: 0;
  }
  #em-wrapper .em-item-actions a {
    width: 100%;
    font-size: 1.0rem;
    font-weight: 700;
    color: #F250D3;
    text-align: center;
    display: block;
    border: 2px solid #F250D3;
    background: #FFE5FF;
    border-radius: 10px;
    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;
  }
  .em-item-actions a:hover {
    opacity: 0.3;
  }
  .em-event.em-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    border-bottom: 1px dashed #D9D6E3;
    margin-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .em-event.em-item:first-of-type {
    margin-top: 0;
  }
  .em-event.em-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .em-item-image {
    width: calc(40% - 2.5%) !important;
    margin-right: 2.5%;
  }
  .em-item-image img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  .em-item-info {
    width: 60%;
  }
  .party_status {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #FF7B7D;
    text-align: center;
    display: block;
    margin: 0 auto 0.5vw;
    padding: 0 2%;
  }
  .em-item-title a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    -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-item-title a:hover {
    opacity: 0.3;
  }
  .events_categorylist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 1.0vw 0;
  }
  .events_categorylist p {
    display: contents;
  }
  .events_categorylist p a {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em !important;
    color: #F250D3 !important;
    display: block;
    border: 2px solid #F250D3;
    border-radius: 50px;
    margin-right: 2.5% !important;
    padding: 0.5vw 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;
  }
  .events_categorylist p:last-of-type {
    margin-right: 0;
  }
  .events_categorylist p a:hover {
    opacity: 0.3;
  }
  .em.em-list-widget {
    gap: 0 !important;
  }
  .em-item-meta-line {
    line-height: inherit !important;
    margin-bottom: 0 !important;
  }
  .em-icon {
    line-height: inherit !important;
  }
  .em-event-meta.em-item-meta {
    gap: 0 !important;
  }
  .em.em-item .em-item-meta .em-item-meta-line {
    width: calc(100% / 2);
    flex: none !important;
    min-width: calc(100% / 2) !important;
    grid-template-columns: 30px 1fr;
    align-items: flex-start;
  }
  .em.em-list .em-icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .party_pricerange {
    margin-top: 0.3vw;
  }
  .party_date, .party_time, .party_locationname, .em-event-prices, .em-event-location {
    font-weight: 700;
    line-height: 1.6em;
  }
  .em-event-prices, .em-event-location {
    margin-top: 1.0vw;
  }
  .em-item-actions {
    display: flex;
    margin-top: 1.0vw;
  }
  .party_btn_more, .party_btn_book {
    width: calc(calc(100% - 5%) / 2);
  }
  .party_btn_more {
    margin-right: 5%;
  }
  .party_btn_book {
    margin-right: 0;
  }
  .party_btn_more a, .party_btn_book a {
    font-size: 1.0rem;
    font-weight: 700;
    color: #F250D3;
    text-align: center;
    display: block;
    border: 2px solid #F250D3;
    background: #FFE5FF;
    border-radius: 10px;
    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;
  }
  .party_btn_more a:hover, .party_btn_book a:hover {
    opacity: 0.3;
  }
  .party_btn_book .em-icon-ticket {
    margin-right: 15px;
  }
  .em .em-pagination {
    font-weight: 700;
    --color: #F250D3 !important;
    --color-hover: #F250D3 !important;
    display: flex;
    justify-content: center;
    margin-top: calc(7.5vw - 25px);
  }
  .em .em-pagination .page-numbers.current {
    color: #FFF !important;
    background: #F250D3;
    border-radius: 10px;
    margin: -0.9vw 1.0% 0 !important;
    padding: 1vw 1.0% !important;
  }
  .em .em-pagination .not-current {
    min-width: 30px;
  }
  .em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.next.last, .em .em-pagination .page-numbers.prev, .em .em-pagination .page-numbers.prev.first {
    margin-top: -0.8vw !important;
  }
  .em .em-pagination .not-current {
    height: 48px !important;
  }
  .em .em-pagination.overflowing .not-current.first-half:after {
    padding-right: 0;
  }
  .em .em-pagination.overflowing .not-current.second-half:after {
    padding-left: 0;
  }
}