@charset "utf-8";
/* CSS Document */

body {font-size: 16px; background-image: url(../img/common/common_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat;}

/* ===============================
	mv
 =============================== */
#mv {
  background-image: url(../img/search/mv_bg.jpg);
}
@media screen and (max-width: 750px) {
  #mv {
    background-image: url(../img/search/mv_bg_sp.jpg);
  }
}

/* ===============================
	search_all
 =============================== */
#search_all {
  margin-top: -75px;
}
.search_con {
  filter: drop-shadow(0 0 12px rgb(0 0 0 / 0.16));
  margin-bottom: 48px;
}
.search_title_con {
  background: var(--C-checkbox-border);
  height: 75px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 70px;
  cursor: pointer;
}
#property-section .search_title_con {
  pointer-events: none;
}
.search_title_con .title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--C-white);
  position: relative;
  padding-left: 44px;
}
.search_title_con .title::before {
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.search_title_con .open {
  width: 75px;
  height: 100%;
  background: rgb(0 0 0 / 0.20);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#property-section .search_title_con .open {
  display: none !important;
}
.search_title_con .open::before,
.search_title_con .open::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--C-white);
  transition: .3s;
}
.search_title_con .open::before {
  width: 24px;
  height: 2px;
}
.search_title_con .open::after {
  top: calc((100% - 24px) / 2);
  bottom: auto;
  width: 2px;
  height: 24px;
}
.search_main {
  overflow: hidden;
  background: var(--C-white);
  display: none;
  padding: 8px 74px 12px 74px;
}
#property-section .search_main,
#keyword .search_main {
  display: block;
}
.search_main_con {
  position: relative;
}
.search_main_con ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
}
.search_main_con ul:not(:last-child) {
  border-bottom: var(--C-line-gray) 1px solid;
}
.search_main_con ul.border_M {
  width: 61.40350877192982%;
}
.search_main_con li {
  display: flex;
  align-items: center;
}
.search_main_con li:not(:last-child) {
  margin-right: 40px;
}
.search_main_con li.w_100 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}
.search_main_con input[type="checkbox"] {
  border: var(--C-checkbox-border) 1px solid;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.search_main_con input[type="checkbox"]:checked {
  accent-color: var(--C-accent-green);
}
.search_main_con label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#city-section .area-images {
  width: 398px;
  height: 500px;
  position: absolute;
  top: 115px;
  right: 72px;
  z-index: +1;
}
#city-section .area-images .cls-1,
#city-section .area-images .cls-2 {
  fill: #7291a7;
}
#city-section .area-images .cls-3 {
  fill: #8d8bb9;
}
#city-section .area-images .cls-4 {
  fill: #7a965e;
}
#city-section .area-images .cls-5,
#city-section .area-images .cls-6 {
  fill: #bf884d;
}
#city-section .area-images .cls-7 {
  fill: #6d8d4f;
}
#city-section .area-images .cls-7,
#city-section .area-images .cls-8,
#city-section .area-images .cls-6,
#city-section .area-images .cls-2,
#city-section .area-images .cls-9 {
  fill-rule: evenodd;
}
#city-section .area-images .cls-10 {
  fill: #fff;
}
#city-section .area-images .cls-11 {
  isolation: isolate;
}
#city-section .area-images .cls-12 {
  fill: #bc7582;
}
#city-section .area-images .cls-8,
#city-section .area-images .cls-13 {
  fill: #8281a7;
}
#city-section .area-images .cls-14 {
  opacity: .9;
}
#city-section .area-images .cls-15 {
  fill: #c9935d;
}
#city-section .area-images .cls-16 {
  fill: #7e9db9;
}
#city-section .area-images .cls-9 {
  fill: #9d6872;
}
#city-section .area-images picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s;
}
#city-section .area-images picture.grayout {
  opacity: 0.3;
}
#city-section .area-images .kenhoku-img {
  background-image: url('../img/search/map_kenhoku_pc.svg');
}
#city-section .area-images .kenou-img {
  background-image: url('../img/search/map_keno_pc.svg');
}
#city-section .area-images .kensei-img {
  background-image: url('../img/search/map_kensei_pc.svg');
}
#city-section .area-images .kennan-img {
  background-image: url('../img/search/map_kennan_pc.svg');
}
#city-section .area-images .rokkou-img {
  background-image: url('../img/search/map_rokkou_pc.svg');
}
#city-section .area-txt {
  position: absolute;
  top: 639px;
  right: 72px;
}
@media screen and (max-width: 750px) {
  #property-section .search_title_con {
    pointer-events: auto;
  }
  #city-section .area-images {
    width: 68.26666666666667vw;
    height: 85.86666666666667vw;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 8.53333333333333vw;
  }
  #city-section .area-images .kenhoku-img {
    background-image: url('../img/search/map_kenhoku_sp.svg');
  }
  #city-section .area-images .kenou-img {
    background-image: url('../img/search/map_keno_sp.svg');
  }
  #city-section .area-images .kensei-img {
    background-image: url('../img/search/map_kensei_sp.svg');
  }
  #city-section .area-images .kennan-img {
    background-image: url('../img/search/map_kennan_sp.svg');
  }
  #city-section .area-images .rokkou-img {
    background-image: url('../img/search/map_rokkou_sp.svg');
  }
  #city-section .area-txt {
    position: relative;
    top: 0;
    right: auto;
    margin-top: 3.2vw;
    margin-right: 6.4vw;
    text-align: right;
  }
}

