<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.search-content {
  display: flex;
  max-width: 1230px;
  padding: 0 30px;
  margin: 60px auto;
  box-sizing: border-box;
}

/* googlemap検索 */
.used-googlemap {
  font-size: 2.4rem;
  transition: all 0.5s ease;
  margin-bottom: 24px;
}

/* 絞り込み条件部分 */
.search-filter-area {
  width: 27.6%;
  margin-right: 6.7%;
}

.search-filter-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 25px;
}

.search-main-container {
  flex-direction: column;
  margin-top: 15px;
  align-items: flex-start;
}

.accordion-btn {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  box-sizing: border-box;
  outline: 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: calc(20/14);
  letter-spacing: 0;
  color: #000;
  position: relative;
  cursor: pointer;
}

.accordion-btn.inactive {
  border: 1px solid #707070;
}

.accordion {
  position: relative;
}

.accordion-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px 0px;
  max-height: 300px; /* 最大高さを400pxに設定 */
  overflow-y: auto;
}
.accordion-content .dropdown-item {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  line-height: calc(20/14);
  padding: 8px 30px;
}

.btn-prefecture-area,
.btn-city-area,
.btn-shopname-area {
  max-width: 432px;
  width: 100%;
}

.search-prefecture-outer,
.search-municipalities-outer,
.search-shopname-outer {
  position: relative;
}

.search-prefecture-outer::after,
.search-municipalities-outer::after,
.search-shopname-outer::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.search-prefecture-outer.focus::after,
.search-municipalities-outer.focus::after,
.search-shopname-outer.focus::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

#prefecture-btn {
  border: 1px solid var(--main-color);
}

.search-with-nearby_shop {
  margin-bottom: 30px;
}

#search-googleapi {
  width: 100%;
  padding: 20px 30px 20px 55px;
  border-radius: 10px;
  box-sizing: border-box;
  outline: 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #63C8DC;
  line-height: calc(20 / 14);
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  box-shadow: 2px 3px 6px 0px rgb(203 203 203);
}

#search-googleapi:hover {
  opacity: 0.7;
  transition: .5s;
}

