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

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Noto Sans JP", sans-serif;
}

body {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    margin: 0px;
}

body {
    background-color: #FFFFFF;
}

p {
    margin-top: 0px;
}

a:link {
    color: #333;
}

/* a:visited {
    color: #6219DB;
} */

/* a:hover {
    color: #048ADE;
    text-decoration: none;
} */

/* a:active {
    color: #048ADE;
    text-decoration: none;
} */

img {
    max-width: 100%;
}

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

ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

dl, dt, dd {
    margin: 0px;
}

.sp {
    display: none;
}


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

#breadcrumbs {
    padding: 26px 0;
    margin: 0 auto;
    background: #333333;
    color: #fff;
}

#breadcrumbs a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

#breadcrumbs a:after {
    content: ">";
    margin-left: 10px;
}

#breadcrumbs ul {
    overflow: hidden;
    margin-top: 4px;
}

#breadcrumbs li {
    float: left;
    margin-right: 4px;
    font-size: 14px;
    letter-spacing: 0.04em;
}

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

.search_main_midashi {
    background: #eaeae4;
    color: #333;
    padding: 0px 30px;
    line-height: 30px;
    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;
    font-size: 14px;
}

span.List_number {
    color: #E56C22;
}


.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-L {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 12px;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}


.areaListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    margin: 2px;
    float: left;
    background: #f6fbf6;
    position: relative;
}

.areaListTableCell:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: .1;
}

.areaListTableCell * {
    position: relative;
    z-index: 1;
}

.areaListTableCell>input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 7px;
}

.areaListTableCell>label {
    position: relative;
    display: block;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

.areaListTableCell>label a {
    text-decoration: underline;
}

.areaListTableCell>label::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    border: 5px solid #dee8de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
}

.searchButtonArea {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: auto;
    padding: 30px 0;
}

.searchButtonArea .search_more_btn {
    padding: 0;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 60px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
}

.searchButtonArea .search_btn {
    border-radius: 10px;
}

.areaListTableCell input:checked+label {
    background: #fff2ba;
}

.areaListTableCell span.List_number {
    color: #000;
    font-size: 12px;
}

.areaListTableCell input:checked+label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.areaListTableCell input:checked+label::after {
    left: 16px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

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


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

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

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

.displayNone {
    display: none;
}

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

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

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

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


input#btnTownSearch {}

.searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 60px;
    color: #333;
}

.containts {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 100px;
}

.bukkenList_wrap {
    margin-top: 100px;
}

.sidemenuArea {
    width: 250px;
    float: left;
    margin-top: 11px;
}

.searchListMainArea {
    width: 720px;
    float: right;
}

.mapTableMapCell {
    height: 300px;
}

.googleMapMargin {
    width: 15px;
}

.table li.thead_archive {
    background: #d5e3f7;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

.table li.tbody_archive a {
    color: #146fb5;
}

.table li.tbody_archive {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

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

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


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

.mapTableStreetViewCell {
    height: 300px;
}

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

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

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

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


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

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

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

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

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


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

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

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

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


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

.customerInfoTableTitleCell {
    width: 200px;
    display: table-cell;
    background: #efefef;
    padding: 15px;
    border-bottom: 1px solid #ddd
}

.currentSearchConditionRefinesTableDataCell {
    display: table-cell;
}

.roomListTableDataCell a {
    text-decoration: none;
}


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

.viewingReservation_container {
    margin: 0 50px;
}


/* ==================================================== 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(https://www.axio-umeda.jp/penguin/resources/image/breadcrum_arrow.png)no-repeat left center;
}

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

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

.favorite_page {
    padding: 0px;
}

.favor01_text {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.favor02_text {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.favor03_text {
    display: inline-block;
    vertical-align: middle;
}

.favor02_text span {
    font-size: 20px;
    color: #f3771c;
    letter-spacing: 0px;
}

.favor_sec02 {
    background: url(https://www.axio-umeda.jp/penguin/resources/image/_common/bg_dot.png);
    padding: 10px;
}

.favor_sec02 ul {
    /* overflow: hidden ; */
}

.favor_sec02 ul li {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

.favor_sec02 ul li:nth-child(1) {
    padding-top: 8px;
}

.favor_sec02 ul li #btnSubmitInquiryIfChecked {
    background-color: #f89016;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    height: 40px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    border-radius: 25px;
    font-size: 14px;
    border: 0;
    padding: 10px 20px;
}

#areaFavorites {
    padding-top: 30px;
    overflow: hidden;
}