/* property-section */
#property-section .title::before {
  background-image: url(../img/search/icon_bukken.svg);
}

/* city-section */
#city-section .title::before {
  background-image: url(../img/search/icon_CTV.svg);
}

/* route-section */
#route-section .title::before {
  background-image: url(../img/search/icon_route.svg);
}

#search_all .btn {
  margin-top: 64px;
}

/* open */
.search_main.open {
  display: block;
}
.search_title_con.active .open::after {
  transform: rotate(90deg);
}

/* search_btn */
#search_all .btn_area {
  display: flex;
  justify-content: center;
}
#search_all .search_btn {
  max-width: 100%;
  width: 364px;
  height: 64px;
	background: rgb(93,157,141);
  background: linear-gradient(90deg, rgba(93,157,141,1) 0%, rgba(65,110,99,1) 50%, rgba(52,95,84,1) 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.6em;
  transition: .6s;
  z-index: 0;
}
#search_all .search_btn input {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
	color: var(--C-white);
  text-align: center;
  transition: .6s;
}
#search_all .search_btn::before {
  content: '';
  width: 8px;
  height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='white' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  transition: .6s;
}
#search_all .search_btn::after {
  content: '';
  background: #333;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
#search_all .search_btn:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 750px) {
  #search_all {
    margin-top: -14.13333333333333vw;
  }
  .search_con {
    margin-bottom: 6.4vw;
  }
  .search_title_con {
    height: 14.13333333333333vw;
    padding-left: 4.26666666666667vw;
  }
  .search_title_con .title {
    font-size: 5.33333333333333vw;
    padding-left: 9.6vw;
  }
  .search_title_con .title::before {
    width: 7.46666666666667vw;
    height: 7.46666666666667vw;
  }
  .search_title_con .open {
    width: 14.13333333333333vw;
  }
  .search_title_con .open::before {
    width: 4.26666666666667vw;
  }
  .search_title_con .open::after {
    top: calc((100% - 4.26666666666667vw) / 2);
    height: 4.26666666666667vw;
  }
  .search_main {
    padding: 0 4.26666666666667vw 3.2vw 4.26666666666667vw;
  }
  #property-section .search_main {
    display: none;
  }
  #property-section .search_main.open {
    display: block;
  }
  .search_main_con picture {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    display: block;
  }
  .search_main_con picture img {
    width: 68.26666666666667vw;
    height: auto;
  }
  .search_main_con ul {
    padding-top: 8.53333333333333vw;
    padding-bottom: 8.53333333333333vw;
    gap: 5.33333333333333vw 8.53333333333333vw;
  }
  .search_main_con ul.border_M {
    width: 100%;
  }
  .search_main_con li:not(:last-child) {
    margin-right: 0;
  }
  .search_main_con li.all {
    width: 100%;
  }
  .search_main_con li.w_100 {
    margin-bottom: 0;
  }
  .search_main_con input[type="checkbox"] {
    width: 5.33333333333333vw;
    height: 5.33333333333333vw;
    margin-right: 2.13333333333333vw;
  }
  .search_main_con label {
    font-size: 4.26666666666667vw;
  }

  /* city-section */
  #city-section .search_main {
    padding-top: 8.53333333333333vw;
  }

  /* search_btn */
  #search_all .btn_area {
    gap: 3.2vw;
    margin-top: 12.8vw;
  }
  #search_all .search_btn  {
    width: 100%;
    height: 16vw;
  }
  #search_all input[type=submit] {
    font-size: 14px;
  }
}

