@charset "UTF-8";
#wrapper {
  overflow: clip;
  background-color: #f3f9f9;
}

@media screen and (max-width: 749px) {
  #wrapper {
    padding-top: 60px
  }
}

body * {
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  color: #404040;
  text-decoration: none;
}
body button, body input, body optgroup, body select, body textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
body input:not([type=checkbox], [type=radio]), body select, body textarea {
  border: solid 1px #999999;
  padding: 5px 8px;
  border-radius: 4px;
}
body input[type=checkbox], body input[type=radio] {
  border: none;
  border-radius: 0;
  padding: 0;
}
body select {
  padding-right: 20px;
  background: url(/new_ui/site/search_detail/imgs/icon-down-arrow.svg) no-repeat 94% center/14px 7px, #fff;
}

@media print, screen and (min-width: 750px) {
  #wrapper {
    padding-top: 98px !important;
    background-color: #f3f9f9;
  }
}

@media screen and (max-width: 749px) {
  #wrapper {
    padding-top: 60px !important;
  }
}

.page-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #222222;
}
@media screen and (min-width: 751px) {
  .page-content {
    min-width: 960px;
  }
}
@media screen and (max-width: 750px) {
  .page-content {
    padding: 0;
  }
}

@media screen and (min-width: 751px) {
  .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
/*
パンくずリスト
 */
/*
左側・検索欄
 */
aside.search-aside {
  width: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  aside.search-aside {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  aside.search-aside-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  aside.search-aside-sp {
    padding: 1px 12px 1px 12px;
  }
}
#wrapper {
  /*
  右側・施設一覧
   */
  /*
  並べ替え・件数表示
   */
  /*
  まとめて見学予約・資料請求ボタン
   */
  /*
  施設情報
   */
  /*
  .facility-list-item-body {
    width: calc(100% - 66px);
    @media screen and (max-width: 750px) {
      width: calc(100% - 46px);
    }
  }
  */
  /*
  施設情報・タイトル
   */
  /*
  施設情報・本体
   */
  /*
  施設情報・CTA
   */
  /*
  施設特集
   */
  /*
  sp用　banner
   */
}
.nav-search-header {
  margin-inline: -12px;
  padding: 10px 22px;
  width: calc(100% + 24px);
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  background-color: #0E5645;
  color: #fff;
}
.nav-search-header__backbtn {
  position: relative;
  padding-left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-search-header__backbtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-8px) scale(-1, 1);
          transform: translateY(-8px) scale(-1, 1);
  width: 12px;
  height: 20px;
  background: url("/new_ui/site/search_detail/imgs/icon-arrow-white.svg") no-repeat center/12px 20px;
}
.select-list-box .select-list-body::-webkit-scrollbar {
  width: 3px;
}
.select-list-box .select-list-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999999;
}
.nav-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-block: 16px;
}
.nav-search__item {
  width: calc(100% - 5.3333333333px);
  height: 60px;
}
.nav-search__item .js-btn-dropdown {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #999999;
  color: #1C7E67;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.nav-search__item.is-active .js-btn-dropdown {
  background-color: #1C7E67;
  border: 1px solid #1C7E67;
  color: #fff;
}
.nav-search__item.is-active .js-btn-dropdown img {
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.nav-search__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.nav-search-dropdown {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 62px);
  overflow-y: scroll;
  padding-bottom: 84px;
}
.nav-search-dropdown .nav-search-header {
  margin-inline: 0;
  padding: 10px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-search-dropdown .nav-search-header .add-area-btn {
  margin: -6px 0 -4px !important;
  border: none;
  height: 40px;
  font-size: 16px;
}
.nav-search-dropdown .nav-search-sub-header {
  padding: 8px 16px;
  height: 40px;
  font-size: 16px;
  background-color: #404040;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}
.nav-search-dropdown .nav-search-accordion > dl > dt {
  background: #E2F0EF;
}
.nav-search-dropdown .nav-search-accordion > dl > dt.is-open {
  background: #404040;
  color: #fff;
}
.nav-search-accordion > dl > dt.is-open:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.nav-search-dropdown .search-condition-body h4 {
  padding: 0;
  margin: 0 16px;
  border: none;
  height: auto;
  line-height: 24px;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.nav-search-dropdown .search-condition-body .search-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-bottom: 1px #999999 dashed;
  margin-bottom: 16px;
  padding: 8px 16px 16px 16px;
}
.nav-search-dropdown .search-condition-body .search-select-box select {
  width: 150px;
  font-size: 18px;
}
.nav-search-accordion {
  border-bottom: 1px solid #999999;
  margin-bottom: 110px;
}
.nav-search-accordion > dl > dt {
  position: relative;
  padding: 12.4px;
  cursor: pointer;
  border-top: 1px solid #999999;
}
.nav-search-accordion > dl > dt .search-list-title {
  font-size: 16px;
  font-weight: 700;
}
.nav-search-accordion > dl > dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/new_ui/site/search_detail/imgs/img-plus.svg") no-repeat center/20px 20px;
}
.nav-search-accordion > dl > dt.is-open:after {
  background: url("/new_ui/site/search_detail/imgs/img-minus.svg") no-repeat center/20px 20px;
}
.nav-search-accordion > dl > dt.is-open + dd {
  height: auto!important;
}
.nav-search-accordion > dl > dd .search-list-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li {
  width: 100%;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li:not(:last-child) {
  border-bottom: 1px #999999 dashed;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li .choice-checkbox {
  position: relative;
  padding: 16px 16px 16px 8px;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li .choice-checkbox:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 100%;
  background-color: #F3F3F3;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li .choice-checkbox .choice-check {
  padding-left: 44px;
}
.nav-search-accordion > dl > dd .search-list-linkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li {
  width: 100%;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li:not(:last-child) {
  border-bottom: 1px #999999 dashed;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li.item-linkbox:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #1C7E67;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li.item-linkbox .item-link-txt {
  padding: 16px;
  height: 53px;
}

.search-select-station .nav-search-accordion > dl dt {
  background: transparent;
  border-top: none;
  padding-right: 32px;
}
.search-select-station .nav-search-accordion > dl dt:after {
  right: 6px;
}
.search-select-station .nav-search-accordion > dl .select-list-item li:last-child {
  padding-bottom: 6px;
}
.search-list-box, .search-list-box dt {
  background: #fff;
}
.search-top-box.search-list-box dt{
  border-top: 0;
}
.search-list-box dt.is-open {
  background: #1C7E67;
  color: #FFF;
}
.footer-fixed-btnbox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px;
}
.footer-fixed-btnbox > div {
  height: 60px;
  width: calc(50% - 4px);
  border-radius: 8px;
  overflow: hidden;
}
.footer-fixed-btnbox > div a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-fixed-btnbox > div.btn-dropdown-footer-add a {
  background-color: #fff;
}
.footer-fixed-btnbox > div.btn-dropdown-footer-search a {
  background-color: #F66700;
  color: #fff;
}
.footer-fixed-btnbox > div.btn-dropdown-footer-add__area a {
  background-color: #fff;
}
.footer-fixed-btnbox > div.btn-dropdown-footer-add__costconditions a {
  background-color: #fff;
}
.nav-search-footer {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}
@media screen and (min-width: 751px) {
  #wrapper .nav-search-footer {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .nav-search-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#wrapper .nav-search-footer.is-hidden {
  opacity: 100;
  visibility: visible;
}
#wrapper .nav-search-footer.is-none {
  display: none;
}
#wrapper .nav-search-dropdown {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}
#wrapper .nav-search-dropdown.is-active {
  opacity: 100;
  visibility: visible;
}
#wrapper .nav-search-dropdown .search-list-box > dt {
  min-height: 53px;
}
#wrapper .search-condition-box {
  width: 100%;
  border: 1px #999999 solid;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-bottom: 24px;
}
#wrapper .search-condition-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0E5645;
  background-color: #E2F0EF;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 12px 24px;
}
@media screen and (min-width: 751px) {
  #wrapper .search-condition-box-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .search-condition-box-sp {
    margin-bottom: 16px;
  }
}
#wrapper .search-condition-body {
  padding-top: 8px;
  padding-bottom: 16px;
}
#wrapper .search-condition-body h4 {
  padding-left: 8px;
  margin-top: 8px;
  margin-left: 16px;
  border-left: 4px #0E5645 solid;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #0E5645;
  font-weight: 700;
}
#wrapper .search-condition-body .search-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-bottom: 1px #999999 dashed;
  margin-bottom: 16px;
  padding: 8px 16px 16px 16px;
}
#wrapper .search-condition-body .search-select-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#wrapper .search-condition-body select {
  width: 105px;
}
#wrapper .current-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
}
#wrapper .current-area:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
#wrapper .current-area-lists {
  margin-top: 8px;
  border-top: 1px #999999 dashed;
}
#wrapper .current-area-lists li {
  padding: 8px 16px 8px 32px;
  border-bottom: 1px #999999 dashed;
}
#wrapper .current-result-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 16px;
}
#wrapper .current-result-lists li:not(:last-child):after {
  display: inline-block;
  content: "/";
  padding-inline: 3px;
}
#wrapper .change-area-btn,
.add-area-btn,
#wrapper .select-station-btn,
#wrapper .other-conditions {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px 4px;
  background-color: #F3F3F3;
  color: #1C7E67;
  border: 2px #1C7E67 solid;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#wrapper .change-area-btn:hover,
