@charset "utf-8";

/*** Start Vanilla CSS 1.0.2 */
body {
    font: 10pt / 1.5em sans-serif;
}

pre,
code,
tt {
    font: 1em / 1.5em ‘Andale Mono’, ’Lucida Console’, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: bold;
}

em,
i,
dfn {
    font-style: italic;
}

input {
    cursor: pointer;
}

input[type="submit"] {
    -webkit-appearance: none;
}

dfn {
    font-weight: bold;
}

p,
code,
pre,
kbd {
    margin: 0 0 1.5em 0;
}

blockquote {
    margin: 0 1.5em 1.5em 1.5em;
}

cite {
    font-style: italic;
}

li ul,
li ol {
    margin: 0 1.5em;
}

ul,
ol {
    margin: 0em;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 0.5em;
}

table {
    margin-bottom: 0em;
    width: 100%;
}

th {
    font-weight: bold;
}

th,
td,
caption {
    padding: 4px 10px 4px 5px;
}

tfoot {
    font-style: italic;
}

sup,
sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

img.centered,
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    display: inline;
}

img.alignleft {
    display: inline;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

* html .clearfix {
    height: 1%;
}

*+html .clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ”.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .group {
    height: 1%;
}

*+html .group {
    display: inline-block;
}

.group:after {
    content: ”.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    /* min-height clears - height does not */
    position: relative;
    /* clears */
}

body {
    margin: 0;
}

a {
    color: #000;
    cursor: pointer;
}

.footer {
    clear: both;
    bottom: 0;
    /* helps maintain set height */
    width: 100%;
    height: 50px;
    /* match body margin-bottom */
    position: absolute;
    /* clears */
}

.containts {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

.containts.colum2 .mainArea {
    max-width: 760px;
}

.mainArea {
    max-width: 1000px;
    width: 100%;
    float: right;
    padding-bottom: 30px;
}

.inner {
    /* max-width: 1030px; */
    width: 100%;
}

/* =================================================================== Font = */

.font-S {
    font-size: 8pt;
}

.font-M {
    font-size: 11pt;
}

.font-Bold {
    font-weight: bold;
}

.font-Blue {
    color: #06f;
}

.font-Red {
    color: #f00;
}

/* ================================================================== Table = */

.table {
    display: table;
    table-layout: fixed;
}

.table-L {
    display: table;
    table-layout: fixed;
    /*max-width: 1000px;*/
    width: 100%;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}

.roomListTableTitleCell {
    display: table-cell;
    text-align: center;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    background: #bdd4dd;
}

.roomListTableTitleCellContact {
    display: table-cell;
    width: 115px;
    text-align: center;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    background: #bdd4dd;
}

.detailsTableTitleCell {
    display: table-cell;
    width: 100px;
    padding: 10px;
    border-top: solid 1px #afafaf;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd6cd;
}

.currentSearchConditionsTableTitleCell {
    display: table-cell;
    width: 150px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background-color: #dce5d3;
}

.currentSearchConditionAreasTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionStationsTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionRefinesTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 0 10px 15px 10px;
}

.buildingGridTableCell {
    display: table-cell;
    padding: 5px 10px 15px 10px;
}


.roomListTableDataCell {
    display: table-cell;
    text-align: center;
    padding: 5px;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    vertical-align: middle;
}

.roomListTableDataCellContact {
    display: table-cell;
    text-align: center;
    padding: 5px;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    vertical-align: middle;
}

.detailsTableDataCell {
    display: table-cell;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    background: #fff;
}

.list_hover {
    background: #fff;
}

.list_hover:hover {
    background: rgba(255, 242, 44, 0.23);
}

.currentSearchConditionsTableDataCell {
    display: table-cell;
    font-size: 10pt;
    background-color: #efefef;
}

.currentSearchConditionAreasTableDataCell {
    display: table-cell;
    padding: 5px 10px 5px 0;
}

.currentSearchConditionStationsTableDataCell {
    display: table-cell;
    padding: 5px 10px 5px 0;
}

.currentSearchConditionRefinesTableDataCell {
    display: table-cell;
    padding: 5px 10px 5px 0;
}

.mapTableMapCell {
    height: 300px;
}

.mapTableStreetViewCell {
    height: 300px;
}

.linedTop {
    border-top: solid 1px #d3d3d3;
}

.linedRight {
    border-right: solid 1px #d3d3d3;
}

.linedBottom {
    border-bottom: solid 1px #d3d3d3;
}

.linedLeft {
    border-left: solid 1px #d3d3d3;
}

.roomListTableCell {
    display: table-cell;
    text-align: center;
    padding: 10px;
}

.areaListTableCell{
    padding: 10px;
}

/* .areaListTableCell {
    width: 30%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    height: 40px;
    float: left;
    background: #f8f8f8;
} */

.railwayAreaListTableCell {
    /* display: table-cell; */
    width: 30%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    height: 40px;
    float: left;
    background: #f8f8f8;
}

.railwayLineListTableCell {
    /* display: table-cell; */
    width: 30%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    height: 40px;
    float: left;
    background: #f8f8f8;
}

.dataTableCell {
    display: table-cell;
    padding: 10px;
}

.inlineBlock {
    display: inline-block;
}

.galleryThumbTableCell {
    vertical-align: top;
    border: solid 0px #d3d3d3;
    margin-top: 20px;
    padding-top: 30px;
    width: 1010px;
    float: left;
}

.galleryThumbTableCell-S {
    vertical-align: top;
    border: solid 0px #d3d3d3;
    margin-top: 20px;
}
/* 
.search_main_midashi {
    background: #333;
    color: #fff;
    padding: 0px 30px;
    line-height: 20px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
} */

span.List_number {
    color: #E56C22;
}

/* ================================================================== Image = */

.buildingPhotoGrid {
    width: auto;
    max-height: 150px;
}

.buildingNameTextGrid {
    font-size: 10pt;
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: 0px;
    margin-bottom: 1px;
}

.newBuildingIcon {
    position: absolute;
}

/* ========================================================== Image garelly = */

.photoThumb {
    width: 90px;
    height: 90px;
}

.photoThumb-S {
    width: 78px;
    height: 80px;
}

.photoThumbHeight {
    height: 90px;
}

.photoThumbHeight-S {
    height: 80px;
}

.photoGarelly-S {
    width: 450px;
    padding-left: 14px;
}

/* ================================================================= Topics = */

.topicsTitleArea {
    margin: 20px 0 10px 0;
}

.topicsElementArea {
    padding-top: 10px;
}

.font-TopicsTitle {
    font-size: 14pt;
    font-weight: bold;
}

.searchButtonArea {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
}
/* 
.font-AreaLinkText {
    font-size: 9pt;
    font-weight: bold;
} */

.font-RailwayAreaLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.font-RailwayLineLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.currentSearchConditionsTableTitleCell {
    display: table-cell;
    width: 150px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background-color: #dce5d3;
    vertical-align: middle;
}

.currentSearchConditionAreasTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

.currentSearchConditionStationsTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

.currentSearchConditionRefinesTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

/* ==================================================== Railway area search = */

.areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

/* ==================================================== Railway area search = */

.railwayAreaSearchRailwayAreaName {
    padding: 10px 0;
    font-size: 14pt;
    font-weight: bold;
}

/* ==================================================== Railway line search = */

.railwayLineSearchRailwayLineName {
    padding: 10px 0;
    font-size: 14pt;
    font-weight: bold;
}

/* =============================================== Number of search results = */

.numOfSearchResultArea {
    margin-top: 10px;
    padding: 8px 25px 8px 0;
    text-align: right;
    font-weight: bold;
    color: #333;
    background: url(/penguin/resources/image/housumo/esaka/bg_dot.png);
}

.font-NumOfSearchResult {
    font-size: 14px;
    color: #ff8205;
}

/* ====================================================　部屋情報更新日  = */


div.heya_update p {
    margin-bottom: 0px;
    text-align: right;
    font-size: 11px;
    padding-right: 10px;
}

/* ================================================================== Pager = */

.pagerTable {
    display: table;
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
    cursor: pointer;
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: var(--main-color);
}

.pagerTableCurrentPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #fff;
    background: var(--main-color);
}

.pagerTableOtherPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
    cursor: pointer;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #717171;
}

/* ========================================================== Building list = */

.buildingListTitle {
    line-height: 120%;
}

.buildingListBuildingNameArea {
    margin-top: 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background: #434343;
    color: #fff;
}

.buildingListBuildingNameLink {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.buildingListTable {
    padding: 10px 0px;
    overflow: hidden;
}

.buildingListTableAppearancePhotoCell {
    display: table-cell;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    width: 30%;
}

.table_white {
    background: rgba(247, 247, 241, 0.24);
    width: 68%;
    padding: 2%;
}

.buildingListAppearancePhoto {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.buildingListTableDetailsCell {
    display: inline-block;
    vertical-align: top;
}

.buildingListBuildingDetailsTable {
    display: table;
    table-layout: fixed;
    width: 420px;
}

/* ============================================================ Room detail = */

.roomDetailRoomNameArea {
    padding: 10px;
    font-size: 18pt;
    font-weight: bold;
}

.roomDetailTable {
    display: table;
    table-layout: fixed;
    padding: 10px 0px;
}

.roomDetailTableCell {
    display: table-cell;
    vertical-align: top;
}

.roomDetailTopDetailsTable {
    display: table;
    table-layout: fixed;
    width: 300px;
}

.roomDetailSubDetailsTable {
    display: table;
    table-layout: fixed;
    width: 300px;
}

.googleMapMargin {
    width: 15px;
}

/* ================================================================ Contact = */

.subTitle {
    margin-top: 40px;
}

.roomsForInquiryTableSeqTitleCell {
    display: table-cell;
    width: 35px;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableRoomNameTitleCell {
    display: table-cell;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableTitleCell {
    display: table-cell;
    width: 75px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableContactDivsTitleCell {
    display: table-cell;
    width: 460px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.customerInfoTableTitleCell {
    display: table-cell;
    width: 225px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.inputTextbox {
    width: 100%;
    height: 35px;
}

.inputTextarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
}

.descTextAria {
    width: 100%;
    padding: 20px;
    border: solid 1px #d3d3d3;
    background: #fff;
}

.confirmButtonArea {
    max-width: 100%;
    padding: 30px;
    text-align: center;
}

div.confirmButtonArea input {
    width: 80%;
    border: 0px;
    color: #fff;
    line-height: 30px;
    background: #192752;
}

.textAlign-Center {
    text-align: center;
}

.textAlign-Right {
    text-align: right;
}

.verticalAlign-Top {
    vertical-align: top;
}

.font-DescText {
    font-size: 10.5pt;
    font-weight: bold;
}

/* =============================================================== Sidemenu = */

#sidebar {
    width: 250px;
    float: right;
    padding-bottom: 30px;
}

/* ========================================================== Error message = */

.errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

.displayNone {
    display: none;
}

.float-Right {
    float: right;
}

/* ==================================================== breadcrumb = */

#breadcrumbs {
    padding: 10px 0px 0px;
}

#breadcrumbs ul {
    overflow: hidden;
    margin-top: 4px;
    max-width: 100%;
}

#breadcrumbs li {
    float: left;
    background: url(/penguin/resources/image/breadcrum_arrow.png)no-repeat left center;
    padding-left: 14px;
    margin-right: 4px;
    font-size: 11px;
}

#breadcrumbs li.nav_st {
    padding-left: 0px;
    background: none;
}


/* ==================================================== sitemap = */

h4.sitemap {
    background: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 10px;
}

ul.sitemap {
    overflow: hidden;
}

ul.sitemap li {
    border: 1px dotted #888;
    width: 49%;
    float: left;
    padding: 10px 10px 10px 15px;
    margin: 0.5%;
    background: url(/penguin/resources/image/breadcrum_arrow.png)no-repeat left center;
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    color: #dc8930;
}



/* ==================================================== freeword = */


.freeword {
    margin-bottom: 20px;
    margin-top: 10px;
    height: 74px;
    background: #ddd;
    padding: 10px;
    box-shadow: #948484 0 0 2px;
}

.freeword input.text {
    border: 0px;
    background-color: unset;
    background: url(/penguin/resources/image/search_icon.png) #fff no-repeat;
    border: 0px;
    float: left;
    width: 200px;
    height: 24px;
    color: #000;
    padding-left: 20px;
    cursor: auto;
    outline: none;
    background-position: 5px;
}

.freeword input.submit {
    background: #333;
    color: #fff;
    border: 0px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 15px;
}

.freeword input.submit:hover {
    background: #777;
}


/* ====================================================  = */


.site-footer a {
    color: #fff;
}


#nav_comment {
    margin: 0 auto;
    width: 1000px;
    height: 75px;
    text-align: left;
    margin-top: -4px;
    background: #f3f3f3;
    padding: 6px;
}

#nav_comment p {
    background: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
    height: 63px;
    line-height: 20px;
}


.wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


div.buildingListBuildingNameArea input.float-Right {
    background: #C61A22;
    color: #fff;
    border: none;
    margin-top: -2px;
    font-size: 13px;
    padding: 2px 20px;
}

div.sidemenuArea {
    width: 250px;
    float: left;
    padding-top: 20px;
    padding-bottom: 30px;
}

div.sidemenuArea h3 {
    font-weight: bold;
    background: #434343;
    color: #fff;
    font-size: 14px;
    padding: 6px 4px 4px 4px;
    line-height: 14px;
    margin-bottom: 0px;
    margin-top: 20px;
}

div.sidemenuArea .search_line {
    line-height: 40px;
    width: 100%;
    background: #fff;
    padding-left: 5px;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}



.inner h1,
.roomDetailRoomNameArea {
    background: #ddd no-repeat left center;
    padding: 12px 5px;
    letter-spacing: 3px;
    width: 100%;
}

.inner h3 {
    border-left: solid 8px var(--main-color);
    padding-left: 10px;
}




.roomDetailTable .galleryThumbTableCell-S {
    overflow: hidden;
    vertical-align: top;
    border: solid 0px #d3d3d3;
    padding: 10px;
    margin-top: 0px;
    background: #fff;
}

.roomDetailTable .galleryThumbTableCell {
    vertical-align: top;
    border: solid 0px #d3d3d3;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 8px;
    width: 686px;
    margin-top: 0px;
    /* padding-left: 20px; */
}

.roomDetailTable .navigation {
    width: 694px;
    position: relative;
    padding-bottom: 40px;
    float: left;
}

.roomDetailTable .tableCell.photoGarelly-S .tableRow {
    text-align: center;
}


.table .roominfo {}

.table .contact {}


div.buildingGridTableCell {
    background: #fff;
    margin-bottom: 20px;
    margin: 100px;
    padding: 20px;
}

address {
    margin-bottom: 0px;
    text-align: center;
}

