@charset "UTF-8";
/************************************************************
	検索ページ
*/
.sp-search-area,
.sp-search-trigger {
  display: none;
}
.sp-search-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.sec-searchMap {
  background: #f7fafa;
  width: 100%;
    font-weight: bold;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto 40px;
    max-width: 940px;
    width: calc(100% - 24px);
    top: -48px;
    position: relative;
    display: block;
    overflow: visible;
}
.sec-searchMap .close {
  display: none;
}

.sec-search {
  font-weight: bold;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto 40px;
  max-width: 940px;
  width: calc(100% - 24px);
  top:  -48px;
  position: relative;
}
.sec-search.topContents{
    top: auto;
}
@media screen and (min-width: 768px) {
  .sec-searchMap {
    height: auto !important;
  }
  .sec-search {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .sec-search {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .sec-search {
    margin-bottom: -34px;
  }
  .sec-searchMap {
    border-radius: 0;
    border: none;
    box-shadow: none;
    display: block;
    overflow: hidden;
    height: 0px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 200;
  }
  .sec-searchMap {
    min-width: 0;
  }
  .mod-searchCheckList {
    background: #fff;
    padding: 0;
  }
  .sec-searchMap .close__wrapper{
    width: 100%;
    background: #F3F3F3;
    padding: 16px;
  }
  .sec-searchMap .close {
    border:0px;
    width: calc(100% - 32px);
    padding: 22px 0;
    text-align: center;
    border: 1px solid #E8E8E8;
    -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.16);
    display: block;
  }
}

.mod-searchAreaTitle {
  background: url(/akiyabank/images/ic_title_pict.png) no-repeat left 20px center #ebebeb;
  background-size: 6px auto;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 10px;
  padding: 15px 10px 15px 38px;
}
#mapPage .mod-searchAreaTitle {
  border-top: 1px solid #bdc8ca;
  border-left: 1px solid #bdc8ca;
  border-right: 1px solid #bdc8ca;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 892px;
}
@media screen and (max-width: 939px) {
  #mapPage .mod-searchAreaTitle {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  #mapPage .mod-searchAreaTitle {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mod-searchAreaTitle {
    background-position: left 10px center;
    border-top: 1px solid #bdc8ca;
    border-radius: 0;
    font-size: 1.4rem;
    margin: 0;
    padding: 10px 10px 10px 21px;
  }
  .mod-searchAreaTitle.is-pc {
    display: none;
  }
  .mod-searchAreaTitle.is-sp {
    display: block;
  }
}

.mod-searchCheckList .fieldTitle {
  background-color: #f8f6f1;
  box-sizing: border-box;
  padding: 12px 60px;
  width: 100%;
}
.mod-searchCheckList .fieldTitle legend {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2em;
  flex: 1;
}
@media screen and (min-width: 767px) {
  .mod-searchCheckList .fieldTitle {
    padding: 12px 20px;
  }
}

.prg-setSearchCond .allCheck {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}
@media screen and (min-width: 767px) {
  .prg-setSearchCond {
    padding: 0 0 0 10px;
  }
}

.mod-searchCheckList .checkboxList {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 5px 0 10px;
}
.mod-searchCheckList .checkboxList li {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-right: .3%;
  vertical-align: top;
  width: 24%;
}
.mod-searchCheckList .checkboxItem {
  cursor: pointer;
  position: relative;
}
.mod-searchCheckList .checkboxItem input[type="checkbox"] {
  display: none;
}
.mod-searchCheckList li input {
  vertical-align: top;
}
.mod-searchCheckList .checkboxItem .itemName {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  text-indent: -26px;
}
.mod-searchCheckList .checkboxItem .itemName::before {
  content: '';
  background: #fff;
  border: 1px solid #bdc8ca;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: 4px;
  width: 20px;
  z-index: 1;
}
.mod-searchCheckList .checkboxItem input[type="checkbox"]:checked + .itemName::after {
  content: '';
  border-left: 3px solid #ef6d16;
  border-bottom: 3px solid #ef6d16;
  cursor: pointer;
  display: block;
  height: 5px;
  left: 3px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 11px;
  z-index: 2;
}
.mod-searchCheckList .textfield {
  padding: 5px 0 5px 10px;
}
.mod-searchCheckList input[type="text"] {
  border: 1px solid #bbbaba;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  height: 28px;
  padding: 5px;
  width: 180px;
}
@media screen and (min-width: 767px) {
  .mod-searchCheckList .checkboxList li {
    line-height: 2.2;
  }
  .mod-searchCheckList .checkboxList li:nth-child(4n) {
    margin-right: 0;
  }
  .mod-searchCheckList input[type="text"] {
    width: 400px;
  }
}
.mod-searchCheckList .selectList{
  margin: 19px 10px;
  width: 90%;
  max-width: 332px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mod-searchCheckList .selectList{
    margin: 10px 14px;
    width: calc(100% - 28px);
    max-width: none;
  }
}


