table.form_jsearch{
    border-collapse: collapse;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table.form_jsearch tr:nth-child(even){
    background-color: #f7f7f7;
}

table.form_jsearch th {
    font-weight: 600;
    width: 25%;
}
table.form_jsearch th,table.form_jsearch td,table.form_jsearch td.td1 span {
    border-right: 1px solid #dad4d4;
}

table.form_jsearch th,table.form_jsearch td {
    padding: 1.2em;
    text-align: left;
}


table.form_jsearch table ul{
    margin: 0;
    padding: 0;
}

table.form_jsearch td li {
    display:inline-block;
    margin-right:10px;
    list-style: none;
}
table.form_jsearch td li:last-child{
    margin-left:0px;
}

table.form_jsearch input[type="checkbox"],table.form_jsearch input[type="radio"] {
    padding: 0;
}
table.form_jsearch button,table.form_jsearch input,table.form_jsearch select,table.form_jsearch textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
table.form_jsearch body, table.form_jsearch button, table.form_jsearch input, table.form_jsearch select, table.form_jsearch textarea {
    /*color: #fff;*/
    font-family: 'Sawarabi Gothic',"SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 1em;
    letter-spacing: 0.2px;
    line-height: 1.6em;
    word-wrap: break-word;
}

#searchpage input[type="submit"], .widget.widget_fudo_b_k.wp_block input[type="submit"] {
    margin: 20px auto 0 auto;
    padding: 18px 0;
    width: 60%;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #000;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    letter-spacing: .1em;
    margin-bottom: 30px;
    padding: 6px 2%;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}


.my-fudou-page h1.page-title{
    color: rgb(52, 52, 52);
    font-size: 26px;
    line-height: 1.333;
}


.my-fudou-page #nav-above1 .nav-next {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px auto;
    padding: 10px;
}

.my-fudou-page #nav-above1 .nav-next b, .my-fudou-page #nav-above1 .nav-next a:hover {
    background-color: rgba(0, 0, 0,0.5);
    outline: rgb(221, 221, 221) solid 1px;
}

.my-fudou-page #nav-above1 .nav-next a, .my-fudou-page #nav-above1 .nav-next b {
    /*
    background-color: rgb(244, 244, 244);
    color: rgb(116, 116, 116);
    
    */
    background:rgba(0, 0, 0,1);
    color:#fff;
    border-color: #000;

    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    
    border-image: initial;
    outline: rgb(244, 244, 244) solid 1px;
    padding: 4px 11px;
}

.my-fudou-page #nav-above1 .nav-next b{
    background-color:#57A60A;
}

@media screen and (max-width:480px) {
    .my-fudou-page #nav-above1 .nav-next {
        padding:0px;
    }

    .my-fudou-page #nav-above1 .nav-next a, .my-fudou-page #nav-above1 .nav-next b {
        padding:4px 6px;
    }
}


.my-fudou-page a {
    color: rgb(81, 115, 128);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.35s ease-in-out 0s;
}





/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
.my-fudou-page #list_simplepage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 10px auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.my-fudou-page #list_simplepage .list_item {
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0;
    width: calc((100% - 40px) / 3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.my-fudou-page #list_simplepage .list_item:nth-child(3n){
    margin-right:0px;
}


.my-fudou-page #list_simplepage::after{
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
}

@media screen and (max-width:1024px) {
  .my-fudou-page #list_simplepage .list_item {
      margin-right:10px;
      margin-bottom:10px;
      width: calc((100% - 20px) /2);
  }

  .my-fudou-page #list_simplepage .list_item:nth-child(2n){
      margin-right:0px;
  }


  .my-fudou-page #list_simplepage::after{
      width: calc((100% - 20px)/2);
  }
}

@media screen and (max-width:480px) {
  .my-fudou-page #list_simplepage .list_item {
      margin:0px;
      margin-bottom:10px;
      width: 100%;
  }

  .my-fudou-page #list_simplepage::after{
      content: none;
  }
}


.my-fudou-page #list_simplepage .list_picsam_img > a{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.my-fudou-page #list_simplepage .list_picsam_img > a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
    color:#000;
}

.my-fudou-page #list_simplepage .list_detail{
  padding:10px;
}

.my-fudou-page #list_simplepage .list_detail .entry-title{
  font-size:18px;
}

.my-fudou-page #list_simplepage .list_price{
  font-size:14px;
  text-align:left;
}

.my-fudou-page #list_simplepage .list_detail a.list_details_button{
    display:inline-block;
    text-align:center;

    border: 1px solid #afafaf;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    height: 35px;
    text-align: center;
    margin: 0 auto 10px;
    padding-top: 3px;
    transition: .3s ease-in-out;
    width: 100%;
    margin-top:10px;
}




#list_simplepage2 .list_price {
    padding-top: 20px;
}

#list_simplepage2 ul.list-ul{
    line-height: 1.5;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#list_simplepage2 ul.list-ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
}

#list_simplepage2 ul.list-ul li dt {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: #1e1e1e;
    float: left;
    font-weight: 400;
    margin: 3px 8px 10px auto;
    padding: 2px 10px;
}

