@charset "utf-8";

.mt200 {
    margin-top:200px;
}

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

#contact-map iframe {
    width:100%;
    height:360px;
}

.page_continue > a {
    color: #f9c322;
    font-weight: 400;
    padding-bottom: 16px;
}

.pb-65 {
    padding-bottom: 65px;
}

.w-100 {
    width:100%;
}

.search_box table {
    margin: 15px auto;
}

.search_box th {
    width:50%;
}

.checkbox_inline {
    display:inline-block;
    margin: 5px auto;
    width:45%;
    padding-left:15px;
}

input[type=checkbox] {
    height: auto;
    width: auto;
}

.property-desc-top h6 {
    line-height: 24px;
    height:48px;
}

.property-desc-top h4.price {
    top: 75%;
}

@media screen and (min-width:1000px) {
    .checkbox_inline {
        width:96%;
    }
}


ul.kodawari {
    list-style: none;
    display:flex;
}

li.kodawari {
	color: #606a48;	        /*背景色*/
	background: #f9c322;	/*文字色*/

    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    margin: 5px 5px 15px;
}

.breadcrumbs-title h1 {
    line-height:normal;
    text-align:left;
}

.find-home-item > input[type=submit] {
    background: #f9c322 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.print_button a {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #f9c322;
  color: #f9c322;
  height: 40px;
  line-height: 38px;
  margin-top: 35px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.print_button a:hover {
  background: #f9c322 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff;
}

.table th {
    min-width:8em;
}

.color_white {
    color:#ffffff;
}

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../js/slick/nextArrow.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../js/slick/prevArrow.png)!important;
    background-size: contain!important;
}

.thumb-item-nav {
    margin-top:15px;
}

.gallery_wrap {
    width:100%;
}

.gallery_main {
    width:90% ; /* IE8以下とAndroid4.3以下用フォールバック */
    width:-webkit-calc(100% - 50px);
    width:calc(100% - 50px);
    margin:0 auto;
}

.html_code iframe {
    margin: 15px auto;
    display:block;
    max-width:100%;
}

.single-property-details > span {
    background: #f9c322 none repeat scroll 0 0;
    color: #ffffff;
    height: 28px;
    left: 16px;
    line-height: 28px;
    padding: 0 13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    z-index: 99;
}

.mb-5 { margin-bottom: 5px }