#search-googleapi::before {
  content: '';
  width: 17px;
  height: 25px;
  background: url(../img/ico-pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#search-googleapi::after {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

#search-googleapi.search-on::before {
  position: absolute;
  border-radius: 50%;
  background: none;
  width: 20px;
  height: 20px;
  top: 35%;
  border: 2px solid #63c8dc;
  border-top-color: #ffffff;
  animation: spinner 1.5s linear infinite;
  box-sizing: border-box;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.search-with-service {
  margin-top: 30px;
}

.search-btn-list {
  margin-top: 15px;
}

.search-btn-item {
  /* width: 73.5%; */
  width: 77%;
  color: #c7c7c7;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 20px;
  position: relative;
  padding: 15px 45px;
  margin-bottom: 15px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  cursor: pointer;
}

.search-btn-item:last-child {
  margin-bottom: 0;
}

.search-btn-item.active {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.search-btn-item.active::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 14px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 3px solid #ED6C6C;
  border-bottom: 3px solid #ED6C6C;
}

.filter-mynumber::before {
  content: '';
  width: 25px;
  height: 19.31px;
  background: url(../img/ico-mynumber_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-mynumber.active::before {
  content: '';
  width: 25px;
  height: 19.31px;
  background: url(../img/ico-mynumber_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-online-medication-guidance::before {
  content: '';
  width: 22.58px;
  height: 16px;
  background: url(../img/ico-online_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-online-medication-guidance.active::before {
  content: '';
  width: 22.58px;
  height: 16px;
  background: url(../img/ico-online_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-electronic-prescription::before {
  content: '';
  width: 20.01px;
  height: 25.57px;
  background: url(../img/ico-syohousen_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-electronic-prescription.active::before {
  content: '';
  width: 20.01px;
  height: 25.57px;
  background: url(../img/ico-syohousen_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-aseptic-preparation::before {
  content: '';
  width: 19.39px;
  height: 25.96px;
  background: url(../img/ico-medicine_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13.87px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-aseptic-preparation.active::before {
  content: '';
  width: 19.39px;
  height: 25.96px;
  background: url(../img/ico-medicine_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13.87px;
  top: 50%;
  transform: translateY(-50%);
}

@media (hover: hover) {

  .search-btn-item:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
  }

  .filter-mynumber:hover::before {
    content: '';
    width: 25px;
    height: 19.31px;
    background: url(../img/ico-mynumber_pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .filter-online-medication-guidance:hover::before {
    content: '';
    width: 22.58px;
    height: 16px;
    background: url(../img/ico-online_pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
  }

  .filter-electronic-prescription:hover::before {
    content: '';
    width: 20.01px;
    height: 25.57px;
    background: url(../img/ico-syohousen_pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .filter-aseptic-preparation:hover::before {
    content: '';
    width: 19.39px;
    height: 25.96px;
    background: url(../img/ico-medicine_pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 13.87px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.filtering-clear {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.2rem;
  letter-spacing: 0.48px;
  line-height: 17px;
  margin-top: 30px;
  cursor: pointer;
}

.filtering-clear:hover {
  text-decoration: none;
}

/* 絞り込み結果部分 */
.search-result-area {
  width: 65.7%;
}

.result-amount {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 25px;
  background: var(--bg-color);
  border-radius: 5px;
  padding: 13px 16px;
}

.per-amount {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 17px;
}

.search-result-prefecture {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 58px;
  margin-top: 40px;
}

.search-result-list {
  margin-top: 20px;
}

.search-result-item {
  display: flex;
  background-color: #fff5f5;
  border-radius: 20px;
  padding: 34px 40px;
  transition: all 0.5s ease;
  position: relative;
}

.search-result-item:not(:first-child) {
  margin-top: 40px;
}

.search-result-item.ds-shop-list {
  margin-top: 80px;
}

/* 結果の情報 左部分 */
.pharmacy-info-left {
  width: 41.5%;
  margin-right: 3.7%;
}

.pharmacy-name {
  color: #ff6784;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 35px;
  margin-bottom: 20px;
}
.pharmacy-name a {
  text-decoration: underline;
}

.pharmacy-name a:hover {
  opacity: .7;
}

.pharmacy-name small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration-skip-ink: none;
  margin-top: 0.5rem;
}

.pharmacy-zip-code {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin-bottom: 15px;
}

.pharmacy-address,
.pharmacy-opening-hours,
.pharmacy-close-day,
.pharmacy-break-time {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin-bottom: 3px;
}
.pharmacy-opening-hours,
.pharmacy-close-day,
.pharmacy-break-time {
  margin-bottom: 15px;
}

.pharmacy-address {
  margin-bottom: 15px;
}

.pharmacy-google-map {
  width: 100%;
  max-width: 200px;
  border-radius: 3px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #F58CA0;
  line-height: calc(20 / 14);
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  box-shadow: 2px 3px 6px 0px rgb(203 203 203);
}

.pharmacy-google-map a{
  padding: 11px 25px 12px 21px;
  display: block;
}

.pharmacy-google-map a::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/ico-newtab.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pharmacy-google-map:hover {
  opacity: 0.7;
  transition: .5s;
}

.pharmacy-google-map-direction{
  position: absolute;
  border-radius: 15px 15px 0 0;
  padding: 6px 20px;
  font-size: 1.4rem;
  height: 40px;
  font-weight: bold;
  background: #63C8DC;
  color: #fff;
  top: -40px;
}

.pharmacy-google-map-direction .direction-num{
  font-size: 2.6rem;
  padding: 0 5px;
}

.pharmacy-contact {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 25px;
  margin-top: 20px;
}

/* 結果の情報 右部分 */
.pharmacy-info-right {
  /* width: 54.79%; */
  width: 63%;
}

.pharmacy-service-with-icon-list,
.pharmacy-service-list {
  display: flex;
  flex-wrap: wrap;
}

.pharmacy-service-with-icon-list+.pharmacy-service-list {
  margin-top: 10px;
}

.pharmacy-service-with-icon-item,
.pharmacy-service-item {
  width: 48.75%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 17px;
  background-color: #fff;
  padding: 16px 15px 16px 45px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

.pharmacy-service-item {
  font-weight: 500;
  padding: 12px 20px;
}

.pharmacy-service-with-icon-item:nth-child(even),
.pharmacy-service-item:nth-child(even) {
  margin-left: 2.5%;
}

.service-mynumber::before {
  content: '';
  width: 25px;
  height: 16px;
  background: url(../img/ico-mynumber_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.service-online-medication-guidance::before {
  content: '';
  width: 22.58px;
  height: 19.31px;
  background: url(../img/ico-online_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.service-electronic-prescription::before {
  content: '';
  width: 20.01px;
  height: 25.57px;
  background: url(../img/ico-syohousen_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.service-aseptic-preparation::before {
  content: '';
  width: 19.39px;
  height: 25.96px;
  background: url(../img/ico-medicine_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13.87px;
  top: 50%;
  transform: translateY(-50%);
}

.pharmacy-service-text {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 17px;
}

.pharmacy-service+.pharmacy-service-text {
  margin-top: 10px;
}

.pharmacy-service-store-photo {
  margin-top: 30px;
}

.pharmacy-service-available-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dots-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 43px;
}

.dot {
  width: 7px;
  height: 7px;
  background-color: #939292;
  border-radius: 50%;
  margin-bottom: 6px;
}
.dot:last-child {
  margin-bottom: 0;
}

/* フェード */
.fade-enter-from, .fade-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

/* sp */
@media screen and (max-width: 767px) {
  .show-filter {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 40%;
    right: 0;
    cursor: pointer;
    z-index: 5;
  }

  .search-content {
    display: block;
    padding: 0;
    margin-top: 36px;
    margin-bottom: 142px;
  }

  .search-filter-close {
    position: absolute;
    font-size: 3.2rem;
    color: var(--main-color);
    font-weight: 200;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }

  .search-filter-area {
    background-color: #fff;
    width: min(345px, 92%);
    max-height: 80vh;
    overflow-y: scroll;
    position: fixed;
    top: 85px;
    right: 0;
    padding: 50px 35px 55px 30px;
    margin-right: 0;
    border: 2px solid var(--main-color);
    border-right: none;
    border-radius: 10px 0 0 10px;
    transform: translateX(100%);
    z-index: 10;
  }

  .search-filter-area.active {
    transform: translateX(0);
  }

  .search-filter-ttl {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 21px;
  }

  .search-filter-select-outer {
    margin-bottom: 10px;
  }

  .search-filter-select {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 21px;
    padding: 14px 20px;
    border-radius: 5px;
  }

  .search-prefecture-outer::after,
  .search-municipalities-outer::after,
  .search-shopname-outer::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: calc(50% - 2px);
  }

  .search-prefecture-outer.focus::after,
  .search-municipalities-outer.focus::after,
  .search-shopname-outer.focus::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }

  .search-btn-item {
    width: 92.6%;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .accordion-btn {
    padding: 20px;
    border-radius: 5px;
  }

  /* 絞り込み結果エリア */
  .search-result-area {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .result-amount {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 21px;
  }

  .per-amount {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    line-height: 16px;
  }

  .search-result-prefecture {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    line-height: 35px;
    margin-top: 15px;
  }

  .search-result-list {
    margin-top: 15px;
  }

  .search-result-item {
    flex-direction: column;
    padding: 30px 20px 40px;
  }

  .search-result-item:not(:first-child) {
    margin-top: 20px;
  }

  .search-result-item.ds-shop-list {
    margin-top: 80px;
  }  

  .pharmacy-info-left {
    width: 100%;
    margin-right: 0;
  }

  .pharmacy-info-right {
    width: 100%;
    margin-top: 33px;
  }

  .pharmacy-contact {
    margin-top: 23px;
  }

  .pharmacy-service-with-icon-item {
    display: flex;
    align-items: center;
    padding: calc(7px + 0.5em) 9px calc(7px + 0.5em) 45px;
  }

  .pharmacy-service-with-icon-list+.pharmacy-service-list {
    margin-top: 0;
  }

  .pharmacy-service-item {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 15px;
    display: flex;
    align-items: center;
    padding: 6px 20px;
  }

  .pharmacy-service+.pharmacy-service-text {
    margin-top: 0;
  }

  .btn-prefecture-area,
  .btn-city-area,
  .btn-shopname-area {
    max-width: 280px;
    width: 100%;
  }

  .search-btn-item {
    max-width: 250px;
    width: 100%;
  }
}

@media screen and (max-width: 485px) {
  .service-mynumber,
  .service-online-medication-guidance {
    padding: 7px 9px 7px 45px;
  }
}</pre></body></html>