@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.area_shop .sec_anchor {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_shop .sec_anchor {
    margin-top: 50px;
  }
}
.area_shop .sec_anchor .list_anchor {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .area_shop .sec_anchor .list_anchor {
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .area_shop .sec_anchor .list_anchor {
    gap: 10px;
  }
}
.area_shop .sec_anchor .list_anchor > li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: calc((100% - 90px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.125em 0.625em;
  border: 1px solid #D2D2D2;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .area_shop .sec_anchor .list_anchor > li {
    width: calc((100% - 20px) / 2);
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .area_shop .sec_anchor .list_anchor > li {
    padding: 0.625em;
    width: 100%;
  }
}
.area_shop .sec_anchor .list_anchor > li.current {
  border-color: #000;
  background: #000;
  color: #fff;
}
.area_shop .sec_anchor .list_anchor > li:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.area_shop .tab_content {
  display: none;
}
.area_shop .tab_content.current {
  display: block;
}
.area_shop .tab_content .txt_note {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_shop .tab_content .txt_note {
    margin-top: 20px;
  }
}
.area_shop .ttl_second_common {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .area_shop .ttl_second_common {
    padding-top: 50px;
  }
}
.area_shop .block_mainvisual_common {
  padding-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shop .block_mainvisual_common {
    padding-top: 30px;
  }
}
.area_shop .list_detail_common {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shop .list_detail_common {
    margin-top: 30px;
  }
}
.area_shop .block_cafe {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe {
    padding-top: 50px;
  }
}
.area_shop .block_cafe .ttl_third_common {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .ttl_third_common {
    margin-top: 30px;
  }
}
.area_shop .block_cafe .list_detail_common {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .list_detail_common {
    margin-top: 20px;
  }
}
.area_shop .block_cafe .item_cafe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
  margin-top: 30px;
}
.area_shop .block_cafe .item_cafe .item_left {
  width: calc(50% - 50px);
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .item_cafe .item_left {
    width: 100%;
  }
}
.area_shop .block_cafe .item_cafe .item_left img {
  width: 100%;
  max-width: none;
}
.area_shop .block_cafe .item_cafe .item_right {
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .item_cafe .item_right {
    width: 100%;
  }
}
.area_shop .block_cafe .list_cafe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.area_shop .block_cafe .list_cafe .name_menu {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .list_cafe .name_menu {
    font-size: 1.6rem;
  }
}
.area_shop .block_cafe .list_cafe .box_menu {
  width: calc((100% - 40px) / 3);
}
@media all and (max-width: 480px) {
  .area_shop .block_cafe .list_cafe .box_menu {
    width: 100%;
  }
}
.area_shop .block_cafe .list_cafe .list_menu {
  margin-top: 10px;
}
.area_shop .block_cafe .list_cafe .list_menu + .name_menu {
  margin-top: 20px;
}
.area_shop .block_cafe .list_cafe .list_menu > li {
  margin-top: 0.2em;
  position: relative;
  padding-left: 1em;
}
.area_shop .block_cafe .list_cafe .list_menu > li:first-of-type {
  margin-top: 0;
}
.area_shop .block_cafe .list_cafe .list_menu > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #2b323b;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.area_shop .block_cafe .txt_cafe {
  margin-top: 10px;
}
.area_shop .block_cafe .txt_note {
  margin-top: 10px;
}
.area_shop .block_cafe .list_img_cafe {
  text-align: center;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 4px;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .list_img_cafe {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_shop .block_cafe .list_img_cafe {
    grid-template-columns: repeat(2, 1fr);
  }
}
.area_shop .block_cafe .list_img_cafe > li {
  background: #000;
  color: #fff;
}
.area_shop .block_cafe .list_img_cafe img {
  width: 100%;
  max-width: none;
}
.area_shop .block_cafe .list_img_cafe .name_menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .area_shop .block_cafe .list_img_cafe .name_menu {
    font-size: 1.4rem;
  }
}
.area_shop .category_shop {
  width: 75px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  padding: 0.5em;
  background: #AE2803;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .area_shop .category_shop {
    width: 70px;
    font-size: 1.2rem;
  }
}
.area_shop .category_shop.category02 {
  background: #a1780f;
}
.area_shop .block_txt {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shop .block_txt {
    margin-top: 30px;
  }
}
.area_shop .block_txt .list_attention {
  margin-top: 30px;
}
.area_shop .block_txt .list_attention > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px 20px;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_shop .block_txt .list_attention > li {
    gap: 5px 15px;
  }
}
.area_shop .block_txt .list_attention > li:first-of-type {
  margin-top: 0;
}
.area_shop .block_txt .txt_attention {
  font-family: "Noto Sans JP", sans-serif;
}
.area_shop .list_shop {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop {
    margin-top: 30px;
  }
}
.area_shop .list_shop > li {
  padding: 30px 0;
  border-bottom: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 30px;
    padding: 20px 0;
  }
}
.area_shop .list_shop > li:first-of-type {
  border-top: 1px solid #DFDFDF;
}
.area_shop .list_shop .item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 15px;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop .item_left {
    width: 100%;
    max-width: 320px;
  }
}
.area_shop .list_shop .item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop .item_right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.area_shop .list_shop .name_shop {
  font-size: 2.2rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop .name_shop {
    font-size: 1.8rem;
  }
}
.area_shop .list_shop .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 30px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 0.2em;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop .box_list {
    font-size: 1.6rem;
  }
}
.area_shop .list_shop .txt_address {
  width: 25em;
}
@media all and (max-width: 480px) {
  .area_shop .list_shop .txt_address {
    width: auto;
  }
}
.area_shop .list_shop .txt_address.w_all {
  width: 100%;
}
.area_shop .list_shop .txt_tel::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 1.3em;
  background: url("/common/images/icon_tel.svg") center center/contain no-repeat;
  vertical-align: -0.3em;
  margin-right: 0.2em;
}
.area_shop .list_shop .btn_list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.area_shop .list_shop .btn_list > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 1.2em;
  border: 1px solid #2b323b;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .area_shop .list_shop .btn_list > a {
    font-size: 1.3rem;
  }
}
.area_shop .list_shop .btn_list > a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.9em;
  background: url("/common/images/icon_outside.svg") center center/contain no-repeat;
  vertical-align: -0.05em;
  margin-left: 0.4em;
}