.add-area-btn:hover,
#wrapper .select-station-btn:hover,
#wrapper .other-conditions:hover {
  opacity: 0.8;
}
.add-area-btn {
  display: block;
  margin: 8px 16px 0 auto;
}
#wrapper .select-station-btn {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.08));
}
#wrapper .other-conditions {
  display: block;
  margin: 8px auto 0;
}
#wrapper .add-condition-btn {
  background-color: #1C7E67;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 24px;
  border: none;
  border-radius: 4px;
  display: block;
  margin: 16px auto 0;
}
#wrapper .yokaigodo-caption {
  font-size: 12px;
}
#wrapper .search-condition-list-items {
  padding: 16px;
  border-bottom: 1px #999999 dashed;
  padding-bottom: 16px;
}
#wrapper .search-condition-list-items:first-child {
  padding-top: 8px;
}
#wrapper ::-moz-selection {
  background-color: transparent !important;
}
#wrapper ::selection {
  background-color: transparent !important;
}
@media screen and (min-width: 751px) {
  #wrapper .search-main {
    width: calc(100% - 290px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .search-main {
    width: 100%;
  }
}
#wrapper .search-main-inner {
  padding: 32px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  #wrapper .search-main-inner {
    padding: 16px 12px;
    border-radius: 0;
    margin-bottom: 0;
  }
}
#wrapper .order-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  font-weight: 600;
  line-height: 44px;
  border: 1px #999999 solid;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1130px) {
  #wrapper .order-conditions {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .order-conditions {
    display: none;
  }
}
#wrapper .order-conditions-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  #wrapper .order-conditions-sp {
    display: block;
    position: absolute;
    right: 12px;
  }
}
#wrapper .order-condition-header {
  width: 102px;
  background-color: #F3F3F3;
  color: #666666;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#wrapper .order-condition-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
  border-left: 1px #999999 solid;
}
#wrapper .active-order {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
  background-color: #1C7E67;
  font-weight: bold;
  color: #FFFFFF;
}
#wrapper .facility-count-paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1130px) {
  #wrapper .facility-count-paginations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
#wrapper .facility-count-paginations .facility-count {
  color: #0E5645;
  font-size: 20px;
  font-weight: 800;
  padding-left: 2px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-count-paginations .facility-count:not(.sp-block) {
    display: none;
  }
}
#wrapper .facility-count-paginations .facility-count-unit {
  font-weight: 600;
  padding-left: 2px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-count-paginations .facility-count-unit:not(.sp-block) {
    display: none;
  }
}
#wrapper .paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  height: 28px;
}
@media screen and (max-width: 750px) {
  #wrapper .paginations {
    display: none;
  }
  #wrapper .paginations.sp{
    display: block !important;
  }
}
#wrapper .pagination-item {
  height: 28px;
  border: 1px #999999 solid;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper .pagination-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  font-weight: 700;
}
#wrapper .pagination-counts a {
  display: inline-block;
  padding-block: 3px;
  line-height: 20px;
}
#wrapper .page-count {
  display: inline-block;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  width: 30px;
  text-align: center;
}
#wrapper .page-count:not(:last-child) {
  border-right: 1px solid #999999;
}
#wrapper .active-page-count {
  display: inline-block;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  width: 30px;
  text-align: center;
  background-color: #0E5645;
}
#wrapper .active-page-count > a {
  color: #FFFFFF;
}
#wrapper .page-count-left {
  display: inline-block;
  border: 1px #999999 solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 30px;
  text-align: center;
}
#wrapper .page-count-right {
  display: inline-block;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  border-right: 1px #999999 solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 30px;
  text-align: center;
}
#wrapper .page-count-last {
  display: inline-block;
  border: 1px #999999 solid;
  border-radius: 4px;
  width: 30px;
  text-align: center;
}
#wrapper .page-count-omit {
  padding: 4px;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-header .facility-count:not(.sp-block),
  #wrapper .facility-list-header .facility-count-unit:not(.sp-block) {
    display: none;
  }
  #wrapper .facility-list-header .paginations {
    display: none;
  }
  #wrapper .facility-list-footer .sp-none {
    display: none;
  }
  #wrapper .facility-list-footer .facility-count-paginations {
    position: relative;
    height: 54px;
  }
  #wrapper .facility-list-footer .facility-count-paginations .facility-count-texts {
    width: 175px;
    margin-inline: auto;
    text-align: center;
    line-height: 24px;
  }
  #wrapper .facility-list-footer .facility-count-paginations .facility-count-texts .sp-none + .facility-count-unit:before {
    content: "\a";
    white-space: pre;
  }
  #wrapper .facility-list-footer .facility-count-paginations .paginations > ul {
    display: none;
  }
  #wrapper .facility-list-footer .facility-count-paginations .paginations .pagination-item {
    position: absolute;
    top: 2px;
    width: 90px;
    height: 50px;
  }
  #wrapper .facility-list-footer .facility-count-paginations .paginations .pagination-item:last-child {
    right: 0;
  }
  #wrapper .facility-list-footer .facility-count-paginations .paginations .pagination-item:first-child {
    left: 0;
  }
}
#wrapper .cta-all-at-once-block {
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
}
#wrapper .cta-all-at-once-block > div {
  font-size: 16px;
}
#wrapper .cta-all-at-once {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E1F4ED;
  border-radius: 8px;
  padding: 12px 14px;
  max-width: 594px;
  font-weight: 700;
}
#wrapper .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #E1F4ED;
  border-bottom: 0;
  position: absolute;
  left: 16px;
}
#wrapper .cta-all-at-once-btn {
  background-color: #F66700;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px;
  height: 50px;
  width: 380px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  position: relative;
}
#wrapper .cta-all-at-once-btn > img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #wrapper .cta-all-at-once {
    position: relative;
    display: block;
    padding: 12px;
  }
  #wrapper .cta-all-at-once > img {
    display: none;
  }
  #wrapper .cta-all-at-once > div {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
  }
  #wrapper .cta-all-at-once > div:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 12px;
    background: url("/new_ui/site/search_detail/imgs/icon-check-gray.svg") no-repeat center/17px 12px;
  }
  #wrapper .cta-all-at-once .cta-all-at-once-btn {
    padding-top: 22px;
    color: #FFFFFF;
    font-size: 16px;
    height: 60px;
    width: 100%;
    line-height: 16px;
  }
}
.item-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.item-checkbox input[type=checkbox] {
  display: none;
}
.item-checkbox .choice-checkbox {
  width: 100%;
  height: 100%;
}
.item-checkbox .choice-check {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.item-checkbox .choice-check:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item-checkbox .choice-check:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 12px;
  border: 2px solid #999999;
  border-radius: 4px;
  background-color: #fff;
  background: url("/new_ui/site/search_detail/imgs/icon-check-gray.svg") no-repeat center/14px 10px, #fff;
}
#wrapper .facility-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #999999;
    gap: 0;
  }
}
#wrapper .facility-list-item-checkbox {
  width: 54px;
  background-color: #0E5645;
}
#wrapper .facility-list-item-checkbox .choice-check {
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: #F3F3F3;
}
#wrapper .facility-list-item-checkbox input[type=checkbox]:checked + .choice-check:before {
  border: 2px solid #0E5645;
  background-color: #0E5645;
  background-image: url("/new_ui/site/search_detail/imgs/icon-check-white.svg");
}
#wrapper .facility-list-item-checkbox input[type=checkbox]:checked + .choice-check:after {
  background-color: #E1F4ED;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item-checkbox {
    width: 46px;
    z-index: 0;
  }
  #wrapper .facility-list-item-checkbox .choice-check:before {
    top: 16px;
    left: 8px;
  }
}
#wrapper .facility-list-item-cta-checkbox {
  width: 150px;
}
#wrapper .facility-list-item-cta-checkbox .choice-check {
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 54px;
  background-color: #F3F3F3;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #666666;
  border: 2px solid #999999;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