.inner h1,
.roomDetailRoomNameArea {
    background-color: var(--main-color);
    margin-bottom: 10px;
    border-bottom: solid 2px #861440;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

h1.pic {
    background: none;
    padding: 0px;
    margin-top: 0px;
}
/* 
div#area_1.table-L,
div#area_2.table-L,
div#area_3.table-L,
div#area_4.table-L,
div#area_5.table-L,
div#area_6.table-L {

    background: #fff;
    border: 1px solid #555;
} */


input.sumo-t {
    width: 240px;
    background: #df5e3a;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}



.link_box {
    position: relative;
}

.link_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.link_box a.posi-none {
    position: static;
}

.mainArea.full {
    max-width: 1140px;
}

.mainArea.full .inner {
    /* max-width: 1000px; */
}

.roomListTableTitleCell.contact {
    width: 120px;
}


.pc_none {
    display: none;
}


.mainArea.full.single_page {
    /* max-width: 1000px; */
    width: 100%;
    /* margin: 0 auto; */
    /* text-align: center; */
}

.single_page .inner h1 {
    padding: 0px;
    border-bottom: 0px;
}

.room_contact.sp_none {
    background: url(/penguin/resources/image/housumo/esaka/room_contact.png);
    width: 100%;
    height: 265px;
    position: relative;
    margin-top: 43px;
}

input.room_btn:hover {
    background-color: #FF9800;
}

input.room_btn {
    position: absolute;
    background-color: #465a8a;
    width: 294px;
    top: 200px;
    left: 3px;
    height: 70px;
    border-radius: 12px;
    color: #fff;
    font-size: 19px;
}

/* ======================================================================================================== 追加要素= */


div#hd_top {
    border-top: solid 4px var(--main-color);
}

div#hd_area {
    max-width: 1130px;
    width: 100%;
    margin: auto;
    position: relative;
    height: 210px;
}

div#hd_logo {
    padding-top: 15px;
}


ul.hd_navi_ul a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

ul.hd_navi_ul a:hover {
    color: #d24772;
}

div#hd_reserve {
    background-color: var(--main-color);
    color: #fff;
    width: 160px;
    line-height: 3;
    text-align: center;
    position: absolute;
    top: 29px;
    right: 0;
    border-radius: 5px;
    border-bottom: solid 2px #6d072f;
}

div#hd_reserve:hover {
    background-color: #d86689;
}

div#hd_tel {
    position: absolute;
    top: 38px;
    right: 420px;
}

div#hd_line {
    background-color: #19a138;
    color: #fff;
    width: 160px;
    line-height: 3;
    text-align: center;
    border-radius: 5px;
    border-bottom: solid 2px #0f6122;
    position: absolute;
    top: 29px;
    right: 170px;
}

div#hd_line:hover {
    background-color: #1fc845;
}

div#hd_line a {
    color: #fff;
    display: block;
    text-decoration: none;
}

div#hd_mail {
    position: absolute;
    top: 39px;
    right: 360px;
}



p.hd_icon {
    width: 30px;
    margin: auto;
    margin-bottom: 5px;
}

div#hd_mail:hover {
    opacity: 0.7;
}

.wideslider {
    width: 100%;
    height: 350px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}


.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    display: none;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 0px;
}


#top_loop_text {
    width: 40%;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
}

.wideslider {
    border-top: solid 1px #e2c8d1;
}


div#top_img_bottom {
    width: 100%;
    background-color: #d24772;
}

h2.top_tilte {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 43px;
    text-align: center;
    color: #fff;
    letter-spacing: 14px;
    margin-top: 0;
    overflow: hidden;
    padding-top: 20px;
}

h2.top_tilte .search_h2 {
    width: 350px;
    background: url(/penguin/resources/image/housumo/esaka/serch_icon.png) no-repeat;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    background-position: 0px 27px;
    float: left;
    text-align: right;
}

h2.top_tilte .freeword {
    width: 580px;
    float: right;
}

h2.top_tilte .freeword input.text {
    width: 440px;
}


h2.top_tilte span {
    font-size: 19px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}



div#top_img_bottom {
    width: 100%;
    background-color: rgba(217, 0, 85, 0.8);
    padding-bottom: 50px;
    box-shadow: #333 0 0 4px;
}

div#grig_bg {
    background: url(/penguin/resources/image/housumo/esaka/noisy_grid.png);
}

ul.btn_ul li:hover {
    opacity: 0.8;
}



.freeword {
    height: auto;
    overflow: hidden;
    background: #f0eded;
    padding: 10px;
    width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}

.freeword input.text {
    background-color: unset;
    background: url(/penguin/resources/image/housumo/esaka/search_icon.png) #fff no-repeat;
    border: 0px;
    float: left;
    width: 470px;
    height: 36px;
    color: #000;
    padding-left: 20px;
    cursor: auto;
    outline: none;
    background-position: 5px;
    box-shadow: 0px 0px 4px #b2b2b2 inset;
}

.freeword input.submit {
    background: #268c2a;
    color: #fff;
    border: 0px;
    width: 100px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 23px;
    padding: 5px 15px;
    float: right;
    border-bottom: 3px solid #1c5a1e;
}

.freeword input.submit:hover {
    background: #128016;
}

.wrap_1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

ul.kodawari_ul {
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    overflow: hidden;
    width: 1250px;
    margin: auto;
}

ul.kodawari_ul li {
    width: 180px;
    height: 300px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    box-shadow: #fbf6f6 0 0 2px;
    position: relative;
}

p.kodawari_pic {
    margin: 0;
}

p.kodawari_title {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 2.5;
    font-family: ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}

p.kodawari_title.title_01 {
    background-color: #7366a5;
}

p.kodawari_title.title_02 {
    background-color: #936b5f;
}

p.kodawari_title.title_03 {
    background-color: #fb6763;
}

p.kodawari_title.title_04 {
    background-color: #41a4a0;
}

p.kodawari_title.title_05 {
    background-color: #1e94b8;
}

p.kodawari_title.title_06 {
    background-color: #ff4987;
}

p.kodawari_text {
    margin: 0;
    padding: 9px;
    font-size: 13px;
    color: #333;
}

ul.kodawari_ul a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.kodawari_ul li:hover {
    box-shadow: #776a6a 0 0 4px;
}

ul.kodawari_ul li:hover img {
    opacity: 0.7;
}

h2.top_tilte.kodawari {
    color: #3e3a3a;
    background: url(/penguin/resources/image/housumo/esaka/kodawari_icon.png) no-repeat;
    background-position: 377px;
}

.kodawari_bg {
    padding-bottom: 90px;
    padding-top: 20px;
    background: url(/penguin/resources/image/housumo/esaka/kodawari_bg.png);
    background-attachment: fixed;
}

.mainArea.top {
    max-width: 1000px;
    float: none;
}

h2.top_tilte.sinchaku {
    background: none;
    color: #333;
}

div#service_bg {
    background-color: #edf2f5;
}

p.top_service_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: -10px;
    margin-bottom: 40px;
    color: #524f4f;
}

ul.service_ul li {
    float: left;
    width: 350px;
    margin-right: 40px;
}

ul.service_ul {
    width: 1250px;
    overflow: hidden;
}

ul.service_ul li {
    float: left;
    width: 350px;
    margin-right: 60px;
}

p.service_pic {
    width: 350px;
    height: 210px;
    overflow: hidden;
}

p.service_pic img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}


p.service_pic img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

p.service_pic:hover img {
    opacity: 0.8;
}

p.service_pic {
    margin-bottom: 10px;
}

p.service_name {
    font-size: 16px;
    color: #3e3737;
    padding-left: 30px;
    background: url(/penguin/resources/image/housumo/esaka/service_arrow.png) no-repeat left;
    background-position: 14px;
}

div#service_bg {
    background-color: rgba(237, 242, 245, 0.64);
    padding-bottom: 30px;
}

div#service_grid {
    background: url(/penguin/resources/image/housumo/esaka/tiny_grid.png);
}

div#ft_area {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

div#ft_area_bg {
    background-color: #323232;
}

div#ft_area_bg {
    background-color: #323232;
    padding-top: 30px;
}

h3.ft_title {
    font-size: 13px;
    color: #fff;
}

h3.ft_title span {
    font-size: 10px;
    margin-right: 8px;
}

ul.ft_link a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.9;
}


h3.ft_title {
    font-size: 13px;
    color: #fff;
    border-bottom: solid 1px #1f1d1d;
    margin-bottom: 0;
}

ul.ft_link {
    border-top: solid 1px #6d6363;
    padding-top: 15px;
}

ul.ft_link a {
    color: #181818;
    text-decoration: none;
    font-size: 11px;
    line-height: 2.5;
}



.ft_01 {
    width: 150px;
    float: left;
    margin-right: 40px;
}


.ft_02 {
    width: 170px;
    float: left;
    margin-right: 30px;
}


.ft_03 {
    width: 190px;
    float: left;
}

.ft_map {
    float: right;
    width: 380px;
}

.ft_content {
    overflow: hidden;
}

ul.ft_link.ft_info {
    color: #fff;
    font-size: 12px;
}

.ft_content {
    overflow: hidden;
    position: relative;
    height: 490px;
}

div#ft_tel {
    position: absolute;
    top: 280px;
}

div#ft_contact {
    position: absolute;
    top: 390px;
    width: 440px;
    text-align: center;
    line-height: 3.5;
}

div#ft_contact a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

div#ft_contact a.mail {
    background-color: #F44336;
    border-radius: 40px;
    border-bottom: solid 3px #82231E;
    width: 210px;
    float: left;
}

div#ft_contact a.line {
    background-color: #19a138;
    border-radius: 40px;
    border-bottom: solid 3px #0e581f;
    width: 210px;
    float: left;
    margin-left: 20px;
}

div#ft_contact a.mail:hover {
    background-color: #f56a60;
}

div#ft_contact a.line:hover {
    background-color: #23e34f;
}

.map_border {
    background-color: rgba(204, 204, 204, 0.24);
    padding: 10px;
}

.ft_about {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.ft_about_area {
    background-color: rgba(238, 238, 238, 0.46);
}

.ft_about_area {
    background-color: rgba(238, 238, 238, 0.46);
    padding: 40px;
    height: 220px;
}



dl.ft_intro dd {
    font-size: 11px;
    width: 528px;
    margin-left: 0;
}

dl.ft_intro dt {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

dl.ft_intro {
    position: absolute;
    top: 3px;
    left: 280px;
    border-right: solid 1px #ccc;
    padding-right: 35px;
}

ul.ft_link li {
    background: url(/penguin/resources/image/housumo/esaka/arrow-white.png) no-repeat left;
    padding-left: 12px;
}

ul.ft_link.ft_info li {
    background: none;
    padding: 0;
}

.ft_about {
    position: relative;
}

ul.ft_bottom_link {
    position: absolute;
    top: 0px;
    right: 0;
}

ul.ft_bottom_link li {
    background: url(/penguin/resources/image/housumo/esaka/arrow-red.png) no-repeat left;
    padding-left: 17px;
}

ul.ft_bottom_link a {
    text-decoration: none;
    font-size: 12px;
    line-height: 3;
}

div#page_top {
    position: fixed;
    bottom: 100px;
    right: 50px;
}



.ft_logo {
    margin-top: 10px;
}

p.top_text {
    margin: 0;
    font-size: 12px;
    color: #5a5656;
    margin-top: 2px;
}

div#madorimu {
    margin-top: 35px;
}

div#madorimu:hover {
    opacity: 0.7;
}

table.company {}

table.company th {
    background: #ebebeb;
    padding: 13px 0px;
}

table.company td {
    padding: 13px;
    border-bottom: 1px dotted #b7b7b7;
}

table.company td input.wpcf7-text {
    width: 100%;
    padding: 12px;
}

table.company td textarea {
    width: 100%;
    padding: 12px;
}

div#hd_reserve a {
    text-decoration: none;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 500px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    background: #dd517e;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 50px;
    transition: 0.5s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #9f3a5b;
}

#company {
    overflow: hidden;
    margin-bottom: 50px;
}

#company_L {
    float: left;
    width: 280px;
}

#company_L li {
    margin-bottom: 10px;
}

#company_R {
    float: right;
    width: 690px;
}

ul.kdoawari {
    overflow: hidden;
}

ul.kdoawari li {
    position: relative;
    border: 1px dotted #555;
    margin: 30px 10px 20px;
    transition: 0.2s;
    width: 480px;
    min-height: 140px;
    float: left;
    padding-top: 30px;
}

ul.kdoawari li span {
    background: #44ae3d;
    color: #fff;
    font-weight: bold;
    padding: 2px 30px;
    box-shadow: 2px 2px 1px rgba(51, 51, 51, 0.37);
    position: absolute;
    top: -28px;
}

#kodawari_outline {
    overflow: hidden;
}

#kodawari_L {
    width: 120px;
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

#kodawari_R {
    width: 340px;
    float: right;
}

#kodawari_R h3 {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    border-left: 0px;
    padding-left: 30px;
    background: url(/penguin/resources/image/housumo/esaka/kdowari_arrow.png)no-repeat left center;
    margin-bottom: 10px;
}

#kodawari_R p {
    margin-bottom: 10px;
}

ul.kdoawari li:hover {
    border: 1px solid var(--main-color);
}

ul.kdoawari li:hover #kodawari_R h3,
ul.kdoawari li:hover #kodawari_R p {
    color: var(--main-color);
}

ul.kdoawari li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#omukae_title {
    overflow: hidden;
    margin-bottom: 80px;
}

#omukae_title img {
    float: left;
}

#omukae_title #omukae_title_R {
    float: right;
    width: 660px;
}

#omukae_title #omukae_title_R h3 {
    border-left: 0px;
    font-size: 23px;
    letter-spacing: 2px;
}


h3.page_h3 {
    background: var(--main-color);
    color: #fff;
    border-left: 0px;
    padding: 10px 12px;
    letter-spacing: 2px;
}

ul.omukae_list {
    overflow: hidden;
    margin-bottom: 50px;
}

ul.omukae_list li {
    width: 25%;
    float: left;
    padding: 0.5%;
    font-size: 15px;
    line-height: 28px;
}

p.nyukaikin {
    padding: 20px 0px;
    text-align: right;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    margin-bottom: 0px;
    font-size: 16px;
}

p.nyukaikin span {
    font-size: 26px;
    letter-spacing: 2px;
    margin-right: 20px;
    color: #dd3955;
}

#hotsupport {
    overflow: hidden;
    margin-bottom: 20px;
}

#hotsupport dl {
    width: 320px;
    float: left;
    border: 1px solid #8f8f8f;
    min-height: 500px;
}

#hotsupport dl.middle {
    margin: 0px 20px;
}

#hotsupport dt {
    background: #8f8f8f;
    color: #fff;
    text-align: center;
    padding: 8px;
}

#hotsupport dd {
    margin-left: 0px;
}

#hotsupport dd p.icon {
    text-align: center;
}

#hotsupport dd p {
    padding: 10px;
    margin-bottom: 0px;
}

#hotsupport dd p.attention {
    color: #565656;
    font-size: 11px;
}

#hotsupport02 {
    margin-bottom: 40px;
}

#hotsupport02 dt {
    background: #8f8f8f;
    color: #fff;
    text-align: center;
    padding: 8px;
}

#hotsupport02 dd {
    margin-left: 0px;
    padding: 10px;
    border: 1px solid #8f8f8f;
    overflow: hidden;
}

#hotsupport02 dd .hotsupport02_L {
    width: 360px;
    float: left;
}

