@charset "UTF-8";

/* ==========================================================================
   共通レイアウト
   ========================================================================== */
#content,
#contents {
    width: 100%;
    padding-bottom: 0;
}

.bkn-list__container {
    display: flex;
    width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
}

/* ==========================================================================
   一覧
   ========================================================================== */
.parking-list .bkn-list__select {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.parking-list .bkn-list__update {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #333333;
}

.parking-list .bkn-list__map-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0 4px 0 0;
    width: 115px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid var(--color-primary-default-sub);
    border-radius: 9999px;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--color-primary-default-sub);
    cursor: pointer;
}
.parking-list .bkn-list__map-btn:hover {
    transform: translateY(4px);
}

.parking-list .bkn-list__map-btn-icon {
    display: flex;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

svg.bkn-list__map-btn-icon-svg {
    fill: none;
    stroke: var(--color-primary-default-sub);
}

.parking-list .bkn-list__map-btn-label {
    display: inline-block;
}

.parking-list .bkn-list__ridge-list-wrapper {
    width: 833px;
}

.parking-list .bkn-list__ridge-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.parking-list .bkn-list__ridge-item {
    margin: 0;
}

.parking-list .parking-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}

.parking-list .parking-item__top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    padding: 19px 19px 18px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary-grayscale-white);
}

.parking-list .parking-item__main {
    flex: 1 1 auto;
}

.parking-list .parking-item__status-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 5px;
}

.parking-list .parking-item__row--available {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 1px 1px 1px 6px;
    height: auto;
    width: auto;
    border-radius: 0;
    background: #F08C34;
}

.parking-list .parking-item__row--available .parking-item__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
}

.parking-list .parking-item__value--point {
    padding: 3px 5px 4px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #F08C34;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.parking-list .parking-item__ttl {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    flex: 1;
}

.parking-list .parking-item__row--fee {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    margin-bottom: 7px;
}

.parking-list .parking-item__fee-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.parking-list .parking-item__fee-block .parking-item__label {
    width: auto;
    height: auto;
    padding: 3px 8px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    box-sizing: border-box;
}

.parking-list .parking-item__price span {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: var(--color-text-strong);
}

.parking-list .parking-item__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.parking-list .parking-item__price--xs {
    font-size: 16px;
}

.parking-list .parking-item__address {
    width: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 7px;
}

.parking-list .parking-item__description {
    width: auto;
    padding: 9px 12px;
    background: var(--color-primary-light-main);
}

.parking-list .parking-item__description p {
    width: auto;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
}

.parking-list .parking-item__side {
    flex: 0 0 auto;
    width: 197px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-left: 1px solid #EAEAEA;
    padding-left: 20px;
    box-sizing: border-box;
}

.parking-list .parking-item__btn--contact {
    background-color: #D83C3C;
    color: #FFFFFF;
}

.parking-list .parking-item__side .parking-item__btn--contact {
    width: 177px;
    height: 40px;
    padding: 0;
    gap: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.parking-list .parking-item__side .parking-item__btn--contact:hover {
    transform: translateY(4px);
}

.parking-list .parking-item__bkn-num {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #9E9E9E;
}

.parking-list .parking-item__more {
    align-self: stretch;
}

.parking-list .parking-item__more-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0;
    max-height: 44px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}

.parking-list .parking-item__map-open {
    width: 100%;
    padding: 11px 0 11px;
    border: none;
    background: #EAEAEA;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parking-list .parking-item__map-open::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 0 4px 11px;
    border-right: 1px solid #D83C3C;
    border-bottom: 1px solid #D83C3C;
    transform: rotate(45deg);
}
.parking-list .parking-item__map-open:hover {
    background: #f6e24c;
}

