@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&family=Open+Sans:wght@400;700&display=swap");
.open-sans {
  font-family: "Open Sans", sans-serif !important;
}

.archivo {
  font-family: "Archivo", sans-serif;
}

.ps_show {
  display: none;
}
@media screen and (min-width: 768px) {
  .ps_show {
    display: block;
  }
}

.search {
  color: #000;
  text-align: left;
}

.search_result_text {
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 25px;
  color: #717171;
  margin-bottom: 1rem;
}

.search_word {
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  padding: 0;
}

.shop_name {
  font-style: normal;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 110%;
  color: #717171;
  text-align: left;
  white-space: normal;
  border-bottom: 1px solid #717171;
  padding: 0px 0px 7px;
  margin: 8px 0 12px;
}

.shop_addr {
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  text-align: left;
  white-space: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .shop_addr {
    font-size: 0.875rem;
  }
}

.page-numbers {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
}

.serch_wrap {
  max-width: 1140px;
  margin: auto;
}

.search_block-title {
  padding: 52px 20px 0px;
}

.search_block-01 {
  padding: 40px 20px 26px;
}
@media screen and (min-width: 768px) {
  .search_block-01 {
    padding-left: 0;
  }
}

.search_block-02 {
  padding: 40px 20px;
  background: #F2EEEE;
}
@media screen and (min-width: 768px) {
  .search_block-02 {
    padding-bottom: 24px;
  }
}

.search_block-03 {
  padding: 24px 35px 61px;
}
.search_block-03.is_result {
  padding: 40px 35px 61px;
}
@media screen and (min-width: 768px) {
  .search_block-03.is_result {
    padding-top: 57px;
  }
}
@media screen and (min-width: 768px) {
  .search_block-03 {
    padding-top: 25px;
  }
}

.search_block-02_nofound {
  max-width: 1140px;
  margin: auto;
  margin-bottom: 20px;
}

.search_result_list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
}
.search_result_list .search_result_list_item:not(:first-child) {
  margin-top: 12px;
}

.search_result_list_item_desc {
  border: 1px solid #DFDFDF;
  width: 100%;
  background-color: #fff;
  padding: 0.4375rem 2.375rem 1rem 1rem;
  position: relative;
}
.search_result_list_item_desc:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 11px;
  height: 11px;
  border-top: 3px solid #717171;
  border-right: 3px solid #717171;
  transform: translateY(-5px) rotate(45deg);
}
.search_result_list_item_desc:hover {
  opacity: 0.6;
  background-color: #fff;
}
.search_result_list_item_desc:focus {
  opacity: 0.6;
  background-color: #fff;
}
.search_result_list_item_desc.modal:hover {
  opacity: 1;
  background-color: #fff;
}
.search_result_list_item_desc .shop_icon_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: start;
  gap: 5.5px;
  margin-top: 12px;
  padding-bottom: 0;
}
.search_result_list_item_desc .shop_icon_list .shop_icon_list_item {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .search_result_list_item_desc .shop_icon_list .shop_icon_list_item {
    height: 36px;
    width: 36px;
  }
}
.search_result_list_item_desc .shop_icon_list .shop_icon_list_item img {
  width: 100%;
  height: 100%;
}
.search_result_list_item_desc .address {
  list-style: none;
  position: relative;
  padding: 0 0 0 30px;
}
.search_result_list_item_desc .address::before {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  background: url(/lube/where-to-buy/assets/images/icon_map-pin.png) no-repeat;
  background-size: cover;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 3px;
}
@media screen and (min-width: 1240px) {
  .search_result_list_item_desc .address {
    display: flex;
    justify-content: start;
  }
}
.search_result_list_item_desc .address_item {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 19px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .search_result_list_item_desc .address_item {
    font-size: 1rem;
  }
}
.search_result_list_item_desc .google_map_block {
  padding-left: 30px;
  margin-top: 5px;
}
.search_result_list_item_desc .google_map {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 19px;
  text-decoration-line: underline;
  color: #717171;
}
@media screen and (min-width: 768px) {
  .search_result_list_item_desc .google_map {
    font-size: 1rem;
  }
}
.search_result_list_item_desc .google_map:hover {
  opacity: 0.6;
  color: #717171 !important;
}
.search_result_list_item_desc .google_map:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(/lube/where-to-buy/assets/images/icon_link_external.png) no-repeat;
  background-size: cover;
  margin-left: 8px;
  vertical-align: middle;
}
.search_result_list_item_desc .phone_block {
  padding-left: 30px;
  margin-top: 18px;
}
.search_result_list_item_desc .phone {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 19px;
  text-decoration-line: underline;
  color: #717171;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search_result_list_item_desc .phone {
    font-size: 1rem;
  }
}
.search_result_list_item_desc .phone:hover {
  opacity: 0.6;
  color: #717171 !important;
}
.search_result_list_item_desc .phone::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/lube/where-to-buy/assets/images/icon_phone.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  left: -31px;
  top: 0px;
}

.nav-page-01 {
  margin-top: 40px;
  max-width: 1140px;
  margin: 40px auto 0;
}

