@charset "UTF-8";
.shop_search_inner {
  max-width: 960px;
  margin: 22px auto 0;
}
.shop_search_inner .customMarker {
  position: absolute;
  overflow: hidden;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.shop_search_inner .customMarker.o-seiyu {
  border-radius: 3px;
}
.shop_search_top_banner {
  display: block;
  margin: 30px 0 40px;
}
.shop_search_title {
  font-size: 3.4rem;
  margin-bottom: 26px;
}
.shop_search_subtitle {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding: 11px 0 11px 18px;
  background: #444;
}
.shop_search_content {
  display: flex;
  justify-content: space-between;
  min-width: 960px;
}
.shop_search_content.sp_appear {
  display: none;
}
.shop_search_left_column {
  width: 222px;
  padding-bottom: 55px;
}
.shop_search_area_list {
  margin: 10px 0 24px;
}
.shop_search_area_item {
  margin-bottom: 2px;
}
.shop_search_area_name {
  position: relative;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  padding: 12px 0 12px 16px;
  margin-bottom: 0;
  background: #eee;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.shop_search_area_name:before,
.shop_search_area_name:after {
  content: "";
  background: #000;
  position: absolute;
}
.shop_search_area_name:before {
  width: 14px;
  height: 2px;
  top: calc(50% - 1px);
  right: 10px;
}
.shop_search_area_name:after {
  width: 2px;
  height: 14px;
  top: calc(50% - 7px);
  right: 16px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 0.3s ease-in-out;
}
.shop_search_area_name.open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.shop_search_banner {
  width: 100%;
  margin-top: 10px;
}
.shop_search_banner_newyear {
  position: relative;
  display: block;
}
.shop_search_banner_wrapper {
  position: relative;
  display: block;
}
.shop_search_banner_wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  height: calc(100% - 10px);
  width: 100%;
  border: 3px solid #e60012;
}
.shop_search_banner_wrapper:hover:after {
  display: block;
}
.shop_search_prefrecture_wrapper {
  max-height: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.shop_search_prefrecture_item {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
}
.shop_search_prefrecture_item:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 17px;
  width: 8px;
  height: 8px;
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-color: #c5c5c5;
  pointer-events: none;
}
.shop_search_prefrecture_item:last-child {
  margin-bottom: 10px;
}
.shop_search_prefrecture_link {
  display: block;
  font-size: 1.4rem;
  color: #000;
  padding: 12px 0 12px 16px;
  transition: opacity 0.3s ease-in-out;
}
.shop_search_prefrecture_link:hover {
  opacity: 0.7;
}
.shop_search_right_column {
  width: 714px;
  padding-bottom: 80px;
}
.shop_search_form {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_search_form_wrapper {
  white-space: nowrap;
}
.shop_search_form_text {
  width: 304px;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.shop_search_form_checkbox {
  display: none;
}
.shop_search_form_label {
  font-size: 1.2rem;
  padding-left: 28px;
  position: relative;
  margin-left: 17px;
}
.shop_search_form_label:before {
  content: "";
  display: block;
  background: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.shop_search_form_checkbox:checked + .shop_search_form_label:after {
  content: url(../../img/searchshop/ico-check.svg);
  width: 18px;
  height: 18px;
  font-size: 2rem;
  position: absolute;
  left: 2px;
  top: -7px;
}
.shop_search_form_checkbox:checked + .shop_search_form_label:before {
  background: #444;
}
.shop_search_form_submit {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  color: #fff;
  background: #000;
  padding: 8px 0;
  border-radius: 3px;
  border: none;
  transition: opacity 0.3s ease-in-out;
}
.shop_search_form_submit:hover {
  opacity: 0.7;
}
.shop_search_form_submit_text {
  padding-left: 8px;
}
.shop_search_left_column .shop_search_form {
  flex-direction: column;
  padding: 16px 15px;
  margin: 10px 0 17px;
  background: #f1f1f1;
}
.shop_search_left_column .shop_search_form_text {
  width: 100%;
}
.shop_search_left_column .shop_search_form_wrapper {
  height: 48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_search_left_column .shop_search_form_label {
  width: 50%;
  margin-left: 0;
}
.shop_search_left_column .shop_search_form_submit {
  width: 100%;
}
.shop_search_counts {
  font-size: 1.8rem;
  padding: 16px 0;
}
.shop_search_result_list {
  padding: 0 15px 15px;
  background: #f1f1f1;
}
.shop_search_result_list.o-hide {
  display: none;
}
.shop_search_result_initial {
  font-size: 1.8rem;
  padding: 15px 0;
}
.shop_search_individual {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #c6c6c6;
}
.shop_search_individual:last-child {
  margin-bottom: 0;
}
.shop_search_individual_inner {
  display: flex;
  width: 100%;
}
.shop_search_individual_inner.o-not_calendar {
  width: 100%;
}
.shop_search_individual_title {
  display: flex;
  align-items: center;
}
.shop_search_individual_logo {
  margin-right: 20px;
  margin-bottom: 10px;
}
.shop_search_individual_info {
  margin-top: 11px;
}
.shop_search_individual_list.o-no_result {
  height: 85px;
  padding: 15px 0 0;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.shop_search_individual_list.o-no_result .shop_search_result_text {
  padding-left: 10px;
}
.shop_search_individual_link {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.shop_search_individual_link:hover {
  text-decoration: underline;
}
.shop_search_individual_detail {
  width: 50%;
}
.shop_search_individual_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  margin-left: 20px;
}
.shop_search_individual_area {
  display: flex;
  align-items: center;
}
.shop_search_individual_flyer {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-size: 1.4rem;
  margin-right: 15px;
  transition-property: opacity;
  font-family: A-OTF UD Shin Go Pro, Noto Sans Japanese, Lucida Grande,
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    sans-serif;
}
.shop_search_individual_flyer:hover {
  opacity: 0.7;
}
.shop_search_individual_flyer_icon {
  margin-right: 5px;
}
.shop_search_individual_map_button {
  position: relative;
  display: block;
  cursor: pointer;
  color: #00478e;
  text-align: center;
  font-size: 1.4rem;
  padding: 6px 6px 6px 0;
  width: 90px;
  border-radius: 18px;
  border: 1px solid #00478e;
  transition: 0.2s linear;
}
.shop_search_individual_map_button:hover {
  color: #fff;
  background-color: #00478e;
}
.shop_search_individual_map_button:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 14px;
  width: 8px;
  height: 8px;
  transition: 0.2s linear;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 2px #00478e;
  border-right: solid 2px #00478e;
  pointer-events: none;
}
.shop_search_individual_map_button.o-open:after {
  top: calc(50% - 3px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.shop_search_individual_map_button:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.shop_search_individual_mystore {
  color: #2d2d2d;
  position: absolute;
  font-family: A-OTF UD Shin Go Pro, Noto Sans Japanese, Lucida Grande,
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    sans-serif;
  top: 14px;
  right: 15px;
  font-size: 1.4rem;
  cursor: pointer;
}
.shop_search_individual_mystore:hover {
  border-bottom: none;
}
.shop_search_individual_mystore_icon {
  width: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.shop_search_individual_mystore_icon .o-fill_red {
  fill: #fff;
  stroke: #e60012;
}
.shop_search_individual_mystore.o-logged {
  border-bottom: none;
}
.shop_search_individual_mystore.o-logged .o-fill_red {
  fill: #e60012;
  stroke: #e60012;
}
.shop_search_individual_mystore:after {
  font-family: A-OTF UD Shin Go Pro, Noto Sans Japanese, Lucida Grande,
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    sans-serif;
  content: "マイストア登録";
  position: relative;
  top: -1px;
}
.shop_search_individual_mystore.o-logged:after {
  font-family: A-OTF UD Shin Go Pro, Noto Sans Japanese, Lucida Grande,
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    sans-serif;
  content: "マイストア解除";
  color: #000;
}
.shop_search_individual_map_wrapper {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.shop_search_individual_map_content {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 43%;
}
.shop_search_individual_map_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.shop_search_individual_5off {
  width: 330px;
  margin: 25px 0 0 auto;
}
.shop_search_individual_5off_title {
  font-size: 1.4rem;
  font-weight: 700;
}
.shop_search_individual_5off_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.shop_search_individual_5off_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 30px;
  padding-left: 10px;
  border-radius: 999px;
  background: #184489;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.shop_search_individual_5off_item.o-orange {
  background: #d06729;
}
.shop_search_individual_5off_item.o-green {
  background: #00994b;
}
.shop_search_individual_5off_item.o-manual-color {
  background: #0093a7;
}
.shop_search_individual_5off_item:not(:nth-child(4n)) {
  margin-right: 2px;
}
.shop_search_individual_5off_item:not(:nth-child(-n + 4)) {
  margin-top: 2px;
}
.shop_search_others {
  display: block;
  font-size: 1.8rem;
  margin: 40px auto 0;
  text-align: center;
  color: #444;
  width: 306px;
  padding: 8px 0;
  border: 1px solid #444;
  border-radius: 22px;
  transition: opacity 0.3s ease-in-out;
}
.shop_search_others:hover {
  opacity: 0.7;
}
.shop_search_map {
  position: relative;
  width: auto;
  height: 710px;
  background: url(../../img/searchshop/bg-main_map.jpg);
}
.shop_search_map.map2408 {
  background: url(../../img/searchshop/bg-main_map2408.jpg);
}
.shop_search_map_item {
  position: absolute;
}
.shop_search_map_item.hokkaido_tohoku {
  top: 44px;
  left: 180px;
}
.shop_search_map_item.kanto {
  top: 218px;
  left: 484px;
}
.shop_search_map_item.chubu {
  top: 495px;
  left: 386px;
}
.shop_search_map_item.kansai {
  top: 217px;
  left: 65px;
}
.shop_search_map_item.chugoku_kyushu {
  top: 563px;
  left: 169px;
}
.shop_search_map_name {
  font-size: 1.6rem;
  width: 168px;
  color: #fff;
  background: #006ece;
  padding: 10px 0;
  text-align: center;
}
.shop_search_map_name.kanto {
  width: 182px;
}
.shop_search_map_prefrecture {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 168px;
  border: 1px solid #006ece;
  padding-bottom: 10px;
}
.shop_search_map_prefrecture_item {
  display: block;
  margin: 5px 0;
}
.shop_search_map_prefrecture_item:first-child,
.shop_search_map_prefrecture_item:nth-child(2) {
  margin-top: 10px;
}
.shop_search_map_prefrecture_link {
  font-size: 1.4rem;
  position: relative;
  color: #000;
  padding-left: 33px;
  transition: opacity 0.3s ease-in-out;
}
.shop_search_map_prefrecture_link:hover {
  opacity: 0.7;
}
.shop_search_map_prefrecture_link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 7px;
  left: 20px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}
.shop_search_map_prefrecture.kanto {
  width: 182px;
}
.shop_search_query {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.shop_search_query_item {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  position: relative;
  text-align: center;
  width: 20%;
  padding: 20px 0;
  transition: opacity 0.3s ease-in-out;
}
.shop_search_query_item:hover {
  opacity: 0.7;
}
.shop_search_query_item.o-current {
  color: #006ece;
  text-decoration: none;
}
.shop_search_query_item.o-current:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 3px;
  left: 0;
  bottom: -1px;
  background: #006ece;
}
.shop_search_query_item:first-child .shop_search_query_link {
  border-left: none;
}
.shop_search_query_link {
  width: 100%;
  display: block;
  color: inherit;
  border-left: 1px solid #c7c7c7;
}
.shop_search_query_prefrecture {
  padding: 20px 0;
}
.shop_search_query_prefrecture_item {
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
}
.shop_search_query_prefrecture_item.o-current {
  color: #fff;
  background: #006ece;
  border: 1px solid #006ece;
}
.shop_search_query_prefrecture_item:not(:first-child) {
  margin-left: 5px;
}
.shop_search_query_prefrecture_link {
  display: block;
  padding: 7px 14px;
  color: inherit;
  transition: background-color 0.2s linear;
}
.shop_search_query_prefrecture_link:not(div):hover {
  background-color: #c7c7c7;
}
.gm-style-pbc {
  pointer-events: none;
  z-index: 105 !important;
}

.shop_search_trial_seiyu_bnr_pc {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.shop_search_trial_seiyu_bnr_sp {
display: none;
}

.shop_search_individual_logo .logo-img {
  width: 40%;
  height: auto;
}