@charset "UTF-8";

/*---------------------------------------------
PC
---------------------------------------------*/
@media screen and (min-width: 769px) {


    #topmainvisual {
        position: relative;
        height: 319px;
    }

    #mainvisual ul li {
        width: 100%;
        height: 319px;
    }

    #mainvisual ul li.main_top {
        background: url(../img/top/main_top.jpg) no-repeat center 0;
    }

    #mainvisual ul li.main_new {
        background: url(../img/top/main_new.jpg) no-repeat center 0;
    }

    #mainvisual ul li.main_de {
        background: url(../img/top/main_de.jpg) no-repeat center 0;
    }

    #mainvisual ul li.main_rino {
        background: url(../img/top/main_rino.jpg) no-repeat center 0;
    }

    #mainvisual ul li .ms_link a {
        display: inline-block;
        border: 1px solid #fff;
        padding: 5px 60px;
        color: #fff;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 14px;
    }

    #mainvisual ul li .ms_link a span {
        display: inline-block;
        position: relative;
        padding: 0 0 0 20px;
    }

    #mainvisual ul li .ms_link a span::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 0;
        margin-top: -4px;
    }

    #mainvisual ul li.main_new .ms_txt {
        width: 900px;
        margin: 150px auto 0;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        text-shadow: 0 0 0.2em #000;
    }

    #mainvisual ul li.main_new .ms_link {
        width: 900px;
        margin: 20px auto 0;
    }

    #mainvisual ul li.main_de .ms_link {
        text-align: center;
        margin: 240px auto 0;
    }

    #mainvisual ul li.main_rino .ms_txt {
        width: 986px;
        margin: 170px auto 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
    }

    #mainvisual ul li.main_rino .ms_txt span {
        width: 455px;
        display: inline-block;
    }

    #mainvisual ul li.main_rino .ms_link {
        width: 986px;
        margin: 20px auto 0;
    }

    .main_slider_thumbs {
        position: absolute;
        top: 0;
        width: 1000px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #main_slider_thumbs {
        width: 290px;
        margin: 0 0 0 auto;
    }

    #main_slider_thumbs ul {
        transform: translate3d(0px, 0px, 0px) !important;
        width: 290px;
    }

    #main_slider_thumbs ul li {
        width: 290px !important;
        border: 2px solid #fff;
        background: #fff;
        margin: 0 0 10px;
        padding: 5px;
        height: 86px !important;
        cursor: pointer;
    }

    #main_slider_thumbs ul li:first-child {
        visibility: hidden;
        width: 0 !important;
        height: 0 !important;
        margin: 0;
    }

    #main_slider_thumbs .swiper-slide-active {
        border: 2px solid #001d4f;
    }

    #main_slider_thumbs ul li a { color: #000; }

    #main_slider_thumbs ul li .mst_ttl {
        width: 160px;
        float: right;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 5px;
        line-height: 1.0;
    }

    #main_slider_thumbs ul li .mst_img {
        width: 109px;
        height: 72px;
        margin: 0 0 10px;
        float: left;
    }

    #main_slider_thumbs ul li .mst_txt {
        width: 160px;
        float: right;
        font-size: 12px;
        line-height: 1.2;
    }

    .top_news {
        background: #f4f4f4;
        padding: 10px 0;
        font-size: 14px;
    }

    .top_news dl {
        width: 1000px;
        margin: 0 auto;
        height: 10em;
        overflow-y: scroll;
    }

    .top_news dl dt {
        font-weight: bold;
        float: left;
        width: 75px;
        position: absolute;
    }

    .top_news dl dd {
        margin: 0 0 5px 75px;
    }

    .top_news dl dd a {
        text-decoration: underline;
    }

    .top_news dl dd a:hover {
        text-decoration: none;
    }

    .top_news dl dd .tn_date {
        float: left;
        width: 90px;
    }

    .top_news dl dd .tn_txt {
        margin: 0 0 5px 90px;
    }

    .top_news dl dd.tn_pu .tn_txt {
        background: #fff;
        padding: 5px 10px;
    }

    #maincolumn {
        width: 1000px;
        margin: 0 auto;
    }

    .leftcolumn {
        float: left;
        width: 745px;
        margin-right: -40px;
    }

    .rightcolumn {
        margin-top: 30px !important;
    }

    .top_searchmap {
        width: 470px;
        float: left;
        position: relative;
    }

    .top_searchmap ul li {
        width: 150px;
        list-style: none;
        float: left;
        text-align: center;
        margin: 30px 0 -1px;
        border: 2px solid #edf0f3;
        font-weight: bold;
    }

    .top_searchmap ul li:nth-child(-n+2) {
        margin-right: 10px;
    }

    .top_searchmap ul li a {
        color: #00349a;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 5px 0px;
    }

    .top_searchmap ul li.active {
        font-weight: bold;
        background-color: #edf0f3;
    }

    .top_searchmap .tsm_box img {
        margin-top: -1px;
    }

    .tsm_box {
        display: none;
    }

    #tsm_station {
        display: block;
    }

    #tsm_station .station_map_img {
        display: inline-block;
    }

    #tsm_station a.station_btn {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    #tsm_station a.station_btn img {
        width: 136px;
    }

    .top_searcstation {
        width: 490px;
        margin-top: 30px;
        float: right;
        /* position: relative; */
    }

    .top_searcstation div p.midashi,
    p.btn {
        width: 230px;
        list-style: none;
        float: left;
        text-align: center;
        padding: 5px 0px;
        font-weight: bold;
    }

    .top_searcstation div p.midashi {
        border: 2px solid #edf0f3;
        border-bottom: none;
        padding-bottom: 19px;
        background-color: #fff;
        height: 52px;
    }

    .top_searcstation .midashi span {
        width: auto;
        height: 40px;
        vertical-align: middle;
        background-image: url(../img/top/bus.png);
        background-position: left 0 center;
        background-repeat: no-repeat;
        padding: 10px 0 10px 34px;
    }

    .top_searcstation .btn {
        width: 250px;
        right: 0;
        border: 2px solid #5a5a5a;
        position: relative;
        padding: 0px;
        font-weight: bold;
        margin-left: 9px;
    }

    .top_searcstation .btn a {
        color: #000;
        display: block;
        padding: 6px 0 6px 19px;
        line-height: 1.6;
    }

    .top_searcstation .btn::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 50px;
        margin-top: -4px;
    }

    .top_searcstation .searcstation_inner {
        width: 100%;
        border: 2px solid #edf0f3;
        margin-top: 50px;
    }

    /* --------ここからーーーー */

    #search_box select {
        height: 30px;
    }

    .search_inbox_top {
        padding: 30px 0 25px 20px;
    }

    .search_inbox_top ul li.yoko {
        display: inline-block;
    }

    .search_inbox_top ul li select {
        margin-right: 10px;
    }

    .search_inbox_top ul li select.line {
        display: inline-block;
        width: 120px;
        margin: 0 10px 10px 0;
    }

    .search_inbox_top ul li select.station {
        width: 200px;
    }

    .search_inbox_top ul li select.time {
        width: 75px;
        margin-left: 30px;
    }

    .ttl_box {
        font-size: 16px;
        font-weight: bold;
        background-image: url(../img/top/menu.png);
        background-position: left 0 center;
        background-repeat: no-repeat;
        padding: 10px 0 10px 30px;
        margin: 0 0 -20px 20px;
    }

    .search_inbox dt {
        margin: 20px 0 10px;
        font-weight: bold;
        display: inline-block;
        line-height: 1.6;
    }

    .search_inbox dl {
        clear: both;
        padding: 10px 0 0 20px;
    }

    .search_inbox dl input {
        border: none;
        background: none;
        vertical-align: middle;
        margin-right: 3px;
    }

    .search_inbox .dl_rent dt {
        float: left;
        width: 450px;
    }

    .search_inbox .dl_rent dd {
        text-align: center;
        width: auto;
        margin-left: 1em;
        float: left;
    }

    .search_inbox .dl_rent dd:last-child {
        width: 450px;
        text-align: left;
        margin-top: 5px;
    }

    .search_inbox .dl_cost select {
        margin-left: 5px;
    }

    .search_inbox .dl_cost dd {
        width: auto;
        margin-left: 1em;
    }

    .dl_floorplan .dd_floorplan {
        float: left;
        clear: both;
        margin-left: 1em;
    }

    .dl_floorplan {
        padding-bottom: 10px;
    }

    .dl_floorplan dt {
        float: left;
        width: 450px;
    }

    .dl_floorplan dd {
        margin-left: 1em;
        text-align: center;
        margin: 0 10px 5px 0;
        width: auto;
        float: left;
        line-height: 1.6;
    }

    .dl_kind .dd_kind {
        width: 200px;
    }

    .btn_search {
        width: 250px;
        text-align: right;
        clear: both;
        position: relative;
        margin: 20px auto 30px;
    }

    .btn_search:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .btn_search::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 63px;
        margin-top: -4px;
    }

    .btn_search .search_submit {
        background-color: #001d4f;
        color: #fff;
        border: none;
        font-size: 16px;
        margin-right: 0px;
        width: 100%;
        padding-left: 25px;
    }

    .pickup {
        width: 750px;
        clear: both;
    }

    .pickup h2 {
        font-size: 18px;
        clear: both;
        padding: 30px 0 10px 40px;
        background-image: url(../img/hone.png);
        background-repeat: no-repeat;
        background-position: 0 28px;
        background-size: 28px;
        display: block;
    }

    .pickup li {
        border: 1px solid #dcdcdc;
        width: 242px;
        float: left;
        padding: 20px 20px 0;
        line-height: 1.6;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .pickup ul li:nth-child(3n) {
        margin-right: 0;
    }

    .pickup li p {
        font-size: 14px;
    }

    .pickup li p span {
        font-size: 18px;
        margin-left: 5px;
    }

    .pickup li p.area {
        font-size: 18px;
        font-weight: bold;
    }

    .pickup li p img {
        /*max-width: 242px;*/
        width: 200px;
        height: 150px;
    }

    .pickup li p.detail_btn {
        padding: 10px 10px 10px 10px;
        text-align: center;
        margin: 10px;
    }

    #maincolumn .arrow {
        position: relative;
        padding-left: 10px;
        font-weight: bold;
    }

    #maincolumn .arrow::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 20px;
        margin-top: -4px;
    }

    .pickup li p.detail_btn a {
        width: 100%;
        display: block;
        color: #000;
    }

    #maincolumn .aisatsu {
        width: 750px;
        height: auto;
        clear: both;
        font-size: 14px;
        margin-bottom: 50px;
    }

    #maincolumn .aisatsu .right {
        text-align: right;
    }

    #maincolumn .aisatsu h2 {
        margin: 50px 0 10px;
        display: inline-block;
        font-size: 18px;
    }

    #maincolumn .aisatsu p {
        margin-bottom: 20px;
    }

    .side_contents {
        float: right;
        width: 215px;
    }

    .side_contents h3 {
        margin: 20px 0 5px;
        text-align: center;
        background-color: #cfcfcf;
        padding: 5px 0;
        font-size: 14px;
    }

    .side_contents a .sain {
        width: 215px;
        height: auto;
    }

    .side_contents p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .side_contents p span {
        font-size: 16px;
        display: block;
        font-weight: bold;
        padding-bottom: 3px;
    }

    .side_contents .parking {
        width: 153px;
        margin: 0 auto 30px;
        display: block;
    }

    .side_contents a.banner img {
        width: 215px;
        display: block;
    }

    .side_contents a.banner:last-of-type img {
        margin: 10px 0 100px;
    }

}