.sec-search .btnArea {
  padding: 24px 0;
  text-align: center;
}
.sec-search .btnArea button {
  background: transparent url(/akiyabank/images/sprite_btn_search.png) no-repeat;
  background-position: 0 0;
  border: 0;
  cursor: pointer;
  height: 57px;
  text-indent: -9999px;
  width: 388px;
}
.sec-search .btnArea button:hover {
  background-position: -428px 0;
}

@media screen and (min-width: 768px) {
  #mapPage .annotation .fixed-content,
  #mapPage .mod-breadcrumbs.fixed-content {
    margin: 0 auto;
  }
}

.sec-searchMap .mod-searchCheckList {
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #bdc8ca;
  border-left: 1px solid #bdc8ca;
  border-right: 1px solid #bdc8ca;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 16%);
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 30px;
  width: 940px;
  box-sizing: border-box;
}
@media screen and (max-width: 939px) {
  .sec-searchMap .mod-searchCheckList {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    width: 100%;
  }
}

#searchResultMap .mod-searchCheckList::after {
  content: '';
  clear: both;
  display: table;
}

.sec-searchMap .mod-searchCheckList .inline-field.field1 {
  float: left;
  width: 340px;
}
.sec-searchMap .mod-searchCheckList .inline-field.field2 {
  margin-left: 360px;
}
@media screen and (min-width: 767px) {
  .sec-searchMap .mod-searchCheckList .inline-field.field1 {
    float: none;
    width: 100%;
  }
  .sec-searchMap .mod-searchCheckList .inline-field.field1 fieldset {
    padding: 15px 0 8px;
  }
  .sec-searchMap .mod-searchCheckList .inline-field.field2 {
    margin-left: 0;
  }
  .sec-searchMap .mod-searchCheckList .inline-field.field2 fieldset {
    padding: 0 0 4px;
  }
}

.sec-searchMap .mod-searchCheckList .fieldTitle {
  background: transparent;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 20px;
  vertical-align: top;
  width: 100px;
}
.sec-searchMap .mod-searchCheckList .fieldTitle legend {
  box-sizing: border-box;
  border-right: 2px solid #c4c4c4;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
  width: 100px;
}

.sec-searchMap .prg-setSearchCond {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
  vertical-align: top;
}
.sec-searchMap .prg-setSearchCond.cond1 {
  width: 200px;
}
.sec-searchMap .prg-setSearchCond.cond2 {
  width: auto;
}
.sec-searchMap .prg-setSearchCond.cond2 .selectList{
    margin: 2px 10px;
    border-radius: 2px;
    border-width: 1px;
    border-color: #BDC8CA;
    font-size: 14px;
    padding: 6px;
    max-width: 446px;
}

@media screen and (min-width: 767px) {
  .sec-searchMap .prg-setSearchCond.cond1 {
    width: 77%;
  }
  .sec-searchMap .prg-setSearchCond.cond2 {
    width: 85%;
  }
}

.sec-searchMap .mod-searchCheckList .checkboxList {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
}
.sec-searchMap .mod-searchCheckList .checkboxList li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0;
}

