@CHARSET "UTF-8";

/*** Start Vanilla CSS 1.0.2 */
body {
    font: 9pt / 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;
}

dfn {
    font-weight: bold;
}

input {
    cursor: pointer;
}

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

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: 0em;
}

table {
    margin-bottom: 1.4em;
    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%;
}

* 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: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

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

.inner {
    max-width: 760px;
    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: 2px;
    font-weight: bold;
    vertical-align: middle;
    border-right: solid 1px #d3d3d3;
}

.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 {
    width: auto;
    padding: 2px 4px;
    border-radius: 3px;
    background: #7d7a74;
    color: #fff;
}

.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: 10px;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    vertical-align: middle;
    font-size: 15px;
}

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

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

.currentSearchConditionsTableDataCell {
    display: table-cell;
    font-size: 10pt;
    background-color: #ffffff;
    vertical-align: middle;
}

.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 {
    /* display: table-cell; */
    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;
    width: 100%;
    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: 12pt;
    font-weight: bold;
    margin: 10px 0;
}

.newBuildingIcon {
    position: absolute;
}

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

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

.photoThumb-S {
    max-width: 100%;
    max-height: 100%;
}

.photoThumbHeight-S {
    height: auto;
}

.photoGarelly-S {
    width: 100%;
    padding: 0px 10px;
}