/* ===============================
	pickup
 =============================== */
#pickup {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  #pickup {
    padding-top: 21.33333333333333vw;
    padding-bottom: 21.33333333333333vw;
  }
}

/* ===============================
	search_results
 =============================== */
#search_results {

}
#search_results h2 {
  border-top: var(--C-accent-green) 6px solid;
  border-bottom: var(--C-checkbox-border) 1px solid;
  padding: 16px 0;
  margin-top: 80px;
  margin-bottom: 56px;
}
#search_results_con {
  display: grid;
  grid-template-columns: 290px 1fr;
  grid-template-rows: 1fr min-content;
  grid-template-areas:
      "results_search results_main"
      "results_search results_pagenation";
  gap: 48px 40px;
}
#results_search { 
  grid-area: results_search; 
}
#results_main { 
  grid-area: results_main; 
}
#results_pagenatio { 
  grid-area: results_pagenatio; 
}
@media screen and (max-width: 750px) {
  #search_results h2 {
    font-size: 4.26666666666667vw;
    border-top: var(--C-accent-green) 4px solid;
    padding: 2.13333333333333vw 0;
    margin-top: 10.66666666666667vw;
    margin-bottom: 4.26666666666667vw;
  }
  #search_results_con {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
        "results_search"
        "results_main"
        "results_pagenation";
    gap: 0;
  }
}

/* ===============================
	results_search
 =============================== */
#results_search h3 {
  margin-bottom: 27px;
}
#results_search .search_con {
  filter: drop-shadow(4px 4px 16px rgb(0 0 0 / 0.16));
  margin-bottom: 24px;
}
#results_search .search_title_con {
  height: 48px;
  padding-left: 20px;
}
#results_search .search_title_con .title {
  font-size: 16px;
  padding-left: 28px;
}
#results_search .search_title_con .title::before {
  width: 24px;
  height: 24px;
}
#results_search .search_title_con .open {
  width: 48px;
}
#results_search .search_title_con .open::before {
  width: 14px;
}
#results_search .search_title_con .open::after {
  top: calc((100% - 14px) / 2);
  height: 14px;
}
#results_search .search_main {
  padding: 6px 20px 10px;
}
#results_search .search_main_con ul {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 12px;
  flex-direction: column;
  border-bottom: none;
}
#results_search .search_main_con .search_list_main li {
  position: relative;
}
#results_search .search_main_con .search_list_main::after,
#results_search .search_main_con .search_list_main li:not(:first-child)::before {
  content: '';
  border: var(--C-txt-main) 1px dashed;
  display: inline-block;
  position: absolute;
  margin: auto;
}
#results_search .search_main_con .search_list_main::after {
  width: 1px;
  height: calc(100% - 34px);
  bottom: 10px;
  left: 10px;
}
#results_search .search_main_con .search_list_main li:not(:first-child) {
  padding-left: 25px;
}
#results_search .search_main_con .search_list_main li:not(:first-child)::before {
  width: 11px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 10px;
}
#results_search .search_main_con .search_list_main li:not(:first-child) label {
  font-weight: 400;
}
#results_search .search_main_con label {
  font-size: 12px;
}

