@charset "UTF-8";
@media screen and (max-width: 768px) {
    .form {
        margin-top: 6em !important;
    }
}
.showroom-list {
    max-width: 1080px;
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.showroom-list .frame {
    border: #1E78C8 2px solid;
    border-radius: 1em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.showroom-list .frame .details {
    width: 560px;
    padding: 50px;
}
.showroom-list .frame .details h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}
.showroom-list .frame .details .buttons {
    margin: 2em 0 2em;
}
.showroom-list .frame .details .buttons a {
    width: auto;
    border: #1E78C8 1px solid;
    border-radius: 9999px;
    padding: 1.3em 4em;
    line-height: 1;
    display: inline-block;
    color: #1E78C8;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s;
}
.showroom-list .frame .details .buttons a:hover {
    text-decoration: none;
    background: #1E78C8;
    color: #FFF;
}
.showroom-list .frame .details ul {
    display: flex;
    flex-wrap: wrap;
}
.showroom-list .frame .details ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: #CDD6DD 1px solid;
    padding: 1em;
    font-size: 14px;
}
.showroom-list .frame .details ul li:last-of-type {
    border-bottom: #CDD6DD 1px solid;
}
.showroom-list .frame .details ul li label {
    color: #1E78C8;
    width: 8em;
}
.showroom-list .frame .details ul li span {
    width: calc( 100% - 9em );
}
.showroom-list .frame .map {
    width: 520px;
}
.showroom-list .frame .map iframe {
    border-radius: 0 1em 1em 0;
}
@media screen and (max-width:1080px) {
    .showroom-list {
        width: 90%;
    }
    .showroom-list .frame {
        flex-wrap: wrap;
    }
    .showroom-list .frame .details {
        width: 100%;
    }
    .showroom-list .frame .map {
        width: 100%;
        height: 400px;
    }
    .showroom-list .frame .map iframe {
        border-radius: 0 0 1em 1em;
    }
    .showroom-list .frame .details .buttons {
        text-align: center;
    }

}
@media screen and (max-width:767px) {
    .showroom-list .frame .map {
        width: 100%;
        height: auto;
    }
    .showroom-list .frame .map iframe {
        border-radius: 0 0 1em 1em;
        height: 100%;
        aspect-ratio: 1/1;
    }
    .showroom-list .frame .details {
        padding: 5vw;
    }
    .showroom-list .frame .details h3 {
        font-size: 4.2vmin;
    }
    .showroom-list .frame .details .buttons a {
        padding: 1em 3em;
        font-size: 3.8vmin;
    }
    .showroom-list .frame .details ul li {
        flex-wrap: wrap;
    }
    .showroom-list .frame .details ul li label {
        width: 100%;
    }
    .showroom-list .frame .details ul li label {
        width: 100%;
    }
    .showroom-list .frame .details ul li span {
        width: 100%;
    }
}