#wrapper .facility-list-item-cta-checkbox .choice-check:before {
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item-cta-checkbox .choice-check {
    font-size: 16px;
  }
}
#wrapper .facility-list-item-cta-checkbox input[type=checkbox]:checked + .choice-check {
  border: 2px solid #0E5645;
  background-color: #0E5645;
  color: #fff;
}
#wrapper .facility-list-item-cta-checkbox input[type=checkbox]:checked + .choice-check:before {
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url("/new_ui/site/search_detail/imgs/icon-check.svg");
}
#wrapper .facility-list-item-cta-checkbox input[type=checkbox]:checked + .choice-check:after {
  z-index: 0;
}
#wrapper .search-condition-checkbox:not(:first-child) {
  margin-top: 8px;
}
#wrapper .search-condition-checkbox .choice-check {
  width: 100%;
  height: 100%;
  padding: 4px 0 4px 32px;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  border: none;
}
#wrapper .search-condition-checkbox .choice-check small {
  font-size: 12px;
}
#wrapper .search-condition-checkbox .choice-check:before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #fff;
  background: url("/new_ui/site/search_detail/imgs/icon-check-gray.svg") no-repeat center/14px 10px, #fff;
}
#wrapper .search-condition-checkbox input[type=checkbox]:checked + .choice-check:before {
  border: 2px solid #0E5645;
  background-color: #0E5645;
}
#wrapper .search-condition-checkbox input[type=checkbox]:checked + .choice-check:after {
  z-index: 0;
}
#wrapper .search-list-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
}
.search-list-linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-list-linkbox > li.item-linkbox {
  position: relative;
}
.search-list-linkbox > li.item-linkbox .item-link-txt {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.search-list-linkbox > li.item-linkbox .item-link-txt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("/new_ui/site/search_detail/imgs/icon-pagination-right.svg") no-repeat center/8px 12px;
}
#wrapper .search-list-box > dt .choice-check,
#wrapper .select-list-item > li .choice-check,
#wrapper .search-list-checkbox > li .choice-check {
  width: 100%;
  height: 100%;
  padding: 4px 0 4px 32px;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  border: none;
}
#wrapper .search-list-box > dt .choice-check small,
#wrapper .select-list-item > li .choice-check small,
#wrapper .search-list-checkbox > li .choice-check small {
  font-size: 12px;
}
#wrapper .search-list-box > dt .choice-check:before,
#wrapper .select-list-item > li .choice-check:before,
#wrapper .search-list-checkbox > li .choice-check:before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #fff;
  background: url("/new_ui/site/search_detail/imgs/icon-check-gray.svg") no-repeat center/14px 10px, #fff;
}
#wrapper .search-list-box > dt input[type=checkbox]:checked + .choice-check:before,
#wrapper .select-list-item > li input[type=checkbox]:checked + .choice-check:before,
#wrapper .search-list-checkbox > li input[type=checkbox]:checked + .choice-check:before {
  border: 2px solid #0E5645;
  background-color: #0E5645;
}
#wrapper .search-list-box > dt input[type=checkbox]:checked + .choice-check:after,
#wrapper .select-list-item > li input[type=checkbox]:checked + .choice-check:after,
#wrapper .search-list-checkbox > li input[type=checkbox]:checked + .choice-check:after {
  z-index: 0;
}
#wrapper .select-list-item-checkbox > li .choice-check {
  width: 100%;
  height: 100%;
  padding: 6px 8px 4px 40px;
  font-size: 14px;
  font-weight: 500;
}
#wrapper .select-list-item-checkbox > li .choice-check:before {
  width: 25px;
  height: 25px;
  top: 4px;
  left: 6px;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #fff;
  background: url("/new_ui/site/search_detail/imgs/icon-check-gray.svg") no-repeat center/14px 10px, #fff;
}
#wrapper .select-list-item-checkbox > li input[type=checkbox]:checked + .choice-check {
  background-color: #1C7E67;
  color: #fff;
}
#wrapper .select-list-item-checkbox > li input[type=checkbox]:checked + .choice-check:before {
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url("/new_ui/site/search_detail/imgs/icon-check.svg");
}
#wrapper .select-list-item-checkbox > li input[type=checkbox]:checked + .choice-check:after {
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item-body {
    width: 100%;
  }
}
#wrapper .pr-facility-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  background-color: #FAEBEB;
  font-weight: 700;
  padding-right: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  #wrapper .pr-facility-title {
    display: block;
    padding: 8px 8px 32px 8px;
    margin-bottom: 0;
  }
}
#wrapper .facility-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  background-color: #E2F0EF;
  font-weight: 700;
  padding-right: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 751px) {
  #wrapper .facility-title {
    border-left: 6px #0E5645 solid;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-title {
    display: block;
    padding: 8px 8px 32px 8px;
    margin-bottom: 0;
  }
}
#wrapper .pr-icon {
  position: absolute;
  background-color: #E42E2E;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  #wrapper .pr-icon {
    top: 0;
    bottom: 0;
    font-size: 20px;
    width: 51px;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .pr-icon {
    bottom: 8px;
    font-size: 12px;
    width: 41px;
    height: 20px;
    border-radius: 30px;
  }
}
#wrapper .pr-facility-name {
  color: #E42E2E;
  font-size: 26px;
  line-height: 32px;
  padding-block: 12px;
  padding-left: 70px;
}
#wrapper .pr-facility-name a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #wrapper .pr-facility-name {
    font-size: 16px;
    line-height: 26px;
    padding-block: 0;
    padding-left: 0;
  }
}
#wrapper .facility-name {
  color: #0E5645;
  font-size: 26px;
  line-height: 32px;
  padding-block: 12px;
  padding-left: 16px;
}
#wrapper .facility-name a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-name {
    font-size: 16px;
    line-height: 26px;
    padding-block: 0;
    padding-left: 0;
  }
}
#wrapper .add-list-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 172px;
  height: 40px;
  text-align: center;
  background-color: #F3F3F3;
  color: #666666;
  border: 2px #999999 solid;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper .add-list-btn {
    display: none;
  }
}
#wrapper .facility-type-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-type-flex {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -28px;
  }
}
#wrapper .facility-type-yuryo {
  display: inline-block;
  background-color: #0E5645;
  padding-right: 16px;
  padding-left: 16px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  height: 32px;
  line-height: 32px;
}
#wrapper .facility-type-jutaku {
  display: inline-block;
  background-color: #106E83;
  padding-right: 16px;
  padding-left: 16px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  height: 32px;
  line-height: 32px;
}
#wrapper .facility-type-grouphome {
  display: inline-block;
  background-color: #263780;
  padding-right: 16px;
  padding-left: 16px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-type-yuryo,
  #wrapper .facility-type-jutaku,
  #wrapper .facility-type-grouphome {
    padding-right: 12px;
    padding-left: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 4px;
    margin-left: 8px;
  }
  #wrapper .facility-list-item-body:has(.pr-facility-title) .facility-type-yuryo,
  #wrapper .facility-list-item-body:has(.pr-facility-title) .facility-type-jutaku,
  #wrapper .facility-list-item-body:has(.pr-facility-title) .facility-type-grouphome {
    margin-left: 58px;
  }
}
#wrapper .facility-type-yuryo,
#wrapper .facility-type-jutaku,
#wrapper .facility-type-grouphome {
  position: relative;
}
#wrapper .facility-type-yuryo .help-tooltip,
#wrapper .facility-type-jutaku .help-tooltip,
#wrapper .facility-type-grouphome .help-tooltip {
  position: absolute;
  top: 0;
  right: -32px;
  width: calc(100% + 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-type-yuryo .help-tooltip,
  #wrapper .facility-type-jutaku .help-tooltip,
  #wrapper .facility-type-grouphome .help-tooltip {
    top: -3px;
  }
}
#wrapper .facility-type-yuryo .help-tooltip:before,
#wrapper .facility-type-jutaku .help-tooltip:before,
#wrapper .facility-type-grouphome .help-tooltip:before {
  bottom: -8px;
  left: auto;
  right: 5px;
}
#wrapper .facility-type-yuryo .help-tooltip:after,
#wrapper .facility-type-jutaku .help-tooltip:after,
#wrapper .facility-type-grouphome .help-tooltip:after {
  bottom: -4px;
  left: auto;
  right: 5px;
}
#wrapper .facility-type-yuryo .help-tooltip .help-tooltip__icon,
#wrapper .facility-type-jutaku .help-tooltip .help-tooltip__icon,
#wrapper .facility-type-grouphome .help-tooltip .help-tooltip__icon {
  position: relative;
}
@media screen and (min-width: 751px) {
  #wrapper .facility-type-yuryo .help-tooltip .help-tooltip__icon,
  #wrapper .facility-type-jutaku .help-tooltip .help-tooltip__icon,
  #wrapper .facility-type-grouphome .help-tooltip .help-tooltip__icon {
    padding-top: 4px;
  }
}
#wrapper .facility-type-yuryo .help-tooltip .help-tooltip__info,
#wrapper .facility-type-jutaku .help-tooltip .help-tooltip__info,
#wrapper .facility-type-grouphome .help-tooltip .help-tooltip__info {
  top: calc(100% + 4px);
}
@media screen and (min-width: 751px) {
  #wrapper .facility-type-yuryo .help-tooltip .help-tooltip__info,
  #wrapper .facility-type-jutaku .help-tooltip .help-tooltip__info,
  #wrapper .facility-type-grouphome .help-tooltip .help-tooltip__info {
    /*
    margin-left: -212px;
    */
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-type-yuryo .help-tooltip .help-tooltip__info,
  #wrapper .facility-type-jutaku .help-tooltip .help-tooltip__info,
  #wrapper .facility-type-grouphome .help-tooltip .help-tooltip__info {
    left: 0 !important;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 750px) {
  #wrapper .pr-facility-title + .facility-type-flex .facility-type-yuryo .help-tooltip .help-tooltip__info,
  #wrapper .pr-facility-title + .facility-type-flex .facility-type-jutaku .help-tooltip .help-tooltip__info,
  #wrapper .pr-facility-title + .facility-type-flex .facility-type-grouphome .help-tooltip .help-tooltip__info {
    left: -50px !important;
  }
}
#wrapper .link-support-cashflow {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper .link-support-cashflow a {
  display: block;
  position: relative;
  background-color: #E5ECF3;
  border: 2px solid #1867C4;
  padding: 3px 34px 3px 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #1867C4;
}
#wrapper .link-support-cashflow a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/new_ui/site/search_detail/imgs/icon-arrow-white.svg) no-repeat 3px center/15px 10px, #1867C4;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 6px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s 0.1s;
  transition: background 0.3s, -webkit-transform 0.3s 0.1s;
  transition: background 0.3s, transform 0.3s 0.1s;
  transition: background 0.3s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}
