img {
    width: 100%;
}

.property ul {
    width: 300px;
    margin: 50px auto 0;
    padding: 0px;
}

.slick-prev::before, .slick-next::before {
    color: black !important;
}

.map {
    text-align: center;
}

.property-box {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 20px;
}

.price {
    font-size: 2rem;
    width: 100%;
    color: red;
    padding: 10px 0px;
    font-weight: bold;
}

.place {
    font-size: 1rem;
    font-weight: bold;
}

.text {
    border: 1px solid gray;
    padding: 20px 5px;
    margin: 20px 15px;
}

.detail-property {
    margin: 30px 20px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
}

.property-title {
    font-family: serif;
    font-size: 1.25rem;
    text-align: center;
    margin: 0px;
    padding: 10px;
    /* background-color: bisque; */
    border-bottom: 1px solid gray;
    color: darkgoldenrod;
    font-weight: bold;
    letter-spacing: 5px;
}

.detail-b {
    border-bottom: 1px solid gray;
    display: flex;
    align-items: center;
}

.detail-head {
    width: 30%;
    padding: 25px 0px;
    background-color: lightgray;
    text-align: center;
    font-size: .8rem;
}

.detail-end {
    width: 70%;
    text-align: center;
    padding: 10px 0px;
}

.property ul {
    width: 300px;
    margin: 50px auto 0;
    padding: 0px;
}



.box-wrapper-title {
    text-align: center;
    font-family: serif;
    font-size: 2rem;
    padding: 50px 0px;
    color: darkgoldenrod;
    font-weight: bold;
    letter-spacing: 15px;
}

.info-address {
    text-align: center;
    font-size: 1rem;
}

.info-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0px;
}

.info-left, .info-right {
    font-size: 1rem;
}

.info-left {
    color: red;
    font-weight: bold;

}

.boxes {
    margin: 20px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 2px 3px;
    position: relative;
}

.box {
    border-radius: 10px 10px 0 0;
    height: 300px;
    transition: 0.3s;
}

.box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 300px;
}

.textbox {
    background-color: white;
    text-align: center;
    color: black;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 0 0 10px 10px;
    font-size: .7rem;
}

.textbox h3 {
    border-top: 1px solid black;
    padding: 10px 0px;
    color: darkgoldenrod;
    font-weight: bold;
    font-size: 1.5rem;
}

.box:hover {
    opacity: .5;


}

/* 付箋 */

.new {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    font-family: serif;
    position: absolute;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    background-color: red;
    width: 60px;
    height: 60px;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
}

.favo {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    position: absolute;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    background-color: orange;
    width: 60px;
    height: 60px;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
}

.yield {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    position: absolute;
    color: yellow;
    border-radius: 50%;
    font-weight: bold;
    background-color: darkgoldenrod;
    width: 80px;
    height: 80px;
    z-index: 2;
}