#results_search #keyword .title::before {
  background-image: url(../img/search/icon_keyword.svg);
}
#results_search #keyword .search_main {
  padding: 16px 20px 20px;
}
#results_search #keyword .search_main_con input[type=text] {
  font-size: 14px;
  box-shadow: 0 0 3px rgb(0 0 0 / .28) inset;
  width: 100%;
  height: 49px;
  border-radius: 3px;
  padding: 0 20px;
}
#results_search #keyword .search_main_con input[type=text]::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: var(--C-txt-gray);
}
#results_search #keyword .search_main_con input[type=submit] {
  display: none;
}
#results_search .search_btn {
  max-width: 100%;
  width: 364px;
  height: 64px;
  background: rgb(93, 157, 141);
  background: linear-gradient(90deg, rgba(93, 157, 141, 1) 0%, rgba(65, 110, 99, 1) 50%, rgba(52, 95, 84, 1) 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.6em;
  transition: .6s;
  z-index: 0;
}
#results_search .search_btn::before {
  content: '';
  width: 8px;
  height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' transform='translate(1379 365)' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1379 -365)' clip-path='url(%23a)'%3E%3Cpath fill='white' d='M.965,7.5h0L0,6.555,6.68,0l6.679,6.555-.964.946L6.68,1.894.966,7.5Z' transform='translate(1395 370.641) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  transition: .6s;
}
#results_search .search_btn::after {
  content: '';
  background: #333;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s;
}
#results_search .search_btn:hover::after {
  transform: scale(1, 1);
}
#results_search .search_btn input {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--C-white);
  text-align: center;
  transition: .6s;
}
@media screen and (max-width: 750px) {
  #results_search h3 {
    display: none;
  }
  #results_search .search_con {
    position: relative;
    filter: none;
    margin-bottom: 1px;
  }
  #results_search .search_title_con {
    height: 40px;
    justify-content: space-between;
    padding-left: 3.2vw;
    margin-bottom: 40px;
  }
  #results_search .search_title_con .title {
    font-size: 3.46666666666667vw;
    padding-left: 6.93333333333333vw;
  }
  #results_search .search_title_con .title::before {
    width: 4.8vw;
    height: 4.8vw;
  }
  #results_search .search_title_con .open {
    width: 40px;
  }
  #property-section .search_title_con .open {
    display: inline-block !important;
  }
  #results_search .search_title_con a span {
    font-size: 13px;
    font-weight: 500;
    color: var(--C-white);
    display: flex;
    align-items: center;
    padding: 1vw 2.13333333333333vw;
  }
  #results_search .search_title_con a span::after {
    content: '';
    width: 4.8vw;
    height: 4.8vw;
    background-image: url(../img/search/henkou_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(-90deg);
  }
  #results_search .search_main {
    background: #F2F2F2;
    padding: 0 3.2vw 12px;
  }
  #results_search .search_main:not(.open) {
    margin-top: 40px;
  }
  #results_search .search_main_con ul,
  #results_search .search_main_con .search_list_main {
    position: relative;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #results_search .search_main_con .search_list_main li:not(:first-child)::before,
  #results_search .search_main_con .search_list_main::after {
    content: none;
  }
  #results_search .search_main_con ul:not(:last-child)::after,
  #results_search .search_main_con .search_list_main:not(:last-child)::after {
    border: none;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--C-line-gray);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #results_search .search_main_con .search_list_main {
    flex-direction: row;
    gap: 16px 0;
  }
  #results_search .search_main_con .search_list_main li:first-child {
    width: 100%;
  }
  #results_search .search_main_con .search_list_main li:not(:first-child) {
    width: 50%;
    padding-left: 0;
  }
  #results_search .search_main_sp {
    width: calc(100vw - (19px * 2));
    height: 40px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
    padding: 0 3.2vw;
  }
  #results_search .search_main.open + .search_main_sp::after {
    content: '';
    width: calc(100% - (3.2vw * 2));
    height: 1px;
    background: var(--C-line-gray);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #results_search .search_main:not(.open) + .search_main_sp {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #results_search .search_main_sp p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 2ch;
    overflow: hidden;
  }
  #results_search .search_main_sp p span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #results_search #keyword {
    margin-top: calc(40px + 3.2vw);
  }
  #results_search #keyword .search_title_con {
    display: none;
  }
  #results_search #keyword .search_main {
    display: block;
    background: none;
    margin-top: 0;
    padding: 0;
  }
  #results_search #keyword .search_main_con {
    background: var(--C-white);
  }
  #results_search #keyword .search_main_con {
    height: 49px;
    display: flex;
    align-items: center;
    border-radius: 3px;
  }
  #results_search #keyword .search_main_con input[type=text],
  #results_search #keyword .search_main_con input[type=submit] {
    display: block;
  }
  #results_search #keyword .search_main_con input[type=text] {

    font-size: 3.73333333333333vw;
    box-shadow: 0 0 3px rgb(0 0 0 / .28) inset;
    width: calc(100% - 24vw);
    height: 100%;
    border-radius: 3px 0 0 3px;
    padding: 0 3vw 0 5.33333333333333vw;
  }
  #results_search #keyword .search_main_con input[type=text]::placeholder {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
    color: var(--C-txt-gray);
  }
  #results_search #keyword .search_main_con input[type=submit] {
    font-family: "Noto Serif JP", serif;
    font-size: 3.73333333333333vw;
    font-weight: 500;
    color: var(--C-white);
    text-align: center;
    width: 24vw;
    height: 100%;
    background: var(--C-accent-green);
    border-radius: 0 3px 3px 0;
  }
  #results_search .search_btn {
    display: none;
  }
}

