@charset "UTF-8";
:root {
  --color-white:#fff;
  --color-black:#000;
  --color-red:#C40101;
  --color-yellow:#FFD800;
}
/* 共通テキスト */
p.mv_sub_txt {
  padding-left: 20px;
  font-weight: bold;
}

#access .info .txt .sub_txt {
  font-size: 14px;
  margin-top: 0 !important;
}

.store_name .sub_txt {
  font-size: 16px;
}

.season_notice.red {
  margin: 20px 0;
  color: var(--color-red);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #access .info .txt .sub_txt {
    font-size: 12px;
  }

  .store_name .sub_txt {
    font-size: 14px;
  }
}


/* トピックス */
.topics {
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  padding-bottom:40px;
}
.topics > div{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap:20px 20px;
  justify-content: space-between;
  max-width: 470px;
  width:fit-content;
  margin: 20px auto 0;
  padding: 20px 0 0;
}
.topics_box{
    max-width: 46%;
  & img{
    display: block;
    margin-bottom:10px;
  }
}
.topics{

  & .topi_date{
    margin-bottom:5px;
  }
  & .topi_ttl{
\
    margin-bottom:5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  & img{
    aspect-ratio:1/1;
    object-fit: contain;
  }
}

/* 共通料金表 */
#price .content {
  background-color: var(--color-black);
}

#price .content .inner {
  padding-bottom: 50px;
}

#price .course {
  width: 100%;
  padding-bottom: 50px;
}

#price .course .ct01 {
  padding: 0;
  background: var(--color-black);
}

 #price .course .ct02, #price .course .ct03 {
  padding: 15px 0 0;
  background: var(--color-black);
}

#price .course #tab00.ct01 {
  margin-top: 40px;
  /* margin-bottom: 40px; */
  background: var(--color-black);
}

#price #tab00 .aside {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

#price #tab00 .annotation,
#price .course .annotation {
  margin-top: 20px;
}

.annotation li {
  position: relative;
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}

.annotation li:first-child {
  padding-top: 0;
}

.annotation li::before {
  position: relative;
  content: "※";
  width: 1em;
  height: 1em;
}

.course .tax{
  font-size: 11px;
  vertical-align: middle;
}

#price .course {
  border-bottom: none;
}

#price .course #tab00 .txt_01 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#price .course #tab00 .txt {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  width: 100%;
  margin-top: 10px;
  font-size: 39px;
  text-align: center;
}

#price #tab00 .list .txt:last-child::after {
  display: none;
}

#price .course .aside,
#price .tab_ct {
  font-weight: bold;
}

#price .tab_ct .price_tbl:nth-child(n+1):not(:last-child) {
  margin-bottom: 30px;
}

/* #price .course .aside:last-of-type {
  margin-bottom: 30px;
} */

#price .course .ct01 .aside {
  margin-bottom: 0;
}

#price .tab_ct:nth-last-child(2) {
  /* margin-bottom: 0; */
}

#price .tab_ct.ct04 {
  padding: 0;
}

.course_sub_ttl{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid var(--color-yellow);
  border-bottom: 1px solid var(--color-yellow);
}

.course_sub_ttl::after {
  position: absolute;
  content: '';
  left: calc(50% - 6px);
  bottom: -6px;
  background: url(/images/bar/inverted_triangle.svg) no-repeat;
  width: 12px;
  height: 6px;
  z-index: 1;
}

.course_sub_ttl h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-yellow);
  text-align: center;
}

.course_sub_ttl h3 > .course_sub_ttl-txt {
  display: block;
  color: var(--color-white);
  font-size: 20px;
}

.ttl_aycd-menu {
  margin-bottom: 16px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  span {
    font-size: 14px;
  }
}

.price_tbl {
  margin-bottom: 30px;
  border: 1px solid var(--color-white);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  color: var(--color-white);
 }

.price_tbl th,
.price_tbl td {
  height: 60px;
  padding: 10px 5px;
  border: 1px solid var(--color-white);
  text-align: center;
  vertical-align: middle;
}

.price_tbl .tbl_th {
  /* padding: 5px; */
  /* background: var(--color-white);
  color: var(--color-white);
  font-size: 16px; */
}

.price_tbl .tbl_th:not(.weekday) {
    padding: 5px;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 16px;
}

.price_tbl .tbl_th.half {
  width: 43%;
}

.price_tbl .time {
  width: 20%;
}

.price_tbl .tbl_td {
  background: var(--color-white);
  color: var(--color-red);
  font-size: 18px;
}

.tbl_prc {
  font-size: 22px;
  font-weight: bold;
  width: 40%;
}

.tbl_th.weekday {
  background: var(--color-red);
  color: var(--color-white);
}

.tbl_allday .time {
  width: 30%;
}

.tbl_prc.tbl_prc_time-period {
  height: 40px;
  font-size: 18px;
}

#price .course .aside {
  text-align: left;
}

#price .ct04 .aside {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  white-space: inherit;
}

#price .tab_ct02 {
  /* display: none */
}

#price .tab_ct02 .aside {
  font-size: 12px;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#price .course .ct03 {
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .ttl_aycd-menu {
    font-size: 24px;
  }

  .course .course_sub_ttl h3,
  .course .sub_txt01 {
      font-size: 28px;
  }

  .course .course_sub_ttl::after {
    width: 16px;
    height: 8px;
    bottom: -8px;
  }
  .course .tax{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #price .inner {
    padding-bottom: 0;
  }

  #price .tab_ct {
    display: block;
  }
}


@media screen and (max-width: 390px) {
  #price .aside{
    white-space: normal;
  }
}

/* 共通メニュー */
#menu .content{
  background-color: var(--color-black);
}

#menu .inner {
  padding-top: 0;
}

#menu .course {
  padding-bottom: 50px;
}

#menu .content .sub_ttl {
  margin-bottom: 20px;
}

#menu .course_menu::before {
  content: none;
}

#menu .course_menu {
  padding-top: 0;
}

.tab_ct02 {
  margin-bottom: 40px;
}

.course_img {
  margin-bottom: 20px;
  text-align: center;
}

.course_img img {
  width: 90%;
}

#menu .aside {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
}

.menu_box{
  display: block;
  margin-bottom: 10px;
  padding: 10px 6px;
  background: #fff;
  color: var(--color-red);
  border-radius: 16px;
  font-weight: bold;
  font-size: 12px;
}

#menu .aside-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.menu_box-tab{
  display: block;
  /* min-width: 125px; */
  margin-right: 6px;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  color: var(--color-red);
  border-radius: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
}

a.st1:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  #menu .aside {
    font-size: 16px;
  }

    .menu_box{
      font-size: 16px;
  }

    .menu_box-tab{
      margin-right: 6px;
      font-size: 11px;
  }
}

@media screen and (max-width: 390px) {
  #menu .aside {
    font-size: 10px;
  }
}
