.fc-daygrid-day:has(.fc-holiday) {
    background-color: #ffeaea !important;
    color: maroon !important;
}
.fc-holiday {
    background: rgba(215, 215, 215, 0.3) !important;
    opacity: 1 !important;
}
.fc-event-today .fc-event-title {
    white-space: pre-wrap;
}
body {
    /* font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; */
    /* font-family: "Noto Sans JP","游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; HPと同じフォント*/
    /*font-family: "Nunito", "m-plus-rounded-1c", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
    font-family: "HG丸ｺﾞｼｯｸM-PRO", "Nunito", "m-plus-rounded-1c";
    font-weight: 400;
    font-style: normal;
}

.bg-main {
    background-color: #00B5E2;
}

div.payjs-outer {
    border: thin solid #198fcc;
}

.templatePopup1,
.templatePopup2 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.templatePopup1.is-open,
.templatePopup2.is-open{
	display: block;
	opacity: 1;
	visibility: visible;
}

.templateOverlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.templateArea {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 640px;
	background: #fff;
}

.templateClose {
	position: absolute;
	width: 40px;
	right: 0;
	top: 25px;
	z-index: 2;
	cursor: pointer;
}

.templateTitle {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	font-weight: bold;
}

.templateBox textarea {
	width: 100%;
	height: 275px;
	resize: none;
	padding: 30px 26px;
	background: #E4F3F9;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	border: 0;
	border-radius: 0;
}

.no-btn-style {
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* スマートフォン */
@media (max-width: 767px) {
    /* ヘッダー固定 */
    .customer-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .navbar-brand {
        font-size: 1.1rem;
    }

    /* メイン部分 */
    .main-content {
        margin-top: 8.0rem;
    }

    /* コース選択 */
    .cardHeader {
        font-size: 1.1rem;
    }
    .cardBody table td,
    .cardBody input[type="radio"] + label {
        font-size: 0.75rem;
    }

    /* 予約情報入力フォーム */
    .applies-create .bg-danger{
        font-size: 1.2rem;
    }

    /* カレンダー */
    #calendar {
        max-width: 95%;
        height: 120vh;
        margin: 0 auto;
    }
    .font-size_sm {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .sp-margin {
        max-width: 100%;
    }
    #calendar {
        width: 100%;
    }
    .fc {
        width: 123%;
    }
    .fc .fc-toolbar-title {
        font-size: 1.3rem;
    }
    .fc-button-group,
    .fc-toolbar-chunk {
        font-size: 0.75rem;
    }

    /* 予約完了 */
    .applies-comleted h2 {
        font-size: 1.5rem;
    }
    .applies-comleted p {
        font-size: 1.2rem;
    }
    .applies-comleted h3 {
        font-size: 1.5rem;
    }

    /* キャンセル完了 */
    .cancel-complete h2 {
        font-size: 1.2rem;
    }

    .sp-min-width {
        min-width: 10%;
    }
}

@media (max-width: 575px) {
    /* ボタンの下に余白 */
    .btn-sm-mb {
        margin-bottom: 1rem;
    }
}

@media (max-width: 363px) {
    /* フッターの改行 */
    .desktop-hidden {
        display: block!important;
    }
}

/* 管理画面 */
/* 折りたたみメニュー */
.collapse-icon {
    display: inline-block;
}
.expand-icon {
    display: none;
}
.btn:focus {
    box-shadow: none;
}
.btn-search {
    background-color: #f0f0f0;
    border: none;
    color: #333;
    padding-right: 15px;
    position: relative;
}