/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2023 | 08:47:08 */
.page_shoplist div.shop_modal {
  position: fixed;
  display: none;
  z-index: 10000;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.page_shoplist div.shop_modal .shop_pr_box {
  width: 70%;
  height: auto;
  margin: auto;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  padding: 40px;
  background: #FFFFFF;
}
@media screen and (min-width:480px) and (max-width: 1179px) {
  .page_shoplist div.shop_modal .shop_pr_box {
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .page_shoplist div.shop_modal .shop_pr_box {
    width: 80%;
    padding: 10px;
  }
}
.page_shoplist .shop_pr_box img:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.page_shoplist .shop_close_modal {
  line-height: 1.4em;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-table;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  border: 2px solid #82c2e2;
  background: #018ad1;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.page_shoplist .shop_close_modal::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 10px;
  height: 16px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_shoplist .shop_title {
  margin: 30px auto 10px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ac2121;
}
@media screen and (min-width:480px) and (max-width: 1179px) {
  .page_shoplist .shop_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .page_shoplist .shop_title {
    font-size: 20px;
  }
}
.page_shoplist .shop_logomark {
  width: 50%;
  margin: auto;
}
@media screen and (min-width:480px) and (max-width: 1179px) {
  .page_shoplist .shop_logomark {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .page_shoplist .shop_logomark {
    width: 70%;
  }
}
.page_shoplist .shop_attention {
  font-size: 20px;
  padding-left: 40px;
  background: url("https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2021/12/icon_attention.png") no-repeat left center;
  background-size: 25px auto;
}
.page_shoplist .shop_attention .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.page_shoplist .shop_attention .red {
  color: #ac2121;
  font-weight: bold;
}
@media screen and (min-width:480px) and (max-width: 1179px) {
  .page_shoplist .shop_attention {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page_shoplist .shop_attention {
    font-size: 16px;
  }
}
.page_shoplist .shop_close_modal:hover {
  text-decoration: none;
  display: inline-table;
  color: #018ad1;
  border: 2px solid #018ad1;
  background: #fff;
}
.page_shoplist .shop_close_modal:hover::before {
  border-bottom: 4px solid #018ad1;
  border-right: 4px solid #018ad1;
}
.page_shoplist .shop_close_modal_no {
  display: block;
  width: 180px;
  line-height: 50px;
  display: inline-table;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  border: 2px solid #60cfff;
  background: #60cfff;
  *display: inline;
  *zoom: 1;
}
.page_shoplist .shop_close_modal_no:hover {
  text-decoration: none;
  display: inline-table;
  color: #018ad1;
  border: 2px solid #60cfff;
  background: #fff;
}/*# sourceMappingURL=shoplist.css.map */