.sec-searchMap .mod-searchCheckList .checkboxItem .itemName {
  padding-left: 24px;
  text-indent: -24px;
}
.sec-searchMap .mod-searchCheckList .checkboxItem .itemName::before {
  height: 18px;
  width: 18px;
}

.sec-searchMap .mod-searchCheckList .checkboxItem input[type="checkbox"]:checked + .itemName::after {
  width: 8px;
}

.sec-searchMap .mod-searchCheckList .textfield {
  position: relative;
}
.sec-searchMap .mod-searchCheckList .textfield input[type="text"] {
  left: 10px;
  position: absolute;
  top: 5px;
}
.sec-searchMap .mod-searchCheckList .textfield button {
  background: #e7e7e7 url(/akiyabank/images/icon_search.png) no-repeat center center;
  border-radius: 0 5px 5px 0;
  border: 1px solid #bbbaba;
  cursor: pointer;
  height: 28px;
  left: 180px;
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  width: 28px;
}
@media screen and (min-width: 767px) {
  .sec-searchMap .mod-searchCheckList .textfield button {
    left: 400px;
  }
}

.sec-searchMap .btnArea {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-search-area {
    display: block;
  }
  .sp-search-trigger {
  }
  .sp-search-trigger span {
    background: url(/akiyabank/images/map/icn_arrow.svg) no-repeat right center;
    background-size: 7px 4px;
    padding-right: 12px;
  }

  .sec-searchMap .mod-searchCheckList {
    width: auto;
  }

  .sec-searchMap .prg-setSearchCond.cond2 {
    width: 100%;
  }
  .sec-searchMap .prg-setSearchCond.cond2 .selectList{
    margin: 10px 5px;
  }

  .mod-searchCheckList .fieldTitle{
    background-color: transparent;
    border-bottom: 1px solid #c4c4c4;
    box-sizing: border-box;
    padding: 10px 5px;
    width: 100%;
  }
  .sec-searchMap .mod-searchCheckList .fieldTitle{
    background:#F6F6F6;
    width: 100%;
    border-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 16px;
  }

  .mod-searchCheckList .fieldTitle legend,
  .sec-searchMap .mod-searchCheckList .fieldTitle legend {
    border-right: none;
    font-size: 1.6rem;
    transition: 0.4s;
  }
  .mod-searchCheckList .fieldTitle legend.open{
    padding-right: 60px;
  }
  .mod-searchCheckList .fieldTitle label {
    float: right;
    font-size: 1.2rem;
    margin-top: -2px;
  }

  .prg-setSearchCond,
  .sec-searchMap .prg-setSearchCond {
    padding: 0;
  }

  .mod-searchCheckList fieldset.last,
  .sec-searchMap .mod-searchCheckList fieldset.last {
    /*border-top: 1px solid #c4c4c4;
    margin-bottom: 5px;
    margin-top: 5px;*/
  }

  .prg-setSearchCond .allCheck {
    border-bottom: 1px dotted #c4c4c4;
    box-sizing: border-box;
    font-size: 1.2rem;
    padding: 10px 5px;
  }
  .prg-setSearchCond .allCheck {

  }
  .mod-searchCheckList .checkboxList,
  .sec-searchMap .mod-searchCheckList .checkboxList {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: -2px;
  }

  .mod-searchCheckList .checkboxList li,
  .sec-searchMap .mod-searchCheckList .checkboxList li {
    border-bottom: 1px dotted #c4c4c4;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 5px;
    width: 50%;
  }


  .sec-searchMap .mod-searchCheckList .checkboxList .underli {
    border-bottom:unset;
  }

  .mod-searchCheckList .checkboxList li:nth-child(odd),
  .sec-searchMap .mod-searchCheckList .checkboxList li:nth-child(odd) {
    border-right: 1px dotted #c4c4c4;
  }

  .mod-searchCheckList .checkboxItem .itemName,
  .sec-searchMap .mod-searchCheckList .checkboxItem .itemName {
    padding-left: 18px;
    text-indent: -16px;
  }

  .mod-searchCheckList .checkboxItem .itemName::before,
  .sec-searchMap .mod-searchCheckList .checkboxItem .itemName::before {
    height: 14px;
    margin-right: 4px;
    top: 2px;
    width: 14px;
  }

  .mod-searchCheckList .checkboxItem input[type="checkbox"]:checked + .itemName::after,
  .sec-searchMap .mod-searchCheckList .checkboxItem input[type="checkbox"]:checked + .itemName::after {
    height: 3px;
    left: 4px;
    top: 5px;
    width: 6px;
  }

  .mod-searchCheckList .textfield,
  .sec-searchMap .mod-searchCheckList .textfield {
    padding: 10px;
  }
  .sec-search .btnArea {
    padding: 16px;
    text-align: center;
    background: #F3F3F3;
    z-index: 30;
    position: relative;
  }
  .sec-searchMap .btnArea {
    background: #515151;
    padding: 5px;
    text-align: center;
  }

  .sec-searchMap .btnArea button {
    background-image: none;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f0f0f0', GradientType=0);
    border: 0;
    border-radius: 5px;
    color: #ef6d16;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    padding: 10px;
    text-indent: 0;
    width: 100%;
  }

  .sec-search .btnArea button{
    background-image: none;
    background: #fff;
    border: 0;
    border-radius: 5px;
    color: #4C4C4C;
    cursor: pointer;
    font-weight: bold;
    height : 64px;
    font-size: 1.6rem;
    padding: 20px 0;
    text-indent: 0;
    width: 100%;
    border: 1px solid #E8E8E8;
    -webkit-box-shadow: 0 2px 0px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 0px 0 rgb(0 0 0 / 16%);
  }

  .sec-search .btnArea button:hover,
  .sec-searchMap .btnArea button:hover {
    background-position: -428px 0;
  }

  .sp-search-area {
    padding: 0 12px;
    height: 48px;
    box-sizing: border-box;
    background: #ED6102;
    color: #fff;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .sp-search-area::after {
    content: '';
    clear: both;
    display: table;
  }

  .sp-search-area .textfield {
    position: relative;
    width:calc(100% - 124px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .sp-search-area .textfield input[type="text"] {
    border: 1px solid #bbbaba;
    border-radius: 5px 0 0 5px;
    font-size: 1.2rem;
    height: 28px;
    width: 100%;
    padding: 5px;
    flex: 1;
  }

  .sp-search-area .textfield button {
    background: #e7e7e7 url(/akiyabank/images/icon_search.png) no-repeat center center;
    border-radius: 0 5px 5px 0;
    border: 1px solid #bbbaba;
    cursor: pointer;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
  }

  .sp-search-area .sp-search-trigger {
    color: #fff;
    background: none;
    text-align: right;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 38px;
    width: 110px;
  }
  .sp-search-area .sp-search-trigger span {
    background: url(/akiyabank/images/map/icn_arrow.svg) no-repeat right center;
    background-size: 7px 4px;
    padding-right: 12px;
  }

  .sec-searchMap .mod-searchCheckList .inline-field.field1 {
    display: none;
  }
  .sec-searchMap .mod-searchCheckList .inline-field.field2 {
    float: none;
    margin-left: 0;
  }

  .sec-searchMap .btnArea {
    display: block;
  }
}

.mod-result-count {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.mod-bukkenSort {
  text-align: right;
  margin: 20px auto 10px;
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  .mod-bukkenSort {
    margin: 0px 10px;
  }
}

.mod-bukkenSort .sort-form {
  display: inline;
}

.mod-bukkenSort .sort-label {
  margin-right: 8px;
}

.mod-bukkenSort .sort-select {
  padding: 4px 30px 4px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.all-count {
  color: #ed6103;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.current-count {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .mod-result-count {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .all-count {
    font-size: 1.8rem;
  }
  .current-count {
    font-size: 1.2rem;
  }
}

#searchResultList {
  margin-top: 14px;
}
#searchResultList .mod-result-bukkenBox .local {
  color: #ef6d16;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
.mod-result-bukkenBox .bukkenTitle .local {
  color: #ef6d16;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #searchResultList .mod-result-bukkenBox .local {
    font-size: 1.2rem;
  }
  #searchResultList .mod-result-bukkenBox .categoryTag {
    font-size: 1.0rem;
    width: 6em;
  }
  #searchResultList .mod-result-bukkenBox .address {
    clear: both;
    font-weight: bold;
    padding: 5px 0 0 0;
  }
  .mod-result-bukkenBox .wrap-summary .pointText {
    border-bottom: none;
    margin: 0;
    padding: 0 10px 0 10px;
  }
  .mod-result-bukkenBox .wrap-summary .pointText .pointIcon {
    display: block;
    margin-bottom: 4px;
  }
  .mod-result-bukkenBox .wrap-summary .specText {
    border-top: 1px solid #ededed;
    margin: 10px 0 0 0;
    padding: 10px 10px 0 10px;
    position: relative;
  }
  .mod-result-bukkenBox .wrap-summary .btn-detail {
    bottom: 0;
    display: block;
    height: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
  }
  .mod-result-bukkenBox .wrap-summary .btn-b {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #003af6;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    text-align: right;
  }
  .mod-result-bukkenBox .wrap-summary .btn-b span {
    background: none;
    padding: 0;
    text-decoration: underline;
  }
}

