.swal2-styled.swal2-confirm {
    background-color: var(--one-color);
}

.swal2-popup {
    font-size: 1.5rem;
}

.swal2-content {
    font-size: 2rem;
}

.error {
    color: red;
    border-color: red !important;
}

.nav-item a {
    font-size: 2rem;
}

.btn-fun-header a {
    color: var(--there-color);
    font-size: 1.5rem;
}

.index-function-block {
    margin-top: 3rem;
}

.index-function-item a {
    cursor: pointer;
}

.pt-1rem {
    padding-top: 1rem;
}

.mt-2rem {
    margin-top: 2rem;
}


.ml-1rem {
    margin-left: 1rem;
}

.dorm-item {
    height: 24rem;
    overflow: hidden;

    border: 1px solid gray;
}

.dorm-item a:hover,
.dorm-item a:focus {
    /* transform-origin: left ; */
    transform: scale(1.09);
    transition: all .5s;
}

.breadcrumb {
    font-size: 1.5rem;
}

/* .index-news-block {
    padding-top: 3rem;
} */

/* focus */
body a[href]:focus,
body select:focus,
body input:focus,
body button:focus,
body textarea:focus,
button:focus,
.a-btn:focus {
    outline-width: 3px;
    outline-style: dashed;
    outline-color: #ea9605;
}

.btn-black {
    background: #000;
    color: white;
    font-size: 1.5rem;
}

.page-wrapper {
    z-index: 1;
    position: relative;
}

.nav-item-a {
    padding: 0;
}

.index-news-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-news-item p.sp-1 {
    margin-left: 69px;
}
/* 
.navbar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-self: end;
    align-items: center;
} */

.ul-col {
    grid-template-columns: repeat(5, 1fr) !important;
}

/* 住宿申請 */
.table-pc {}

.table-pc-100 {
    width: 100%;
    overflow-x: auto;
}

.table {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0;
    width: 100%;
}

.table-line {
    border: 1px solid #ddd;
}

.table-100 {
    width: 100%;
    overflow-x: scroll;
}

.table-th,
.table-td {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--fifth-color);
    padding: 1.5rem 0;
    font-size: 1.6rem;
}

.table-th {
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
}

.table-th>div:first-child,
.table-td>div:first-child {
    margin-left: 1.5rem;
}

.table-line .table-th>div:first-child,
.table-line .table-td>div:first-child {
    margin-left: 0rem;
}

.table-td:last-child {
    border: none;
}

.table-td:hover {
    background: #FFF0EB;
}

.form-check-input {
    position: relative;
    margin: 0;
}

/* 意見箱放大 */
.f-top-2 a {
    width: 95px !important;
    height: 95px !important;
}


.datepicker-panel>ul>li {
    font-size: large;
}
/* or whatever other font size you want */


@media (max-width: 1440px) {
    /* .index-function-block {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: auto;
        width: 100%;
        bottom: 0;
        margin-top: 0rem;
    } */
}

@media (max-width: 992px) {
    .navbar li a {
        font-size: 1.5rem;
        line-height: 5rem;
        display: block;
    }

    .navbar li {
        padding: 0;
    }

    .index-news-item p.sp-1 {
        margin-left: 66px;
    }
}

@media (max-width: 576px) {
    .displaynone-576 {
        display: none !important;
    }

    .index-news-item p.sp-1 {
        margin-left: 0;
    }
}