@media screen and (max-width: 750px) {
  #wrapper .link-support-cashflow {
    display: block;
    width: 100%;
    padding-bottom: 8px;
  }
  #wrapper .link-support-cashflow a {
    margin-left: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 34px 3px 14px;
    border-radius: 8px;
    font-size: 12px;
  }
  #wrapper .link-support-cashflow a:after {
    top: 3px;
    right: 6px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item-body:has(.pr-facility-title) .link-support-cashflow {
    background-color: #FAEBEB;
  }
  #wrapper .facility-list-item-body:has(.facility-title) .link-support-cashflow {
    background-color: #E2F0EF;
  }
}
#wrapper .link-support-cashflow.help-tooltip {
  position: relative;
}
#wrapper .link-support-cashflow.help-tooltip:after {
  bottom: -4px;
  left: 20px;
}
#wrapper .link-support-cashflow.help-tooltip:before {
  bottom: -8px;
  left: 20px;
}
#wrapper .link-support-cashflow.help-tooltip .help-tooltip__info {
  top: calc(100% + 4px);
  width: 300px;
}
@media screen and (min-width: 751px) {
  #wrapper .link-support-cashflow.help-tooltip .help-tooltip__info {
    right: 0;
    left: auto;
  }
}
#wrapper .link-support-cashflow.help-tooltip.is-open::before, #wrapper .link-support-cashflow.help-tooltip.is-open::after, #wrapper .link-support-cashflow.help-tooltip.is-open .help-tooltip__info {
  opacity: 0 !important;
  visibility: hidden !important;
}
#wrapper .facility-basic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-basic-info {
    display: none;
  }
}
#wrapper .address, #wrapper .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .facility-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.address.c-detail__txt__text{
  display: flex !important;
  align-items: flex-start !important;
}
.address.c-detail__txt__text img{
  padding-top: 2px;
}
@media screen and (min-width: 751px) {
  #wrapper .facility-info-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-info-body {
    position: relative;
    z-index: 0;
    /*margin-left: -46px;*/
    padding: 8px 8px 0 8px;
    background-color: #fff;
  }
}
@media screen and (min-width: 751px) {
  #wrapper .facility-imgs {
    width: 285px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-imgs {
    width: 170px;
  }
}
#wrapper .facility-img-main {
  background-color: #E2F0EF;
  border-radius: 8px;
  aspect-ratio: 57/40;
  overflow: hidden;
}
#wrapper .facility-img-main img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper .facility-info-body-right {
  width: calc(100% - 297px);
}
@media screen and (max-width: 750px) {
  #wrapper .facility-info-body-right {
    width: calc(100% - 170px);
    padding-left: 8px;
  }
}
#wrapper .facility-img-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-img-others.for-pc {
    display: none;
  }
  #wrapper .facility-img-others.for-sp {
    margin-top: 0;
  }
}
#wrapper .facility-img-others-item {
  height: 60px;
  width: calc((100% - 8px) / 3);
  background-color: #E2F0EF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .facility-img-others-item img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper .facility-info-table table {
  border-collapse: collapse;
}
#wrapper .facility-info-table th {
  background-color: #E2F0EF;
  border: 1px #999999 solid;
  min-width: 90px;
  text-align: center;
  font-weight: 700;
  height: 57px;
}
#wrapper .facility-info-table td {
  border: 1px #999999 solid;
  padding: 7px 12px;
  width: 100%;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-info-table {
    width: 100%;
  }
  #wrapper .facility-info-table table, #wrapper .facility-info-table tr, #wrapper .facility-info-table th, #wrapper .facility-info-table td {
    display: block;
    border: none;
    padding: 0;
    text-align: left;
    height: auto;
    background-color: transparent;
  }
  #wrapper .facility-info-table table {
    width: 100%;
  }
  #wrapper .facility-info-table th {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
  #wrapper .facility-info-table td {
    line-height: 28px;
    margin-bottom: 2px;
  }
  #wrapper .facility-info-table tr:not(.tr-cost) {
    display: none;
  }
}
#wrapper .facility-info-table__number {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  color: #E42E2E;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-info-table__number {
    font-size: 20px;
    line-height: 24px;
  }
}
#wrapper .price-unit {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 750px) {
  #wrapper .price-unit {
    font-size: 15px;
  }
}
#wrapper .facility-info-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  gap: 6px 6px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-info-tags {
    display: none;
  }
}
#wrapper .facility-info-tags > li {
  background-color: #F3F3F3;
  border-radius: 30px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.08));
}
#wrapper .facility-info-tags a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  color: #1c7e67;
  font-weight: bold;
  padding: 4px 13px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .facility-info-tags a:hover {
  opacity: 0.8;
}
#wrapper .btn-facility-img {
  position: relative;
  z-index: 1;
  width: 117px;
  margin: -10px auto 0;
}
#wrapper .btn-facility-img button {
  border: none;
  background-color: #1C7E67;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  border-radius: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}