/* ================================================================= 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;
}

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

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

.font-RailwayLineLinkText {
    font-size: 10.5pt;
    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/xias/home/bg_dot.png);
}

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

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

.pagerTable {
    display: table;
    table-layout: fixed;
    max-width: 760px;
    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: #717171;
}

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

.pagerTableOtherPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    color: #555;
    background: #fff;
    border: 1px solid #555;
    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;
    color: #333;
    border-left: 5px solid #00A73C;
    letter-spacing: 2px;
}

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

.buildingListTable {
    padding: 10px 0px;
}

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

.buildingListAppearancePhoto {
    width: 310px;
    max-height: auto;
    cursor: pointer;
}

.buildingListTableDetailsCell {
    display: table-cell;
    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;
    width: 760px;
}

.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: #d1e7db;
}

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

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

.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: #d1e7db;
}

.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: #f2f2f2;
}

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

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

.descTextAria {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border: solid 1px #d3d3d3;
    background: #f6f6f6;
    box-shadow: 0 0 0 1px #dfdfdf inset;
}

.confirmButtonArea {
    max-width: 100%;
    width: 100%;
    padding: 20px;
}

.textAlign-Center {
    text-align: center;
    background: #f4f4f4;
}

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

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

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

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

#sidebar {
    width: 220px;
    float: left;
    padding-top: 30px;
    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;
}

#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;
}

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


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

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


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


#nav_comment {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    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;
}

table.company {
    font-size: 13px;
}

table.company th {
    width: 160px;
    padding: 12px 10px 12px 5px;
    background: #00A73C;
    color: #fff;
    padding-left: 10px;
}

table.company td {
    padding-left: 10px;
    background: #fff;
}


div.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: 220px;
    float: left;
    padding-top: 30px;
    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;
    clear: both;
}

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%;
}

h3.subtitle {
    background: #313131;
    color: #fff;
    padding: 6px 10px;
}

.photoGarelly-S .galleryThumbTableCell-S {
    vertical-align: top;
    border: solid 0px #d3d3d3;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 8px;
    width: 740px;
    margin-top: 0px;
}

.roomDetailTable .galleryThumbTableCell {
    width: 740px;
    padding: 10px 0px;
    float: left;
    position: relative;
    margin-top: 10px;
}

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

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


#header {
    position: relative;
    height: 180px;
    background: #fff;
}

#topbar {
    background: #00A73C;
    height: 34px;
}

#topbar h1 {
    font-size: 12px;
    text-align: left;
    background: none;
    padding: 8px 0px 0px;
    margin-top: 0px;
    min-height: 0px;
    margin-bottom: 0px;
    float: left;
    width: 680px;
}

.hd_search {
    float: right;
    width: 300px;
    padding-top: 5px;
}

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

#hd_tel {
    float: right;
    margin-top: 0px;
}

#hd_logo {
    float: left;
}


#hd_nav {
    position: absolute;
    top: 420px;
    left: 50%;
    margin-left: -500px;
}


div.buildingGridTableCell {
    border: solid 1px #ddd;
    border-radius: 0px;
    padding: 20px;
    width: 240px;
    float: left;
    margin-right: 10px;
    height: 280px;
}

#ft_logo {
    position: absolute;
    top: 20px;
}

#ft_navi01 {
    position: absolute;
    top: 40px;
    right: 460px;
}

#ft_navi01 dt {
    margin-bottom: 5px;
}

#ft_navi02 {
    position: absolute;
    top: 40px;
    right: 260px;
}

#ft_navi02 dt {
    margin-bottom: 5px;
}

#ft_navi03 {
    position: absolute;
    top: 40px;
    right: 60px;
}

#ft_navi03 dt {
    margin-bottom: 5px;
}

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

#hd_nav ul {
    overflow: hidden;
    border-right: 1px solid #555;
}

#hd_nav li {
    float: left;
    padding: 3px 26px;
    font-size: 15px;
    border-left: 1px solid #555;
}

#top_tokusyu_search_left01 {
    position: absolute;
    top: 60px;
    right: 25px;
}


#top_tokusyu_search_left02 {
    position: absolute;
    top: 135px;
    right: 25px;
}


#top_tokusyu_search_left03 {
    position: absolute;
    top: 210px;
    right: 25px;
}


#top_tokusyu_search_left04 {
    position: absolute;
    top: 285px;
    right: 25px;
}

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: #00A73C;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}


ul#hd_sns {
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
    width: 420px;
}

ul#hd_sns li {
    float: right;
    width: 35px;
    margin: 5px;
}




.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;
}

.list_hover {
    background: #fff;
    transition: 0.2s;
}

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


.inner h1,
.roomDetailRoomNameArea {
    background: #676767;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
}

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;
}

ul.sp_nav {
    display: none;
}

div#sp_nav.search_side {
    display: block;
}

.pc_none {
    display: none;
}

ul.bxslider {
    display: none;
}

ul.sp_nav {
    display: none;
}

#sp_footer {
    display: none;
}

#sp_nav {
    display: none;
}

ul.sp_content_under {
    display: none;
}

.pc_none {
    display: none;
}

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


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

.hd_search input.submit {
    background: #f6eb28;
    color: #000;
    border: 0px;
    float: right;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 15px;
}

.room_top_detail {
    width: 740px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 4px solid #e4c8b4;
    border-radius: 10px;
    background: #fbfbfb;
}

.room_top_detail table {
    margin-bottom: 0px;
}

.room_top_detail table th {
    background: #878787;
    color: #fff;
    margin-bottom: 10px;
}

.room_top_detail table td {
    text-align: center;
    padding: 14px 0px;
}

.room_top_detail table td.chinryo {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

p.heya_type {
    margin: 10px 0px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px;
}

p.heya_type span {
    background: #b18574;
    color: #fff;
    padding: 6px 15px;
    font-size: 11px;
    margin-right: 20px;
}

.ft_up {
    padding: 30px;
}

.ft_up h3 {
    text-align: center;
    color: #42210B;
    letter-spacing: 2px;
    font-size: 15px;
}

.ft_up ul {
    overflow: hidden;
    padding: 10px 20px;
}

.ft_up li {
    float: left;
    padding: 0px 8px;
    border-right: 1px dotted #333;
    margin-bottom: 10px;
}

.ft_up .ft_up_L {
    width: 50%;
    float: left;
    height: 150px;
    border-left: 1px solid #978c80;
    border-right: 1px solid #bcae9f;
}

.ft_up .ft_up_R {
    float: right;
    width: 50%;
    height: 150px;
    border-left: 1px solid #978c80;
    border-right: 1px solid #bcae9f;
}

.ft_up_keyword {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.39);
}

#buildinglist_cell {
    background: #fff;
    padding: 10px;
    margin: 20px 0px;
    border: 1px solid #b5b5b5;
    box-shadow: 0 0 0 1px #dfdfdf inset;
}


ul.gaiyo_outline li.gaiyo_outline_line {
    padding: 4px 0px;
    border-bottom: 1px dotted #888;
}

ul.gaiyo_outline li.gaiyo_outline_line span {
    margin-right: 10px;
}

ul.gaiyo_outline li.gaiyo_outline_line ul {
    margin: 0px;
    overflow: hidden;
}

ul.gaiyo_outline li.gaiyo_outline_line ul li {
    float: left;
    margin-right: 20px;
}

#buildinglist_cell h3 {
    margin-top: 0px;
    background: #676767;
    color: #fff;
    padding: 4px 10px;
}

#buildinglist_cell .list_syosai span {
    background-image: linear-gradient(to bottom, #FFE492, #FFB400);
    border: 1px solid #E7A800;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 1px #FFDE6B inset;
    padding: 2px 4px;
}

li.gaiyo_outline_line table {
    margin-bottom: 0px;
}

li.gaiyo_outline_line table th {
    padding: 0px;
    width: 38px;
}

ul.gaiyo_outline li.gaiyo_outline_line table th span {
    margin: 0px;
}

li.gaiyo_outline_line table td {
    padding: 0px;
}

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

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

.mainArea.full .table-L {
    max-width: 1000px;
}

.galleryThumbTableCell.right {
    float: right;
    padding-top: 10px;
    width: 340px;
}

table.building_table {
    margin-bottom: 20px;
}

table.building_table th {
    background: #f2f2f2;
    font-size: 14px;
    width: 120px;
}

table.building_table td {
    font-size: 14px;
    padding: 16px 4px;
    border-bottom: 1px solid #e4e4e4;
}

span.research_text {
    float: left;
    padding-left: 20px;
    font-size: 15px;
    letter-spacing: 2px;
}

.heya_outline {
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
}

.heya_outline h3 {
    margin-top: 0px;
    color: #555;
    border-bottom: 1px solid #555;
    letter-spacing: 4px;
}

.heya_outline_L {
    float: left;
    width: 460px;
}

.heya_outline_R {
    float: right;
    width: 500px;

}

.heya_outline_madori {
    background: #fafafa;
    text-align: center;
    padding: 50px 0px;
}

.heya_outline_madori img {
    max-width: 500px;
    max-height: 420px;
}

.heya_outline_L table {}

.heya_outline_L table th {
    text-align: left;
    padding: 10px 0px;
    width: 120px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px dotted #b2b2b2;
}

.heya_outline_L table td {
    text-align: left;
    padding: 10px 0px;
    color: #333;
    font-size: 14px;
    min-width: 120px;
    border-bottom: 1px dotted #b2b2b2;
}

.heya_outline_L table td.price {
    font-size: 20px;
    color: #dd622c;
    letter-spacing: 2px;
}

.heya_outline_madori .photoThumbHeight-S_2,
.heya_outline_madori .photoThumbHeight-S_3,
.heya_outline_madori .photoThumbHeight-S_4,
.heya_outline_madori .photoThumbHeight-S_5,
.heya_outline_madori .photoThumbHeight-S_6,
.heya_outline_madori .photoThumbHeight-S_7,
.heya_outline_madori .photoThumbHeight-S_8,
.heya_outline_madori .photoThumbHeight-S_9,
.heya_outline_madori .photoThumbHeight-S_10 {
    display: none;
}

.heya_outline_madori .photoThumbHeight-S_11,
.heya_outline_madori .photoThumbHeight-S_12,
.heya_outline_madori .photoThumbHeight-S_13,
.heya_outline_madori .photoThumbHeight-S_14,
.heya_outline_madori .photoThumbHeight-S_15,
.heya_outline_madori .photoThumbHeight-S_16,
.heya_outline_madori .photoThumbHeight-S_17,
.heya_outline_madori .photoThumbHeight-S_18,
.heya_outline_madori .photoThumbHeight-S_19,
.heya_outline_madori .photoThumbHeight-S_20 {
    display: none;
}

.heya_outline_madori .photoThumbHeight-S_21,
.heya_outline_madori .photoThumbHeight-S_22,
.heya_outline_madori .photoThumbHeight-S_23,
.heya_outline_madori .photoThumbHeight-S_24,
.heya_outline_madori .photoThumbHeight-S_25,
.heya_outline_madori .photoThumbHeight-S_26,
.heya_outline_madori .photoThumbHeight-S_27,
.heya_outline_madori .photoThumbHeight-S_28,
.heya_outline_madori .photoThumbHeight-S_29,
.heya_outline_madori .photoThumbHeight-S_30 {
    display: none;
}

.heya_outline_madori .photoThumbHeight-S_31,
.heya_outline_madori .photoThumbHeight-S_32,
.heya_outline_madori .photoThumbHeight-S_33,
.heya_outline_madori .photoThumbHeight-S_34,
.heya_outline_madori .photoThumbHeight-S_35,
.heya_outline_madori .photoThumbHeight-S_36,
.heya_outline_madori .photoThumbHeight-S_37,
.heya_outline_madori .photoThumbHeight-S_38,
.heya_outline_madori .photoThumbHeight-S_39,
.heya_outline_madori .photoThumbHeight-S_40 {
    display: none;
}

#room_middle_piclist {}

#room_middle_piclist ul {
    overflow: hidden;
}

#room_middle_piclist li {
    float: left;
    width: 230px;
    margin: 10px;
    text-align: center;
    font-size: 11px;
    min-height: 220px;
}

#room_middle_piclist li.thum_list_1 {
    display: none;
}

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

.freeword input.text {
    background-color: unset;
    background: url(/penguin/resources/image/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: #FF5722;
    color: #fff;
    border: 0px;
    width: 100px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 23px;
    padding: 5px 15px;
    float: right;
    border-bottom: 3px solid #a73f52;
}

table.company_table {
    border-top: solid 2px #ccc;
    font-size: 15px;
}

table.company_table th {
    line-height: 4;
    width: 200px;
    text-align: left;
    padding-left: 20px;
}

table.company_table th {
    line-height: 4;
    width: 200px;
    text-align: left;
    padding-left: 20px;
    background-color: #eee;
    border-bottom: dotted 1px #756666;
}

table.company_table td {
    line-height: 2;
    padding-left: 30px;
    border-bottom: dotted 1px #756666;
}

.breadcrumbs.wrap a {
    color: #ED1212;
    text-decoration: none;
}

.sample1 {
    width: 240px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.sample1 .caption {
    font-size: 18px;
    text-align: center;
    padding-top: 80px;
    color: #fff;
}

.sample1 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sample1:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

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

.wrap.hd {
    max-width: 1100px;
}

#buildinglist_cell .roomListTableDataCell {
    font-size: 12px;
}

#buildinglist_cell img.madoriPreview {
    max-height: 30px;
    max-width: 60px;
}


.confirmButtonArea input {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
    background: #22af04;
    border-bottom: 3px solid #156d02;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}

ul.article_list li {
    padding: 10px 0px 20px;
    border-bottom: 1px dotted #a1a1a1;
    overflow: hidden;
    position: relative;
}

ul.article_list li span.date {
    display: block;
    color: #909090;
    font-size: 11px;
    margin-bottom: 15px;
}

ul.article_list li span.thumb {
    width: 100px;
    float: left;
}

ul.article_list li span.thumb img {
    width: 100% !important;
    height: auto !important;
}

ul.article_list li .date_title_box {
    float: right;
    width: 860px;
}

ul.article_list li span.title {
    display: block;
    font-size: 16px;
}


ul.article_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s
}

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

.top_img {
    background: url(../image/top_img.png) no-repeat center;
    height: 750px;
    position: relative;
}

.top_img_search {
    position: absolute;
    width: 100%;
    bottom: 0;
}


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

.freeword input.submit {
    background: #FF9800;
    color: #fff;
    border: 0px;
    width: 108px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 38px;
    padding: 5px 15px;
    float: right;
}

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

.top_img_search {
    background-color: rgba(5, 6, 12, 0.7);
    padding: 10px;
}

ul.top_serch_ul li {
    float: left;
    line-height: 60px;
    padding: 0 25px;
    border-left: solid 1px #968d8d;
    padding-left: 45px;
}

ul.top_serch_ul a {
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.top_serch_ul {
    float: right;
}

.freeword {
    width: 500px;
    float: left;
    margin-left: 4%;
    height: 50px;
    margin-top: 7px;
    padding: 0;
    margin-bottom: 0;
}

h2.top_title {
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    letter-spacing: 2px;
}

h2.top_title span {
    display: block;
    font-size: 11px;
    color: #FF9800;
    margin-top: 5px;
    letter-spacing: 1px;
}

ul.service_ul li {
    float: left;
    width: 25%;
}

p.service_icon {
    width: 32%;
    margin: auto;
}

p.service_title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

p.service_text {
    font-size: 13px;
    padding: 0px 33px;
    text-align: center;
}

ul.service_ul {
    overflow: hidden;
}

.top_01.wrap {
    margin-bottom: 60px;
}

.kodawari_bg_bg {
    background: url(../image/kodawari_bg.png) no-repeat center;
    height: 400px;
}

.kodawari_bg {
    background-color: rgba(45, 46, 53, 0.7);
    height: 400px;
    color: #fff;
}

ul.kodawari_ul {
    overflow: hidden;
    margin-top: 30px;
}

ul.kodawari_ul li {
    width: 190px;
    height: 190px;
    float: left;
    background-color: #fff;
    margin: 5px;
    padding: 10px;
    border: solid 3px #fff;
    position: relative;
}

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

ul.kodawari_ul li:hover {
    background-color: rgba(83, 80, 72, 0.2);
    color: #fff;
}

.kodawari_pic {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}


.kodawari_title {
    text-align: center;
    font-size: 18px;
}

.kodawari_title span {
    display: block;
    font-size: 12px;
    color: #b0b0b0;
}

ul.banner_ul {
    width: 480px;
    float: left;
}

ul.banner_ul li {
    margin-bottom: 15px;
}

#info_box {
    width: 460px;
    float: right;
}

.banner_area ul.infomation {}

.banner_area .infomation li {
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.banner_area .infomation li span.date {
    margin-right: 10px;
}

.banner_area.wrap {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 40px;
}

.owner_bg_bg {
    background: url(../image/owner_bg.png) no-repeat center;
    height: 350px;
}

.owner_bg {
    background: rgba(5, 6, 12, 0.75);
    height: 350px;
}

.owner_logo {
    width: 355px;
    margin-top: 140px;
}

.owner.wrap {
    position: relative;
    height: 350px;
}

h3.owner_title {
    color: #f7f3f3;
    font-size: 21px;
    font-weight: normal;
}

h3.owner_title {
    position: absolute;
    top: 60px;
    left: 450px;
    border-bottom: solid 1px #B3B3B3;
    padding-bottom: 10px;
}

p.owner_text {
    color: #fff;
    width: 550px;
    position: absolute;
    top: 130px;
    right: 0;
    font-size: 14px;
    letter-spacing: 2px;
}

.owner_btn a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.owner_btn {
    width: 550px;
    background-color: #1A8BDE;
    line-height: 3;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 3px #0461C9;
    position: absolute;
    top: 230px;
    right: 0;
}


.owner_btn:hover {
    background-color: #1E69ED;
}

.town_bg {
    background-color: #eee;
}

.town_title {
    font-size: 22px;
    text-align: center;
    margin-top: 70px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.town_ul img {
    background-color: #fff;
}

.town_ul img {
    width: 100%;
}

.town_ul li {
    float: left;
    padding: 5px;
    width: 200px;
}

#town_06 {
    margin-left: 100px;
}

.town_bg {
    background: url(../image/bg_stripe.gif);
    padding-bottom: 50px;
}

.fb_area.wrap {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
    margin-bottom: 15px;
}

.maker_text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.maker_area.wrap {
    margin-bottom: 40px;
}

footer {
    background-color: #eee;
    padding: 50px 0;
}

.ft_area.wrap {
    padding-top: 50px;
}

.maker_area.wrap {
    margin-bottom: 50px;
}

.ft_area.wrap {
    position: relative;
}

.ft_pic img {
    border: solid 2px #fff;
}

.ft_logo {
    margin-bottom: 30px;
}

.ft_info {
    position: absolute;
    top: 128px;
    left: 190px;
}

.bold {
    font-weight: bold;
    font-size: 14px !important;
}

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

.ft_link a {
    font-size: 12px;
    text-decoration: none;
}

.ft_title {
    font-size: 15px;
    margin-bottom: 5px;
}

.ft_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.ft_area.wrap {
    position: relative;
    height: 500px;
    border-bottom: solid 1px #e1dada;
    margin-bottom: 20px;
}

.map_area {
    width: 60%;
    height: 247px;
    position: absolute;
    top: 15px;
    right: 0;
    border: solid 1px #ccc;
}

.ft_contact {
    background-color: #F6810E;
    width: 180px;
    text-align: center;
    font-size: 13px;
    line-height: 42px;
    border-radius: 4px;
    border-bottom: solid #E06523 2px;
}

.ft_area_02.wrap {
    position: relative;
}

.ft_03 {
    position: absolute;
    top: 0px;
    left: 380px;
}

.ft_04 {
    position: absolute;
    top: 90px;
    left: 0;
}

.ft_02 {
    position: absolute;
    top: 0px;
    left: 170px;
}

.ft_area_02.wrap {
    height: 320px;
}

address {
    font-size: 11px;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ft_contact a {
    color: #fff;
    text-decoration: none;
}

.ft_contact a {
    display: block;
}

.ft_contact :hover {
    background-color: #F6680E;
}

.ft_coment h3 {
    font-size: 22px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.ft_coment {
    width: 600px;
}

.ft_coment p {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2;
}

.ft_coment span {
    font-size: 14px;
    font-weight: normal;
    color: #E9630F;
    margin-left: 10px;
}

.ft_title {
    background: url(../image/ft_title.gif) no-repeat left;
    padding-left: 18px;
}

.content_ul {
    width: 1030px;
    overflow: hidden;
    margin-bottom: 40px;
}

.content_ul img {
    border: solid 4px #eee;
}

.kodawari_bg_bg {
    margin-bottom: 40px;
}

.content_name {
    font-weight: bold;
    font-size: 18px;
    background: url(../image/content_arrow.png) no-repeat left;
    background-size: 18px;
    padding-left: 30px;
}

.content_name a {
    color: #F98B1F;
}

.content_name a:hover {
    text-decoration: none;
}

.content_name {
    margin-bottom: 10px;
}

.content_ul li {
    float: left;
    margin-right: 32px;
    width: 310px;
}

.site_content.wrap {
    /* border-bottom: dotted 1px #ccc; */
    /* margin-bottom: 30px; */
}

