@charset "utf-8";

#pagetop {
    display: none !important;
}

.fixedbtn {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 1000;
}

.fc-media-screen {
    background: #ffffff;
}

.fc-toolbar {
    align-items: center;
    margin-bottom: 0 !important;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.fc-toolbar-title {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
}

.fc-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 137px;
    height: 64px;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
}

.fc-button span {
    display: none;
}

.fc-button.fc-prev-button {
    border-right: 1px solid #000000;
    outline: none !important;
}

.fc-button.fc-next-button {
    border-left: 1px solid #000000;
    outline: none !important;
}

.fc-button.fc-prev-button {
    border-right: solid 1px #757575 !important;
    background: url(../images/ic_calendar_prev.gif) no-repeat center center !important;
}

.fc-button.fc-next-button {
    border-left: solid 1px #757575 !important;
    background: url(../images/ic_calendar_next.gif) no-repeat center center !important;
}

.fc-theme-standard .fc-scrollgrid {
    border-color: #000000;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-color: #000000;
}

.fc-daygrid-day-number {
    padding: 10px 10px !important;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
}

.fc .fc-col-header-cell-cushion {
    padding: 10px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
}

.fc-day-sat {
    color: #0d47a1;
}

.fc-day-sun {
    color: #ef5350;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-event-time {
    display: none;
}

.fc-event-title {
    padding: 5px 7px;
    background: #f8ddd5;
    color: #000000;
    font-weight: normal !important;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    white-space: pre-wrap;
    word-break: auto-phrase;
}

.fc .fc-list-event-title:has([href]) a,
a[href] .fc-event-title {
    text-decoration: underline;
}

.fc .fc-list-event-title a:hover,
a:hover .fc-event-title {
    text-decoration: none;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 5px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 5px;
}

.slider {
    max-width: 100%;
}

.livehall-block {
    width: 100%;
    max-width: 880px;
}

#livehallSlider {
    overflow: hidden;
}

#livehallSlider li {
    text-align: center;
}

.intro {
    margin-top: 54px;
}

.intro_main {
    margin-bottom: 54px;
}

.intro_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 720px;
    margin: 0 auto;
    padding: 22px;
    background: #ffffff;
}

.intro_nav_list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.intro_nav_list > li {
}

.intro_nav_list > li > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.intro_nav_list > li > a:hover {
    text-decoration: none;
}

.intro_nav_list > li > a::before {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    background: url(../images/ic_calendar_next.gif) no-repeat center center;
    background-size: contain;
}

.intro_nav_apply {
}

.iconbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 42px;
    padding: 0 30px;
    border-radius: 21px;
    background: #000000;
    color: #ffffff !important;
    font-size: 13px;
}

.fixedbtn .iconbtn {
    height: 48px;
    border-radius: 24px;
}

.iconbtn::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(../images/livehall/icon-edit.svg) no-repeat center center;
    background-size: contain;
}

.intro_text {
    margin-top: 42px;
    letter-spacing: 0.04em;
}

.reserve {
    margin-top: 90px;
    margin-bottom: 75px;
}

.reserve_cnt {
    max-width: 960px;
    margin: 45px auto 0;
}

.reserve_cal {
}

.facility_price {
}

.facility_price_unit {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.facility_price_unit > * {
    font-size: 12px;
}

.facility_price_wrap {
}

.facility_price_tbl {
    width: 100%;
    border-bottom: 1px solid #000000;
}

.facility_price_tbl tr > * {
    padding: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #d3d3d3;
    font-size: 13px;
    text-align: center;
}

.facility_price_tbl thead tr > * {
    border-top: none;
    -webkit-font-smoothing: antialiased;
}

.facility_price_tbl tr > *:first-child {
    border-left: none;
}

.facility_price_tbl tr > th {
}

.facility_price_tbl thead tr > th {
    background: #000000;
    color: #ffffff;
}

.facility_price_tbl tbody tr > th {
    text-align: left;
}

.facility_price_tbl tr > td {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.04em;
}

.facility_price_tbl tr > td small {
    font-size: 12px;
}

.facility_price_caution {
    margin-top: 15px;
    text-align: left;
}

.facility_price_caution > li {
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-indent: -1em;
}

.facility_dl {
    margin-top: 40px;
}

.facility_dl_ttl {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-align: left;
}

.facility_dl_wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
}

.facility_dl_pdf {
    display: flex;
    gap: 40px;
    text-align: left;
}

.facility_dl_pdf ul > li {
    padding-left: 0;
}