#searchResultList .mod-result-pager {
  margin-bottom: 30px;
  letter-spacing: -.4em;
  text-align: center;
}
#searchResultList .mod-result-pager li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
  margin: 5px;
}
#searchResultList .mod-result-pager li a {
  background: #fff;
  border: 1px solid #b9b9b9;
  color: #000;
  display: block;
  padding: 8px 6px;
  text-decoration: none;
}
#searchResultList .mod-result-pager li a:hover {
  background: #f0f0f0;
}
#searchResultList .mod-result-pager li.current a {
  background: #000;
  color: #fff;
}
#searchResultList .mod-result-pager li.next a,
#searchResultList .mod-result-pager li.prev a {
  background: #7d7e7e;
  border: none;
  color: #fff;
  padding: 9px 0;
  position: relative;
  width: 120px;
}
#searchResultList .mod-result-pager li.next a:after {
  content: '';
  border-left: 15px solid #7d7e7e;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  left: 50%;
  margin-left: 60px;
  position: absolute;
  top: 0;
}
#searchResultList .mod-result-pager li.prev a:before {
  content: '';
  border-right: 15px solid #7d7e7e;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  #searchResultList .mod-result-pager {
    margin-bottom: 15px;
  }
  #searchResultList .mod-result-pager li {
    font-size: 1.4rem;
    margin: 2px;
  }
  #searchResultList .mod-result-pager li a {
    padding: 6px 4px;
  }
  #searchResultList .mod-result-pager li.next a,
  #searchResultList .mod-result-pager li.prev a {
    font-size: 1.2rem;
    padding: 7px 0;
    width: 80px;
  }
  #searchResultList .mod-result-pager li.next a:after {
    border-left: 10px solid #7d7e7e;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin-left: 40px;
  }
  #searchResultList .mod-result-pager li.prev a:before {
    border-right: 10px solid #7d7e7e;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin-left: -50px;
  }
}

