.modal-store {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

@keyframes modalopen {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal-header h1 {
    margin: 1rem 0;
}

.modal-header {
    background: #ba0000;
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
}

.modal-header-title {
    font-size: 20px;
}

.modalClose {
    font-size: 2rem;
}

.modalClose:hover {
    cursor: pointer;
}

.modal-body {
    padding: 10px 0px;
    color: black;
}

.modal-body-frame {
    text-align: center;
    font-size: 16px;
    border-top: 1px #c0c0c0 solid;
    margin-top: 4px;
    padding-top: 4px;
}

@media screen and (min-width: 468px) {
    .cols-1 {
        grid-column: 1 / 2;
        font-size: 16px;
        margin-top: 2px;
    }

    .cols-2 {
        grid-column: 2 / 3;
        font-size: 16px;
    }

    .font-13 {
        font-size: 16px;
    }

    .modal-content {
        background-color: #f4f4f4;
        margin: 20% auto;
        width: 500px;
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
        animation-name: modalopen;
        animation-duration: 1s;
        padding: 20px;
    }

    .modal-confirmation {
        background-color: #f4f4f4;
        margin: 15% auto;
        width: 620px;
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
        animation-name: modalopen;
        animation-duration: 1s;
        padding: 40px;
        border-radius: 10px
    }

    .modal-course-content {
        background-color: #f4f4f4;
        margin: 4% auto;
        width: 800px;
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
        animation-name: modalopen;
        animation-duration: 1s;
        padding: 20px;
    }
}

@media screen and (max-width: 468px) {
    .grid-2 {
        grid-template-columns: 3fr 5fr !important;
    }

    .cols-1 {
        font-size: 11px;
        margin-top: 5px;
    }

    .cols-2 {
        font-size: 11px;
        margin-top: 5px;
    }

    .modal-content {
        background-color: #f4f4f4;
        margin: 50% auto;
        width: 85%;
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
        animation-name: modalopen;
        animation-duration: 1s;
        padding: 10px;
    }

    .modal-confirmation {
        background-color: #f4f4f4;
        margin: 35% auto;
        width: 85%;
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
        animation-name: modalopen;
        animation-duration: 1s;
        padding: 20px;
        border-radius: 10px;
    }

    .modal-course-content {
        overflow: scroll;
        margin: 150px auto 20px;
        padding: 10px;
        width: 320px;
        height: 500px;
        border: 2px solid #ccc;
        background-color: white;
    }
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 2px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.btn-primary {
    background: var(--ushikoi-red2);
    background: -moz-linear-gradient(45deg, #d92662 0%, var(--ushikoi-red2) 100%);
    background: -webkit-linear-gradient(45deg, #d92662 0%, var(--ushikoi-red2) 100%);
    background: linear-gradient(45deg, #d92662 0%, var(--ushikoi-red2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    border-color: transparent;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 6px;
}

.fc-h-event .fc-event-title-container {
    text-align: center;
}

.btn-default {
    background-color: #808080; /* ボタンの背景色 */
    color: white; /* ボタンの文字色 */
    padding: 10px 25px; /* ボタンの内側の余白 */
    border: none; /* ボーダーなし */
    border-radius: 8px; /* 角丸 */
    text-align: center; /* テキストの中央揃え */
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
    outline: none;
  }

  /* ホバー時のスタイル */
  .btn-default:hover {
    background-color: #5d5757; /* ホバー時の背景色 */
  }

.closeBtnBlock {
    text-align: center;
}

.closeBtn {
    font-size: 14px;
    border-radius: 8px;
    background-color: #f0f0f0;

}

.padding-x4 {
    padding: 32px;
}