#sesrch_01 {
    background: url(../image/search_01.png) no-repeat left;
    background-size: 24px;
    background-position: 10px;
}

#sesrch_02 {
    background: url(../image/search_02.png) no-repeat left;
    background-size: 24px;
    background-position: 10px;
}

#sesrch_03 {
    background: url(../image/search_03.png) no-repeat left;
    background-size: 24px;
    background-position: 10px;
}

#sesrch_01:hover {
    background: url(../image/search_01.png) no-repeat left rgba(63, 95, 128, 0.53);
    background-size: 24px;
    background-position: 10px;
}

#sesrch_02:hover {
    background: url(../image/search_02.png) no-repeat left rgba(63, 95, 128, 0.53);
    background-size: 24px;
    background-position: 10px;
}

#sesrch_03:hover {
    background: url(../image/search_03.png) no-repeat left rgba(63, 95, 128, 0.53);
    background-size: 24px;
    background-position: 10px;
}

.hd_area {
    position: fixed;
    top: 0;
    width: 100%;
}

.hd_area {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 120;
    box-shadow: #ccc 0 0 3px;
    height: 70px;
    padding: 10px;
}

.hd_logo {
    width: 220px;
}

.hd_arae_inner {
    position: relative;
}

.hd_navi_ul li {
    float: left;
    font-size: 13px;
    border-left: solid 1px #ccc;
}