#hotsupport02 dd .hotsupport02_L dt {
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #efeada;
    color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#hotsupport02 dd .hotsupport02_L dd {
    border: 0px;
}

#hotsupport02 dd .hotsupport02_R {
    float: right;
    width: 600px;
}

#hotsupport02 dd .hotsupport02_R th {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #A0A0A0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#hotsupport02 dd .hotsupport02_R td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #fff;
}

#hotsupport02 dd .hotsupport02_R td.red {
    color: var(--main-color);
}

#hotsupport02 dd .hotsupport02_R table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#kagu_title {
    overflow: hidden;
}

#kagu_title_L {
    float: left;
    width: 400px;
}

#kagu_title_R {
    float: right;
    width: 580px;
}

#kagu_set {
    overflow: hidden;
    margin-bottom: 50px;
}

#kagu_set_L {
    float: left;
    padding-right: 10px;
    width: 500px;
    border-right: 1px dotted #333;
}

#kagu_set_R {
    float: right;
    width: 490px;
}

#kagu_set li {
    margin-bottom: 10px;
}

p.setandmore {
    text-align: center;
}

ul.kagu_shingle {
    overflow: hidden;
    margin-bottom: 40px;
}

ul.kagu_shingle li {
    float: left;
    width: 480px;
    margin: 10px;
}


p.voice_title span {
    font-size: 13px;
    color: #333;
    margin-left: 20px;
}

p.voice_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
}



ul.voice_pic img {
    border: solid 2px #fff;
    box-shadow: #ccc 0 0 1px;
    margin: 2px;
}

ul.voice_pic li {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

ul.voice_pic {
    overflow: hidden;
}

dl.voice_dl dt {
    font-size: 16px;
    color: var(--main-color);
    border-bottom: dotted 1px var(--main-color);
    padding-bottom: 10px;
    background: url(/penguin/resources/image/housumo/esaka/voice_icon.png) no-repeat left;
    padding-left: 30px;
    background-size: 18px;
    background-position: 0px 2px;
}

dl.voice_dl dd {
    font-size: 16px;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 20px;
}

dl.voice_dl {
    margin-top: 20px;
}

.voice_area {
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-bottom: 100px;
}

.saiyou_L {
    width: 27%;
    float: left;
    margin-right: 60px;
}

.saiyou_L img {
    border: solid 2px #fff;
    box-shadow: #ccc 0 0 1px;
    margin: 1px;
}

.saiyou_R {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 26px;
    font-weight: bold;
    float: left;
    width: 60%;
    letter-spacing: 4px;
    line-height: 1.5;
    color: #333;
}

.saiyou_LR {
    overflow: hidden;
}

ul.job_merit {
    overflow: hidden;
}

ul.job_merit li {
    font-size: 12px;
    color: #fff;
    background-color: #FF9800;
    width: 148px;
    border: solid 1px #FF5722;
    text-align: center;
    border-radius: 3px;
    float: left;
    line-height: 2;
    margin-right: 10px;
    margin-bottom: 3px;
}

ul.job_merit {
    overflow: hidden;
    width: 700px;
}

.saiyou_R p {
    margin-bottom: 10px;
}

.recruit_table th {
    background-color: #eee;
    line-height: 3;
}

.recruit_table td {
    border-bottom: dotted 1px #ccc;
    padding-left: 20px;
}

.entry_btn {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    font-size: 23px;
    border: solid 3px #7CCB0B;
    color: #7CCB0B;
    line-height: 2;
    margin-top: 30px;
    position: relative;
}

.entry_btn:hover {
    background-color: #7CCB0B;
    color: #fff;
}

.entry_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recruit_table th {
    background-color: #eee;
    line-height: 3;
    width: 25%;
}

.hissu {
    background-color: #ED7B27;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    margin-left: 10px;
}

.age input {
    width: 13%;
}

.owner_title span {
    background-color: #FF8700;
    color: #fff;
    padding: 8px 14px;
    margin-right: 20px;
}

.kanri_text {
    font-size: 18px;
    padding-left: 62px;
    margin-bottom: 40px;
}

.owner_title {
    font-size: 26px;
}

.owner_title_01 {
    border-bottom: dotted 5px #75C00A;
    margin-bottom: 60px;
}

.kanri_title {
    background: url(/penguin/resources/image/housumo/esaka/owner_icon.png) no-repeat left;
    line-height: 70px;
    background-size: 53px;
    padding-left: 60px;
    font-size: 28px;
}

.owner_area {
    margin-bottom: 120px;
}

.shueki_text {
    font-size: 19px;
    text-align: center;
}

.point_ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 3%;
}

.point_title {
    background-color: var(--main-color);
    color: #fff;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 15px;
}

.point_text {
    font-size: 15px;
    line-height: 2;
}

.owner_text_last {
    text-align: center;
}

ul.benri_list {
    overflow: hidden;
    margin-bottom: 40px;
}

ul.benri_list li {
    /* background: url(/penguin/resources/image/housumo/esaka/benri_list_bg.png)no-repeat; */
    float: left;
    margin: 16px;
    width: 300px;
    height: 120px;
    transition: 0.4s;
    background: var(--main-color);
    position: relative;
}


ul.benri_list li a {
    display: block;
    /* padding-left: 71px; */
    width: 100%;
    height: 100%;
    /* padding-top: 43px; */
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.benri_h2 {
    font-size: 24px;
    color: #333;
    border-bottom: dotted 1px #888;
    padding-bottom: 10px;
    background: url(/penguin/resources/image/housumo/esaka/voice_icon.png) no-repeat left;
    padding-left: 30px;
    background-size: 18px;
    background-position: 0px 2px;
}

#term {
    width: 100%;
    overflow: hidden;
}

#term dl {
    float: left;
    width: 240px;
    margin: 0 5px 30px 5px;
    background: #faf8f3;
}

#term dt {
    border: 2px solid #79A68C;
    background: #79A68C;
}

#term dt span {
    display: block;
    line-height: 1.2;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    border: 1px solid #A1C1AF;
}

#term.link dt span {
    font-size: 100%;
}

#term dd {
    color: #666;
    padding: 15px 12px;
    margin-left: 0px;
    min-height: 180px;
}

#term.link dd {
    min-height: 100px;
    word-break: break-all;
}

h4.page_h4 {
    border-left: 5px solid var(--main-color);
    padding: 5px 8px;
    font-size: 16px;
}

.companiesbox {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.companiesbox p {
    float: right;
    margin-right: 70px;
    width: 330px;
    height: 18px;
    color: #fff;
    padding: 0 15px;
    line-height: 18px;
    background: #999999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.companiesbox dl {
    border-left: 5px solid #981343;
    padding-left: 15px;
}

.companiesbox dl dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}

table.houzin {
    border-left: 1px dotted #bababa;
    border-top: 1px dotted #bababa;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

table.houzin td {
    border-bottom: 1px dotted #bababa;
    border-right: 1px dotted #bababa;
    width: 300px;
    text-align: center;
    padding: 16px 5px;
}

ul.syataku_flow {
    margin-bottom: 30px;
}

ul.syataku_flow li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

ul.syataku_flow li h4 {
    font-weight: bold;
    letter-spacing: 2px;
    color: #555;
    font-size: 18px;
    background: none;
    padding-left: 0px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

ul.syataku_flow li h4 span {
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    margin-right: 20px;
    color: #dddbb8;
}

#toushi_LR {
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    width: 48%;
    margin: 1%;
    box-shadow: 0px 0px 3px #b2b2b2;
    padding: 10px;
    min-height: 320px;
}

#toushi_LR h4 {
    margin-top: 0px;
}

#toushi_L {
    float: left;
    width: 40%;
}

#toushi_R {
    float: right;
    width: 58%;
}

#china_LR01 {
    overflow: hidden;
    margin-bottom: 30px;
    margin: 1%;
    padding: 10px;
}

#china_L01 {
    float: left;
    width: 20%;
}

#china_R01 {
    float: right;
    width: 78%;
}

#china_LR02 {
    overflow: hidden;
    margin-bottom: 30px;
    margin: 1%;
    padding: 10px;
}

#china_L02 {
    float: left;
    width: 49%;
    margin-right: 2%;
}

#china_R02 {
    float: right;
    width: 49%;
}



h3.hstyle02 {
    border-left: solid 6px var(--main-color);
    font-size: 24px;
}


p.mb15 {
    font-size: 17px;
    line-height: 1.5;
}


dl.manual_point {
    border: solid 1px #ccc;
    padding: 4%;
    width: 70%;
}

dl.manual_point dt {
    float: left;
    margin-right: 30px;
}

dl.manual_point dd {
    font-size: 18px;
    line-height: 2;
    color: #E91E63;
    font-weight: bold;
}

dl.manual_theme dt {
    font-size: 17px;
    color: #1f9023;
    margin-bottom: 10px;
}


dl.manual_theme dd {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}

caption {
    background-color: #2c314e;
    color: #fff;
    font-size: 16px;
    padding: 11px;
    margin-bottom: 10px;
}

h4.manual_title {
    font-size: 20px;
}

.manual_itemlist dt {
    font-size: 17px;
    color: #1f9023;
    margin-bottom: 6px;
}

table.manual_table3.mb25 th,
table.manual_table3.mb40 th {
    border: solid 1px #ccc;
    background-color: #eee;
    width: 26%;
    line-height: 3;
}

table.manual_table3.mb25 td,
table.manual_table3.mb40 td {
    border-bottom: dotted 1px #ccc;
}

p.fliw_pic img {
    width: 30%;
    border: solid 4px #fff;
    box-shadow: #b7b4b4 0 0 1px;
    margin: 2px;
}

h3.hstyle02 {
    margin-top: 50px;
}


div#hd_reserve a {
    display: block;
}


h1.buildingListTitle {
    background-color: var(--main-color);
    padding: 13px;
    margin-bottom: 10px;
    border-bottom: solid 2px #861440;
}


div#breadcrumbs {
    background-color: #eee;
    padding: 0;
    padding: 5px 0;
    border-top: solid 1px #d8d7d7;
    border-bottom: solid 1px #d8d7d7;
    font-size: 11px;
    color: #000 !important;
}

div#breadcrumbs a{
    color: #000 !important;
}

table.gakku_list {
    border-top: 1px solid #ddd;
    margin: 0 0 40px;
}

table.gakku_list th {
    background: #FFFCF7;
    width: 200px;
    padding: 15px;
}

table.gakku_list td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

h3.staff_h3 {
    font-size: 30px;
    margin-top: 70px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-left: 0px;
    color: #333;
}

h3.staff_h3 span {
    color: #a9a9a9;
    font-size: 15px;
    margin-left: 10px;
}

#buy_table p.comment {}

#buy_table p.comment span.catch {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
    color: #dd6712;
}


ul.article_list {
    overflow: hidden;
    margin: 30px 0px;
}

ul.article_list li {
    width: 48%;
    margin: 1% 0.5%;
    padding: 1%;
    border-radius: 4px;
    /* float: left; */
    overflow: hidden;
    position: relative;
    border: 1px dotted #ddd;
}

ul.article_list li span.thumb {
    display: block;
    width: 30%;
    float: left;
    text-align: center;
}

ul.article_list li span.thumb img {
    width: auto !important;
    max-height: 130px;
    /* height: auto; */
}

ul.article_list li .date_title_box {
    width: 68%;
    float: right;
}

ul.article_list li .date_title_box span.date {
    color: #aa9f7b;
    display: block;
}

ul.article_list li .date_title_box span.title {
    display: block;
    margin-bottom: 15px;
}

ul.article_list li .date_title_box span.text {
    font-size: 11.4px;
}

ul.article_list li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

ul.article_list li a:hover {
    background: rgba(254, 255, 238, 0.26);
}



a {
    text-decoration: none;
}

.hd_area {
    height: 70px;
    position: relative;
}

.hd_logo img {
    width: 100%;
}

.hd_logo {
    width: 300px;
    padding-top: 9px;
    padding-left: 19px;
}

.hd_contact {
    background-color: #98181d;
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 70px;
    text-align: center;
}

.hd_contact a {
    color: #fff;
    display: block;
    line-height: 70px;
}

.hd_navi_ul li {
    float: left;
    text-align: center;
    height: 70px;
    position: relative;
    padding-top: 14px;
    padding-left: 18px;
    padding-right: 18px;
    border-left: solid 1px #ccc;
}

.hd_navi_ul {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 180px;
}

.hd_navi_ul a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hd_contact:hover {
    opacity: 0.8;
}

.en {
    display: block;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #656161;
}

.ja {
    font-weight: bold;
    font-size: 12px;
}

.bxslider_top li {
    height: calc(90vh - 70px);
    background-size: cover;
}

.top_01 {
    background: url(/penguin/resources/image/housumo/esaka/top_img_02.png) center bottom;
}

.top_02 {
    background: url(/penguin/resources/image/housumo/esaka/top_img_02.png) center bottom;
}

.top_03 {
    background: url(/penguin/resources/image/housumo/esaka/top_img_01.png) center bottom;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none;
}

.hd_navi_ul li:hover {
    background-color: #f2f2f2;
}

.top_img_aera {
    position: relative;
}

.top_img_text {
    position: absolute;
    top: 30%;
    z-index: 1000;
    width: 630px;
    left: 50%;
    margin-left: -600px;
}

.text_01 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 10px;
}

.text_02 {
    font-weight: bold;
    color: #fff;
    line-height: 2;
    font-size: 16px;
}

.top_img_text_en img {
    width: 100%;
}

.top_img_text_en {
    width: 320px;
    margin-bottom: 10px;
}

.text_03 {
    border: solid 2px #f7b52c;
    width: 300px;
    text-align: center;
    line-height: 3;
    margin-top: 10px;
    position: relative;
    font-weight: bold;
}

.text_03 span {
    color: #f7b52c;
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 11px;
}

.text_03 a {
    display: block;
    color: #fff;
}

.top_img_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/penguin/resources/image/housumo/esaka/overlay_black.png);
    z-index: 100;
}

.sec_01 {
    padding-top: 50px;
    height: 820px;
    margin-bottom: 80px;
    background-color: #ececec;
}

