<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.display-none {
  display: none;
}

@media screen and (max-width: 399px) {
  .display-none-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-none-md {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .display-none-lg {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .display-none-xl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dnl {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    overflow: hidden;
  }
}

main {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
    min-width: initial;
    overflow: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.btn,
a.btn,
button.btn {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.2rem;
  }
}

.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  text-decoration: none !important;
}
.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

.btn-green {
  color: #fff;
  background-color: #6ea924;
  border-bottom: 5px solid #4b701d;
  text-decoration: none !important;
}
.btn-green:hover {
  color: #fff !important;
  background: #91dd33;
}

.footer_sp {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  background-color: #0a2327;
  color: #fff;
  padding: 20px 0;
}

body {
  letter-spacing: 1.5px;
  overflow: hidden;
}

.wrap_nav * {
  box-sizing: unset !important;
}

#pagetitle {
  height: auto;
}
#pagetitle img {
  position: unset;
  width: auto;
  height: auto;
  margin-left: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.con_resint {
  width: auto;
  line-height: normal;
}

#plink_buffe .con_buf .wrp_buf {
  margin-bottom: 40px;
}
#plink_buffe .con_buf .wrp_buf .button {
  margin: 50px 0 80px 0;
  text-align: center;
}
#plink_buffe .con_buf .wrp_buf .button a {
  padding: 20px;
  text-decoration: none;
  background: #e4962b;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#plink_buffe .con_buf .wrp_buf .button a:hover {
  background: #f8a62b;
  transition: 0.9s;
}
#plink_buffe .con_buf h3 {
  color: #E3E445;
  text-align: left;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #a2cdea;
  font-size: 28px;
}
#plink_buffe .con_buf .covid {
  border: 5px solid #119EE0;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 10px;
  background: #FFF;
}
#plink_buffe .con_buf .txt {
  color: #fff;
  font-size: 16px;
}
#plink_buffe .con_buf .container {
  max-width: 960px;
  margin: 0 auto;
}

/* #menu ul {
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#menu ul li {
  width: 230px;
  margin: 10px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
#menu ul li img {
  width: 100%;
}
#menu ul li p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
} */

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  /* #menu ul {
    width: 100%;
  }
  #menu ul li {
    width: 45%;
    margin: 10px 0;
  }
  #menu ul li p {
    padding: 5px 0;
    font-size: 12px;
  } */
}
.hooper {
  height: 300px !important;
}
.hooper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hooper {
    height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .dnl {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dnm {
    display: none;
  }
}/*# sourceMappingURL=buffet.css.map */</pre></body></html>