.parking-list .parking-item__more.parking-item__more--map-open .parking-item__more-btns {
    display: none;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.parking-list .parking-item__map-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    gap: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.parking-list .parking-item__more.parking-item__more--map-open .parking-item__map-block {
    display: flex;
    max-height: 280px;
    opacity: 1;
    pointer-events: auto;
}

.parking-list .parking-item__map-inner {
    position: relative;
    width: 100%;
    height: 220px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.parking-list .parking-item__gmap {
    width: 100%;
    height: 100%;
}

.parking-list .parking-item__map-btns {
    width: 100%;
}

.parking-list .parking-item__map-close {
    width: 100%;
    padding: 10px 0 11px;
    border: none;
    background: #EAEAEA;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parking-list .parking-item__map-close::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px 0 0 11px;
    border-left: 1px solid #D83C3C;
    border-top: 1px solid #D83C3C;
    transform: rotate(45deg);
}
.parking-list .parking-item__map-close:hover {
    background: #f6e24c;
}

.l-result__side {
    width: 277px;
}

.l-result__side .sidebar-contact-shop {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    margin-top: 10px;
}

.sticky-sidebar {
    position: sticky;
    top: 110px;
    transition: 0.4s;
}

body:has(#js-header.header-org.is-scroll-retracted:not(.is-menu-open)) .sticky-sidebar,
body:has(#js-header.header-org.is-hidden:not(.is-menu-open)) .sticky-sidebar {
    top: 30px;
}

.l-result__side .sidebar-contact-shop__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    padding: 11px 8px 12px 12px;
    min-height: 26px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-bottom-width: 0;
    border-radius: 10px 10px 0 0;
}

.l-result__side .sidebar-contact-shop__head-text {
    margin: 0;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.l-result__side .sidebar-contact-shop__body {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 9px;
    padding: 14px 21px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}

.l-result__side .sidebar-contact-shop__name {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.l-result__side .sidebar-contact-shop__rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.l-result__side .sidebar-contact-shop__field {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 3px;
}

.l-result__side .sidebar-contact-shop__label-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 15px;
    box-sizing: border-box;
    background: #F4F4F4;
}

.l-result__side .sidebar-contact-shop__label {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #333333;
}

.l-result__side .sidebar-contact-shop__value {
    margin: 0;
    align-self: stretch;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
}

.l-result__side .sidebar-contact-shop__value--tel {
    font-size: 14px;
    line-height: 1;
}

.l-result__side .sidebar-contact-shop__foot a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 7px;
    padding: 14px 0;
    box-sizing: border-box;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    border-top: none;
    border-radius: 0 0 9px 9px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    position: relative;
}
.l-result__side .sidebar-contact-shop__foot a:hover {
    background: #f6e24c;
}
.l-result__side .sidebar-contact-shop__foot a::after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 1px solid var(--color-primary-default-sub);
    border-bottom: 1px solid var(--color-primary-default-sub);
    transform: rotate(-45deg);
}

.l-result__side .sidebar-contact-shop__link-text {
    display: inline-block;
}

.l-result__side .sidebar-contact-shop__arrow {
    flex-shrink: 0;
    display: block;
}

/* ==========================================================================
   フルマップ（car.phtml: #js-parking-fullmap.parking-fullmap）
   ========================================================================== */
.parking-fullmap {
    display: none;
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
    z-index: 1;
}
.parking-fullmap.is-open {
    display: block;
}

.parking-fullmap * {
    font-family: var(--font-family-jp);
}

body.parking-fullmap-open {
    overflow: hidden;
}

.parking-fullmap__inner {
    position: relative;
    width: 100%;
    height: calc(100vh - 112px);
}

.parking-fullmap__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 333px;
    background: rgba(0, 0, 0, 0.4);
    width: auto;
    height: auto;
    max-height: none;
    transition: left 0.25s ease;
}
.parking-fullmap__inner:has(.parking-fullmap__info:not(.is-open)) .parking-fullmap__map {
    left: 0;
}