.facility_dl_pdf ul > li > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-left: 0.8em;
    color: #616161;
    text-decoration: underline;
}

.facility_dl_pdf ul > li > a::after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url(../images/livehall/icon-pdf.svg) no-repeat center center;
    background-size: contain;
}

.facility_dl_pdf ul > li > a:hover {
    text-decoration: none;
}

.facility_dl_all {
}

.facility_dl_all span {
    display: inline-flex;
    gap: 5px;
}

.facility_dl_all a span::after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url(../images/livehall/icon-pdf.svg) no-repeat center center;
    background-size: contain;
}

.flow {
    display: grid;
    gap: 30px;
    width: 100%;
    text-align: left;
}

.flow_item {
}

.flow_item_wrap {
    display: flex;
}

.flow_item_wrap > * {
    padding: 22px 22px 22px 30px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.flow_item_wrap > dt {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(320 / 880 * 100%);
    background: #000000;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.flow_item_wrap > dt::after {
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 100%;
    left: 50%;
    width: 8px;
    height: calc(tan(60deg) * 8px / 2);
    margin-top: 12px;
    margin-left: -4px;
    background: #000000;
}

.flow_item:last-child .flow_item_wrap > dt::after {
    display: none;
}

.flow_item_wrap > dd {
    flex: 1;
    border: 1px solid #000000;
}

.flow_item_wrap > dd.-hidden {
    visibility: hidden;
}

.flow_item_wrap > dd a {
    color: #616161;
    text-decoration: underline;
}

.flow_item_wrap > dd a:hover {
    text-decoration: none;
}

.flow_item_step {
    display: inline-block;
    position: relative;
    margin-right: 18px;
    padding-right: 18px;
    font-family: "Montserrat", sans-serif;
}

.flow_item_step::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
}

.flow_item_ttl {
    font-weight: bold;
    font-size: 16px;
}

.apply_text {
    margin-top: 35px;
    font-size: 15px;
    line-height: 2;
}

.apply_doc {
    display: grid;
    gap: 28px;
    margin-top: 20px;
}

.apply_doc_btn {
}

.apply_doc_btn a span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.apply_doc_btn a span::after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url(../images/livehall/icon-excel.svg) no-repeat center center;
    background-size: contain;
}

.apply_doc_link {
}

.apply_doc_link > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #616161;
    text-decoration: underline;
}

.apply_doc_link > a::after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url(../images/livehall/icon-pdf.svg) no-repeat center center;
    background-size: contain;
}

.apply_doc_link > a:hover {
    text-decoration: none;
}

.apply_send {
    display: inline-block;
    margin: 30px auto 0;
    border: 1px solid #000000;
}

.apply_send_row {
    display: flex;
}

.apply_send_row:not(:first-child) {
    border-top: 1px solid #000000;
}

.apply_send_col {
    flex: auto;
    padding: 20px 30px;
}

.apply_send_col:not(:first-child) {
    border-left: 1px solid #000000;
}

.apply_send_cntct {
    display: flex;
    align-items: center;
    gap: 15px;
}

.apply_send_cntct > dt {
    font-weight: bold;
    font-size: 14px;
}

