/* --------------------
 Meeting space - Group / mice
-------------------- */
.header {
    --fill: var(--color-theme-rgb);
}

.header__nav__sns__item a svg rect {
    display: none !important;
}

body {
    background-color: #F5F5F5;
}

.com-page-head {
    background-image: url(../../images/pages/group-mice/meeting-space/meeting-space-page-head.webp);
}

.cr-nav {
    align-items: center;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    margin: 0 auto;
    max-width: 280px;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 99;
}

@media (min-width: 768px) {
    .cr-nav {
        max-width: 316px;
    }
}

.cr-nav__item {
    width: 100%;
}

.cr-nav__item a {
    align-items: center;
    background-color: #357AC2;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 400;
    gap: 10px;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.cr-nav__item a img {
    width: 17px;
}

.cr-nav__item a span {
    display: block;
}

.cr-nav__item a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .cr-nav__item a:hover {
        opacity: 0.7;
    }
}

.cr {
    background-color: #F5F5F5;
}

.cr__main {
    padding: 20px 0 80px;
}

@media (min-width: 768px) {
    .cr__main {
        padding: 20px 0 120px;
    }
}

.cr__main-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .cr__main-container {
        padding: 0 30px;
    }
}

.cr__main__item-wrapper {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .cr__main__item-wrapper {
        margin: 0 0 120px;
    }
}

.cr__main__item {
    background-color: #ffffff;
    border-radius: 30px;
    margin: 0 0 60px;
    overflow: hidden;
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .cr__main__item {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .cr__main__item {
        border-radius: 60px;
        margin: 0 0 80px;
    }
}

@media (min-width: 1240px) {
    .cr__main__item {
        padding: 40px;
    }
}

.cr__main__item:last-child {
    margin-bottom: 0;
}

.cr__main__item__main {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px 0;
}

@media (min-width: 768px) {
    .cr__main__item__main {
        align-items: center;
        flex-direction: row;
        gap: 0;
    }
}

.cr__main__item__main__contents {
    width: 100%;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents {
        padding: 0 30px 0 0;
        width: 37.5%;
    }
}

@media (min-width: 992px) {
    .cr__main__item__main__contents {
        padding: 0 40px 0 0;
        width: 32.1428571429%;
    }
}

.cr__main__item__main__contents__title {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents__title {
        margin: 0 0 30px;
    }
}

.cr__main__item__main__contents__title__en {
    color: #357AC2;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.05;
    margin: 0 0 8px;
    position: relative;
}

@media (min-width: 992px) {
    .cr__main__item__main__contents__title__en {
        font-size: var(--fs16);
    }
}

@media (min-width: 1240px) {
    .cr__main__item__main__contents__title__en {
        font-size: var(--fs20);
    }
}

.cr__main__item__main__contents__title__en:before {
    background-color: #357AC2;
    content: "";
    display: block;
    height: 1px;
    left: -10px;
    position: absolute;
    right: auto;
    top: 6px;
    transform: translateX(-100%);
    width: 20px;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents__title__en:before {
        left: -10px;
        width: 60px;
    }
}

@media (min-width: 992px) {
    .cr__main__item__main__contents__title__en:before {
        left: -10px;
    }
}

@media (min-width: 1240px) {
    .cr__main__item__main__contents__title__en:before {
        left: -15px;
        top: 8px;
    }
}

.cr__main__item__main__contents__title__ja {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents__title__ja {
        font-size: var(--fs26);
    }
}

@media (min-width: 992px) {
    .cr__main__item__main__contents__title__ja {
        font-size: var(--fs30);
    }
}

@media (min-width: 1240px) {
    .cr__main__item__main__contents__title__ja {
        font-size: var(--fs40);
    }
}

.cr__main__item__main__contents__content {
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents__content {
        margin: 0 0 30px;
    }
}

.cr__main__item__main__contents__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin: 0;
}

.cr__main__item__main__contents__table-wrapper {
    margin: 0 -8px -8px;
}

.cr__main__item__main__contents__table {
    border: none;
    border-collapse: separate;
    border-spacing: 8px 12px;
    margin: 0;
    width: 100%;
}

.cr__main__item__main__contents__table > tbody > tr > th, .cr__main__item__main__contents__table > tbody > tr > td {
    padding: 4px 8px;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents__table > tbody > tr > th, .cr__main__item__main__contents__table > tbody > tr > td {
        padding: 6px 8px;
    }
}

.cr__main__item__main__contents__table > tbody > tr > th {
    background-color: #F5F5F5;
    border-radius: 6px;
    font-size: var(--fs14);
    line-height: 1.6;
    min-width: 90px;
    width: 90px;
}

@media (min-width: 768px) {
    .cr__main__item__main__contents__table > tbody > tr > th {
        border-radius: 12px;
    }
}

@media (min-width: 992px) {
    .cr__main__item__main__contents__table > tbody > tr > th {
        font-size: var(--fs16);
        min-width: 100px;
        width: 100px;
    }
}

.cr__main__item__main__contents__table > tbody > tr > td {
    font-size: var(--fs18);
    font-weight: 900;
}

@media (min-width: 992px) {
    .cr__main__item__main__contents__table > tbody > tr > td {
        font-size: var(--fs20);
    }
}

