.input-label {
    font-size: 15px;
    background-color: #8d8d8d;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    margin: 0 !important;
    text-align: center;
}

.input-label2 {
    font-size: 15px;
    background-color: white;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
    border: solid 1px #8d8d8d;
}

.two-lines-input-label {
    font-size: 15px;
    background-color: #8d8d8d;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    margin: 0 !important;
    text-align: center;
}

.detail-label {
    font-size: 15px;
    background-color: rgba(255, 201, 95, 0.6);
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
}

.detail-label-box {
    width: 20%;
}

.large-detail-label {
    font-size: 15px;
    background-color: rgba(255, 201, 95, 0.6);
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 !important;
    color: black;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.large-detail-label-box {
    width: 20%;
    display: table;
}

.large-detail-label-box2 {
    width: 80%;
    display: table;
}

.detail-label-box2 {
    width: 80%;
}

.detail-field {
    margin: 0 auto !important;
}

.detail-text {
    margin-left: 2%;
}

.detail-text2 {
    margin-left: 2%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.detail-label2 {
    font-size: 15px;
    background-color: white;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
    border: solid 1px #8d8d8d;
}

.text-label {
    font-size: 15px;
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
}

.input-search-label {
    font-size: 15px;
    background-color: white;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
    border: 1px solid #AAAAAA;
    height: 3rem;
    line-height: 15px;
}

.column {
    border: solid 1px #aaaaaa !important;
    background-color: white;
}

.unsettled {
    margin-top: 2%;
    font-size: 18px;
}

.menu-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.label-box {
    width: 30%;
}

.form-label {
    font-size: 1em;
}

.page-title {
    border-bottom: solid 2px #8d8d8d;
}

.information-title {
    font-weight: bold;
    margin-top: 2%;
}

.information-item {
    margin-top: 2%;
}

.sp-modal-text {
    margin-top: 5px;
}

.title-font {
    font-family: Times New Roman;
}

.messages-font-size {
    font-size: 14px;
}

.sp-label-text {
    margin: 8px 0 10px 0;
    padding-left: 8px;
    border-left: thick solid #FFC95F;
}


/* 改行表示 */

.linefeed {
    white-space: pre-wrap;
}

.guide {
    /* margin-top: 90px; */
    font-size: 20px;
    line-height: 15px;
}

.guide div {
    padding-left: 4%;
    padding-right: 4%;
}

.guide div p {
    line-height: 25px;
}

.title-text {
    width: 70%;
    margin: 0px auto;
}

.input-area {
    display: flex;
    /* height: 50px; */
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin-top: 25px; */
    margin-bottom: 0 !important;
}

.description {
    height: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 25px;
}

.description p {
    display: inline;
    font-size: 12px;
    margin: 0 !important;
    vertical-align: middle;
    color: #8d8d8d;
}

.bold-text {
    font-weight: bold;
}

.register-button p {
    color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 18px;
}

.head-img p {
    font-size: 30px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.pr-text {
    font-size: 12px !important;
}

.keyword-text {
    display: inline-block;
    background-color: #e8e8e8;
    color: gray;
    width: 30%;
    margin: 0 0% 1% 2%;
    text-align: center;
}

.keyword-text p {
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.company-name {
    opacity: 0.8;
    font-size: 13px;
}

.property-name {
    margin-left: 10%;
    padding: 0;
    font-size: 1rem;
}

.property-name,
.star,
.property-condition {
    text-align: left;
}

.property-address {
    text-align: left;
    color: gray;
}

.property-condition ul {
    text-align: left;
    display: flex;
    padding: 1% 5% 0 0;
    margin: 0;
}

.property-condition li {
    margin: 0 2% 0 0;
    padding: 0.25% 0.5%;
    display: flex;
    list-style: none;
    color: gray;
    border-radius: 0.2rem;
    user-select: none;
}

.reservation-item {
    margin: 2% 0px;
}

.search-title {
    font-size: 16px;
    font-weight: bold;
}

.pc-search-title {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 22px;
    font-weight: bold;
}

.top-property-title {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 1% 2%;
}

.top-property-name {
    display: inline-block;
    width: 85%;
    font-size: 2vmax;
    text-align: right;
}

.top-property-area {
    display: inline-block;
    width: 12%;
    font-size: 1vmax;
    text-align: left;
    padding: 1%;
}

.property-area-title {
    margin: 0;
    font-weight: bold;
    text-align: left;
    float: left;
}

.top-special-feature {
    padding: 1% 2% !important;
}

.top-item-name {
    text-align: left;
    float: left;
}

.more-see-link {
    text-align: right;
    color: #000000;
}

.news-title {
    margin: 2% 0;
    border-bottom: 1px solid #8d8d8d;
}

.icon-potision {
    position: relative;
    top: 7px;
}

.catch-copy-text {
    font-size: 24px;
    margin-top: 15px;
    color: #438280;
}

.date-select-announce {
    background: #5a5a5a;
    color: #fff;
    text-align: center;
}

.review-none {
    font-size: 22px;
    text-align: center;
    opacity: 0.6;
}

.sp-reservation-price {
    display: inline-block;
    position: relative;
    top: 16px;
    left: 15px;
    font-size: 28px;
}

.sp-reservation-title {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 15px;
}

.num-text-box {
    width: 100%;
    display: flex;
}

.num-text {
    width: 5%;
    text-align: right;
    margin-right: 1%;
}

.text-box {
    width: 94%;
}

.num-text p,
.text-box p {
    margin-top: 0;
    margin-bottom: 2%;
}

.calendar-text {
    position: absolute;
    width: 80%;
    color: #fff;
    font-size: 1.4rem;
    line-height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
}

.day-select-color {
    color: #000;
}

/* .is-empty {
    color: #cac7c7;
} */

.menu-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.required-text{
    color: #f93535;
}

.checkin-out-text {
    font-size: 15px !important;
}

@media screen and (max-width: 992px) {
    .description p {
        display: inline;
        font-size: 15px;
        margin: 0 !important;
        vertical-align: middle;
        color: #8d8d8d;
    }
    .description {
        margin-top: 0;
    }
    .checkin-out-text {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .register-button p {
        color: white;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 16px;
    }
    .select-string {
        font-size: 11px !important;
    }
    input::placeholder {
        font-size: 11px;
    }
    .input-label {
        font-size: 11px;
        background-color: #8d8d8d;
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        color: white;
        margin: 0 !important;
        text-align: center;
    }
    .property-condition {
        padding-right: 0px !important;
    }
    .detail-label-box {
        width: 30% !important;
    }
    .large-detail-label-box {
        width: 30% !important;
    }
    .large-detail-label-box2 {
        width: 70%;
        display: table;
    }
    .detail-label-box2 {
        width: 70%;
    }
    .top-property-area {
        display: inline-block;
        width: 100%;
        font-size: 1.5vmax;
        text-align: center;
        padding: 1%;
    }
    .top-property-name {
        display: inline-block;
        width: 100%;
        font-size: 2.7vmax;
        text-align: center;
    }
    .top-property-title {
        background: rgba(255, 255, 255, 0.8);
        display: inline-block;
        width: 100%;
        padding: 1% 2%;
    }
    .property-area-title {
        text-align: center !important;
        float: none !important;
        margin-bottom: 10px;
    }
    .detail-label,
    .large-detail-label,
    .detail-text,
    .detail-text2 {
        font-size: 11px;
    }
    .calendar-text {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 430px) {
    .description p {
        display: inline;
        font-size: 13px;
        margin: 0 !important;
        vertical-align: middle;
        color: #8d8d8d;
    }
}

@media screen and (max-width: 400px) {
    .input-area {
        display: flex;
        /* height: 50px; */
        padding-left: 0 !important;
        padding-right: 0 !important;
        /*margin-top: 50px;*/
        margin-bottom: 0 !important;
    }
    .title-text-box div p {
        font-size: 24px;
    }
    .admin-title-text-box div p {
        font-size: 28px;
    }
}

@media screen and (max-width: 360px) {
    .register-button p {
        color: white;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
}

@media screen and (max-width: 300px) {
    .label-box {
        width: 35% !important;
    }
}

.progressbar {
    display: flex;
    flex-wrap: wrap;
}

.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f5f5f5;
    color: #999999;
    font-size: 13px;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    border: 32px solid transparent;
    border-left: 20px solid #f5f5f5;
    margin: auto;
}

.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #fff;
}

@media screen and (max-width: 480px) {
    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .progressbar .item:not(:last-child)::before,
    .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }
}


/* active */

.progressbar .item.active,
.progressbar .item.active {
    z-index: 1;
    background: #0070bd;
    color: #fff;
}

.progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}

.progressbar .item.active:not(:last-child)::before,
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}


/* 管理者用css */

.admin-input-label {
    font-size: 15px;
    background-color: #8d8d8d;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    margin: 0 !important;
    text-align: center;
}

.admin-input-label2 {
    font-size: 15px;
    background-color: white;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
    border: solid 1px #8d8d8d;
}

.admin-label-box {
    width: 30%;
}

.admin-title-font {
    font-family: serif;
}

.admin-bold-text {
    font-weight: bold;
}

.admin-messages-font-size {
    font-size: 14px;
}

.admin-guide {
    /* margin-top: 90px; */
    font-size: 20px;
    line-height: 15px;
}

.admin-guide div {
    padding-left: 4%;
    padding-right: 4%;
}

.admin-guide div p {
    line-height: 25px;
}

.admin-title-text {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.admin-register-button p {
    color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 18px;
}

.admin-head-img p {
    font-size: 30px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.admin-description {
    height: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 25px;
    font-size: small;
}

.admin-description p {
    display: inline;
    font-size: 12px;
    margin: 0 !important;
    vertical-align: middle;
    color: #8d8d8d;
}

@media screen and (max-width: 992px) {
    .admin-description p {
        display: inline;
        font-size: 15px;
        margin: 0 !important;
        vertical-align: middle;
        color: #8d8d8d;
    }
}

@media screen and (max-width: 430px) {
    .admin-description p {
        display: inline;
        font-size: 13px;
        margin: 0 !important;
        vertical-align: middle;
        color: #8d8d8d;
    }
}

.admin-detail-label {
    font-size: 15px;
    background-color: rgba(255, 201, 95, 0.6);
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
}

.admin-detail-label-box {
    width: 20%;
}

.admin-large-detail-label {
    font-size: 15px;
    background-color: rgba(255, 201, 95, 0.6);
    width: 100%;
    height: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 !important;
    color: black;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.admin-large-detail-label-box {
    width: 20%;
    display: table;
}

.admin-detail-label-box2 {
    width: 80%;
}

.admin-detail-field {
    margin: 0 auto !important;
}

.admin-detail-text {
    margin-left: 2%;
}

.admin-detail-label2 {
    font-size: 15px;
    background-color: white;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
    border: solid 1px #8d8d8d;
}

.admin-text-label {
    font-size: 15px;
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: black;
    margin: 0 !important;
    text-align: center;
}

.admin-page-title {
    border-bottom: solid 2px #8d8d8d;
}

.admin-information-title {
    font-weight: bold;
    margin-top: 2%;
}


/* ステップバー */

.admin-progressbar {
    display: flex;
    flex-wrap: wrap;
}

.admin-progressbar .admin-item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f5f5f5;
    color: #999999;
    font-size: 13px;
}

.admin-progressbar .admin-item:not(:last-child)::before,
.admin-progressbar .admin-item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    border: 32px solid transparent;
    border-left: 20px solid #f5f5f5;
    margin: auto;
}

.admin-progressbar .admin-item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #fff;
}

@media screen and (max-width: 480px) {
    .admin-progressbar .admin-item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .admin-progressbar .admin-item:not(:last-child)::before,
    .admin-progressbar .admin-item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }
}


/* active */

.admin-progressbar .admin-item.active {
    z-index: 1;
    background: #0070bd;
    color: #fff;
}

.admin-progressbar .admin-item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}

.admin-progressbar .admin-item.active:not(:last-child)::before {
    border-left: none;
}

.admin-top-property-area {
    display: inline-block;
    width: 100%;
    font-size: 1.5vmax;
    text-align: center;
    padding: 1%;
}

.admin-top-property-name {
    display: inline-block;
    width: 100%;
    font-size: 3vmax;
    text-align: center;
}

.admin-top-property-title {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    width: 100%;
    padding: 1% 2%;
}

.admin-property-area-title {
    text-align: center !important;
    float: none !important;
    margin-bottom: 10px;
}
