/* CSS Document */
body.modal-open {
    overflow: auto;
}
body.modal-open header, body.modal-open {
    padding-right: 0px !important;
}
h1 {
    font-size: inherit;
}
#header h1 {
    margin-right: 1rem;
}
main > article
.ttl-lv1, h2 {
    font-size: 1.5rem;
}
.ttl-lv2, h3 {
    font-size: 1.35rem;
}
.ttl-lv3, h4 {
    font-size: 1.15rem;
}
.ttl-lv4, h5 {
    font-size: 1rem;
}
.ttl-lv5, h6 {
    font-size: 0.9rem;
}
.ttl {
    display: block;
    line-height: normal;
}
.ttl-up,
.block-content .ttl-lv1, article .ttl-lv1 {
    display: block;
    margin-bottom: 1.5em;
    padding-top: 1rem;
}
.ttl-lv3 {
    text-align: left;
}
.box {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ddd;
}
.box > *:nth-last-child(1) {
    margin-bottom: 0;
}
.breadcrumbs {
    margin: 0;
    font-size: 0.8rem;
    color: #626262;
    padding: 0.75rem 0;
}
.breadcrumbs li {
    display: inline;
    position: relative;
    padding-right: 0.25em;
    vertical-align: middle;
}
.breadcrumbs li span {
    display: inline;
}
.breadcrumbs li:after {
    content: "\03e";
    padding-left: 0.5em;
}
.breadcrumbs li:nth-last-of-type(1):after {
    content: "";
}
.block-mv {
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    position: relative;
}
header.block-mv {
    border-top: 0;
}
#pickUp-pc {
    background-image: url(../images/bg/bg-pickup.jpg)
}
#topTopics {
    background-image: url(../images/bg/bg-topics.jpg)
}
#footerBanner {
    background-image: url(../images/bg/bg-ftbn.jpg)
}
.item {
    position: relative;
}
.item p {
    margin-bottom: 0;
}
#page_top, #page_top a {
    display: block;
    width: 50px;
    height: 50px;
}
#page_top {
    position: fixed;
    right: 0;
    bottom: 40px;
    background-color: rgba(242,187,62,0.80);
    opacity: 1;
    z-index: 3;
}
#page_top a {
    position: relative;
    text-decoration: none;
    text-align: center;
}
#page_top a:after {
    font-size: 1.2rem;
}
#page_top i:before {
    font-size: 1.6rem;
    color: #fff;
    line-height: 50px;
}
header#header {
    height: 90px;
    overflow: hidden;
}
#spSearchBtn, header#header {
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
header#header  > div:nth-of-type(1) {
    height: 23px;
    overflow: hidden;
    color: #fff;
}
header#header > div:nth-of-type(1) h1,
header#header > div:nth-of-type(1) ul li {
    font-size: 0.75rem !important;
    line-height: 23px;
}
header#header > div:nth-of-type(1) a {
    color: #fff;
}
header#header > div:nth-of-type(1) ul {
    margin-top: -2px;
}
#bukkenListNew,
.form-bukkenSearch,
body > main.page-detail > article#bukkenPR,
body > main.page-detail > article#bukkenListDetail,
body > main.page-detail > article:nth-of-type(1) {
    padding-top: 3rem;
}
#bukkenForm .form-bukkenSearch {
    padding-top: 0;
}
.block-content,
body > article, main > article {
    border-bottom: 2px solid #3872AD;
    padding-bottom: 3rem;
}
body > article:nth-of-type(1), main > article:nth-of-type(1) {
    padding-top: 0;
    margin-top: 0;
}
body > article, main > article.accordion {
    padding-bottom: 0;
}
body > main.page-detail > article {
    padding-top: 0;
}
#footer > #footer-copy {
    padding: 1em 0;
    font-size: 0.8rem;
}
#topInfo .box {
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    padding: 0;
}
#topInfo .box ul {
    display: block;
    padding: 1em;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 1rem top 1rem;
    line-height: 1.75em;
}
#topInfo .row > li:nth-of-type(1) ul {
    background-image: url(../images/topInfo-pc-guide-bg.png);
}
#topInfo .row > li:nth-of-type(2) ul {
    background-image: url(../images/topInfo-pc-area-bg.png);
}
#topInfo .row > li:nth-of-type(3) ul {
    background-image: url(../images/topInfo-pc-baibai-bg.png);
}
#topInfo .box ul li svg {
    width: 0.85rem;
    margin-right: 0.1em;
}
body .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.5rem;
}
#topSlide {
    padding-top: 0;
}
#topSlide .slide {
    position: relative;
    z-index: 1;
}
#topSlide .headerNews {
    height: 30px;
    overflow: hidden;
}
#topSlide .slide .headerNews {
    height: 2rem;
    z-index: 1;
    background-color: rgba(255,255,255,0.90);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#topSlide .slide .headerNews p {
    line-height: 2rem;
    font-size: 0.85rem;
    margin-bottom: 0;
}
#topSlide .sp-slide {
    background-color: #fff;
    border: 0;
}
#topSlide .sp-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
/*    height: 100%;*/
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#topSlide .sp-slide a:hover img,
.sp-slide img {
    filter: alpha(opacity=45); /*IE*/
    -moz-opacity: 0.45; /*FF*/
    opacity: 0.45;
}
#topSlide .sp-slide.sp-selected a:hover img,
.sp-slide.sp-selected img {
    opacity: 1;
}
#topSearch p, #topSearch .form-group {
    margin-bottom: 0;
}
#topSearchTab.collapse {
    display: block;
}
#topSearchTab > div:nth-of-type(2) {
    margin-top: -1px;
    z-index: 1;
    border-radius: 0 0 6px 6px;
}
.slide .sp-arrow {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
body .sp-buttons {
    position: absolute;
    bottom: 10px;
    margin: 0;
    padding: 0;
}
body .sp-button {
    border: 1px solid #bababa;
    background-color: rgba(255,255,255,0.50);
}
body .sp-selected-button {
    background-color: #83ADD8 !important;
}
.sp-slides-container {
    background-color: #fff;
}
.block-tabList-nav li .btn {
    position: relative;
}
.block-tabList-nav li .btn:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
    position: absolute;
    left: 45%;
    left: calc(50% - 10px);
    bottom: -10px;
}
#areaDetail .block-tabList-nav li .btn {
    font-size: 1rem;
}
#areaDetail .block-tabList-nav li .btn:after {
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
    position: absolute;
    left: 45%;
    left: calc(50% - 10px);
    top: -10px;
}
/* タブパネル通常時 */
.block-tabList-nav li .btn {
    background-color: #f5f5f5;
    color: #656565;
    height: 42px;
    font-size: 1.15rem;
    font-weight: 400;
}
.block-tabList-nav li:nth-of-type(1) .btn {
    color: #009D5E;
}
.block-tabList-nav li:nth-of-type(2) .btn {
    color: #3872AD;
}
.block-tabList-nav li .active {
    color: #fff !important;
}
.block-tabList-nav li:nth-of-type(1) .active {
    background-color: #009D5E;
    border-color: #009D5E;
}
.block-tabList-nav li:nth-of-type(2) .active {
    background-color: #3872AD;
    border-color: #3872AD;
}
.block-tabList-nav li:nth-of-type(1) .active:after {
    border-top-color: #009D5E;
}
.block-tabList-nav li:nth-of-type(2) .active:after {
    border-top-color: #3872AD;
}
/* タブパネル"賃貸物件"時 */
.page-chintaidetail .block-tabList-nav li:nth-of-type(2) .btn,
.page-chintaidetail .block-tabList-nav li:nth-of-type(2),
.page-chintaitop .block-tabList-nav li:nth-of-type(2) .btn,
.page-chintaitop .block-tabList-nav li:nth-of-type(2) {
    color: #009D5E;
}
.page-chintaidetail .block-tabList-nav li:nth-of-type(2) .active,
.page-chintaitop .block-tabList-nav li:nth-of-type(2) .active {
    background-color: #009D5E;
    border-color: #009D5E;
}
.page-chintaidetail .block-tabList-nav li:nth-of-type(2) .active:after,
.page-chintaitop .block-tabList-nav li:nth-of-type(2) .active:after {
    border-top-color: #009D5E;
}
/* タブパネル"売買物件"時 */
.page-baibaidetail .block-tabList-nav li:nth-of-type(1) .btn,
.page-baibaidetail .block-tabList-nav li:nth-of-type(1),
.page-baibaitop .block-tabList-nav li:nth-of-type(1) .btn,
.page-baibaitop .block-tabList-nav li:nth-of-type(1) {
    color: #3872AD;
}
.page-baibaidetail .block-tabList-nav li:nth-of-type(1) .active,
.page-baibaitop .block-tabList-nav li:nth-of-type(1) .active {
    background-color: #3872AD;
    border-color: #3872AD;
}
.page-baibaidetail .block-tabList-nav li:nth-of-type(1) .active:after,
.page-baibaitop .block-tabList-nav li:nth-of-type(1) .active:after {
    border-top-color: #3872AD;
}
.block-telBtn .btn {
    line-height: 1.35em;
    background-position: 18px center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 60%;
    background-size: 26px 29px;
    font-size: 0.9rem;
    padding: 0.5em 0 0.5em 1em;
    border-width: 2px;
}
.block-telBtn .btn-green-outline {
    background-image: url(../images/ico-phone-green.svg);
    background-image: url(../images/ico-phone-green.png) \9;
}
.block-telBtn .btn-blue-outline {
    background-image: url(../images/ico-phone-blue.svg);
    background-image: url(../images/ico-phone-blue.svg) \9;
}
#topTopics ul li a time {
    color: #626262;
}
#topTopics .box {
    background-color: rgba(255,255,255,0.95);
    padding: 0em;
}
#topTopics .ttl {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
#topTopics ul li {
    padding: 0 0 0 0;
}
#topTopics ul, #topTopics ul li p {
    margin-bottom: 0;
}
#topTopics ul li a:hover, #topTopics ul li a:active {
}
#topTopics ul li .item {
    display: block;
    width: 100%;
    padding: 1em 32px 1.2em 1rem;
    color: #626262;
}
#topTopics ul li .item-time {
    padding-bottom: 0.3em;
}
#topTopics ul li a {
    display: block;
}
#topTopics ul li p {
    margin: 0;
}
#topTopics ul li:nth-last-of-type(1):after {
    background: none;
    height: 0;
    border: 0;
}
#bukkenListRecommend {
}
.page-top #bukkenListNew {
    padding-top: 0;
}
#footerBanner {
}
#footerBanner .container .box {
    padding: 20px 20px 5px 20px;
    background-color: rgba(255,255,255,0.92);
}
#footerBanner .container .box ul li {
    margin-bottom: 15px;
}
.block-bukkenList ul {
    overflow: hidden;
}
.block-bukkenList ul.row > li {
    margin-bottom: 1rem;
}
.block-bukkenList .flag-chintai .item {
    border-color: #009D5E !important;
}
.block-bukkenList .flag-baibai .item {
    border-color: #3872AD !important;
}
.block-bukkenList .item .item-badge {
    color: #fff;
    background-color: #bababa;
}
.block-bukkenList .item {
    border: 1px solid #828282;
    padding: 1.25rem 1rem 1rem 1rem;
    background-color: #fff;
    height: 100%;
/*    background-position: right 6px center;*/
}
.block-bukkenList .item-title {
    color: #3872AD;
    font-size: 1.1rem;
    margin-bottom: 0;
    padding: 0.5rem 0 0.75rem 0;
}
.block-bukkenList .item .item-badge {
    position: absolute;
    left: -1px;
    top: -1px;
}
.item .item-badges {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.item .item-badge {
    background-color: #fff;
    border: 1px solid #828282;
    color: #828282;
    font-size: 0.76rem;
    padding: 0px 0.5rem;
    background-repeat: no-repeat;
    background-position: 5px center;
    white-space: nowrap;
    display: inline-block;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    height: 1.375rem;
    line-height: 1.375rem;
}
.item .item-badge:nth-last-of-type(1) {
    margin-right: 0;
    margin-bottom: 0;
}
.item .item-badge img {
    max-height: 14px;
    max-width: 14px;
    vertical-align: middle;
}
.item .item-badge.item-badge-image {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 69px;
    height: 52px;
    overflow: hidden;
    text-align: left;
}
.block-bukkenList-full ul li .item .item-body > .item-image .item-badge img,
.item-badge.item-badge-image img {
    position: relative;
    vertical-align: inherit;
}
.block-bukkenList .item .item-price {
    white-space: nowrap;
}
.item .item-price span {
    color: #E54823;
    padding-right: 1px;
}
.item .item-price .item-price-num {
    font-size: 1.25rem;
}
.item .item-price .item-price-mark {
    white-space: nowrap;
    margin-bottom: -0.1em;
}
.item td.item-price {
    font-size: 1rem;
}
.block-bukkenList .item .item-price {
    margin-bottom: 0.4em;
}
.block-bukkenList hr {
    margin: 0.5em 0;
}
.block-bukkenList .item-image {
    min-width: 150px;
    max-width: 152px;
}
.block-bukkenList .item-body {
    padding-left: 1em;
    padding-right: 1rem;
    color: #626262;
    font-size: 0.8rem;
    width: 100%;
}
.list-boxes li {
    margin-bottom: 1.875rem;
}
/*
#blogArchive .list-boxes li {
    margin-bottom: 0;
}
*/
.list-boxes li .item {
    padding: 1rem;
    background-color: #fff;
}
.list-boxes li .item .item-image {
    margin-bottom: 1rem;
}
.list-boxes li .item .item-title {
    display: block;
    padding-bottom: 0.7em;
    font-size: 1.15rem;
    margin-bottom: 0;
}
.list-boxes li .item .item-body {
    padding-bottom: 1rem;
}
#infoStaff .item .item-title {
    font-size: 1.35rem;
    padding: 0.5rem 0;
}
#infoArea .item .item-title {
    font-size: 1.3rem;
    padding: 0.5rem 0;
}
.list-boxes li .item .btn {
    padding: 0.25rem 0.5rem;
}
#shopInfo .item .item-tel svg {
    margin-bottom: 3px;
}
.box-shopInfo .item-body,
#shopInfo .item-body {
    position: relative;
}
.item .box-shopInfo .item-body,
.list-boxes li .item .item-body {
    color: #626262;
    font-size: 0.86rem;
}
#shopInfo .item .item-body p {
    margin-bottom: 0.75rem;
}
#shopInfo .item .item-body {
    padding-bottom: 36px;
}
#shopInfo .item .item-link {
    position: absolute;
    right: 8px;
    width: calc(100% - 1rem);
    bottom: 0px;
}
.page-shop #shopInfo .item .item-link {
    bottom: 1rem;
}
#tottoriGuide .list-boxes li {
    margin-bottom: 3rem;
}
.page-owner .list-boxes li .item .item-title,
#tottoriGuide .list-boxes li .item .item-title {
    border-top: 2px solid #3872AD;
    padding: 0.7em 0;
    color: #555;
    text-align: center;
}
.text-tel,
.item-tel {
    color: #3872AD;
    font-family: Arial, Helvetica, sans-serif;
}
.item-tel {
    letter-spacing: 0.05em;
    line-height: normal;
}
.item-tel a {
    font-size: 1.75rem;
}

