.logo {
        padding: 2% 1rem 3%;
            font-size: 1.4rem;
        padding-top: 0.8rem;
	color:#333;
}

.logo span {
    font-size: 8px;
    text-align: left;
    display: block;
    line-height: 0;
    padding-left: 7vw;
}

.nav {
    display: none;
}

.hero {
    width: 100%;
}

.hero h2 {
    font-size: 56px;
            left: 17vw !important;
        top: 27vw !important;
}

.hero p {
    font-size: 20px;
    left: 16%;
    top: 40%;
}

.hero img {
    width: 100%;
}

.hero-detail {
    padding:0px;
}

.search-box h3 { 
    font-weight: 500;
}

.search-form {
    width: 98%;
    display: block;
    border: none;
}

.search-form input {
    width: 96%;
    padding: 20px 2%;
}

.search-form input::placeholder {
    text-align: center;
}

.search-form button {
    display: block;
    padding: 20px 0px;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.search-form button img {
    display: none;
}

.search-form button::before {
    content: url('/images/top/icon_search.svg');
    position: absolute;
    top: 5.5vw;
    right: 5vw;
}

.map-section {
    /*display: none;*/
    padding: 50px 20px;
}

.listings {
    width:92%;
    margin:0 auto;
}

.listings .Listings-left,
.listings .Listings-right {
    width:100%;
}

.listings .Listings-right {
    padding:20px 0px;
}

.listings .Listings-left h3 {
    font-size: 1.6rem;
    text-align: center;
}
/*
.listings .Listings-left p {
    text-align: center;
}
*/
.listings .Listings-left p span {
    text-align: center;
    display:block;
}

.map-section h3 {
    width: 100%;
    text-align: left;
            font-size: 18px;
        padding-top: 20px;
}

.ranking-grid {
    display:block;
     text-align: left;
}

.area-card, .ranking-card {
    display:inline-block;
    width:49%;
}

.ranking-card p a {
    font-size:18px;
}

.ranking-card p {
    padding-left:14px;
}

.ranking-card p::after {
        background-image: url(/images/common/right-arrow-gold.svg);
    left: 0;
    top: 8px;
}

.map-list {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0;
}

.map-list h3 {
    border-bottom: 1px solid #D9D9D9;
    width: 95%;
    margin: 0 auto;
}

.map-list h3 span {
    background-color: #b38d48; 
    color: #fff; 
    font-size: 14px;
    padding: 5px;
    vertical-align: text-bottom;
}

.map-list ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.map-list ul li {
    width: 47%;
    padding-bottom: 15px;
    position: relative;
}

.map-list ul li::before {
    content: "▶︎";
    position: absolute;
    color:#b38d48;
}

.map-list ul li a {
    padding-left: 20px;
    text-decoration: none;

}

.sort-section {
    /* display: none; */
}

.sort-dropdown select {
        padding: 18px 16px 25px;
}

.sort-dropdown::after {
    top: 39px;
    right: 18px;
    width: 9px;
    height: 9px;
}

.news-section {
    position: static;
}

.news-section h3 {
    position: static;
    text-align: center;
}

.news-list {
    width: 100%;
}

.news-list li, 
.news-list li span {
    display: block;
    text-align: left;
}

.news-list li:last-child {
    border-bottom:none;
}

.news-title {
    padding-top: 8px;
    width: 100%;
}

.vacancy-banner,
.vacancy-text,
.vacancy-entry {
    width: 100%;
    display:inline-block;
    text-align: center;
}

.vacancy-entry {
    padding-bottom: 20px;
}

.vacancy-entry p.sp {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 0 1%;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.vacancy-entry p.pc {
    display:none;
}

.vacancy-text h4 {
    text-align: center;
    font-size: 1.5rem;
}

.vacancy-banner {
    background-image: url(/images/top/sp/sofa.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.vacancy-text {
    
}

.vacancy-info-btn {
    margin-left:0px;
    width:92%;
    margin:13vw auto 0;
}

.sort-card,
.sort-card .buttons button{
	/*
    position: static;
*/
}

.sort-card .rank {
    color:#B79435;
    letter-spacing: 0.08em;
}

.sort-card .traile {
    top: -1px;
    border-left: 80px solid #EADFD4;
}

.sort-card img.build_image {
    height:160px;
}

.sort-card .info p.building-name {
        font-size: 18px;
    font-weight: 600;
}

.sort-card .list-grid p span {
    font-weight: 600;
    font-size: 13px;
}

.inquiry {
   padding: 90px 20px;
}

.inquiry-box {
    padding: 40px 4%;
}

.inquiry-box p {
    text-align:left;
}

.inquiry-box button {
    width:100%;
}

.footer-inner {
    text-align: center;
}

.contact-box .look a::after {
    background: url(/images/common/icon_arrow_gold.svg);
    content: "";
    position: absolute;
    top: 4vw;
    right: 1vw;
    width: 17px;
    height: 17px;
}