#searchResultMap {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  overflow: hidden;
  padding-bottom: 0%;
  position: relative;
  width:100%;
}
#searchResultMap #prg-gmap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #searchResultMap {
    height: calc(100vh - 75px);
  }
}
@media screen and (min-width: 768px) {
  #searchResultMap {
    height: 700px;
  }
}
#searchResultMap #prg-gmap {
  height: 100%;
  width: 100%;
}
#searchResultMap #prg-gmap .sampleImage {
  height: auto;
  width: 100%;
}
#searchResultMap #prg-zoom-alert {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  left: 50px;
  line-height: 1.5;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  width: 13em;
}
#searchResultMap #prg-search-alert {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  color: #ef6d16;
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  width: 15em;
}

@media screen and (max-width: 767px) {
  #searchResultMap #prg-gmap .sampleImage {
    height: 100%;
    width: auto;
  }
  #searchResultMap #prg-zoom-alert {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 50px;
    text-align: center;
    top: 10px;
  }
}

.sec-bukkenList {
  background: #f7fafa;
  box-shadow: -4px 0px 4px -1px rgba(0, 0, 0, 0.1);
  bottom: 0;
  padding: 40px 20px;
  position: absolute;
  right: -334px;
  transition: 500ms;
  top: 0;
  width: 294px;
}
.sec-bukkenList .slick {
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.sec-bukkenList.is-open {
  right: 0;
}
.sec-bukkenList .toggle {
  background-image: url(/akiyabank/images/sprite_btn_toggle.png);
  background-repeat: no-repeat;
  background-position: -20px -20px;
  cursor: pointer;
  display: none;
  height: 40px;
  left: -40px;
  position: absolute;
  top: 0;
  width: 40px;
}
.sec-bukkenList .toggle.is-open {
  background-position: -80px -20px;
  display: block;
}
.sec-bukkenList .bukkenItem {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sec-bukkenList .slick-btnArea {
  display: table;
  letter-spacing: -.4em;
  padding: 0 0 10px 0;
  width: 100%;
}
.sec-bukkenList .slick-btnArea li {
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
}
.sec-bukkenList .slick-btnArea li.bukken-prev,
.sec-bukkenList .slick-btnArea li.bukken-next {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #fefefe 0, #ededed 100%);
  background: -moz-linear-gradient(top, #fefefe 0, #ededed 100%);
  background: -o-linear-gradient(top, #fefefe 0, #ededed 100%);
  background: linear-gradient(to bottom, #fefefe 0, #ededed 100%);
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  cursor: pointer;
  padding: .8em .8rem;
  width: 4em;
}
.sec-bukkenList .slick-btnArea li.bukken-prev span {
  background: url(/akiyabank/images/icon_prev.png) no-repeat center center;
  background-size: 14px 15px;
  display: block;
  text-indent: -9999em;
}
.sec-bukkenList .slick-btnArea li.bukken-next span {
  background: url(/akiyabank/images/icon_next.png) no-repeat center center;
  background-size: 14px 15px;
  display: block;
  text-indent: -9999em;
}
@media screen and (max-width: 767px) {
  .sec-bukkenList {
    border-top: 3px solid #434343;
    box-shadow: none;
    box-sizing: border-box;
    bottom: -100vh;
    padding: 10px 5px;
    right: 0;
    transition: 800ms;
    top: auto;
    width: 100%;
  }
  .sec-bukkenList.is-open {
    bottom: 0;
  }
  .sec-bukkenList .slick {
    height: 210px;
    overflow-y: auto;
    width: auto;
  }
  .sec-bukkenList .toggle {
    background-image: url(/akiyabank/images/btn_close.png);
    background-position: 0 0;
    background-size: 80px 24px;
    height: 24px;
    left: auto;
    right: 5px;
    top: -27px;
    width: 80px;
  }
  .sec-bukkenList .toggle.is-open {
    background-position: 0 0;
  }
}

#searchResultMap .bukkenTitle {
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 14px 14px 0 14px;
}
#searchResultMap .bukkenTitle .local {
  color: #ef6d16;
  float: right;
  font-weight: bold;
  line-height: 1.4;
}
#searchResultMap .bukkenTitle .categoryTag {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.2;
  width: 6em;
}
#searchResultMap .bukkenTitle .address {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 0 0 0;
}
#searchResultMap .wrap-bukkenSummary {
  border-bottom: 1px solid #c4c4c4;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
#searchResultMap .wrap-bukkenSummary::after {
  content: '';
  clear: both;
  display: table;
}
#searchResultMap .wrap-bukkenSummary .bukkenPhoto {
  float: none;
  flex-shrink: 0;
  height: 52px;
  margin-left: 14px;
  overflow: hidden;
  width: 90px;
}
#searchResultMap .wrap-bukkenSummary .bukkenPhoto img {
  height: auto;
  width: 100%;
}
#searchResultMap .wrap-bukkenSummary .bukkenSummary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0 14px;
  width: 100%;
  word-break: break-all;
}
#searchResultMap .wrap-bukkenSummary .pointIcon {
  background: #ffab00;
  border-radius: 12px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.4;
  margin-bottom: 2px;
  padding: 0;
  text-align: center;
  width: 5em;
}
#searchResultMap .specText {
  padding: 14px;
}
#searchResultMap .specText .price {
  color: #ed6103;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
