@charset "utf-8";

/* 地域から探す 検索 */
.store-search {
	display:grid;
	gap:8px;
	max-width:760px;
	margin: 3.125rem auto;
}
.store-search-box {
	display: flex;
    grid-template-columns: 1fr minmax(200px, 260px) auto;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.store-search-box input[type=search] {
	width: 100%;
    max-width: 380px;
}
.store-search-box select[name=store_cat] {
    width: 10em;
}
.store-search-box button[type=submit] {
    width: 3.5em;
}

/* 地域から探す 都道府県リスト */
.storecat-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 4.35rem;
}
.storecat-links__parent {
	width: 47.5%;
	text-align: center;
	box-sizing: border-box;
}
.storecat-parent__ttl {
	color: #003676;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 2px solid #003676;
    padding-bottom: 0.3rem;
    margin-bottom: 0.6rem;
}
.storecat-links__children {
	display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.storecat-links__children_item {
	position: relative;
	font-size: 1rem;
}
.storecat-links__children_item:before {
	content: "›";
    position: absolute;
    top: 0;
    margin-left: -0.7rem;
    width: 0.5rem;
    height: 0.9375rem;
}
@media screen and (min-width: 600px) {
    .storecat-links__parent {
        width: 23%;
    }
}
@media screen and (min-width: 768px) {
  .storecat-parent__ttl {
    font-size: 1.75rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .storecat-links__children_item {
    font-size: 1.5rem;
  }
  .storecat-links__children {
    row-gap: 1rem;
  }
}

/* 地域から探す 記事表示 */
.storecat-block {
	padding-top: 2rem;
	margin-top: -2rem;
}
@media screen and (min-width: 768px) {
	.storecat-block {
		padding-top: 5rem;
		margin-top: -5rem;
	}
}
.storecat-block-ttl-box {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #003676;
	align-items: center;
}
.storecat-block__title {
	color: #003676;
    font-size: 2rem;
    font-weight: 700;
}
.store-list__item {
    display: flex;
    justify-content: flex-start;
    column-gap: 2rem;
    padding: 0.8rem 0 1.3rem 0.8rem;
    border-bottom: 1px solid #707070;
}
.store-card__title {
    width: 28.5rem;
    font-size: 1.125rem;
    font-weight: 700;
}
.store-card__title a {
	text-decoration: underline;
}
.store-card__meta {
	display: flex;
    column-gap: 5rem;
}
.store-card__address {
    width: 22.5rem;
}
.store-card__zip {
	font-size: 0.9375rem;
	margin-bottom: 0.4375rem;
}
.store-card__map a {
	color: #339FE6;
	position: relative;
}
.store-card__map a:after {
    content: "›";
    position: absolute;
    top: -0.35rem;
    right: -0.6rem;
    font-size: 1.3rem;
}
.store-card__map a span {
    border-bottom: 1px solid #339FE6;
    padding-bottom: 0.1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
@media screen and (min-width: 768px) {
  .store-card__map a:hover span {
    padding-bottom: 0.2rem;
  }
}
.store-card__tel {
	font-size: 0.9375rem;
	width: 15rem;
}
.store-tag-ind .store-tag-ttl {
	color: #339FE6;
    font-size: 0.875rem;
    font-weight: 700;
}
.store-tag-corp .store-tag-ttl {
	color: #627A8B;
    font-size: 0.875rem;
    font-weight: 700;
}
.store-card__meta .store-tag {
    width: 22rem;
}
.store-tag-ind,
.store-tag-corp,
.store-tag {
	display: flex;
	align-items: center;
    column-gap: 0.3125rem;
    margin-bottom: 0.4375rem;
	flex-wrap: wrap;
}
.store-tag-icon {
	display: block;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    height: 1.875rem;
    aspect-ratio: 77 / 30;
}
.store-tag-icon.pers-sale {
    background-image: url(../img/page/agency_pers_sale.webp);
}
.store-tag-icon.pers-visit {
    background-image: url(../img/page/agency_pers_visit.webp);
}
.store-tag-icon.pers-exhibit {
    background-image: url(../img/page/agency_pers_exhibit.webp);
}
.store-tag-icon.pers-rental {
	aspect-ratio: 106 / 30;
    background-image: url(../img/page/agency_pers_rental.webp);
}
.store-tag-icon.corp-sale {
    background-image: url(../img/page/agency_corp_sale.webp);
}
.store-tag-icon.corp-visit {
    background-image: url(../img/page/agency_corp_visit.webp);
}
.store-tag-icon.corp-rental {
	aspect-ratio: 106 / 30;
    background-image: url(../img/page/agency_corp_rental.webp);
}
.store-tag-icon.corp-exhibit {
    background-image: url(../img/page/agency_corp_exhibit.webp);
}
.store-card__meta .store-tag .store-tag-icon {
	margin-bottom: 0.4375rem;
}

/* 検索結果表示 */
.search-conditions {
	font-size:.9rem;
	opacity:.85;
}
.store-search-results {
	margin: 1rem auto 3rem;;
}
a.search-conditions-clear {
	text-decoration: underline;
}
.store-search-results .pagination {
	margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .store-search-results {
    margin: 1rem auto 10rem;
  }
}
@media screen and (max-width: 767px) {
	.storecat-contents {
		margin-bottom: 3rem;
	}
	.storecat-block-ttl-box {
	  flex-direction: column;
      row-gap: 3rem;
      padding-bottom: 2rem;
	}
	.search-conditions {
		text-align: center;
	}
	.store-list__item,
	.store-list-area,
	.store-card__meta {
      flex-direction: column;
      row-gap: 1rem;
	}
    .store-list__item {
    	padding: 1rem;
    }
    .store-tag-icon {
    	height: 1.3rem;
    }
    .store-tag-ind .store-tag-ttl,
    .store-tag-corp .store-tag-ttl {
        font-size: 0.75rem;
    }
    .store-card__title,
    .store-card__address,
    .store-card__tel,
    .store-card__meta .store-tag {
        width: 100%;
    }
}
@media screen and (max-width: 370px) {
	.store-tag-ind,
	.store-tag-corp {
      justify-content: center;
    }
    .store-tag-ind .store-tag-ttl,
    .store-tag-corp .store-tag-ttl {
        width: 100%;
    }
}

/*余白調整*/
.page-ttl-sec-area {
    margin: 5.625rem auto 8rem;
}