/*---------------------------------------------
SP
---------------------------------------------*/
@media screen and (max-width: 768px) {
    .pcOnly {
        display: none !important;
    }

    #topmainvisual p { display: none; }
    #main_slider_thumbs { display: none; }

    #mainvisual ul li img { display: block; }

    .top_news {
        background: #f4f4f4;
        padding: 30px 0;
        font-size: 12px;
        position: relative;
    }

    .top_news dl {
        height: 10em;
        overflow-y: scroll;
    }

    .top_news dl dt {
        font-weight: bold;
        padding-left: 10px;
        position: absolute;
        top: 5px;
        z-index: 50;
    }

    .top_news dl dd {
        margin: 0 0 5px 0px;
        line-height: 1.4;
    }

    .top_news dl dd a {
        text-decoration: underline;
    }

    .top_news dl dd .tn_date {
        padding-left: 10px;
    }

    .top_news dl dd .tn_txt {
        margin: 5px 10px;
    }

    .top_news dl dd.tn_pu .tn_txt {
        background: #fff;
        padding: 5px 10px;
    }

    .top_searchmap {
        margin: 10px 0;
    }

    .top_searchmap ul li {
        width: 100%;
        list-style: none;
        text-align: center;
        border: 2px solid #edf0f3;
        font-size: 16px;
        margin: 5px 0;
        font-weight: bold;
    }

    .top_searchmap ul li a {
        color: #00349a;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 5px 0px;
        font-weight: bold;
    }

    .top_searchmap ul li.active {
        /*background-color: #edf0f3;*/
    }

    .top_searchmap .tsm_box {
        display: none;
    }

    .top_searcstation {
        position: relative;
        line-height: 1.6;
    }

    .top_searcstation div p.midashi,
    p.btn {
        width: 100%;
        list-style: none;
        float: left;
        text-align: center;
        padding: 5px 0px;
        font-weight: bold;
    }

    .top_searcstation div p.midashi {
        background-color: #fff;
        text-align: left;
    }

    .top_searcstation .midashi span {
        vertical-align: middle;
        background-image: url(../img/top/bus.png);
        background-size: 20px;
        background-position: left 5px center;
        background-repeat: no-repeat;
        padding: 10px 0 10px 35px;
        font-size: 16px;
    }

    .top_searcstation div {
        width: 280px;
        margin: 10px auto;
    }

    .top_searcstation div.station_btn {
        width: 220px;
    }

    .top_searcstation .btn {
        right: 0;
        border: 2px solid #5a5a5a;
        position: relative;
        font-weight: bold;
        display: inline-block;
        margin: 20px 0px;
        width: 100%;
        padding: 0;
    }

    .top_searcstation .btn a {
        vertical-align: middle;
        color: #000;
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 5px 0 5px 10px;
    }

    .top_searcstation .btn::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 40px;
        margin-top: -4px;
    }

    .top_searcstation .searcstation_inner {
        width: 100%;
        border: 2px solid #edf0f3;
        margin-top: 20px;
        font-size: 12px;
    }


    /* ーーーーーここから */

    #search_box select {
        font-size: 12px;
    }

    .search_inbox_top {
        padding: 5px 0 10px 20px;
        clear: both;
    }

    .search_inbox_top ul li {
        display: inline-block;
    }

    .search_inbox_top ul li:first-of-type {
        width: 100%;
        margin-bottom: 10px;
    }

    .search_inbox_top ul li select {
        margin-right: 10px;
    }

    .search_inbox_top ul li select.station {
        width: 80px;
    }

    .search_inbox_top ul li select.time {
        width: 45px;
        margin-left: 20px;
    }

    .ttl_box {
        font-size: 16px;
        font-weight: bold;
        background-image: url(../img/top/menu.png);
        background-size: 22px;
        background-position: left 0 center;
        background-repeat: no-repeat;
        padding: 10px 0 10px 30px;
        margin-bottom: -10px;
    }

    .search_inbox dt {
        margin: 20px 0 10px;
    }

    .search_inbox dl {
        clear: both;
        padding: 0px 0 0 20px;
    }

    .search_inbox dl input {
        border: none;
        background: none;
        vertical-align: middle;
        margin-right: 3px;
    }

    .search_inbox .dl_rent dt {
        float: left;
        width: 100%;
        ;
        margin-top: 0px;
    }

    .search_inbox .dl_rent dd {
        text-align: center;
        width: auto;
        margin-bottom: 5px;
        float: left;
    }

    .search_inbox .dl_rent dd:last-child {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .search_inbox .dl_rent dd:nth-of-type(2) select {
        margin-left: 5px;
        margin-right: 0;
    }

    .search_inbox .dl_cost select {
        margin-left: 5px;
    }

    .search_inbox .dl_cost dd {
        width: auto;
    }

    .dl_floorplan .dd_floorplan {
        float: left;
        clear: both;
    }

    .dl_floorplan {
        padding-bottom: 10px;
        width: 100%;
    }

    .dl_floorplan dt {
        float: left;
        width: 100%;
    }

    .dl_floorplan dd {
        margin: 0px 5px 10px 0;
        width: 80px;
        float: left;
    }

    .btn_search {
        clear: both;
        color: #fff;
        font-size: 16px;
        position: relative;
        text-align: center;
    }

    .btn_search::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 38%;
        left: 75px;
        margin-top: -4px;
    }

    .btn_search .search_submit {
        background-color: #001d4f;
        color: #fff;
        border: none;
        font-size: 16px;
        width: 100%;
        padding: 5px 0 5px 14px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .pickup {
        clear: both;
        margin: 0 auto;
        max-width: 340px;
    }

    .pickup h2 {
        font-size: 14px;
        clear: both;
        padding: 30px 0 0px 40px;
        background-image: url(../img/hone.png);
        background-repeat: no-repeat;
        background-position: 14px 28px;
        background-size: 18px;
        margin: 0 10px;
    }

    .pickup li {
        padding: 20px 20px 10px 20px;
        border: 1px solid #dcdcdc;
        float: left;
        max-width: 334px;
        margin: 10px 20px;
    }

    .pickup li p {
        font-size: 12px;
    }

    .pickup li p.area {
        font-size: 14px;
        font-weight: bold;
        line-height: 2em;
    }

    #maincolumn .aisatsu {
        height: auto;
        clear: both;
        font-size: 12px;
        margin-bottom: 20px;
        height: auto;
        padding: 10px;
        line-height: 1.6;
    }

    #maincolumn .aisatsu h2 {
        margin-bottom: 5px;
    }

    #maincolumn .aisatsu p.right {
        text-align: right;
        margin-top: 1.3em;
    }

    .pickup li p.detail_btn {
        padding: 10px 10px 10px 10px;
        text-align: center;
        font-size: 14px;
    }

    #maincolumn .arrow {
        position: relative;
        padding-left: 16px;
        font-weight: bold;
    }

    #maincolumn .arrow::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 22%;
        left: -3px;
    }

    .side_contents {
        margin-bottom: 30px;
        text-align: center;
    }

    .side_contents img {
        max-width: 215px;
        height: auto;
    }

    .side_contents .sain {
        margin-bottom: 20px;
    }

    .side_contents h3 {
        background-color: #cfcfcf;
        text-align: center;
        margin: -7px 0 5px;
        padding: 5px 0;
        font-size: 16px;
        clear: both;
    }

    .side_contents p {
        font-size: 12px;
        text-align: left;
        width: 215px;
        margin: 0 auto 10px;
    }

    .side_contents p span {
        font-size: 14px;
        display: block;
        font-weight: bold;
        padding-bottom: 3px;
    }

    .side_contents .parking {
        margin: 0 auto 30px;
        display: block;
        width: 153px;
    }

    .side_contents a.banner img {
        width: 215px;
        margin: 0 auto;
        display: block;
    }

    .side_contents a.banner:last-of-type img {
        margin: 10px auto 20px;
    }


}