@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* ========== for Contents html Section ========== */
/* --- for INDEX / HOME html --- #conthome {  } */

#conthome section {
    position: relative;
    margin: 0 0 70px 0;
    width: 100%;
    font-size: 1.3rem;
}

#conthome .g_one   { background: linear-gradient(to bottom, #fff0b2 50%, #fffedb); }
#conthome .g_two   { background: linear-gradient(to bottom, #f3feff 50%, #fff); }
#conthome .g_three { background: #fff; }

    #conthome .video {
        width: 100%;
        margin: -25px 0 10px;
    }

#conthome h2 {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 5px;
    left: 5px;
    font-size: 1.6rem;
    color: #fff;
    background: linear-gradient( to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, .0) );
    border-radius: 50px;
    text-shadow: black 1px 1px 3px, black -1px 1px 3px, black 1px -1px 3px, black -1px -1px 3px;
}
#conthome h2 strong {
    position: absolute;
    top: 30px;
    left: 55px;
    display: block;
    font-size: 1.2rem;
}
#conthome h2 img {
    border-radius: 50%;
    margin-right: 8px;
    width: 45px;
}
#conthome .structure {
    position: absolute;
    width: 50px;
    top: 50px;
    left: 0;
}
#conthome .facade {
    margin-bottom: 30px;
/*    width: 100%;
    height: 200px !important;
    object-fit: cover;*/
}
#conthome img[src*="ico_"] {
    width: 50px;
    margin: 1px 1px 2px -2px;
}
#conthome .option {
    position: relative;
    padding: 0 .5rem;
    text-align: center;
}
#conthome .info {
    text-align: center;
}
#conthome .creditok {
    font-size: 1.2rem;
}
#conthome .money { width: 20px; }
#conthome .pin   { width: 12px; }
#conthome h3 {
    width: 120px;
    /*margin: -22px 0 0 0;*/
    padding: 2px 7px 0 7px;
    color: #fff;
    /*background-color: #b3fcbc;*/
    font-size: 1.2rem;
    /*text-shadow: 1px 1px 0px #00ffdc;*/
    border-radius: 10px;
}

#conthome img.renewal {
    position: absolute;
    width: 120px;
    top: 180px;
    left: 0px;
    z-index: 100;
}


#conthome .aki,
#conthome .stime {
    position: absolute;
    top: -50px;
    border-radius: 10px;
    border: 1px solid #00ffd06e;
    width: 44.5%;
    font-weight: bold;
    padding: 8px 10px 5px 10px;
    font-size: 1.4rem;
    line-height:1;
    float: left;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.9));
    background: linear-gradient(to bottom, #a4ffb8, #fcffd1);
    text-align: left;
}
/* 空室状況別背景 */
#conthome .aki_five  { background: linear-gradient(to bottom, #0012ff, #696dff); color: #fff;} /* 青系 */
#conthome .aki_three { background: linear-gradient(to bottom, #0147a7, #4a97ff); color: #fff;} /* 青系 */
#conthome .aki_one   { background: linear-gradient(to bottom, #ff412d, #ff887f); color: #fff;} /* 赤系 */
#conthome .aki_zero  { background: linear-gradient(to bottom, #ad0000, #ff6b6b); color: #fff;} /* 赤系 */

#conthome .aki   { right: 17px; }
#conthome .stime { left: 17px;  }

#conthome section .site,
#conthome section .tel,
#conthome section .detail {
    position: absolute;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #BFBFBD;
    background: linear-gradient(to bottom, #e50012 30%, #6d0001 100%);
    border: 3px solid #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.9));
}
#conthome .site   { top: 40px; }
#conthome .tel    { top: 95px; }
#conthome .detail { top: 150px; }


#conthome .teltxt {
    font-size: 2.2rem;
    font-weight: bold;
}

#conthome .map {
    border: 1px solid #cccccc;
    padding: 2px 5px;
    background-color: #aeaeae73;
    font-size: 1.5rem;
    font-weight: bold;
}
#conthome .newsrm {
    display: block;
    font-weight: bold;
    border: 1px solid #666;
    padding: 3px;
    border-radius: 15px;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

#conthome td time {
    font-weight: bold;
}
#conthome .newsthum {
    width: 120px;
    margin: 0 5px 0 0;
    float: left;
}



#conthome section i {
    font-size: 2.4rem;
    font-weight: bold;
    font-style: normal;
    color:#f00;
}
#conthome section i i {
    font-size: 1.5rem;
}
#conthome section b {
    font-size: 2rem;
    line-height: 0;
    /*color:#f00;*/
}
#conthome section span {
    font-size: 1.3rem;
    color: #ff3f4e;
    font-weight: bold;
}
#conthome section time {
    font-size: 1.3rem;
    color:#ff3a3a;
}