.nav-page-01 ul {
  margin: 0;
  padding: 0 1px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.nav-page-01 ul > li {
  padding: 0;
}
.nav-page-01 ul > li .page-numbers {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  color: #212B36;
  display: table-cell;
  width: 32px;
  height: 32px;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.nav-page-01 ul > li .page-numbers.current {
  border: 1px solid #CC0033;
  color: #CC0033;
  background: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.nav-page-01 ul > li .page-numbers.current:hover {
  opacity: 1;
  color: #CC0033 !important;
}
.nav-page-01 ul > li .page-numbers.prev {
  position: relative;
  pointer-events: none;
  background: #717171;
}
.nav-page-01 ul > li .page-numbers.prev:hover {
  opacity: 1;
}
.nav-page-01 ul > li .page-numbers.prev.active {
  background: #fff;
  pointer-events: all;
}
.nav-page-01 ul > li .page-numbers.prev.active :hover {
  opacity: 0.6;
}
.nav-page-01 ul > li .page-numbers.prev:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C4CDD5;
  border-right: 2px solid #C4CDD5;
  transform: translateX(6px) translateY(-50%) rotate(-135deg);
}
.nav-page-01 ul > li .page-numbers.next {
  position: relative;
  pointer-events: none;
  background: #717171;
}
.nav-page-01 ul > li .page-numbers.next:hover {
  opacity: 1;
}
.nav-page-01 ul > li .page-numbers.next.active {
  background: #fff;
  pointer-events: all;
}
.nav-page-01 ul > li .page-numbers.next.active :hover {
  opacity: 0.6;
}
.nav-page-01 ul > li .page-numbers.next:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C4CDD5;
  border-right: 2px solid #C4CDD5;
  transform: translateX(3px) translateY(-50%) rotate(45deg);
}
.nav-page-01 ul > li .page-numbers:hover {
  opacity: 0.6;
  color: #212B36 !important;
}

.form_wrap {
  max-width: 649px;
  margin: auto;
}

.form__items__body .-select {
  background: 0 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 currentColor;
  border-image: none;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form__items__body .form__items-01 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  border: 1px solid #DFDFDF !important;
  border-radius: 3px !important;
  padding: 14px 14px 14px 18px !important;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form__items__body .form__items-01::placeholder {
  color: #717171;
}
.form__items__body .form__items-01.-select {
  margin-top: 8px;
  padding-right: 40px !important;
  color: #717171 !important;
}
.form__items__body .form__items-01.-select.-select-02 {
  background-color: #DFDFDF;
  pointer-events: none;
}
.form__items__body .form__items-01.-select.value-color {
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  .form__items__body .form__items-01.-select {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .search_block {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .search_block .form__items {
    width: calc(50% - 4px);
  }
}

.form__item__selectbox {
  position: relative;
}
.form__item__selectbox:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 45%;
  right: 6%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #DFDFDF;
  border-right: 3px solid #DFDFDF;
  transform: translateY(-50%) rotate(135deg);
}

.custum-checkbox {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 30px;
  height: 30px;
  width: 100%;
}

.custum-checkbox input {
  display: none;
}

.custum-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #DFDFDF;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
}

.custum-mark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 14px;
  border: solid #CC0033;
  border-width: 0 3px 3px 0;
  transform: translateX(-50%) translateY(-8px) rotate(45deg);
  opacity: 0;
}

.custum-checkbox input:checked + .custum-mark {
  background: #fff;
  border: 1px solid #CC0033;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.custum-checkbox input:checked + .custum-mark:after {
  opacity: 1;
}

.title-level2 {
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 41px;
  text-align: center;
  color: #CC0033;
}

.title-level3 {
  background: #717171;
  border-radius: 4px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 19px;
  color: #fff;
  text-align: center;
  padding: 4px;
  margin: 20px 0 8px 0;
}

.btn-search {
  background: #CC0033;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  width: 232px;
  height: 56px;
  position: relative;
  border: 1px solid #CC0032;
  cursor: pointer;
}
.btn-search:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-5px) rotate(45deg);
}

.form__submit {
  margin-top: 20px;
  text-align: center;
}

.form__item__checkbox {
  list-style: none;
  padding-left: 0;
}
.form__item__checkbox .form__item__checkbox__list {
  border: 1px solid #DFDFDF;
  padding: 11px;
  display: flex;
  align-items: center;
}
.form__item__checkbox .form__item__checkbox__list:first-child {
  border-radius: 3px 3px 0px 0px;
  border-bottom: none;
}
.form__item__checkbox .form__item__checkbox__list:last-child {
  border-radius: 0px 0px 3px 3px;
  border-top: none;
}
.form__item__checkbox .form__item__checkbox__list:not(:first-child) {
  padding-left: 27px;
}

/* モーダル */
.overlay {
  display: none;
}

.overlay.open {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 3;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .overlay.open {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 150px;
  }
}
.overlay.open .search_result_list_item_desc:after {
  display: none;
}
.overlay.open .search_result_list_item_desc .shop_icon_list .shop_icon_list_item {
  height: 36px;
  width: 36px;
}
.overlay.open .search_result_list_item_desc .shop_icon_list {
  margin-top: 29px;
}
.overlay.open .search_result_list_item_desc {
  padding: 8px 16px 16px 16px;
}
@media screen and (min-width: 768px) {
  .overlay.open .search_result_list_item_desc {
    padding: 20px 32px 32px 32px;
  }
}
.overlay.open .shop_name {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .overlay.open .shop_name {
    font-size: 1.5rem;
  }
}

.overlay_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .overlay_block {
    max-width: 1140px;
    width: 100%;
  }
}

.batsu-block {
  position: absolute;
  top: 1.75rem;
  z-index: 1;
  right: 8px;
}
@media screen and (min-width: 768px) {
  .batsu-block {
    top: 2.55rem;
    right: 1.55rem;
  }
}

.batsu {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  transform: translateY(-1.3rem);
  background-color: #fff;
}
.batsu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #717171;
  transform: translate(-50%, -50%) rotate(45deg);
}
.batsu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #717171;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.batsu:hover {
  opacity: 0.6;
  background-color: #fff;
}

.elementor-widget-wrap > .elementor-element.elementor-element-62617f5 {
  width: auto !important;
}

.search .pagination {
  padding: 0;
}
.search .pagination::after,
.search .pagination::before {
  display: none;
}