#searchResultMap .specText .landArea {
  font-size: 12px;
  font-size: 1.2rem;
}
#searchResultMap .specText .landArea .sub {
  margin-right: 1em;
  color: #397db2;
}
#searchResultMap .mod-result-bukkenBox .more {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 14px 14px 14px;
  text-align: right;
}
#searchResultMap .mod-result-bukkenBox .more span {
  color: #003af6;
  text-decoration: underline;
}
#searchResultMap .mod-result-bukkenBox .more span:hover {
  color: #ed6103;
}
@media screen and (max-width: 767px) {
  #searchResultMap .mod-result-bukkenBox {
    position: relative;
  }
  #searchResultMap .bukkenTitle {
    font-size: 1.0rem;
    padding: 10px 10px 0;
  }
  #searchResultMap .bukkenTitle .address {
    font-size: 1.2rem;
  }
  #searchResultMap .wrap-bukkenSummary .bukkenPhoto {
    margin-left: 10px;
  }
  #searchResultMap .wrap-bukkenSummary .bukkenSummary {
    padding: 0 10px;
  }
  #searchResultMap .specText {
    line-height: 1.4;
    padding: 10px;
  }
  #searchResultMap .specText .price {
    font-size: 1.2rem;
  }
  #searchResultMap .specText .landArea {
    font-size: 1.0rem;
  }
  #searchResultMap .mod-result-bukkenBox .more {
    bottom: 0;
    font-size: 1.2rem;
    padding: 10px;
    position: absolute;
    right: 0;
  }
}

