@charset "UTF-8";
/*-----フォント-----*/
/*-----カラー-----*/
/*-----幅-----*/
/*-----mixin-----*/
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn,
blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer,
img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

a, a:visited {
  color: inherit;
}

article, aside, footer, header, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

@media (max-width: 768px) {
  .pcEle {
    display: none;
  }
}

.spEle {
  display: none;
}
@media (max-width: 768px) {
  .spEle {
    display: block;
  }
}

/* top page style 
************************************/
.site-index .header {
  position: relative;
  padding-top: 117px;
  max-width: 1648px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-index .header {
    padding-top: 72px;
  }
}
.site-index .header .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-index .outline {
  color: #000;
}
.site-index .outline .date {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .site-index .outline .date {
    margin-top: 20px;
    font-size: 26px;
  }
  .site-index .outline .date img {
    max-width: 70%;
  }
}
.site-index .outline .date small {
  font-size: 80px;
}
@media (max-width: 768px) {
  .site-index .outline .date small {
    font-size: 16px;
  }
}
.site-index .outline .date b {
  font-size: 100px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site-index .outline .date b {
    font-size: 19px;
  }
}
.site-index .outline .location {
  margin-top: 32px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .site-index .outline .location {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.site-index .outline .location small {
  font-size: 36px;
}
@media (max-width: 768px) {
  .site-index .outline .location small {
    font-size: 16px;
  }
}
.site-index .outline .time {
  text-align: center;
  margin-top: 32px;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .site-index .outline .time {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.7;
  }
  .site-index .outline .time time {
    display: block;
  }
}
.site-index .outline .time .free {
  display: inline-block;
  background-color: #813218;
  color: #fff;
  border-radius: 80px;
  font-size: 30px;
  padding: 8px 22px;
}
@media (max-width: 768px) {
  .site-index .outline .time .free {
    margin-top: 8px;
    font-size: 16px;
    padding: 6px 12px;
  }
}
.site-index .catch {
  padding: 16px 0 104px;
  background: url(../img/bg-blue.jpg) top center;
}
@media (max-width: 768px) {
  .site-index .catch {
    background-size: 730px auto;
    padding: 8px 0 40px;
  }
}
.site-index .catch .att {
  text-align: right;
}
@media (max-width: 768px) {
  .site-index .catch .att {
    font-size: 10px;
  }
}
.site-index .catch .title {
  font-size: 40px;
  text-align: center;
  color: #813218;
  font-weight: 700;
}
@media (max-width: 768px) {
  .site-index .catch .title {
    font-size: 18px;
  }
}
.site-index .catch .badge {
  text-align: center;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .site-index .catch .badge {
    margin-top: 24px;
  }
  .site-index .catch .badge img {
    width: 134px;
  }
}
.site-index .catch .text {
  text-align: center;
  margin-top: 50px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
  color: #813218;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .site-index .catch .text {
    text-align: justify;
    margin-top: 24px;
    font-size: 16px;
  }
}
.site-index .news {
  margin-top: 100px;
  background: url(../img/bg-blue.jpg) top center;
  padding: 48px 0 48px;
}
@media (max-width: 768px) {
  .site-index .news {
    margin-top: 50px;
    padding: 40px 0 52px;
    background-size: 723px auto;
  }
}
.site-index .news .read {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  color: #813218;
}
@media (max-width: 768px) {
  .site-index .news .read {
    font-size: 18px;
  }
}
.site-index .news .news-area {
  margin-top: 28px;
  border-radius: 0px 20px;
  background: #fff;
  border: 2px solid #3a9ed9;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-index .news .news-area {
    margin-top: 12px;
    border-radius: 0px 10px;
    padding: 0 0 8px;
  }
}
.site-index .news .inner .title {
  order: 0;
  font-weight: 500;
  font-size: 20px;
  color: #3a9ed9;
  margin-top: -4px;
  margin-left: -2px;
}
@media (max-width: 768px) {
  .site-index .news .inner .title {
    font-size: 14px;
    margin-top: -2px;
    margin-left: 0px;
  }
}
.site-index .news .inner .list {
  width: 100%;
  order: 1;
}
.site-index .news .inner .list.more {
  order: 2;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
.site-index .news .inner .list.more li {
  border-top: 1px dotted #aaa;
}
.site-index .news .inner .list li {
  padding: 12px 0;
  margin: 0 32px;
}
@media (max-width: 768px) {
  .site-index .news .inner .list li {
    padding: 8px 0px;
    margin: 0 12px;
  }
}
.site-index .news .inner .list li,
.site-index .news .inner .list a {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .site-index .news .inner .list li,
  .site-index .news .inner .list a {
    font-size: 16px;
  }
}
.site-index .news .inner .btn {
  width: 100%;
  order: 3;
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .site-index .news .inner .btn {
    padding-right: 12px;
    margin-bottom: 6px;
  }
}
.site-index .news .inner .btn:hover {
  cursor: pointer;
}
.site-index .news .inner .btn::after {
  content: "＞";
  display: inline-block;
  margin-left: 6px;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.site-index .news .inner .btn.active::after {
  transform: rotate(-90deg);
}
.site-index .news .inner .btn.active + .list.more {
  height: auto;
}
.site-index .top-sns {
  padding: 76px 0 84px;
}
@media (max-width: 768px) {
  .site-index .top-sns {
    padding: 24px 0;
  }
}
.site-index .top-sns .list {
  display: flex;
  justify-content: center;
}
.site-index .top-sns .list li {
  margin: 0 32px;
  max-width: 88px;
}
@media (max-width: 768px) {
  .site-index .top-sns .list li {
    margin: 0 16px;
    max-width: 40px;
  }
}
.site-index .top-sns .list li a {
  transition: all 0.3s;
}
.site-index .top-sns .list li a:hover {
  opacity: 0.7;
}
.site-index .page-menu {
  background: #DFF1FC;
}
.site-index .page-menu .list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-index .page-menu .list {
    flex-wrap: wrap;
  }
}
.site-index .page-menu .list li {
  width: 25%;
  height: 300px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .site-index .page-menu .list li {
    width: 50%;
    height: 50vw;
  }
}
.site-index .page-menu .list li.btn_buyer span::after, .site-index .page-menu .list li.btn_buyer a::after {
  background-image: url(../top/btn_beer.jpg);
}
.site-index .page-menu .list li.btn_menu span::after, .site-index .page-menu .list li.btn_menu a::after {
  background-image: url(../top/btn_food.jpg);
}
.site-index .page-menu .list li.btn_event span::after, .site-index .page-menu .list li.btn_event a::after {
  background-image: url(../top/btn_event.jpg);
}
.site-index .page-menu .list li.btn_map span::after, .site-index .page-menu .list li.btn_map a::after {
  background-image: url(../top/btn_map.jpg);
}
.site-index .page-menu .list li a,
.site-index .page-menu .list li span {
  text-shadow: 0px 0px 10px #000;
  text-decoration: none;
  z-index: 2;
}
.site-index .page-menu .list li a::after,
.site-index .page-menu .list li span::after {
  display: block;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}
.site-index .page-menu .list li a {
  color: #fdfafa;
}
.site-index .page-menu .list li a:hover::after {
  transform: scale(1.2);
}
.site-index .page-menu .list li span {
  color: #999;
}
.site-index .page-menu .list li strong {
  font-size: 40px;
  line-height: 1.25;
  min-height: 2.5em;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  .site-index .page-menu .list li strong {
    font-size: 21px;
  }
}
.site-index .page-menu .list li b {
  display: block;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .site-index .page-menu .list li b {
    font-size: 14px;
  }
}
.site-index .about {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .site-index .about {
    margin-top: 0px;
    background: #DFF1FC;
    padding: 32px 0;
  }
}
.site-index .about .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-index .about .inner {
    display: block;
  }
}
.site-index .about .title {
  width: 28%;
}
@media (max-width: 768px) {
  .site-index .about .title {
    width: 100%;
  }
}
.site-index .about .title b {
  color: #813218;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site-index .about .title b {
    font-size: 18px;
  }
}
.site-index .about .title strong {
  margin-top: 4px;
  display: block;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 768px) {
  .site-index .about .title strong {
    font-size: 13px;
    color: #000;
  }
}
.site-index .about .text {
  width: 71.6%;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .site-index .about .text {
    margin-top: 16px;
    color: #000;
    width: 100%;
    font-size: 14px;
  }
}
.site-index .images {
  margin-top: 96px;
}
.site-index .images img {
  width: 100%;
}
@media (max-width: 768px) {
  .site-index .images {
    margin-top: 50px;
  }
}
.site-index .images .text {
  text-align: right;
  font-size: 14px;
  padding: 8px 24px 0 0;
}
@media (max-width: 768px) {
  .site-index .images .text {
    font-size: 8px;
    padding: 4px 16px 0 0;
  }
}
.site-index .detail {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .site-index .detail {
    margin-top: 32px;
  }
}
.site-index .detail .inner {
  padding: 0 139px;
}
@media (max-width: 768px) {
  .site-index .detail .inner {
    padding: 0 16px;
  }
}
.site-index .detail .item {
  display: flex;
}
@media (max-width: 768px) {
  .site-index .detail .item {
    display: block;
  }
}
.site-index .detail .item dt,
.site-index .detail .item dd {
  line-height: 1.9;
}
.site-index .detail .item dt {
  width: 5em;
}
@media (max-width: 768px) {
  .site-index .detail .item dt {
    width: 100%;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .site-index .detail .item dd {
    margin-bottom: 8px;
    padding-left: 1em;
  }
}
.site-index .access {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .site-index .access {
    margin-top: 52px;
  }
}
.site-index .access .map iframe {
  width: 100%;
}
.site-index .access .text {
  margin-top: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .site-index .access .text dt,
  .site-index .access .text dd {
    display: block;
    text-align: left;
  }
}
.site-index .drinking20 {
  text-align: center;
  margin-top: 85px;
}
@media (max-width: 768px) {
  .site-index .drinking20 {
    margin-top: 50px;
  }
  .site-index .drinking20 img {
    max-width: 284px;
  }
}/*# sourceMappingURL=top.css.map */