.sec_01_h2 {
    margin: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.h2_sub {
    font-size: 14px;
    display: block;
    margin-top: 14px;
}

.sec_01_inner {
    width: 1200px;
    margin: auto;
}

.business_ul {
    width: 1250px;
}

.business_ul li {
    width: 280px;
    float: left;
    margin-right: 25px;
    height: 470px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.busi_h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.busi_text_area {
    background-color: #fff;
    position: absolute;
    top: 225px;
    transition: 0.2s;
    padding: 20px;
}

.business_ul li:hover div.busi_text_area {
    top: 170px;
}

.busi_h3 span {
    font-size: 11px;
    display: block;
    color: #717171;
}

.busi_btn {
    background-color: #0f1f36;
    width: 200px;
    font-size: 12px;
    text-align: center;
    margin: auto;
    line-height: 2.2;
}

.busi_btn a {
    color: #fff;
}

.busi_btn:hover {
    opacity: 0.8;
}

.sec_02 {
    background-color: #f3f3f3;
    padding-top: 170px;
    height: 570px;
}

.busi_btn a {
    display: block;
}

.busi_text {
    margin-bottom: 20px;
    /*height: 80px;*/
    font-size: 12px;
}

.text_03:hover {
    background-color: #f7b52c;
}

.text_03:hover span {
    color: #fff;
}

.business_ul li:hover img {
    opacity: 0.6;
}

.sec_02_inner {
    width: 1200px;
    margin: auto;
}

.sec_02_h2 {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
}

.h2_line {
    display: block;
    background-color: #333;
    height: 2px;
    width: 30px;
    margin-top: 30px;
}

.sec_02_btn {
    border: solid 1px #333;
    width: 210px;
    text-align: center;
    line-height: 50px;
    transition: 0.2s;
}

.sec_02_btn a {
    display: block;
    transition: 0.2s;
}


.sec_02_L {
    width: 400px;
    float: left;
}

.sec_02_R {
    width: 770px;
    float: right;
    padding-top: 30px;
}

.date {
    font-weight: bold;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 40px;
}

.news_ul a:hover {
    color: #969696;
}

.sec_02_btn:hover a {
    background-color: #323232;
    color: #fff;
}

.sec_03_img {
    background: url(/penguin/resources/image/housumo/esaka/company_bg.png);
    height: 450px;
    background-size: cover;
}

.sec_03_img_mask {
    background-color: rgba(0, 0, 0, 0.62);
    height: 100%;
}

.sec_03_h2 {
    margin: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    letter-spacing: 7px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: normal;
    padding-top: 50px;
}

.sec_03_h2 span {
    display: block;
    font-size: 12px;
    margin-top: 20px;
}

.sec_03_btn_area {
    width: 1200px;
    background-color: #fff;
    height: 200px;
    margin: auto;
    margin-top: -170px;
    padding: 30px;
}

.btn_ul li {
    width: 260px;
    float: left;
    margin-right: 32px;
}

.btn_ul {
    overflow: hidden;
    width: 1200px;
}

.btn_03 img {
    border: solid 1px #ccc;
}


.sec_03_pic {
    width: 260px;
    height: 260px;
    overflow: hidden;
}

.sec_03_pic img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.sec_03_pic img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sec_03_pic:hover img {
    opacity: 0.8;
}

.btn_title {
    font-size: 15px;
    margin-top: 10px;
}

.contact_btn {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    border: solid 2px #333;
    line-height: 140px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.contact_btn a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    letter-spacing: 3px;
    transition: 0.2s;
}

.contact_btn span {
    position: absolute;
    top: 0;
    right: 100px;
}

.contact_btn a:hover {
    background-color: #323232;
    color: #fff;
}

.ft_area {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 260px;
    margin-top: 100px;
}

.ft_logo {
    width: 330px;
    margin-bottom: 20px;
}

.ft_info li {
    font-size: 12px;
    line-height: 2;
}

.ft_link li {
    float: left;
    width: 170px;
    font-size: 12px;
    line-height: 2;
}

.ft_link {
    position: absolute;
    top: 74px;
    left: 310px;
    width: 350px;
}

.ft_link a {
    color: #696767;
}

.ft_tel {
    position: absolute;
    top: 73px;
    right: 70px;
}

.sec_03 {
    margin-bottom: 220px;
}

.ft_contact_ul li {
    width: 230px;
    float: left;
    text-align: center;
    line-height: 70px;
    margin-right: 10px;
}

.ft_contact_ul {
    position: absolute;
    top: 200px;
    right: 0;
}

.ft_01 {
    background-color: #3ecc00;
}

.ft_02 {
    background-color: var(--main-color);
}

.ft_contact_ul a {
    color: #fff;
    display: block;
}

address {
    font-size: 12px;
    font-style: normal;
}

.rent_h1 {
    background: url(/penguin/resources/image/housumo/esaka/h1_rent.png) no-repeat center center;
    background-size: cover;
    height: 320px;
}

.page_h1 {
    margin: 0;
    text-align: center;
    padding-top: 100px;
    font-size: 25px;
    color: #fff;
    text-shadow: #333 0 0 2px;
}

.page_h1 span {
    display: block;
    font-size: 40px;
    margin-top: 40px;
}


.h1_mask {
    background: url(/penguin/resources/image/housumo/esaka/overlay_black.png);
    height: 320px;
}

.page_area {
    /* width: 1000px; */
    /* margin: auto; */
    /* padding: 50px 0; */
}

.rent_h2 {
    color: #fff;
    font-size: 20px;
    line-height: 70px;
    padding-left: 20px;
    background: var(--main-color);
    background-size: 48px;
    background-position: 21px;
    margin: 40px 0 20px;
}

.rent_ul {
    overflow: hidden;
    width: 1100px;
}

.rent_ul li {
    border: solid 3px var(--main-color);
    width: 470px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
    position: relative;
}

.rent_ul a {
    font-weight: bold;
    font-size: 17px;
    color: var(--main-color);
    transition: 0.2s;
    display: block;
}

.rent_ul span {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 40px;
}

.rent_ul a:hover {
    background-color: var(--main-color);
    color: #fff;
}

ul.kdoawari {
    overflow: hidden;
}

ul.kdoawari li {
    position: relative;
    border: 1px dotted #555;
    margin: 30px 10px 20px;
    transition: 0.2s;
    width: 48%;
    min-height: 160px;
    float: left;
    padding-top: 30px;
}

ul.kdoawari li span {
    background: #44ae3d;
    color: #fff;
    font-weight: bold;
    padding: 2px 30px;
    box-shadow: 2px 2px 1px rgba(51, 51, 51, 0.37);
    position: absolute;
    top: -28px;
}


.page_area.kodawari {
    width: 90%;
    margin: 0 auto;
}


#kodawari_outline {
    overflow: hidden;
}

#kodawari_L {
    width: 42%;
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

#kodawari_R {
    width: 53%;
    float: right;
}

#kodawari_R h3 {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    border-left: 0px;
    padding-left: 30px;
    background: url(/penguin/resources/image/housumo/esaka/kdowari_arrow.png)no-repeat left center;
    margin-bottom: 10px;
}

#kodawari_R p {
    margin-bottom: 10px;
}

ul.kdoawari li:hover {
    border: 1px solid var(--main-color);
}

ul.kdoawari li:hover #kodawari_R h3,
ul.kdoawari li:hover #kodawari_R p {
    color: var(--main-color);
}

ul.kdoawari li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.school_h3 {
    border-left: 5px solid var(--main-color);
    padding: 5px 8px;
    font-size: 16px;
}


.gakku_list th {
    border: solid 1px #ccc;
    background-color: #eee;
    width: 190px;
}

.gakku_list td {
    border: solid 1px #ccc;
}

.gakku_list a {
    text-decoration: underline;
}

.omukae_list li {
    float: left;
    margin-right: 20px;
}

.omukae_list {
    overflow: hidden;
    margin-bottom: 40px;
}

#kagu_title {
    overflow: hidden;
}

#kagu_title_L {
    float: left;
    width: 400px;
}

#kagu_title_R {
    float: right;
    width: 580px;
    padding: 30px 0 0;
}

#kagu_set {
    overflow: hidden;
    margin-bottom: 50px;
}

#kagu_set_L {
    float: left;
    padding-right: 10px;
    width: 500px;
    border-right: 1px dotted #333;
}

#kagu_set_R {
    float: right;
    width: 490px;
}

#kagu_set li {
    margin-bottom: 10px;
}

p.setandmore {
    text-align: center;
}

ul.kagu_shingle {
    overflow: hidden;
    margin-bottom: 40px;
}

ul.kagu_shingle li {
    float: left;
    width: 480px;
    margin: 10px;
}

#omukae_title {
    overflow: hidden;
    margin-bottom: 80px;
}

#omukae_title img {
    float: left;
}

#omukae_title #omukae_title_R {
    float: right;
    width: 660px;
}

#omukae_title #omukae_title_R h3 {
    border-left: 0px;
    font-size: 23px;
    letter-spacing: 2px;
}


h3.page_h3 {
    background: var(--main-color);
    color: #fff;
    border-left: 0px;
    padding: 10px 12px;
    letter-spacing: 2px;
}

ul.omukae_list {
    overflow: hidden;
    margin-bottom: 50px;
}

ul.omukae_list li {
    width: 25%;
    float: left;
    padding: 0.5%;
    font-size: 15px;
    line-height: 28px;
}

p.nyukaikin {
    padding: 20px 0px;
    text-align: right;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    margin-bottom: 0px;
    font-size: 16px;
}

p.nyukaikin span {
    font-size: 26px;
    letter-spacing: 2px;
    margin-right: 20px;
    color: #dd3955;
}

#hotsupport {
    overflow: hidden;
    margin-bottom: 20px;
}

#hotsupport dl {
    width: 320px;
    float: left;
    border: 1px solid #8f8f8f;
    min-height: 500px;
}

#hotsupport dl.middle {
    margin: 0px 20px;
}

#hotsupport dt {
    background: #8f8f8f;
    color: #fff;
    text-align: center;
    padding: 8px;
}

#hotsupport dd {
    margin-left: 0px;
}

#hotsupport dd p.icon {
    text-align: center;
}

#hotsupport dd p {
    padding: 10px;
    margin-bottom: 0px;
}

#hotsupport dd p.attention {
    color: #565656;
    font-size: 11px;
}

#hotsupport02 {
    margin-bottom: 40px;
}

#hotsupport02 dt {
    background: #8f8f8f;
    color: #fff;
    text-align: center;
    padding: 8px;
}

#hotsupport02 dd {
    margin-left: 0px;
    padding: 10px;
    border: 1px solid #8f8f8f;
    overflow: hidden;
}

#hotsupport02 dd .hotsupport02_L {
    width: 360px;
    float: left;
}

#hotsupport02 dd .hotsupport02_L dt {
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #efeada;
    color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#hotsupport02 dd .hotsupport02_L dd {
    border: 0px;
}

#hotsupport02 dd .hotsupport02_R {
    float: right;
    width: 600px;
}

#hotsupport02 dd .hotsupport02_R th {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #A0A0A0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#hotsupport02 dd .hotsupport02_R td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #fff;
}

#hotsupport02 dd .hotsupport02_R td.red {
    color: var(--main-color);
}

#hotsupport02 dd .hotsupport02_R table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.shataku_LR {
    overflow: hidden;
}

.shataku_L {
    width: 550px;
    font-size: 15px;
    line-height: 2;
    float: left;
}

.shataku_R {
    width: 420px;
    float: right;
}

dl.manual_point {
    border: solid 1px #ccc;
    padding: 4%;
    width: 70%;
}

dl.manual_point dt {
    float: left;
    margin-right: 30px;
}

dl.manual_point dd {
    font-size: 18px;
    line-height: 2;
    color: #E91E63;
    font-weight: bold;
}

dl.manual_theme dt {
    font-size: 17px;
    color: #1f9023;
    margin-bottom: 10px;
}


dl.manual_theme dd {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}

caption {
    background-color: #2c314e;
    color: #fff;
    font-size: 16px;
    padding: 11px;
    margin-bottom: 10px;
}

h4.manual_title {
    font-size: 20px;
}

.manual_itemlist dt {
    font-size: 17px;
    color: #1f9023;
    margin-bottom: 6px;
}

table.manual_table3.mb25 th,
table.manual_table3.mb40 th {
    border: solid 1px #ccc;
    background-color: #eee;
    width: 26%;
    line-height: 3;
}

table.manual_table3.mb25 td,
table.manual_table3.mb40 td {
    border-bottom: dotted 1px #ccc;
}

table.manual_table3 {
    margin: 0 0 25px;
}

p.fliw_pic img {
    width: 30%;
    border: solid 4px #fff;
    box-shadow: #b7b4b4 0 0 1px;
    margin: 2px;
}

#term {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#term dl {
    float: left;
    width: 240px;
    margin: 0 5px 30px 5px;
    background: #faf8f3;
}

#term dt {
    border: 2px solid #79A68C;
    background: #79A68C;
}

#term dt span {
    display: block;
    line-height: 1.2;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    border: 1px solid #A1C1AF;
}

#term.link dt span {
    font-size: 100%;
}

#term dd {
    color: #666;
    padding: 15px 12px;
    margin-left: 0px;
    min-height: 180px;
}

#term.link dd {
    min-height: 100px;
    word-break: break-all;
}

.buy_h1 {
    background: url(/penguin/resources/image/housumo/esaka/h1_buysell.png) no-repeat center center;
    background-size: cover;
    height: 320px;
}

.buy_L {
    width: 600px;
    float: left;
    font-size: 16px;
    line-height: 2;
}

.buy_R {
    width: 300px;
    float: right;
}

.buy_LR {
    overflow: hidden;
    margin-bottom: 50px;
}

.flow_h3 {
    font-size: 20px;
    color: var(--main-color);
}

.flow_h3 span {
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 20px;
}

.flow_area {
    border: solid 2px var(--main-color);
    padding: 20px;
    font-size: 15px;
    line-height: 2;
}

.flow_arrow {
    text-align: center;
    font-size: 20px;
    line-height: 3;
    color: var(--main-color);
}

.flow_subtitle {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 50px;
}

.sellbuy_border {
    height: 90px;
}

.sell_form {
    margin-top: 0;
    background-color: #ff9000;
    text-align: center;
    line-height: 60px;
    border-radius: 9px;
    width: 49%;
    display: inline-block;
}

.sell_form a {
    font-size: 19px;
    font-weight: bold;
    color: #fff !important;
    display: block;
}

.sell_form:hover {
    opacity: 0.8;
}

.reno_h1 {
    background: url(/penguin/resources/image/housumo/esaka/shop_img2.jpg) no-repeat center center;
    background-size: cover;
    height: 320px;
}

.reno_text {
    font-size: 16px;
    text-align: center;
    line-height: 3;
}

.reno_ul li {
    width: 33.333%;
    float: left;
    padding: 7px;
}

.reno_ul {
    overflow: hidden;
    margin-bottom: 70px;
}

.reno_strp {
    border: solid 2px var(--main-color);
    color: var(--main-color);
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.reno_strp span {
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 60px;
}

.com_h1 {
    background: url(/penguin/resources/image/housumo/esaka/shop_img2.jpg) no-repeat center center;
    background-size: cover;
    height: 320px;
}

.rec_h1 {
    background: url(/penguin/resources/image/housumo/esaka/recruit_img.jpg) no-repeat center center;
    background-size: cover;
    height: 320px;
}

#company {
    overflow: hidden;
    margin-bottom: 50px;
}

#company_L {
    float: left;
    width: 280px;
}

#company_L li {
    margin-bottom: 10px;
}

#company_R {
    float: right;
    width: 690px;
}

table.company th {
    background: #ebebeb;
    padding: 13px 0px;
}

table.company td {
    padding: 13px;
    border-bottom: 1px dotted #b7b7b7;
}

h3.staff_h3 {
    font-size: 30px;
    margin-top: 70px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-left: 0px;
    color: #333;
}

h3.staff_h3 span {
    color: #a9a9a9;
    font-size: 15px;
    margin-left: 10px;
}

#buy_table p.comment {}

#buy_table p.comment span.catch {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
    color: #dd6712;
}

#buy_outline {
    overflow: hidden;
    margin-top: 50px;
}

#buy_table {
    float: right;
    width: 520px;
}

