.flex-wrap{display:flex;}
.justifyalign-center {-ms-flex-pack: center;justify-content: center;}
.justift-baseline{align-items:baseline;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content :center;}
.justify--around{justify-content :space-around;}
.justify-start{justify-content:flex-start;}
.align-end{align-items:flex-end;}
.justify-end{justify-content: flex-end;}
.align-center{align-items:center;}
.aligncenter{align-items:center;}
.flex_wrap{flex-wrap: wrap;}
.a_self{align-self:flex-start;}
.b{font-weight:bold;}
.txtr{text-align:right;}
li{list-style-type: none;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.ml5{margin-left:5px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mt90{margin-top:90px;}
.mt60i{margin-top:60px!important;}
.mt30i{margin-top:30px!important;}
.mt70i{margin-top:70px!important;}
.mt80i{margin-top:80px!important;}
.mr5{margin-right:5px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr60{margin-right:60px;}
.mcenter{margin:0 auto;}
.font12{font-size:1.2rem;}

.font14{font-size:1.4rem;}
.font15{font-size:1.5rem;}
.font16{font-size:1.6rem;}
.font_blue{color: #50608e;}
.font_red{color: #a72d2d;}
.error-txt{line-height:1;margin-top:3px;}
.font_blue:hover{color: #7181ae;}
.pad20{padding:20px;}
.pad0{padding:0!important;}
.pad30{padding:30px;}
.pdr0{padding-right:0;}
.pdl0{padding-left:0;}
.wd16{width:16%;}
.wd20{width:20%;}
.wd30{width:30%;}
.wd48{width:47.7%;}
.wd49{width:49%;}
.wd100{width:100%;}
.wd190{width:190px;}
.wd200{width:200px;}
.wd300px{width:100%;}
.wd1000{width:1000px;margin:0 auto;}
.wd1100{width:1000px;margin:0 auto;}
.img_max img{width:100%;}
.v_middle{vertical-align: middle;}
.header-black{background-color:#432d09;}
.header-black a{color:#000000;}
.header-black-menu a{color:#000000;}
.header-black a:hover{opacity:0.8;}
.border-b-none{border-bottom:none;}
.border_blue{border:1px solid blue;}
.blue a{color:#50608e;}
.blue a:hover{color:#5e70a4;}
.black:hover{color:#303030;}
.norap{white-space:nowrap;}
/* a.showf span.en-title{ display:inline; }
a.showf:hover span.en-title{ display:none; }
a.showf span.jp-title{ display:none; }
a.showf:hover span.jp-title{ display:inline; } */
.top-box span.en-title{ display:inline; }
.top-box:hover .en-title{ display:none; }
.top-box span.jp-title{ display:none; }
.top-box:hover span.jp-title{ display:inline; }
.header-black{height:50px;}
/* .gnavi li{font-size:1.2rem;width:11%;} */
.gnavi_left{width:50%;}
.gnavi_left li{margin-right:40px;}
/* .gnavi_left li:nth-child(1){font-size:1.2rem;width:170px;}
.gnavi_left li:nth-child(2){font-size:1.2rem;width:100px;}
.gnavi_left li:nth-child(3){font-size:1.2rem;width:140px;}
.gnavi_left li:nth-child(4){font-size:1.2rem;width:110px;}
.gnavi_left li:nth-child(5){font-size:1.2rem;width:110px;}
.gnavi_left li:nth-child(6){font-size:1.2rem;width:100px;}
.gnavi_left li:nth-child(7){font-size:1.2rem;width:80px;} */
.gnavi_left li:nth-child(8){font-size:1.2rem;width:160px;padding-right:50px;}
.gnavi_right li:nth-child(1){font-size:1.2rem;width:150px;color:#ffffff;}
.gnavi_right li:nth-child(2){font-size:1.2rem;width:110px;}
.gnavi_right li:nth-child(3){font-size:1.2rem;width:100px;}
.gnavi_right li:nth-child(3) img{width:20px;}
.gnavi_right li:nth-child(4){font-size:1.2rem;width:100px;}
.gnavi_right li:nth-child(5){font-size:1.2rem;width:100px;padding-right:20px;}
@media print, screen and (max-width: 1200px) {
/* .gnavi_left li:nth-child(5){display:none;}
.gnavi_left li:nth-child(6){display:none;} */
.gnavi_left li:nth-child(2){font-size:1.2rem;width:80px;}
.gnavi_left li:nth-child(8){font-size:1.2rem;width:90px;padding-right:5px;}
}
.gnavi{height:50px;}
.gnavi_right{width:500px;background-color:#c8c8a6;}
@media print, screen and (max-width: 1350px) {
  .gnavi_left li{margin-right:20px;}
}
.txt-under{text-decoration: underline;}
.btn,.btn a {
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.5;
  border-radius: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
          transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.posi_re{position:relative;}
.btn a{text-decoration:none;display:block;width:100%;}
.btn_gray{background-color: #bcbcbc;}
.btn_gray_lite{background-color: #e6e8e1;}
.btn_gray_midium{background-color: #e6e8e1;}
.btn_gray_dark{background-color: #afada8;}
.btn-base{display:inline-block;text-align:center;padding:10px 10px;}
.btn-revision{background-color:#d7dacf;margin-right:5px;margin-left:5px;}
.btn-send{background-color:#afada8;margin-right:5px;margin-left:5px;}
.btn_2{width:220px;margin:0 10px;}
.btn_eki{width:240px;padding:1px 0;}
.map-wrap .btn_2{width:140px;margin:0 0px;}
.kodawari-wrap .btn_2,.tdbox_btn{width:140px;margin:0 auto;}
.school_table img{width:7px;position:absolute;right:10px;}
.input_calender{position: absolute;
    right: 3px;
    top: 5px;
    width: 21px;}
.wd60px{width:60px!important;}
.tdbox{width:100%;}
.tdbox_btn{position:absolute;bottom:24px;right:0;left:0;}
@media screen and (max-width: 640px){
  .tdbox_btn{bottom:25px;}
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    height: 45px!important;
    overflow: hidden;
    z-index: 10;
}
.show_drop{position:relative;}
#show_list{position: absolute;top:130px;bottom:-30px;display:none;width:100%;height: 150px;height: 250px;z-index: 2000;}

#show_list li{
  width:100%;
  border-top: 1px solid #a6a6a6;
  line-height:4rem;
  padding:5px 0 5px 20px;
  height:5rem;
  background-color: #f4f4f4;
  background-image:url(/images/right30-993de1b665b92a88f7c97c5122464da7.png);
  background-position:right 20px center;
  background-repeat:no-repeat;
  padding-left:15px;background-size:8px 10px;
  list-style:none;font-size:1.3rem;}
#show_list li a:hover{color:#808080;}
#show_list li:last-child{border-bottom: 1px solid #a6a6a6;}
.search-menu_txt{position:relative;}
.search-menu_txt img{width:10px;display:inline!important;position:absolute;bottom:5px;right:5px;}
.horizontal_scroll{position:relative;}
.dp-none{display:none;}
.dp-not-none{display:block;}

/* 20220128 仙田修正 start ---- */
/*
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: -1px;
    width: 250px;

    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: rgba(34, 34, 34, 0.8);
    padding:60px 40px 0;
    z-index: 3000;
}
 */

 #sidebarMenu {
    height: 100vh;
    position: fixed;
    left: -1px;
    width: 250px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    z-index: 3000;
}
#sidebarMenuContainer {
    height: 100%;
    width: 250px;
    background: rgba(34, 34, 34, 0.8);
    padding:60px 40px 0;
}
/* 20220128 仙田修正 end ---- */

.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 0 0;
    cursor: pointer;
    text-align:left;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.sidebarMenuInner li:nth-child(1){border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;text-align:center;padding:20px 0;}

/* 20220128 仙田修正 start ---- */
/*
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
 */
 input[type="checkbox"]:checked ~ #sidebarMenu {
    width: 100%;
    transform: translateX(0);
}
/* 20220128 仙田修正 end ---- */

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 22px;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

/* 20220128 仙田追記 start ----- */
input[type=checkbox]:checked ~ .sidebarIconToggle {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 15px;
    left: 10px;
    height: 22px;
    width: 22px;
}
/* 20220128 仙田追記 end ----- */

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.row {
    margin-right: auto;
    margin-left: auto;
}
.recome-area_box{position:relative;margin-bottom:30px;width:48%;}
.recome-area_box{margin-bottom:30px;width:30%;}
/*Checkboxes styles*/
input[type="checkbox"].ereac { display: none; }

input[type="checkbox"].ereac + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"].ereac + label:last-child { margin-bottom: 0; }

input[type="checkbox"].ereac + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #222222;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"].ereac:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.border-g{border:1px solid #dbdbdb;}
.border-top-none{border-top: none;}
.border-bottom-none{border-bottom: none!important;}
.border-left-none{border-left: none;}
.border-right-none{border-right: none;}
.back_gray{background-color: #ebebeb;}
.rent-area .btn,.saw-area .btn,.recome-area .btn{width:200px;line-height:2.3;border: 1px solid #a0a0a0;margin:20px auto;display:block;border-radius:0;}
.rent-area .btn,.saw-area .btn,.recome-area .btn{background-color:#ffffff;color:#333}
.rent-area .btn:hover,.saw-area .btn:hover,.recome-area .btn:hover{background-color:#333;color:#ffffff}

.recome-area_box a:hover{opacity:0.6;}
.grad-wrap label,.grad-wrap2 label{display:block;}
.grad-wrap {
    position: relative;
    margin-top:10px;
}
.grad-wrap2 {position: relative;}
.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
  border: 1px solid #bdbdbd;text-align:center;
  line-height:35px;
  margin:0 auto;
  width:180px;
  position: absolute;
     left: 0;
  right: 0;
  margin: auto;padding:0 5px;
}
/* .grad-btn:hover{color:#808080;} */
.grad-btn::before {
  content: "すべて見る"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger:checked ~ .grad-btn {
    bottom: -3em;
}
.grad-wrap2 label{display:block;}
/* .grad-wrap2 {
    position: relative;
} */
.grad-btn2 {position: relative;background-color: #ffffff;color: #303030;border: 1px solid #979797;font-size: 1.4rem;}
.grad-btn2:hover{background-color: #979797;color: #ffffff;}
.grad-btn2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-top: -5px;
}
.grad-btn2:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.grad-btn2 {
  text-align:center;
  line-height:35px;
  margin:0 auto;
  width:180px;
  position: absolute;
     left: 0;
  right: 0;
  margin: 20px auto;padding: 0 5px;
  bottom:-9em;
}
.grad-btn2::before {
  content: "すべて見る"
}
.grad-item2 {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger2 {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger2:checked ~ .grad-btn2::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger2:checked ~ .grad-item2 {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger2:checked ~ .grad-item2::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger_txt{position: absolute;color:#808080;font-size:1.3rem!important;}
.grad-trigger2:checked ~ .grad-trigger_txt {
    bottom: -6em;
}
.grad-trigger2:checked ~ .grad-btn2 {
    bottom: -12em;
}
.grad-wrap3 label{display:block;}
.grad-wrap3 {position: relative;}
.grad-btn3 {border: 1px solid #e2e2e2;text-align:center;line-height:35px;margin:0 auto;width:180px;position: absolute;left: 0;right: 0;margin: 20px auto;padding:0 5px;}
.jj101001 .grad-btn3,.jj101001 .grad-btn4 {background-color: #ffffff;font-size: 1.4rem;line-height:40px;}
.jj101001 .grad-btn3 span::before ,.jj101001 .grad-btn4 span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(
45deg
);
    margin-top: -5px;
}
.jj101001 .grad-btn3:hover span::before ,.jj101001 .grad-btn4:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.grad-btn3:hover{background-color: #979797;color:#ffffff;}
.grad-btn3::before {content: "すべて見る"}
.grad-item3 {position: relative;overflow: hidden;height: 0px;}
.grad-item3::before {display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 40px; background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);content: "";}
.grad-trigger3 {display: none; }
.grad-trigger3:checked ~ .grad-btn3::before {content: "閉じる"}
.grad-trigger3:checked ~ .grad-item3 {height: auto; }
.grad-trigger3:checked ~ .grad-item3::before {display: none;}
.grad-trigger3:checked ~ .grad-btn3 {bottom: -5em;}
.grad-btn3.m-margin{margin: 64px auto 0;}
.grad-trigger3:checked ~ .grad-btn3.m-margin {bottom: -10em;}
@media screen and (max-width: 640px){
  .grad-btn3.m-margin{margin: 35px auto 0;}
  .grad-trigger3:checked ~ .grad-btn3.m-margin {bottom: -6em;}
}
.grad-wrap33 label{display:block;}
.grad-wrap33 {position: relative;}
.grad-btn33 {border: 1px solid #bdbdbd;text-align:center;line-height:35px;margin:0 auto;width:180px;position: absolute;left: 0;right: 0;margin: 20px auto;padding:0 5px;}
.grad-btn33::before {content: "すべて見る"}
.grad-item33 {position: relative;overflow: hidden;height: 0px;}
.grad-item33::before {display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 40px; background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);content: "";}
.grad-trigger33 {display: none; }
.grad-trigger33:checked ~ .grad-btn3::before {content: "閉じる"}
.grad-trigger33:checked ~ .grad-item3 {height: auto; }
.grad-trigger33:checked ~ .grad-item3::before {display: none;}
.grad-trigger33:checked ~ .grad-btn3 {bottom: -5em;}

.grad-wrap4 label,.grad-wrap5 label,.grad-wrap6 label,.grad-wrap7 label{display:block;}
.grad-wrap4,.grad-wrap5,.grad-wrap6,.grad-wrap7 {position: relative;}
.grad-btn4 ,.grad-btn5,.grad-btn6,.grad-btn7{border: 1px solid #bdbdbd;text-align:center;line-height:35px;margin:0 auto;width:180px;position: absolute;left: 0;right: 0;margin: 10px auto;padding:0 5px;}
.grad-btn4{border: 1px solid #e2e2e2;}
.grad-btn4::before,.grad-btn5::before ,.grad-btn6::before ,.grad-btn7::before  {content: "すべて見る"}
.grad-item4,.grad-item5,.grad-item6,.grad-item7 {position: relative;overflow: hidden;height: 0px;}
.grad-item4::before,.grad-item5::before,.grad-item6::before,.grad-item7::before {display: block;position: absolute;bottom: 0;left: 0;width: 100%;content: "";}
.grad-trigger4,.grad-trigger5,.grad-trigger6,.grad-trigger7 {display: none;}
.grad-trigger4:checked ~ .grad-btn4::before ,.grad-trigger5:checked ~ .grad-btn5::before ,.grad-trigger6:checked ~ .grad-btn6::before ,.grad-trigger7:checked ~ .grad-btn7::before {content: "閉じる"}
.grad-trigger4:checked ~ .grad-item4,.grad-trigger5:checked ~ .grad-item5,.grad-trigger6:checked ~ .grad-item6,.grad-trigger7:checked ~ .grad-item7 {height: auto;}
.grad-trigger4:checked ~ .grad-item4::before,.grad-trigger5:checked ~ .grad-item5::before ,.grad-trigger6:checked ~ .grad-item6::before ,.grad-trigger7:checked ~ .grad-item7::before  {display: none;}
.grad-trigger4:checked ~ .grad-btn4,.grad-trigger5:checked ~ .grad-btn5,.grad-trigger6:checked ~ .grad-btn6,.grad-trigger7:checked ~ .grad-btn7 {bottom: -5em;}
.ac-gn-link{position:relative;}
.ac-gn-link a{color:#ffffff;}
.ac-gn-link .ac-gn-link-num span{font-size:1.7rem;display:block;padding:5px;}
.ac-gn-link img{width:25px;margin-bottom:5px;}
.recommend-wrap{margin-top:20px;}
.recommend-wrap h2{font-size:1.6rem;}
.btn_contact{background-color: #b8b69a;color:#303030;width:90px;}
.btn_contact_g{background-color: #bda565;color:#ffffff;width:90px;}
.btn_raiten{background-color: #7e7b75;color:#ffffff;width:90px;}
.btn_raiten:hover{background-color: #b8b1a3;color:#303030;}
.recommend-wrap .btn_contact_all{width:100%;}
.btn_contact_long{background-color: #b8b69a;color:#303030;}
.btn_gray{background-color: #afada8;color:#303030;}
.btn_details{background-color: #f3f2ee;color:#303030;width:90px;}
.btn_contact:hover,.btn_contact_long:hover{color:#ffffff;}
.btn_details:hover{background-color:#cdc9b8!important;}
.btn_contact:hover{background-color:#b8b69a!important;}
.btn_contact_g:hover{background-color:#cbb887!important;}
.sponly .btn_details{background-color: #ffffff;color:#303030;border: 1px solid #a0a0a0;width:120px;}
.sponly .btn_details img{width:15px;vertical-align:text-top;margin-left:3px;}
.sponly .btn_contact{width:120px;}
.sponly  .btn_contact:hover,.sponly .btn_details:hover{color:#ffffff;}
.recome-box{border: 1px solid #808080;padding:10px 10px 10px 10px;margin-top:10px;position:relative;}
.closebtn{position:absolute;top:10px;right:10px;}
.content2 .closebtn img{width:15px;}
.recome-box_check{height:20px;position:absolute; top: 7px;left:10px;}
.recome-box_img{width:48%;}
.recome-box_madori{width:25%;}
.recome-box_contents{width:50%;}
.checkall{width:210px;margin:10px auto 20px;}
.checkall label{padding-left:20px!important;}
.checkall input[type="checkbox"].ereac + label:before {
    left: 0;
    top: 2px;
}
.news-area{background-color: #ebebeb;padding:30px 0;}
.news-area .news_title{margin-right:30px;color:#808080;margin-bottom:5px;}
.search-menu{background-color: #ebebeb;padding:15px 5px 12px 5px;z-index:100;width: 100%;}
.search-menu img{margin:0 auto 5px;}
.horizontal_scroll {
 /*  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; */
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none; }
.horizontal_scroll::-webkit-scrollbar {display:none;}
.horizontal_scroll .item:hover,.horizontal_scroll .item a:hover{color:#808080;opacity: 1.0;cursor: pointer;cursor: hand;}
.recome-box h3{margin-left:20px;margin-bottom:10px;padding-right:20px;}
.search-areaxs h2:hover{background-color:#a0a0a0;}
.tab_wrap{width:100%; margin:0px auto;}
.tab_wrap input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0;}
.tab_area label{width:24%;  display:inline-block; padding:12px 0; color:#999; background:#ddd; text-align:center; font-size:13px; cursor:pointer; /* transition:ease 0.2s opacity; */}
/* .tab_area label:hover{opacity:0.5;} */
.panel_area{background:#fff;}
.tab_panel{width:100%; padding:0; display:none;}
.tab_panel {letter-spacing:1px; }

#tab1:checked ~ .tab_area .tab1_label{background:#ab8836; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#ab8836; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#ab8836; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#ab8836; color:#000;}
#tab4:checked ~ .panel_area #panel4{display:block;}
.search-head{background-color: #ab8836;color: #ffffff;width:285px;line-height:2.5;}
.search-contents{width:100%;margin-right:0px;}
.search-side{width:285px;}
@media print, screen and (max-width: 690px) {
  .search-side{display: none;}
}
@media screen and (max-width: 0em), screen and (min-width: 690px) {
  .show-for-690 {
    display: none !important;
  }
}
@media screen and (max-width: 690px) {
  .hide-for-small-690 {
    display: none !important;
  }
}
.search-wrap{margin-top:40px;}
.search-contentsbox{border: 1px solid #bdbdbd;padding:0;margin-bottom:10px;}
.search-box-main-img{width:45%;}
.search-box-main-img img{object-fit: cover;height:27vw;width: 100%;}
.search-box-main-contents{width:55%;}
.search-box-main-contents-address{width:100%;}
.search-box-main-contents-station{width:100%;}
.search-box-main-contents-year{width:100%;}

.search-box-sub{background-color: #dbdbdb;width:100%;margin-top:15px;}
.search-box-sub1{width:35%;}
.search-box-sub2{width:6%;}
@media print, screen and (min-width: 1200px) {
.search-box-sub2{padding-left:20px;width:8%;}
}
.search-box-sub3{width:12%}
.search-box-sub4{width:10%}
.search-box-sub5{width:14%}
.search-box-sub6{width:8%}
.search-box-sub7{width:5%}
.search-box-sub8{width:18%;padding-right: 10px;}
.xs_searchbox_btn{display:inline-block;background-color:#ffffff;border-radius:3px;padding:10px 25px;font-size:1.3rem;margin-bottom:40px;border: 1px solid #bdbdbd;position: relative;}
.xs_searchbox_btn:hover{background-color:#bdbdbd;color:#ffffff;border-radius:3px;padding:10px 25px;}
.xs_searchbox_btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #858585;
    border-right: 1px solid #858585;
    transform: rotate(45deg);
    margin-top: -5px;
}
.xs_searchbox_btn:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.search-box-sub10{width:9%}
@media print, screen and (max-width: 1200px) {
  .search-box-sub8{width:16%}
  .search-box-sub10{width:11%}
  .serch-chenge-box{margin-right:0;}
}
/* .search-box-sub9{width:10%} */
.search-box-sub-details{border-bottom:1px solid #bdbdbd; padding:8px 0;position:relative;}
.search-box-sub-details-new{position:absolute;right:0;top:0px;width:30px;}
.search-box-sub-details-new-ya{position:absolute;right:5px;
    top: 50%;
    /* left: 0%; */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);}
.search-box-sub-details-new-ya img{width:10px;}
.search-box-sub-details-check{position: absolute;left: 0;top: 0;bottom: 0;margin: auto;width: 25px;height: 100%;background-color: #ecebe9;}
.search-box-sub-details:last-child{border-bottom:none; }
.search-contentsbox-train img{width:25px;}
.search-box_xs_content{padding:10px 0;font-size:1.5rem;}
.add-btn:hover{background-color:#ffffff;color:#808080;
  cursor: pointer;}
.add-btn::before {
  content: url(/images/icon-heart-line-4a66845b70511d2b39ee9de944410779.svg);width:18px;margin-top:5px;
}

.add-btn-ck::before {
  content: url(/images/icon-heart-color-1dbba84817c4d25022ae0d6099f72005.svg);width:18px;margin-top:5px;
}
.add-btn-ck:hover::before {
  content: url(/images/icon-heart-color-1dbba84817c4d25022ae0d6099f72005.svg);width:18px;
}

.add-btn{display:inline-box;border-radius: 2px;border: 1px solid #a0a0a0;padding:3px;width:60px;height:35px;}
.details-wrap .add-btn{display:inline-box;border-radius: 2px;border: 1px solid #a0a0a0;padding:3px;width:160px;height:35px;}
.search-box-sub-details-img{padding-left:10px;margin-right:5px;}

.search-box-sub-details-img img{object-fit: cover;height:13vw;width: 100%;}
@media screen and (min-width:1400px) {
  .search-box-sub-details-img img{object-fit: cover;height:7vw;width: 100%;}
}
@media screen and (max-width:1400px) {
  .search-box-sub-details-img img{object-fit: cover;height:6vw;width: 100%;}
}
@media screen and (max-width:1000px) {
  .search-box-sub-details-img img{object-fit: cover;height:18vw;width: 100%;}
}
@media screen and (max-width:640px) {
  .search-box-sub-details-img img{object-fit: cover;height:18vw;width: 100%;}
}
@media screen and (max-width:480px) {
  .search-box-sub-details-img img{object-fit: cover;height:22vw;width: 100%;}
}
.add-btn img{width:15px;}
.search-box{background-color: #f7f4ed;width:285px;}
.search-box-title{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;
  border-left: solid 5px #bda567;/* 20210115 */
  margin-bottom:10px;
  font-weight:bold;
  margin-top:15px;
}
@media screen and (max-width: 640px){
  .search-box-title.m-margin-large{
    margin-top: 60px;
  }
}
.search-box{padding:3px 10px 160px;}
.search-box_btn{display:inline-block;border-radius: 3px;background-color: #ffffff;padding:5px 10px;}
.search-box_btn:hover{background-color: #b8b69a;}

.control-group{display:inline-block;vertical-align:top;}
.control {display: block;position: relative;padding-left: 25px;}
.serch-small{width:90px;}
.serch-madori{width:110px;}
.serch-kodawaril{width:132px;}
.serch-kodawarir{width:126px;}
.panorama-btn{display:inline-block;border:1px solid #3c592d;padding:2px 5px;color:#3c592d;}
.panorama-btn:hover{background-color:#3c592d;color:#ffffff;}
.serch-carl{width:112px;}
.serch-carr{width:149px;}
.serch-kitchienl{width:141px;}
.serch-kitchienr{width:119px;}
.search-train-info{background-color:#f7f8f6;border-top:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;padding:3px 4px;}
.search-train-info .search-contentsbox-train img{width:20px;}
.control input {position: absolute;z-index: -1;opacity: 0;}
.control  input{position:absolute;z-index:-1;opacity:0;}
.control input:checked ~ .control__indicator {background: #ffffff;}
.control__indicator{
  position:absolute;
  top:0px;
  left:0;
  height:20px;
  width:20px;
  background:#ffffff;border-radius: 3px;
}
.control input:checked ~ .control__indicator:after {display: block;}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #303030;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
    box-sizing:content-box;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.label-disabled{color:#e6e6e6;}
.area-wrap .control__indicator,.map-wrap .control__indicator,.map-contain .control__indicator{
  position:absolute;
  top:0px;
  left:0;
  height:20px;
  width:20px;
  background:#ffffff;border-radius: 3px;border:1px solid #ababab;
}
.jj401001 .control__indicator{top:7px;}
.conditions-wrap #accordion .area-wrap .control__indicator, .map-wrap .control__indicator,.map-contain .control__indicator {top: -2px;}
 #accordion .re-link{position:relative;}
 #accordion .re-link .re-link-title{position:absolute;top:5px;left:10px;z-index: 1000;}
.accordion .re-link  .link {
    height: 38px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.kara{line-height:25px;}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 110px;
  padding: 0 8px 0 8px;
  font-weight: 300;
  border:1px  solid #ababab;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  line-height: 2;
}
.jj301004 .custom-select-trigger {width: 150px;}
.reservation-back{display:inline-block;border:1px solid #808080;padding:5px 15px;text-align:center;border-radius:3px;margin-bottom:3px;}
.reservation-back:hover{border:1px solid #808080;background-color:#808080;color:#ffffff;}
.reservation-select .custom-select-trigger {width: 200px;text-align:left;}
.reservation-select .custom-option {text-align:left;}
.custom-select-s .custom-select-trigger {width: 70px;}
.kodawari-wrap .custom-select-trigger {width: 180px;}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px; height: 10px;
  top: 50%; right: 15px;
  margin-top: -3px;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    height:auto;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0px);overflow-y:scroll;
  }
.kodawari-wrap .custom-options {

    height:160px;

  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
   /*  .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    } */
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 10px;

      font-weight: 600;
      color: #b5b5b5;
      line-height: 2;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #303030;
      color:#ffffff;
    }
.xs_searchbox{width:100%;}
.xs_searchbox table,
.xs_searchbox th,
.xs_searchbox td{border:1px solid #a0a0a0;text-align:left;padding:5px 5px;}
.xs_searchbox th{background-color: #e6e8e1;}
.xs_searchbox a:hover{color:#000080;}
.search-side .grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
  border: 1px solid #bdbdbd;text-align:center;
  line-height:35px;
  margin:0 auto;
  width:180px;
  position: absolute;
     left: 0;
  right: 0;
  margin: auto;
  background-color:#ffffff;
  padding:0 5px;
}
.search-side .grad-btn:hover{opacity: 0.8;}
.search-side .grad-btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-top: -5px;
}
/* .search-side .grad-btn:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
} */
.search-side .grad-btn::before {
  content: "さらに条件を追加"
}
.search-side .grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.search-side .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.search-side .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.search-side .grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.search-side .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.search-side .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.search-side .grad-trigger:checked ~ .grad-btn {
    bottom: -3em;
}
.search-box{position:relative;}
.btn_serch{position:absolute;bottom:20px;/* left:35px; */width:180px;right:0;left:0;margin:auto;}
.btn_serch_hozon{position:absolute;bottom:70px;width:180px;right:0;left:0;margin:auto;background-color:#ffffff;color:#ab8836;border:1px solid #ab8836;}
.btn_serch_hozon span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ab8836;
    border-right: 1px solid #ab8836;
    transform: rotate(45deg);
    margin-top: -5px;
}
.btn_serch_ichiran span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -5px;
}
.btn_serch_hozon:hover,.btn_serch_ichiran:hover{opacity: 0.8;}
.btn_serch_hozon:hover{background-color: #ffffff;color:#ab8836;}
.btn_serch_ichiran:hover{background-color:#ab8836;color: #ffffff;}
/* .btn_serch_hozon:hover{color:#ffffff;background-color:#a0a0a0;} */
.btn_serch_ichiran{background-color:#ab8836;color: #ffffff;}
.serch-matomete{background-color:#e6e8e1;padding:20px 0;}
.serch-long-btn{display:inline-block;background-color:#bda565;padding:10px 10px;border-radius:3px;margin:5px;color:#ffffff;}
.serch-long-btn:hover{background-color:#c8b47d;}
.serch-long-btn-gold{display:inline-block;background-color:#b8b69a;padding:10px 10px;border-radius:3px;margin-right:5px;margin-left:5px;}
.serch-long-btn-raiten{display:inline-block;background-color:#d1cdc4;padding:10px 10px;border-radius:3px;margin-right:5px;margin-left:5px;}
.serch-long-btn-raiten:hover{color:#303030;background-color:#c1bcb0;}
.kankyo-box{border:1px solid #ebebeb;}
.kankyou-s li{border-top:1px solid #d0cebc;padding:5px 0;}
.kankyou-s li:first-of-type{border-top: none;}
.kankyou-s li:last-child{border-bottom:1px solid #d0cebc;}
.kankyou-s-img{width:40px;}
.kankyo-box-txt{padding:8px 5px;}
.pagenavi{margin:20px 0;}
.pagenavi a{display:inline-block;border:1px solid #ccd0c1;padding:5px 8px;margin:10px 5px;}
.pagenavi a:hover{background-color:#ccd0c1;color:#ffffff;}
.pagenavi a.current{background-color:#e6e8e1;}
.area-wrap table,.area-wrap th,.area-wrap td{border:1px solid #dcdcdc;padding:10px;}
.area-wrap table th{width:100px;background-color: #e6e8e1;}
.area-wraphead{margin-top:30px;margin-bottom:10px;}
.area-type{border-left:1px solid #dcdcdc;padding-left:10px;margin-left:10px;}
.kankyou-title{background-color: #e6e8e1;padding:10px;}
.kankyou-check{background-color: #f4f5f2;padding:10px;}
/* .kankyou-s-map{position:relative;border-bottom:1px solid #808080;line-height:40px;padding-bottom:5px;}
.kankyou-s-map img{position:absolute;width:10px;right:0;top:9px;}
.kankyou-s-map a:hover{color:#303033;}
.kankyou-s-map a{
  margin-left: 40px;
}
.kankyou-s-map a::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/icon_map-14-26d48a4627a1c0adaa35fc4983b3c367.svg);
  background-size: contain;
  background-repeat: no-repeat;
} */
/* 地図から見るnewスタイル */
.kankyou-s-map{
  width: 100%;
  border: 1px solid #b59745;
  margin-bottom: 12px;

}
.kankyou-s-map>a{
  display: inline-block;
  position: relative;
  color: #b59745;
  padding: 14px 0 16px 0;
  font-weight: bold;
}
.kankyou-s-map>a::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  /* position: absolute; */
  background-image: url(/images/icon_map-14-26d48a4627a1c0adaa35fc4983b3c367.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /* left: 10px;
  top: 10px; */
  vertical-align: bottom;
}
.kankyou-s-map>a::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b59745;
  border-right: 1px solid #b59745;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kankyou-check div{min-width:220px; height: 30px;}
.kankyou-check img{width:30px;}
.kankyou-check input[type="checkbox"].ereac + label {padding-left: 20px;}
.kankyou-check input[type="checkbox"].ereac + label:before {width: 12px;height: 12px;top: 4px;}
.kankyou-check input[type="checkbox"].ereac:checked + label:before {width: 7px;top: 0px;}
.wd100im{max-width:100%;}
 .accordion {
    width: 100%;
 }
.accordion table{margin-bottom:50px;}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 5px 10px 5px 10px;
    background-color: #e6e8e1;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom:20px;
}
.accordion .jj302003 .link {margin-bottom: 5px;}

.accordion li i {
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-minus,.accordion li i.fa-plus  {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion li.open i.fa-minus,.accordion li.open i.fa-plus  {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {display: none;}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;

    /* 20220128 仙田修正 start ---- */
    /* z-index: 9999; */
    z-index: 2000;
    /* 20220128 仙田修正 end ---- */

    text-align: center;
    padding: 0 auto;
    background-color: rgba(72, 72, 72, 0.8);

padding:15px 0;
}
.footer-txt ul li{margin-bottom:5px;}
.footer-txt ul li a{color: #808080;}
.footer-txt ul li a:hover{color: #6a6a6a;}
#footerFloatingMenu a{display:block;margin:0 auto;line-height:2.5;color:#303030;}
#footerFloatingMenu .footerFloatingMenucenter a{display:block;line-height:2.5;color:#303030;margin:0;}
.footer_choice{width:45%;border-radius: 2px;/* background-color: #e6e8e1; */}
.footer_choice.m-wh{background-color: #fff}
.footer_choice.m-blue{background-color: #1a83d3;}
.footer_serch{width:45%;border-radius: 2px;/* background-color: #afada8; */}
.footer_serch.m-wh{background-color: #fff;}
.footer_serch.m-blue{background-color: #1a83d3;}
.footer_serchwl{width:110px;border-radius: 2px;background-color: #e6e8e1;margin-right:8px!important;}
.footer_serchwr{width:110px;border-radius: 2px;background-color: #e6e8e1;margin-left:8px!important;}
.footer_serchlong{width:236px;border-radius: 2px;
background-color: #afada8;margin-top:8px!important;}
.conditions-wrap h2{margin:30px 0 10px 10px;}
.ggmap {position: relative;margin-top: 20px;margin-bottom: 10px;padding-bottom: 120%;padding-top: 30px;height: 0;overflow: hidden;}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
}
.map-h {
  position: relative;
  display: inline-block;background-color:#ffffff;
  /* min-width: 120px;
  max-width: 100%; */
}
.map-wrap-popn{background-color:#c0c0c0;padding-top:50px;}
.map-h:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}
.map-pop-wrap-img{width:20%;}
.map-pop-wrap-txt{width:70%;padding:0 20px;}
.map-pop-wrap-btn{width:20%}
.map-pop-btn{display:block;background-color:#e6e8e1;padding:10px 15px;border-radius:3px;}
.map-pop-btn:hover{background-color:#a4ab92;}
.map-pop-wrap{border:1px solid #808080;padding:10px;}
.map-wrap{margin-top:30px;}
.map-contain{margin-top:30px;}
.grad-wrap-map {position: relative;margin-top:10px;}
.grad-btn-map {text-align:center;line-height:35px;width:280px;position: absolute;right: 51%;border:1px solid #1a83d3;color:#1a83d3;}
.grad-btn-map:hover{opacity: 0.8;}
.map-c-btn{width:280px;display:inline-block;background-color: #1a83d3;position: absolute;left: 51%;line-height:35px;margin: 5px 0;color: #fff;box-sizing: border-box;border: 1px solid #1a83d3;}
.map-c-btn:hover{opacity: 0.8;}
.grad-btn-map::before {content: "さらに条件を設定する"}
.grad-item-map {position: relative;overflow: hidden;height: 0px;}
.grad-item-map::before {display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 40px;background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);content: "";}
.grad-trigger-map {display: none;}
.grad-trigger-map:checked ~ .grad-btn-map::before {content: "閉じる" }
.grad-trigger-map:checked ~ .grad-item-map {height: auto;}
.grad-trigger-map:checked ~ .grad-item-map::before {display: none;}
.grad-trigger-map:checked ~ .grad-btn-map {bottom: -3em;}
.grad-trigger-map:checked ~ .map-c-btn {bottom: -3em;}
.grad-item-map table td{padding-bottom:10px;}
.kodawari-wrap{padding-top:30px;}
.kodawari-wrap-box{width:100%;position:relative;padding-bottom:50px;height: 200px;}
@media screen and (max-width: 640px){
  .kodawari-wrap-box{height: 210px;}
  .kodawari-wrap-box.m-01{height: 175px;}
}
.kodawari-wrap-box{border: 1px solid #e6e8e1;border-top:none;}
.kodawari-wrap-box-title{text-align:center;line-height:2.5;background-color: #e6e8e1;margin-bottom:24px;}
@media screen and (max-width: 640px){
  .kodawari-wrap-box-title{margin-bottom:20px;}
  .kodawari-wrap-box-title.m-01{margin-bottom:5px;}
}
.tdbox{width:90%;margin:0 auto;}
.tdbox input[type="text"]{margin-top:15px;margin-bottom:10px;}
.tdbox select{width:100%;}
.tdbox_arrow{width:30px;margin:12px auto;}
.map-wrap table{width:100%;border:1px solid #c0c0c0;margin-top:10px;}
.map-wrap table th{background-color:#e6e8e1;line-height:2.5;text-align:center;border:1px solid #c0c0c0;}
.map-wrap table td{line-height:2.5;text-align:center;border:1px solid #c0c0c0;vertical-align:middle;line-height:20px;}
.map-contain table th,.map-contain table td{padding-top:5px;padding-bottom:5px;}
.map-contain table th{padding-right:10px;}
.kodawari-wrap table,.kodawari-wrap table th,.kodawari-wrap table td{border: 1px solid #e6e8e1;}
.kodawari-wrap table th{background-color: #e6e8e1;line-height:2.5;}
.kodawari-wrap table td{padding:5px;}
.school_table td{padding:10px 5px!important;}
.Mymenu {display:none;}
.modaal-close{width:50px!important;}
.details-wrap table th{width:60px;text-align:left;padding-right:10px;}
.details-wrap table th div{background-color: #e6e8e1;padding: 5px 3px;white-space: nowrap;}
.details-wrap table td{padding-top:5px;padding-right:10px;}
table.separate_table {border-collapse: separate;
border-spacing: 0px 10px;}
table.detailstable,table.detailstable th,table.detailstable td{border: 1px solid #bdbdbd;}

table.detailstable th{width:110px;background-color: #e6e8e1;padding:8px 10px;}
table.detailstable td{padding:8px 10px;text-align:left;}
.reservation3 table.detailstable th{width:120px;background-color: #ffffff;padding:8px 10px;font-weight:bold;border-left:0;border-right:0;}
.reservation3 table.detailstable,table.detailstable td{border: 1px solid #bdbdbd;border-left:0;border-right:0;}
.details-wrap{padding-top:30px;}
.kaiintouroku{padding-top:30px;}
.kaiinn-email{border-radius: 2px;background-color: #f4f4f4;padding:30px 10px;}
.yubin-btn{inline-display:block;background-color:#e6e8e1;padding:8px 10px;border-radius:3px;}
.yubin-btn:hover{background-color:#bfc5b1;}
.logn-wrap:nth-child(1){margin-right:10px;}
.logn-wrap:nth-child(2){margin-left:10px;}
.prev{position:absolute;
top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);background-color: rgba(255, 255, 255, 0.7);z-index:998;padding: 20px 5px;}
.next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    padding: 20px 5px;
}
.next img,.prev img{width:10px;height:auto;}
.slick-slide img{width:100%;}
.ditails-price{font-size:2rem;font-weight:bold;}
.slick-counter{position:absolute;bottom:0;background-color: #50504e;color:#ffffff;padding:2px 5px;}
.slider .slide-text p {
  font-size: 1.4rem;
  width: 100%;
  padding-left: 2em;
}
.slick-counter2 {
  color:#000;
  float: right;
}
.login input[type="checkbox"]{display:block;margin-right:5px;}
.login label{padding-left:5px;}
.login_auto{width:180px;margin:10px auto;}
.login .btn_contact_long{width:180px;margin:0 auto;}
.login h3{margin-bottom:10px;}
.login h2{margin-bottom:0px;}
.btn-white{display:block;color:#ffffff;border:1px solid #ffffff;line-height:40px;text-align:center;}
.btn-border-black{display:inline-block;color:#303030;border:1px solid #303030;line-height:40px;text-align:center;padding:0 10px;}
.btn-border-black:hover{opacity: 0.8; color: #303030;}
.jj101001 .btn-border-black{display:inline-block;color:#303030;border:1px solid #e2e2e2;line-height:40px;text-align:center;padding:0 10px;}
.jj101001 .btn-border-black:hover{background-color:#979797;color:#ffffff;}
@media print, screen and (max-width: 981px) {
  .top-home .recome-area h2 {margin-top: 30px;}
  .search-box-sub-details .sponly {padding-left: 5px;}
  .search-areaxs h2{font-size: 1.5rem;line-height: 2;}
  .border-none-bottom_md{border-bottom:none;}
  .padmd20{padding:0 20px;}
  .bordernonemd{border:none;}
  .reservation h2{background-color: #e6e8e1;padding-left:20px;line-height:3.5rem}
  .flex_wrapmd{flex-wrap: wrap;}
  .recome-area_box{margin-bottom:30px;width:30%;}
  .gnavi{width:0%;margin:0 0 0 auto;position:relative;}
  /* .gnavi li:nth-child(1){position:absolute;left:-80px;}
  .gnavi li:nth-child(9){position:absolute;right:0;width:130px;top:20px;}
  .gnavi li:nth-child(2){display:none;}
  .gnavi li:nth-child(3){display:none;}
  .gnavi li:nth-child(4){display:none;}
  .gnavi li:nth-child(5){display:none;}
  .gnavi li:nth-child(6){display:none;}
  .gnavi li:nth-child(7){display:none;}
  .gnavi li:nth-child(8){display:none;} */
  .gnavi_right .gnavi li:nth-child(3) {position: absolute;right: 0;width: 130px;top: 20px;}
  .header {height: 50px!important;z-index: 10;}
  .sidebarIconToggle {transition: all 0.3s;box-sizing: border-box;cursor: pointer;position: absolute;z-index: 99;height: 100%;width: 100%;top: 15px;left: 10px;height: 22px;width: 22px;}
  .logo {width: 160px;margin: 0px auto;}
  .logo img{width: 110px;margin-top:5px;}
  .sidebarMenuInner li a{font-size:1.4rem;}h
  .search-menu ul{width:100%;margin:auto auto;list-style-type: none;}
  .columnmd{flex-direction: column;}
  .search-box_xs_content{/* background-color: #e6e8e1; */padding:5px 8px;font-size:1.2rem;}
  /* .search-contents_wrap{background-color: #e6e8e1;} */
  /* .search-box-sub-details .sponly{padding-left:20px;} */
  .align-md-stretch{align-items:stretch;}
  .wd33md{width:33%;}
  .wd80md{width:80%;}
}
@media print, screen and (max-width: 1200px) {
  .header {height: 50px!important;}
  .gnavi{width:0%;}
  .ac-gn-link{position:relative;}
  .ac-gn-link-num{position:absolute;top:10px;right:8px;height:15px;color:#000000;background-color:#ffffff;width:15px;border-radius:50%;line-height:15px;text-align:center;}
  .ac-gn-link .ac-gn-link-num span {color:#000000;font-size:1rem;padding:0;}
  .gnavi_left li:nth-child(1){display:none;}
  .gnavi_right li:nth-child(3){position:absolute;right:0;width:130px;top:20px;}
  .gnavi_left li:nth-child(2){display:none;}
  .gnavi_left li:nth-child(3){display:none;}
  .gnavi_left li:nth-child(4){display:none;}
  .gnavi_left li:nth-child(5){display:none;}
  .gnavi_left li:nth-child(6){display:none;}
  .gnavi_left li:nth-child(7){position:absolute;right:40px;width:40px;top:20px;}
  .gnavi_left li:nth-child(7) span{position:absolute;right:40px;width:20px;top:20px;}
  .gnavi_right li:nth-child(2){position:absolute;right:5px;width:70px;top:5px;}
  /* .gnavi_right li:nth-child(2) span{position:absolute;right:10px;top:10px;} */
  .gnavi_right li:nth-child(1) {position:absolute;right:90px;top:5px;font-size: 1rem;width: 70px;color: #ffffff;}
  .gnavi_right li:nth-child(1) img {display:block;}
  .gnavi_right li:nth-child(2) {font-size: 1rem;width: 70px;color: #ffffff;}
  .gnavi_right li:nth-child(3) {
    display:none;
  }
  .gnavi_right li:nth-child(4) {
    display:none;
  }
  .columnflex{flex-direction: column;}
  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 15px;
    left: 15px;
    height: 22px;
    width: 22px;
  }
  .logo {
      width: 100%;
      margin: 0px 20px 8px;
  }
}
@media print, screen and (max-width: 1300px) {
  .maxwid98xs{max-width:98%;}
  .wd100md{width:100%;}
}
@media print, screen and (min-width: 1300px) {
  .maxwid98xs{max-width:98%;}
}
input[type="text"].short50{width:50%;}
.jj302006 .prev {background-color: transparent;left:-20px;}
.jj302006 .next {background-color: transparent;right:-20px;}
.slider_img img {
     /* height: 31vw; */
  max-height: 350px;
  max-width: 100%;
  width:auto;
  margin: auto;
}
.thumbnail_img img{ height: 6vw;width:auto;margin:0 auto;}
.details-wrap .slider_img {
    display: none;
    float: left;
    height: 100%;
    min-height: 340px;
    height: 23vw;
    display: flex!important;justify-content: center;align-items: center;
}
@media screen and (max-width: 981px) {
  .details-wrap .slider_img {min-height: 300px;height: 23vw;}
}
@media screen and (max-width: 881px) {
  .details-wrap .slider_img {min-height: 190px;height: 31vw;}
  .slider_img img {
    max-height: 220px;
    max-width: 100%;
    width: auto;
    margin: auto;max-height: 300px;
}
}
.jj101001 .recome-area_box img{object-fit: cover;height: 26vw;}
.jj101001 .saw-box_img img{object-fit: cover;height: 15vw;}
.jj101003 .recome-area_box img{object-fit: cover;height: 26vw;}
.jj202001 .saw-box_img img{object-fit: cover;height: 15vw;}
.jj202001 .recome-box_img img{object-fit: cover;height: 13vw;}
.jj301001 .search-box-main-img img{object-fit: cover;height: 13vw;}
/*.jj301002 .recome-area_box img{object-fit: cover;height: 21vw;}*/
.jj301002 .kankyo-box img{object-fit: cover;height: 100%;}
.jj301002 .saw-box_img img{object-fit: cover;height: 12vw;}
.jj301003 .recome-area_box img{object-fit: cover;height: 26vw;}
@media screen and (min-width: 641px) and (max-width: 690px) {
  .jj301001 .search-box-main-img img {
      object-fit: cover;
      height: 26vw;
  }
}
.jj301004 .recome-area_box img{object-fit: cover;height: 26vw;}
.jj302005 .map-pop-wrap-img img{object-fit: cover;height: 7.5vw;}
.jj302006 .saw-box_img img{object-fit: cover;height: 15vw;}

.kankyo-box-wrap {
  position: relative;
  width: 100%;
}
.kankyo-box-wrap:before {
  content:"";
  display: block;
  padding-top: 68%;
}
.kankyo-box-wrap-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .slider_img img {
      /*  height: 71vw; */
    /* max-height: 400px; */max-height: 230px;
  }
  .details-wrap .slider_img {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    height: 64vw;
    display: flex!important;
    justify-content: center;align-items: center;
}
  .thumbnail_img img{ height: 17vw;width:auto;margin:0 auto;}
  .search-wrap .btn_details{width:100px;font-size:1.2rem;}
  .search-wrap .btn_contact{width:90px;font-size:1.2rem;}
  .search-wrap .btn_raiten{width:90px;font-size:1.2rem;}

   .details-wrap .details_top .add-btn {width:80px;}
  .search-wrap-head h2{font-size:1.4rem;margin-bottom:5px;}
  .c_xs{text-align:center;}
  body {font-size:1.3rem;}
  .xs_wd100p{width:100px;}
/* 	.row {
      margin-right: 16px;
      margin-left: 16px;
  } */
  .mbxs10{margin-bottom:10px;}
    .pic-box{
    border-left: none;
    border-right: none;
    width:100%;
    padding:10px 10px;
  }
  .border-b-nonexs{border-bottom:none;}
  .mt30xs{margin-top:30px;}
  .mr0xs{margin-right:0;}
  .ml0xs{margin-left:0;}

  .mr10xs{margin-right:10px;}
  .ml10xs{margin-left:10px;}
  .mr5xs{margin-right:5px;}
  .ml5xs{margin-left:5px;}
  .mr8xs{margin-right:8px;}
  .ml8xs{margin-left:8px;}
  .pdr0xs{padding-right:0;}
  .pdl0xs{padding-left:0;}
  .wd100xs{max-width:100%;width:100%;}
  .wd50xs{width:50%;}
  .tleftxs{text-align:left;}
  .pic-box-img{width:15%;padding-left:16px;}
  .pic-box-img img{height:40px;}
  .pic-box-txt{width:75%;}
  .pic-box-arrow{width:10%;}
  .recome-area_box{margin-bottom:30px;width:48%;}
  .jj101001 .recome-area_box img{object-fit: cover;height: 40vw;}
  .jj101001 .saw-box_img img{object-fit: cover;height: 25vw;}
  .jj101003 .recome-area_box img{object-fit: cover;height: 44vw;}
  .jj202001 .saw-box_img img{object-fit: cover;height: 25vw;}
  .jj202001 .recome-box_img img{object-fit: cover;height: 32vw;}
  .jj301001 .search-box-main-img img{object-fit: cover;height: 26vw;}
  .jj301002 .recome-area_box img{object-fit: cover;height: 42vw;}
  .jj301002 .saw-box_img img{object-fit: cover;height: 21vw;}
  .jj301003 .recome-area_box img{object-fit: cover;height: 44vw;}
  .jj301004 .recome-area_box img{object-fit: cover;height: 44vw;}
  .jj302005 .map-pop-wrap-img img{object-fit: cover;height: 20vw;}
  .jj302006 .saw-box_img img{object-fit: cover;height: 31vw;}
  .saw-box{border-top:1px solid #e2e2e2;display:flex;padding:10px 16px;}
  .map-h .saw-box{border-bottom:1px solid #a0a0a0;display:flex;padding:10px 16px;}
  .map-h .saw-box{border-top:none;display:flex;padding:10px 16px;}
  .saw-box_content{width:65%;padding-left:10px;}
  .saw-box_img{width:35%;}
  .jj302006 .saw-box_img{width:100%;}
  .jj302006 .saw-box_content{width:100%;padding-left:0px;}
  .jj302006 .saw-box-titile{margin-top:5px;margin-bottom:5px;font-size:1.3rem;}
  .saw-box-titile{margin-top:0px;margin-bottom:5px;}
  .pet-new-box{padding:0 3px;}
  .columnxs{flex-direction: column;}
  .flex-wrap_box{border-top:1px solid #a0a0a0;width:100%;padding-top:20px;margin-bottom:10px;}
  .footer-logo {
    width: 168px;
    margin: 0 auto 40px;
  }
  .flex-wrap_box ul{margin-left:10px;}

  .xs_rent{border-bottom:1px solid #e2e2e2;padding:10px 5px 10px 20px;}
  .xs_rent a{margin-right:30px;display:inline-block;width:110px;}
    .accordion th,
    .accordion td {
      border-bottom: none;
      display: block;
      width: 100%!important;
    }
    .conditions_xs_boxl{border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc;padding-left:10px;
    padding-bottom: 5px;
    padding-top: 3px;}
    .conditions_xs_boxr{border-bottom:1px solid #dcdcdc;padding-left:8px;padding-bottom: 5px;padding-top: 3px;}
    .tourokuform .conditions_xs_boxr{border-bottom:none;padding-left:0px;padding-bottom: 5px;padding-top: 3px;}
    .conditions-wrap .accordion .link {margin-bottom:2px;}
    .conditions-wrap h2{margin:30px 0 10px 10px;}
    .mtxs20{margin-top:20px;}
    .mtxs10{margin-top:10px;}
    .mtxs0{margin-top:0;}
    .mbxs5{margin-bottom:5px;}
    .padtxs0{padding-top:0;}
}
@media screen and (max-width:480px) {
  .wd50xxs{width:50%;}
}
.month_select{width:65px;}
.year_select{width:85px;}
.tourokuform p{padding:0;}
.tourokuform .submenu{padding:5px 10px;}
.tourokuform .month_select .custom-select-trigger {width: 60px;}
.tourokuform .year_select .custom-select-trigger {width: 80px;}
.tourokuform input[type="text"], .tourokuform input[type="email"] {
    width: 50%;
    height: 30px;
    margin: 2px 0 2px 0;
    padding: 5px 7px;
    border: 1px solid #cacaca;
    font-size: 1.4rem;
    background: #fff;
    outline: 0;
}
.tourokuform textarea {
    border: 1px solid #cacaca;
    background: #fff;
    outline: 0;
}
input[type="text"].long, .tourokuform input[type="email"].long {
    width: 100%;
}
input[type="text"].mid, .tourokuform input[type="password"].mid {
    width: 250px;
}
.kaiintouroku .control__indicator{
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ababab;
}
.reservation-house-img img{width:50px;}
.reservation3 input[type="email"]{width:100%;}
.tourokuform input[type="text"].short{width:48%;}
.tourokuform input[type=tel],.tourokuform input[type=password] {
    width: 100%;
    padding: 5px 7px;margin: 2px 0 2px 0;
    font-size: 1.4rem;
    border: 1px solid #cacaca;
}
.reservation3 input[type="text"],.reservation3 input[type=tel]{width:80%;}
.reservation input[type="checkbox"].ereac + label {
    padding-left: 20px;
    margin-bottom: 20px;
}
.reservation input[type="checkbox"].ereac + label:before {
    top: 1px;
}
.white_s_btn{display:inline-block;border:1px solid #6d6d6d;padding:5px 8px;border-radius:4px;}
.white_s_btn:hover{border:1px solid #898989;padding:5px 8px;border-radius:4px;color:#898989;}
.white_s_btn img{width:6px;margin-top:3px;}
@media print, screen and (min-width: 641px) {
  .mrmlauto_md{margin-right:auto;margin-left:auto;}
}
input[type="text"].short2 {
  width: 100px;
}
input[type="tel"].short2 {
  width: 100px;
}
 input[type="tel"]#CORP_YUBIN1  {
  width: 83px;
}
.infobox4{line-height:20px;border-bottom:dotted 1px #c0c0c0;padding-bottom:10px;padding-top:5px;}
.news-l-txt{height:50px;}
.news-l-img{padding-right:20px;width:170px;}
.infobox4 img{margin-bottom:10px;margin-top:10px;}
.infobox4 img{object-fit: cover;height:6vw;width: 100%;}
@media print, screen and (max-width: 1400px) {
  .infobox4 img{object-fit: cover;height:8vw;}
}
@media print, screen and (max-width: 1200px) {
  .infobox4 img{object-fit: cover;height:9vw;}
  .jj201003 input[type="text"].short{width:48%;}
}
@media print, screen and (max-width: 1000px) {
  .infobox4 img{object-fit: cover;height:12vw;}
}
@media print, screen and (max-width: 640px) {
  .infobox4 img{object-fit: cover;height:18vw;}
   input[type="tel"]#CORP_YUBIN1  {width: 85px;}
}
@media print, screen and (max-width: 480px) {
  .infobox4 img{object-fit: cover;height:23vw;}
}
.infobox4 a:hover{color:#808080;}
.news-list h2 span{font-size:1.5rem;margin-left:10px;}
.news_wrap{margin-top:30px;}
/* .news-l-txt a{line-height:35px;} */
.news-l-date,.news-l-link{line-height:25px;}
#pagenavi a{display:inline-block;border:1px solid #eeeeee;padding:5px 10px;margin:0 5px;}
#pagenavi a:hover{color:#808080;}
#pagenavi .current{display:inline-block;border:1px solid #eeeeee;padding:5px 10px;background-color:#e6e8e1;}
.details-map-p-titile img{width:10px;}
.details-map-wrap{position:relative;}
.details-map-p-titile{background-color:#000000;color:#ffffff;padding:20px;width:100%;}
.details-map-pbottom{background-color:#ffffff;bottom:0;height:40px;margin-bottom: 40px;}
.details-map-pbottom ul li{padding:0 8px;position:relative;display: inline-block;padding-left:33px;border-right:1px solid #b8b69a;border-bottom:1px solid #b8b69a;height:60px;line-height:60px;z-index:9999;}
.details-map-pbottom ul li:last-child{border-right:none;}
.details-map-pbottom ul li a{line-height:40px;}
.details-map-pbottom ul li a:hover{color:#303030;}
.details-map-pbottom ul li:active{background-color:#e6e8e1;}
.details-map-pbottom ul li:hover{background-color:#e6e8e1;}
.details-map-pbottom ul li:visited{background-color:#e6e8e1;}
.details-map-pbottom ul{margin:auto;height:60px;overflow-x: auto;white-space: nowrap;}
.details-map-pbottom img{margin-left:8px;width:20px;}
.map-pop-m{background-color:#e6e8e1;padding:0 5px;margin-right:5px;}
.map-pop-m-w{margin-top:10px;margin-left:20px;}
.map-pop-m-btn{
  display:inline-block;
  padding:10px 30px 10px 50px;
  margin-top:30px;
  font-size:1.4rem;
  margin-bottom:20px;
  border-radius:3px;
  color:#db7e1a;
  border:1px solid #db7e1a;
  background-image: url(/images/icon_mail_o-f70de9c93801099f133240095c7e1012.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top 50% left 15px;
}
.map-pop-m-btn:hover{color:#fff;background-color:#db7e1a;background-image: url(/images/icon_mail-wh-a85a95b8e3166954b17bcfe3ea7587d8.svg);}
/* .map-pop-m-btn img{position:absolute;width:25px;margin-right:3px;top:20px;left:15px;} */
.map-pop-m-btn span.font-s{font-size: 1.1rem;}
.details-map-pbottom ul img{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#map {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

#map .inner {
  position: relative;
  height: 450px;
  padding-top: 56.25%;
  overflow: hidden;
}

#map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {

  #map .inner {
    padding-top: 75%;
  }

}

@media (max-width: 600px) {

  #map .inner {
    padding-top: 100%;
  }

}
input[type="checkbox"].a1{background: url(/images/icon_syumi-1_off-c4130f9ede748ad82f39018b9e16c2d3.svg) left top;}
input[type="checkbox"].a1:checked::before {background: url(/images/icon_syumi-1_on-41a23cdf197ccffb44420c775c9c50e2.svg) left bottom;}
input[type="checkbox"].a2{background: url(/images/icon_syumi-2_off-0446b6b62d180cdabedfc3d74ade5410.svg) left top;}
input[type="checkbox"].a2:checked::before {background: url(/images/icon_syumi-2_on-7e922ecd74341dba0069d17556e28f19.svg) left bottom;}
input[type="checkbox"].a3{background: url(/images/icon_syumi-3_off-0279c3df4c059c75697257b78e435a8c.svg) left top;}
input[type="checkbox"].a3:checked::before {background: url(/images/icon_syumi-3_on-672e99f5514dbb9355919b313d3071d8.svg) left bottom;}
input[type="checkbox"].a4{background: url(/images/icon_syumi-4_off-4a3dc24de4cab14b9671835fae6a685c.svg) left top;}
input[type="checkbox"].a4:checked::before {background: url(/images/icon_syumi-4_on-7459fb381d51702f961f471a8ece7abb.svg) left bottom;}
input[type="checkbox"].a5{background: url(/images/icon_syumi-5_off-24e3702d3a18e86d11224a529d2c8201.svg) left top;}
input[type="checkbox"].a5:checked::before {background: url(/images/icon_syumi-5_on-dd7306a23e164b4821eb3e495a6dd8ef.svg) left bottom;}
input[type="checkbox"].a6{background: url(/images/icon_syumi-6_off-7eeb2441876901f42e029b316e5edd3a.svg) left top;}
input[type="checkbox"].a6:checked::before {background: url(/images/icon_syumi-6_on-ce9b42e794be8bc7b3b4a6a99edc0d16.svg) left bottom;}
input[type="checkbox"].a7{background: url(/images/icon_syumi-7_off-ee8967a219df3772cfc724e327bb5012.svg) left top;}
input[type="checkbox"].a7:checked::before {background: url(/images/icon_syumi-7_on-2273ed7ff17814482a630d0fb15a52e6.svg) left bottom;}
input[type="checkbox"].a8{background: url(/images/icon_syumi-8_off-ff2dc162ed65c9d8f173551d205d32df.svg) left top;}
input[type="checkbox"].a8:checked::before {background: url(/images/icon_syumi-8_on-c20dfb453275d678dc8366928dcf1b11.svg) left bottom;}
input[type="checkbox"].a9{background: url(/images/icon_syumi-9_off-2bde1fe64ea0d7acbc7ae1d6dcc349c8.svg) left top;}
input[type="checkbox"].a9:checked::before {background: url(/images/icon_syumi-9_on-2867f07ccba69ce78a2ea9abda87de3b.svg) left bottom;}
input[type="checkbox"].a10{background: url(/images/icon_syumi-10_off-357aaf1ff8379b82ec4802d7acbcf178.svg) left top;}
input[type="checkbox"].a10:checked::before {background: url(/images/icon_syumi-10_on-c6574e785a6c2b7d65961b9de5ee0aae.svg) left bottom;}
input[type="checkbox"].a11{background: url(/images/icon_syumi-11_off-c0ba53e8226e65b4100171786c012c8a.svg) left top;}
input[type="checkbox"].a11:checked::before {background: url(/images/icon_syumi-11_on-d4408fcfca10710c1667ec4875944ae6.svg) left bottom;}
input[type="checkbox"].a12{background: url(/images/icon_syumi-12_off-eb098d1048fc3a521ab2b463738562b6.svg) left top;}
input[type="checkbox"].a12:checked::before {background: url(/images/icon_syumi-12_on-33b00ca070554874038e21b0e64fbb61.svg) left bottom;}
input[type="checkbox"].a13{background: url(/images/icon_syumi-13_off-b3c2425dfde06ca94d2c39b117250cd5.svg) left top;}
input[type="checkbox"].a13:checked::before {background: url(/images/icon_syumi-13_on-b6233c60314d3031d2364a220795cc05.svg) left bottom;}
input[type="checkbox"].a14{background: url(/images/icon_syumi-14_off-bb914689d59e7716950abbf354d363cc.svg) left top;}
input[type="checkbox"].a14:checked::before {background: url(/images/icon_syumi-14_on-6c35548ef581cfa1682d8f613571cd3e.svg) left bottom;}
input[type="checkbox"].a15{background: url(/images/icon_syumi-15_off-3367d247ae3cb18000c1a8324d6ce64b.svg) left top;}
input[type="checkbox"].a15:checked::before {background: url(/images/icon_syumi-15_on-a8051184380a7add9d6e6cb43d1f958e.svg) left bottom;}
input[type="checkbox"].a16{background: url(/images/icon_syumi-16_off-4aa02042b1d5172064c7a3c3c2f85aa0.svg) left top;}
input[type="checkbox"].a16:checked::before {background: url(/images/icon_syumi-16_on-84b691dd1b1f542b40f97b0a7d6f86fb.svg) left bottom;}
input[type="checkbox"].a17{background: url(/images/icon_syumi-17_off-2ac4a03cb25c02eea7e5e05358827607.svg) left top;}
input[type="checkbox"].a17:checked::before {background: url(/images/icon_syumi-17_on-dbb56603845b092085a4ef1397b35e8a.svg) left bottom;}
input[type="checkbox"].a18{background: url(/images/icon_syumi-18_off-36e079bcea82ed440ed0b72ec38ea56b.svg) left top;}
input[type="checkbox"].a18:checked::before {background: url(/images/icon_syumi-18_on-f7eff8c90959efd367c18b46748e69a3.svg) left bottom;}
input[type="checkbox"].a19{background: url(/images/icon_syumi-19_off-7e8274f96cc86141abcc130d58f71c27.svg) left top;}
input[type="checkbox"].a19:checked::before {background: url(/images/icon_syumi-19_on-81358a8dae3d415c3e32705da296d9d3.svg) left bottom;}
input[type="checkbox"].a20{background: url(/images/icon_syumi-20_off-80ff6174b7914becaf0a1a430c17f978.svg) left top;}
input[type="checkbox"].a20:checked::before {background: url(/images/icon_syumi-20_on-cb16cec728aa817f503824c082406643.svg) left bottom;}
input[type="checkbox"].a21{background: url(/images/icon_syumi-21_off-ea817685ca83471432357c1852b2e16e.svg) left top;}
input[type="checkbox"].a21:checked::before {background: url(/images/icon_syumi-21_on-c3825174c73282abffa4ce1543f3b53d.svg) left bottom;}
input[type="checkbox"].a22{background: url(/images/icon_syumi-22_off-8aca1c9a1ff1c0162adc1dad98dc2a2d.svg) left top;}
input[type="checkbox"].a22:checked::before {background: url(/images/icon_syumi-22_on-e7294fddc340cf122a65293db0565e5f.svg) left bottom;}
input[type="checkbox"].a23{background: url(/images/icon_syumi-23_off-e61e96d1229a1ae7cd610e60d284089e.svg) left top;}
input[type="checkbox"].a23:checked::before {background: url(/images/icon_syumi-23_on-75b72111cf5d1627f92ee9bc9c1409ff.svg) left bottom;}
input[type="checkbox"].a24{background: url(/images/icon_syumi-24_off-cb2ace0df182d39e29e41f667bec0e41.svg) left top;}
input[type="checkbox"].a24:checked::before {background: url(/images/icon_syumi-24_on-e7751df08d0a488a415a838f64f3e77d.svg) left bottom;}
input[type="checkbox"].a25{background: url(/images/icon_syumi-25_off-f8f892c0b0ec94688fa1f72acb0448c6.svg) left top;}
input[type="checkbox"].a25:checked::before {background: url(/images/icon_syumi-25_on-777006220d854e7c526cec942f9101e3.svg) left bottom;}
input[type="checkbox"].a26{background: url(/images/icon_syumi-26_off-a188ee0a87605bcf9f768e0b713f4ba2.svg) left top;}
input[type="checkbox"].a26:checked::before {background: url(/images/icon_syumi-26_on-851c6f105835092e061a26cb4a475c2d.svg) left bottom;}
input[type="checkbox"].a27{background: url(/images/icon_syumi-27_off-4d3242374c9e46e285838668074f36f0.svg) left top;}
input[type="checkbox"].a27:checked::before {background: url(/images/icon_syumi-27_on-19e9bd92b06e136fabb3a5a365ace8eb.svg) left bottom;}
.merit-btn{display:inline-block;background-color:#b8b69a;padding:15px 60px;font-size:2rem;font-weight:bold;line-height: 1.1;}
.merit-btn:hover{background-color:#a6a380;color:#303030;}
.merit-btn span{font-weight:400;font-size:1.2rem;}
.merit-serch{width:20px;margin-top:0px;margin-right:3px;}
.merit-serch-arrow{width:8px;margin-top:7px;margin-left:5px;}
.q-box{width:19%;margin-bottom:20px;}
.question  input[type="checkbox"]{
    -webkit-appearance: none;

    appearance: none;
    border: 1px solid #ffffff;

    position: relative;
    width: 92px;
    height:92px;
    vertical-align: middle;background-repeat: no-repeat;
  display:block;
    margin: 0 auto;
}
.question  input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;background-repeat: no-repeat;
    width: 92px;
    height:92px;
    margin: 0 auto;
}
.question label input {
    position: absolute;
    z-index: 999;
    opacity:1;
}
.inside-tel{margin:30px auto;}
.inside-tel .arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.inside-tel .arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #303030;
  border-right: solid 1px #303030;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.search-name-bukken-btn {
    background-color: #432d09;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 3px;
}
.search-name-bukken-btn:hover{
  opacity: 0.8;
}
.search-name-bukken input[type="text"]{border: 1px solid #d9d9d9;margin-left:20px;}
.search-name-bukken input[type="text"]::placeholder{color: #c0c0c0;}

@media print, screen and (max-width: 981px) {
  .search-areaxs h2{padding-top: 10px!important;font-size: 1.4rem;}
  .search-name-bukken h2{font-size: 1.5rem;line-height: 2.8;}
    .search-name-bukken-h2{padding-left: 10px;}
  .search-name-bukken-btn{padding: 5px 10px;margin-left: 10px;}
  .search-name-bukken input[type="text"]{width: 70%;border: 1px solid #d9d9d9;}
  .search-name-bukken{background-color: #ffffff;padding:10px 20px;border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9;}
    .search-name-bukken h2 img{height:40px;margin-right: 5px;}
    .pdr0md{padding-right:0;}
    .pdl0md{padding-left:0;}
  .b-top-xs-g{border-top: 1px solid #dbdbdb;}
  .b-left-xs-g{border-left: 1px solid #dbdbdb;}
  .bg-g-md{background-color: #f7f7f5;}
  .search-contentsbox h3.hide-for-large {padding: 5px;background-color: #ffffff;}
  .bg-f-md{background-color: #ffffff;}
}
@media print, screen and (max-width: 640px) {
  .serch-chenge-box.ichiran{padding:10px 8px;}
  .pd8xs{padding-left: 8px;padding-right: 8px;}
  .xs_searchbox{margin-top:15px;}
  .mb0i{margin-bottom: 0!important;}
  .search-box-sub-details .panorama-btn{margin-top:5px;}
  .search-contentsbox h3.hide-for-large{padding: 5px;background-color: #ffffff;border-bottom: 1px solid #bdbdbd;}
  .search-contents {padding: 0 8px;}
  .bg-g-xs{background-color: #f7f7f5;}
  .bg-f-xs{background-color: #ffffff;}
    .top-home .picup-area h2{margin-top:10px;}
    .top-home .saw-area h2,.top-home .recome-area h2,.top-home .rent-area h2{margin-top: 10px;}
  .search-name-bukken h2{font-size: 1.5rem;line-height: 2.7;}
  .rent-area{margin-bottom: 90px;}
  .tab_area label{margin-bottom: 0;}
  .recome-area.jj101001{margin-bottom: 50px;}
  .bg-w-xs{background-color: #ffffff;padding-top: 10px;padding-bottom: 10px;}
  .inside-tel{background-color:#f4f4f4;padding:8px 5px 8px 10px;display:inline-block;margin:15px auto;}
  .otoiawase-wrap h3{font-size:1.4rem;}
  .border-bottom_xs{border:1px solid #bdbdbd;}
  /* .search-box-sub-details-img img{object-fit: cover;height:15vw;width: 100%;} */
  .news-l-date,.news-l-link{/* height:20px; */line-height:1.4;}
  .news-list h2 span{font-size:1.2rem;margin-left:10px;}
  .news-l-img{padding-right:10px;width:170px;}
  .infobox4 img{margin-bottom:5px;margin-top:5px;}
  .q-box{width:33%;}
  .merit-btn{font-size:1.5rem;padding:15px 10px;width:100%;line-height:1.3;}
  .merit-serch{width:15px;margin-top:2px;margin-right:3px;}
  .merit-serch-arrow{width:8px;margin-top:4px;margin-left:5px;}
  .ac-gn-link-num{position:absolute;top:10px;right:8px;height:15px;color:#000000;background-color:#ffffff;width:15px;border-radius:50%;line-height:15px;text-align:center;}
  .ac-gn-link .ac-gn-link-num span {color:#000000;font-size:0.9rem;line-height: 17px;}
  .gnavi_right li:nth-child(2){position:absolute;right:5px;width:60px;top:5px;}
  .gnavi_right li:nth-child(1) {position:absolute;right:55px;top:5px;font-size: 0.8rem;width: 45px;}
  .gnavi_right li:nth-child(2) {font-size: 0.8rem;width: 42px;}
  .gnavi_right li:nth-child(2) .ac-gn-link-num{position:absolute;top:10px;right:-2px;height:15px;color:#000000;background-color:#ffffff;width:15px;border-radius:50%;line-height:15px;text-align:center;}
  .footer-txt ul li{margin-bottom:5px;font-size: 1.3rem;}
  .close_click{background-image:url(/images/icon_plus_black-300a57c1834542973da98b57df69015c.svg);
  background-position:right 20px center;
  background-repeat:no-repeat;
  /* padding-left:15px; */background-size:10px 10px;
  list-style:none;}
.open_click{background-image:url(/images/icon_batu-4eed96190950177734c8d9882800aacf.svg);
  background-position:right 20px center;
  background-repeat:no-repeat;
  /* padding-left:15px; */background-size:10px 10px;
  list-style:none;}
}
.jj302006 .control {line-height: 20px;}
@media print, screen and (min-width: 1200px) {
.openSidebarMenu,.sidebarIconToggle{display:none;}
}
@media screen and (max-width:981px), screen and (min-width: 641px) {
  .search-box-main-img img{object-fit: cover;height:20vw;width: 100%;}
}
@media screen and (max-width:640px){
  .search-box-main-img img{object-fit: cover;height:27vw;width: 100%;}
  .bg-white-xs{background-color: #ffffff;}
}
@media print, screen and (min-width: 1101px) {
  .search-menu ul{width:1100px;margin:auto auto;list-style-type: none;}
}
.monthly-box{background-color: #f7f7f5;padding-bottom: 20px;margin-bottom: 40px;font-size: 1.3rem;}
.monthly-box-head{background-color: #ecebe9;line-height: 2.5;font-size: 1.6rem;}
.monthly-box ul{background-color: #f7f7f5; padding: 10px 10px;}
.monthly-box ul li{border-bottom: 1px solid #c0c0c0;display: flex;justify-content :space-between;line-height: 2.5;}
.triangle3{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a72d2d;margin:10px auto 20px;
}
.monthly-box-total{background-color: #ffffff;margin:10px 20px;padding:10px 10px;}
.gaiyou-img div{width: 25%;text-align: center;margin-bottom: 10px;font-size: 1.1rem;}
.gaiyou-img-yes{color: #ab8836;}
.gaiyou-img-no{color: #aeaeae;}
.gaiyou-img div img{width: 70%;display: block;margin:0 auto 10px;}
#modalWrap {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.modalBox {
  position: fixed;
  width: 100%;
  /* max-width: 420px; */
  height: 0;
  top: 0;
  /* bottom: 0;
  left: 0;
  right: 0; */
  margin: auto;
  overflow: hidden;
  opacity: 1;
  display: none;
  /* border-radius: 3px; */
  z-index: 1000;
}

.modalInner {
  padding: 13px 10px;
  text-align: center;
  box-sizing: border-box;
  background: #e7ab19;
  color: #ffffff;
  font-size: 1.4rem;
}
.modalInner img{margin-right:5px;width: 18px;vertical-align: top;}
@media print, screen and (max-width: 640px) {
  #favoriteno .modalInner {background: #909090;}
}
@media print, screen and (min-width: 641px) {
  .gaiyou-img div img{width: 50%;display: block;margin:0 auto 10px;}
  #modalWrap {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
  }

  .modalBox {
    position: fixed;
    width: 85%;
    max-width: 420px;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    opacity: 1;
    display: none;
    border-radius: 3px;
    z-index: 9999;
  }

  .modalInner {
    padding: 30px 40px;
    text-align: center;
    box-sizing: border-box;
    background: #ffffff;
    color: #000000;
    font-size: 1.5rem;
  }
  .modalInner img{display: block;margin: 0 auto;width: 20%;}
}
@media print, screen and (min-width: 981px) {
  .gaiyou-img div{width: 12.5%;text-align: center;margin-bottom: 10px;font-size: 1.2rem;}
  .monthly-box{background-color: #f7f7f5;padding-bottom: 20px;margin-bottom: 40px;font-size: 1.6rem;}
  .monthly-box-head{background-color: #ecebe9;line-height: 2.5;font-size: 1.8rem;}
  .monthly-box ul{background-color: #f7f7f5; padding: 10px 40px;}
  .monthly-box ul li{border-bottom: 1px solid #c0c0c0;display: flex;justify-content :space-between;line-height: 2.5;}
  .triangle3{border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #a72d2d;margin:10px auto 20px;}
  .monthly-box-total{background-color: #ffffff;margin:20px 40px;padding:10px 10px;}
  .top-home .saw-area h2,.top-home .recome-area h2,.top-home .rent-area h2{margin-top: 40px;}
   .top-home .picup-area h2{margin-top:50px;}
  .search-name-bukken .search-name-bukken-h2{padding: 20px 20px 20px 75px;position: relative;}
  .jj302006 #table_detail th{width:140px;}
  .jj302006 .control-group{width:140px;}
  /* .jj302006 #table_detail li{margin-right:20px;} */
  .q-box{width:11%;}
  .align-centerxl{align-items:center;}
  .justify-ccentertxl{justify-content:center;}
  .btn-base{display:inline-block;text-align:center;padding:10px 40px;}
  .infobox4{line-height:60px;padding-bottom:0;padding-top:0}
  .font22xl{font-size:2.2rem;}
  .font19xl{font-size:1.9rem;}
  .font18xl{font-size:1.8rem;}
  .font17xl{font-size:1.7rem;}
  .serch-chenge-box{margin-right:35px;}
  .search-box_xs_content{border-bottom:1px solid #c2c2c2;border-top:1px solid #c2c2c2;margin-top:10px;padding:10px 0;margin-bottom:5px;}
  .wd16xl{width:100px;}
  .wd50pxl{width:50%;}
  .login .btn_contact_long {width: 200px;margin: 0 auto;}
    .login_auto{width:200px;margin:5px auto;}
  .login h3{margin-bottom:30px;}
  .kaiinn-email{padding:30px;}
  .details-wrap {padding-top: 50px;}
  .wd300px{width:300px;}
  table.detailstable th{width:140px;background-color: #e6e8e1;padding:8px 10px;}
  .reservation3 table.detailstable th{width:200px;background-color: #e6e8e1;padding:8px 10px;}
  .reservation3 table.detailstable,.reservation3 table.detailstable th,.reservation3 table.detailstable td{border: 1px solid #bdbdbd;}
  .details-wrap table th {width: 90px;text-align: center;padding-right: 10px;}
  .tdbox{width:360px;margin:0 auto;}
  .area-wraphead{margin-top:30px;margin-bottom:30px;}
  .area-wrap table th{width:180px;background-color: #e6e8e1;}
  .search-box-main-img{width:33%;}
  .search-box-main-img img{object-fit: cover;height:13vw;width: 100%;}
  .search-contents{width:100%;margin-right:30px;}
  /* .openSidebarMenu,.sidebarIconToggle{display:none;} */
  .pdr0xl{padding-right:0;}
  .pdl0xl{padding-left:0;}
  .border-right-none_xl{border-right:none;}
  .recome-area_box_txt{height:80px;bottom:0;width:100%;padding:5px;}
  .mt30xl{margin-top:30px;}
  .mt50xl{margin-top:50px;}
  .recome-box_img{width:25%;}
    .recome-box_contents{width:50%;}
  .recome-box{padding:20px 20px 20px 40px;margin-top:10px;}
  .recome-box h3{margin-left:0;}.recome-box_check{height:20px;position:absolute; top: 0;bottom: 0;left:10px;margin: auto;}
  .closebtn{position:absolute;top:20px;right:20px;}
  .recommend-wrap{max-width:1200px;margin:40px auto 0;}
  .search-box-main-contents-address{width:40%;}
    .search-box-main-contents-station{width:45%;border-left:1px solid #bdbdbd;padding-left:10px;}
    .search-box-main-contents-year{width:15%;border-left:1px solid #bdbdbd;padding-left:10px;}
    .search-box-main-contents{width:100%;padding-left:10px;}
  .search-box-sub-details-new{position:absolute;left:0;top:0;}
    .search-box-sub1{width:15%;}
  .search-contentsbox{border: 1px solid #bdbdbd;padding:15px 0 0;}
    .search-box-sub-details-img{padding-left:32px;margin-right:0px;}
    /* .search-box-sub-details-img img{object-fit: cover;height:7vw;width: 100%;} */
    .search-box-main-contents{width:100%;}
  .maxwid1000large{max-width:1400px;}
    .search-wrap-head h2{margin-bottom:10px;}
  .search-box-sub-details-check{position:absolute;left:0;top:0;bottom:0;margin:auto;height:100%;background-color: #ecebe9;width: 25px;}
}
@media print, screen and (min-width: 1200px) {
  .search-box-sub1{width:16%;}
}
@media print, screen and (max-width: 1100px) {.search-wrap-head {padding-right: 0px!important;}}
@media print, screen and (max-width: 640px) {.serch-btn-wrap{background-color:#e6e8e1;padding:15px 0 5px;}.padxs10{padding-right:10px;padding-left:10px;}.justify-startxs{justify-content:flex-start;}}
@media print, screen and (min-width: 641px) {
  .search-menu_txt img{right:30px;}
  .recome-area{padding-bottom: 50px; }
  .rent-area {padding-bottom: 200px;}
    .wd1020{width:1050px;margin:0 auto;padding-left:25px;}
  .search-contents{width:100%;margin-right:10px;}
    .recome-box_madori{width:27%;}
  .recome-box_img{width:27%;}
    .recome-box_contents{width:46%;}
  .recome-box{padding:20px 20px 20px 40px;margin-top:10px;}
  .recome-box h3{margin-left:0;padding-right:20px;}.recome-box_check{height:20px;position:absolute; top: 0;bottom: 0;left:10px;margin: auto;}
  .closebtn{position:absolute;top:20px;right:20px;}
  .search-area h2{position:relative;}
  .search-wrap-head{padding-right:260px;}
  .conditions-wrap h2{margin:30px 0 10px 0px;}
  .map-wrap h2{width:170px;min-width:170px;}
  .ggmap iframe, .ggmap object, .ggmap embed {height: 660px;}
  .map-wrap table th{width:100px;}
  .map-contain table th{width:160px;}
   .ggmap {margin-top: 60px;padding-bottom: 55.25%;}
}
@media screen and (min-width: 981px) {.horizontal_scroll {overflow-x: inherit;padding: 0; } }
.horizontal_scroll > li {width: 25%;min-width: 80px; }
.horizontal_scroll .search-menu_img:hover,.horizontal_scroll > li:hover{opacity: 1.0;}
.horizontal_scroll .search-menu_img{height:34px;margin:0 auro auto;}
.horizontal_scroll .search-menu_img img{height:34px;margin:0 auro auto;}
.search-menu_txt{margin-top:3px;white-space: nowrap;color: #303030;}
@media screen and (min-width: 768px) {
  .horizontal_scroll > li {
    min-width: inherit; }
}
.horizontal_scroll > li:not(:last-child) {margin-right: 5px;}
@media screen and (min-width: 768px) {
  .horizontal_scroll > li:not(:last-child) {margin-right: 3.3vw;}
}
@media screen and (min-width: 1100px) {
  .horizontal_scroll > li:not(:last-child) {margin-right: 35px;}
}
.horizontal_scroll > li:last-child {padding-right: 5px; }

@media screen and (min-width: 768px) {
  .horizontal_scroll > li:last-child {
    padding-right: 0; }
}
.horizontal_scroll{font-size:1.2rem;}
.horizontal_scroll img {vertical-align: bottom; }
.horizontal_scroll li img{display:block;margin:0 auto auto;}

.reserveConditionTable {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.innerTable {
    border: solid #BFB9B0;
    border-spacing: 0;
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
}
.nowrap {white-space: nowrap;}
.innerTable > thead > tr:first-child > th {
    top: 0;
}
.innerTable > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}
.weekPaging {
    background-color: #FFFFFF;
    border: solid #BFB9B0;
    border-width: 1px 0 2px 0;
    font-weight: bold;
    text-align: center;
    width: 87px;
}
.innerTable > thead > tr:first-child > th + th {
    border-left: 1px solid #BFB9B0;
}
.monthCell, .dayCell {background-color: #FFFFFF;}
.monthCell {
    border-top: 1px solid #BFB9B0;
    box-sizing: border-box;
    height: 38px;
    text-align: center;
}
/* マイページ */
.cons_btn{
  border-radius: 19px;
  background-color: #999999;
  color:#ffffff;
  line-height:45px;
  width:160px;
  margin:20px 0 0 0px;
  position:relative;
}
.cons_btn a{color:#ffffff;display:block;position:relative;width:100%;}
.cons_btn a:hover{opacity:0.8;}
.cons_btn a:after{
  content:"";
  display:inline-block;
  width:1.2em;
  height:1.2em;
  background:url(https://horaguchi.cc/images/consultation/yajirushi.svg) no-repeat;
  background-size:contain;
  position:absolute;
  top:30%;
  }
.cons_btn img{width:15px!important;height:15px!important;margin:auto 0;position:absolute;top:40%;}
.f18_xs_15{font-size:1.4rem;margin-bottom:5px;}
.tabs{width:100%;margin:10px auto;position:relative;}
.tab-buttons{display:flex;}
.tab-buttons span{
  font:400 1.4rem;
  color:#333;
  cursor:pointer;
  border:1px solid #ddd;
  display:block;
  width:25%;
  text-align:center;
  height:40px;
  line-height:40px;
}
.tab-buttons span:hover{
  opacity: 0.8;
}
.tab-buttons span>a:hover{
  color: #333;
  opacity: 0.8;
}
.is-active{background-color:#dbdbdb;}
.tab-content{padding:20px 0px 0px 0px;display:inline-block;color:#333;width:100%;}
#lamp{
  width:25%;
  height:2px;
  background:#868585;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:50%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content4{
  left:75%;
  /* top:80px; */
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content5{
  left:33.333333%;
  top:80px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content6{
  left:66.666666%;
  top:80px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
.tab-content .content1,.tab-content .content2,.tab-content .content3,.tab-content .content4,.tab-content .content5,.tab-content .content6{background-color:#ffffff!important;}
.border_titlte{border-right:1px solid #000000;border-left:1px solid #000000;display:inline-block;padding:0 20px;margin-bottom:20px;}
.tab-content h3{margin-bottom:30px;margin-top:30px;}
.content_txt{line-height:1.5;}
.content_details{margin-bottom:30px;}
.content_img_box{width:45%;padding:0 4px;}
.content_txt_box{width:55%;padding:0 4px;}
.consultation h4{margin-top:30px!important;}
.mypage-l{width:100%;}
.mypage-r{width:100%;}
.mypage-r-box{background-color:#e6e8e1;border-radius:5px;padding:30px 10px;margin-bottom:30px;display:block;}
.mypage-r-box:hover{background-color:#b6bba6;color:#303030;}
.mypage-r-box-top img{width:25px;margin-right:5px;}
.mypage-r-box-bottom img{width:8px;margin-top:3px;margin-left:5px;}
.bg1-md{background-color:#f4f4f4;}
.mypage-l table{width:100%;border:1px solid #e2e2e2;margin-bottom:30px;margin-top:3px;}
.mypage-l table th{width:150px;line-height:35px;border:1px solid #e2e2e2;padding-left:10px;}
.mypage-l table td{line-height:35px;border:1px solid #e2e2e2;padding-left:10px;}
.my-page .recome-box_contents{width:55%;padding-left:5px;}
.bukkenn-contact table{width:100%;border:1px solid #e2e2e2;margin-bottom:30px;margin-top:3px;}
.bukkenn-contact table th{width:150px;line-height:35px;border:1px solid #e2e2e2;padding-left:10px;background-color:#f4f4f4;vertical-align:middle;}
#table_detail th {
    line-height: 30px;
    padding-left: 10px;padding: 5px;
}
.tourokuform table th{width:180px;}
.bukkenn-contact table td{line-height:35px;border:1px solid #e2e2e2;padding:10px;}

.taikai-form table th{width:170px;}
.taikai-form label{padding-left:25px;}
.taikai-form input[type=radio] {top: 2px;position: relative;}
.taikai-note{background-color:#f4f4f4;padding:20px 10px;}
.taikai-note li{text-align:left;}
.content2 .recome-box,.content3 .recome-box,.content4 .recome-box{background-color:#f4f4f4;border:none;}
.content2-btn-erea{width:18%;}
.content2-btn-erea .btn1{background-color:#ffffff;text-align:center;padding:8px 5px;display:block;border-radius:3px;margin-top:10px;}
.content2-btn-erea .btn1:hover{background-color:#c0c0c0;color:#303030;}
.content2-btn-erea .btn2:hover{background-color:#a9af96;color:#303030;}
.content2-btn-erea .btn2{background-color:#b8b69a;text-align:center;padding:8px 5px;display:block;border-radius:3px;margin-top:10px;}
.my-page-all-btn{background-color:#b8b69a;text-align:center;padding:5px 10px;display:inline-block;border-radius:3px;margin-top:10px;}
.content2-btn-erea img{width:18px;margin-right:5px;}
.content3-btn1{background-color:#ffffff;border:1px solid #e3e3e3;text-align:center;padding:5px;display:block;border-radius:3px;width:33%;}
.content3-btn1:hover{background-color:#e3e3e3;color:#303030;}
.content3-btn2{background-color:#b8b69a;border:1px solid #e3e3e3;text-align:center;padding:5px;display:block;border-radius:3px;width:33%;}
.content3-btn1:hover{background-color:#e3e3e3;color:#303030;}
.favorite-day{width:20%;border-right:1px solid #dddddd;padding-right:10px;}
.favorite-day-g{background-color:#e0e0e0;padding:3px 5px;}
.favorite-txt{width:40%;}
.favorite-btn{width:35%;}
.favorite-day img{width:20px;}
.content2 .recome-box-end {background-color: #e0e0e0;}
.address-m{background-color:#f8f8f5!important;padding:5px;font-size:1.2rem;line-height:1.6;}
.address-m img{width:25px;vertical-align:middle;margin-right: 4px;}
.btn-g-i{display:inline-block;background-color:#b8b69a;padding:6px 5px;border-radius:3px;}
.btn-g-i:hover{background-color:#d2d1bf;}
.my-page h2{margin-top:50px;}
@media screen and (min-width: 641px) {
  .tab-content h3{margin-bottom:30px;margin-top:0px;}
  .tab-content{padding:30px 10px;}
  .f18_xs_15{font-size:1.6rem;margin-bottom:20px;}
  .content_img_box{width:35%;}
  .content_txt_box{width:65%;padding-left:30px;}
}
.jj201003 table th{padding:5px;}
.shop-l-wrap{border-top: 1px solid #dddddd;padding:30px 0;}
.shop-btn{display:inline-block;background-color:#e6e8e1;padding:10px 30px;border-radius:3px;text-align:center;height:42px;}
.shop-btn img{width:15px;margin-right:4px;}
.shop-l-details-btn{display:inline-block;border-radius: 2px;background-color: #e6e8e1;padding:10px 20px;text-align:center;margin-bottom:10px;}
.shop-l-details-btn img{width:20px;}
.shop-l-details-btn:hover{background-color: #c6cab9;color:#303030;}
.shop-btn:hover{background-color:#c6cab9;color:#303030;}
.distance img{width:13px;}
.shop-l-details{width:50%;padding-right:10px;}
.shop-l-details h3 img{width:25px;margin-right:5px;margin-bottom:5px;}
.shop-l-details h3{font-size:2.1rem;line-height:1.1;}
.shop-l-details table{margin-top:30px;margin-bottom:30px;}
.shop-l-details table th{padding:5px 10px 5px 0;}
.shop-l-details table td{padding:5px 10px 5px 0;}
.shop-l-map{width:50%;}
.distance{color: #828061;}
.p-mark img{width: 15px;vertical-align: middle;}

#shop-list-map {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

#shop-list-map .inner {
  position: relative;
  height: 400px;
  padding-top: 56.25%;
  overflow: hidden;
}

#shop-list-map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-details #shop-list-map{height:400px;}
.shop-details #shop-list-map .inner {height: 350px;padding-top: 56.25%;}
.shop-details #shop-list-map .inner iframe {height: 350px;}
.shop-details h2 img{width:25px;margin-bottom:5px;margin-right:5px;}
.shop-details h2{font-size:2.1rem;}
.shop-details p{font-size: 1.4rem;line-height: 2;}
.shop-erea{border:1px solid #e6e8e1;padding:20px;margin-top:30px;}
.shop-details table th{padding-right:20px;}
.shop-details table th,.shop-details table td{padding-bottom:10px;}
@media (max-width: 960px) {
  #shop-list-map .inner {padding-top: 75%;}
}
@media (max-width: 600px) {
  #shop-list-map .inner {padding-top: 100%;}
}

@media screen and (max-width: 981px) {
  .txt-c-md{text-align: center;}
  .jj302006 .control-group{width:50%;}
  .jj302006 .madori .control-group{width:50%;border-bottom:1px solid #e6e8e1;padding:3px 0 3px 10px;}
  .bright{border-right:1px solid #e6e8e1;}
  .price-box{margin:5px 10px;}
  #table_detail td {padding: 0px;}
    #table_detail li{border-bottom:1px solid #e6e8e1;padding-left:10px;padding-top: 3px;width: 100%;}
  #table_detail tr:hover{cursor:pointer;}
  #table_detail .hidden_row{display:none;}
  #table_detail th{position:relative;}
  #table_detail i{position:absolute;right: 10px;top: 13px;}
  .c_md{text-align:center;}
  .mypage-l table{border:none;margin-bottom:30px;}
  .mypage-l table th,
  .mypage-l table td {
    border: none;
    border-top: none;
    display: block;
    width: 100%;
  }
  .bukkenn-contact table{border:none;margin-bottom:30px;}
  .bukkenn-contact table th,
  .bukkenn-contact table td {
    border: none;
    border-top: none;
    display: block;
    width: 100%;
  }
  .mypage-r{display:flex;}
  .mypage-r-box{width:50%;margin-right:10px;margin-left:10px;padding:20px 5px;}
  .mypage-r-box-top img{width:20px;margin-right:0;}
  .wd1100{width:100%;}
  .content3 .recome-box {padding:20px 10px;}
  .favorite-day{width:28%;}
  .favorite-txt{width:37%;}
  .favorite-btn{width:32%;}
  .content3-btn1{padding:5px;width:48%;}
  .content3-btn2{padding:5px;width:100%;margin-top:5px;}
  .jj201003 table th{padding:5px;}
}

@media screen and (max-width: 640px) {
  .shop-details table{font-size:1.2rem;}
  .shop-details .recome-area h2{font-size:1.6rem;}
  .shop-details #shop-list-map{height:260px;}
  .shop-details #shop-list-map .inner {height: 250px;padding-top: 56.25%;}
  .shop-details #shop-list-map .inner iframe {height: 250px;}
  .shop-erea{padding:10px;margin-top:20px;margin-bottom:20px;font-size:1.2rem;}
  #shop-list-map .inner {height: 250px;}
  .shop-btn {padding: 10px 30px;height: 35px;}
  .shop-btn img {width: 12px;}
  .shop-l-wrap{padding:20px 0;}
  .shop-l-details-btn{width:49%;padding:10px 10px;}
  .flexxs{display:flex;}
  .flexxswrap{flex-wrap: wrap;}
  .syousai{width:100%;}
  .shop-l-details table{margin-top:20px;margin-bottom:20px;}
  .shop-l-details{width:100%;padding-right:0;}
  .shop-l-details h3 img{width:20px;}
  .shop-l-details h3{font-size:1.6rem;}
  .shop-l-map{width:100%;}
  .my-page .recommend-wrap{background-color:#e6e8e1;padding:10px 10px 40px;}
  .my-page .recome-box{background-color:#ffffff;}
  .my-page .recome-box h3 {margin-left: 20px;margin-top: 0;margin-bottom: 10px;padding-right: 20px;}
  .my-page .recome-box_contents{width:50%;}
  .content2-btn-erea {width: 100%;}
  .content2-btn-erea .btn2{border-radius:3px;margin-top:5px;}
  .content3-btn1{padding:5px;width:48%;background-color:#e6e8e1;}
  .content3-btn2{padding:5px;width:100%;margin-top:10px;}
  .content3-btn1:hover{background-color:#b1b7a2;}
  .my-page .checkall {width: 170px;margin: 20px auto 5px;}
  .favorite-day{width:100%;border-right:none;border-bottom:1px solid #dddddd;line-height:35px;margin-bottom:10px;}
  .favorite-txt{width:100%;margin-bottom:20px;}
  .favorite-btn{width:100%;}
    .content3 .recome-box {padding:10px 10px;}
    .favorite-txt-xs{border-bottom:1px solid #808080;padding-bottom:7px;margin-bottom:7px;}
    .content4 .content3-btn1{background-color:#e6e8e1;width:48%;margin-left:0;}
    .content4 .content3-btn1-xs{background-color:#b8b69a;}
    .justify-center-xs{justify-content :center;}
    .justify-between-xs{justify-content:space-between;}
    .my-page h2{margin-top:30px;}
    .content2-btn-erea .btn1{padding:5px;}
    .content2-btn-erea .btn2{padding:5px;}
    .address-m{padding:3px;font-size:1.1rem;}
}

/* #table_detail td{display: block!important;} */
/* large 981px以上 */
@media screen and (min-width: 981px){
   .search-box-main-contents-h{padding:0 15px;}
  .search-box-sub1 div{margin:0 auto}
  .b-bottom-g{border-bottom: 1px solid #dbdbdb;}
  .b-top-xl-g{border-top: 1px solid #dbdbdb;}
  .b-left-xl-g{border-left: 1px solid #dbdbdb;}
  .b-right-xl-g{border-right: 1px solid #dbdbdb;}
  .horizontal_scroll {
    overflow-x: scroll;}
  .jj302006 #table_detail i{display:none;}
  .syousai{margin-left:20px;}
  .taikai-note{padding:30px 50px;}
  .bg1-xl{background-color:#f4f4f4;}
  .mypage-l{width:68%;}
  .mypage-r{width:30%;}
  .content_details{margin-bottom:70px;}
  .tab-content h3{margin-bottom:30px;margin-top:0px;}
  .content_txt{line-height:2;}
  .tab-buttons span{font:400 1.4rem;width:15.666666%;margin-right:10px;height:40px;line-height:40px;}
  #lamp{width:15.666666%;height:2px;background:#868585;top:40px;}
  #lamp.content2{left:16.866666%;}
  #lamp.content3{left:33.733333%;}
  #lamp.content4{left:50.599999%;top:40px;}
  #lamp.content5{left:67.466664%;top:40px;}
  #lamp.content6{left:84.333333%;top:40px;}
  .reverse_xs{flex-direction:row-reverse;}
  .tab-content{padding:30px 0px;border-top:1px solid #dbdbdb;}
  .f18_xs_15{font-size:1.8rem;margin-bottom:20px;}
  .cons_btn{line-height:45px;width:250px;margin:20px 0 0 20px;}
  .cons_btn a{width:100%;}
  .cons_btn a:after{width:1.2em;height:1.2em;top:15px;}
  .cons_btn img{width:22px!important;height:21px!important;margin:auto 0;position:absolute;top:25%;}
  .tabs{margin:15px auto 80px;}
  .content_img_box{width:40%;}
  .content_txt_box{width:60%;padding-right:30px;padding-left:0px;}
    .content4 .content3-btn1{margin-left:10px;padding:15px 5px;}

}
.content4 .favorite-day{border-right:none;}

/*物件名から探す 20201216追記 */
.p-bukken{
  margin-top: 30px;
}
.p-bukken .e-text{
  padding: 33px 0 15px;
  line-height: 1;
}
.p-bukken-serch>.e-textbox>input{
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.p-bukken-serch>.e-btn{
  width: 55%;
  margin: 0 auto;
}
.p-bukken-serch>.e-btn>.btn{
  background-color: #1a83d3;
  color: #fff;
  /* font-weight: bold; */
}
.p-bukken-serch>.e-btn>.btn:hover{
  opacity: 0.8;
}
@media screen and (min-width: 641px){
  .p-bukken{
    margin-top: 80px;
  }
  .p-bukken .e-text{
    font-size: 1.4rem;
    padding: 48px 0 32px;
  }
  .p-bukken-serch{
    display: flex;
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
    align-items: center;
  }
  .p-bukken-serch>.e-textbox{
    width: 100%;
    margin-right: 15px;
  }
  .p-bukken-serch>.e-textbox>input{
    margin: 0;
    font-size: 1.4rem;
    padding: 0 7px;
  }
  .p-bukken-serch>.e-btn{
    width: 120px;
    margin: 0 auto;
  }
  .p-bukken-serch>.e-btn>.btn{
    background-color: #1a83d3;
    color: #fff;
    /* font-weight: bold; */
  }
}

/*会員登録完了 20201219追記 */
.p-kthanks-topimg{
  width: 45px;
  margin: 0 auto 10px;
}
.p-kthanks-bottom{
  width: 100%;
  background-color: #f4f4f4;
  padding: 15px 10px 22px 10px;
  position: relative;
  margin-top: 10px;
}
.p-kthanks-bottom>.e-text{
  padding-bottom: 5px;
  padding-left: 45px;
}
.p-kthanks-bottom>.e-small{
  font-size: 1.1rem;
  padding: 0 0 20px 45px;
}
.p-kthanks-bottom>.e-text::before{
  content:'';
  display: inline-block;
  background-image: url(/images/icon_note-43e13e7652a307552864821dc5e47b7f.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: 29px;
}
.p-kthanks-bottom>.e-btnbox{
  display: flex;
  justify-content: space-between;
}
.p-kthanks-bottom>.e-btnbox>a.btn{
  display: inline-block;
  /* color: #000;
  background-color: #c8c7c3; */
  width: 48.5%;
}
@media screen and (min-width: 641px){
  .p-kthanks-topimg{
    width: 40px;
    margin: 0 auto 20px;
  }
  .p-kthanks-bottom{
    padding: 37px 0 31px;
    padding-left: 9.5vw;
    padding-right: 9.5vw;
    margin-top: 20px;
  }
  .p-kthanks-bottom>.e-text{
    padding: 0 0 0 15px;
  }
  .p-kthanks-bottom>.e-small{
    font-size: 1.2rem;
    padding: 0 0 10px 15px;
  }
  .p-kthanks-bottom>.e-text::before{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 11%;
    top: 43px;
  }
  .p-kthanks-bottom>.e-btnbox{
    width: 93%;
    margin: 0 auto;
  }
  .p-kthanks-bottom>.e-btnbox>a.btn{
    width: 47%;
  }
}
@media print, screen  and (min-width: 641px) and (max-width:980px){
  .p-kthanks-bottom{
    padding-left: 15vw;
  }
}
input[type="text"].bukken-txt{border-radius: 3px;}
.p-serch-btn .serch-long-btn-gold,.p-serch-btn .serch-long-btn-raiten,.p-tel{position: relative;}
.p-serch-btn .serch-long-btn-gold span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -5px;
}
.p-serch-btn .serch-long-btn-gold:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.p-serch-btn .serch-long-btn-raiten span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -5px;
}
.p-serch-btn .serch-long-btn-raiten:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.p-tel span.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    margin-top: -5px;
}
.p-tel:hover span.arrow::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.main.top-home{
    background-color: #f7f7f5;
    padding-bottom: 0;
}
.p-top .main-inner {
    background:  #f7f7f5;
}
.top-home #global-footer{padding-top: 20px;}
.bg-w{background-color: #ffffff;}
.h-10{height: 10px;}
.h-20{height: 20px;}
.top-home .recome-area h2,.top-home .rent-area h2,.top-home .saw-area h2{
    padding: 0;
    border-left:none;
    text-align:center;
    margin-bottom: 20px;
    margin-top: 20px;
    color:#303030;
    font-weight: bold;
}
.top-home .saw-area h2{
    margin-top: 30px;
}
.top-home .recome-area h2{margin-top: 50px;}
.top-home .picup-area h2{
    padding: 0;
    border-left:none;
    text-align:center;
    margin-bottom: 20px;
    color:#303030;
    font-weight: bold;
}


.top-home .picup-area{margin-bottom:40px;}
.top-home .btn-border-black{position: relative;background-color: #ffffff;font-size: 1.4rem;}
.top-home .btn-border-black:hover{background-color: #707070;}
.top-home .btn-border-black span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-top: -5px;
}
.top-home .btn-border-black:hover span::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;

}
.f-r{color: #ab5033;}
.f-s-14{font-size: 1.4rem;}
.f-s-17{font-size: 1.7rem;}
.font-blue{color: #1a83d6;}
.font-blue:hover{color: #1a83d6;opacity: 0.8;}
.font-b-link{color: #1a83d6;position: relative;}
.font-b-link:hover{color: #47a0e9;}
.font-b-link span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #1a83d6;
    border-right: 1px solid #1a83d6;
    transform: rotate(45deg);
    margin-top: -5px;
}
.separation-area{height:20px;background-color: #ffffff;}
.btn_blue{background-color: #1a83d6;}
.btn_blue:hover{background-color: #1a83d6;}
.btn_gray_midium:hover,.btn_gray_lite:hover{background-color: #e6e8e1;opacity: 0.9;}
.btn_gray_midium a:hover,.btn_gray_lite a:hover{opacity: 0.9;color:#303030;}
.rent-area{margin-top: 0px;}

.bg-lite{background-color: #ecebe9!important;}
.top-menu-sp img{display: block;height: 3em;margin: 0 auto;}
.search-areaxs h2 a{color:#303030;}
.p-top-bnr img:hover{opacity: 0.8;transition-duration: 1s}
.search-box-sub-details-check input[type="checkbox"].ereac + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #222222;
    position: absolute;
    left: 5px;
    top: 50px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    background-color: #ffffff;
}
.search-box-sub-details-check input[type="checkbox"].ereac:checked + label:before {
  width: 10px;
  top: 50px;
  left: 10px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
}
.search-box-sub8 .btn_details{background-color: transparent;color:#2070b4;width:90px;text-decoration: underline;}
.search-box-sub8 .btn_details:hover{background-color: transparent!important;;color:#2070b4;opacity: 0.8;}
.search-box-sub8 .btn_contact_g{background-color: #dbdbdb;color: #303030;font-weight: 600;}
.search-box-sub8 .btn_contact_g:hover{background-color: #dbdbdb!important;color:#303030;opacity: 0.8;}
.search-box-sub8 .btn_raiten{background-color: #ab8836;color: #ffffff;}
.search-box-sub8 .btn_raiten:hover{background-color: #ab8836;color:#ffffff;opacity: 0.8;}
.search-box-sub-details .btn_details{font-weight: 600;}
.search-box-sub-details .btn_contact_g {background-color: #dbdbdb;color: #303030;font-weight: 600;}
.search-box-sub-details .btn_raiten {background-color: #ab8836;font-weight: 600;}
@media screen and (max-width: 981px) {
  .search-box-sub-details .btn_details{width:33%;}
  .search-box-sub-details .btn_contact_g{width:33%;}
  .search-box-sub-details .btn_raiten{width:33%;}
}
.ichiran-btn-md-only{display: none;}
@media print, screen and (min-width: 610px) and (max-width: 980px) {
  .ichiran-btn-md-only{display: flex;}
  .ichiran-btn-md-only a{font-size: 1.2rem;}
}
.ichiran-btn-sp-only{display:none;}
@media print, screen and (max-width: 610px) {
  .ichiran-btn-sp-only{display: flex;margin-top: 10px;}
  .search-box-sub-details .sponly {padding-left: 5px;}
}
.search-box-sub-details .btn_details:hover{background-color: #ffffff!important;color: #303030!important;opacity: 0.8;}
.search-box-sub-details .btn_contact_g:hover {
  background-color: #dbdbdb!important;color: #303030!important;opacity: 0.8;
}
.search-box-sub-details .btn_raiten:hover {
  background-color: #ab8836!important;color: #ffffff!important;opacity: 0.8;
}
.saw-area-contents{margin-bottom:80px;}

/* 店舗選択変更_追加箇所 */
.saw-area-contents{margin-bottom:80px;}
.raitenMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 45%;
    margin-bottom: 60px;
    margin-top: 30px;
}
.raitenMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 641px) {
    .raitenMap{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 120%;
    }

    .raitenMap iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
  }

.raiten-shop-title{margin:10px 0 5px;}
.raiten-shop-title a{position: relative;font-size: 1.6rem;display: block;}
/* 暫定対応のリンク無効化に伴いコメント化
.raiten-shop-title a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    transform: rotate(45deg);
    margin-top: -5px;
}
*/
.raiten-shop-img img{width: 100%;}
.raiten-shop-balloon-img img{width: 100%;}
@media only screen and (max-device-width: 641px) {
.raiten-shop-balloon-img img{
    width: 100%;
    height: 100%;
    }
  }

/* mapの閉じるボタン大きさ変更 */
.raitenMap .gm-ui-hover-effect {
  width: 50px!important;
  height: 50px!important;
}

.raitenMap .gm-ui-hover-effect img{
  width: 30px!important;
  height: 30px!important;
}

.raiten-shop-wrap{margin-bottom: 30px;}

.raiten-shop-title img{width:22px;margin-right: 5px;vertical-align: top;}
.raiten-shop-address{font-size: 1.2rem;}
.raiten-shop-distance{color: #a8a8a8;}
.raiten-shop-distance img{width:10px;margin-right: 3px;vertical-align: middle;}
.raiten-shop-yoyaku{position: relative;background-color: #dbdbdb;display: block;text-align: center;font-size: 1.5rem;line-height: 2.2;margin-top: 10px;border-radius: 3px;}
.raiten-shop-wrap a:hover{color: #303030;opacity: 0.8;}
.raiten-shop-yoyaku span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    transform: rotate(45deg);
    margin-top: -5px;
}
.raitenyoyaku h2{font-size: 1.6rem;font-weight: 600;background-color: #ffffff!important;padding-left: 0;}
@media print, screen and (min-width: 981px) {
  .raiten-shop-wrap{position: relative;}
  .raiten-shop-btn-box{position: absolute;bottom: -40px;width: 93%;}
  .raiten-shop-wrap{margin-bottom: 60px;}
  .raiten-hr{border-top: 1px solid #dbdbdb;margin-bottom: 40px;margin-top: 20px;}
  .raiten-shop-yoyaku:hover{color: #303030;opacity: 0.8;}
}

.raiten-hr-xs{display: none;}
.raiten-form-c{background-color: #f5f1e7;padding:30px;margin-bottom: 50px;margin-top: 20px;}
@media print, screen {
  .raiten-hr-xs{display: block;border-top: 1px solid #dbdbdb;margin-bottom: 30px;margin-top: 0;}
  .raitenyoyaku h2{text-align: center;width: 100%;margin-bottom: 10px;}
    .raiten-shop-yoyaku{line-height: 2.5;}
    .raiten-form-c{padding:20px 10px;margin-bottom: 30px;margin-top: 0;}
}

.shop-btn-raiten-xs{display: block;border:1px solid #dbdbdb;line-height: 3;text-align: center;position: relative;}
.shop-btn-raiten-xs:hover{color: #303030;opacity: 0.8;}
.shop-btn-raiten-xs img{width: 15px;vertical-align: middle;margin-right: 5px;}
.shop-btn-raiten-xs span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    transform: rotate(45deg);
    margin-top: -5px;
}

.raiten-form-c-btn{display: inline-block;line-height: 2.5;color: #ffffff;background-color: #aa8735;padding:0 30px;}
.raiten-form-c-btn:hover{opacity: 0.8;}
.g-btn-inilne{background-color: #aa8735;line-height: 2.5;color: #ffffff;padding:0 30px;display: inline-block;font-size: 1.4rem;}
.g-btn-inilne:hover{opacity: 0.8;}

/* 店舗選択変更_追加箇所ここまで */

/*物件検索件数表示*/
.pc-count-wrap{background-color: #ecebe9;width: 500px;margin: 20px auto;padding:20px 5px;}
/*物件検索件数表示ここまで*/

/*プルダウン矢印変更*/
.select_change::-ms-expand {
  display: none;
}
.select_change {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/yajirushi-a3cb98fed4654e9f236353af63255a1d.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

/* mapアイコン用スタイル */
.cluster-1{
  background:#ea4335;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

.cluster-1 span{
  margin-right: 2px;
}

/* 20220316 SP版　検索一覧　検索条件表示部分改修　仙田*/
#selectTitleView .selectTitleViewConditionBox {
    margin: 10px 8px;
}
#selectTitleView .selectTitleViewConditionBox dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 8px;
    border: #a0a0a0 1px solid;
    background: #e8e8e8;
}
#selectTitleView .selectTitleViewConditionBox dl dt span {
    display: block;
    font-weight: bold;
}
#selectTitleView .selectTitleViewConditionBox dl dt ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 0 5px;
    margin: 0;
    padding: 0;
}
#selectTitleView .selectTitleViewConditionBox dl dt ul li {
    width: 80px;
    font-size: 1.1rem;
}
#selectTitleView .selectTitleViewConditionBox dl dt ul li a {
    display: block;
    width: 100%;
    padding: 3px 5px;
    background: #FFFFFF;
    border-radius: 3px;
    border: #cb801b 1px solid;
    text-align: center;
    font-size: 1.1rem;
}
#selectTitleView .selectTitleViewConditionBox dl dt ul li a:hover {
  color: #333333;
}
#selectTitleView .selectTitleViewConditionBox dl dt ul li a.disable {
    background: #CCCCCC;
    border: #BBBBBB 1px solid;
    color: #999999;
    pointer-events: none;
}
#selectTitleView .selectTitleViewConditionBox dl dd {
    padding: 8px;
    border-left: #a0a0a0 1px solid;
    border-right: #a0a0a0 1px solid;
}
#selectTitleView .selectTitleViewConditionBox dl dd:last-of-type {
    border-bottom: #a0a0a0 1px solid;
}
#selectTitleView .selectTitleViewSave {
    margin: 10px 8px 30px;
}
#selectTitleView .selectTitleViewSave a {
    display: inline-block;
    padding: 5px 10px 5px 23px;
    position: relative;
    border-radius: 3px;
    border: #cfcfcf 1px solid;
    font-size: 11px;
}
#selectTitleView .selectTitleViewSave a::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 5px;
    background: url('/images/icon_conditionSave-72b7205d74b32ffb8b7aaa6c3b42f305.svg') no-repeat;
    transform: translateY(-50%);
}
