@charset "utf-8";

/* common削除記述 */
.cmnPageTit.hasDots::after {
    display: none;
}
.cmnPageTit .pageTit::before {
    content: "";
    background: linear-gradient(to bottom, var(--orangeColor) 0%, var(--orangeColor) 50%, var(--orangeColorD1) 51%, var(--orangeColorD1) 100%);
    width: 0.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:1215px){
    .cmnPageTit .pageTit::before {
        width: 0.3rem;
        height: 2.6rem;
        top: calc(50% - 1.3rem);
    }
}

/* secReserveTop */
.secReserveTop{
    margin-top: 2rem;
}
.secReserveTop .boxTit{
    background: var(--bgColor);
    position: relative;
    height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secReserveTop .boxTit:after{
    content: '';
    position: absolute;
    background: #000;
    width: 4rem;
    height: 0.1rem;
    bottom: 0;
    left: (50% - 2rem);
}
.secReserveTop .topTit{
    font-size: var(--pcFontSize20);
    font-weight: bold;
}
.secReserveTop .iconTit{
    position: absolute;
    top: -22px;
    left: calc(50% - 62.5px);
}
.secReserveTop .boxList{
    display: flex;
    margin-top: 4rem;
}
.secReserveTop .listItem{
    width: 22.762%;
    margin-right: 2.98%;
}
.secReserveTop .listItem:last-child{
    margin-right: 0;
}
.secReserveTop .imgList{
    height: 0px;
    padding-top: 85.25%;
}
.secReserveTop .boxTxt{
    margin-top: 2.6rem;
}
.secReserveTop .txtList{
    font-size: var(--pcFontSize20);
    font-weight: bold;
    text-align: center;
    line-height: var(--pcLineHeight20_34);
    letter-spacing: var(--pcLetterSpacing20_100);
}
@media only screen and (max-width:1215px){
    .secReserveTop {
        margin-top: 1.4rem;
    }
    .secReserveTop .iconTit {
        width: 8rem;
        position: absolute;
        top: -1.5rem;
        left: calc(50% - 4rem);
    }
    .secReserveTop .topTit {
        font-size: var(--spFontSize15);
        text-align: center;
        line-height: var(--spLineHeight15_24);
    }
    .secReserveTop .boxTit {
        height: 9rem;
    }
    .secReserveTop .boxTit:after {
        width: 2.5rem;
        left: (50% - 1.25rem);
    }
    .secReserveTop .boxList {
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    .secReserveTop .listItem {
        width: 47.83%;
        margin-right: 4.34%;
    }
    .secReserveTop .listItem:nth-child(2n) {
        margin-right: 0;
    }
    .secReserveTop .listItem:nth-child(n+3) {
        margin-top: 1.5rem;
    }
    .secReserveTop .txtList {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        letter-spacing: 0;
    }
    .secReserveTop .boxTxt {
        margin-top: 1rem;
    }
}

/* secProperty */
.secProperty {
    text-align: center;
    margin-top: 5rem;
}

.secProperty .propertyHeader {
    background-color: var(--orangeColor);
    display: inline-block;
    padding: 2.8rem 1rem;
    color: #fff;
    width: 100%;
    position: relative;
}

.secProperty .propertyHeader .propertyNotice {
    position: absolute;
    top: -2.7rem;
    left: calc(50% - 4.5rem);
}

.secProperty .propertyHeader .propertyTitle {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_100);
    font-weight: bold;
}

.secProperty .propertyGrid {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.2rem 0;
}

.secProperty .propertyItem {
    background-color: #fff;
    width: 33.3%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem 0 3rem;
}

.secProperty .titProperty {
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 0.5rem;
}

.secProperty .propertyType {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-direction: column;
}

.secProperty .txtUnder {
    margin-top: 1.6rem;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secProperty .txtUnder .new{
    margin-right: 1rem;
}

.secProperty .propertyCount {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secProperty .publicCount {
    background: var(--orangeColor);
    font-weight: bold;
    width: 4.2rem;
    height: 2.6rem;
    font-size: var(--pcFontSize14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.secProperty .countNumber {
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-left: 1rem;
}

.secProperty .membershipSection {
    margin-top: 2.5rem;
}

.secProperty .membershipNotice {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    line-height: 1.8;
    text-shadow:
        -1px -1px 0 #fff,
        /* 左上 */
        1px -1px 0 #fff,
        /* 右上 */
        -1px 1px 0 #fff,
        /* 左下 */
        1px 1px 0 #fff;
    /* 右下 */
}

.secProperty .membershipButton {
    width: 60rem;
    height: 8rem;
    font-size: var(--pcFontSize20);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.5rem auto 0;
    position: relative;
}
.secProperty .membershipButton:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6.6rem;
    background: url(../img/search/imgTarent.png)center top / cover no-repeat;
    width: 7.2rem;
    height: 10.1rem;
}
.secProperty .existingMemberButton {
    border: none;
    background: none;
    margin: 3.1rem auto 0;
    font-size: var(--pcFontSize14);
    text-decoration: underline;
    padding: 0;
    box-shadow:none;
}

@media only screen and (max-width:1215px) {
    .secProperty {
        margin-top: 2.5rem;
        padding: 0;
    }
    .secProperty .propertyHeader .propertyTitle {
        font-size: var(--spFontSize15);
    }
    .secProperty .propertyHeader {
        padding: 1.5rem 0;
    }
    .secProperty .propertyHeader .propertyNotice {
        top: -1.8rem;
        left: calc(50% - 3.25rem);
        width: 6.5rem;
    }
    .secProperty .propertyItem {
        width: 33.3%;
        box-shadow: unset;
        padding: 2rem 0 2.4rem;
        background: #f8f6f2;
    }
    .secProperty .propertyItem:nth-child(1) .imgIcon {
        width: 2.1rem;
    }
    .secProperty .propertyItem:nth-child(2) .imgIcon {
        width: 1.8rem;
    }
    .secProperty .propertyItem:nth-child(3) .imgIcon {
        width: 2.1rem;
    }
    .secProperty .titProperty {
        font-size: var(--spFontSize12);
        margin-top: 0.5rem;
        line-height: 1.333;
        min-height: 3.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .secProperty .propertyCount {
        flex-direction: column;
    }
    .secProperty .publicCount {
        width: 6.5rem;
        height: 1.8rem;
        font-size: var(--spFontSize11);
    }
    .secProperty .countNumber {
        font-size: var(--spFontSize13);
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 0.5rem;
        margin-left: 0;
    }
    .secProperty .txtUnder {
        margin-top: 1rem;
        font-size: var(--spFontSize11);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.5rem;
    }
    .secProperty .txtUnder .new {
        margin-right: 0;
    }
    .secProperty .propertyType {
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .secProperty .membershipNotice {
        font-size: var(--spFontSize13);
        line-height: 1.85;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    .secProperty .membershipButton {
        width: 100%;
        height: 6rem;
        font-size: var(--spFontSize16);
        margin: 1.5rem auto 0;
    }
    .secProperty .existingMemberButton {
        width: 71.015%;
        height: 5rem;
        font-size: var(--spFontSize12);
        margin: 2.3rem auto 0;
    }
    .secProperty .membershipButton:before {
        left: 3.2rem;
        background: url(../img/search/imgTarent_sp.png) center top / cover no-repeat;
        width: 4.4rem;
        height: 6.3rem;
    }
    .secProperty .membershipSection {
        margin-top: 1.8rem;
    }
}

/* .secCmnForm */
.secCmnForm{
    margin-top: 8rem;
}
@media only screen and (max-width:1215px) {
    .secCmnForm{
        margin-top: 0;
    }
    .secFormTit {
        width: 78% !important;
        margin: 0 auto 0;
    }
}