@charset "UTF-8";
/**
*
* search detai style
*
**/
#search {
  padding: 4rem 0;
}
.search_result__list {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #search {
    padding: 1.5rem 0 2rem;
  }
  .search_result__list {
    margin: 0;
    padding: 0;
  }
}
.search_result_item {
  width: 100%;
  padding: 2rem;
  background-color: #f6f4f3;
  border-radius: 10px;
  position: relative;
}
.search_result_hit {
  font-size: inherit;
  line-height: 1.333;
  margin: 2rem 0 1.5rem;
}
.search_result_hit span {
  padding: 0 .1rem;
  font-size: 120%;
  font-weight: 700;
}
.search_result__list .title_parts .tit01 {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px dashed var(--sub_c);
}
.search_result__list .title_parts .tit01 a {
  color: inherit;
}
.search_result__list .title_parts .btn {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fecacf;
  background: #fecacf;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  transition: all 0.2s ease;
}
.search_result__list .title_parts .btn.active {
  border: 1px solid #fd7686;
  background: #fd7686;
  color: #fff;
  opacity: 1;
}
@media (min-width: 768px) {
  .search_result__list .title_parts .btn:focus, .search_result__list .title_parts .btn:hover {
    border: 1px solid #fd7686;
    background: #fff;
    color: #fd7686;
    opacity: 1;
  }
  .search_result__list .title_parts .btn:active {
    border: 1px solid #fd7686;
    background: #fd7686;
    color: #fff;
    opacity: 1;
  }
}
.search_result__list .title_parts .btn::before {
  content: "\f443";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
  transform: translate(0, 2.5%) scaleX(0.9);
  color: inherit;
}
@media (max-width: 767px) {
  .search_result__list .title_parts {
    padding: 14px 0 0;
  }
  .search_result__list .title_parts .tit01 {}
  .search_result__list .title_parts .btn {
    top: 12px;
  }
}
.search_result__list .grade_parts {
  margin-bottom: 1rem;
  padding: .8rem 1.2rem;
  background: #f6f4f3;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .search_result__list .grade_parts {
    padding: 0;
  }
}
/* .grade_parts_tags */
.search_result__list .grade_parts .grade_parts_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .search_result__list .grade_parts .grade_parts_tags {
    width: 100%;
    padding-right: 36px;
    margin: 0 0 8px;
  }
}
/**
* タグ・カテゴリ（グレードタグ）
* ※詳細ページと共通のスタイル
**/
.grade_parts_tags > label {
  display: block;
  margin: 0 4px 0 0;
  background: #f4f4f4;
  color: inherit;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.grade_parts_tags > label:focus, .grade_parts_tags > label:hover {
  opacity: 1;
}
.grade_parts_tags > label > button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  border: none;
  background: transparent;
  cursor: pointer;
}
.grade_parts_tags > label:focus > button, .grade_parts_tags > label:hover > button, .grade_parts_tags > label > button:focus, .grade_parts_tags > label > button:hover {
  opacity: 1;
}
.grade_parts_tags > label > button > img {
  display: none;
}
@media (max-width: 767px) {
  .grade_parts_tags > label {
    font-size: 8px;
    line-height: 12px;
    padding: 4px 8px;
  }
  .grade_parts_tags > label > button {
    top: 6px;
    right: 5px;
  }
}
.grade_parts_tags .grade_parts_tag1, .grade_parts_tags .grade_parts_tag2, .grade_parts_tags .grade_parts_tag3, .grade_parts_tags .grade_parts_tag4, .grade_parts_tags .grade_parts_tag5, .grade_parts_tags .grade_parts_tag6, .grade_parts_tags .grade_parts_tag7, .grade_parts_tags .grade_parts_tag8, .grade_parts_tags .grade_parts_tag9, .grade_parts_tags .grade_parts_tag10, .grade_parts_tags .grade_parts_tag11, .grade_parts_tags .grade_parts_tag12, .grade_parts_tags .grade_parts_tag13, .grade_parts_tags .grade_parts_tag14, .grade_parts_tags .grade_parts_tag15, .grade_parts_tags .grade_parts_tag16, .grade_parts_tags .grade_parts_tag17, .grade_parts_tags .grade_parts_tag18, .grade_parts_tags .grade_parts_tag19, .grade_parts_tags .grade_parts_tag20, .grade_parts_tags .grade_parts_tag21, .grade_parts_tags .grade_parts_tag22, .grade_parts_tags .grade_parts_tag23 {
  background: #f4f4f4;
  color: inherit;
}
/* .grade_parts_score */
.search_result__list .grade_parts .grade_parts_score {
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: auto;
  gap: 5px;
}
@media (max-width: 767px) {
  .search_result__list .grade_parts .grade_parts_score {
    padding-right: 36px;
  }
}
.search_result__list .grade_parts .grade_parts_score label {
  display: block;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  min-width: 55px;
  position: relative;
}
.search_result__list .grade_parts .grade_parts_score p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.search_result__list .grade_parts .grade_parts_score b {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
  line-height: 14px;
}
.search_result__list .grade_parts .grade_parts_score b > a {
  display: inline-block;
  color: var(--main_c);
  font-size: 1.4rem;
  font-weight: inherit;
  line-height: 14px;
}
.search_result__list .grade_parts .grade_parts_score small {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
  line-height: 14px;
}
.search_result__list .grade_parts .grade_parts_score b + small {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .search_result__list .grade_parts .grade_parts_score {
    width: calc(100% - 88px);
  }
  .search_result__list .grade_parts .grade_parts_score label {
    text-align: left;
    width: auto;
    margin-right: 4px;
  }
  .search_result__list .grade_parts .grade_parts_score p {
    justify-content: flex-end;
    width: auto;
  }
  .search_result__list .grade_parts .grade_parts_score b {
    font-size: 10px;
    line-height: 16px;
  }
  .search_result__list .grade_parts .grade_parts_score b > a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 16px;
  }
  .search_result__list .grade_parts .grade_parts_score small {
    font-size: 10px;
    line-height: 16px;
  }
}
/* エリア名 .ddd_parts */
.search_result__list .grade_parts .ddd_parts {
  font-size: 1.2rem;
}
@media (max-width: 1300px) {
  .search_result__list .grade_parts .ddd_parts {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .search_result__list .grade_parts .ddd_parts {
    padding: 0 8px;
    width: 8, 80px;
  }
}
.search_result__list .grade_parts .ddd_parts > span {
  font-weight: bold;
}
.search_result__list .grade_parts .ddd_parts > span:empty {
  display: none;
}
.search_result__list .grade_parts .ddd_parts > span::before {
  content: "\f3a3";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main_c);
  margin: 0 3px 0 0;
}
.search_result_item_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
.search_result_item .img_parts {
  width: 180px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
.search_result_item .img_parts .main_img {
  width: 100%;
  height: 180px;
  padding: 1rem;
  background: #fff;
}
.search_result_item .img_parts .main_img img {
  max-width: none;
  width: 100%;
  height: 160px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 3px;
}
.search_result_item .img_parts .sub_img {
  width: calc((100% - 5px) / 2);
  height: auto;
}
.search_result_item .img_parts .sub_img img {
  max-width: 250px;
  width: 100%;
  height: 80px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .search_result_item .img_parts {
    width: 100%
  }
  .search_result_item .img_parts .main_img {
    height: 230px
  }
  .search_result_item .img_parts .main_img:only-child {}
  .search_result_item .img_parts .main_img img {
    height: 210px;
  }
  .search_result_item .img_parts .sub_img {}
  .search_result_item .img_parts .sub_img + .sub_img {}
  .search_result_item .img_parts .sub_img img {}
}
.search_result_item .text_parts {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin: 0 0 1rem;
  position: relative;
}
.search_result_item .text_parts:first-child {
  width: 100%;
}
/* 画像無しの場合 */
@media (max-width: 767px) {
  .search_result_item .text_parts {
    width: 100%;
    padding: 14px 0 0;
  }
}
.search_result_item .text_parts > * {
  order: 5;
  width: 100%;
}
.search_result_item .text_parts > .title_parts {
  order: 1;
}
.search_result_item .text_parts > .grade_parts {
  order: 0;
}
.search_result_item .text_parts > h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.35;
}
.search_result_item .text_parts > * + h4 {}
.search_result_item .text_parts > h4 a {
  color: inherit;
}
.search_result_item .text_parts > h5 {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 0 0 8px;
}
.search_result_item .text_parts > * + h5 {
  padding: 16px 0 0;
}
.search_result_item .text_parts > h5 a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .search_result_item .text_parts > h4 {
    font-size: 1.6rem;
    margin: 0 0 6px;
  }
  .search_result_item .text_parts > * + h4 {
    border-top: none;
    padding: 12px 0 0;
  }
  .search_result_item .text_parts > p {
    font-size: 11px;
    line-height: 1.8rem;
    margin: 0;
  }
  .search_result_item .text_parts > h4 a {
    color: var(--sub_c);
    font-weight: bold;
    text-decoration: underline;
  }
  .search_result_item .text_parts > h4 a * {
    color: inherit;
  }
  .search_result_item .text_parts > p a {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.1ex;
    text-decoration: underline;
    opacity: 0.66;
    margin-left: 2.5px;
  }
  .search_result_item .text_parts .box_btn .btn_tel {
    width: 100%;
    text-align: center
  }
}
.search_result_item .text_parts .box_btn {
  margin-top: 4rem
}
.search_result_item .address_parts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  order: 5;
  font-size: 1.2rem;
}
.search_result_item .address_parts .icon_img {
  padding: 4px 0;
}
.search_result_item .address_parts .address_text {
  padding: 4px 0;
  margin: 0 32px 0 0;
}
.search_result_item .address_parts .movie_icon_img {
  flex-basis: 100%;
  order: 6;
}
.search_result_item .address_parts .movie_icon_img p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 40px;
  height: 40px;
  color: #fff;
  margin: 8px 0;
  background-color: #fc6968;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.search_result_item .address_parts .movie_icon_img p.movie_link_off {
  background-color: #e8e8e8;
}
.search_result_item .address_parts .movie_icon_img p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: -5px;
  width: 20px;
  height: 20px;
  background: url("../images/movie_btn.png") center center/12.5px no-repeat;
}
@media (max-width: 767px) {
  .search_result_item .address_parts {
    padding-bottom: 5px;
    position: relative;
  }
  .search_result_item .address_parts .movie_icon_img {
    width: 33.33%;
  }
  .search_result_item .address_parts .movie_icon_img p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 2.6rem;
    max-width: none;
    height: 2.6rem;
  }
  .search_result_item .address_parts .movie_icon_img p::before {
    top: 3px;
    width: 12px;
    height: 12px;
    background: url(../images/movie_btn.png) center center/13px no-repeat;
  }
  .search_result_item .address_parts .icon_img {
    width: 64px;
    font-size: 8px;
  }
  .search_result_item .address_parts .address_text {
    width: calc(100% - 64px);
    font-size: 8px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .search_result__list .box_btn .btn_net {
    margin-bottom: 8px;
  }
  .search_change_view {
    flex-basis: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    clear: both;
    padding: 0 8px 8px;
    margin: 8px 0;
    background: #fff;
  }
  .search_change_view div {
    flex-basis: 52%;
    text-align: left;
    margin: 0 0 6px;
    border: 1px solid var(--main_c);
    border-radius: 5px;
    background: #fff;
  }
  .search_change_view div:nth-child(2n), .search_change_view div:nth-child(4n) {
    width: calc((100% - 8px) / 2);
  }
  .search_change_view div:first-child {
    width: 100%;
    text-align: center;
    margin: 8px 0 0;
    border: none;
    box-shadow: none;
  }
}
.search_result__list .view_more {
  margin: 28px 0 16px;
}
.search_result__list .view_more .view_more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--text_link_c);
  background-color: #fff;
  color: var(--text_link_c);
  font-size: 1.8rem;
  font-weight: 700;
  width: 80%;
  max-width: 300px;
  min-height: 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .search_result__list .view_more .view_more_btn {
    width: 80%;
  }
}
/**
* タグ・カテゴリ（住所下のタグ）
**/
.search_result_item .tag_parts {
  width: 100%;
  order: 4;
}
/**
 * 閲覧履歴ページ
**/
/* 閲覧履歴ページ削除ボタン */
.btn_bookmark_delete {
  display: block;
  padding: 0 !important;
  background: none !important;
  border-radius: unset !important;
  color: #fff;
  position: absolute;
  left: -12px;
  top: 25px;
  z-index: 10;/* NOTE: 2025.04.28 ozawa 999より10へ変更しました。 */
  transform: translate(50%, -50%);
}
.btn_bookmark_delete:hover {
	background: #c1b3a3;
	opacity:1
}
/* 削除ボタン アイコン */
.btn_bookmark_delete::before {
  content: "\f12a";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  background: var(--sub_c);
  font-size: 2rem;
  width: calc(1em + 15px);
  height: calc(1em + 15px);
}
/* 削除ボタン 文言 */
.btn_bookmark_delete > span {
  display: none;
  margin-left: 4px;
}
/*-------------------------------------------------------------*/
/**
 * 通知一覧
**/