.hd_navi_ul a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 5px 22px;
    font-weight: bold;
    color: #333;
}

.hd_navi_ul {
    position: absolute;
    top: 12px;
    right: 190px;
}

.hd_contact a {
    display: block;
}

.hd_contact a {
    color: #fff;
    text-decoration: none;
}

.hd_contact {
    background-color: #F6810E;
    width: 147px;
    text-align: center;
    font-size: 13px;
    line-height: 31px;
    border-radius: 4px;
    border-bottom: solid #E06523 2px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 15px;
}

.hd_contact :hover {
    background-color: #F6680E;
}

.ft_line {
    width: 180px;
}


.tel_attention {
    text-align: right;
    display: block;
}

p.ft_tel {
    width: 350px;
}

.mainContaints {
    max-width: 1000px;
    margin: 0 auto;
}

.staff_box {
    padding: 50px;
    overflow: hidden;
    background: #fcfcfc;
}

.staff_box div {
    float: left;
}

.staff_box_L {
    width: 220px;
    position: relative;
}

.staff_box_R {
    width: 580px;
    margin-left: 100px;
    position: relative;
}

p.staff_name span {
    font-size: 16px;
    font-family: sans-serif;
    margin-right: 20px;
}

p.staff_name {
    position: absolute;
    font-size: 24px;
    font-family: serif;
    top: 175px;
    right: 25px;
    color: #333;
}