.is-pc {
  display: block;
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.bukkenTitleOpsion {
  height: 26px;
  line-height: 26px;
  text-align: right;
}
.bukkenTitleOpsion span{
  background-color: #F7F3E8;
  color: #ED6103;
  border: 1px solid #ED6103;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 4px;
  padding: 0 5px;
}

.bukkenTitle .with_farmland {
  background-color: #548235;
  color: #fff;
  float: right;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 4px 6px;
  padding: 0px 12px;
}
.bukkenTitle .with_shop {
  background-color: #929121;
  color: #fff;
  float: right;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 4px 6px;
  padding: 0px 12px;
}
.bukkenTitle .with_pre {
  background-color: #DF7401;
  color: #fff;
  float: right;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 4px 6px;
  padding: 0px 12px;
}





/*title*/
.ttl__listLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

@media (max-width: 820px) {
  .ttl__listLink {
    margin-bottom: 16px;
  }
  .ttl__listLink .ttl__h2_c:after {
    content: none;
  }
  .ttl__listLink:after {
    content: "";
    display: block;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    height: 1px;
    background: #E8E8E8;
    margin-top: 14px;
  }
}

.ttl__listLink .listLink {
  color: #4C4C4C;
  text-decoration: none;
  transition: 0.2s;
}

@media (max-width: 820px) {
  .ttl__listLink .listLink {
    font-size: 12px;
  }
}

.ttl__listLink .listLink:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(/akiyabank/images/top/icn_arrow_gray.svg) no-repeat center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: bottom;
}

.ttl__listLink .listLink:hover {
  color: #ED6103;
}

.ttl__listLink .listLink:hover:after {
  background: url(/akiyabank/images/top/icn_arrow_orange.svg) no-repeat center;
  background-size: contain;
}

.ttl__listLink .listLink.-exLink:after {
  width: 12px;
  height: 12px;
  background: url(/akiyabank/images/top/icn_exLink_gray.svg) no-repeat center;
  background-size: contain;
  margin-left: 4px;
  vertical-align: bottom;
}

.ttl__listLink .listLink.-exLink:hover {
  color: #ED6103;
}

.ttl__listLink .listLink.-exLink:hover:after {
  background: url(/akiyabank/images/top/icn_exLink_orange.svg) no-repeat center;
  background-size: contain;
}

