@charset "utf-8";
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
header .main-menu .main-sub-menu.chiikiokoshi-sub-menu .item {
  background-image: none;
}
.list_ex, .list-count {
  font-size: 12px;
  color: #6E6555;
}
.button_link:hover {
  background-color: #41321E;
}
.searchCont .cateTtl {
  border-top: 4px solid #41321E;
  background-image: url(../img/icon/header_image.svg);
}
@media screen and (max-width: 750px){ 
  .searchCont .cateTtl {
    padding: 20px 10px 20px 80px;
    background-size: 40px;
    background-position: center left 24px;
  }
}
.cateTtl01 {
  padding-right: 16px;
  font-size: 26px;
  font-weight: bold;
  color: #58462D;
}
.cateTtl02 {
  font-size: 14px;
  font-weight: bold;
  color: #B1A28F;
}

/* 一覧 */
.search-modal {
	display: none;
}
.search-modal.opened {
	display: block;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(1 / 0);
}
.search-modal-bg {
  width: 100%;
  height: 100%;
  background: #000000B2;
  position: absolute;
  top: 0;
  left: 0;
}
.search-modal-close {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../../search/img/close.svg) no-repeat center/100%;
  position: absolute;
  top: calc(((100dvh - (min(700px, 72.916dvh))) / 2) - 48px);
  right: calc((100% - 840px) / 2);
  cursor: pointer;
}
@media screen and (max-width: 750px){ 
  .search-modal-close {
    top: calc(((100dvh - (min(700px, 74.9dvh))) / 2) - 44px);
    right: 16px;
  }
}
.search-modal-in {
  max-width: 840px;
  height: 72.916dvh;
  max-height: 700px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 750px){ 
  .search-modal-in {
    width: calc(100% - 32px);
    height: 74.9dvh;
  }
}
.condition_item-last {
  border: none;
}
.search-modal-in .item_substance {
  border: none;
  padding: unset;
}
.search-modal-in .item_substance .modal-freeword-input {
  width: 100%;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 750px){ 
  .search-modal-in .item_substance .modal-freeword-input {
    padding-bottom: 8px;
  }
}
.search-modal-in .item_substance .modal-freeword-input::after {
  content: "";
  width: 19px;
  aspect-ratio: 1/1.03;
  background: url(../../search/img/search.svg);
  position: absolute;
  top: 50%;
  left: 37px;
  translate: 0 -50%;
}
@media screen and (max-width: 750px){ 
  .search-modal-in .item_substance .modal-freeword-input::after {
    top: calc(50% + 6px);
  }
}
.search-modal-in .item_substance .modal-freeword-input input {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 13px 13px 13px 42px;
  border: 1px solid #767676;
  border-radius: 8px;
  font-size: 16px;
  font-weight: normal;
}
 .search-modal-tab-nav .list {
  display: grid;
  grid-template-columns: minmax(auto, 376px) minmax(57px, 1fr) minmax(auto, 376px);
  border-bottom: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
   .search-modal-tab-nav .list {
    grid-template-columns: 37.3% 1fr 37.3%;
  }
}
.search-modal-tab-nav .list .item {
  text-align: center;
}
.search-modal-tab-nav .list .item.active {
  border-bottom: 3px solid #CABBAE;
}
.search-modal-tab-nav .list .item a {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    color: #3F321E;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-nav .list .item a {
    padding-block: 5px;
  }
}
.search-modal-tab-nav .list .item a:hover {
  color: #3F321E;
  text-decoration: none;
}
.search-modal-tab-in {
  height: calc(72.916dvh - 86px - 34px - 80px);
  max-height: 500px;
  overflow-y: auto;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-in {
    height: calc(74.9dvh - 74px - 34px - 80px);;
  }
}
.search-modal-tab-in .box {
  display: none;
  padding-inline: 20px;
}
.search-modal-tab-in .box.active {
  display: block;
}
.search-modal-tab-chiiki {
  padding-top: 8px;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-chiiki {
    padding-block: 24px;
  }
}
.search-modal-tab-bosyu .condition_cate {
  padding-block: 24px 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-bosyu .condition_cate .input-bold {
    font-size: 16px;
  }
  .search-modal-tab-bosyu .condition_cate .label-pr-x {
    padding-right: 16px;
  }
  .search-modal-tab-bosyu .condition_cate .cate_list .label-pr-x:last-of-type {
    padding-right: 0;
  }
}
.search-modal-tab-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #41321E;
  margin-bottom: 16px;
}
.search-modal-tab-in .box .search-modal-tab-subttl {
  display: block;
  padding: 3px 8px 0;
  background-color: #E4DDD7;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.search-modal-tab-in .box .search-modal-tab-detail > div + div {
  margin-top: 16px;
}
.search-modal-tab-in .box .search-modal-tab-detail label {
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-in .box .search-modal-tab-detail label {
    font-size: 16px;
    font-weight: bold;
    color: #3F321E;
  }
}
.search-modal-tab-in .box .search-modal-tab-detail .sup_list_inputs,
.search-modal-tab-in .box .search-modal-tab-detail .sup_substance_list,
.search-modal-tab-in .box .search-modal-tab-detail .display-x {
  display: block;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-in .box .search-modal-tab-detail .display-x {
    font-size: 16px;
    font-weight: bold;
    color: #3F321E;
  }
}
.search-modal-tab-in .box .search-modal-tab-detail .list_ex {
  display: block;
  font-size: 12px; 
  color: #6E6555;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-in .box .search-modal-tab-detail .list_ex {
    padding-left: 0;
    font-weight: normal;
  }
}
.search-modal-tab-chiiki .prefecture_lists {
  display: none;
  width: 100%;
}
.search-modal-tab-chiiki .prefecture_list.not-acd {
  display: block;
  margin-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4DDD7;
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-chiiki .prefecture_list.not-acd {
    padding-block: 8px;
    margin-top: 0;
  }
}
.search-modal-tab-chiiki .prefecture_list.not-acd.last {
  border-bottom: none;
}
.search-modal-tab-chiiki .prefecture_lists .prefecture_list {
  display: block;
  padding-left: 16px;
  margin-top: 8px;
  color: #3F321E;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-chiiki .prefecture_lists .prefecture_list {
    font-size: 16px;
  }
}
.search-modal-tab-chiiki .prefecture {
  display: block;
  margin-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-chiiki .prefecture {
    padding-block: 8px;
    margin-top: 0;
  }
}
.search-modal-tab-chiiki .prefecture .prefecture_name {
  display: block;
  width: 100%;
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-chiiki .prefecture .prefecture_name {
    font-size: 16px;
  }
}
.search-modal-tab-chiiki .list_ex {
  margin-left: 8px;
  font-size: 12px;
  color: #6E6555;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-chiiki .list_ex {
    padding-left: 0;
  }
}
.search-modal-tab-chiiki .prefecture .prefecture-button {
  width: 16px;
  aspect-ratio: 1/1;
  border: none;
  background: url(../../search/img/arrow.svg) no-repeat center, transparent;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.search-modal-tab-chiiki .prefecture .prefecture-button.active {
  rotate: .5turn;
}
.search-modal-tab-katsudou {
  padding-top: 16px;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-katsudou {
    padding-bottom: 24px;
  }
}
.search-modal-tab-katsudou .cate_list {
  padding-block: 8px 0;
}
@media screen and (max-width: 750px){ 
  .search-modal-tab-katsudou .cate_list {
    padding-block: 8px 0;
  }
  .search-modal-tab-katsudou .cate_list .display-x {
    font-size: 16px;
  }
}
.search-modal-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  padding: 16px 20px;
}
@media screen and (max-width: 750px){ 
  .search-modal-btn {
    border-top: 1px solid #E4DDD7;
  }
}
.search-modal-btn > div {
  display: flex;
}
.search-modal-btn > div > input, .search-modal-btn > div > button {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-block: 12px;
  margin: 0;
  background-color: #41321E;
  border: 1px solid #41321E;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px){ 
  .search-modal-btn > div > input, .search-modal-btn > div > button {
    padding-block: 11px;
  }
}
.search-modal-btn > div > button {
  background-color: #fff;
  color: #41321E;
}