#list_simplepage2 ul.list-ul li dd {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

#list_simplepage2  .dpoint4 {
    font-weight: 600;
    color: #c30b12;
}


#list_other_table {
    margin-top: 30px;
}

#list_other_table table {
    border-collapse: collapse;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

#list_other_table table th {
    font-weight: 600;
    width: 25%;
}

#list_other_table table th,#list_other_table table td,#list_other_table table td.td1 span {
    border-right: 1px solid #dad4d4;
}
#list_other_table table th,#list_other_table table td {
    padding: 1.2em;
    text-align: left;
}
#list_other_table td:last-child {
    border-right: none;
}
#list_other_table tr:nth-child(even),#list_other_table .wp-block-table tr:nth-child(even) {
    background-color: #f7f7f7;
}




h2.entry-title > span{
    display:inline-block;
}

h2.entry-title span.my-closed{
    color:#c30b12;
    margin-right:5px;
}

.my-shikibesu{
    text-align:right;
}

#gallary{
  border:solid 1px #EEE;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 40vw;
    max-height: 600px;
    min-height: 300px;
}
.swiper-container .swiper-slide {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.swiper-container .swiper-slide img {
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

.swiper-container .swiper-button-prev {
    left: 25px;
}
.swiper-container  .swiper-button-next {
    right: 25px;
}

#thumbnail{
    margin-top:10px;
    height: 15vw;
    max-height: 120px;
    min-height: 60px;
}

.swiper-button-prev,.swiper-button-next {
  color: #333;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

#list_simplepage2 #map_canvas{
  margin-top:30px;
}


#list_simplepage2 #contact_form{
    border: 1px solid #d1d1d1;
    margin: 0 auto 50px;
    padding: 10%;
    width: 100%;

}
#list_simplepage2 #contact_form label {
    margin-left: 5px;
    margin-right: 15px;
}

#list_simplepage2 #contact_form .wpcf7 p {
    margin-bottom: 20px;
    padding: 0;
}

#list_simplepage2 #contact_form p {
    padding: 0 0 2em 0;
    margin: 0;
}

#list_simplepage2 #contact_form .contact-chui {
    background-color: #9c140a;
    color: #fff;
    font-size: 12px;
    margin: 1%;
    padding: 0 2%;
}

#list_simplepage2 #contact_form .wpcf7-form-control-wrap {
    position: relative;
}

#list_simplepage2 #contact_form .wpcf7-select {
    border: 1px solid #ccc;
    border-radius: 6px;
    border-radius: var(--_border-radius,6px);
    outline: 0;
    transition: border .2s ease-out;
    padding: .44231rem .88462rem;
    padding: calc(var(--_space, 1.76923rem)*0.25) calc(var(--_space, 1.76923rem)*0.5);
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.035);
    max-width: 100%;
    vertical-align: top;
    margin-right:2px;
}

#list_simplepage2 #contact_form input[type="reset"], #list_simplepage2 #contact_form input[type="button"], #list_simplepage2 #contact_form input[type="submit"] {
    background-color: #000;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    letter-spacing: .1em;
    margin-bottom: 30px;
    padding: 6px 2%;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
}
#list_simplepage2 #contact_form input[type="submit"] {
    padding: 16px 5px;
    margin: 0 15%;
    width: 70%;
}

#list_simplepage2 a.prev-btn,#list_simplepage2 a.print-btn{
  display:inline-block;
  font-size:14px;
  text-align:right;
}




.l-front-page-widget-area--top .l-front-page-widget-area__item h2.c-section__title{
    background:#4B4B4B;
    color:#fff;
    padding:10px 0px 10px 20px;
    text-align:left;
    justify-content:left;
}
.l-front-page-widget-area__item h2.c-section__title::before,.l-front-page-widget-area__item h2.c-section__title::after{
    display:none;
}


.l-front-page-widget-area__item ul{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding:0px;
}


.l-front-page-widget-area__item ul::after{
    content: "";
    display: block;
    width: calc((100% - 20px) / 2);
}


.l-front-page-widget-area__item ul li{
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0;
    width: calc((100% - 20px) / 2);
    list-style: none;
    border:solid 2px #E5E5E5;
    margin-bottom:10px;
    position:relative;
    font-size:14px;
}

.l-front-page-widget-area__item ul li:nth-child(2n){
    margin-right:0px;
    margin-top:0px;
}


.l-front-page-widget-area__item ul li a{
    display: flex;
    text-decoration:none;

    flex-flow: wrap;
    justify-content: space-around;

    align-items: center;
    min-height:180px;
}

.l-front-page-widget-area__item ul li div.my-fudo-left {
    width: 180px;
    padding:10px 10px 10px 10px;
    text-align:center;
}

.l-front-page-widget-area__item ul li div.my-fudo-right {
    flex: 1;
    padding:10px;
    padding-top:30px;
}

.my-fudo-right > span{
    display:inline-block;
    margin-left:5px;
}
.my-fudo-right > span:first-child{
    margin-left:0px;
}

.l-front-page-widget-area__item .top_price,.my-fudou-page #list_simplepage .list_price .pricd{
    font-weight: 600;
    color: #c30b12;
}