.search_result__item.search_result__item--notice {
  position: relative;
}

/* 削除チェック */
.search_result__item_garbage {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;/* 大きさはここで調整 */
  width: 1em;
  height: 1em;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}
.search_result__item_garbage .item--switch {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.search_result__item_garbage .item--check {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,0.66);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: color 0.2s ease;
}
.search_result__item_garbage .item--check::before {
  transform: translate(0,0%) scale(0.7);
}
.search_result__item_garbage:hover .item--check {
  color: #fff;
}
.search_result__item_garbage .item--switch:checked~.item--check {
  color: #fff;
}

.search_result__item_garbage .item--bg {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #ddd;
  color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}
.search_result__item_garbage:hover .item--bg {
  background: var(--sub_c);
  color: transparent;
}
.search_result__item_garbage .item--switch:checked~.item--bg {
  background: var(--sub_c);
  color: transparent;
}


/*-------------------------------------------------------------*/
/**
* 展示会一覧ページ
**/
.search_result_item .events_result_item__body, .events_result_item__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {}
.events_result .title_parts {
  width: 100%;
  padding: 0;
}
.events_result .title_parts .tit01 {
  border-bottom: 1px dashed var(--sub_c);
  border-bottom: none;
  font-size: 24px;
  font-weight: 700;
  font-feature-settings: 'palt';
  margin: 0;
  padding: 0;
}
.events_result .title_parts .tit01 a {
  display: inline;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.33);
}
.search_result_item .text_parts > .events_result_item__image, .events_result_item__image {
  width: 200px;
  order: 3;
}
.search_result_item .text_parts > .events_result_item__image img, .events_result_item__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .events_result .title_parts .tit01 {
    font-size: 2rem
  }
  .search_result_item .text_parts > .events_result_item__image, .events_result_item__image {
    width: 100%;
    order: 2;
  }
}
.search_result_item .text_parts > .events_result_item__data, .events_result_item__data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 200px - 20px);
  gap: 8px 0;
  order: 2;
}
@media screen and (max-width: 767px) {
  .search_result_item .text_parts > .events_result_item__data, .events_result_item__data {
    width: 100%;
    font-size: 1.4rem;
    order: 3;
  }
}
.events_result_item__data > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--sub_c);
  color: #fff;
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 1.333;
  text-align: center;
  width: 120px;
  padding: 8px;
}
.events_result_item__data > dd {
  font-size: inherit;
  line-height: 1.333;
  text-align: left;
  width: calc(100% - 120px);
  padding: 8px 0 8px 12px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .events_result_item__data > dt {
    width: 76px;
    padding: 2px 0;
    font-size: 1.2rem;
  }
  .events_result_item__data > dd {
    width: calc(100% - 76px);
    padding: 0 0 4px 8px;
  }
}
.detail-news__desc.fav_maker {
  height: auto;
}