#mainContent {
  margin-top: 16px;
  border-top: 0;
  display: grid;
  grid-template-columns: 248px auto;
  grid-template-rows: auto auto 82px auto;
}
@media screen and (max-width: 750px){ 
  #mainContent {
    display: block;
  }
}
#mainContent .cateTtl {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.conditionCont {
  margin: 0;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  grid-column: 1 / 3;
  grid-row: 1 / 5;
}
@media screen and (max-width: 750px){ 
  .conditionCont {
    display: flex;
    flex-direction: column-reverse;
  }
}
.search-top {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: flex;
  align-items: stretch;
  padding: 16px 20px;
  border-bottom: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
  .search-top {
    display: block;
    padding: 0 20px 16px;
  }
}
.search-top #search-modal-btn {
  flex: 0 0 144px;
  background-color: transparent;
  border: 1px solid #767676;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
}
.search-top #search-modal-btn .pc {
  font-weight: bold;
}
@media screen and (max-width: 750px){ 
  .search-top #search-modal-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 13px 18px;
    border-radius: 8px;
    color: #767676;
  }
  .search-top #search-modal-btn .sp.active { 
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #3F321E;
  }
}
.search-top #search-modal-btn::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../../search/img/narrow.svg);
}
@media screen and (max-width: 750px){ 
  .search-top #search-modal-btn::before {
    flex: 0 0 24px;
  }
}
.search-top #search-modal-btn #applied-filters-count {
  display: grid;
  place-items: center;
  flex: 0 0 20px;
  min-height: 20px;
  aspect-ratio: 1/1;
  padding-top: 1px;
  background-color: #EE5A24;
  border-radius: calc(1px / 0);
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 750px){ 
  .search-top #search-modal-btn #applied-filters-count {
    flex: 0 0 16px;
    min-height: 16px;
  }
}
.search-top .condition_item-last {
  border: none;
  height: 100%;
}
.search-top .condition_item-last .item_substance {
  width: auto;
  padding: 0;
  border: none;
}
.search-top .condition_item-last .item_substance .freeword_input {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 750px){ 
  .search-top .condition_item-last .item_substance .freeword_input {
    display: none;
  }
}
.search-top .condition_item-last .item_substance .freeword_input::before {
  content: "";
  width: 19px;
  aspect-ratio: 1/1.03;
  background: url(../../search/img/search.svg);
  position: absolute;
  top: 50%;
  left: 17px;
  translate: 0 -50%;
}
.search-top .condition_item-last .item_substance .freeword_input_area {
  width: 100%;
  height: 100%;
  min-height: 48px;
  border: 1px solid #767676;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0 0 0 42px;
  box-sizing: border-box;
  color: #3F321E;
}
.search-top .button_link {
  width: auto;
  min-width: 120px;
  padding-block: 16px;
  margin: unset;
  margin-left: 20px;
  background-color: #41321E;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 16px;
}
@media screen and (max-width: 750px){ 
  .search-top .button_link {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}

.search-side {
  grid-column: 1 / 2;
  grid-row: 3 / 5;
  border-right: 1px solid #E4DDD7;
  border-bottom: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
  .search-side {
    border: none;
  }
}
.search-side > div {
  display: block;
  padding: 16px 20px;
}
.search-side > div:nth-child(n + 3) {
  border-top: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
  .search-side .condition_region,.search-side .condition_cate .item_ttl {
    display: none;
  }
  .search-side .condition_cate {
    padding: 16px 20px;
  }
}
#applied-filters {
  border-bottom: 1px solid #E4DDD7;
}
.applied-filters-in {
  padding: 16px 20px;
  border: 1px solid #E4DDD7;
  border-radius: 8px;
  cursor: pointer;
}
.applied-filters-in:hover {
  background-color: #F5F5F4;
}
.applied-filters-in .applied-filters-ttl {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #41321E;
}
.applied-filters-in .applied-filters-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  color: #3F321E;
}
.search-side .item_ttl {
  display: block;
  padding: 0;
  margin-bottom: 16px;
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.search-side .cate_lists {
  padding: 0;
  border: none;
}
.search-side .cate_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 750px){ 
  .search-side .condition_cate .item_substance ul li {
    flex-direction: row;
    gap: 0 16px;
  }
  .search-side .condition_cate .item_substance ul li .label-pr-x {
    padding-right: 0;
  }
}
.search-side .region_substance {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
.region_substance input {
  margin-bottom: 3px;
}

.search-side .region_substance ul, .search-side .region_substance ul li {
  width: 100%;
}
.search-side .input-bold {
  font-size: 16px;
}
.search-side .prefecture_name {
  display: block;
  width: auto;
  float: unset;
}
.search-side .prefecture_lists {
  display: none;
  width: auto;
  float: unset;
}
.search-side .prefecture #hokkaido {
  display: none;
}
.search-side .prefecture_lists .prefecture_list {
  display: block;
  margin-top: 4px;
  padding-left: 0;
  color: #3F321E;
}
.search-side .prefecture_lists .prefecture_list .list_ex {
  padding-left: 4px;
  color: #6E6555;
}
.search-side .prefecture {
  padding: unset;
  position: relative;
  padding-block: 16px;
  border-bottom: 1px solid #E4DDD7;
}
.search-side .prefecture-not-acd, .search-side .prefecture_name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #3f321e;
}
.search-side .first {
  padding-top: 0;
}
.search-side .prefecture_name {
  padding-right: 16px;
  position: relative;
}
.search-side .prefecture_name .prefecture-button {
  width: 16px;
  aspect-ratio: 1/1;
  border: none;
  background: url(../../search/img/arrow.svg), transparent;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.search-side .prefecture_name .prefecture-button.active {
  rotate: .5turn;
}

.search-status {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.search-status .search-status-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 750px){ 
  .search-status .search-status-in {
    flex-direction: column;
    align-items: flex-end;
  }
}
.search-status .count {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #3F321E;
}
.search-status .count .count-num {
  font-size: 30px;
  font-weight: bold;
}
.search-status .status-change {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 160px;
}
@media screen and (max-width: 750px){ 
  .search-status .status-change {
    min-width: 100%;
  }
}
.search-status .status-change > button {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding-block: 8px;
  border: 1px solid #41321E;
  background-color: #fff;
  font-size: 16px;
  color: #3F321E;
}
@media screen and (max-width: 750px){ 
  .search-status .status-change > button {
    font-size: 14px;
  }
}
.search-status .status-change:not(:has(.active)) button:first-of-type,
.search-status .status-change button.active {
  background-color: #41321E;
  color: #fff;
  font-weight: bold;
}
.search-status .status-change #order-key-new {
  border-radius: 8px 0 0 8px;
}
.search-status .status-change #order-key-soon {
  border-radius: 0 8px 8px 0;
  border-left: none;
}

