@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bayon&display=swap");
/* 店舗一覧 */
@media (max-width: 959px) {
  body .main .store_header {
    background: inherit;
    background-color: #ffffff;
  }
  body .main .store_header::before {
    display: none;
  }
  body .main .store_header .page_title {
    color: #53268A;
  }
  body .main .main_container {
    padding-top: 60px;
    padding-bottom: 101px;
  }
  body .main .main_container .store_container {
    padding: 0 5.3333333333vw;
  }
  body .main .main_container .store_container h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  body .main .main_container .store_container .store_list {
    margin-top: 35px;
  }
  body .main .main_container .store_container .store_list .store_item {
    width: 100%;
  }
  body .main .main_container .store_container .store_list .store_item:not(:first-of-type) {
    margin-top: 35px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block a .store_thumb {
    padding-top: 66.7%;
    background-size: cover;
    background-position: center;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info {
    padding: 13px 5px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .store_name {
    font-size: 14px;
    line-height: 1.7;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .store_address {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info {
    margin-top: 17px;
    max-width: 250px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info a {
    display: block;
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    padding: 17px;
    text-align: center;
    position: relative;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info a span {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    text-indent: -15px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info a::after {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 13px;
    background: url("../images/ico-top-arrow.svg") no-repeat;
    background-size: contain;
    top: calc(50% - 7px);
    right: 17px;
  }
}
@media (min-width: 960px) {
  body .main .store_header {
    background: inherit;
    background-color: #ffffff;
  }
  body .main .store_header::before {
    display: none;
  }
  body .main .store_header .page_title {
    color: #53268A;
  }
  body .main .main_container {
    padding-top: 150px;
    padding-bottom: 160px;
  }
  body .main .main_container .store_container {
    max-width: 1480px;
    margin: auto;
    padding: 0 60px;
  }
  body .main .main_container .store_container h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }
  body .main .main_container .store_container .store_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  body .main .main_container .store_container .store_list .store_item {
    width: calc((100% - 3.75vw) / 3);
    margin-left: 1.875vw;
    margin-top: 80px;
  }
  body .main .main_container .store_container .store_list .store_item:nth-of-type(-n+3) {
    margin-top: 30px;
  }
  body .main .main_container .store_container .store_list .store_item:first-of-type, body .main .main_container .store_container .store_list .store_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block a .store_thumb {
    padding-top: 66.7%;
    background-size: cover;
    background-position: center;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info {
    padding: 17px 7px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .store_name {
    font-size: 16px;
    line-height: 1.7;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .store_address {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info {
    margin-top: 27px;
    max-width: 250px;
    position: absolute;
    bottom: -50px;
    width: 100%;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info a {
    display: block;
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    padding: 17px;
    text-align: center;
    position: relative;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info a span {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    text-indent: -25px;
  }
  body .main .main_container .store_container .store_list .store_item .store_item_block .store_info .btn_store_info a::after {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    background: url("../images/ico-top-arrow.svg") no-repeat;
    background-size: contain;
    top: calc(50% - 7px);
    right: 20px;
  }
}