.searchTerms_title{
  padding: 0 24px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  background: #ED6102;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .searchTerms_title{
    padding: 0 16px;
    height: 40px;
    line-height: 40px;

  }
  .sec-searchMap .searchTerms_title{
    display: none;
  }
}

/*toggle*/
.fixed-content .contentToggleWrap,
.sec-search .contentToggleWrap{
  display: block;
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #E8E8E8;
}

.sec-search .fieldTitle.toggleTitle{
  cursor: pointer;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
  padding: 20px 32px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.sec-search .fieldTitle.toggleTitle:hover{
  color: #ED6102;
}
.sec-search .fieldTitle.toggleTitle:hover:before{
    background: url(/akiyabank/images/machi/icn_arrow_og_t.svg) no-repeat center;
    background-size: contain;
}


@media screen and (max-width: 768px) {
  .sec-search .fieldTitle.toggleTitle{
    padding: 20px 24px;
    font-size: 1.6rem;
  }
}

.sec-search .fieldTitle.toggleTitle .countTxt{
  font-size: 12px;
  color: #797979;
  position: absolute;
  right: 24px;
  opacity: 0;
  transition: 0.4s;
}

.sec-search .fieldTitle.toggleTitle:before {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url(/akiyabank/images/machi/icn_arrow_b.svg) no-repeat center;
    background-size: contain;
    margin-right: 14px;
}

.sec-search .fieldTitle.toggleTitle.active {
    background: #FEF3EB;
    color: #ED6102;
    border: 0;
}
.sec-search .fieldTitle.toggleTitle.active:before {
    background: url(/akiyabank/images/machi/icn_arrow_og_b.svg) no-repeat center;
    background-size: contain;
}

.sec-search .fieldTitle.toggleTitle.active:hover{
  color: #4C4C4C;
}
.sec-search .fieldTitle.toggleTitle.active:hover:before {
    background: url(/akiyabank/images/machi/icn_arrow_t.svg) no-repeat center ;
    background-size: contain;
}

/* Sort Select Component */
.mod-bukkenSort {
  text-align: right;
  margin: 20px auto 10px;
  max-width: 940px;
  width: calc(100% - 24px);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .mod-bukkenSort {
    width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .mod-bukkenSort {
    margin: 10px auto;
    text-align: right;
    max-width: calc(100% - 20px);
    width: auto;
  }
}
.mod-bukkenSort .bukkenSort-select__wrap {
  display: inline-block;
}
.mod-bukkenSort .bukkenSort-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #4C4C4C;
  width: 240px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .mod-bukkenSort .bukkenSort-select {
    width: 240px;
  }
  .mod-bukkenSort .bukkenSort-select__wrap {
    display: inline-block;
    width: auto;
  }
}
.mod-bukkenSort .bukkenSort-select-styled {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/akiyabank/images/top/arrow_pulldown.svg) no-repeat center right 16px #fff;
  padding: 8px 40px 8px 15px;
  color: #000;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.mod-bukkenSort .bukkenSort-select-styled span {
  color: #A5A5A5;
  display: inline-block;
}
.mod-bukkenSort .bukkenSort-select-styled span:last-of-type {
  color: #4C4C4C;
  margin-left: 6px;
}
.mod-bukkenSort .bukkenSort-select-styled:hover {
  background-color: #fff;
}
.mod-bukkenSort .bukkenSort-select-options {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  overflow: hidden;
  transition: 0.4s;
  text-align: left;
}
.mod-bukkenSort .bukkenSort-select-options.toggle-options {
  display: block;
}
.mod-bukkenSort .bukkenSort-select-options li {
  margin: 0;
  padding: 14px 20px;
  border-top: 1px solid #E8E8E8;
  transition: 0.4s;
  color: #4C4C4C;
  white-space: nowrap;
}
.mod-bukkenSort .bukkenSort-select-options li:first-of-type {
  border-top: 0;
}
.mod-bukkenSort .bukkenSort-select-options li:hover {
  color: #ED6103;
}
