@charset "UTF-8";

/*******************************
rent
*******************************/
#rent,#list {
}

#re_sec {
    max-width: 1024px;
    margin: 0 auto;
}

#re_sec h2 {
    color: #073a71;
    text-align: center;
    /*font-family: "gothic02";*/
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2.5rem;
}

#re_sec h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #073a71;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

#re_sec h3 .h3type {
    background: #fff;
    color: #333;
    font-size: 85%;
    padding: 2px 8px;
    margin-right: 10px;
}

#re_sec h3 .h3name {
    display: block;
}

#re_sec h3 .h3shop {
    font-size: 14px;
}

#re_sec h3 span:nth-of-type(2) {
    line-height: 1.3;
}

#re_sec section {
    margin-bottom: 45px;
}

#re_sec .gaiyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#re_sec .gaiyou .gaiyou_rent_wrap {
    width: 70%;
}

#re_sec .gaiyou>div>div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

#re_sec .gaiyou>div>div:not(:last-of-type) {
    border-bottom: 1px dotted #aaa;
}

#re_sec .gaiyou>div>div dl {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
}

#re_sec .gaiyou>div>div.gaiyou_rent dl {
    align-items: center;
}

#re_sec .gaiyou>div>div dl a {
    display: block;
    text-decoration: underline;
}

#re_sec .gaiyou>div>div dt {
    padding: 2px 4px;
    font-size: 12px;
    background: #e9edf2;
    text-align: center;
    font-weight: bold;
    margin-right: 7px;
}

#re_sec .gaiyou>div>div dd {
    font-size: 85%;
    padding-top: 2px;
}

#re_sec .gaiyou .contact {
    width: 30%;
    text-align: center;
}

#re_sec .gaiyou .contact .bnr {
    
}

#re_sec .gaiyou .contact .bnr a {
    background: #f0566e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 22px;
    border-radius: 38px;
    display: inline-block;
    white-space: nowrap;
}

#re_sec .gaiyou .contact .bnr a .fas {
    display: none;
}

#re_sec .con_bnr {
    margin: 70px 0 0;
    text-align: center;
}

#re_sec .con_bnr a {
    background: #f0566e;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 15px 70px;
    border-radius: 48px;
    display: inline-block;
}

#re_sec .gaiyou .contact dl {
    text-align: center;
    margin-top: 30px;
}

#re_sec .gaiyou .contact dl dt {
    font-size: 12px;
}

#re_sec .gaiyou .contact dl dd a {
    color: #f0566e;
    font-weight: bold;
    font-size: 26px;
}

#re_sec .photo {
    
}

#re_sec table {
    width: 100%;
    text-align: left;
}

/*IE*/
@media all and (-ms-high-contrast: none) {
    #re_sec table {
        table-layout: fixed;
    }
    #re_sec table th {
        vertical-align: top;
    }
}

#re_sec table th {
    border: 1px solid #bdc8ca;
    padding: 5px 8px;
    font-size: 85%;
    font-weight: bold;
    width: 14%;
    background: #f7fafa;
}

#re_sec table td {
    border: 1px solid #ccc;
    padding: 5px 8px;
    font-size: 85%;
    word-break: break-all;
    word-wrap: break-word;
}


#re_sec h4 {
    color: #073a71;
    font-size: 21px;
    font-weight: bold;
    border-left: 6px solid #073a71;
    padding-left: 11px;
    margin-bottom: 20px;
}

/*
#re_sec .bx-wrapper {
    width: 300px;
}

#re_sec .photo {
    display: flex;
    align-items: normal;
    justify-content: space-around;
}

#re_sec .photo #bx-pager {
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
    align-items: flex-start;
    width: 230px;
}

#re_sec .photo #bx-pager li {
    
}

#re_sec .photo #bx-pager li img {
    width: 100px;
}

#re_sec .photo .slider {

}
*/

#re_sec .bx-wrapper {
    margin: 0 auto;
    margin-bottom: 10px;
}

.bx-wrapper img {
    margin: 0 auto;
}

#thumb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
    padding: 5px 0;
}

#thumb li {
    margin: 10px 5px 0;
}

#thumb img {
    height: 100px;
}

#re_sec .spec {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#re_sec .spec li.active {
    font-size: 85%;
    border: 1px solid #073a71;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #e9edf2;
    color: #073a71;
    text-align: center;
}

#re_sec .spec li.inactive {
    font-size: 85%;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #ccc;
    text-align: center;
}

#re_sec .train {
    display: flex;
    justify-content: flex-start;
}

#re_sec .traffic dl:not(:last-of-type) {
    margin-bottom: 5px;
}

#re_sec .train li.active {
    font-size: 11px;
    border: 1px solid #073a71;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #e9edf2;
    color: #073a71;
    padding: 0px 6px;
}

#re_sec .train li.inactive {
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #ccc;
    padding: 0px 6px;
}

#re_sec .att {
    font-size: 85%;
    margin-top: 10px;
}

#re_sec .rent {
    font-weight: bold;
    font-size: 17px;
    color: #073a71;
}

/*******************************
list
*******************************/
#list_sec {
    max-width: 1024px;
    margin: 0 auto;
}

#list h2 {
    color: #073a71;
    text-align: center;
    font-family: "gothic02";
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2.5rem;
}

#list_sec section {
    margin-bottom: 4rem;
}

#list_sec h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #073a71;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

#list_sec h3 .h3type {
    background: #fff;
    color: #333;
    font-size: 85%;
    padding: 2px 8px;
    margin-right: 10px;
    white-space: nowrap;
}

#list_sec .list_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
}

#list_sec .list_box > div {
    margin-right: 2%;
}

#list_sec .list_box > div img {
    max-height: 250px;
    max-width: 100%;
}

#list_sec .list_box table {
    width: 65%;
    text-align: left;
}

#list_sec .list_box table th {
    border: 1px solid #bdc8ca;
    padding: 0.4rem;
    font-size: 85%;
    font-weight: bold;
    width: 20%;
    background: #f7fafa;
}

#list_sec .list_box table td {
    border: 1px solid #ccc;
    padding: 0.4rem;
    font-size: 85%;
}

#list_sec .lists {
    text-align: center;
}

#list_sec .lists span {
    font-weight: bold;
}

#list_sec .list_tbl {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #bdc8ca;
}

#list_sec .list_tbl th {
    padding: 5px 20px;
    font-size: 85%;
    font-weight: bold;
    background: #f7fafa;
    vertical-align: middle;
}

#list_sec .list_tbl td {
    padding: 15px 20px;
    font-size: 85%;
    vertical-align: middle;
}

#list_sec .list_tbl tbody {
    border-top: 1px solid #bdc8ca;
}

#list_sec .list_tbl td.map img {
    height: 140px;
}

#list_sec .list_tbl .spec {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#list_sec .list_tbl .spec li {
    background: #eee;
    margin: 0 7px 7px 0;
    padding: 2px 5px;
}

#list_sec .list_tbl .other {
    text-align: left;
    padding-left: 20px;
}

#list_sec .list_tbl .floor span {
    color: #f0566e;
    border: 1px solid #f0566e;
    font-size: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.bdt {
    border-top: dashed 1px #ccc;
}

#list_sec .rent {
    font-weight: bold;
    font-size: 23px;
    color: #f0566e;
}

.rent_link {
    text-decoration: underline;
    color: #f0566e;
    font-size: 16px;
}

#list_sec .con_bnr {
    margin: 70px 0 0;
    text-align: center;
}

#list_sec .con_bnr a {
    background: #f0566e;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 15px 70px;
    border-radius: 48px;
    display: inline-block;
    margin-bottom: 4rem;
}