.staff_box_R dd {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 2;
}

.staff_box_R dt {
    color: #666;
}

p.sb_L_txt {
    position: absolute;
    font-size: 20px;
    bottom: -102px;
    left: -30px;
    text-align: right;
    line-height: 1.7;
    color: #111;
    margin-bottom: 0;
    font-size: 12px;
}

p.sb_L_txt span {
    display: block;
    border-bottom: 1px solid;
    font-size: 14px;
    width: 330px;
}

.staff_box {
    padding: 30px 50px 70px;
    overflow: hidden;
    background: #fcfcfc;
}

.staff_contet dl {
    width: 50%;
    overflow: hidden;
    float: left;
    margin-bottom: 0;
}

.staff_contet {
    overflow: hidden;
    margin-top: 20px;
    line-height: 2;
}

.staff_contet dd {
    float: left;
    width: 64%;
    padding: 5px 10px;
}

.staff_contet dt {
    float: left;
    width: 33%;
    background: #ccc;
    padding: 5px 10px;
    color: #fff;
    font-weight: 100;
}

p.sb_L_txt span {
    display: block;
    border-bottom: 1px solid;
    font-size: 14px;
    width: 330px;
    font-family: serif;
}

.staff_contet dt,
dd {
    margin-bottom: 15px;
}

.company_box dd {
    float: left;
    width: 79%;
    border-left: 3px solid #fbc105;
    padding-left: 20px;
}

.company_box dt {
    float: left;
    width: 20%;
    font-weight: 100;
    color: #333;
    letter-spacing: 4px;
}

.company_box dl {
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    margin: 0;
    padding: 20px 20px;
    line-height: 1.8;
}

dl.company_set01 {
    background: #fafafa;
}

.inner h3.innner_title {
    letter-spacing: 5px;
    font-weight: 100;
    line-height: 2;
    border-color: #F98B1F;
    font-size: 18px;
}

.company_map {
    margin-bottom: 50px;
}

h2.flow_title span::after {
    content: "STEP";
    display: block;
    position: relative;
    top: -83px;
    color: #fbc405;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0;
    left: -2px;
}

h2.flow_title span {
    background: #fbc405;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    float: left;
    border-radius: 2px;
    position: relative;
    padding-left: 4px;
    padding-top: 3px;
    margin-right: 20px;
}

h2.flow_title {
    line-height: 2.5;
    color: #333;
    letter-spacing: 5px;
    margin: 50px 0 30px;
}

p.flow_img img {
    border: 8px solid #fff;
    box-shadow: 0 0 3px #b3b3b3;
    border-radius: 2px;
}

p.flow_img {
    float: left;
    width: 38%;
    margin-left: 40px;
}

p.flow_img::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

ul.flow_box {
    background: url(../image/flow_bg-1.png) repeat-y;
    background-position-x: 10px;
}

.flow_txt {
    float: left;
    width: 50%;
    margin-left: 76px;
    line-height: 2;
    color: #333;
    letter-spacing: 1px;
}

ul.flow_box {
    padding-bottom: 110px;
}

h2.page_h2_title span {
    border-left: 5px solid #f98b1f;
    padding-left: 10px;
    padding-top: 2px;
}

h2.page_h2_title {
    font-size: 22px;
    letter-spacing: 4px;
    background: #f1f1f1;
    padding: 22px 20px 20px;
    border-radius: 5px;
    color: #333;
}

.msec01_01 ul {
    padding: 20px;
    background-color: #f3f3f3;
    width: 67%;
    border-radius: 10px;
}

.msec01_01 li {
    line-height: 2;
    border-bottom: 1px dotted #ccc;
    background: url(../image/check.png) no-repeat;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 5px 50px;
    background-position: 10px 5px;
}

.management_section01 {
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
}

.msec01_01 {
    background: url(../image/bg01.png)no-repeat right center;
    border-radius: 10px;
}

p.msec01_02 {
    text-align: center;
    font-family: monospace;
    font-size: 22px;
    margin: 80px 100px;
    color: #f6810e;
    letter-spacing: 4px;
    border-bottom: 3px dotted;
    padding-bottom: 10px;
}

