@charset "utf-8";

/* shopページとsearch_mapページで共通で使用しているクラス名があります */

.shop__pdfWrap {
  padding: 29px 20px 26px;
  margin-bottom: 27px;
  border: 1px solid #00215c;
  border-radius: 20px;
}
.shop__pdfTtl {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #00215c;
  text-align: center;
}
.shop__pdfBtn {
  max-width: 282px;
  margin: 0 auto;
}
.shop__pdfBtnLink {
  display: block;
  padding: 17px 12px;
  background: #e13c0e;
  border: 1px solid #e13c0e;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.shop__pdfBtnLink:hover {
  background: #fff;
  color: #e13c0e;
}
.shop__pdfTxt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
}
.search {
  margin-bottom: 60px;
}
.search__accBox {
  padding: 40px 0 30px;
  background: #e3e7ed;
  border-radius: 20px;
}
.search__inner {
  max-width: 940px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__left {
  width: 69%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__btnBox {
  width: 18%;
}
.search__btn {
  width: 100%;
  transition: 0.3s;
}
.search__btn:hover {
  background: #fff;
  color: #00215c;
}
.search__free {
  width: 36%;
}
.search-area {
  width: 60%;
}
.search__heading {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
  color: #00215c;
}
.search__free input {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.search-area__field {
  width: 100%;
}
.search-area__field select {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  appearance: auto;
  -webkit-appearance: menulist;
  cursor: pointer;
}
.search__btn {
  display: block;
  height: 40px;
  border: 1px solid #00215c;
  background: #00215c;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 70;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.search__btn + .search__btn {
  margin-top: 10px;
}
.search__btn input {
  display: block;
  width: 100%;
}
.content__result {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #a1adc3;
}
.content__result .num {
  font-size: 22px;
  font-weight: 700;
  color: #00215c;
}
.shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 1.527vw, 22px) 3%;
}
.shop-item {
  padding: 23px;
  border: 1px solid #00215c;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shop-item::before {
  display: block;
  content: "";
  width: 15px;
  height: 100%;
  background: #bf0008;
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-item__left {
  width: calc(100% - 100px);
}
.shop-item__right {
  width: 85px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shop-item__title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
  color: #00215c;
  line-height: 1.5;
}
.shop-item__contents {
  margin-bottom: 20px;
}
.shop-item__cat01 {
  margin-bottom: 5px;
}
.shop-item__catItem {
  display: block;
  width: fit-content;
  padding: 5px 10px;

  border-radius: 5px;
  background: #bf0008;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
}
.shop-item__cat02 {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #e8c100;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
}
.shop-item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.shop-item__url {
  width: 40px;
  height: 40px;
  background: #e13c0e;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.shop-item__googlemap {
  width: 40px;
  height: 40px;
  background: #004d81;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.shop-item__urlLink {
  display: block;
  width: 100%;
  height: 100%;
}
.page-btn {
  width: fit-content;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 4;
}
.page-btn__link {
  display: block;
  width: 117px;
  height: 117px;
  border: 1px solid #e8c100;
  background: #e8c100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  transition: 0.3s;
}
.page-btn__link:hover {
  background: #fff;
  color: #e8c100;
}

@media screen and (max-width: 750px) {
  .shop__pdfTtl {
    font-size: 17px;
  }
  .shop__pdfBtnLink {
    font-size: 14px;
  }
  .search__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .search__left {
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  .search__free {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-area {
    width: 100%;
  }
  .search__btnBox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .search__heading {
    font-size: 14px;
  }
  .search__btn {
    font-size: 16px;
  }
  .shop-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .shop-item {
    flex-direction: column;
    row-gap: 15px;
  }
  .page-btn {
    right: 20px;
  }
  .page-btn__link {
    width: 78px;
    height: 78px;
    font-size: 12px;
  }
}

/* search_mapページ */
/* body.is-fixed {
  overflow: hidden;
} */

.search-map {
  position: relative;
}
.search-map__wrap {
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid #00215c;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.search-map__scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.search-map__container {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.category {
  max-width: 780px;
  width: calc(100% - 30px);
  margin: 0 auto 40px;
}
.category__cat {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 7px 30px;
}
.map {
  margin-bottom: 30px;
  border: 1px solid #00215c;
  border-radius: 20px;
  position: relative;
}
.map-card {
  max-width: 250px;
  font-size: 13px;
}
.map__btn {
  display: block;
  width: 282px;
  margin: 0 auto;
  padding: 15px 5px;
  background: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #00215c;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.map__btn + .map__btn {
  margin-top: 18px;
}

.map__btn:hover {
  background: #00215c;
  color: #fff;
}
.filter-check {
  margin-top: 3px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.filter-check input[type="checkbox"] {
  accent-color: #00215c;
  transform: translate(0px, 3px);
}
.sp-btn {
  display: none;
}
.shop-item__urlLink--pin {
  padding: 5px 5px;
  border-radius: 999px;
  background: #e13c0e;
  color: #fff;
  text-align: center;
}
.search-map__pdf {
  padding-top: 168px;
}

@media screen and (max-width: 930px) {
  .search-map__wrap {
    border-radius: 20px 20px 0 0;
    position: fixed;
    top: 100px;
  }
  .search-map__scroll {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .search-map__container {
    min-height: 890px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .category__cat {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 5px;
  }
  .sp-btn {
    display: block;
  }
}