#buy_table table {
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

#buy_table th {
    background: #f2f2f2;
    width: 150px;
}

#buy_table td {
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.saiyou_L {
    width: 27%;
    float: left;
    margin-right: 60px;
}

.saiyou_L img {
    border: solid 2px #fff;
    box-shadow: #ccc 0 0 1px;
    margin: 1px;
}

.saiyou_R {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 26px;
    font-weight: bold;
    float: left;
    width: 60%;
    letter-spacing: 4px;
    line-height: 1.5;
    color: #333;
}

.saiyou_LR {
    overflow: hidden;
}

ul.job_merit {
    overflow: hidden;
}

ul.job_merit li {
    font-size: 12px;
    color: #fff;
    background-color: #FF9800;
    width: 148px;
    border: solid 1px #FF5722;
    text-align: center;
    border-radius: 3px;
    float: left;
    line-height: 2;
    margin-right: 10px;
    margin-bottom: 3px;
}

ul.job_merit {
    overflow: hidden;
    width: 700px;
}

.saiyou_R p {
    margin-bottom: 10px;
}

.recruit_table th {
    background-color: #eee;
    line-height: 3;
}

.recruit_table td {
    border-bottom: dotted 1px #ccc;
    padding-left: 20px;
}

.sp {
    display: none;
}

ul.buy_list {
    overflow: hidden;
    margin: 0 0 40px;
}

ul.buy_list li {
    width: 24%;
    float: left;
    margin: 0.5%;
    padding: 5px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 4px;
    position: relative;
}

ul.buy_list li:hover {
    background: #fafafa;
}

ul.buy_list li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

ul.buy_list li .title {
    min-height: 45px;
    display: block;
}

.sell_form.buy_list {
    display: inline-block;
    margin: auto;
    background: #6f6f6f;
    line-height: 60px;
    margin: 0 1.3% 0 0;
    margin-bottom: 0;
    padding: 0;
}

.homemate_h1 {
    background: url(/penguin/resources/image/housumo/esaka/about_bg.png) no-repeat center center;
    background-size: cover;
    height: 320px;
}

.about_LR {
    overflow: hidden;
}

.about_L {
    float: left;
    width: 280px;
}

.about_R {
    float: right;
    width: 680px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
}

.sec_04 {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 150px;
    height: 350px;
}

.sec_04_inner {
    width: 1200px;
    margin: auto;
}

.sec_04_inner input.text {
    width: 400px;
    padding: 10px;
    float: left;
}

.sec_04_inner input.submit {
    padding: 10px 20px;
}

#recruit {
    padding: 50px 0;
}

.saiyo_tour {
    padding: 10px 0px;
}

.saiyo_tour ul {
    overflow: hidden;
}

.saiyo_tour li {
    float: left;
    width: 31.33%;
    margin: 1%;
}

ul.company_pic {
    overflow: hidden;
}

ul.company_pic li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

ul.company_pic li:nth-child(2),
ul.company_pic li:nth-child(4) {
    margin-right: 0%;
}




.cam_img {
    text-align: center;
    margin-bottom: 50px;
}

.fee_area {
    background: #b70003;
    padding: 30px 50px 40px;
    margin-bottom: 70px;
}

h2.camfee_ttl {
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 30px;
}

.fee_area_inner {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}

.orenge_txtbox {
    background: #fea621;
    width: 480px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 30px;
}

.cam_bottom_box {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.fee_table {
    margin-bottom: 30px;
}

h2.cam_imgttl {
    text-align: center;
    margin-bottom: 50px;
}

.tsujichougentei {
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
    background-image: url(/penguin/resources/image/housumo/esaka/gentei_txtbg.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 80px;
    height: 380px;
    padding-top: 30px;
}

.cam_contact {
    padding: 30px 50px;
    background: #b70003;
    margin-bottom: 40px;
}

.cam_contact .ttl {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.btn_LR .L,
.btn_LR .R {
    width: 440px;
    border: 10px solid #a2000b;
    background: #fff;
    padding: 30px 0 30px 120px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.pr {
    position: relative;
}

.btn_LR .L span,
.btn_LR .R span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}

.btn_LR .L {
    background-image: url(/penguin/resources/image/housumo/esaka/cam_icon.png);
}

.btn_LR .R {
    background-image: url(/penguin/resources/image/housumo/esaka/cam_icon1.png);
}

.pa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cam_line_contact {
    line-height: 80px;
    background: #00c300;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    padding-left: 120px;
    background-image: url(/penguin/resources/image/housumo/esaka/line_icon.png);
    background-repeat: no-repeat;
    background-position: 40px center;
    position: relative;
    margin-bottom: 70px;
}

.cam_line_contact a {
    line-height: 50px;
    position: absolute;
    right: 50px;
    font-size: 20px;
    background: #ffff00;
    width: 300px;
    text-align: center;
    top: 15px;
}

.cam3images {
    letter-spacing: -.4em;
    text-align: center;
    margin-bottom: 70px;
}

.cam3images div {
    display: inline-block;
    letter-spacing: normal;
    width: 33.33%;
}

.cam_info {
    background: #b70003;
    padding: 40px;
}

table.cam_info_table {
    margin: 0;
}

.cam_info_fff {
    padding: 30px 60px;
    background: #fff;
}

table.cam_info_table th,
table.cam_info_table td {
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 10px;
}

.cam_h1 {
    background-image: url(/penguin/resources/image/housumo/esaka/cam_ttl_bg.png);
    background-size: cover;
    background-position: center;
}

.oricon {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 1000;
}

.ekiten_bn {
    text-align: center;
    /* margin-bottom: 20px; */
    width: 49%;
}

.tsuji_bn {
    text-align: center;
    /* margin-bottom: 100px; */
}

.sec_03_pic {
    position: relative;
}

ul.news_ul {
    letter-spacing: -.4em;
}

ul.news_ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 32%;
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

ul.news_ul li:hover {
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.3);
}

ul.news_ul li:nth-child(2) {
    margin: 0 2%;
}

ul.news_ul .image {
    height: 130px;
    background: #333;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

ul.news_ul .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

ul.news_ul .date {
    display: block;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.2px;
}

ul.news_ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec_2b {
    overflow: hidden;
    background: #ececec;
    padding: 80px 0;
}

.sec_2b .sec_02_btn a {
    background: #fff;
}

.sec_2b .sec_02_btn a:hover {
    background: #333;
}

.sec_04_inner input.submit {
    padding: 10px 20px;
    height: 37px;
    background: #98261e;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    margin-left: 5px;
    border: none;
}

.sec_insta_inner {
    margin: 0 auto;
    width: 1200px;
}

.sec_insta .sec_02_h2 {
    margin-bottom: 40px;
}

.sec_insta {
    padding: 80px 0;
}

.sec_04 form#form {
    display: inline-block;
    width: 480px;
}

.sec_04 .sec_02_btn {
    display: inline-block;
    margin-left: 20px;
}

ul.news_ul .content {
    padding: 0 16px 8px;
}

.bn_slider_inner {
    width: 1200px;
    margin: 0 auto;
}

.bn_slider_box .bx-viewport {
    overflow: inherit !important;
}

.bn_slider_box {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    padding-top: 100px;
}

.bn_slider_box .bx-controls.bx-has-pager.bx-has-controls-direction {
    display: block;
}

.bn_slider_box .bx-wrapper .bx-controls-direction a {
    width: calc(50vw - 600px);
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.bn_slider_box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: calc(600px - 50vw);
}

.bn_slider_box .bx-wrapper .bx-controls-direction a.bx-next {
    right: calc(600px - 50vw);
}

.bn_slider_box .bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.bn_slider_box img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.bn_slider_box a:hover img {
    opacity: 0.6;
}

.top_new {
    background: #f3f3f3;
    padding: 50px 0;
}

.top_new_inner {
    width: 1200px;
    margin: 0 auto;
}

.new_arrival {
    letter-spacing: -.4em;
}

.new_arrival_box {
    display: inline-block;
    letter-spacing: normal;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    vertical-align: top;
}

.new_arrival_box:nth-child(4n) {
    margin-right: 0;
}

.new_arrival_box .image {
    position: relative;
    height: 180px;
    background: #575759;
    overflow: hidden;
}

.new_arrival_box .image img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.new_arrival_box:hover .image img {
    max-width: 110%;
    width: 110%;
}

.new_arrival_box .title {
    margin: 5px 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
}

.new_arrival_box .info {
    padding: 0 10px 10px;
    letter-spacing: -.4em;
}

.new_arrival_box .info>span {
    display: inline-block;
    letter-spacing: normal;
    color: #333;
}

.new_arrival_box .info>span.yachin {
    margin-right: 10px;
    font-weight: bold;
}

.new_arrival_box .info>span.yachin span {
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}

.new_arrival_box .info>span span {
    margin-left: 5px;
    font-weight: normal;
}

.new_arrival_box .info>span.madori {
    font-weight: bold;
}

.new_arrival_box .info>span.ensen {
    font-size: 11px;
    display: block;
}

.new_arrival_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.new_arrival_box a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.bana-section_inner {
    width: 1200px;
    margin: 0 auto;
    letter-spacing: -.4em;
}

.bana-section_inner div {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.bana-section_inner div:nth-child(2) {
    margin: 0 2%;
}

.bana-section_inner img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.bana-section_inner a:hover img {
    opacity: 0.5;
}

.addline_sec>div>.L {
    width: 70%;
}

.addline_sec>div>.R {
    width: 20%;
}

.addline_sec li {
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #ccc;
}

.addline_sec li span {
    display: block;
    position: absolute;
    background: #d24671;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    margin: auto;
    line-height: 20px;
}

.contactline_sec .L,
.contactline_sec .R {
    width: 49%;
    background: #fafafa;
    padding: 20px;
    overflow: hidden;
}

.contactline_sec .you {
    float: right;
    max-width: 80%;
    background: #a1d860;
}

.contactline_sec .me {
    float: left;
    background: #ccc;
}

.contactline_sec .center {
    clear: both;
    text-align: center;
}

.contactline_sec>div>div {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

span.clear {
    clear: both;
    display: block;
}

ul.staff_sitei {
    letter-spacing: -.4em;
    margin-bottom: 30px;
}

ul.staff_sitei li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    text-align: center;
    line-height: 70px;
    vertical-align: top;
    font-weight: bold;
}

ul.staff_sitei li:nth-child(2),
ul.staff_sitei li:nth-child(3) {
    background: #eee;
}

.sitei_etc {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.sitei_etc span {
    font-size: 40px;
    color: #d24671;
    font-style: italic;
    margin-right: 15px;
}

.sitei_btn {
    text-align: center;
    margin-bottom: 50px;
}

.sitei_btn a {
    border: 1px solid #ccc;
    padding: 10px 50px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.linedesagasu {
    letter-spacing: -.4em;
}

.linedesagasu a {
    display: inline-block;
    letter-spacing: normal;
    width: 48%;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 70px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 1%;
    border-radius: 5px;
    box-shadow: 0 2px #ccc;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.linedesagasu a:hover {
    transform: translateY(2px);
    box-shadow: 0 0 #ccc;
}

.line_h1 {
    background-image: url(/penguin/resources/image/housumo/esaka/line_h1_bg.png);
    background-size: cover;
    background-position: center bottom;
}

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager a {
    width: 110px;
    height: 40px;
    border-radius: 0;
    background-size: cover !important;
    background-position: center;
}

.bn_slider_box .bx-wrapper .bx-pager {
    bottom: -50px;
    display: flex;
    justify-content: center;
}

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
    background-image: url(/penguin/resources/image/housumo/esaka/top_slide02.png);
}

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
    background-image: url(/penguin/resources/image/housumo/esaka/top_slide04.png);
}

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
    background-image: url(/penguin/resources/image/housumo/esaka/sliderCard.png);
}

/*.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
    background-image: url(/penguin/resources/image/housumo/esaka/sliderEnpou.png);
}*/

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
    background-image: url(/penguin/resources/image/housumo/esaka/sougei_banner.jpg);
}

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
    background-image: url(/penguin/resources/image/housumo/esaka/online_bn002.png);
}



.yasumi.wrap {
    border: solid 1px #ccc;
    margin: 30px auto;
    padding: 20px;
    background-color: #fcfcfc;
}

.yasumi_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #c50606;
    margin-bottom: 10px;
}

.yasumi_text {
    text-align: center;
    margin-bottom: 10px;
}

.yasumi_tenpo {
    overflow: hidden;
    margin-bottom: 10px;
}

.yasumi_tenpo li {
    font-size: 12px;
    padding: 4px;
    margin-left: 13px;
    margin-right: 10px;
    text-align: center;
    list-style: none;
}

.yasumi_nittei {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
    color: #444;
}

.pos {
    text-align: center;
    margin: 20px 0px;
}

.fudo_bn {
    text-align: center;
    margin: 40px 0px;
}

h1.top_h1 {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    margin: 0 0 10px;
}

.bnBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}

.bnBox>div {
    width: 49%;
    margin: 0;
}

.bnBox>div.pos {
    width: 100%;
}

#topGreeting {
    background-image: url(/penguin/resources/image/housumo/esaka/top_greeting_bg.jpg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    padding: 100px 0;
    text-align: center;
}

.topGreeting_h2 {
    font-weight: 600;
    font-size: 22px;
}

.topGreeting_h2:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    margin: 20px auto 30px auto;
}

.topGreeting_textBox p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.topGreeting_textBox p:last-child {
    margin-bottom: 0px;
}

.bottomSearch {
    padding: 20px 0;
    z-index: 10000;
    position: relative;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.bottomSearch .wrap {
    width: 1200px;
    max-width: 1200px;
    align-items: flex-end;
}

.bottomSearchBox .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bottomSearchBox .title span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
}

.bottomSearchBox {
    width: 950px;
}

ul.bottomSearchList li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7b52c;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
    background-image: url(/penguin/resources/image/area-reserch/_common/bottom_arrow.png);
    transition: 0.3s;
}

ul.bottomSearchList li a:hover {
    background-position: center right 10px;
}

ul.bottomSearchList li {
    width: 24%;
    height: 50px;
}

.bottomContactBox ul li {
    margin-bottom: 0;
    width: 50px;
    margin-right: 2%;
    height: 50px;
}

.bottomContactBox ul li:last-child {
    margin-bottom: 0px;
}

.bottomContactBox ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
    display: block;
    padding-left: 40px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center left 15px;
}

.bottomContactBox {
    width: 215px;
}

.bottomContactBox ul li.contact a {
    background-color: #a40001;
    background-image: url(/penguin/resources/image/area-reserch/_common/bottom_icon01.png);
}

.bottomContactBox ul li.line a {
    background-color: #3ecc00;
    background-image: url(/penguin/resources/image/area-reserch/_common/bottom_icon02.png);
}

.bottomContactBox ul li.reserve a {
    background-color: var(--main-color);
    background-image: url(/penguin/resources/image/area-reserch/_common/bottom_icon03.png);
}

footer {
    margin-bottom: 155px;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.bottomContactBox ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 26px;
    justify-content: center;
    border-radius: 10px;
    background-position: center;
}

section#top_popular li {
    width: 19%;
    margin-bottom: 15px;
}