.msec01_03 {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.management_section02 dl {
    padding-left: 70px;
    margin-bottom: 30px;
}

dl.owner_set01 {
    background: url(../image/bg_set01.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set02 {
    background: url(../image/bg_set02.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set03 {
    background: url(../image/bg_set03.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set04 {
    background: url(../image/bg_set04.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set05 {
    background: url(../image/bg_set05.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set06 {
    background: url(../image/bg_set06.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set07 {
    background: url(../image/bg_set07.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set08 {
    background: url(../image/bg_set08.png) no-repeat left center;
    background-position-x: 10px;
}

dl.owner_set09 {
    background: url(../image/bg_set09.png) no-repeat left center;
    background-position-x: 10px;
}

.management_section02 dt {
    display: inline-block;
    border-bottom: 1px solid #f98b1f;
    letter-spacing: 2px;
    color: #333;
    padding: 0 5px 0 0;
    margin-bottom: 5px;
}

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;
}

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

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

table.contact th {
    background: #ebebeb;
    width: 313px;
    line-height: 2;
    border-bottom: 5px solid #fff;
    color: #333;
}

table.company th {
    color: #333;
}

table.contact td {
    background: #FdFdFD;
}

h1.entry_title span {
    font-size: 50px;
    color: #333;
}

.inner h1.entry_title {
    background: none;
    color: #f5aa3e;
    font-weight: 100;
    font-size: 14px;
    margin: 50px 0;
}

.pc_none {
    display: none;
}

#menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

p.page_tophe_link {
    text-align: right;
}

.inner h3.innner_title {
    letter-spacing: 5px;
    font-weight: 100;
    line-height: 2;
    border-color: #F98B1F;
    font-size: 18px;
}

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

/*===============学校区===============*/
.losd_scroll a {
    text-decoration: none;
    background: #f98b1f;
    padding: 20px 74px 18px;
    border-radius: 15px;
    color: #fff;
    margin-right: 20px;
    letter-spacing: 2px;
    font-size: 20px;
}

.losd_scroll {
    margin-bottom: 30px;
}

.losd_box th {
    text-align: left;
    color: #fff;
    background: #999;
    letter-spacing: 4px;
}

.losd_box table {
    border: solid #999;
    border-width: 0 0px 0 1px;
    margin-bottom: 50px;
}

.losd_box td {
    border: solid #999;
    border-width: 0 1px 1px 0px;
}

.fb_ac.wrap {
    padding: 50px 0;
}

.fb_area {
    width: 100%;
    margin-top: 1rem;
}

.access_pic {
    float: right;
}


.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;
}

.ft_nab .L {
    /* margin-right: 30px; */
}

.ft_nab h3 {
    font-size: 16px;
    padding-bottom: 0;
}

.ft_nab.flex {
    font-size: 12px;
}

.ft_nab li {
    /* line-height: 1.6; */
}

.ft_nab li a {
    text-decoration: none;
}

.ft_nab_box {
    width: 40%;
}

.access_L {
    width: 30%;
}

.access_R {
    width: 68%;
}

.access_R ul li {
    width: 19%;
}

.access_LR {
    align-items: flex-end;
}

.access_R p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
}

.ft_nab_box>div {
    width: 48%;
}

/** footer **/
.ft_fb {
    height: 250px;
    overflow: hidden;
}

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

.ft_sitemap {
    width: 170px;
}

.ft_company {
    width: 420px;
}

.ft_map {
    width: 350px;
}

.ft_sitemap a {
    text-decoration: none;
}

.ft_company .name span {
    font-weight: 600;
    font-size: 16px;
}

.ft_company .logo {
    margin-bottom: 1rem;
}

.ft_company .name {
    margin-bottom: 0;
}

.ft_company p {
    margin-bottom: 5px;
}

.ft_fb {
    height: 250px;
    overflow: hidden;
    width: 360px;
}

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

.ft_sitemap {
    width: 170px;
}

.ft_company {
    width: 400px;
}

.ft_map {
    width: 360px;
    border: 10px solid #fff;
}

.ft_sitemap a {
    text-decoration: none;
}

.ft_company .name span {
    font-weight: 600;
    font-size: 16px;
}

.ft_company .logo {
    margin-bottom: 1rem;
}

.ft_company .name {
    margin-bottom: 0;
}

.ft_company p {
    margin: 10px auto 0;
}

.R.access {
    font-size: 11px;
}

p.ft_line {
    line-height: 0;
}

.sp_hd_logo {
    display: none;
}

@media (max-width: 750px) {

    .sp_hd_logo {
        display: block;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 25px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: #fff;
        border-radius: 0px;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 0.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: #fff;
    }

    a.slicknav_btn {
        margin: 12px 3px 3px 0px;
        padding: 0px 0 0 0px;
        height: 25px;
        width: 25px;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #fff !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 100%;
        text-align: left;
        margin: 0;
        letter-spacing: normal;
        font-size: 80%;
        border: solid #ccc;
        border-width: 0 0px 1px 0;
        line-height: 30px;
        background-image: url(../image/sp_yaji.png);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right 15px center;
        padding-left: 25px;
    }

    /*~spmenu*/
    .slicknav_menu {
        background: rgba(5, 6, 12, 0.75) !important;
        box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .3);
    }

    .slicknav_menu .slicknav_icon-bar {
        background: #fff !important;
    }

    a.slicknav_btn {
        background: none !important;
    }

    .sp_hd_logo {
        position: absolute;
        width: 160px;
        top: 9px;
        left: 5px;
    }

    #sidebar,
    .newBuildingIcon,
    .sp_none {
        display: none !important;
    }

    .pc_none {
        display: block;
    }


    .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;
        background: #fff;
    }

    .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: 20px 0%;
    }

    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%;
        max-height: 320px;
    }

    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: 96%;
        margin-left: 2%;
    }

    div.sidemenuArea_outline {
        overflow: hidden;
        width: 100%;
    }

    div.sidemenuArea_outline h3.open {
        background: #baad59;
        border-radius: 10px;
        padding: 2%;
        text-align: center;
    }

    .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%;
        height: auto;
        float: none;
    }

    .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 {
        width: 100%;
    }

    .roomDetailTable .tableRow {
        display: block;
    }

    .roomDetailTable .galleryThumbTableCell {
        width: 100%;
        padding: 0% 1%;
        float: none;
    }

    .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: #00A73C;
        border-bottom: 3px solid #004a1b;
        min-height: 0px;
        padding: 2% 1%;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 22px;
        text-align: center;
    }

    div.sidemenuArea .search_line {
        width: 50%;
        float: left;
        padding-left: 2%;
        font-size: 13px;
        background: #fff;
    }

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


    .numOfSearchResultArea {
        padding: 3% 1%;
        font-size: 11px;
    }

    div.roomListTableDataCellContact {
        display: none;
    }


    .room_top_detail {
        width: 100%;
        background: none;
        border: 0px;
        padding: 2px;
    }

    .room_top_detail table td {
        background: #f8f8f8;
    }

    .photoGarelly-S .galleryThumbTableCell-S {
        width: 100%;
    }

    .photoThumb-S {
        width: 40px;
        height: 40px;
    }

    .photoThumbHeight-S {
        height: 40px;
    }


    .inner h1,
    .roomDetailRoomNameArea {
        background-color: #14a83b;
        border-bottom: 3px solid #0b591f;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        margin-top: 0px;
    }

    .sidemenu {
        display: none !important;
    }

    .numOfSearchResultArea {
        text-align: center;
    }

    table.building_table th {
        width: 70px;
        font-size: 12px;
    }

    table.building_table td {
        font-size: 12px;
    }

    .mapTableMapCell {
        width: 94%;
        margin: 0 auto;
    }

    #buildinglist_cell {
        width: 96%;
        margin: 0 auto;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .bosyu_table94 {
        width: 94%;
        margin: 0 auto;
        border-radius: 4px;
        box-shadow: 0px 0px 3px #9d9d9d;
    }

    .bosyu_table100 {
        width: 100%;
        margin: 0 auto;
        border-radius: 4px;
        box-shadow: 0px 0px 3px #9d9d9d;
    }

    .table_white {
        margin-left: 2%;
        width: 71%;
    }

    #buildinglist_cell .roomListTableDataCell {
        font-size: 12px;
        background: rgba(255, 255, 240, 0.21);
        padding: 3% 1%;
    }

    .roomListTableTitleCell {
        background: #fcefc1;
    }

    .roomListTableDataCell {
        background: rgba(255, 255, 240, 0.21);
    }

    .contact .customerInfoTableTitleCell {
        width: 100%;
        padding: 3% 2%;
        display: block;
    }

    .contact .detailsTableDataCell {
        font-size: 11px;
        width: 100%;
        display: block;
    }

    .contact .tableRow {
        display: block;
    }

    .top_bukken_list .buildingGridTableCell {
        width: 100%;
        height: auto;
    }

    .sample1 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    .sample1 .caption {
        padding-top: 50px;
    }

    table.company_table th {
        width: 120px;
        padding-left: 10px;
        line-height: 3;
    }

    table.company_table td {
        padding-left: 15px;
    }

    table.company_table {
        width: 96%;
        margin: 0 auto;
    }

    ul.article_list li span.thumb {
        width: 30%;
    }

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

    .sp_none {
        display: none;
    }

    .pc_none {
        display: inherit;
    }

    .top_img_sp.pc_none {
        background: url(../image/top_img_sp.png) center top;
        /* margin-top: 50px; */
    }

    .oh_sp {
        overflow: hidden;
    }

    .top_img_sp_logo {
        text-align: center;
        padding: 100px 50px 50px;
    }

    .top_img_sp_txt {
        text-align: center;
        padding: 10px;
    }

    .top_img_sp_subtxt {
        text-align: center;
        padding: 0 20px 20px;
    }

    .oh_sp {
        overflow: hidden;
        background: #00000080;
        padding: 3%;
    }

    .freeword {
        width: 100%;
        float: none;
        margin: 10px 0;
    }

    .freeword {
        background: none;
    }

    .freeword input.text {
        width: 75%;
        height: 30px;
    }

    .freeword input.submit {
        width: 25%;
        height: 30px;
        line-height: 1;
    }

    ul.top_serch_ul {
        float: none;
        width: 100%;
    }

    ul.top_serch_ul li {
        border: none;
        width: 33.33%;
        text-align: center;
        padding: 20px 0;
    }

    #sesrch_01 {
        background: url(../image/search_01.png) no-repeat top center;
        background-size: 30px;
    }

    #sesrch_02 {
        background: url(../image/search_02.png) no-repeat center top;
        background-size: 30px;
    }

    #sesrch_03 {
        background: url(../image/search_03.png) no-repeat center top;
        background-size: 30px;
    }

    .hd_area {
        display: none !important;
    }

    div.wrap {
        width: 94%;
    }

    h2.top_title span {
        font-size: 10px;
    }

    h2.top_title {
        font-size: 17px;
    }

    ul.service_ul li {
        float: none;
        width: 100%;
    }

    p.service_title {
        font-size: 15px;
    }

    p.service_text {
        font-size: 11px;
    }

    ul.kodawari_ul li {
        width: 46.681%;
        height: auto;
    }

    .kodawari_title {
        font-size: 15px;
    }

    .kodawari_title span {
        font-size: 10px;
    }

    .kodawari_bg {
        height: auto;
    }

    .kodawari_bg_bg {
        height: auto;
        background: url(../image/bg_sp.jpg) no-repeat center;
    }

    .content_ul {
        width: 100%;
    }

    .content_ul li img {
        max-width: 100%;
    }

    .content_ul li {
        float: none;
        width: 100%;
    }

    p.content_pic {
        text-align: center;
    }

    ul.banner_ul {
        float: none;
        width: 100%;
    }

    #info_box {
        float: none;
        width: 100%;
    }

    ul.banner_ul li {
        margin: 10px 0;
        width: 100%;
    }

    .owner_logo {
        width: 100%;
        margin-top: 30px;
    }

    h3.owner_title {
        position: static;
        width: 100%;
        font-size: 15px;
    }

    p.owner_text {
        width: 100%;
        font-size: 11px;
        position: static;
    }

    .owner_btn {
        width: 100%;
        position: static;
    }

    ul.town_ul li {
        width: 50%;
    }

    #town_06 {
        margin: 0;
    }

    .maker_text {
        font-size: 11px;
    }

    .ft_info {
        position: static;
    }

    .ft_coment {
        position: static;
        width: 100%;
    }

    .ft_company {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .ft_company .LR>div {
        /* width: 100%; */
        margin: auto;
    }

    .ft_map {
        width: 100%;
        margin-top: 20px;
    }

    .ft_area.wrap {
        height: auto;
    }

    .ft_area_02.wrap {
        height: auto;
    }

    .ft_area_02.wrap div {
        position: static;
    }

    .ft_pic {
        text-align: center;
    }

    .ft_contact {
        width: 70%;
        margin: 10px auto 20px;
        line-height: 53px;
        font-size: 15px;
        max-width: 212px;
    }

    .ft_line {
        position: static;
        margin: 10px auto 30px;
        width: 80%;
        text-align: center;
    }

    .ft_coment h3 span {
        display: block;
        margin: 0;
    }

    address {
        font-size: 11px;
        letter-spacing: 0;
    }

    .ft_logo {
        text-align: center;
    }

    ul.kodawari_ul {
        padding-bottom: 25px;
    }

    .kodawari_bg_bg {
        /* margin-bottom: 0; */
    }

    .map_area {
        width: 100% !important;
    }

    .ft_area_02.wrap div {
        width: 50%;
        float: left;
        height: auto;
    }

    .ft_area_02.wrap a {
        font-size: 10px;
    }

    .ft_area_02.wrap h3 {
        font-size: 12px;
    }

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

    .slicknav_menu li {
        border-bottom: 1px dotted #fff;
        width: 90%;
        margin: 0 auto;
    }

    .slicknav_menu h3 {
        color: #fff;
        letter-spacing: 2px;
        margin-top: 30px;
    }

    .slicknav_menu {
        display: inherit;
    }

    .slicknav_btn {
        background: #e68c14 !important;
    }

    .slicknav_menu .slicknav_menutxt {
        font-weight: 100 !important;
        text-shadow: none;
    }

    .slicknav_menu .slicknav_icon-bar {
        box-shadow: none;
    }

    .page_tophe_link a {
        text-decoration: none;
        background: #777;
        padding: 6px 8px 6px 6px;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;
        font-weight: bold;
    }

    .page_tophe_link {
        text-align: right;
        padding: 20px;
    }

    .hd_arae_inner {
        display: none;
    }

    h1.entry_title span {
        font-size: 30px;
        display: block;
        margin-bottom: 5px;
    }

    .inner h1.entry_title {
        font-size: 12px;
    }

    .contact_us_box td {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .contact_us_box th {
        display: block;
        padding: 0;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }

    table.contact th {
        width: 100%;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 100%;
    }

    p.flow_img {
        float: none;
        width: 100%;
        margin: 0;
    }

    .flow_txt {
        float: none;
        width: 75%;
        margin: 0 auto 20px;
    }

    .staff_box_L {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    p.staff_name {
        position: static;
    }

    .staff_box {
        padding: 050px 0 0;
    }

    p.sb_L_txt span {
        width: 100%;
        font-size: 13px;
    }

    .staff_box_R {
        float: none !important;
        width: 100%;
        margin: 0;
    }

    .staff_contet dl {
        float: none;
        width: 100%;
    }

    .staff_contet dt {
        width: 100%;
        margin: 0;
    }

    p.sb_L_txt {
        position: static;
    }

    .company_box dl {
        padding: 10px;
    }

    .company_box dt {
        width: 23%;
        font-size: 12px;
    }

    .company_box dd {
        width: 70%;
        font-size: 12px;
    }

    .company_map iframe {
        width: 100%;
        height: 250px;
    }

    .contact th,
    td {
        display: block;
        width: 100%;
    }

    .wpcf7-form-control.wpcf7-textarea {
        width: 100%;
    }

    .company th,
    td {
        display: block;
    }

    h2.page_h2_title {
        padding: 2%;
    }

    h2.page_h2_title span {
        padding: 2%;
        font-size: 13px;
        line-height: 3;
    }

    .management_section01 {
        font-size: 13px;
    }

    .msec01_01 ul {
        width: 100%;
        padding: 3%;
    }

    .msec01_01 li {
        background-size: 20px;
        font-size: 12px;
        background-position: 15px 6px;
    }

    p.msec01_02 {
        margin: 30px 0;
        line-height: 1.7;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .msec01_03 {
        font-size: 12px;
    }

    .inner h3.innner_title {
        font-size: 15px;
    }

    .management_section02 dt {
        font-size: 12px;
    }

    .management_section02 dd {
        font-size: 10px;
    }

    .access_pic {
        display: none;
    }

    .fb_area {
        float: none;
        text-align: center;
        width: 100%;
    }

    .ft_nab_box {
        display: none;
    }

    p.ft_tel {
        width: 100%;
    }

    p.tel_attention {
        text-align: center;
    }

    .access_L {
        width: 100%;
        margin-bottom: 1rem;
    }

    .access_R {
        width: 100%;
    }

    .access_R ul li {
        width: 48%;
    }

    .access_R ul li:nth-of-type(2) {
        display: none;
    }

    .access_R p {
        margin-bottom: 1rem;
        font-size: 12px
    }

}


@media (min-width: 751px) {
    dl.search_open dd {
        display: block !important;
    }

    dl.search_open dt {
        display: none !important;
    }

    h2.top_title {
        margin-top: 30px;
    }
}