/* ===============================
	results_main
 =============================== */
/* hit_number */
#results_main .hit_number {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 18px;
}
#results_main .hit_number * {
  font-family: "Noto Serif JP", serif;
}
#results_main .hit_number .gaitou span {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--C-accent-Dyellow);
  margin: auto 4px;
}
#results_main .hit_number .shuffle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#results_main .hit_number .shuffle select {
  font-size: 12px;
  border: var(--C-line-gray) 1px solid;
  width: 130px;
  height: 30px;
  background-color: var(--C-white);
  background-image: url(../img/search/hit_number_arrow.svg);
  background-size: 16px auto;
  background-position: center right 4px;
  background-repeat: no-repeat;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  #results_main .hit_number {
    font-size: 3.2vw;
    justify-content: space-between;
    margin-top: 7.46666666666667vw;
    margin-bottom: 4.26666666666667vw;
  }
  #results_main .hit_number .gaitou span {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    margin: auto 1.06666666666667vw;
  }
  #results_main .hit_number .shuffle {
    gap: 2.13333333333333vw;
    display: flex;
    align-items: center;
  }
  #results_main .hit_number .shuffle select {
    font-size: 3.2vw;
    width: 34.66666666666667vw;
    height: 8vw;
    background-size: 4.26666666666667vw auto;
    background-position: center right 1.06666666666667vw;
    padding-left: 2.66666666666667vw;
  }
}

/* results_list */
#results_list {
  margin-bottom: 4px;
}
#results_list ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#results_list li {
  container-type:inline-size;
  background: var(--C-white);
  filter: drop-shadow(0 0 12px rgb(0 0 0 / 0.24));
  padding-bottom: 32px;
}
#results_list li > a {
  display: inline-block;
  padding: 24px 32px 12px;
}
#results_list .list_title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
  border-bottom: var(--C-line-gray) 1px solid;
  margin-bottom: 16px;
  padding-bottom: 11px;
}
#results_list .list_category_con {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 128px;
  text-align: center;
}
#results_list .list_category_con div:last-child {
  margin-bottom: 3px;
}
#results_list .list_new {
  font-size: 12px;
  font-weight: 400;
  color: var(--C-white);
  background: var(--C-accent-Dyellow);
  width: 100%;
  height: 26px;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: none;
}
#results_list .list_category_con.new .list_new {
  display: flex;
}
#results_list .list_category {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  height: 26px;
  border: var(--C-accent-green) 2px solid;
  border-radius: 13px;
}
#results_list .category_01.list_category {
  color: var(--C-accent-green);
  border-color: var(--C-accent-green);
}
#results_list .category_02.list_category {
  color: #9D6872;
  border-color: #9D6872;
}
#results_list .category_03.list_category {
  color: #7F7442;
  border-color: #7F7442;
}
#results_list .title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--C-txt-blue);
  text-decoration: underline;
  transition: .6s;
}
#results_list .list_main {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#results_list .list_img {
  width: auto;
  max-width: 364px;
  height: 100%;
  aspect-ratio: 365 / 205;
  border: var(--C-line-gray) 1px solid;
  transition: .6s;
}
#results_list .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#results_list dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1px 0;
  width: calc(100% - 364px - 16px);
  min-width: 250px;
}
#results_list dl * {
  font-size: 12px;
  font-weight: 400;
}
#results_list dt {
  color: var(--C-accent-green);
  background: rgb(64 110 99 / .15);
  width: 120px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#results_list dd {
  background: #F2F2F2;
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  padding: 0 12px;
}
#results_list .list_contact {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  max-width: 364px;
  height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}