#areaFavorites .Fav_list_cell {
    border: 1px solid #a5a5a5;
    width: 24%;
    margin: 2% 0.5%;
    float: left;
    padding: 10px;
}

#areaFavorites .Fav_list_cell p.name {
    padding-bottom: 8px;
    /* border-bottom: 1px dotted #ddd; */
}

#areaFavorites .Fav_list_cell p.name a {
    color: #2f82dd;
    font-size: 13px;
}

#areaFavorites .Fav_list_cell .pic {
    background: #ededed;
    padding: 10px;
    height: 120px;
    margin-bottom: 6px;
}

#areaFavorites .Fav_list_cell .pic img {
    max-width: 100%;
    max-height: 100px;
    margin: auto;
    display: block;
}

#areaFavorites .Fav_list_cell .main_info th {
    background: #f9faf4;
    padding: 2px 6px;
}

#areaFavorites .Fav_list_cell .main_info td span.yatin {
    font-size: 16px;
    color: #ff6933;
}

#areaFavorites .Fav_list_cell .address {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    font-size: 11px;
}

#areaFavorites .Fav_list_cell .btn {}

#areaFavorites .Fav_list_cell .btn li.btn01 a {
    float: left;
    width: 60%;
    padding: 4px 10px;
    display: block;
    background-color: #af2b73;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #6f1b49;
    margin-right: 2%;
    text-decoration: none;
    text-align: center;
}

#areaFavorites .Fav_list_cell .btn li.btn02 a {
    float: left;
    width: 18%;
    padding: 4px 2px;
    display: block;
    background-color: #f27b11;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #9d6f1c;
    text-align: center;
    margin-right: 2%;
    text-decoration: none;
}

#areaFavorites .Fav_list_cell .btn li.btn03 a {
    float: left;
    width: 18%;
    padding: 4px 2px;
    display: block;
    background-color: #6d6d6d;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #333;
    text-align: center;
    text-decoration: none;
}

#areaFavorites {
    padding-top: 30px;
    overflow: hidden;
}

#areaFavorites .Fav_list_cell {
    border: 1px solid #d9d9d9;
    width: 100%;
    margin: 0;
    /* float: left; */
    padding: 10px;
    margin-bottom: 20px;
}

#areaFavorites .Fav_list_cell .inner {
    display: flex;
    justify-content: space-between;
}

#areaFavorites .Fav_list_cell .leftBox {
    width: 180px;

}

#areaFavorites .Fav_list_cell .rightBox {
    width: 800px;

}

#areaFavorites .Fav_list_cell .rightBox table {
    width: 100%;
    font-size: 14px;
}

#areaFavorites .Fav_list_cell p.name {
    background-color: var(--main-color);
    color: #fff;
    padding: 6px 10px 6px 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#areaFavorites .Fav_list_cell p.name a {
    color: #fff;
    font-size: 16px;
}

#areaFavorites .Fav_list_cell .pic {
    background: #fff;
    padding: 10px;
    height: 120px;
    margin-bottom: 6px;
}

#areaFavorites .Fav_list_cell .pic img {
    max-width: 100%;
    max-height: 100px;
    margin: auto;
    display: block;
}

#areaFavorites .Fav_list_cell .main_info th {
    background: #eff2e1;
    padding: 4px 12px;
    color: #686868;
    font-size: 12px;
}

#areaFavorites .Fav_list_cell .main_info td span.yatin {
    font-size: 16px;
    color: #ff6933;
}

#areaFavorites .Fav_list_cell .address {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    font-size: 11px;
}

#areaFavorites .Fav_list_cell .btn {}

#areaFavorites .Fav_list_cell .btn li.btn01 a {
    float: left;
    width: 60%;
    background-color: #f89016;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    height: 32px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    border-radius: 25px;
    font-size: 14px;
    border: 0;
    padding: 7px 20px;
}

#areaFavorites .Fav_list_cell .btn li.btn02 a {
    float: left;
    width: 18%;
    padding: 7px 20px;
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border-radius: 25px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    text-align: center;
    margin-right: 2%;
    text-decoration: none;
    height: 32px;
    font-weight: bold;
    border: 1px solid #f2f2f2;
}

#areaFavorites .Fav_list_cell .btn li.btn03 a {
    float: left;
    width: 18%;
    padding: 7px 20px;
    display: block;
    background-color: #6d6d6d;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    text-align: center;
    text-decoration: none;
    height: 32px;
}

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(https://www.axio-umeda.jp/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#pageH1_sec {
    text-align: center;
    /* margin: 100px 0; */
}