section#top_popular .wrap {
    max-width: 1100px;
}

section#top_popular .wrap li a {
    color: #060067;
    text-decoration: underline;
}

section#top_popular li dd {
    margin: 0;
}

section#top_popular h2 {
    text-align: center;
    margin-bottom: 40px;
}

h1.top_h1 a {
    color: #fff;
}

.heyapage {
    padding-top: 80px;
}

.thead_archive {
    background: #f1f0f0;
    padding: 10px;
    line-height: 16px;
    font-size: 12px;
}

.tbody_archive {
    padding: 10px;
    line-height: 16px;
    font-size: 12px;
}

.tbody_archive a {
    color: var(--main-color);
}

section#top_staff {
    padding: 90px 0;
}

.staff_h2 {
    margin: 30px 0 20px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
}

.staff_h2 span {
    font-size: 14px;
    display: block;
    margin-top: 14px;
}

.staff_area {
    justify-content: center;
}

.staff_box {
    width: 20%;
    letter-spacing: normal;
    text-align: center;
    vertical-align: top;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.staff_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.staff_box .hover,
.staff_box .hover {
    max-width: unset;
}

.staff_box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(210, 70, 114, 0.33);
    opacity: 0;
    z-index: 10;
}

.staff_box .text {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: 20;
    padding: 0 2em;
}

.staff_box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.staff_box .hover,
.staff_box:hover .front {
    opacity: 0;
}

.staff_box:hover .hover {
    opacity: 1;
}

.staff_box:hover .mask {
    opacity: 1;
}

.staff_box:hover .text {
    opacity: 1;
}

.staff_box .text .name {
    font-size: 26px;
    font-weight: bold;
}

.staff_box .text .name span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.staff_inner {
    margin-top: 70px;
}

.staff_inner .image {
    width: 40%;
}

.staff_inner .image img {
    display: block;
}

.staff_inner .textBox {
    width: 55%;
}

.staff_inner .textBox .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    color: var(--main-color);
}

.staff_inner .textBox .text {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.staff_inner .textBox .sub_text {
    font-size: 16px;
    font-weight: 600;
}

.staff_inner .textBox .sub_text span {
    color: var(--main-color);
}

.reno_h1.staff_h1 {
    background: url(/penguin/resources/image/housumo/esaka/recruit_img.jpg) no-repeat center;
    background-size: 100%;
}

.ekiten_bn {
    width: 100%;
}

.bnBox .posBox {
    width: 63%;
}

.bnBox .fudo_bnBox {
    width: 35%;
}

.fudo_bn {
    margin: 20px 0px;
}

.tsuji_bn {
    margin-top: 20px;
}

.searchBox {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}

.searchBox h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333
}

.searchBox h4:before {
    content: "■";
    display: inline-block;
    margin-right: 5px;

}

.searchBox ul {
    margin-bottom: 30px;
}

.searchBox ul li {
    display: inline-block;
    margin-right: 15px;
}

/*検索ページ非公開セクション*/

.mikoukai {
    padding: 25px;
    border: 2px solid var(--main-color);
    background-color: #FFFCF7;
}

.mikoukai h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px;
}

.mikoukai p {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 14px;
}

.mikoukai a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #f7b52c;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: 300px;
    margin: auto;
    padding: 7px;
    border-radius: 5px;
}

.mikoukai a:hover {
    opacity: 0.7;
}

/*当社限定バナー*/

.gentei_banner {
    margin-top: 60px;
}

.gentei_banner .wrap {
    max-width: 98%;
}

.gentei_banner a {
    display: block;
    transition: .2s;
}

.gentei_banner a:hover {
    opacity: 0.7;
}

/*article追加CSS*/

.mainArea.full.article .mainContaints {
    align-items: flex-start;
}

.mainArea.full.article .inner {
    width: 70%;
}

.mainArea.full.article .side_blog {
    width: 280px;
    background-color: #f1f1f1;
    padding: 1em;
    padding-top: 0;
    padding-bottom: 3em;
}

.mainArea.full.article .side_blog h3 {
    text-align: center;
    margin-top: 30px;
}

.mainArea.full.article .side_blog ul li {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px dashed #333;
}

.mainArea.full.article .side_blog ul li a {
    text-decoration: none;
    color: initial;
    transition: .3s;
}

.mainArea.full.article .side_blog ul li .img {
    width: 25%;
}

.mainArea.full.article .side_blog ul li .text {
    width: 75%;
    padding-left: 10px;
}

.mainArea.full.article .side_blog ul li a:hover {
    background-color: #fff;
    opacity: .7;
}

.mainArea.full.article .side_blog p.link a {
    display: block;
    width: 65%;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #333;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
    margin-top: 15px;
}

.mainArea.full.article .side_blog a:hover {
    background-color: #1a1a1a;
}

.top_h2_text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.8;
    color: #333;
    text-align: center;
}

.sec_02_L .top_h2_text {
    text-align: left;
}

.sec_02 .top_h2_text {
    text-align: left;
}

.sec_2b .top_h2_text {
    text-align: left;
}

.sec_03 .top_h2_text {
    color: #fff;
}

.sec_insta .top_h2_text {
    text-align: left;
}

/*トップコロナ対策セクション*/

section#top_corona {
    padding: 60px 0 50px;
    background-image: url(/penguin/resources/image/housumo/esaka/corona_bg.jpg);
    background-size: cover;
    background-position: center;
    margin: 20px 0;
}

section#top_corona h2 {
    font-size: 33px;
    text-align: center;
    color: #1671BC;
    line-height: 1;
    margin: 0 0 20px;
}

section#top_corona h2+.text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 25px;
}

.corona_flex_3 .pr {
    width: 380px;
    background: #05A99E;
}

.corona_flex .pr {
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0;
}

.corona_flex .pr .num {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    top: -20px;
    left: -20px;
}

.corona_flex_3 .pr .num {
    background: #048B7F;
}

.corona_flex_3 .pr .big {
    font-size: 25px;
    margin: 0 0 5px;
}

.corona_flex_3 .pr .small {
    font-size: 12px;
    margin: 0;
}

.corona_flex_2 .pr .num {
    background: #1671BC;
}

.corona_flex_2 .pr {
    background: #29ACE2;
    width: 590px;
}

p.corona_middle {
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    font-size: 20px;
    color: #03040E;
}

p.corona_middle span {
    color: #358BC7;
}

.corona_flex_2 .pr .big {
    font-size: 28px;
    margin: 0 0 5px;
}

.corona_flex_2 .pr .big span.icon {
    width: 28px;
    display: inline-block;
    vertical-align: 20%;
}

p.corona_last {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #03040E;
    margin-top: 20px;
}

section#top_corona .wrap {
    width: 1200px;
    max-width: 1200px;
}

.corona_flex_3 .pr {
    width: 370px;
}

.corona_flex .pr .num {
    width: 55px;
    height: 55px;
}