.parking-fullmap__gmap {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.parking-fullmap__gmap.is-visible {
    display: block;
}

.parking-fullmap__map-placeholder {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #FFFFFF;
    background: #8f8f8f;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parking-fullmap__info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 333px;
    max-height: none;
    background: #F7F7F7;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transform: translateX(calc(-100% + 63px));
    transition: transform 0.25s ease;
    z-index: 2;
}
.parking-fullmap__info:not(.is-open) {
    pointer-events: none;
}
.parking-fullmap__info.is-open {
    transform: translateX(0);
    overflow: hidden;
}

.parking-fullmap__info-head {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: auto;
    padding: 14px 14px 15px;
    justify-content: flex-end;
}

.parking-fullmap__info-update {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #333333;
    white-space: nowrap;
    text-align: right;
}
.parking-fullmap__info:not(.is-open) .parking-fullmap__info-update {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.parking-fullmap__info-update-text {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #333333;
    white-space: nowrap;
    text-align: right;
}

.parking-fullmap__list-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 115px;
    height: 30px;
    padding: 0 4px 0 0;
    margin: 0 14px 0 9px;
    border: 1px solid #D83C3C;
    border-radius: 9999px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #D83C3C;
    cursor: pointer;
}
.parking-fullmap__list-btn:hover {
    transform: translateY(4px);
}
.parking-fullmap__info:not(.is-open) .parking-fullmap__list-btn {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.parking-fullmap__info-close {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 9999px;
    background: #EAEAEA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(180deg);
    pointer-events: auto;
}
.parking-fullmap__info-close:hover {
    transform: rotate(180deg) translateX(5px);
}
.parking-fullmap__info:not(.is-open) .parking-fullmap__info-close {
    transform: rotate(0);
}
.parking-fullmap__info:not(.is-open) .parking-fullmap__info-close:hover {
    transform: rotate(0) translateX(5px);
}
.parking-fullmap__info-close svg {
    fill: none;
    stroke: #555555;
}

.parking-fullmap__info-list {
    flex: 1;
    min-height: 0;
    width: 313px;
    box-sizing: border-box;
    background: #F7F7F7;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.parking-fullmap__info:not(.is-open) .parking-fullmap__info-list {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.parking-fullmap__info-content {
    padding: 0 20px 20px;
}

.parking-fullmap__info-list .simplebar-track.simplebar-vertical {
    right: 0;
    width: 4px;
    top: 0;
    bottom: 30px;
    background: var(--color-primary-grayscale-gray);
    border-radius: 9999px;
}
.parking-fullmap__info-list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--color-primary-default-sub);
    opacity: 1;
    border-radius: 9999px;
}

.parking-fullmap__info-card {
    width: 279px;
    max-width: none;
    gap: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #EAEAEA;
    transition: 0.4s;
}
.parking-fullmap__info-card:not(:last-of-type) {
    margin-bottom: 10px;
}
.parking-fullmap__info-card.is-active {
    display: block;
    border-color: #D83C3C;
    background-color: var(--color-primary-light-sub);
}

.parking-fullmap__info-card--link {
    display: block;
    width: 100%;
    max-width: none;
    padding: 13px 14px 14px;
    border-radius: 6px;
}
.parking-fullmap__info-card:hover {
    transform: translateX(6px);
}

.parking-fullmap__info-ttl {
    margin: 0 0 11px;
    padding: 0 0 11px;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    color: #333;
    position: relative;
}

.parking-fullmap__info-card--arrow {
    width: 12px;
    fill: none;
    stroke: var(--color-primary-grayscale-darkgray);
    position: absolute;
    top: -11px;
    bottom: 0;
    margin: auto;
    right: -10px;
    transform: rotate(-90deg);
}

.parking-fullmap__info-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 6px;
}

.parking-fullmap__info-main {
    display: flex;
    gap: 5px 8px;
    flex-wrap: wrap;
}

.parking-fullmap__info-row--available {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 1px 1px 1px;
    width: 62px;
    background: #F08C34;
}

.parking-fullmap__info-row--available .parking-fullmap__info-label {
    color: #fff;
    font-size: var(--font-size-xxs);
    font-weight: 400;
}

.parking-fullmap__info-row--available .parking-fullmap__info-value {
    padding: 1px 5px;
    background: #fff;
    color: #F08C34;
    font-size: 10px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.parking-fullmap__info-fee {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-bottom: 3px;
}

.parking-fullmap__info-fee .parking-fullmap__info-label {
    width: auto;
    height: 17px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    font-size: 10px;
    font-weight: 400;
    color: #333;
    box-sizing: border-box;
}

.parking-fullmap__info-price {
    font-weight: 500;
    color: #333;
    font-size: 12px;
    line-height: 1;
}

.parking-fullmap__info-price span {
    font-size: 16px;
    color: var(--color-text-strong);
    font-weight: 700;
}

.parking-fullmap__info-address {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.parking-fullmap__info-description {
    background: #FEFFD6;
    width: 100%;
    max-width: none;
    padding: 8px 12px;
}

.parking-fullmap__info-description p {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.parking-fullmap__info-bkn-num {
    font-size: 12px;
    line-height: 1.5;
    color: #B7B7B7;
    margin: 0;
}

.parking-fullmap__info-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 13px 0;
    border-top: 1px solid #EAEAEA;
}

.parking-fullmap__info-btn--contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 250px;
    max-width: none;
    box-sizing: border-box;
    border-radius: 6px;
    background: #D83C3C;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}

.parking-fullmap__info-btn--contact:hover {
    transform: translateY(4px);
}

.l-wrapper:has(.parking-fullmap.is-open) .breadcrumbs {
    width: 100%;
    padding: 7px 0 7px 20px;
}

.pager .pager__list {
    flex-wrap: wrap;
}
