@media screen and (max-width: 499px) {
  /*　画面サイズ 499pxまで適用　*/
  body {
    max-width: 100%;
    margin:auto;
  }
}

@media screen and (min-width:400px) {
  /*　画面サイズ 400px以上から適用　*/
  body {
    max-width: 400px;
    margin:auto;
  }
}

html{
    font-family: "Zen Old Mincho", sans-serif;
    /* font-family: "Poppins", sans-serif */
    /* font-family: "Dancing Script", cursive */
    
}

.pop {
  font-family: "Zen Old Mincho", sans-serif;
}

.container {
    width: 90%;
    max-width: 400px;
    /* background-color: aquamarine; */
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.small_text {
    font-size: 10px;
    line-height: 2;
}

/* ヘッダー用 */
header {
    padding: 27px 0;
}
.header_menu {
    text-align: center;
    margin-top: 20px
}
.header_menu div a {
    transition: .2s;
}
.header_menu div a:hover {
    color: #5E489B!important;
    transition: .2s;
}
.column-2 {
    width: 48%;
}

.heading_al {
  font-family: "Dancing Script", cursive;
    font-size: 60px;
    font-weight: 700;
    color: #321C03!important;
    opacity: 20%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-78%);
    z-index: -1;
}
.heading_nonal {
  font-family: "Dancing Script", cursive;
  font-size: 60px;
  font-weight: 700;
  color: #BF9959!important;
  opacity: 30%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-78%);
  z-index: -1;
}

/* 各コンテンツ用共通 */
.title_logo {
  width: 30px;
  height: auto;
  margin-bottom: 5px;
}
.column-title_left {
  width: 20%;
}
.column-title_right {
  width: 80%;
}
.column-image {
    width: 25%;
}
.column-Shurui {
    width: 70%;
}
article_red {
    height: auto;
    /* line-height: 1.5; */
    
    h1 {
      position: relative;
      padding: 0 0 0 40px;
      margin: 0 0 0 0;
      font-size: 15px;
      
      &::before {
        position:absolute;
        left: 0;
        height: inherit;
        content: url(./image/al_red_logo.png);
      }
    }
}
article_white {
  height: auto;
  /* line-height: 1.5; */
  
  h1 {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
    font-size: 15px;
    
    &::before {
      position:absolute;
      left: 0;
      height: inherit;
      content: url(./image/al_white_logo.png);
    }
  }
}
article_others {
  height: auto;
  /* line-height: 1.5; */
  
  h1 {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
    font-size: 15px;
    
    &::before {
      position:absolute;
      left: 0;
      height: inherit;
      content: url(./image/al_others_logo.png);
    }
  }
}
.text {
    line-height: 1.5;
}
.title-table {
  display: block;
  -webkit-font-smoothing: antialiased;
  overflow: auto;

  th {
    background-color: #80207600!important;
    color: rgb(0, 0, 0);
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 40px;
    font-size: 8px;
    font-family: "Noto Sans JP", sans-serif
  }
  td {
    background-color: #80207600;
    padding-left: 12px;
    /* width: 80%; */
    font-weight: 700;
    font-size: 14.5px;
    font-family: "Noto Sans JP", sans-serif;
  }
}


/* アルコール用 */
#alcohol {
    margin-top: 100px;
}
.flat-table_al {
    display: block;
    -webkit-font-smoothing: antialiased;
    font-size: 115%;
    overflow: auto;

    th {
      background-color: #5E489B!important;
      color: white;
      font-weight: 700;
      padding: 10px 10px;
      text-align: center;
      width: 35%;
      font-family: "Noto Sans JP", sans-serif;
    }
    td {
      background-color: #5e489b25;
      padding: 10px 10px;
    }
}

/* ノンアルコール用 */
#nonalcohol {
  margin-top: 100px;
}
.flat-table_nonal {
  display: block;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: auto;

  th {
    background-color: #AA666E!important;
    color: white;
    font-weight: 700;
    padding: 10px 10px;
    text-align: center;
    width: 35%;
    font-family: "Noto Sans JP", sans-serif;
  }
  td {
    background-color: #aa666e23;
    padding: 10px 10px;
  }
}

/* アコーディオン全体のスタイリング */
.accordion_al {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    margin-top: 15px;
    list-style: none;
    &::-webkit-details-marker {
      display: none;
    }
}
  
  /* アコーディオンのヘッダー部分のスタイリング */
  .accordion_al-header {
    padding: 10px;
    padding-left: 10px;
    background-color: #f7f7f7;
    cursor: pointer;
    outline: none;
    /* font-size: 10px; */
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-radius: 15px;
    /* 矢印を消すための追加スタイル */
    list-style: none;
  }
  /* アコーディオンのコンテンツ部分のスタイリング */
  .accordion_al-content {
    padding: 15px;
    line-height: 1.5;
    background-color: #fff;
  }
  /* アコーディオンが開いている時のヘッダー部分のスタイル */
  .accordion_al[open] .accordion-header {
    background-color: #e7e7e7;
  }
  /* アコーディオンの矢印を非表示にするためのスタイリング */
  .accordion_al .accordion-header::-webkit-details-marker {
    display: none;
  }
  .accordion_al .accordion-header::before {
    content: '';
    display: none;
  }
  .accordion .accordion-header::-moz-list-bullet {
    display: none;
  }
  /* Chrome、Safari */
  summary::-webkit-details-marker {
    display: none;
  }

/* 追従画像（凡例） */
.fixed_btn {
  position: fixed;
  bottom: 10px;
  width: 100%;
  margin: auto;
  z-index: 1;
}

/*営業時間*/
.absolute_parent{
  position: relative;
  width: 100%;
}

.eigyo_time{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 63%;
  /* 重なり順を指定*/
  z-index: 1;
  text-align: center;
  

}
.eigyo_time table{
  color: #7F2357;
}

.time{
  font-size: 30px;

}
.time_column{
  font-size: 15px;
}

