.pg-calendar__inner {
    margin-bottom: 3.4375rem
}

@media not screen and (min-width: 769px) {
    .pg-calendar__inner {
        margin-bottom: 9.10273vw
    }
}

.pg-calendar__inner:last-of-type {
    margin-bottom: 0
}

.pg-calendar__formWrap {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 4.375rem
}

@media not screen and (min-width: 769px) {
    .pg-calendar__formWrap {
        margin-bottom: 7.80234vw
    }
}

.pg-calendar__selectTit {
    text-align: center;
    margin-bottom: 1em;
    font-size: clamp(.9375rem, 3.51105vw, 1.6875rem);
    color: #00213f;
    font-weight: bold
}

.pg-calendar__selectWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.pg-calendar__select {
    display: block;
    padding: 0.1em 1em 0.2em;
    border: 1px solid #002d54;
    margin: 0 0.3em 1em;
    border-radius: 17px;
    font-size: clamp(.75rem, 3.12094vw, 1.5rem);
    color: #00213f;
    font-weight: 500
}

@media (hover: hover) {
    .pg-calendar__select {
        transition: var(--time)
    }

    .pg-calendar__select:hover {
        opacity: 0.7;
        transition: var(--time);
        background-color: #ccd5dd
    }
}

.pg-calendar__select:last-of-type {
    margin-right: 0
}

.pg-calendar__formBtn {
    position: relative;
    background-color: #fff;
    color: #00213f;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(.875rem, 2.60078vw, 1.25rem);
    font-weight: 500;
    padding: 0.3em 0;
    width: 275px;
    text-align: center
}

@media (hover: hover) {
    .pg-calendar__formBtn {
        transition: opacity var(--time) var(--easing)
    }

    .pg-calendar__formBtn:hover {
        opacity: var(--opacity)
    }
}

@media not screen and (min-width: 769px) {
    .pg-calendar__formBtn {
        width: 37.06112vw;
        padding: 0em 0
    }
}

.pg-calendar__form {
    display: flex;
    align-items: center
}

.pg-calendar__form:first-of-type {
    margin-right: 2.8125rem
}

@media not screen and (min-width: 769px) {
    .pg-calendar__form:first-of-type {
        margin-right: 5.20156vw
    }
}

.pg-calendar__formTit {
    color: #fff;
    font-size: clamp(.75rem, 3.12094vw, 1.5rem);
    font-weight: 500;
    margin-right: 0.7em;
    white-space: nowrap
}

