@charset "utf-8";

/* ↓↓↓↓↓ レスポンシブ対応（Pad） ↓↓↓↓↓ */
@media all and (max-width: 1024px) {
  /* header */
  .top_logo p > a > img {
    min-width: 50%;
    min-height: 50%;
  }

  .top_logo h1 {
    font-size: 36px;
  }

  .nav_title > h3 {
    font-size: 30px;
  }

  /* menu */
  .menu_pc {
    font-size: 18px;
  }

  /* 店舗紹介 */
  .shop_info > h2 {
    font-size: 32px;
  }

  .shop_info > img {
    margin-bottom: 100px;
  }

  .shop_info_section {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .textarea {
    width: 85%;
    font-size: 14px;
  }

  .shop_logo {
    text-align: center;
  }

  .shop_info_section > .textarea {
    margin-bottom: 50px;
  }

  .sliderbox {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }

  .sliderlist__item1 > img,
  .sliderlist__item2 > img,
  .sliderlist__item3 > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }

  .prev{
    position: absolute;
    top: 37.5%;
    left: 5%;
    display: none;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    cursor: pointer;
    transform: translateY(-50%) rotate(45deg);
  }

  .next{
    position: absolute;
    top: 37.5%;
    right: 5%;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    cursor: pointer;
    transform: translateY(-50%) rotate(-45deg);
  } 
  

  /* アクセス */
  .shop_add_map > h2 {
    font-size: 32px;
  }

  .shop_access {
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  }

  .address {
    margin-bottom: 20px;
  }

  .address li {
    width: 100%;
    font-size: 14px;
    margin: 0;
  }

  .map > iframe {
    width: 200px;
    height: 200px;
  }

  .product_wrap {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }

  .notice_list {
    width: 75%;
  }

  .notice_list h2 {
    font-size: 32px;
  }

  .notice_txt p.notice_date,
  .notice_txt p {
    font-size: 18px;
  }
  
}

/* ↓↓↓↓↓ レスポンシブ対応（Sp） ↓↓↓↓↓ */
@media all and (max-width: 428px) {
  body {
    width: 100%;
    min-width: 320px;
    margin: 0 0 0 10px;
    text-align: center;
  }

  /* header */
  .top_logo h1 {
    font-size: 26px;
  }

  .top_logo p > a > img {
    min-width: 100%;
    min-height: 100%;
  }

  .nav_title > h3 {
    font-size: 26px;
  }

  .menu_pc {
    font-size: 16px;
  }

  /* 店舗紹介 */
  .shop_info > h2 {
    font-size: 26px;
  }

  .shop_info > img {
    width: 50%;
    height: 50%;
  }

  .shop_info_section {
    width: 320px;
    margin: 20px auto;
  }

  .textarea {
    width: 85%;
  }

  .textarea > p {
    font-size: 14px;
    text-align: left ;
  }

  .shop_logo > img {
    width: 50%;
    height: 50%;
  }

  .sliderbox {
    width: 50%;
    height: 50%;
    margin: 0 auto;
  }

  .sliderlist__item1 > img,
  .sliderlist__item2 > img,
  .sliderlist__item3 > img {
    width: 50%;
    height: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }

  .prev{
    position: absolute;
    top: 25%;
    left: 15%;
    display: none;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    cursor: pointer;
    transform: translateY(-50%) rotate(45deg);
  }

  .next{
    position: absolute;
    top: 25%;
    right: 15%;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    cursor: pointer;
    transform: translateY(-50%) rotate(-45deg);
  } 



  /* アクセス */
  .shop_add_map > h2 {
    font-size: 26px;
  }

  .address li {
    font-size: 12px;
  }
  
  .map > iframe {
    width: 180px;
    height: 180px;
  }

  /* 商品紹介 */
  .product_intro > h2 {
    font-size: 26px;
  }

  .product_wrap {
    width: 80%;
  }

  .product img {
    width: 50%;
    height: 50%;
  }

  /* お知らせ */
  .notice_list {
    margin: 0 auto;
  }

  .notice_list h2 {
    font-size: 26px;
  }

  .list {
    flex-direction: column;
    justify-content: center;
  }

  .list_wrap {
    min-width: 290px;
    margin: 0 auto;
  }

  .notice_img img {
    margin-top: 30px;
  }

  /* footer */
  footer {
    width: 100%;
  }

  .footer_menu {
    width: 80%;
    margin: 0 auto;
  }

  .footer_menu ul li {
    display: block;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #888;
  }

  .footer_menu ul li:last-child {
    border-right: none;
  }

  footer small {
    font-size: 14px;
  }  
  
}

  