.corona_flex_3 .pr:nth-of-type(1) p.num {
    background-image: url(/penguin/resources/image/housumo/esaka/corona_num1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
}

.corona_flex_3 .pr:nth-of-type(2) p.num {
    background-image: url(/penguin/resources/image/housumo/esaka/corona_num2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.corona_flex_3 .pr:nth-of-type(3) p.num {
    background-image: url(/penguin/resources/image/housumo/esaka/corona_num3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.corona_flex_2 .pr {
    width: 570px;
}

.corona_flex_2 .pr:nth-of-type(1) p.num {
    background-image: url(/penguin/resources/image/housumo/esaka/corona_num1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
}

.corona_flex_2 .pr:nth-of-type(2) p.num {
    background-image: url(/penguin/resources/image/housumo/esaka/corona_num2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

p.corona_last {
    font-size: 20px;
}

p.corona_small_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 25px;
}

/*お部屋探しマニュアル*/

.fliw_contents {
    margin-top: 30px;
}

p.fliw_pic {
    width: 32%;
}

p.fliw_pic img {
    width: 100%;
}

.fliw_textBox {
    width: 66%;
}

dl.manual_point {
    width: 100%;
    margin-top: 10px;
    padding: 2%;
}

p.sisan_text {
    font-size: 15px;
}

.woman_text {
    font-size: 15px;
}

.mane_p {
    font-size: 15px;
}

#page_asset,
#page_furniture,
#page_manual,
#page_link,
#page_support,
#page_investment,
#page_life {
    padding: 100px 0;
}

#page_syataku,
#page_line,
#page_woman {
    padding: 0 0 50px;
}

#page_term {
    padding: 50px 0 20px;
}

#page_rent_menu {
    padding: 0 0 30px;
}

#page_buy_menu,
#page_renov {
    padding: 10px 0 50px;
}

.mainArea.full.article h1 {
    font-size: 18px;
    margin-bottom: 30px;
}

.mainArea.full.article p {
    font-size: 16px;
    margin-bottom: 10px;
}

.mainArea.full.article a {
    color: #048ADE;
    transition: 0.3s;
}

.mainArea.full.article a:hover {
    color: var(--main-color);
}

.mainArea.full.article h2 {
    background-color: var(--main-color);
    padding: 5px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

/* ======================================================================================================== 追加要素end= */

/* 江坂店用の記述 */
.header_bottom .right_box .top_box ul.button_list li {
    width: 135px !important;
}

.header_bottom .right_box .top_box ul.button_list li.raiten a {
    padding-left: 48px !important;
}

.header_bottom .right_box .top_box ul.button_list li.history a {
    padding-left: 50px !important;
}

.header_bottom .right_box .top_box ul.button_list li.favorite a {
    padding-left: 46px !important;
}




/* ======================================================================================================== スマートフォン= */

@media (max-width: 750px) {

    img {
        width: 100%;
    }

    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }

    #sidebar,
    .newBuildingIcon {
        display: none;
    }

    .top_bukken_list {
        display: block;
    }

    .top_bukken_list .buildingGridTableCell {
        display: block;
        margin: 0px;
        padding: 2%;
        overflow: hidden;
        font-size: 11px;
        border: 1px solid #ddd;
        border-radius: 0px;
    }

    .top_bukken_list .top_gallery {
        float: left;
        width: 30%;
        margin-right: 2%;
    }

    .top_bukken_list .buildingNameTextGrid {
        margin-top: 0px;
        font-size: 14px;
        margin-bottom: 1%;
    }

    .top_bukken_outline {
        padding: 2%;
    }

    .mainArea {
        padding: 10px 2%;
    }

    div.table.search_main_midashi {
        table-layout: auto;
        display: block;
        padding: 0% 4%;
    }

    .tableCell.railwayLineSearchRailwayLineName,
    .tableCell.areaSearchAreaName,
    .tableCell.railwayAreaSearchRailwayAreaName {
        display: block;
        font-size: 14px;
        padding: 10px 0px 2px;
        color: #fff;
    }

    #checkAllLine_1.tableCell.checkboxCheckAll,
    #checkAllArea_1.tableCell.checkboxCheckAll,
    #checkAllArea_1.tableCell.checkboxCheckAll {
        padding-left: 0px;
        color: #ddd;
        font-size: 11px;
    }

    div#area_1.table-L,
    div#area_2.table-L,
    div#area_3.table-L,
    div#area_4.table-L,
    div#area_5.table-L,
    div#area_6.table-L {
        table-layout: auto;
    }

    .railwayLineListTableCell,
    .areaListTableCell,
    .railwayAreaListTableCell {
        float: left;
        width: 48%;
        display: block;
        padding: 2% 1%;
        height: auto;
        margin: 1%;
        min-height: 38px;
    }

    span.font-RailwayLineLinkText,
    .font-AreaLinkText,
    .font-RailwayAreaLinkText {
        font-size: 10px;
    }

    .inner {
        width: 100%;
    }

    .galleryThumbTableCell.inlineBlock {
        width: 100%;
        padding-left: 0px !important;
        margin-top: 0px;
        padding-top: 1%;
    }

    .roomListTableTitleCellContact,
    .roomListTableDataCellContact {
        display: none;
    }

    .detailsTableTitleCell {
        width: 18%;
        font-size: 11px;
    }

    .detailsTableDataCell {
        font-size: 11px;
    }

    .buildingListBuildingNameArea {
        padding: 1% 2%;
    }

    a.buildingListBuildingNameLink {
        font-size: 14px;
    }

    .buildingListBuildingNameArea input.float-Right {
        display: none;
    }

    .buildingListTable_buildoutline {
        width: 100%;
        background: #fff;
        padding: 2% 1%;
    }

    .buildingListTableAppearancePhotoCell {
        width: 26%;
        padding-right: 0%;
        float: left;
    }

    .buildingListTable_buildoutline .buildingListTableDetailsCell {
        width: 73%;
        float: right;
    }

    .buildingListTable_buildoutline .buildingListBuildingDetailsTable {
        width: 100%;
    }



    .buildingListTable_buildoutline .address,
    .buildingListTable_buildoutline .kaisu,
    .buildingListTable_buildoutline .kouzo {
        display: none;
    }

    .buildingListTable_buildoutline .traffic .detailsTableTitleCell {
        border-bottom: solid 1px #c5c5c5;
    }

    .buildingListTable_buildoutline .traffic .detailsTableDataCell.linedRight {
        border-bottom: solid 1px #d3d3d3;
    }

    .mainContaints h3.bosyuList {
        background: #6d6d6d;
        margin: 0%;
        font-size: 12px;
        padding: 1% 2%;
        color: #fff;
    }

    .roomList .roomListTableTitleCell {
        font-size: 10px;
        padding: 1%;
    }

    .roomList .roomListTableDataCell {
        font-size: 10px;
        padding: 1%;
    }

    .roomDetailTableCell {
        display: none;
    }

    .tableCell.photoGarelly-S {
        width: 100%;
        padding-left: 0%;
    }

    .roomDetailTable #gallery.content {
        width: 100%;
    }

    .roomDetailTable .slideshow img {
        max-width: 100%;
    }

    div.slideshow a.advance-link {
        width: 100%;
    }

    .galleryThumbTableCell-S.inlineBlock {
        display: block;
    }

    .roomDetailRoomNameArea {
        padding: 2%;
        background: none;
        background-color: #333;
        min-height: 30px;
        font-size: 14px;
    }

    .font-NumOfSearchResult {
        font-size: 14px;
    }

    .numOfSearchResultArea {
        padding: 1%;
        font-size: 11px;
    }

    div.sidemenuArea {
        width: 100%;
        padding: 4%;
    }

    div.sidemenuArea_outline {
        overflow: hidden;
        width: 100%;
    }

    div.sidemenuArea_outline h3.open {
        background: #baad59;
        border-radius: 10px;
        padding: 2%;
        text-align: center;
        clear: both;
    }

    .sidemenuArea_outline .search_line {
        float: left;
        width: 50%;
    }

    div.sidemenuArea form {
        width: 100%;
        border: 1px solid #333;
        padding: 1%;
        background: #fff;
    }

    dl.sidemenuArea_outline dd {
        overflow: hidden;
        margin-left: 0px;
        float: left;
    }

    .roomDetailTable .navigation {
        width: 100%;
    }

    .roomListTableTitleCell.roominfo,
    .roomListTableTitleCell.contact,
    .roomListTableDataCell.roominfo {
        display: none;
    }

    div.roomListTableDataCell.contact {
        display: none;
    }

    .roomListTableTitleCell.syozaikai,
    .roomListTableTitleCell.madori,
    .roomListTableTitleCell.menseki,
    .roomListTableTitleCell.chinryo,
    .roomListTableTitleCell.kanrihi,
    .roomListTableTitleCell.shikirei,
    .roomListTableTitleCell.tyukai {
        width: auto;
    }

    .roomListTableTitleCell,
    .roomListTableDataCell {
        font-size: 11px;
    }

    .roomDetailTable {
        display: block;
        table-layout:
    }

    .roomDetailTable .tableRow {
        display: block;
    }

    .roomDetailTable .galleryThumbTableCell {
        width: 100%;
        padding: 0% 1%;
    }

    .roomDetailRoomNameArea input.float-Right {
        width: 100%;
        border: 0px;
        color: #fff;
        background: #c60000;
        margin-top: 30px;
        padding: 6px 0px;
        margin-bottom: 20px;
        border-radius: 6px;
    }

    div.controls a {
        padding: 5px;
        background: #666;
        color: #fff;
        margin-right: 5px;
        font-size: 9px;
        border-radius: 8px;
    }

    div.roomsForInquiryTableSeqTitleCell {
        width: 6%;
        padding: 0%;
    }

    div.roomsForInquiryTableRoomNameTitleCell {
        width: 30%;
    }

    div.roomsForInquiryTableTitleCell {
        width: 15%;
        padding: 0%;
    }

    div.roomsForInquiryTableTitleCell {
        width: 15%;
        padding: 0%;
    }

    div.roomsForInquiryTableContactDivsTitleCell {
        width: auto;
    }

    .contactform .detailsTableDataCell {
        padding: 0%;
        vertical-align: middle;
        text-align: center;
    }

    div#contactDivs_1.detailsTableDataCell.linedRight.linedBottom.linedLeft {
        vertical-align: middle;
        padding: 1%;
    }

    .customerInfoTableTitleCell {
        width: 30%;
        padding: 1%;
    }

    .descTextAria {
        width: 100%;
        background: #fff;
    }

    h1.buildingListTitle {
        background: #23AC38;
        min-height: 0px;
        padding: 2% 1%;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 22px;
    }

    div.sidemenuArea .search_line {
        width: 50%;
        float: left;
        padding-left: 2%;
        font-size: 13px;
    }


    .buildingPhotoGrid {
        max-width: 100px;
        max-height: 100px;
    }

    .photoThumbHeight {
        height: auto;
    }

    .buildingPhotoGrid {
        max-height: 100px;
    }




    /* =============================================================================================== 追加要素スマホ= */


    .wrap100 {
        width: 100% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .wrap94 {
        width: 94% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .wrap80 {
        width: 80% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    p.sp_hdlogo {
        position: absolute;
        width: 35%;
        left: 2%;
        top: 13px;
        margin-bottom: 0px;
    }

    p.sp_nav01 {
        position: absolute;
        width: 19.5%;
        left: 40%;
        top: 8px;
        margin-bottom: 0px;
    }

    p.sp_nav02 {
        position: absolute;
        width: 19.5%;
        left: 59.5%;
        top: 8px;
        margin-bottom: 0px;
    }

    #sp_topimage {
        background: url(/penguin/resources/image/housumo/esaka/top_loop.png);
        padding: 5%;
        margin-top: 13%;
    }

    #sp_topimage img {
        background: rgba(255, 255, 255, 0.62);
    }

    #top_serch ul {
        width: 100%;
        padding-top: 0%;
        margin-left: 0px;
    }

    #top_serch li {
        width: 33.333%;
        margin: 0px;
        padding: 1%;
    }

    #top_serch .freeword {
        width: 100%;
        margin-top: 5%;
    }

    #top_serch .freeword input.text {
        width: 100%;
        margin-bottom: 2%;
    }

    #top_serch .freeword input.submit {
        width: 100%;
    }

    ul.kodawari_ul,
    ul.service_ul,
    dl.ft_intro dd {
        width: 100%;
    }

    h2.top_tilte.kodawari {
        background: none;
    }

    ul.kodawari_ul li {
        width: 100%;
        height: auto;
    }

    ul.kodawari_ul li p.kodawari_pic {
        float: left;
        width: 25%;
    }

    p.kodawari_title.title_01 {
        float: right;
        width: 75%;
    }

    p.kodawari_text {
        float: right;
        width: 75%;
    }

    h2.top_tilte.sinchaku {
        line-height: 50px;
        padding-bottom: 150px;
        padding-top: 30px;
    }

    ul.service_ul li {
        width: 100%;
        overflow: hidden;
    }

    p.service_pic {
        float: left;
        width: 30%;
        height: auto;
        margin-bottom: 0px;
    }

    p.service_name {
        float: right;
        width: 70%;
        margin-bottom: 0px;
        padding-top: 5%;
        background-position: 5% 80%;
    }

    div#ft_tel,
    div#ft_contact {
        position: static;
        width: 94%;
        margin: 0 auto;
    }

    div.ft_content {
        padding-bottom: 5%;
        height: auto;
    }

    .ft_about_area {
        height: auto;
        padding: 3% 20%;
    }

    address {
        font-size: 9px;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 94%;
    }

    .inner h1 {
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .inner h1 img {
        width: 200%;
        max-width: 200%;
        position: absolute;
        margin-left: -50%;
    }

    ul.kdoawari li {
        width: 94%;
        margin: 0 auto;
        float: none;
        margin-bottom: 12%;
    }

    ul.kdoawari {
        padding-top: 50px;
    }

    #kodawari_L {
        width: 80%;
        float: none;
        margin: auto;
    }

    #kodawari_R {
        width: 76%;
        float: none;
        padding-left: 10%;
    }

    #omukae_title #omukae_title_R {
        margin-top: 5%;
    }

    ul.omukae_list li {
        width: 48%;
        margin: 1%;
    }

    #omukae_title #omukae_title_R h3 {
        line-height: 30px;
    }

    div#page_top {
        display: none;
    }

    .inner h1 {
        margin-bottom: 0;
    }

    .page_area {
        padding: 0 4%;
    }

    .owner_title {
        font-size: 18px;
    }

    .kanri_text {
        font-size: 15px;
    }

    .owner_area {
        margin-bottom: 50px;
    }

    .owner_title_01 {
        margin-bottom: 20px;
    }

    .kanri_title {
        background-size: 11%;
        padding-left: 18%;
        font-size: 20px;
        margin-bottom: 0;
    }

    .kanri_text {
        margin-bottom: 20px;
    }

    .shueki_text {
        font-size: 16px;
        text-align: initial;
    }

    .point_ul li {
        width: 100%;
    }

    .point_icon {
        width: 50%;
        margin: auto;
    }

    ul.voice_pic li {
        width: 80%;
        margin: auto;
        float: none;
        margin-bottom: 10px;
    }

    .voice_area {
        margin-bottom: 40px;
    }

    #recruit {
        padding: 0;
    }

    .saiyou_L {
        width: 85%;
        float: none;
        margin: auto;
    }

    .saiyou_R {
        width: 100%;
        float: none;
        font-size: 16px;
        margin-top: 10px;
    }

    ul.job_merit {
        width: 100%;
    }

    ul.job_merit li {
        width: 48%;
        margin-right: 2%;
    }

    .recruit_table th {
        width: 100%;
        display: block;
        line-height: 2;
        margin-bottom: 10px;
    }

    .recruit_table td {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .wpcf7-form-control.wpcf7-textarea {
        width: 100%;
    }


    ul.benri_list li {
        width: 48%;
        margin: 1%;
        background-size: 100%;
    }

    ul.benri_list li:hover {}

    ul.benri_list li a {
        width: 100%;
        font-size: 12px;
    }

    #term dl {
        width: 100%;
        float: none;
    }

    #term dd {
        margin-left: 0px;
        min-height: 0px;
    }

    .companiesbox p {
        width: 80%;
        margin: 0 auto;
        float: none;
        margin-bottom: 3%;
    }

    .companiesbox dl {
        padding: 0% 3%;
    }

    ul.syataku_flow li h4 span {
        display: block;
        line-height: 45px;
    }

    #kagu_title_L {
        width: 100%;
    }

    div#kagu_title_R {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    div#kagu_set_L {
        width: 100%;
    }

    div#kagu_set_R {
        width: 100%;
    }

    ul.kagu_shingle li {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    div#breadcrumbs {
        margin-top: 0px;
    }





    h3.hstyle02 {
        font-size: 18px;
    }

    p.fliw_pic img {
        width: 80%;
    }

    p.fliw_pic {
        text-align: center;
    }

    p.mb15 {
        font-size: 14px;
        line-height: 1.5;
    }

    dl.manual_point {
        width: 100%;
    }

    dl.manual_point dt {
        width: 18%;
    }

    dl.manual_point dd {
        width: 70%;
        float: right;
        font-size: 14px;
    }

    dl.manual_point {
        overflow: hidden;
    }

    .inner h1.buildingListTitle {
        background-color: var(--main-color);
        height: auto;
    }

    .buildingListTableDetailsCell {
        width: 72%;
        float: right;
    }

    .buildingListBuildingDetailsTable {
        width: 100%;
    }

    .inner h1 {
        text-align: center;
        height: auto;
    }

    .single_page .inner h1 {
        background: none;
        padding: 0px;
        border-bottom: 0px;
        height: 200px;
        text-align: left;
    }

    .photoThumb {
        width: 100%;
        height: 60px;
    }

    div#ft_contact a.mail {
        width: 45%;
    }

    div#ft_contact a.line {
        width: 45%;
    }

    table.gakku_list th {
        display: block;
        width: 100%;
    }

    table.gakku_list td {
        display: block;
    }

    h2.top_tilte.sinchaku {
        padding-bottom: 2%;
        margin-bottom: 0px;
    }

    h2.top_tilte .search_h2 {
        width: 86%;
        margin: 0 auto;
        float: none;
    }

    .ft_logo {
        max-width: 400px;
        margin: 0 auto;
    }

    ul.article_list li {
        width: 99%;
    }

    .bxslider_top li {
        height: 400px;
    }

    .top_img_text {
        margin: auto;
        left: 5%;
        width: 90%;
        top: 40px;
    }

    .text_01 {
        font-size: 28px;
    }

    .text_03 {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    h1.top_h1 {
        font-size: 12px;
    }

    .text_02 {
        font-size: 12px;
        line-height: 1.5;
    }

    .sec_01 {
        height: auto;
    }

    .sec_01_inner {
        width: 100%;
    }

    .business_ul {
        width: 100%;
    }

    .business_ul li {
        float: none;
        width: 100%;
        height: auto;
    }

    .busi_text_area {
        position: static;
    }

    .sec_02 {
        padding: 30px 3%;
        height: auto;
    }

    .sec_02_inner {
        width: 100%;
    }

    .sec_02_L {
        width: 100%;
        float: none;
    }

    .sec_02_R {
        width: 100%;
        float: none;
    }

    .sec_02_h2 {
        margin-bottom: 5%;
        font-size: 24px;
        ;
    }

    .sec_02_btn {
        width: 90%;
        margin: auto;
        line-height: 35px;
    }

    .sec_03 {
        margin-bottom: 50px;
    }

    .sec_03_img {
        height: 370px;
    }

    .sec_03_h2 {}

    .sec_03_btn_area {
        width: 100%;
        margin: 0px;
        height: auto;
        padding: 3%;
    }

    .sec_03_btn_area .btn_ul {
        width: 100%;
    }

    .btn_ul li {
        width: 48%;
        float: none;
        margin: 1%;
        float: left;
        text-align: center;
    }

    .sec_03_pic {
        width: 100%;
        height: 45vw;
    }

    ul.ft_info {
        display: none;
    }

    .ft_link {
        display: none;
    }

    .ft_logo {
        width: 100%;
    }

    .ft_tel {
        position: static;
        width: 80%;
        margin: auto;
    }

    .ft_contact_ul {
        position: static;
    }

    .ft_contact_ul li {
        width: 48%;
        margin: 1%;
        line-height: 50px;
    }

    .contact_btn {
        width: 94%;
        line-height: 70px;
        font-size: 14px;
    }

    .contact_btn a {
        line-height: 30px;
        padding: 10px;
    }

    .contact_btn a {
        display: none;
    }


    address {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .ft_area {
        width: 100%;
        padding: 3%;
        height: auto;
        margin-top: 10vw;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    .menu {
        width: 50px;
        height: 50px;
        top: 0px;
        position: relative;
        cursor: pointer;
        float: right;
        z-index: 100;
        margin-right: 5%;
        margin-top: 11%;
    }

    .menu1 {
        width: 40px;
        height: 5px;
        background-color: #000;
        position: absolute;
        top: 0px;
    }

    .menu2 {
        width: 40px;
        height: 5px;
        background-color: #000;
        position: absolute;
        top: 12px;
    }

    .menu3 {
        width: 40px;
        height: 5px;
        background-color: #000;
        position: absolute;
        top: 24px;
    }

    .menu1,
    .menu2,
    .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* opera */
        -moz-transition: all 0.5s ease-out;
        /* firefox */
        -webkit-transition: all 0.5s ease-out;
        /* chrome, safari */
        -ms-transition: all 0.5s ease-out;
        /* ie */
    }

    .menuclick1 {
        top: 15px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    .menuclick2 {
        opacity: 0;
    }

    .menuclick3 {
        top: 15px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    .menuclick4 {
        opacity: 0;
    }

    .menu4 {
        position: absolute;
        top: 30px;
        font-size: 9px;
        letter-spacing: 3px;
    }

    /* .sp_hd_logo {
    width: 62%;
    float: left;
    padding-left: 5%;
    padding-top: 4%;
} */
    #sp_nav {
        width: 100%;
        padding-bottom: 1%;
    }

    dl.sp_nav {
        margin: 0px;
        width: 100%;
    }

    dl.sp_nav dt {
        overflow: hidden;
    }

    dl.sp_nav dt img {
        width: 12%;
        margin-right: 6%;
        margin-top: 2%;
    }

    dl.sp_nav ul {
        padding-left: 0px;
        margin: 0px;
        list-style-type: none;
    }

    dl.sp_nav li {
        background: #1E1E1E;
        border-bottom: 1px dotted #888;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        padding-left: 10px;
    }


    dl.sp_nav li a {
        color: #fff;
        letter-spacing: 2px;
        font-size: 14px;
        padding: 13px;
        display: block;
        background: url(http://makesview.kir.jp/penguin/famil/wp-content/uploads/2016/12/sp_arrow.png)no-repeat right center;
        text-decoration: none;
    }

    .sp_nav dd {
        margin: 0;
    }

    .rent_h1 {
        height: 140px;
    }

    .h1_mask {
        height: 140px;
    }

    .page_h1 {
        padding-top: 40px;
        font-size: 14px;
    }

    .page_h1 span {
        font-size: 20px;
        margin-top: 20px;
    }

    .page_area {
        /* width: 94%; */
        padding: 0px;
        margin: auto;
    }

    .rent_ul {
        width: 100%;
    }

    .rent_ul li {
        width: 100%;
    }

    .rent_h2 {
        background-image: none;
        padding: 3%;
        line-height: 30px;
    }

    .rec_h1,
    .com_h1,
    .reno_h1,
    .buy_h1,
    .homemate_h1 {
        height: 140px;
        margin-bottom: 30px;
    }

    ul.buy_list li {
        width: 49%;
    }

    .about_L,
    .about_R {
        float: none;
        width: 100%;
    }

    .sec_04 {
        height: auto;
        padding: 5% 4%;
    }

    .sec_04_inner {
        width: 100%;
    }

    .sec_04_inner input.text,
    .sec_04_inner input.submit {
        width: 100%;
        float: none;
    }

    .reno_strp {
        padding: 10px;
        font-size: 14px;
    }

    .reno_strp span {
        position: static;
        margin-right: 10px;
        font-size: 14px;
    }

    .rent_ul li {}

    .rent_ul span {
        display: none;
    }

    .sell_form {
        width: 100%;
    }

    .sell_form.buy_list {
        /* padding: 10px; */
        width: 100%;
        margin: 0 0 15px;
    }

    .buy_L,
    .buy_R,
    .shataku_L,
    .shataku_R
    {
    width: 100%;
    float: none;
}

.buy_LR {
    margin-bottom: 20px;
}

.flow_subtitle {
    line-height: 40px;
    margin: 0;
    font-size: 20px;
}

.saiyo_tour li {
    float: none;
    width: 100%;
}

.buy_L {
    width: 100%;
    font-size: 15px;
    float: none;
    margin-bottom: 20px;
}

.buy_R {
    width: 94%;
    margin: auto;
    float: none;
}


.cam_img {
    margin: 20px 5%;
}

.fee_area {
    padding: 5% 5%;
    margin-bottom: 40px;
}

h2.camfee_ttl {
    font-size: 13px;
    margin: 0 0 10px;
}

.fee_area_inner {
    padding: 5%;
}

.orenge_txtbox {
    width: 100%;
    font-size: 13px;
    padding: 5% 0;
    margin-bottom: 10px;
}

.fee_table {
    margin-bottom: 10px;
}

.cam_bottom_box {
    font-size: 13px;
}

h2.cam_imgttl {
    margin-bottom: 30px;
    padding: 0 10%;
}

.tsujichougentei {
    font-size: 12px;
    line-height: 1.7;
    background: no-repeat;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
}

.tsujichougentei .sp {
    margin-top: 15px;
}

.cam_contact {
    padding: 10% 5% 5%;
    margin-bottom: 20px;
}

.cam_contact .ttl {
    font-size: 14px;
}

.btn_LR .L,
.btn_LR .R {
    width: 100%;
    margin-bottom: 5%;
    background-size: 15%;
    padding-left: 27%;
    font-size: 4vw;
}

.btn_LR .L span,
.btn_LR .R span {
    font-size: 9vw;
}

.cam_line_contact {
    background-position: center 20px;
    padding: 90px 5% 5%;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

.cam_line_contact a {
    position: static;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}

.cam3images {
    margin-bottom: 40px;
}

.cam_info {
    padding: 5%;
}

.cam_info_fff {
    padding: 5%;
}

table.cam_info_table th,
table.cam_info_table td {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

table.cam_info_table th {
    border-bottom: none;
    padding-bottom: 0;
}

.tsuji_bn {
    margin: 0 5% 30px;
}

.oricon {
    position: static;
    text-align: center;
    padding: 5%;
}

.sec_04 form#form {
    display: inline-block;
    width: 480px;
}

.sec_04 .sec_02_btn {
    display: inline-block;
    margin-left: 20px;
}

ul.news_ul li {
    width: 100%;
    margin: 0 0 10px !important;
    padding-left: 33vw;
    height: 20vw;
    padding-top: 2vw;
}

ul.news_ul li .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 20vw;
    width: 30vw;
}

.sec_2b {
    padding: 30px 3%;
}

.sec_04 form#form {
    width: 100%;
    margin-bottom: 20px;
}

.sec_04_inner input.submit {
    margin: 0;
}

.sec_insta {
    padding: 30px 3% 30px;
}

.sec_insta iframe {
    /* width:  100% !important; */
    /* overflow-x:  scroll; */
}

.sec_insta_inner {
    width: 100%;
}

.insat_box {
    overflow-x: scroll;
}

ul.news_ul .content {
    padding: 0;
}

.bn_slider_inner {
    width: 94%;
}

.bn_slider_box .bx-wrapper .bx-controls-direction a {
    width: 3vw;
}

.bn_slider_box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -3vw;
}

.bn_slider_box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -3vw;
}

.top_new_inner {
    width: 98%;
}

.new_arrival_box.pr {
    width: 100%;
    margin: 0 0 !important;
    padding: 1vw;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.new_arrival_box .image {
    float: left;
    width: 16vw;
    height: 16vw;
}

.new_arrival_box .title {
    float: right;
    width: calc(100% - 18vw);
    padding: 0;
    margin: 0 0 0.1vw;
    border-bottom: 1px solid #fafafa;
    font-size: 3.5vw;
    line-height: 1.5;
}

.new_arrival_box .info {
    float: right;
    width: calc(100% - 18vw);
    padding: 0;
    line-height: 1.3;
}

.new_arrival_box .info>span {
    font-size: 3vw;
}

.new_arrival_box .info>span.yachin span {
    font-size: 4vw;
}

.new_arrival_box .info>span.yachin {
    width: auto;
    margin-right: 3vw;
}

.new_arrival_box .info>span.ensen {
    font-size: 3vw;
}

.bana-section_inner {
    width: 90%;
}

.bana-section_inner div {
    width: 100%;
    margin: 0 0 10px !important;
}

.addline_sec .title {
    font-size: 11px;
}

.addline_sec .add_btn a {
    display: block;
    text-align: center;
    line-height: 70px;
    background: #4CAF50;
    border-radius: 5px;
    box-shadow: 0 2px #2e5a29;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.contactline_sec .L,
.contactline_sec .R {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 10px;
}

.contactline_sec>div>div {
    word-break: break-all;
    font-size: 11px;
    max-width: 90%;
}

ul.staff_sitei li {
    line-height: 2;
    padding: 30px 20px;
    font-size: 12px;
}

.sitei_etc {
    font-size: 15px;
}

.sitei_etc span {
    font-size: 30px;
    margin-right: 7px;
}

.linedesagasu a {
    width: 98%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 60px;
}

.bn_slider_box .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20vw;
    height: 7vw;
}

.bn_slider_box .bx-wrapper .bx-pager {
    bottom: -10vw;
}

.bn_slider_box {
    padding-bottom: 13vw;
}

.spFixBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
}

.spFixBtn h2 {
    background: #98261e;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}

.spFixBtn h2 span {
    background: #fff;
    color: #98261e;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 7px;
}

.spFixBtnBox {
    display: flex;
    justify-content: space-between;
    padding: 2vw;
}

.spFixBtnBox a {
    display: flex;
    color: #fff;
    text-decoration: none;
    width: 47vw;
}

.spFixBtnBox a .icon {
    line-height: 0;
    width: 8vw;
}

.spFixBtnBox a .text {
    font-size: 3.5vw;
    line-height: 8vw;
    padding-left: 2vw;
    font-weight: bold;
}

.spFixBtnBox a.mail {
    background: var(--main-color);
    padding: 2vw;
    border-radius: 3px;
}

.spFixBtnBox a.line {
    background: #00c800;
    padding: 2vw;
    border-radius: 3px;
}

.pos,
.fudo_bn {
    text-align: center;
    margin: 40px 0px 20px;
}

/* =============================================================================================== 追加要素スマホend= */

.yasumi.wrap {
    margin: 20px auto;
    padding: 2%;
}

.yasumi_tenpo li {
    font-size: 11px;
    padding: 0;
}

.yasumi_nittei {
    font-size: 18px;
}

.bnBox {
    width: 98%;
    flex-wrap: wrap;
}

.bnBox>div {
    width: 100%;
    margin-bottom: 10px;
}

.sec_03 .btn_ul li p {
    display: none;
}

#topGreeting {
    background-size: cover;
    padding: 15vw 0;
}

.topGreeting_h2 {
    font-size: 20px;
}

.topGreeting_h2:after {
    margin: 3vw auto 5vw auto;
}

.topGreeting_textBox p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 3vw;
}