@media (max-width: 750px) {

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .containts {
        width: 100% !important;
        padding: 3% !important;
    }

    .searchListMainArea, .sidemenuArea {
        width: 100%;
        float: none;
    }

    div.buildingListBuildingNameArea input.float-Right {
        display: none;
    }

    #buildinglist_cell {
        width: 100%;
    }

    .checkboxCheckAll {
        padding: 0px;
        font-size: 11px;
    }

    div.table.search_main_midashi {
        table-layout: auto;
        display: block;
        padding: 0% 4%;
    }

    span.font-RailwayLineLinkText, .font-AreaLinkText, .font-RailwayAreaLinkText {
        font-size: 10px;
    }

    .descTextAria {
        width: 100%;
    }

    .customerInfoTableTitleCell {
        width: 100%;
        display: block;
        background: #2f2f2f;
        color: #fff;
        padding: 10px;
    }

    .detailsTableDataCell {
        width: 100%;
        display: block;
    }

    .roomsForInquiryTableSeqTitleCell, .roomsForInquiryTableRoomNameTitleCell, .roomsForInquiryTableTitleCell, .roomsForInquiryTableTitleCell, .roomsForInquiryTableContactDivsTitleCell {
        display: none;
    }

    .railwayLineListTableCell:empty, .areaListTableCell:empty, .railwayAreaListTableCell:empty {
        display: none;
    }

    .containts {
        width: 96%;
    }

    .railwayLineListTableCell, .areaListTableCell, .railwayAreaListTableCell {
        width: 98%;
        margin: 1% auto 0;
        float: none;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
    }

    span.font-RailwayLineLinkText, .font-AreaLinkText, .font-RailwayAreaLinkText {
        font-size: 14px;
    }

    .railwayLineListTableCell input:checked:after, .areaListTableCell input:checked:after, .railwayAreaListTableCell input:checked:after {
        content: "";
        width: 10px;
        height: 5px;
        border: solid;
        border-color: #fff;
        position: absolute;
        top: 0;
        left: 1px;
        border-width: 0 0 3px 3px;
        transform: rotateZ(-45deg);
        right: 0;
        bottom: 5px;
        margin: auto;
    }

    .railwayAreaListTableCell a {
        display: inline-block;
        line-height: 20px;
        vertical-align: middle;
    }

    .table.search_main_midashi input:checked:after {
        content: "";
        width: 10px;
        height: 5px;
        border: solid;
        border-color: #fff;
        position: absolute;
        top: 0;
        left: 1px;
        border-width: 0 0 3px 3px;
        transform: rotateZ(-45deg);
        right: 0;
        bottom: 5px;
        margin: auto;
    }


    .searchButtonArea input {
        -webkit-appearance: none;
        display: block;
        width: 90%;
        margin: 5px auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        border-radius: 3px;
        box-shadow: 0 2px #ddd;
    }

    #areaFavorites .Fav_list_cell {
        float: none;
        width: 100%;
        margin: 0px;
        margin-bottom: 3%;
        padding-bottom: 10px;
    }

    #areaFavorites .Fav_list_cell .rightBox table, #areaFavorites .Fav_list_cell .rightBox tbody {
        display: block;
    }

    #areaFavorites .Fav_list_cell .rightBox table tr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #areaFavorites .Fav_list_cell .rightBox table th {
        display: block;
        width: 15%;
        padding: 5px 4px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    #areaFavorites .Fav_list_cell .rightBox table td {
        display: block;
        width: 32%;
        margin-bottom: 5px;
    }

    #areaFavorites .Fav_list_cell .btn li.btn02 a, #areaFavorites .Fav_list_cell .btn li.btn03 a {
        padding: 8px 2px;
        font-size: 10px;
    }

    #contactPage {
        background-color: #ddd;
    }

    #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: 30wx 10px;
        background-color: #faf1d7;
    }

    #contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) input {
        width: 10%;
    }

    #contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) label {
        width: 80%;
        padding: 5px 0px;
    }

    #breadcrumbs {
        margin-top: 50px;
        padding: 8px 8px;
    }

    div#pageH1_sec {
        /* margin: 50px 0; */
        padding: 40px 0;
    }

    .bukkenList_wrap {
        margin-top: 50px;
    }

    .searchButtonArea {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .viewingReservation_container {
        margin: 0 20px;
    }

}