.searchList_Txt {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}

.searchList_detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 750px){ 
  .searchList_detail {
    padding-bottom: 20px;
  }
}
.searchList_detail .detail {
  border: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail {
    width: 100%;
  }
}
.searchList_detail .detail.skeleton {
  position: relative;
  overflow: hidden;
}
.searchList_detail .detail.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    -75deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.4) 15%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.1) 65%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.1) 95%,
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 1.2s infinite;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.searchList_detail .detail.skeleton .detail_location,
.searchList_detail .detail.skeleton .detailTitle,
.searchList_detail .detail.skeleton .detailLabel,
.searchList_detail .detail.skeleton .detail_img {
  background: #eaeaea;
}
.searchList_detail .detail.skeleton .detail_location {
  display: block !important;
  border-radius: 0 !important;
} 
.searchList_detail .detail.skeleton .detail_location .location_city {
  background: none !important;
}
.searchList_detail .detail.skeleton .detailLabel {
  min-height: 20px;
  border-top: none !important;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail.skeleton .detail_img {
    aspect-ratio: 1/1;
  }
}
.searchList_detail .detail.skeleton a {
  pointer-events: none;
}
.searchList_detail .detail.skeleton a:hover {
  background-color: initial !important;
}
.searchList_detail .detail li a {
  display: block;
  color: #3F321E;
  background-color: #fff;
}
.searchList_detail .detail li a:hover {
  color: #3F321E;
  text-decoration: none;
  background-color: #F5F5F4;
}
.searchList_detail .detail li .detail_wrapper {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 0 16px;
  padding: 16px;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail li .detail_wrapper {
    grid-template-columns: 1fr 90px;
    align-items: center;
  }
}
.searchList_detail .detail li .detail_wrapper .detail_location  {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail li .detail_wrapper .detail_location  {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 0;
  }
}
.searchList_detail .detail li .detail_wrapper .detail_location .location_date {
  padding-top: 3px;
  font-size: 16px;
  color: #767676;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail li .detail_wrapper .detail_location .location_date {
    font-size: 11px;
    padding-top: 0;
  }
}
.searchList_detail .detail li .detail_wrapper .location_city {
  display: inline-block;
  min-height: 30px;
  padding: 5px 8px 1px 26px;
  background: url(../../search/img/address.svg) no-repeat center left 8px/16px, #F5F5F4;
  border-radius: calc(1px/0);
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail li .detail_wrapper .location_city {
    min-height: 18px;
    padding: 3px 8px 0 22px;
    margin-bottom: 4px;
    background-size: 12px;
    font-size: 12px;
  }
}
.searchList_detail .detail li .detail_wrapper .detailTitle {
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #3F321E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px){
  .searchList_detail .detail li .detail_wrapper .detailTitle {
    min-height: 33px;
    font-size: 12px;
  }
}
.searchList_detail .detail li .detail_wrapper .detailLabel {
  display: flex;
  gap: 8px;
  padding-top: 10px;
  margin-top: 19px;
  border-top: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){
  .searchList_detail .detail li .detail_wrapper .detailLabel {
    flex-wrap: wrap;
    margin-top: 7px;
    padding-top: 6px;
  }
}
.searchList_detail .detail li .detail_wrapper .detailLabel li {
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 20px;
  padding-top: 2px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #3F321E;
}
@media screen and (max-width: 750px){ 
  .searchList_detail .detail li .detail_wrapper .detailLabel li {
    min-width: unset;
    min-height: 19px;
    padding: 0 4px;
  }
}
.searchList_detail .detail li .detail_wrapper .detailLabel li.kyoryokutai {
  background-color: #F49292;
}
.searchList_detail .detail li .detail_wrapper .detailLabel li.intern {
  background-color: #F3D479;
}
.searchList_detail .detail li .detail_wrapper .detailLabel li.otameshi {
  background-color: #8DCDE0;
}
.searchList_detail .detail li .detail_img img {
  width: 140px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.searchList_detail .detail li .detail_img img:hover {
  opacity: 1;
}

.searchList_pageList {
  margin-block: 20px;
}
.searchList_pageList .pagenavi {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.searchList_pageList .pagenavi > a, .searchList_pageList .pagenavi > span {
  display: inline-block;
  padding-top: 4px;
  padding-inline: 8px;
  border: 1px solid #E4DDD7;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #3F321E;
}
.searchList_pageList .pagenavi > span {
  border: 1px solid #41321E;
  background-color: #41321E;
  color: #fff;
}
.searchList_pageList .pagenavi .pager-first, .searchList_pageList .pagenavi .pager-before {
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 750px){ 
  .searchList_pageList .pagenavi .pager-first, .searchList_pageList .pagenavi .pager-before {
    padding: unset;
    width: 24px;
  }
}
.searchList_pageList .pagenavi .pager-first::before, .searchList_pageList .pagenavi .pager-before::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 8px;
  translate: 0 -50%;
}
@media screen and (max-width: 750px){ 
  .searchList_pageList .pagenavi .pager-first::before, .searchList_pageList .pagenavi .pager-before::before {
    left: -2px;
  }
}
.searchList_pageList .pagenavi .pager-first::before {
  background-image: url(../../search/img/double_arrow.svg);
}
.searchList_pageList .pagenavi .pager-before::before {
  background-image: url(../../search/img/narrow_arrow.svg);
  rotate: .5turn;
}
.searchList_pageList .pagenavi .pager-next, .searchList_pageList .pagenavi .pager-last {
  padding-right: 36px;
  position: relative;
}
@media screen and (max-width: 750px){ 
  .searchList_pageList .pagenavi .pager-next, .searchList_pageList .pagenavi .pager-last {
    padding: unset;
    width: 24px;
  }
}
.searchList_pageList .pagenavi .pager-next::before, .searchList_pageList .pagenavi .pager-last::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
}
@media screen and (max-width: 750px){ 
  .searchList_pageList .pagenavi .pager-next::before, .searchList_pageList .pagenavi .pager-last::before {
    right: -2px;
  }
}
.searchList_pageList .pagenavi .pager-next::before {
  background-image: url(../../search/img/narrow_arrow.svg);
}
.searchList_pageList .pagenavi .pager-last::before {
  background-image: url(../../search/img/double_arrow.svg);
  rotate: .5turn;
}