#conthome table {
    margin: 15px 0 0 0;
    width: 100%;
    background-color: #ffffff63;
    border: 1px solid #dbdbdb;
    text-align: left;
}
#conthome table td:before {
    display: block;
    text-align: center;
    background: #cceeee;
    box-sizing: border-box;
    font-weight: bold;
    padding: 7px;
    top: -59px;
    left: -0.2%;
}
#conthome table td:first-child:before  { content: "部屋写真"; }
#conthome table td:nth-child(2):before { content: "ニュース"; }
#conthome table td .scroll {
    padding: 5px;
    height: 150px;
    overflow: auto;
}
#conthome table td.room {
    text-align: center;
}
#conthome table td.room img {
    width: 50px;
    height: 50px !important;
    object-fit: cover;
    margin: 2px 0;
}

#conthome table td.room a {
    text-decoration:none;
}

#conthome table .thead {
    display: none;
}
#conthome table tr,
#conthome table td{
    display: block;
    width: 100%;
    position: relative;
}

#conthome table .scroll:nth-child(2){
    height: 200px;
    overflow: auto;
}

/* PC */
@media screen and ( min-width: 840px ) {
    #conthome section {
        vertical-align: top;
        display: inline-block;
        width: 47%;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: 5px 5px 10px #ccc;
        font-size: 1.5rem;
        margin: 30px 10px;
        padding: 15px;
        /*grid-template-columns: repeat(2, 1fr);*/
    }

    #conthome img.renewal {
        position: absolute;
        width: 120px;
        top: 310px;
        left: -5px;
        z-index: 100;
    }


    #conthome .video {
        width: 285px;
        margin: 0 0 0 -8px;
    }

    #conthome h2 {
        position: static;
        margin: -5px 0 5px -5px;
        font-size: 2.1rem;
        color: #5B4900;
        background: transparent;
        text-shadow: none;
    }
    #conthome h2 img {
        width: 80px;
    }
    #conthome h2 strong {
        top: 60px;
        left: 105px;
    }
    #conthome .structure {
        position: absolute;
        width: 50px;
        top: 96px;
        left: 0;
    }
    #conthome .facade {
        margin: 1px 12px 0 -14px;
        width: 200px;
        height: 160px !important;
        object-fit: cover;
        float: left;
    }
    #conthome img[src*="ico_"] {
        width: 45px;
    }
    #conthome .option {
        position: static;
        text-align: left;
    }
    #conthome .creditok {
        font-size: 1.5rem;
    }
    #conthome .info {
        margin: 12px 0 0 0;
    }
    #conthome h3 {
        position: static;
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: bold;
        font-size: 1.2rem;
        background-color: transparent;
        color: #fff;
        text-shadow: none;

    }
    #conthome .aki,
    #conthome .stime {
        top: -30px;
        width: 180px;
        border: 3px solid #ccc;
        background-color: #feffdb;
        box-shadow: 0px 1px 2px #000;
        font-size: 1.5rem;
    }
    #conthome .aki   { right: 17px; }
    #conthome .stime { right: 205px; left: auto; }


    #conthome .site {
        position: absolute;
        /*top: 120px;*/
        right: 30px;
    }
    #conthome .tel,
    #conthome .detail,
    #conthome .newsrm {
        display: none;
    }


    #conthome section h4 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    #conthome section span {
        font-size:1.3rem;
    }
    #conthome section .time {
        right: 400px;
        position: absolute;
    }
    #conthome section b {
        font-size: 2.2rem;
    }


    #conthome table {
        height: 200px;
        display: block;
    }
    #conthome table td:first-child:before,
    #conthome table td:nth-child(2):before {
        display:none;
    }

    #conthome table tbody {
        width: 100%;
        display:block;
    }
    #conthome table .thead {
        display: inline-table;
        margin-bottom:0;
    }
    #conthome table .scroll {
        overflow: auto;
        height: 150px;
    }
    #conthome table th {
        padding: 7px 12px;
        line-height: 1;
        font-size: 1.2rem;
        background-color: #cceeee;
    }
    #conthome table th:nth-child(1) {
        width: 30%;
    }
    #conthome table td {
        padding: 5px;
    }
    #conthome table tr,
    #conthome table td {
        display: inline-table;
    }
    #conthome table td.room {
        width: 30%;
        display: table-cell;
    }
    #conthome table td.room img {
        width: 50px;
        height: 50px !important;
        object-fit: cover;
        margin: 2px 0;
    }
    #conthome .lb-outerContainer {
        width: 500px !important;
    }
    #conthome table td.room img:hover {
        border:2px solid #f00;
    }
    #conthome table tr:nth-child(2) td:nth-child(2) {
        overflow: auto;
    }
    #conthome table td a {
        font-size:1.5rem;
    }
}

@media screen and (max-width: 1080px) and (min-width: 839px) {
    #conthome section {
        width: 100%;
    }
    #conthome .info br {
        display: none;
    }
    #conthome img.renewal {
        position: absolute;
        width: 120px;
        top: 150px;
        right: 280px;
        left: auto;
        z-index: 100;
    }
}
@media screen and (min-width: 839px ) and (max-width:1000px;) {
    #conthome section .news {
        display:block;
    }
}

/* --- for temp html --- #conttemp {  } */
#conttemp {  }

/* PC */
@media screen and ( min-width: 840px ) {

}