#results_list .list_contact > div {
  width: calc((364px - 4px) / 2);
  ,max-width: 100%;
  transition: .4s;
}
#results_list .list_contact a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}
#results_list .shiryo_btn {
  background: var(--C-accent-green);
}
#results_list .shiryo_btn:hover {
  background: #668B82;
}
#results_list .category_03 .shiryo_btn {
  width: 364px;
}
#results_list .yoyaku_btn {
  background: var(--C-accent-Dgreen);
}
#results_list .yoyaku_btn:hover {
  background: #576763;
}
#results_list .shiryo_btn p,
#results_list .yoyaku_btn p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--C-white);
  display: inline-block;
  position: relative;
  padding-left: 26px;
  transition: .4s;
}
#results_list .list_contact a p::before {
  content: '';
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#results_list .shiryo_btn p::before {
  background-image: url(../img/common/icon_shiryo.svg);
}
#results_list .yoyaku_btn p::before {
  background-image: url(../img/common/icon_yoyaku.svg);
}

#results_list li > a:hover .title,
#results_list li > a:hover .list_img {
  opacity: .6;
}
#hit_number_sp {
  display: none;
}
@container (max-width: 754px) {
  #results_list dl {
    width: 100%;
  }
}
/* results_pagenation */
#results_pagenation {
  margin-top: 48px;
  margin-bottom: 160px;
}
@media screen and (max-width: 750px) {
  #results_pagenation {
    margin-top: 12.8vw;
    margin-bottom: 21.33333333333333vw;
  }
}

/* ===============================
	no_search
 =============================== */
#results_search:has(+ #no_search) {
  margin-bottom: 160px;
}
@media screen and (max-width: 750px) {
  #results_search:has(+ #no_search) {
    margin-bottom: 0;
  }
}

/* no_search_0 */
#no_search_0 {
  text-align: center;
  background: var(--C-white);
  filter: drop-shadow(0 0 12px rgb(0 0 0 / 0.24));
  padding: 30px 20px 31px;
  margin-top: 70px;
  margin-bottom: 40px;
}
#no_search_0 p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
}
#no_search_0 .gaitou {
  margin-bottom: 21px;
}
#no_search_0 p span {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--C-accent-Dyellow);
}
@media screen and (max-width: 750px) {
  #no_search_0 {
    padding: 6.4vw 4vw 8.53333333333333vw;
    margin-top: 10.66666666666667vw;
    margin-bottom: 10.66666666666667vw;
  }
  #no_search_0 p {
    font-size: 3.2vw;
  }
  #no_search_0 .gaitou {
    margin-bottom: 4.26666666666667vw;
  }
  #no_search_0 p span {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
  }
}