#wrapper .btn-facility-img .is-open {
  display: block;
}
#wrapper .btn-facility-img .is-close {
  display: none;
}
#wrapper .btn-facility-img .btn-facility-img__icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#wrapper .btn-facility-img .is-active .is-open {
  display: none;
}
#wrapper .btn-facility-img .is-active .is-close {
  display: block;
}
@media screen and (min-width: 751px) {
  #wrapper .btn-facility-img {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #wrapper .facility-info-body-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-info-body-sp {
    position: relative;
    z-index: 2;
    /*margin-left: -46px;*/
    background-color: #fff;
    padding: 8px;
  }
  #wrapper .facility-info-body-sp .condition-icons {
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px dashed #999999;
  }
  #wrapper .facility-info-body-sp .condition-icons__item {
    width: calc(20% - 4px);
    max-width: 64px;
    min-width: 60px;
    height: 56px;
    margin: 0;
    border-radius: 8px;
    padding-top: 6px;
  }
  #wrapper .facility-info-body-sp .condition-icons__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    gap: 2px;
  }
  #wrapper .facility-info-body-sp .condition-icons__txt::after {
    display: block;
  }
}
#wrapper .facility-list-item-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAEEE0;
  margin-top: 16px;
  padding: 12px 26px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item-cta {
    position: relative;
    z-index: 1;
    margin-top: 0;
    /*margin-left: -46px;*/
    padding: 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  #wrapper .facility-list-item-cta > div,
  #wrapper .facility-list-item-cta > button {
    width: calc(50% - 6px);
  }
}
#wrapper .btn-facility-detail {
  background-color: #F66700;
  border: none;
  border-radius: 8px;
  height: 50px;
  width: 190px;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-right: 16px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #wrapper .btn-facility-detail {
    padding-right: 0;
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #1C7E67;
  }
}
#wrapper .btn-facility-detail > p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #wrapper .btn-facility-detail > p {
    font-size: 16px;
  }
}
#wrapper .facility-list-item-call-info {
  width: 265px;
}
#wrapper .facility-list-item-call-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  #wrapper .facility-list-item-call-info a {
    height: 50px;
    border-radius: 8px;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F66700;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  }
  #wrapper .facility-list-item-call-info a img {
    margin-left: -6px;
  }
}
#wrapper .phone-caption {
  color: #F66700;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