.topGreeting_textBox {
    padding: 0 2%;
}

footer {
    margin-bottom: 0px;
}

.sp_navBox {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
}

body {
    margin-top: 70px;
}

.sp_nav_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2% 0 2% 0;
}

.sp_nav_search a {
    width: 47%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7b52c;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1%;
    margin-right: 1%;
    border-radius: 5px;
}

.sp_nav_search a:nth-child(2n) {
    margin-right: 0;
}

.heyapage {
    padding-top: 0;
}

.searchListMainArea {
    padding-top: 10vw;
}

#contactPage {
    background-color: #ddd;
    padding-top: 20px;
}

#contactPage h1 {
    background: #333;
    border: 0px;
}

#contactPage form span {
    background-color: #f16b0a;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 10px;
}

#contactPage form input[type="text"],
#contactPage form input[type="email"] {
    border-radius: 30px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.2) inset;
    padding: 5px 10px;
}

#contactPage form textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.2) inset;
    padding: 5px 10px;
}

#contactPage form .table-L:first-child .tableRow .detailsTableDataCell:nth-child(1) {
    background-color: #2f2f2f;
    color: #fff;
    text-align: left;
    padding: 2px 10px;
}

#contactPage form .table-L:first-child .tableRow .detailsTableDataCell:nth-child(3) {
    display: none;
}

#contactPage form .table-L:first-child .tableRow .detailsTableDataCell:nth-child(5) {
    display: none;
}

#contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 10px;
    background-color: #faf1d7;
}

#contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) input {
    width: 6%;
}

#contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) label {
    width: 88%;
    padding: 5px 0px;
    font-size: 13px;
}

#contactPage .table-L,
#contactPage .tableRow,
#contactPage .customerInfoTableTitleCell,
#contactPage .detailsTableDataCell {
    display: block;
    width: 100%;
}

section#top_staff {
    padding: 40px 0;
}

.staff_box {
    width: 50%;
    height: auto;
}

.staff_box img.front {
    position: static;
}

.staff_box .mask {
    opacity: 1;
}

.staff_box .text {
    opacity: 1;
    height: auto;
    top: auto;
    margin-bottom: 5vw;
}

.staff_box .text .name {
    font-size: 4vw;
    margin-bottom: 3vw;
}

.staff_box .text .name span {
    font-size: 2vw;
    margin-top: 0;
}

.staff_box .text .class {
    font-size: 3vw;
    border-bottom: none;
}

.staff_inner {
    margin-top: 0;
}

.staff_inner .image {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.staff_inner .textBox {
    width: 100%;
    margin-top: 5vw;
}

.staff_inner .textBox .title {
    font-size: 17px;
    margin: 0 0 3vw;
}

.staff_inner .textBox .text {
    font-size: 14px;
    line-height: 1.6;
}

.staff_inner .textBox .sub_text {
    font-size: 14px;
}

.reno_h1.staff_h1 {
    background-position: center;
    background-size: 100%;
}

.bnBox>div+div {
    margin-top: 20px;
}

.ekiten_bn {
    width: 100%;
    margin: 0 0 20px;
}

.bnBox .posBox {
    width: 90%;
    margin: 0 5% 20px;
}

.bnBox .fudo_bnBox {
    width: 90%;
    margin: 0 5% 30px;
}

.fudo_bn {
    margin: 20px 0px;
}

.tsuji_bn {
    width: 100%;
    margin: 0;
}

.pos,
.fudo_bn {
    text-align: center;
    margin: 0 0 20px;
}

.bnBox {
    padding: 0;
}

.searchBox {
    width: 96%;
    margin: auto;
}

/*検索ページ非公開セクション*/

.mikoukai {
    padding: 15px;
}

.mikoukai h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
}

.mikoukai p {
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
}

.mikoukai a {
    font-size: 14px;
    padding: 5px;
}

/*当社限定バナー*/

.gentei_banner {
    margin: 40px 0 20px;
}

.gentei_banner a:hover {
    opacity: 1;
}

/*article追加CSS*/

.mainArea.full.article .inner {
    width: 100%;
    margin-bottom: 5vw;
}

.mainArea.full.article .side_blog {
    width: 100%;
}

.mainArea.full.article .side_blog a {
    width: 80%;
}

.mainArea.full.article h2 {
    padding: 2px 10px;
    font-size: 16px;
}

.top_h2_text {
    font-size: 14px;
    text-align: left;
}

.sec_01 .top_h2_text {
    width: 96%;
    margin: 0 auto;
}

.top_new .top_h2_text {
    width: 96%;
    margin: 0 auto;
}

#top_staff .top_h2_text {
    width: 96%;
    margin: 0 auto;
}

.sec_03 .top_h2_text {
    width: 96%;
    margin: 0 auto;
}

/*トップコロナ対策セクション*/

section#top_corona {
    padding: 50px 0;
    margin: 0 0 20px;
}

section#top_corona .wrap {
    width: 96%;
}

section#top_corona h2 {
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
}

section#top_corona h2+.text {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.corona_flex .pr {
    width: 100%;
    margin-left: 10px;
    padding: 10px 0;
}

.corona_flex .pr+.pr {
    margin-top: 15px;
}

.corona_flex .pr .num {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    top: -10px;
    left: -10px;
}

.corona_flex .pr .num img {
    height: 30px;
}

.corona_flex_3 .pr .big {
    font-size: 24px;
}

p.corona_middle {
    text-align: left;
    font-size: 14px;
}

.corona_flex_2 .pr .big {
    font-size: 22px;
}

.corona_flex_2 .pr .icon {
    display: inline-block;
    width: 24px;
}

p.corona_last {
    text-align: left;
    font-size: 18px;
}

.corona_flex_3 .pr .big {
    font-size: 20px;
}

.corona_flex .pr .num {
    background-size: 10px;
}

.corona_flex_2 .pr .big {
    font-size: 20px;
}

p.corona_last {
    font-size: 14px;
}

p.corona_small_text {
    font-size: 14px;
    text-align: left;
}

.corona_flex_3 .pr:nth-of-type(1) p.num {
    background-size: 7px;
}

.corona_flex_2 .pr:nth-of-type(1) p.num {
    background-size: 7px;
}

/*お部屋探しマニュアル*/

.fliw_contents {
    margin-top: 20px;
}

p.fliw_pic {
    width: 100%;
}

.fliw_textBox {
    width: 100%;
    margin: 10px 0 0;
}

dl.manual_point {
    padding: 4%;
    margin-top: 15px;
}

#page_asset {
    padding: 30px 0;
}

#page_furniture,
#page_manual,
#page_link,
#page_support {
    padding: 0;
}

#page_investment,
#page_syataku,
#page_woman,
#page_buy_menu,
#page_renov,
#page_line {
    padding: 0 0 30px;
}

#page_life {
    padding: 50px 0;
}

#page_term {
    padding: 30px 0 10px;
}

#page_rent_menu {
    padding: 0 0 20px;
}

ul.article_list li span.thumb img {
    max-height: 32vw;
}

}