.form-bukkenSearch .item {
    padding: 0 0 0 0;
    border-bottom: 1px solid #DDDDDD;
}
.form-bukkenSearch > section {
    margin-bottom: 34px;
}
.form-bukkenSearch .item > .ttl {
    margin-top: 0;
    margin-bottom: 0;
    color: #626262;
    text-align: left;
    background: #fff;
    border-top: 2px solid #3872AD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 0px 1rem;
    font-size: 1.1rem;
    line-height: 2.5rem;
}
.form-bukkenSearch .item.clickable-box > .ttl {
    line-height: 3rem;
}
#sidebar .form-bukkenSearch .item > .ttl {
    font-size: 0.9rem;
    padding: 0px 12px;
    white-space: nowrap;
}
#sidebar .box-search-btn .btn {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.form-bukkenSearch .item > .ttl a {
    display: block;
    text-decoration: none;
    color: #3872AD;
    padding-right: 1rem;
}
.badge-selected {
    font-size: 0.70rem;
    border: 1px solid #ED8B43;
    color: #ED8B43;
    padding: 0em 0.3em;
    position: absolute;
    top: 0.625rem;
    right: 0;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    opacity: 0;
}
.ttl > .badge-selected {
    right: 12px;
}
.accordion .ttl > .badge-selected {
    right: 2.5rem;
    top: 0.75rem;
}
#sidebar .accordion .ttl > .badge-selected {
    right: 1.875rem;
}
.form-bukkenSearch .item.clickable-box > .ttl:hover {
    background-color: #FFFCEC;
}
.form-bukkenSearch .item div.collapse {
    background: #fff;
}
.form-bukkenSearch .item .modal-body, .form-bukkenSearch .item .item-body {
    background: #fff;
    font-size: 0.9rem;
}
.form-bukkenSearch .item .item-body {
    padding: 1rem;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.form-bukkenSearch .item .modal-body .ttl, .form-bukkenSearch .item .item-body .ttl {
    color: #626262;
    background-color: #F5F4EF;
    padding: 0.25em 0.5em;
    font-size: 1rem;
    margin-bottom: 0.8em;
}
.form-bukkenSearch .item.clickable-box, .form-bukkenSearch .item.clickable-box .ttl, .form-bukkenSearch .item.clickable-box .item-body {
    border-color: #3872AD !important;
}
/* kill input */
label.checkbox-blue input[type="checkbox"],
.form-bukkenSearch label input[type="checkbox"] {
    display: none;
}
.block-bukkenList-full .item-footer {
    overflow: hidden;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2) a,
.block-bukkenList-full .item-footer label {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 1rem 0.25rem;
    min-width: 1.5rem;
}
/* label */
label.checkbox-blue {
/*    font-size: 1rem;*/
/*    margin-right: 0.3em;*/
}
label.checkbox-blue,
.block-bukkenList-full .item-footer label span, .form-bukkenSearch label span {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.form-bukkenSearch label span {
    border: 1px solid  #fff;
    margin-right: 1em;
    border-radius: 6px;
    padding: 2px 5px;
}
/* checkbox */
label.checkbox-blue span::before,
.block-bukkenList-full .item-footer label span::before,
.form-bukkenSearch label span::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background: #fff;
    border: 2px solid #3872AD;
    vertical-align: text-bottom;
    border-radius: 2px;
    margin-bottom: 2px;
}
.form-contactForm label.checkbox-blue span::before {
    margin-bottom: 0;
}
label.checkbox-blue span::before,
.block-bukkenList-full .item-footer label span::before,
.form-bukkenSearch label span::before {
    margin-right: 0.5em;
    vertical-align: middle;
}
.block-bukkenList-full .item-footer th > label span::before {
    margin-right: 0;
}
/* checkbox mark */
label.checkbox-blue span::after,
.block-bukkenList-full .item-footer label span::after, .form-bukkenSearch label span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    display: block;
    opacity: 0;
}
label.checkbox-blue span::after,
.block-bukkenList-full .item-footer label span::after {
    left: 5px;
    top: 6px;
}
.form-bukkenSearch label span::after {
    left: 10px;
    top: 6px;
}
label.checkbox-blue input[type="checkbox"]:checked + span::before,
.block-bukkenList-full .item-footer label input[type="checkbox"]:checked + span::before, .form-bukkenSearch label input[type="checkbox"]:checked + span::before {
    background-color: #3872AD;
}
label.checkbox-blue input[type="checkbox"]:checked + span::after,
.block-bukkenList-full .item-footer label input[type="checkbox"]:checked + span::after, .form-bukkenSearch label input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
.form-bukkenSearch label span:hover {
    background-color: #FFFCEC;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}
.form-bukkenSearch .modal-body a:link {
    text-decoration: none;
}
.form-bukkenSearch .modal-body a:hover {
    text-decoration: underline;
}
.form-bukkenSearch label input[type="checkbox"]:checked + span {
    border: 1px solid #f0f0f0;
}
.form-bukkenSearch .btn-clickable-box:after {
    right: 0px;
    font-size: 1.2rem;
    top: 50%;
    margin-top: -0.6rem;
}
.form-bukkenSearch .btn-icons:after {
    right: 0px;
}
.form-bukkenSearch .block-search-price {
}
.mylist-box,
#search-selected {
    border: 1px solid #bababa;
    margin-bottom: 30px;
    background-color: #fff;
}
.mylist-box .item-title,
#search-selected .item-title {
    color: #626262;
    padding: 5px 1rem;
    background-color: #F5F4ED;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0;
}
.mylist-box .item-body,
#search-selected .item-body {
    padding: 1rem
}
#search-selected .item-body {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.65em;
}
/**** ページング ****/
.search-paging {
    clear: both;
    width: 100%;
}
.search-paging, .search-paging select {
    color: #626262;
}
.search-paging .page-item {
    margin: 0 0.25rem;
}
.search-paging .page-item.disabled {
    padding-top: 1rem;
    color: #3872AD;
}
.search-paging .page-item .page-link {
    color: #3872AD;
    border-color: #3872AD;
    border-radius: 0.25rem;
    padding: 0.5rem 0.65rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-paging .page-item.active .page-link {
    background-color: #3872AD;
    border-color: #3872AD;
    color: #fff;
}
.search-paging select {
    border: 1px solid #bababa;
}
.pagination-wrap {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}
.pagination-wrap .pagination {
    justify-content: center;
}
.page-baibailist .pagination-wrap .pagination,
.page-chintailist .pagination-wrap .pagination {
    justify-content: flex-end;
}
.search-paging .form-group .form-row {
    justify-content: flex-end;
}
.search-paging .form-group .form-row > div {
    margin-bottom: 0.5rem;
}
.search-paging .form-group .form-row > div:nth-of-type(1) {
    margin-right: 0.5rem;
}
.search-paging .form-group .form-row > div label {
    white-space: nowrap;
}
/**** 物件リスト ****/
.block-bukkenList-full .item-footer table thead th:nth-of-type(2) {
    padding: 0;
}
.block-bukkenList-full .item-footer li.item-text .item-price {
    margin-bottom: 0.5rem;
}
.block-bukkenList-full .item-footer table th {
    padding: 0;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2),
.block-bukkenList-full .item-footer table th:nth-of-type(1) {
    max-width: 40px;
    text-align: center;
}
.block-bukkenList-full .item-footer table td:nth-of-type(1) {
    padding: 0;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2) {
    min-width: 20px;
}
.block-bukkenList-full .item-footer table td:nth-of-type(1) ul.bukkenList-sheet-sp li {
    padding: 0.75rem 0 0.75rem 0.75rem;
}
.block-bukkenList-full .item-footer table td:nth-of-type(1) ul.bukkenList-sheet-sp li:nth-of-type(1) {
    max-width: 40%;
}
.block-bukkenList-full .item-footer table td:nth-of-type(1) ul.bukkenList-sheet-sp li.item-image img {
/*    min-width: 90px;*/
}
/*.block-bukkenList-full .item-footer table td:nth-of-type(1):hover*/
.block-bukkenList-full .item-footer table tbody tr:hover
{
    background-color: #FFFCEC;
}
.bukkenList-sheet-pc > *, .block-bukkenList-full thead th > * > * {
    justify-content: center;
}
.bukkenList-sheet-pc > * {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.25rem;
}
thead .bukkenList-sheet-pc > * {
    padding: 0.5rem 0rem;
}
.bukkenList-sheet-pc > * img {
    max-width: 24px;
    max-height: 24px;
    display: block;
    margin: auto;
    vertical-align: middle;
}
/****
賃貸物件リスト
****/
/* 賃料 */
.flag-chintai .bukkenList-sheet-pc > *:nth-of-type(1) {
    width: 18%;
}
/* 管理費等 */
.flag-chintai .bukkenList-sheet-pc > *:nth-of-type(2) {
    width: 15%;
}
/* 敷金 / 礼金 */
.flag-chintai .bukkenList-sheet-pc > *:nth-of-type(3) {
    width: 20%;
    text-indent: 0.5em;
}
/* 階 / 間取り / 専有面積 */
.flag-chintai .bukkenList-sheet-pc > *:nth-of-type(4) {
    width: 24%;
}
/* 
【売買物件リスト】
*/
/****
売買物件リスト（共通）
****/
/* 販売価格 */
.flag-baibai .bukkenList-sheet-pc > *:nth-of-type(1) {
    width: 23%;
}
.flag-baibai .bukkenList-sheet-pc > *:nth-of-type(2),
.flag-baibai .bukkenList-sheet-pc > *:nth-of-type(3) {
    width: 15%;
}
.flag-baibai .bukkenList-sheet-pc > *:nth-of-type(4) {
    width: 24%;
}
/****
売買物件リスト（マンション）
bukkenType-baibai-1
****/
/* 管理費等 */
.flag-baibai .bukkenType-baibai-1 .bukkenList-sheet-pc > *:nth-of-type(2) {
    width: 15%;
}
/* 修繕積立金 */
.flag-baibai .bukkenType-baibai-1 .bukkenList-sheet-pc > *:nth-of-type(3) {
    width: 15%;
}
/* 階 / 間取り / 専有面積 */
.flag-baibai .bukkenType-baibai-1 .bukkenList-sheet-pc > *:nth-of-type(4) {
    width: 24%;
}
/****
売買物件リスト（売家/建売）
bukkenType-baibai-2
****/
.flag-baibai .bukkenType-baibai-2 .bukkenList-sheet-pc > *:nth-of-type(2),
.flag-baibai .bukkenType-baibai-2 .bukkenList-sheet-pc > *:nth-of-type(3) {
    width: 0%;
    display: none;
}
/* 建物面積 / 間取り / 土地面積 */
.flag-baibai .bukkenType-baibai-2 .bukkenList-sheet-pc > *:nth-of-type(4) {
    width: 54%;
}
/****
売買物件リスト（売地）
bukkenType-baibai-3
****/
/* 管理費等 */
.flag-baibai .bukkenType-baibai-3 .bukkenList-sheet-pc > *:nth-of-type(2) {
    width: 34%;
}
/* 修繕積立金 */
.flag-baibai .bukkenType-baibai-3 .bukkenList-sheet-pc > *:nth-of-type(3) {
    width: 10%;
}
/* 階 / 間取り / 専有面積 */
.flag-baibai .bukkenType-baibai-3 .bukkenList-sheet-pc > *:nth-of-type(4) {
    width: 10%;
}
/****
売買物件リスト（収益物件・事業用）
bukkenType-baibai-4
****/
.flag-baibai .bukkenType-baibai-4 .bukkenList-sheet-pc > *:nth-of-type(2),
.flag-baibai .bukkenType-baibai-4 .bukkenList-sheet-pc > *:nth-of-type(3) {
    width: 0%;
    display: none;
}
/* 建物面積 / 土地面積 */
.flag-baibai .bukkenType-baibai-4 .bukkenList-sheet-pc > *:nth-of-type(4) {
    width: 54%;
}
/****
共通（賃貸・売買）
****/
/* パノラマ */
.bukkenList-sheet-pc > *:nth-of-type(5) {
    width: 6%;
}
/* 動画 */
.bukkenList-sheet-pc > *:nth-of-type(6) {
    width: 6%;
}
/* お気に入り */
.bukkenList-sheet-pc > *:nth-of-type(7) {
    width: 11%;
}
.block-bukkenList-full ul li .item {
    border-top: 2px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    background-color: #fff;
}
.flag-chintai .item {
    border-top-color: #009D5E !important;
}
.flag-baibai .item {
    border-top-color: #3872AD !important;
}
.block-bukkenList-full ul li .item .item-title > .ttl,
.block-bukkenList-full ul li .item .item-title {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.block-bukkenList-full ul li .item .item-title > .ttl {
    display: inline-block;
}
.block-bukkenList-full ul li .item .item-title {
    display: block;
    padding: 0.625rem 1.25rem;
}
.block-bukkenList-full ul li .item .item-title label,
.block-bukkenList-full ul li .item .item-title > .ttl {
    display: inline;
}

.block-bukkenList-full ul li .item .item-comment {
    padding: 0.625rem 1.25rem 0rem 1.25rem;
    color: #626262;
    font-size: 0.9rem;
}
.block-bukkenList-full ul li .item .item-body {
    padding: 1.25rem;
    display: flex;
}
.page-mylist .block-bukkenList-full ul li .item .item-body {
    display: block;
}
.block-bukkenList-full ul li .item > .item-body > .item-text {
    position: relative;
    width: 60%;
}
.block-bukkenList-full ul li .item {
    margin-bottom: 2.5rem;
}
.block-bukkenList-full ul li .item .item-body > .item-image {
    margin-right: 1rem;
    text-align: center;
    width: 40%;
    position: relative;
}
#bukkenInfo .sp-thumbnails .sp-thumbnail {
    background-color: #f8f8f8;
    overflow: hidden;
}
.block-bukkenList-full ul li .item .item-body .item-image img {
    width: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.block-bukkenList-full .item-text {
    font-size: 0.9rem;
}
#staffDetail .table-bukken-list th {
    white-space: nowrap;
    padding-right: 0.5rem !important;
}
.block-bukkenList-full .item-body .item-text .item-badges {
    margin-bottom: 1.5rem;
}
.table-bukken-detail {
    font-size: 0.9rem;
}
.table-bukken-list {
    font-size: 0.8rem;
}
.table-bukken-list > dl,
dl.table-bukken-list {
    width: 100%;
    margin-bottom: 1px;
}
.table-bukken-detail > dl,
dl.table-bukken-detail,
dl.table-bukken-detail > * {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}
.table-bukken-detail > dl > *,
.table-bukken-detail > dl > * > *,
dl.table-bukken-detail > *,
dl.table-bukken-detail > * > * {
    align-items: center;
}
.table-bukken-detail > dl > dd,
dl.table-bukken-detail > dd {
    width: 100%;
}
.table-bukken-detail > dl > dd,
.table-bukken-list > dl > dd,
dl.table-bukken-detail > dd,
dl.table-bukken-list > dd,
.table-bukken-detail td,
.table-bukken-list td {
    word-break: break-all;
}
.block-bukkenList-full .table-bukken-detail {
    font-size: 0.8rem;
}
.block-bukkenList-full .table-bukken-detail > dl > dt,
.block-bukkenList-full dl.table-bukken-detail > dt,
.block-bukkenList-full .table-bukken-detail th {
    width: 8em;
    min-width: 8em;
    max-width: 8em;
}
.block-bukkenList-full .item-footer table {
    font-size: 0.9rem;
}
dl.list-bukken-detail {
    color: #626262;
    font-size: 0.95rem;
    background-color: #fff;
}
dl.list-table > * > p:nth-last-of-type(1),
dl.list-bukken-detail > * > p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.table-bukken-detail > dl,
dl.table-bukken-detail,
.block-bukkenList-full .item-footer table {
    background-color: #fff;
    width: 100%;
    margin-bottom: 1px;
}
.table-bukken-detail > dl > *,
dl.table-bukken-detail > *,
.table-bukken-list > * {
    margin-bottom: 0;
}
dl.table-bukken-detail > dt,
dl.table-bukken-list > dt,
.table-bukken-detail > dl > dt,
.table-bukken-list > dl > dt,
dl.list-table > dt,
dl.list-bukken-detail > dt,
.table-bukken-detail th,
.table-bukken-list th {
    background-color: #F5F4ED;
    font-weight: normal;
}
.table-bukken-detail > dl > dt,
.table-bukken-list > dl > dt,
dl.table-bukken-detail > dt,
dl.table-bukken-list > dt,
.table-bukken-detail th,
.table-bukken-list th {
    width: auto;
    max-width: 15em;
}
.page-detail .table-bukken-detail > dl > dt,
.block-bukkenList-full .table-bukken-list > dl > dt,
.page-detail dl.table-bukken-detail > dt,
.block-bukkenList-full dl.table-bukken-list > dt,
.page-detail .table-bukken-detail th,
.block-bukkenList-full .table-bukken-list th {
/*    white-space: nowrap;*/
    width: 8em;
    max-width: 8em;
    min-width: 8em;
}
#bukkenSheet .table-bukken-detail > dl > dt,
#bukkenSheet dl.table-bukken-detail > dt,
#bukkenSheet dl.table-bukken-detail th {
    width: 10em;
    max-width: 10em;
    min-width: 10em;
    white-space: normal;
}
.table-bukken-detail > dl > *,
.table-bukken-list > dl > *,
dl.table-bukken-detail > *,
dl.table-bukken-list > *,
.table-bukken-detail th,
.table-bukken-detail td,
.table-bukken-list th,
.table-bukken-list td {
    padding: 0.5rem 0.5rem;
}
.block-bukkenList-full .table-bukken-detail > dl > *,
.block-bukkenList-full .table-bukken-list > dl > *,
.block-bukkenList-full dl.table-bukken-detail > *,
.block-bukkenList-full dl.table-bukken-list > *,
.block-bukkenList-full .table-bukken-detail th,
.block-bukkenList-full .table-bukken-detail td,
.block-bukkenList-full .table-bukken-list th,
.block-bukkenList-full .table-bukken-list td {
    padding: 0.3rem 0.5rem;
}
.block-bukkenList-full .table-bukken-detail > dl > dt,
.block-bukkenList-full .table-bukken-list > dl > dt,
.block-bukkenList-full dl.table-bukken-detail > dt,
.block-bukkenList-full dl.table-bukken-list > dt,
.block-bukkenList-full .table-bukken-detail th,
.block-bukkenList-full .table-bukken-list th {
    padding-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.list-table > dl > *,
.list-bukken-detail > dl > *,
dl.list-table > *,
dl.list-bukken-detail > * {
    padding: 0.75rem;
    margin-bottom: 1px;
}
.table-bukken-detail > dl,
.table-bukken-list > dl,
dl.table-bukken-detail,
dl.table-bukken-list,
dl.list-bukken-detail > *,
.table-bukken-detail tr,
.table-bukken-list tr {
    border-bottom: 1px dotted #bababa;
}
.table-bukken-detail dl:after,
dl.table-bukken-detail:after,
.table-bukken-detail tr:after {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #fff;
}
.table-wrap .list-bukken-detail > dl:nth-last-of-type(1) > *:nth-last-of-type(1),
.table-wrap dl.list-bukken-detail:nth-last-of-type(1) > *:nth-last-of-type(1),
form dl.list-bukken-detail:nth-last-of-type(1) > dt:nth-last-of-type(1),
form dl.list-bukken-detail:nth-last-of-type(1) > dd:nth-last-of-type(1) {
    border-bottom: 0;
}
.list-bukken-detail > dl > dt .badge,
dl.list-bukken-detail > dt .badge {
    vertical-align: text-bottom;
    border-radius: 0;
    margin-right: 0.5rem;
    background-color: #EF7570;
    color: #fff;
    float: left;
    margin-top: 3px;
    font-weight: normal;
}
.list-bukken-detail .reserve-type {
    flex-basis: auto;
}
.block-bukkenList-full .item-footer table thead th {
    font-size: 0.7rem;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    background-color: #F5F5F5;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2) {
    padding: 0;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2) i {
    color: #87AACE;
    font-size: 1.3rem;
}
.block-bukkenList-full .item-footer .btn-orange-outline {
    font-size: 0.7rem;
    border-radius: 1rem;
    padding: 0.15em 0.5em;
}
.block-bukkenList-full .item-footer table tr.d-none th:nth-of-type(1) {
    background-color: #f5f5f5;
    padding: 0 0.25rem;
}
.bukkenList-sheet-pc > div:nth-of-type(5) {
    letter-spacing: -0.1rem;
}
.block-bukkenList-full .item-footer .table thead {
    border-bottom: 1px solid #bababa;
}
.block-bukkenList-full .item-footer .table tbody {
    border-top: 1px dotted #bababa;
}
.block-bukkenList-full .item-footer .table tbody tr {
    border-bottom: 1px solid #ddd;
}
.block-bukkenList-full .item-footer .table tbody tr:nth-last-child(1) {
    border-bottom: 0;
}
.block-bukkenList-full .item-footer table th, .block-bukkenList-full .item-footer table td {
    vertical-align: middle;
    width: auto;
}
/*.block-bukkenList-full .item-footer table tr,*/
.block-bukkenList-full .item-footer table th,
.block-bukkenList-full .item-footer table td {
    border: 0;
}
.block-bukkenList-full .item-footer .item-text {
    vertical-align: top;
}
.block-bukkenList-full .item-footer .item-badges {
    margin-top: 1.5rem;
}
.block-bukkenList-full .item-footer .item-badges .item-badge {
    padding-left: 24px;
    padding-right: 5px;
    font-size: 0.7rem;
    border-color: #3872AD;
    color: #3872AD;
}
.item-badge-panorama {
    background-image: url(../images/ico-blue-panorama.png);
    background-position: 5px 0px !important;
}
.item-badge-video {
    background-image: url(../images/ico-blue-video.png);
}
/* carousel */
.block-carousel .container > div {
    background-color: rgba(255,255,255,0.95);
    padding: 0;
    margin: 0 36px;
}
.page-top .block-carousel .container > div {
    padding: 15px;
    margin: 0 10px;
}
.carousel-basic .carousel-item > div {
    padding-left: 8px;
    padding-right: 8px;
}
.carousel-basic .carousel-item .item-title {
    display: block;
    padding-top: 0.7em;
    font-size: 1.05rem;
}
.carousel-basic .carousel-item .item-image img {
    vertical-align: top;
}
.item-buttons {
    margin-top: -20px;
}
button.carousel-control-prev,
button.carousel-control-next {
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    color: #fff;
    text-align: center;
    top: 0;
    opacity: 1;
}
button.carousel-control-prev {
    left: -34px !important;
    background-color: #fff;
}
button.carousel-control-next {
    right: -34px !important;
    background-color: #fff;
}
#pickUpSlide button.carousel-control-prev,
#pickUpSlide button.carousel-control-next {
    top: -30px;
}
#pickUpSlide button.carousel-control-prev {
    left: -46px !important;
    background-color: transparent;
}
#pickUpSlide button.carousel-control-next {
    right: -46px !important;
    background-color: transparent;
}
.fixedFooter {
    background-color: rgba(245,244,237,0.95);
    padding: 1rem 0;
    position: fixed;
    bottom: -0px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    z-index: 2;
}
.fixedFooter .container div.row p {
    font-size: 0.9rem;
    color: #626262;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}
.fixedFooter .btn {
    border-width: 2px;
    border-radius: 0.75rem;
    font-weight: 400;
    padding: 0.5rem 0.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}
.fixedFooter-chkd {
    opacity: 0;
    bottom: -100px;
}

.fixedFooter .row,
.fixedFooter .row > div,
.fixedFooter .row > div a {
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.fixedFooter .row > div a {
    height: 100%;
    align-items: center;
}
#maps_search {
    height: 500px;
}
#map {
    border: 1px solid #bababa;
}
.checkValidForm {
    margin-bottom: 0.5rem;
}
.checkValidForm label {
    margin-bottom: 0.3125rem;
}