@media screen and (max-width: 750px) {
  #wrapper .phone-caption {
    display: none;
  }
}
#wrapper .phone-caption-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  #wrapper .phone-caption-sp {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
}
#wrapper .phone-number {
  color: #F66700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1px;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #wrapper .phone-number {
    display: none;
  }
}
#wrapper .search-list-table dl.search-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #999999;
}
#wrapper .search-list-table dl.search-list-box:not(:first-child) {
  border-top: none;
}
#wrapper .search-list-table dl.search-list-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  padding: 16px;
  background-color: #E2F0EF;
}
#wrapper .search-list-table dl.search-list-box dt .search-list-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
}
#wrapper .search-list-table dl.search-list-box dd {
  padding: 16px;
  width: calc(100% - 200px);
}
#wrapper .search-list-table dl.search-list-box .search-list-checkbox > li {
  width: 33.3333333333%;
}
#wrapper .search-list-table dl.search-list-box .search-list-linkbox {
  gap: 8px 0;
}
#wrapper .search-list-table dl.search-list-box .search-list-linkbox > li {
  width: 25%;
}
#wrapper .search-list-table dl.search-list-box .search-list-linkbox > li .item-link-txt {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-right: 16px;
  color: #1c7e67;
}
#wrapper .search-list-table dl.search-list-box .search-list-linkbox > li .item-link-txt:after {
  right: 0;
}
#wrapper .search-list-table dl.search-list-box .search-list-linkbox > li .item-link-txt:hover {
  opacity: 0.8;
}
#wrapper .search-condition-form {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 64px;
  padding-bottom: 24px;
}
#wrapper .search-condition-form .search-select-boxes h4,
#wrapper .search-condition-form .search-text-boxes h4 {
  padding-left: 8px;
  margin: 0 0 12px 0;
  border-left: 4px #0E5645 solid;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #0E5645;
  font-weight: 700;
}
#wrapper .search-condition-form .search-select-form {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .search-condition-form .search-select-form select {
  width: 150px;
  font-weight: 700;
  font-size: 16px;
}
#wrapper .search-condition-form .search-select-form select:first-child {
  margin-right: 8px;
}
#wrapper .search-condition-form .search-select-form select:last-child {
  margin-left: 8px;
}
#wrapper .search-condition-form .search-text-form {
  width: px;
}
#wrapper .search-condition-form .search-text-form input[type=text] {
  width: 500px;
  font-size: 16px;
}
#wrapper .search-select-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 230px;
}
#wrapper .search-select-station .select-list-box {
  position: relative;
  width: 200px;
}
#wrapper .search-select-station .select-list-box:not(:first-child) {
  margin-left: 48px;
}
#wrapper .search-select-station .select-list-box:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 210px;
  left: -33px;
  width: 19px;
  height: 16px;
  background: url(/new_ui/site/search_detail/imgs/icon-doublearrow.svg) no-repeat center/contain;
}
#wrapper .search-select-station .select-list-box h4 {
  margin-bottom: 12px;
  padding-left: 8px;
  border-left: 4px #0E5645 solid;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #0E5645;
  font-weight: 700;
}
#wrapper .search-select-station .select-list-box .select-list-body {
  border: 1px solid #999999;
  height: 400px;
  overflow-y: scroll;
}
#wrapper .search-select-station .select-list-box .select-list-body > dl {
  border-bottom: 1px #999999 dashed;
}
#wrapper .search-select-station .select-list-box .select-list-body > dl dt {
  padding: 5px 8px 5px;
  color: #0E5645;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-select-station .select-list-box .select-list-body > dl dt:hover {
  opacity: 0.8;
}
#wrapper .search-select-station .select-list-box .select-list-body > dl dt.is-open {
  padding: 5px 8px 5px;
  color: #0E5645;
  font-weight: 500;
  font-size: 16px;
}
#wrapper .search-select-station .select-list-box .select-list-body > dl dt.is-open:after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
#wrapper .search-select-station .select-list-box .select-list-item > li {
  padding: 3px 16px 3px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-select-station .select-list-box .select-list-item > li:hover, #wrapper .search-select-station .select-list-box .select-list-item > li.is-select-active {
  background-color: #1C7E67;
  color: #fff;
}
#wrapper .search-select-station .select-list-box .select-list-item > li.is-select-active {
  cursor: text;
}
#wrapper .search-select-station .select-choice-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 246px;
  margin-left: 24px !important;
}
#wrapper .search-select-station .select-choice-box:before {
  display: none !important;
}
#wrapper .search-select-station .select-choice-box .select-list-body {
  padding: 32px 18px;
  border: 1px solid #E1F4ED;
  background-color: #E1F4ED;
  height: 100%;
}
#wrapper .search-select-station .select-choice-box .select-list-body h4 {
  margin-bottom: 4px;
}
#wrapper .search-select-station .select-choice-box .select-list-body h4 + p {
  margin-bottom: 16px;
  font-weight: 700;
  color: #0E5645;
}
#wrapper .search-select-station .select-choice-box .select-list-body .select-choice-item {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 28px 2px 8px;
  border: 1px solid #666666;
  background-color: #fff;
  border-radius: 20px;
}
#wrapper .search-select-station .select-choice-box .select-list-body .select-choice-item:not(:first-child) {
  margin-top: 8px;
}
#wrapper .search-select-station .select-choice-box .select-list-body .select-choice-item .select-choice-close {
  width: 20px;
  height: 20px;
  background: #1c7e67;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 3px;
  right: 4px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-select-station .select-choice-box .select-list-body .select-choice-item .select-choice-close img {
  width: 10px;
  height: 10px;
}
#wrapper .search-select-station .select-choice-box .select-list-body .select-choice-item .select-choice-close:hover {
  opacity: 0.8;
}
#wrapper .search-select-station .select-choice-box .select-list-body .select-choice-item .select-choice-txt {
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #05372B;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#wrapper .c-modal__inner {
  background: #fff;
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#wrapper .modal-search-box .modal-search-header {
  border-bottom: 1px solid #999999;
  background-color: #E2F0EF;
  padding: 16px;
}
#wrapper .modal-search-box .modal-search-header .modal-search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 35px;
  padding-left: 16px;
  border-left: 6px #0E5645 solid;
  font-size: 24px;
  font-weight: 700;
}
#wrapper .modal-search-box .modal-search-body {
  position: relative;
  padding: 32px 43px 22px;
  background-color: #fff;
  height: 490px;
  overflow-y: auto;
}
#wrapper .modal-search-box .modal-search-footer {
  padding: 20px;
  background-color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
#wrapper .modal-search-box .modal-search-footer.bg-white {
  background-color: #fff;
}
#wrapper .modal-search-box .modal-add-btn,
#wrapper .modal-search-box .modal-search-btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 250px;
  padding: 18px 40px 18px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .modal-search-box .modal-add-btn__txt,
#wrapper .modal-search-box .modal-search-btn__txt {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
#wrapper .modal-search-box .modal-add-btn__txt:before,
#wrapper .modal-search-box .modal-search-btn__txt:before {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
#wrapper .modal-search-box .modal-add-btn:hover,
#wrapper .modal-search-box .modal-search-btn:hover {
  opacity: 0.8;
}
#wrapper .modal-search-box .modal-add-btn {
  background: #fff;
  border: 2px solid #fff;
}
#wrapper .modal-search-box .modal-add-btn .modal-add-btn__txt {
  color: #404040;
}
#wrapper .modal-search-box .modal-add-btn .modal-add-btn__txt:before {
  background: url("/new_ui/site/search_detail/imgs/img-plus-orange.svg") no-repeat center/20px 20px;
}
#wrapper .modal-search-box .modal-search-btn {
  background: #f66700;
  border: 2px solid #f66700;
}
#wrapper .modal-search-box .modal-search-btn .modal-search-btn__txt {
  color: #fff;
}
#wrapper .modal-search-box .modal-search-btn .modal-search-btn__txt:before {
  background: url(/images/new_ui23/icon-search-white.svg) no-repeat center/contain;
}
#wrapper .search-utility-footer {
  padding: 20px;
  background-color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
#wrapper .search-utility-footer.bg-white {
  background-color: #fff;
}
#wrapper .search-utility-footer.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  width: 100%;
}
#wrapper .search-utility-footer .facility-search-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-right: 8px;
}
#wrapper .search-utility-footer .facility-search-count .search-count__number {
  font-size: 40px;
  font-weight: 900;
  line-height: 32px;
  color: #F66700;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
#wrapper .search-utility-footer .facility-search-count .search-count__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
#wrapper .search-utility-footer .search-add-btn,
#wrapper .search-utility-footer .search-search-btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 250px;
  padding: 18px 40px 18px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-utility-footer .search-add-btn__txt,
#wrapper .search-utility-footer .search-search-btn__txt {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
#wrapper .search-utility-footer .search-add-btn__txt:before,
#wrapper .search-utility-footer .search-search-btn__txt:before {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
#wrapper .search-utility-footer .search-add-btn:hover,
#wrapper .search-utility-footer .search-search-btn:hover {
  opacity: 0.8;
}
#wrapper .search-utility-footer .search-add-btn {
  background: #fff;
  border: 2px solid #fff;
}
#wrapper .search-utility-footer .search-add-btn .search-add-btn__txt {
  color: #404040;
}
#wrapper .search-utility-footer .search-add-btn .search-add-btn__txt:before {
  background: url("/new_ui/site/search_detail/imgs/img-plus-orange.svg") no-repeat center/20px 20px;
}
#wrapper .search-utility-footer .search-search-btn {
  background: #f66700;
  border: 2px solid #f66700;
}
#wrapper .search-utility-footer .search-search-btn .search-search-btn__txt {
  color: #fff;
}
#wrapper .search-utility-footer .search-search-btn .search-search-btn__txt:before {
  background: url(/images/new_ui23/icon-search-white.svg) no-repeat center/contain;
}
#wrapper #add-facilities,
#wrapper #add-facilities-top {
  background-color: #E2F0EF;
}
@media screen and (min-width: 751px) {
  #wrapper #add-facilities,
  #wrapper #add-facilities-top {
    padding: 24px;
    margin-block: 24px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper #add-facilities,
  #wrapper #add-facilities-top {
    padding-block: 16px 32px;
    padding-left: 12px;
  }
}
#wrapper #add-facilities h4,
#wrapper #add-facilities-top h4 {
  padding-left: 8px;
  margin-block: 12px;
  border-left: 4px #0E5645 solid;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #0E5645;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  #wrapper #add-facilities .cta-all-at-once-btn,
  #wrapper #add-facilities-top .cta-all-at-once-btn {
    font-size: 18px;
    width: 330px;
  }
  #wrapper #add-facilities .cta-all-at-once-btn:last-child,
  #wrapper #add-facilities-top .cta-all-at-once-btn:last-child {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #wrapper #add-facilities .cta-all-at-once-btn:first-child,
  #wrapper #add-facilities-top .cta-all-at-once-btn:first-child {
    display: none;
  }
  #wrapper #add-facilities .cta-all-at-once-btn,
  #wrapper #add-facilities-top .cta-all-at-once-btn {
    display: block;
    margin: 16px auto 0;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 16px 30px;
  }
}
#wrapper #add-facilities .swiper,
#wrapper #add-facilities-top .swiper {
  width: 100%;
}
#wrapper #add-facilities .facilities-slide-item,
#wrapper #add-facilities-top .facilities-slide-item {
  display: block;
  width: 216px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #C2C2C2;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