.apply_send_cntct > dd {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.apply_send_cntct > dd a {
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 2px;

    text-decoration-thickness: 1px;
}

.apply_send_addr {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
    #pagetop {
    }

    .fixedbtn {
        right: 0;
        width: 100%;
        text-align: center;
        pointer-events: none;
    }

    .fc-media-screen {
    }

    .fc-toolbar {
    }

    .fc-toolbar-title {
        font-size: 16px !important;
    }

    .fc-button {
        width: 60px;
        height: 40px;
        /* background-size: 10px 10px !important; */
    }

    .fc-button span {
    }

    .fc-button.fc-prev-button {
    }

    .fc-button.fc-next-button {
    }

    .fc-button.fc-prev-button {
        background-size: 10px 10px !important;
    }

    .fc-button.fc-next-button {
        background-size: 10px 10px !important;
    }

    .fc-theme-standard .fc-scrollgrid {
    }

    .fc-theme-standard .fc-list {
        border: 1px solid #000000;
    }

    .fc-daygrid-day-number {
    }

    .fc .fc-col-header-cell-cushion {
    }

    .fc-day-sat {
    }

    .fc-day-sun {
    }

    .fc-list-event-time {
        display: none;
    }

    .fc-list-event-graphic {
        display: none;
    }

    .fc-theme-standard td,
    .fc-theme-standard th {
        border-top: 0;
    }

    .slider {
    }

    .livehall-block {
    }

    #livehallSlider {
    }

    #livehallSlider li {
    }

    .intro {
        margin-top: 36px;
    }

    .intro_main {
        margin-bottom: 37px;
        padding: 0 8%;
    }

    .intro_main > img {
        max-width: 100%;
        height: auto;
    }

    .intro_nav {
        margin: 0 8%;
    }

    .intro_nav_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6em;
    }

    .intro_nav_list > li {
    }

    .intro_nav_list > li > a {
    }

    .intro_nav_list > li > a:hover {
    }

    .intro_nav_list > li > a::before {
        width: 10px;
        height: 12px;
    }

    .intro_nav_apply {
        display: none;
    }

    .iconbtn {
        pointer-events: all;
    }

    .iconbtn::before {
    }

    .intro_text {
        margin-top: 30px;
        padding: 0 8%;
        text-align: left;
    }

    .reserve {
        margin-top: 75px;
        margin-bottom: 54px;
    }

    .reserve_cnt {
        padding: 0 8%;
    }

    .reserve_cal {
    }

    .facility_price {
    }

    .facility_price_unit {
    }

    .facility_price_unit > * {
    }

    .facility_price_wrap {
        overflow: auto;
    }

    .facility_price_tbl {
        white-space: nowrap;
    }

    .facility_price_tbl tr > * {
    }

    .facility_price_tbl thead tr > * {
    }

    .facility_price_tbl tr > *:first-child {
    }

    .facility_price_tbl tr > th {
    }

    .facility_price_tbl thead tr > th {
    }

    .facility_price_tbl tbody tr > th {
    }

    .facility_price_tbl tr > td {
    }

    .facility_price_tbl tr > td small {
    }

    .facility_price_caution {
    }

    .facility_price_caution > li {
    }

    .facility_dl {
    }

    .facility_dl_ttl {
    }

    .facility_dl_wrap {
        flex-direction: column;
        gap: 30px;
    }

    .facility_dl_pdf {
        display: block;
        padding-left: 16px;
    }

    .facility_dl_pdf ul > li {
    }

    .facility_dl_pdf ul > li > a {
    }

    .facility_dl_pdf ul > li > a::after {
    }

    .facility_dl_pdf ul > li > a:hover {
    }

    .facility_dl_all {
    }

    .facility_dl_all span {
    }

    .facility_dl_all a span::after {
    }

    .flow {
    }

    .flow_item {
    }

    .flow_item_wrap {
        flex-direction: column;
        position: relative;
    }

    .flow_item_wrap::after {
        content: "";
        display: block;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        position: absolute;
        top: 100%;
        left: 50%;
        width: 8px;
        height: calc(tan(60deg) * 8px / 2);
        margin-top: 12px;
        margin-left: -4px;
        background: #000000;
    }

    .flow_item:last-child .flow_item_wrap::after {
        display: none;
    }

    .flow_item_wrap > * {
        padding: 16px 20px 15px 20px;
    }

    .flow_item_wrap > dt {
        width: 100%;
    }

    .flow_item_wrap > dt::after {
        display: none;
    }

    .flow_item:last-child .flow_item_wrap > dt::after {
    }

    .flow_item_wrap > dd {
    }

    .flow_item_wrap > dd.-hidden {
        display: none;
    }

    .flow_item_wrap > dd a {
    }

    .flow_item_wrap > dd a:hover {
    }

    .flow_item_step {
    }

    .flow_item_step::after {
    }

    .flow_item_ttl {
    }

    .apply_text {
        font-size: 14px;
        text-align: left;
    }

    .apply_doc {
    }

    .apply_doc_btn {
    }

    .apply_doc_btn a span {
    }

    .apply_doc_btn a span::after {
    }

    .apply_doc_link {
    }

    .apply_doc_link > a {
    }

    .apply_doc_link > a::after {
    }

    .apply_doc_link > a:hover {
    }

    .apply_send {
    }

    .apply_send_row {
        flex-direction: column;
    }

    .apply_send_row:not(:first-child) {
    }

    .apply_send_col {
        padding: 20px;
    }

    .apply_send_col:not(:first-child) {
        border-top: 1px solid #000000;
        border-left: none;
    }

    .apply_send_cntct {
        flex-direction: column;
        gap: 5px;
    }

    .apply_send_cntct > dt {
    }

    .apply_send_cntct > dd {
        font-size: 4.2vw;
    }

    .apply_send_cntct > dd a {
    }

    .apply_send_addr {
        font-size: 13px;
        text-align: left;
    }
}