/* results_list */
#no_search #results_list {
  background: #D9E2E0;
  margin-bottom: 0;
  padding: 40px 32px;
}
#no_search #results_list .title-04 {
  margin-bottom: 32px;
}
#no_search #results_list ul {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
#no_search #results_list li {
  padding-bottom: 0;
  width: calc((100% - (32px* 2)) / 3);
}
#no_search #results_list li > a {
  padding: 24px 16px 16px;
  height: 100%;
}
#no_search #results_list .list_title {
  gap: 8px;
  padding-bottom: 12px;
}
#no_search #results_list .list_category_con {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#no_search #results_list .list_category_con div:last-child {
  margin-bottom: 0;
}
#no_search #results_list .list_new {
  width: 60px;
}
#no_search #results_list .list_category {
  width: 128px;
}
#no_search #results_list .title {
  font-size: 16px;
}
#no_search #results_list .list_main {
  gap: 12px;
}
#no_search #results_list dl {
  min-width: auto;
}
#no_search #results_list dt {
  width: 100%;
  min-height: 34px;
  justify-content: flex-start;
  padding: 0 12px;
}
#no_search #results_list dd {
  width: 100%;
  padding: 6px 12px;
}
@media screen and (max-width: 1024px) {
  #no_search #results_list li {
    width: 100%;
    max-width: 274px;
  }
}
@media screen and (max-width: 750px) {
  #no_search #results_list {
    padding: 10.66666666666667vw 0;
    border-image-source: linear-gradient(#D9E2E0, #D9E2E0);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
  }
  #no_search #results_list .title-04 {
    margin-bottom: 6.4vw;
  }
  #no_search #results_list li {
    max-width: inherit;
  }
}

/* ===============================
	common_results_list_sp
 =============================== */
@media screen and (max-width: 750px) {
  #results_list {
    margin-bottom: 4.26666666666667vw;
  }
  #results_list ul {
    gap: 6.4vw !important;
  }
  #results_list li {
    padding-bottom: 0;
  }
  #results_list li > a {
    padding: 6.4vw 4.26666666666667vw 4.26666666666667vw !important;
  }
  #results_list .list_title {
    gap: 2.13333333333333vw;
    margin-bottom: 4.26666666666667vw;
    padding-bottom: 3.2vw;
  }
  #results_list .list_category_con {
    flex-direction: row;
    gap: 1.06666666666667vw;
    width: 100%;
  }
  #results_list .list_category_con div:last-child {
    margin-bottom: 0;
  }
  #results_list .list_new {
    font-size: 3.2vw;
    width: 16vw !important;
    height: 6.93333333333333vw;
    border-radius: 3.46666666666667vw;
  }
  #results_list .list_category {
    font-size: 3.2vw;
    width: 34.13333333333333vw;
    height: 6.93333333333333vw;
    border-radius: 3.46666666666667vw;
  }
  #results_list .title {
    font-size: 4.26666666666667vw;
  }
  #results_list .list_main {
    gap: 3.2vw !important;
  }
  #results_list .list_img {
    max-width: none;
    max-height: none;
  }
  #results_list dl {
    gap: 0;
  }
  #results_list dt,
  #results_list dd {
    font-size: 3.2vw;
    width: 100% !important;
    padding: 0 3.2vw !important;
  }
  #results_list dt {
    height: 8.8vw;
    min-height: auto !important;
    justify-content: flex-start !important;
  }
  #results_list dd {
    min-height: 6.66666666666667vw;
    margin-bottom: 1px;
  }
  #results_list .list_contact {
    gap: 1px;
    max-width: none;
    height: 13.33333333333333vw;
    margin-left: 0;
    margin-right: 0;
  }
  #results_list .list_contact > div {
    width: calc((100% - 1px) / 2);
    transition: .4s;
  }
  #results_list .category_03 .shiryo_btn {
    width: 100%;
  }
  #results_list .shiryo_btn p,
  #results_list .yoyaku_btn p {
    font-size: 4.26666666666667vw;
    padding-left: 8.53333333333333vw;
  }
  #results_list .list_contact a p::before {
    content: '';
    width: 5.33333333333333vw;
    height: 5.33333333333333vw;
  }
  #results_list + .hit_number {
    display: none;
  }
  #hit_number_sp {
    display: block;
    font-size: 3.2vw;
    font-weight: 500;
    text-align: center;
    margin-top: -2.13333333333333vw;
  }
}