#wrapper #add-facilities .facilities-slide-item:last-child,
#wrapper #add-facilities-top .facilities-slide-item:last-child {
  margin-right: 12px;
}
#wrapper #add-facilities .facilities-slide-item__img,
#wrapper #add-facilities-top .facilities-slide-item__img {
  background-color: #E2F0EF;
  aspect-ratio: 234/120;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper #add-facilities .facilities-slide-item__content,
#wrapper #add-facilities-top .facilities-slide-item__content {
  padding: 8px 12px;
}
#wrapper #add-facilities .facilities-slide-item__data,
#wrapper #add-facilities-top .facilities-slide-item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#wrapper #add-facilities .facilities-slide-item__data:not(:first-child),
#wrapper #add-facilities-top .facilities-slide-item__data:not(:first-child) {
  margin-top: 6px;
}
#wrapper #add-facilities .facilities-slide-item__data dt,
#wrapper #add-facilities-top .facilities-slide-item__data dt {
  width: 46px;
  height: 23px;
  padding: 5px 4px 0 4px;
  background-color: #1C7E67;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 20px;
  text-align: center;
}
#wrapper #add-facilities .facilities-slide-item__data dd,
#wrapper #add-facilities-top .facilities-slide-item__data dd {
  padding-left: 10px;
  width: calc(100% - 46px);
  font-size: 14px;
}
#wrapper #add-facilities .swiper-controller,
#wrapper #add-facilities-top .swiper-controller {
  position: relative;
  width: 100%;
}
#wrapper #add-facilities .swiper-button-prev,
#wrapper #add-facilities .swiper-button-next,
#wrapper #add-facilities-top .swiper-button-prev,
#wrapper #add-facilities-top .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #1c7e67;
  border-radius: 50px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 27, 0.1));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 27, 0.1));
  top: -100px;
  right: 0;
  z-index: 2;
  outline: none;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}
#wrapper #add-facilities .swiper-button-prev:after,
#wrapper #add-facilities .swiper-button-next:after,
#wrapper #add-facilities-top .swiper-button-prev:after,
#wrapper #add-facilities-top .swiper-button-next:after {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #wrapper #add-facilities .swiper-button-prev,
  #wrapper #add-facilities .swiper-button-next,
  #wrapper #add-facilities-top .swiper-button-prev,
  #wrapper #add-facilities-top .swiper-button-next {
    top: -110px;
  }
}
#wrapper #add-facilities .swiper-button-next,
#wrapper #add-facilities-top .swiper-button-next {
  right: -24px;
}
#wrapper #add-facilities .swiper-button-prev,
#wrapper #add-facilities-top .swiper-button-prev {
  left: -24px;
}
@media screen and (max-width: 750px) {
  #wrapper #add-facilities .swiper-button-next,
  #wrapper #add-facilities-top .swiper-button-next {
    border-radius: 50px 0 0 50px;
    right: -20px;
  }
  #wrapper #add-facilities .swiper-button-next:after,
  #wrapper #add-facilities-top .swiper-button-next:after {
    padding-right: 10px;
  }
  #wrapper #add-facilities .swiper-button-prev,
  #wrapper #add-facilities-top .swiper-button-prev {
    border-radius: 0 50px 50px 0;
    left: -32px;
  }
  #wrapper #add-facilities .swiper-button-prev:after,
  #wrapper #add-facilities-top .swiper-button-prev:after {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .facility-imgs-slidebox .facility-img-main {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #wrapper #add-facilities-top {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
  #wrapper #add-facilities-top .facilities-slide__inner {
    margin-inline: 45px;
  }
}
#wrapper #add-facilities-top .swiper-button-prev {
  top: -120px;
}
#wrapper #add-facilities-top .swiper-button-next {
  top: -120px;
}
#wrapper #add-facilities-top .facilities-slide-item {
  position: relative;
  margin-top: 52px;
  overflow: inherit;
}
#wrapper #add-facilities-top .facilities-slide-item h4 {
  position: absolute;
  top: -36px;
  left: 0;
  margin: 0;
}
#wrapper #add-facilities-top .facilities-slide-item.slide-item-consider + .slide-item-consider h4 {
  display: none;
}
#wrapper #add-facilities-top .facilities-slide-item.slide-item-recently {
  margin-left: 20px !important;
}
#wrapper #add-facilities-top .facilities-slide-item.slide-item-recently + .slide-item-recently {
  margin-left: 0 !important;
}
#wrapper #add-facilities-top .facilities-slide-item.slide-item-recently + .slide-item-recently h4 {
  display: none;
}
#wrapper #facility-info-slide {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #wrapper #facility-info-slide {
    display: none;
  }
}
#wrapper #facility-info-slide .facility-info-slide-item {
  border-radius: 4px;
  overflow: hidden;
}
#wrapper #facility-info-slide .swiper-controller {
  position: relative;
  width: 100%;
}
#wrapper #facility-info-slide .swiper-button-prev,
#wrapper #facility-info-slide .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #1c7e67;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 27, 0.1));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 27, 0.1));
  top: -100px;
  right: 0;
  z-index: 2;
  outline: none;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}
#wrapper #facility-info-slide .swiper-button-prev:after,
#wrapper #facility-info-slide .swiper-button-next:after {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #wrapper #facility-info-slide .swiper-button-prev,
  #wrapper #facility-info-slide .swiper-button-next {
    top: -64px;
  }
}
#wrapper #facility-info-slide .swiper-button-next {
  border-radius: 50px 0 0 50px;
  right: -20px;
}
#wrapper #facility-info-slide .swiper-button-next:after {
  padding-right: 10px;
}
#wrapper #facility-info-slide .swiper-button-prev {
  border-radius: 0 50px 50px 0;
  left: -20px;
}
#wrapper #facility-info-slide .swiper-button-prev:after {
  padding-left: 10px;
}
@media screen and (min-width: 751px) {
  #wrapper .search-theme-sp {
    display: none;
  }
  #wrapper .search-theme-pc .theme-main-header {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .search-theme-sp {
    display: block;
  }
  #wrapper .search-theme-pc .theme-main-header {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #wrapper .sp-aside-bnr {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .sp-aside-bnr {
    padding: 0 0 12px 0;
    background-color: #fff;
  }
}
.bg_gre2{
  background: #0E5645 !important;
}
.bg_pin{
  background: #B83F64 !important;
}
.bg_bro{
  background: #915208 !important;
}
.bg_blu{
  background: #106E83 !important;
}
.bg_pur{
  background: #71509B !important;
}
.bg_blu2{
  background: #1F307A !important;
}
.bg_yel{
  background: #7A8A16 !important;
}
.u-red {
  color: #e42e2e !important;
}
.u-orange {
  color: #f66700 !important;
}
.c-detail__txt_transport .ellipsis{
  background-color: #fff;
  bottom: 1.75px;
  position: absolute;
  right: 4px;
}
@media screen and (max-width: 750px) {
  .c-detail__txt_transport .ellipsis {
    bottom: 1px;
  }
}
.hidden_access{
  overflow: hidden;
  height: 24px;
  width: 88%;
}
.condition-icons__item.triangles .condition-icons__txt::after {
  background: url("/images/new_ui23/icon-triangle-green.svg") no-repeat center/cover;
}
.no-after::after {
  display: none;
}
.no-before::before {
  display: none;
}