body .slick-prev:before, body .slick-next:before {
    content:"";
}
body .carousel-control-prev:after {
    content: url(../images/arrow-semicircle-left.png) ;
}
body .carousel-control-next:after {
    content: url(../images/arrow-semicircle-right.png) ;
}
button.carousel-control-prev, button.carousel-control-next {
    z-index:2;
    font-size: 0;
}
.slick-arrow{z-index:2;}
.carousel-control-next,
.carousel-control-prev {
    width: 30px !important;
}
.carousel-control-next {
    right: -15px !important;
}
.carousel-control-prev {
    left: -15px !important;
}
#areaInfo .item .item-title{
    font-size: 1.3rem;
    padding-bottom: 0.65em;
}
#areaSpot section .box {
    border-top: 2px solid #3872AD;
    padding: 0;
    height: 100%;
}
#areaSpot section .box .item-title,
#areaSpot section .box .item-body {
    padding: 1rem;
    margin: 0;
}
#areaSpot section .box .item-body {
    line-height: 1.8;
}
#staffDetail .box-userContent .list-square > li::before,
#areaSpot section .box .item-body .list-square > li::before {
    color: #009D5E;
}
#areaSpot section .box .item-body .list-square > li p {
    padding-left: 1em;
}
.page-words .list-table {
    font-size: 0.85rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.page-words #main-content .list-table p {
    line-height: 1.6;
}
.page-words .list-table dt span {
    display: inline-block;
    font-size: 0.7rem;
}
.page-words .list-table {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
/*    padding-top: 6rem;*/
/*    margin-top: -6rem;*/
}
.page-words .tabWrap .nav-tabs .nav-item {
    text-align: center;
}
.page-words .tabWrap .nav-tabs .nav-item .active {
    font-weight: bold;
}
.page-words .tabWrap .tab-pane .ttl {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}