.pg-calendar__formBtnIcon {
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media not screen and (min-width: 769px) {
    .pg-calendar__formBtnIcon {
        width: 4.42133vw
    }
}

.pg-calendar__titWrap {
    position: relative
}

.pg-calendar__tit {
    color: #fff;
    font-size: clamp(1.25rem, 5.20156vw, 2.5rem);
    text-align: center;
    padding: 0 0 1.25rem 0;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #fff;
    font-weight: bold
}

@media not screen and (min-width: 769px) {
    .pg-calendar__tit {
        margin-bottom: 3.90117vw;
        padding: 0 0 2.60078vw 0
    }
}

.pg-calendar__arrow {
    display: flex;
    justify-content: flex-end;
    width: 97%;
    position: absolute;
    bottom: 1.25rem;
    left: 0
}

.pg-calendar__arrow:not([lang="ja-JP"]) {
    justify-content: space-between
}

@media not screen and (min-width: 769px) {
    .pg-calendar__arrow {
        bottom: 3.25098vw;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%
    }
}

.pg-calendar__prev, .pg-calendar__next {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0.3em 0.5em;
    border-radius: 25px;
    width: 6.875rem;
    font-size: clamp(.875rem, 2.60078vw, 1.25rem);
    font-weight: 500;
    color: #00213f;
    box-shadow: 5px 5px 0 0 rgba(0, 17, 32, 0.7);
    text-align: center;
}

.pg-calendar__prev:not([lang="ja-JP"]), .pg-calendar__next:not([lang="ja-JP"]) {
    width: 11.25rem
}

@media (hover: hover) {
    .pg-calendar__prev, .pg-calendar__next {
        transition: var(--time)
    }

    .pg-calendar__prev:hover, .pg-calendar__next:hover {
        opacity: 0.7;
        transition: var(--time);
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        box-shadow: none
    }
}

@media not screen and (min-width: 769px) {
    .pg-calendar__prev, .pg-calendar__next {
        width: 20vw;
        padding: 0em 0.5em;
        box-shadow: 3px 3px 0px 0px rgba(0, 17, 32, 0.7)
    }

    .pg-calendar__prev:not([lang="ja-JP"]), .pg-calendar__next:not([lang="ja-JP"]) {
        width: -webkit-fit-content;
        width: fit-content;
        gap: 1vw
    }
}

.pg-calendar__prev {
    margin-right: 1.5625rem;
    padding: 0.3em 0.7em 0.3em 0.5em
}

@media not screen and (min-width: 769px) {
    .pg-calendar__prev {
        padding: 0em 0.7em 0 0.5em
    }
}

.pg-calendar__next {
    padding: 0.3em 0.5em 0.3em 0.7em
}

@media not screen and (min-width: 769px) {
    .pg-calendar__next {
        padding: 0em 0.5em 0em 0.7em
    }
}

.pg-calendar__prevIco, .pg-calendar__nextIco {
    width: 1.2em;
    height: 1.2em
}

@media not screen and (min-width: 769px) {
    .pg-calendar__prevIco, .pg-calendar__nextIco {
        width: 1.2em;
        height: 1.2em
    }
}

.pg-calendar__prev .pg-calendar__prevIco {
    margin-right: 0.5em;
}

.pg-calendar__next .pg-calendar__nextIco {
    margin-left: 0.5em;
}

.pg-calendar__monthSelect {
    position: fixed;
    z-index: 2;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 11.875rem;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #001e39;
    box-shadow: 5px 5px 0px 0px #001120;
    color: #001e39;
    font-size: clamp(.875rem, 2.60078vw, 1.25rem);
    font-weight: 500
}

@media not screen and (min-width: 769px) {
    .pg-calendar__monthSelect {
        box-shadow: 3px 3px 0px 0px #001120;
        width: 34.46034vw
    }
}

@media (hover: hover) {
    .pg-calendar__monthSelect {
        transition: 0.3s
    }

    .pg-calendar__monthSelect:hover {
        opacity: 0.7;
        background-color: #ccd3d9;
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        box-shadow: none
    }
}

@media (hover: hover) {
    .pg-calendar__monthSelect.is-active {
        transition: 0.3s
    }

    .pg-calendar__monthSelect.is-active:hover {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: none;
        transform: none;
        box-shadow: 5px 5px 0px 0px #001120
    }
}

.pg-calendar__monthBtn {
    position: relative;
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em 0.7em;
    border-radius: 25px
}

@media (hover: hover) {
    .pg-calendar__monthBtn {
        transition: 0.3s
    }

    .pg-calendar__monthBtn:hover {
        opacity: 0.7;
        background-color: #ccd3d9
    }
}

.pg-calendar__monthBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico_arrow_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s
}

@media not screen and (min-width: 769px) {
    .pg-calendar__monthBtn::before {
        width: 4.29129vw;
        height: 4.29129vw
    }
}

@media not screen and (min-width: 769px) {
    .pg-calendar__monthBtn {
        padding: 0.3em 1em
    }
}

.is-active .pg-calendar__monthBtn {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media (hover: hover) {
    .is-active .pg-calendar__monthBtn {
        transition: 0.3s
    }

    .is-active .pg-calendar__monthBtn:hover {
        opacity: 0.7;
        background-color: #ccd3d9;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.is-active .pg-calendar__monthBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico_arrow_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s
}

@media not screen and (min-width: 769px) {
    .is-active .pg-calendar__monthBtn::before {
        width: 4.29129vw;
        height: 4.29129vw
    }
}

@media not screen and (min-width: 769px) {
    .is-active .pg-calendar__monthBtn {
        padding: 0.3em 0.7em
    }
}

.is-active .pg-calendar__monthIcon {
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pg-calendar__month {
    position: relative;
    display: block;
    padding: 0.5em 0.7em;
    margin: 0 auto
}

@media (hover: hover) {
    .pg-calendar__month {
        transition: 0.3s
    }

    .pg-calendar__month:hover {
        opacity: 0.7;
        background-color: #ccd3d9;
        border-radius: 0
    }
}

.pg-calendar__month:last-of-type {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

@media (hover: hover) {
    .pg-calendar__month:last-of-type:hover {
        background-color: #ccd3d9;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px
    }
}

.pg-calendar__month::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background-color: #dbdbdb
}

.is-visible {
    opacity: 1;
    transition: 0.3s
}

.is-hidden {
    opacity: 0;
    transition: 0.3s
}

.pg-calendar__nocontent {
    text-align: center;
    color: #fff;
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    font-weight: 500
}

@media screen and (min-width: 769px) {
    .pg-calendar__nocontent.-width200 {
        width: 200%
    }
}