#wrapper .btn-facility-detail > a > p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #wrapper .btn-facility-detail > a > p {
    font-size: 16px;
  }
  #wrapper .access {
    width: calc(100% - 10px) !important;
  }
  #wrapper .c-breadcrumb{
    top: 0px !important;
  }
  .facility-count-zero .unit_sp{
    display: flow;
  }
}
.display_url{
  display: flex;
  gap: 12px;
  padding-left: 6px;
}
#wrapper .address{
  width: 275px;
}
.facility-list-item-body{
  width: 100% !important;
}
#wrapper .access {
  width: calc(100% - 297px);
}
@media screen and (max-width: 1165px) {
  .hidden_access{
    width: 84%;
  }
}
@media screen and (max-width: 1040px) {
  .hidden_access{
    width: 80%;
  }
}
@media screen and (max-width: 970px) {
  .hidden_access{
    width: 76%;
  }
}
@media screen and (max-width: 450px) {
  #wrapper .address{
    width: 325px;
  }
}
#wrapper .cta-all-at-once-btn > a{
  color: #fff;
}
#wrapper .cta-all-at-once-btn > a > img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrapper .facility-slide-comment-wrapper{
  display: block;
}
#wrapper .c-breadcrumb,
#wrapper .c-breadcrumb.search-bread{
  position: relative;
}
#wrapper .c-breadcrumb.search-bread{
  top: -15px;
}
#wrapper .c-breadcrumb a{
  text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
    color: #1c7e67;
    font-weight: 550;
}
#wrapper .c-breadcrumb span{
  text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
    color: #222;
    font-weight: 550;
}

.pagination-row-sp{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.agination-item-sp.after-item{
  position: absolute;
  right: 10px;
}
.agination-item-sp.before-item{
  position: absolute;
  left: 10px;
}
.agination-item-sp{
  width: 20%;
  height: 50px;
  border: 1px solid #999999;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .pagination-row-sp {
      display: none;
  }
}
.pagination-counts-sp{
  text-align: center;
}

#wrapper .facility-count-paginations {
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}
.pagination-counts-all-sp .facility-count,
.pagination-counts-content-sp .facility-count{
  color: #0E5645;
  font-size: 20px;
  font-weight: 800;
  padding-left: 2px;
}
.pagination-counts-all-sp{
  margin-bottom: -11px;
}
.facility-count-zero{
  text-align: center;
}
.facility-count-zero .facility-count{
  color: #0E5645;
  font-size: 20px;
  font-weight: 800;
  padding-left: 2px;
}
#wrapper .facility-tel-constent-div{
  background-color: #FAEEE0;
  display: flex;
  padding: 34px;
  margin-bottom: 32px;
}
.c-contact2__number {
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  font-size: 48px;
  line-height: 1;
  color: #f66700 !important;
  font-weight: 900;
  margin-top: -4%;
  align-items: center;
  justify-content: flex-start;
}
.c-contact2__txt2{
  padding-left: 12%;
}

@media screen and (max-width: 750px) {
  .c-contact2__number {
    justify-content: flex-start;
    font-size: 16px;
    color: #fff;
    pointer-events: auto;
    line-height: 1.45;
    font-weight: 700;
  }
  .c-contact2__number::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper .facility-tel-constent-div{
    background-color: #FAEEE0;
    display: grid;
    padding: 12px;
    margin-top: 18px;
    border-radius: 8px;
  }
  #wrapper .facility-favorite{
    margin-bottom: 32px;
  }
  .facility-tel-text{
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .facility-tel-constent-div .facility-list-item-call-info{
    width: 100% !important;
  }
  .facility-list-item-call-info .free_text{
    font-size: 12px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .facility-center-tel{
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }
  .c-contact2__txt2{
    text-align: center !important;
    padding-left: 0px !important;
  }
  .facility-tel-constent-div .facility-list-item-call-info a{
    height: 70px !important;
    padding-bottom: 7px;
  }
  .facility-tel-text-div{
    padding: 10px 0px;
  }
}
@media screen and (max-width: 375px) {
  .c-contact2__number {
    font-size: 16px;
  }
}
.c-contact2__number::before {
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../images/new_ui23/icon-phone.svg") no-repeat center/14px 14px, #f66700;
  border-radius: 50%;
  font-size: 0;
  margin-right: 4px;
}
.free_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f66700;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-right: 4px;
}
.facility-tel-text-div{
  display: flex;
  flex-direction: column;
}
.facility-tel-text-div .facility-tel-text{
  color: #222222;
  font-weight: 700;
  font-size: 20px;
}
.facility-tel-text-div .facility-tel-text.bottom_text{
  position: relative;
  top: -5px;
}
.facility-tel-constent{
  width: 70%;
  display: grid;
  align-items: center;
}
.splide__arrow{
  width: 50px !important;
  height: 50px !important;
  background: #1c7e67 !important;
  color: #fff !important;
  filter: drop-shadow(2px 2px 2px rgba(20, 30, 27, 0.1));
  opacity: 1;
}
.splide__arrow:not(.disabled) {
  opacity: 1 !important;
}
.splide__arrow:disabled {
  opacity: .3 !important;
}
.splide__arrow > svg {
  display: none;
}
.splide__arrow::after{
  padding: 5px 0px 0px 3px;
  content: url(/new_ui/site/common/components/facility_list/imgs/favorite_next.svg);
}
.splide__arrow.splide__arrow--prev::after{
  transform: scale(-1, 1);
}
.splide__arrow--prev{
  left: -1.5em !important;
}
.splide__arrow--next{
  right: -1.5em !important;
}
.select_train_btn{
  margin-bottom: 24px !important;
}
.facility_condition{
  margin-bottom: 12px !important;
}

@media screen and (max-width: 750px) {
  .splide__arrow--prev{
    left: -2.5em !important;
  }
  .splide__arrow--next{
    right: -2.5em !important;
  }
  .splide__arrow::after{
    padding: 5px 20px 0px 3px;
  }
}

.facility-title-item-border{
  text-decoration: underline;
  text-decoration-color: #0E5645;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.facility-title-item-border-pr{
  text-decoration: underline;
  text-decoration-color: #E42E2E;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 750px) {
  .facility-title-item-border,
  .facility-title-item-border-pr{
    text-underline-offset: 2px;
  }
}
.facility-info-slide-item__img{
  height: 120px;
  background-color: #E2F0EF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.city-name-label{
  font-size: 14px !important;
  font-weight: 700;
  margin-left: 8px;
}

.search-sp-no-item{
  background-color: #fff;
}

.search-sp-no-item .search-aside-bnr{
  margin: 0px 12px 32px 12px;
}
.search-aside-bnr a img{
  width: 100%;
  height: auto;
}

.search-aside-bnr-sp {
  display: flex;
  justify-content: center;
  padding: 16px 0px 16px;
  gap: 15px;
}

.search-aside-bnr-sp .search-aside-bnr {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .search-aside-bnr-sp {
    display: none;
  }
}
