@charset "utf-8";
/* ======== フレーム ======== */
a:link, a:visited, a:hover, a:active {
  color: #fff;
}
html, body {
  min-height: 100vh;
}
header, main, footer {
  position: relative;
  width: 100%;
}
#top-slider {
  width: 100%;
  min-height: 50vh;
  padding: 50px 0;
  overflow: hidden;
}
#top-slider img {
  width: 300px;
  max-width: 80%;
  height: auto;
  filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5));
  z-index: 10000;
}
nav {
  width: 100%;
  min-height: 60px;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  gap: 6px;
}
nav ul li {
  flex: 1 1 auto;
  min-width: 130px;
  max-width: 200px;
}
nav ul li a {
  height: 40px;
  font: 400 16px "Noto Sans JP", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #000;
}
nav ul li:hover {
  opacity: .7;
}
main {
  padding: 20px;
}
/* ======== タイトル ======== */
.title1 {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  color: #fff;
}
.heading {
  margin: 10px 0
}
.title1 .heading {
  position: relative;
  min-height: 3.6rem;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #963;
  line-height: 3.6rem;
}
.title1 .heading .date {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1.8rem;
  background: #963;
  color: #fff;
}
.title1 .heading .date:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 3.6rem 3.6rem 0 0;
  border-right-color: #963;
}
.title1 .heading .title {
  float: left;
  padding-left: 1.8rem;
}
/* ======== メイン ======== */
main section {
  width: 100%;
  max-width: 900px;
  text-align: left;
  margin: 0 auto 30px;
}
main section h1 {
  border-left: 20px solid #7D050A;
  border-bottom: 2px solid #7D050A;
  padding-left: 0.5rem;
  padding-bottom: 3px;
}
main section article > p {
  margin: 10px 30px;
  text-indent: 1rem;
  line-height: 180%;
}
main section article {
  width: 100%;
}
main section article div.map {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 56.25%;
}
main section article div.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
main section article div.transparent-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
}
main section article div.transparent-table-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
main section article div.transparent-table-cell {
  flex: 1 1 300px;
  max-width: 400px;
}
main section article div.transparent-table-cell img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
main section article div.transparent-table-cell > p {
  margin-bottom: 20px;
}
footer {
  display: block;
  width: 100%;
  background: blue;
  padding: 20px 10px;
  text-align: center;
}
footer #copyright {
  position: relative;
  font: 600 14px 'Titillium Web', sans-serif;
}
/* ======== 背景色 ======== */
.c_izakaya1 {
  background: #7D050A;
  color: #ffffff;
}
.c_izakaya2 {
  background: #191919;
  color: #ffffff;
}
.c_izakaya3 {
  background: #000;
  color: #ffffff;
}

/* ======== モバイル ======== */
@media screen and (max-width: 600px) {
  main {
    padding: 10px;
  }
  nav ul li {
    flex: 1 1 45%;
    min-width: 120px;
  }
  nav ul li a {
    font-size: 14px;
    height: 38px;
  }
  main section article > p {
    margin: 10px 6px;
    text-indent: 1rem;
  }
  .title1 .heading {
    height: auto;
    min-height: 3.6rem;
    line-height: 1.6;
    padding: 8px 8px 8px 1.2rem;
  }
  .title1 .heading .date {
    position: static;
    display: inline-block;
    padding: 2px 8px;
    margin-top: 6px;
    border-radius: 3px;
  }
  .title1 .heading .date:before {
    display: none;
  }
  .title1 .heading .title {
    float: none;
    padding-left: 0;
    display: block;
  }
}