.cr__main__item__main__contents__table__pdf {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.cr__main__item__main__contents__table__pdf img {
    width: 24px;
}

.cr__main__item__main__contents__table__pdf:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .cr__main__item__main__contents__table__pdf:hover {
        opacity: 0.65;
    }
}

.cr__main__item__main__gallery {
    padding: 0 0 4px;
    width: 100%;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery {
        width: 62.5%;
    }
}

@media (min-width: 992px) {
    .cr__main__item__main__gallery {
        width: 67.8571428571%;
    }
}

.cr__main__item__main__gallery .glide--swipeable {
    cursor: auto;
}

.cr__main__item__main__gallery .glide-container {
    margin: 0;
    position: relative;
}

.cr__main__item__main__gallery .glide--swipeable .glide-container {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide--swipeable .glide-container {
        margin: 0 0 30px;
    }
}

.cr__main__item__main__gallery .glide__track {
    border-radius: 12px;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide__track {
        border-radius: 25px;
    }
}

@media (min-width: 992px) {
    .cr__main__item__main__gallery .glide__track {
        border-radius: 50px;
    }
}

.cr__main__item__main__gallery .glide__slide img {
    border-radius: 25px;
    width: 100%;
}

@media (min-width: 992px) {
    .cr__main__item__main__gallery .glide__slide img {
        border-radius: 50px;
    }
}

.cr__main__item__main__gallery .glide__arrows {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.cr__main__item__main__gallery .glide__arrow {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 50%;
    bottom: 0;
    box-sizing: content-box;
    height: 50px;
    left: auto;
    margin: auto 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 50px;
    z-index: 1;
}

.cr__main__item__main__gallery .glide__arrow span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}

.cr__main__item__main__gallery .glide__arrow:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

.cr__main__item__main__gallery .glide__arrow:after {
    display: none;
}

.cr__main__item__main__gallery .glide__arrow--prev {
    left: 10px;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide__arrow--prev {
        left: 20px;
    }
}

.cr__main__item__main__gallery .glide__arrow--prev:before {
    background-image: url(../../images/icons/icon-white-arrow-left.svg);
}

@media (hover: hover) and (pointer: fine) {
    .cr__main__item__main__gallery .glide__arrow--prev:hover:before {
        transform: translateX(-5px);
    }
}

.cr__main__item__main__gallery .glide__arrow--next {
    right: 10px;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide__arrow--next {
        right: 20px;
    }
}

.cr__main__item__main__gallery .glide__arrow--next:before {
    background-image: url(../../images/icons/icon-white-arrow-right.svg);
}

@media (hover: hover) and (pointer: fine) {
    .cr__main__item__main__gallery .glide__arrow--next:hover:before {
        transform: translateX(5px);
    }
}

.cr__main__item__main__gallery .glide__bullets {
    align-items: stretch;
    bottom: auto;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    height: auto;
    justify-content: center;
    left: auto;
    margin: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide__bullets {
        gap: 16px;
    }
}

.cr__main__item__main__gallery .glide__bullet {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(20% - 6.4px);
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide__bullet {
        width: 85px;
    }
}

.cr__main__item__main__gallery .glide__bullet img {
    aspect-ratio: 1040/536;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.cr__main__item__main__gallery .glide__bullet:after {
    background-color: var(--color-theme);
    border-radius: 2px;
    bottom: -3px;
    content: "";
    display: block;
    left: -3px;
    opacity: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 0;
}

@media (min-width: 768px) {
    .cr__main__item__main__gallery .glide__bullet:after {
        border-radius: 4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
        top: -4px;
    }
}

.cr__main__item__main__gallery .glide__bullet--active:after {
    opacity: 1;
}

.cr__main__item__main__gallery .glide__bullet:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .cr__main__item__main__gallery .glide__bullet:hover:after {
        opacity: 1;
    }
}

.cr__main__item:has(.cr__main__item__detail) .cr__main__item__main {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .cr__main__item:has(.cr__main__item__detail) .cr__main__item__main {
        margin: 0 0 60px;
    }
}

.cr__main__item__detail__item {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .cr__main__item__detail__item {
        margin: 0 0 60px;
    }
}

.cr__main__item__detail__item:last-child {
    margin-bottom: 0;
}

.cr__main__item__detail__item__title {
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 6px;
    display: flex;
    flex-flow: column wrap;
    font-size: var(--fs20);
    font-weight: 700;
    gap: 0 12px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 8px;
}

@media (min-width: 768px) {
    .cr__main__item__detail__item__title {
        border-radius: 12px;
        flex-direction: row;
        font-size: var(--fs24);
        justify-content: flex-start;
        margin: 0 0 20px;
        padding: 12px;
    }
}

.cr__main__item__detail__item__title__en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
}

@media (min-width: 768px) {
    .cr__main__item__detail__item__title__en {
        font-size: var(--fs24);
    }
}

.cr__main__item__detail__item__title__ja {
    display: block;
    font-size: var(--fs14);
}

@media (min-width: 768px) {
    .cr__main__item__detail__item__title__ja {
        font-size: var(--fs16);
    }
}

.cr__main__item__detail__item__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
}

.cr__main__item__detail__item__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .cr__main__item__detail__item__content p {
        font-size: var(--fs16);
    }
}

.cr__main__action .com-button {
    margin: 0 auto;
}