.l-front-page-widget-area__item hr{
    margin:10px 0px;
    border-color:#E5E5E5;
}

.l-front-page-widget-area__item .my-fudo-cont{

}

.l-front-page-widget-area__item .my-fudo-cont{
    position: relative;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
}

.l-front-page-widget-area__item .my-fudo-cont:before,.l-front-page-widget-area__item .my-fudo-cont:after {
    position: absolute;
    background: #fff;
}

.l-front-page-widget-area__item .my-fudo-cont:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}

.l-front-page-widget-area__item .my-fudo-cont:after {
    content: "";
    width: 100%;
    height: 100%;
}

.markup{
    position:absolute;
    top:0;
    right:0;
    z-index:99;
}

.markup .new_mark{
    display:inline-block;
    padding:2px;
    min-width:80px;
    text-align:center;
    color:#000;
    font-size:14px;
    margin-left:5px;
    background:#fff;
    border:solid 1px #aaa;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.markup .new_mark.down{
    background:#57A60A;
}

.markup .new_mark.negotiation{
    background:#c30b12;
}

.l-front-page-widget-area{
    padding:0px;
    margin:0px;
}


@media screen and (max-width:768px) {
    .l-front-page-widget-area__item ul li{
        margin:0px 0px 20px 0px;
        width: 100%;
    }

    .l-front-page-widget-area--top::after{
        width: 100%;
    }
    .l-front-page-widget-area__item .c-section{
        padding:0px;
    }
}

@media screen and (max-width:480px) {
  .l-front-page-widget-area__item ul li div.my-fudo-left {
      height:auto;
  }
  .l-front-page-widget-area__item ul li a{
      display: block;
  }
  .l-front-page-widget-area__item ul li div.my-fudo-left {
      width:100%;
  }
  .l-front-page-widget-area__item ul li div.my-fudo-right {
      flex:none;
      padding-top:10px;
  }

}

.widget_fudo_b_k select{
    box-sizing: border-box;
    width:100%;
    padding:5px;
    margin:0px;
    margin-top:5px;
}

.widget_fudo_b_k input[type="submit"] {
  width:100%;
  margin-top:20px;
}

@media screen and (max-width: 1023px) and (min-width: 480px){
    #fudo_b_k-5{
        width: 47%;
    }
}


.print-images{
    display:none;
    justify-content: space-between;
}

.print-images .print-img{
    width: 100%;
    margin-right:10px;
    margin-bottom:10px;
}
.print-images .print-img:last-child{
    margin-right:0px;
}

@media print{
    .l-header,.l-footer,.l-contents__sidebar,#contact_form,#list_simplepage2 a.prev-btn,#thumbnail,a.print-btn,div.swiper-button-prev,div.swiper-button-next{
        display:none !important;
    }

    #slider{
        display:none;
    }
    .print-images{
        display: flex !important;
    }

/*
    .swiper-container{
        height:auto !important;
        max-height:auto !important;
        min-height:auto !important;
        overflow:visible !important;
    }

    .swiper-wrapper{
        display:inline-block !important;
        transform:none !important;
    }
    */

}


#list_other_table tr:nth-child(2n), #list_other_table .wp-block-table tr:nth-child(2n) {
    background: none;
}
#list_other_table tr:nth-child(2n+1), #list_other_table .wp-block-table tr:nth-child(2n+1){
    
    background: #f7f7f7;
}





.my-fudou-page #list_simplepage .list_item.seiyaku {
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0;
    width: calc((100% - 20px) / 2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border:solid 1px #999;
}

.my-fudou-page #list_simplepage .list_item.seiyaku:nth-child(2n){
    margin-right:0px;
}


.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box{
    display:flex;
    flex-direction: row-reverse;
}

.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .list_picsam{
    width:30%;
    padding:5px;
    padding-top:15px;
}
.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .list_detail{
    width:70%;
    padding:5px;
}

.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .seiykubi{
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:5px 0px;
    font-size:16px;
}

.my-fudou-page #list_simplepage .list_item.seiyaku .list_simple_box .seiyaku_markup{
    display:inline-block;
    padding:2px 5px;
    position:absolute;
    top:0px;
    right:0px;
    background:#ff6f00;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    min-width:62px;
    text-align:center;
}

@media screen and (max-width:480px) {
    .my-fudou-page #list_simplepage .list_item.seiyaku {
        position:relative;
        margin-right:0px;
        margin-bottom:0px;
        width: 100%;
        margin-top:15px;
    }

}



.nav-next a,.nav-next b{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1rem;
    display: inline-block;
    color: #666;
    background-color: #f3f0e9;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0 4px;
    transition: .2s ease-in-out;
    white-space: nowrap;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.nav-next b{
    background-color: #434343;
    color: #fff;
}
@media screen and (min-width: 1024px){
.lp_panel {
    margin-top: -90px !important;
}
	}
.lp_panel .smb-panels__item.smb-panels__item--free {
    border-radius: 6px !important;
}
.lp_panel .smb-panels__item__body {
    background-color: #F5D224;
    border-radius: 6px !important;
}