/* 詳細 */
body.scroll-lock {
  position: sticky;
  overflow: hidden;
}
#mainContent.searchDetailCont {
  display: block;
}
#mainContent.searchDetailCont .mainContent-in {
  padding: 60px;
}
@media screen and (max-width: 750px){
  #mainContent.searchDetailCont .mainContent-in {
    padding: 20px;
  }
}
.searchDetailCont .main-img img {
  width: 100%;
  height: 472px;
  object-fit: contain;
}
@media screen and (max-width: 750px){
  .searchDetailCont .main-img img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.searchDetailCont .detail-ttl {
  padding-bottom: 10px;
  margin-top: 24px;
  border-bottom: 1px solid #E4DDD7;
  font-size: 26px;
  font-weight: bold;
  color: #58462D;
}
@media screen and (max-width: 750px){
  .searchDetailCont .detail-ttl {
    margin-top: 16px;
    font-size: 20px;
  }
}
.searchDetailCont .detail-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  .searchDetailCont .detail-location {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}
.searchDetailCont .detail-location .update-data {
  display: inline-block;
  font-size: 16px;
  color: #767676;
}
.searchDetailCont .detail_city {
  display: inline-block;
  padding-left: 20px;
  background: url(../../search/img/address.svg) no-repeat center left / 16px;
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
}
.searchDetailCont .detail_introduction h2,
.searchDetailCont .detail_recruit .titleH2,
.other-detail h2 {
  display: block;
  margin-top: 24px;
  padding-bottom: 12px;
  border-bottom: 8px solid #CABBAE;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #41321E;
}
.searchDetailCont .detail_introduction a {
  word-wrap:break-word;
  color: #896205 !important;
  text-decoration: none;
}
.searchDetailCont .detail_introduction a > * {
  color: #896205 !important;
}
.searchDetailCont .detail_introduction a:hover {
  text-decoration: underline;
}
.searchDetailCont .detail_introduction {
  margin-top: 24px;
}
.searchDetailCont .detail_introduction h3 {
  display: block;
  margin-top: 24px;
  padding-top: 2px;
  padding-inline: 8px;
  background-color: #E4DDD7;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.searchDetailCont .detail_introduction p {
  margin-top: 24px;
  padding-inline: 0;
  font-size: 16px;
  color: #222;
}
.searchDetailCont .detail_introduction .introduction_img1 img {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.searchDetailCont .detail_introduction .introduction_img2 {
  text-align: center;
}
.searchDetailCont .detail_introduction .introduction_img2 img {
  width: 406px;
  height: auto;
  margin-top: 24px;
}
.searchDetailCont .detail_recruit {
  margin-top: 48px;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content {
  display: none;
  will-change: height;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-button {
  display: block;
  text-align: left;
  width: 100%;
  padding: 9px 38px 7px 14px;
  margin-top: 24px;
  background-color: #E4DDD7;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
  position: relative;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-button::before {
  content: "";
  width: 16px;
  aspect-ratio: 1 / 1;
  border: none;
  background: url(../../search/img/arrow.svg), transparent;
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-ttl .taiin-bosyu-detail-acd-button.active::before {
  rotate: .5turn;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li .recruit_itemName,
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li .recruit_item {
  padding: 12px 14px;
  border: 1px solid #E4DDD7;
  border-top: none;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li .recruit_itemName {
  display: grid;
  place-items: center;
  background-color: #F5F5F4;
  font-size: 12px;
  font-weight: bold;
  color: #3F321E;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li .recruit_item {
  border-left: none;
  font-size: 16px;
  color: #3F321E;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li .recruit_item a {
  color: #896205;
  text-decoration: none;
  word-wrap:break-word;
}
.searchDetailCont .detail_recruit .taiin-bosyu-detail-acd-content ul li .recruit_item a:hover {
  text-decoration: underline;
}
.searchDetailCont .detail_contact {
  margin-top: 24px;
  border: 1px solid #E4DDD7;
} 
@media screen and (max-width: 750px){
  .searchDetailCont .detail_contact {
    margin-block: 24px;
  } 
}
.searchDetailCont .detail_contact .titleH3 {
  padding: 8px 14px;
  background-color: #E4DDD7;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
}
.searchDetailCont .detail_contact .contact_txt {
  padding: 12px 14px;
  list-style: none;
}
.searchDetailCont .detail_contact .contact_txt li {
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  color: #3F321E;
}
.searchDetailCont .detail_contact .contact_txt li::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #3F321E;
  border-radius: calc(1px/0);
  position: absolute;
  top: 6px;
  left: 0;
}
.searchDetailCont .detail_contact .contact_txt li a {
  word-wrap:break-word;
  color: #896205;
  text-decoration: none;
}
.searchDetailCont .detail_contact .contact_txt li a:hover {
  text-decoration: underline;
}
.searchDetailCont .url-btn,
.searchDetailCont .mail-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  margin-block: 48px;
}
@media screen and (max-width: 750px){
  .searchDetailCont .url-btn,
  .searchDetailCont .mail-btn {
    width: 100%;
    margin-block: 0;
    padding: 8px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.searchDetailCont .url-btn a,
.searchDetailCont .mail-btn button {
  min-width: 359px;
  padding-block: 12px;
  border: none;
  background-color: #41321E;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px){
  .searchDetailCont .url-btn a,
  .searchDetailCont .mail-btn button {
    min-width: 100%;
  }
}
.searchDetailCont .mail-btn a {
  margin-top: 8px;
  color: #3F321E;
  font-size: 14px;
}
@media screen and (max-width: 750px){
  .searchDetailCont .mail-btn a {
    margin-bottom: 8px;
  }
}
.other-detail {
  padding-top: 24px;
  border-top: 1px solid #E4DDD7;
}
.other-detail-list .no-thread {
  font-size: 14px;
  padding-top: 20px;
}
@media screen and (max-width: 750px){
  .other-detail-list .no-thread {
    font-size: 13px;
    padding-top: 16px;
  }
}
.other-detail .other-detail-list li a {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 0 16px;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #E4DDD7;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .other-detail .other-detail-list li a {
    grid-template-columns: 1fr 90px;
    align-items: center;
  }
}
.other-detail .other-detail-list li a:hover {
  background-color: #F5F5F4;
  color: #3F321E;
  text-decoration: none;
}
.other-detail .other-detail-list li a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.other-detail .other-detail-list li a .txtBox > span {
  display: inline-block;
  padding: 5px 8px 1px 26px;
  margin-bottom: 10px;
  background: url(../../search/img/address.svg) no-repeat center left 8px / 16px, #F5F5F4;
  border-radius: calc(1px / 0);
  font-size: 16px;
  font-weight: bold;
  color: #3F321E;
}
@media screen and (max-width: 750px){
  .other-detail .other-detail-list li a .txtBox > span {
    min-height: 18px;
    padding: 3px 8px 0 22px;
    margin-bottom: 4px;
    background-size: 12px;
    font-size: 12px;
  }
}
.other-detail .other-detail-list li a .txtBox > p {
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #3F321E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px){
  .other-detail .other-detail-list li a .txtBox > p {
    min-height: 33px;
    font-size: 12px;
  }
}
.other-detail .other-detail-list li a .txtBox > ul {
  display: flex;
  gap: 8px;
  padding-top: 10px;
  margin-top: 19px;
  border-top: 1px solid #E4DDD7;
}
@media screen and (max-width: 750px){
  .other-detail .other-detail-list li a .txtBox > ul {
    flex-wrap: wrap;
    margin-top: 7px;
    padding-top: 6px;
  }
}
.other-detail .other-detail-list li a .txtBox > ul li {
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 20px;
  padding-top: 2px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #3F321E;
}
@media screen and (max-width: 750px){
  .other-detail .other-detail-list li a .txtBox > ul li {
    font-size: 10px;
    min-width: unset;
    min-height: 19px;
    padding: 0 4px;
  }
}
.other-detail .other-detail-list li a .txtBox > ul li.kyoryokutai {
  background-color: #F49292;
}
.other-detail .other-detail-list li a .txtBox > ul li.intern {
  background-color: #F3D479;
}
.other-detail .other-detail-list li a .txtBox > ul li.otameshi {
  background-color: #8DCDE0;
}

.pc-fixed-contact-button.contact_button {
  display: block;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 2px 2px 12px 0px #2222224D;
  writing-mode: vertical-rl;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  translate: 0 -50%;
}
.pc-fixed-contact-button.contact_button a {
  display: inline-block;
  padding: 8px 21px;
  background-color: #41321E;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #F5F5F4;
  letter-spacing: 0.2em;
}

.pc-fixed-contact-button.mail-btn {
  margin-block: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 2px 2px 12px 0px #2222224D;
  writing-mode: vertical-rl;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  translate: 0 -50%;
}
.pc-fixed-contact-button.mail-btn button {
  min-width: unset;
  display: inline-block;
  padding: 8px 21px;
  background-color: #41321E;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #F5F5F4;
  letter-spacing: 0.2em;
}
.pc-fixed-contact-button.mail-btn {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px){
  body:has(.searchDetailCont) footer {
    padding-bottom: 70px
  }
}

.toast-message {
  text-align: center;
  width: 900px;
  padding: 10px 12px;
  background: #E4DDD7E6;
  color: #3F321E;
  font-size: 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 100;
}
@media screen and (max-width: 750px){
  .toast-message {
    text-align: left;
    width: 95%;
    padding: 10px 12px 10px;
    top: unset;
    bottom: 123px;
    left: 50%;
    translate: -50% 0;
  }
}