/* --------------------
 Office time share
-------------------- */
.timeshare-container {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .timeshare-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.timeshare__about__pickup {
    background-color: rgba(184, 16, 16, .1);
    margin: 0 0 20px;
    padding: 15px;
}

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

.timeshare__about__pickup p {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .timeshare__about__pickup p {
        font-size: 1.6rem;
    }
}

.timeshare__about__pickup p:last-of-type {
    margin-bottom: 0;
}

.timeshare__about__content {
    margin: 0 0 15px;
}

.timeshare__about__content__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .timeshare__about__content__desc {
        font-size: 1.6rem;
    }
}

.timeshare__about__content__desc:last-of-type {
    margin-bottom: 0;
}

.timeshare__about__content__list {
    margin: 0 0 15px;
}

.timeshare__about__content__list__item {
    background-image: url(../../office_jisyu/images/office_icon01.gif);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}

@media (min-width: 768px) {
    .timeshare__about__content__list__item {
        font-size: 1.6rem;
    }
}

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

.timeshare__about__price {
    margin: 0 0 30px;
}

.timeshare__about__price__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 5px;
    max-width: 100%;
    width: 100%;
}

.timeshare__about__price__table > thead > tr > th {
    background-color: #b81010;
    border: 1px solid #999999;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .timeshare__about__price__table > thead > tr > th {
        font-size: 1.6rem;
    }
}

.timeshare__about__price__table > tbody > tr > td {
    background-color: #ffffff;
    border: 1px solid #999999;
    font-size: 1.4rem;
    padding: 5px 15px;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .timeshare__about__price__table > tbody > tr > td {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .timeshare__about__price__table > tbody > tr > td:nth-child(1) {
        width: 35%;
    }
}

.timeshare__about__price__note {
    font-size: 1.3rem;
}

.timeshare__about__option {
    margin: 0 0 30px;
}

.timeshare__about__option__item {
    margin: 0 0 15px;
}

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

.timeshare__about__option__item__title {
    color: #d98200;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {
    .timeshare__about__option__item__title {
        font-size: 1.6rem;
    }
}

.timeshare__about__option__item__content {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .timeshare__about__option__item__content {
        font-size: 1.6rem;
    }
}

.timeshare__about__access__title {
    margin: 0 0 10px;
    text-align: center;
}

.timeshare__about__access__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .timeshare__about__access__desc {
        font-size: 1.6rem;
    }
}

.timeshare__about__access__gallery {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 -8px;
}

.timeshare__about__access__gallery__item {
    padding: 0 8px;
    width: 50%;
}
