@media (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 16px 0 7px;
    z-index: 20;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header_shop_logo {
    text-align: center;
  }
  .header_shop_logo img {
    height: 41px;
    width: auto;
  }
  .content_inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .shop_title_block {
    margin: 0.6rem 0;
  }
  .shop_logo {
    width: 410px;
    text-align: center;
    margin: 0 auto 0.4rem;
  }
  .shop_title_block p {
    font-size: var(--f2);
    text-align: center;
    line-height: 2;
  }
  p.menu_text {
    text-align: center;
    font-size: var(--f2);
    margin: 0 0 0.4rem;
  }
  ul.menu_image_list {
    /* display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: left; */
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    text-align: left;
  }
  ul.menu_image_list li {
    width: 30%;
    margin: 0 0 48px;
    font-size: var(--f4);
    text-align: center;
  }
  ul.menu_image_list li img {
    margin: 0 0 10px;
  }
  .shop_menu_block {
    margin-bottom: 0.6rem;
  }
  .shop_info_block {
    font-size: var(--f4);
    line-height: 1.3;
    padding: 50px 20px;
  }
  .insta-feed {
    margin: -10px;
    margin-bottom: 0.6rem;
  }
  .shop_info_block.dashitomen {
    background: url(../images/shop/dashitomen/info_bg.jpg) no-repeat center
      center/cover;
  }
  .shop_info_block.mutahiro {
    background: url(../images/shop/mutahiro/mutahiro_info.jpg) no-repeat center
      center/cover;
  }
  .shop_info_block.shimada {
    background: url(../images/shop/shimada/omo_shimada_pc_info.jpg) no-repeat
      center center/cover;
  }
  .shop_info_block.patch {
    background: url(../images/shop/patch/omo_patch_pc_info.jpg) no-repeat center
      center/cover;
  }
  .shop_info_block.enishi {
    background: url(../images/shop/enishi/omo_enishi_pc_info.jpg) no-repeat
      center center/cover;
  }
  .shop_info_block.satsuma {
    background: url(../images/shop/satsumaya/omo_satsumaya_pc_info.png)
      no-repeat center center/cover;
  }
  .shop_info_block.satsuma2 {
    background: url(../images/shop/satsumaya2/omo_satsumaya_pc_info.png)
      no-repeat center center/cover;
  }
  .shop_info_block.coffee {
    background: url(../images/shop/ons/omo_ons_pc_info.png) no-repeat center
      center/cover;
  }
  .shop_info_inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  .shop_info {
    width: 50%;
    float: left;
    color: #ffffff;
  }
  .shop_info tr {
    line-height: 1.8;
  }
  .shop_info th {
    width: 19%;
    font-size: var(--f3);
    text-align: left;
  }
  .shop_info td {
    font-size: var(--f4);
    padding-left: 0.1rem;
  }
  .shop_info p {
    margin: 0 0 20px;
  }
  .shop_info a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .shop_info a:hover {
    opacity: 0.7;
  }
  .shop_map {
    width: 45.5%;
    float: right;
    position: relative;
  }
  .shop_map:before {
    content: "";
    display: block;
    padding-top: 82.25%;
  }
  .shop_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .arrow-bottom {
    margin-top: 0.2rem;
    width: 0.38rem;
  }
  .arrow-tab {
    height: var(--f2);
    margin-left: -10px;
    vertical-align: bottom;
  }
  .flashing_box {
    animation: flash 4s linear infinite;
    text-align: center;
    font-size: var(--f2);
    margin: 0 auto;
    margin-top: 0.4rem;
    line-height: 1.8;
    margin-bottom: -40px;
    width: 90%;
  }
  @keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* スライダー */
  .slider img {
    width: 100%;
    height: calc(100vh - 73px);
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 16px 0 7px;
    z-index: 20;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header_shop_logo {
    text-align: left;
  }
  .header_shop_logo img {
    height: 41px;
    width: auto;
  }
  .content_inner {
    /* max-width: 1040px; */
    width: 90%;
    margin: 0 auto 0;
    /* padding: 0 20px; */
    /* box-sizing: border-box; */
  }
  .shop_title_block {
    margin: 0.6rem 0;
  }
  .shop_logo {
    max-width: 410px;
    width: 80%;
    text-align: center;
    margin: 0 auto 16vw;
  }
  .shop_title_block p {
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.8;
  }
  .shop_menu_block {
    margin-bottom: 0.6rem;
  }
  p.menu_text {
    text-align: center;
    margin: 0 0 0.4rem;
    font-size: var(--f2);
  }
  ul.menu_image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  ul.menu_image_list li {
    width: 48%;
    margin: 0 0 6.4vw;
    font-size: var(--f4);
    text-align: center;
  }
  ul.menu_image_list li img {
    margin: 0 0 2.4vw;
  }
  p.sec_title {
    text-align: center;
    font-size: var(--f2);
  }
  ul.news_list {
    width: 100%;
    margin: 6.9vw auto 0;
  }
  ul.news_list li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 4.2vw;
  }
  .sns_block {
    margin: 15.4vw 0 0;
  }
  .shop_sns_block {
    margin: 15.4vw 0 0;
  }
  ul.footer_sns {
    min-width: 85px;
    width: 25%;
    margin: 6.1vw auto 0;
  }
  .media-grid .media-list-item {
    width: 33.3% !important;
  }
  .insta-feed {
    margin: -10px;
    margin-bottom: 0.6rem;
  }
  .shop_info_block {
    padding: 0.4rem 0;
  }
  .shop_info_block.dashitomen {
    background: url(../images/shop/dashitomen/info_bg.jpg) no-repeat center
      center/cover;
  }
  .shop_info_block.mutahiro {
    background: url(../images/shop/mutahiro/mutahiro_info.jpg) no-repeat center
      center/cover;
  }
  .shop_info_block.shimada {
    background: url(../images/shop/shimada/omo_shimada_pc_info.jpg) no-repeat
      center center/cover;
  }
  .shop_info_block.patch {
    background: url(../images/shop/patch/omo_patch_pc_info.jpg) no-repeat center
      center/cover;
  }
  .shop_info_block.enishi {
    background: url(../images/shop/enishi/omo_enishi_pc_info.jpg) no-repeat
      center center/cover;
  }
  .shop_info_inner {
    width: 90%;
    margin: 0 auto;
  }
  .shop_info {
    width: 100%;
    /* padding: 0 20px 0 0; */
    margin: 0 0 0.4rem;
    color: #ffffff;
  }
  .shop_info p {
    margin: 0 0 5vw;
  }
  .shop_table table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .shop_table tr,
  .shop_table th,
  .shop_table td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .shop_table th {
    font-size: var(--f3);
    line-height: 1.8;
  }
  .shop_table td {
    font-size: var(--f4);
    word-break: keep-all;
    line-height: 1.5;
  }
  .shop_info a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    word-break: initial;
  }
  .shop_map {
    width: 100%;
    /* float: right; */
    position: relative;
  }
  .shop_map:before {
    content: "";
    display: block;
    padding-top: 82.25%;
  }
  .shop_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .arrow-bottom {
    margin-top: 0.2rem;
    width: 0.38rem;
  }
  .arrow-tab {
    height: var(--f1);
    margin-left: -10px;
    vertical-align: bottom;
  }
  .flashing_box {
    will-change: animation;
    animation: flash 4s linear infinite;
    text-align: center;
    font-size: var(--f2);
    margin: 0 auto;
    margin-top: 0.4rem;
    line-height: 1.8;
    margin-bottom: -40px;
    width: 90%;
  }
  @keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* スライダー */
  .slider img {
    /* width: 100%;
		height: calc(100vh - 73px);
		aspect-ratio: 6/4; */
    /* object-fit: cover; */
  }
  /* モーダル */
  .modaal-inner-wrapper {
    padding: 0;
  }
}