.table-wrap {
    width: 100%;
    max-width: 1080px;
    overflow-x: auto;
}
table th {
    font-weight: 500;
}
table.reserve td.checked { background:#ffcccc !important; font-weight:bold;}
table.reserve td label { color:#666; }
table.reserve td label a:hover { background:#ffcccc;color:#fff;}
table.reserve td label a { color: #f00; cursor:pointer; display:block;width: 100%; height:100%;padding:8px; text-decoration:none;}
table.reserve td label span { display:block;width: 100%; height:100%;padding:8px;}
table.reserve td span.closed { text-decoration:none; color:#999;}
table.reserve td.checked label { text-decoration:none; color:#ff0000;}
/*table.sample td.hover { background-color:#ff99ff; }*/
table.reserve td input[type="radio"] {
    display:none;
}
.tr-selected { background-color:#fcc; }

.errorTextBox {
    box-sizing:border-box;
    background:#f33;
    color:#fff;
    width:100%;
    padding:1em;
    margin-top:1em;
    margin-bottom:1em;
}
table tr td span {
    display:block;
    min-height:1.7em;
}
table.reserve {
    width: 100%;
}
table.reserve tbody th,
table.reserve tbody td {
    border: #dcdcdc 1px solid;
    border-collapse: collapse;
    padding: 0px;
    text-align: center;
}
table.reserve thead th,
table.reserve thead td {
    background: #d8d3cf;
    color: #fff;
    padding: 8px;
    text-align: center;
    border: #dcdcdc 1px solid;
}
table.reserve thead th.row-head {
    border: none;
    background: #fff;
    color: #333;
    font-weight: 500;
    font-size: 130%;
    position: relative;
}

table.reserve tbody td.full {
    background: #eee !important;
    color: #999;
}

table.reserve tbody tr.day-6 th,
table.reserve tbody tr.day-6 td {
    background: #f1f1fb;
    color: #6666cc;
}
table.reserve tbody tr.day-0 th,
table.reserve tbody tr.day-0 td {
    background: #faf1f6;
    color: #cc6699;
}
table.reserve tbody tr.day-1 td,
table.reserve tbody tr.day-2 td,
table.reserve tbody tr.day-3 td,
table.reserve tbody tr.day-4 td,
table.reserve tbody tr.day-5 td {
    background: #fff;
    color: #666666;
}
table.reserve tbody tr.day-1 th,
table.reserve tbody tr.day-2 th,
table.reserve tbody tr.day-3 th,
table.reserve tbody tr.day-4 th,
table.reserve tbody tr.day-5 th {
    background: #fbfbfa;
}
table.reserve tbody tr.closed td {
    background: #ccc !important;
}
table.reserve tbody tr.closed td label {
    color: #666;
}
table.reserve tbody tr.closed td label a:hover {
    background: #ccc;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
    section.detail .block_left {
        float: none;
        width: 100%;
    }
    section.detail .block_right {
        float: none;
        width: 100%;
    }
    section.detail dl dt {
        padding: 0.5em 1em;
        font-size: 110%;
    }
    section.detail dl dd {
        padding: 0.5em 1em;
    }
    .btn-block {
        margin: 1em 0;
        overflow: auto;
    }
    table {
        width: auto !important;
        max-width: 100% !important;
    }
    table tbody tr th {
        width: 5em;
        min-width: 5em;
        font-size: 3vmin;
    }
    table tr td {
        width: 2em;
        font-size: 3vmin;
    }
    table.reserve thead th,
    table.reserve thead td {
        padding: 0.3em;
    }
    table.reserve td label span {
        padding:0.5em;
    }
    table.reserve td label a {
        padding: 0.5em;
    }
    table.reserve thead th.row-head {
        text-align: left;
        font-size: 3.5vmin;
    }
    ul.showroom-images {
        font-size: 0;
        letter-spacing: 0;
    }
    ul.showroom-images li {
        display: inline-block;
        font-size: 12px;
        width: 33.3%;
        background: #f0f0f0;
        line-height: 1;
    }
    ul.showroom-images li.maintenance {
        font-size: 20px;
        padding: 2em 0;
    }
}
.btn-next-month {
    font-size: 14px;

}
/*その他と主な共通部分は省略*/

a.btn-prev-month,
a.btn-next-month
{
    width: auto;
    border: #999 1px solid;
    background: #F0F0F0;
    border-radius: 9999px;
    padding: 1em 2em;
    line-height: 1;
    display: inline-block;
    color: #999;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
a.btn-prev-month {
    padding: 0.8em 2em 0.8em 3em;
}
a.btn-next-month {
    padding: 0.8em 3em 0.8em 2em;
}
a.btn-next-month:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5em;
    border-radius: 1px;

}
a.btn-prev-month:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-bottom: 3px solid #999;
    border-left: 3px solid #999;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1.5em;
    border-radius: 1px;

}
a.btn-prev-month:hover,
a.btn-next-month:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
@media screen and (max-width: 767px) and (min-width: 0px) {
    a.btn-prev-month,
    a.btn-next-month {
        font-size: 2.4vmin;
    }
}
.calendar-footbtn {
    margin: 1em 0;
}

.change_mon {
    float: right;
    display: inline-flex;
    gap: 1em;
}