@charset "UTF-8";
/****************************************
	   General Setting 
*****************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1em;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
  font-size: 1em;
  padding: 0;
  line-height: 1.6;
  text-align: left;
  display: block;
  margin: 0px;
}

table {
  line-height: 1.6;
  font-size: 1em;
  margin: 0;
  empty-cells: show;
}

hr,
.areaAnchor,
.anchor {
  display: none;
}

img {
  border: none;
  display: block;
}

acronym,
abbr {
  cursor: help;
}

option {
  padding-right: 10px;
}

* + html option {
  padding-right: 0;
}

* html option {
  padding-right: 0;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #111;
}

a:hover {
  text-decoration: none;
  color: #b28f00;
}

a:active {
  color: #fff;
}

div,
dl {
  zoom: 1;
}

div:after,
dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

* html div,
* html dl {
  display: inline-table; /*\*/
  display: block; /**/
}

#wpadminbar div:after {
  clear: none;
}

#wpadminbar ul:after {
  clear: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a:hover img {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  display: block;
  padding: 1rem 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.clear {
  clear: both;
}

a:hover img {
  opacity: 0.5;
}

.left {
  float: none;
}

.right {
  float: none;
}

.pc {
  display: none;
}

.sp {
  display: inherit;
}

.none {
  display: none;
}

.txt-c {
  text-align: center;
}

.small {
  font-size: 0.9rem;
}

@media only screen and (min-width: 681px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
}
body {
  position: relative;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url(./img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  top: 0;
  z-index: -1;
}

/****************************************
	   main
*****************************************/
header {
  padding: 30px 0 0;
}
header img {
  width: 80%;
  max-width: 768px;
  margin: 0px auto;
}

main {
  width: 90%;
  max-width: 768px;
  margin: 0px auto;
  text-align: center;
}
main section {
  max-width: 640px;
  margin: 0 auto;
}
main h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
  display: inline-block;
  border-bottom: solid 5px #b28f00;
  margin-bottom: 2rem;
}
main h3 {
  padding: 0.25rem 1rem;
  background-color: #b28f00;
  margin: 2rem 0 1rem;
}
main .fee * {
  text-align: center;
}
main .menu {
  border: double 3px #b28f00;
  margin: 1rem 0;
  padding: 1rem;
}
main .menu #menu {
  width: 80%;
  display: block;
  margin: 0.5rem auto 1rem;
}
main .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
  justify-content: space-between;
}
main .menu li {
  width: 46%;
}
main .menu .li-none {
  list-style: none;
}
main a {
  color: #fff;
}

.shutten-title h2 {
  margin: 3rem auto;
  display: block;
  padding-bottom: 0.5rem;
}

.info {
  background: #fff;
  padding: 1.5rem 2rem 2rem !important;
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .info {
    padding: 1.5rem 1rem 2rem !important;
  }
}
.info h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.info p {
  color: #111;
}

.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-item {
  margin-bottom: 2rem;
  flex-basis: 48%;
}
.shop-item h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
.shop-item img {
  margin: 0;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-item p {
  margin: 0.5rem 0;
}
.shop-item p::before {
  content: "MENU";
  background: #ae3927;
  padding: 0.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5rem;
}

.event {
  background: #fff;
  border: solid 3px #e60012;
  padding: 3px;
  margin-top: 1rem;
}
.event__cnt {
  padding: 2rem;
  background: #fdd000;
  border: solid 3px #e60012;
}
@media only screen and (max-width: 768px) {
  .event__cnt {
    padding: 1rem;
  }
}

.button {
  background: #fff;
  color: #e60012 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.2em;
  font-weight: bold;
  width: 80%;
  max-width: 320px;
  margin: 1rem auto;
  border-radius: 60px;
}

.main-catch {
  margin: 1rem 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-catch {
    font-size: 1.25rem;
  }
}

footer {
  padding-bottom: 2rem;
}
footer dl,
footer dt,
footer dd {
  color: #fff;
  text-align: center;
}
footer dl {
  padding: 1rem 0 50px;
}
footer dl dt {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
footer .credit {
  font-size: 0.8rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */