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

body {
  font-size: 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #000;
}

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;
}

li {
  list-style: none;
}

acronym,
abbr {
  cursor: help;
}

option {
  padding-right: 10px;
}

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

* html option {
  padding-right: 0;
}

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

a:visited {
  color: #111;
}

a {
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  color: #e34915;
  opacity: 0.9;
}

a:active {
  color: #111;
}

div,
dl {
  zoom: 1;
}

* 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;
}

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

.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;
}

@media only screen and (min-width: 681px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
}
body {
  background: #fff9f3;
}

/****************************************
	   header
*****************************************/
header {
  position: relative;
  z-index: -2;
  background: url(./img/bg.png) no-repeat;
  background-position: center;
  background-size: 100%;
  height: 60vh;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  header {
    height: 37vh;
    top: 0;
    margin-bottom: 1rem;
  }
}
header h1 {
  width: 92%;
  max-width: 680px;
  display: block;
  margin: 0px auto;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header h1 img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 80%;
  }
}

h2 {
  color: #dd371e;
  text-align: center;
  font-size: 2em;
  font-weight: bold !important;
}

h3 {
  text-align: center;
  color: #dd371e;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h3 {
    margin: 1rem;
    font-size: 1.3em;
  }
}

img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  img {
    margin-bottom: 1.5rem;
  }
}

p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.drink-ttl {
  display: block;
  width: 60%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .drink-ttl {
    width: 50%;
  }
}

.inner {
  width: 92%;
  max-width: 840px;
  margin: 0 auto;
}

.fb {
  padding: 30px 0;
}
.fb .fb-container {
  width: 300px;
  margin: 0 auto;
}

footer {
  background: #111;
  padding: 20px 0;
}
footer * {
  color: #fff;
  text-align: center;
}
footer p {
  margin-bottom: 0;
}
footer h2,
footer .big {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff !important;
}
footer h2 {
  margin-top: 2rem !important;
}
footer h3,
footer .shusai {
  font-size: 1.25rem;
}
footer h3,
footer h4 {
  margin-top: 16px;
}
footer h2::before,
footer h3::before,
footer h4::before {
  content: "【 ";
}
footer h2::after,
footer h3::after,
footer h4::after {
  content: " 】";
}
footer img {
  max-width: 420px;
  width: 90%;
  margin: 0 auto 1rem;
}
footer .iwaduka {
  max-width: 300px;
  width: 70%;
}
footer .delika {
  max-width: 320px;
  width: 70%;
}

.janken {
  display: block;
  width: 80%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .janken {
    width: 100%;
  }
}

.yuryou {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
  padding: 2rem 5rem 4rem !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1058823529);
}
@media screen and (max-width: 768px) {
  .yuryou {
    padding: 1rem 1rem 2rem !important;
  }
}
.yuryou h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .yuryou h2 {
    font-size: 1.3em;
  }
}
.yuryou h2 span {
  background: #e34915;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px;
  margin-right: 5px;
}
.yuryou p {
  text-align: center;
  margin-bottom: 1rem;
}
.yuryou .money {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem !important;
}
.yuryou .code {
  font-weight: bold;
  text-align: center;
}
.yuryou .btn {
  background: rgb(158, 138, 9);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  max-width: 350px;
  padding: 10px 2rem;
  margin: 1rem auto 0;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .yuryou .btn {
    font-size: 0.75em;
    padding: 10px 1rem;
  }
}

.photo {
  width: 80%;
  margin: 0 auto;
}

.shutten {
  margin-bottom: 5rem;
}
.shutten h2 {
  font-size: 2.5em !important;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .shutten h2 {
    font-size: 2em !important;
  }
}

.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .shop {
    display: block;
  }
}
.shop-item {
  position: relative;
  margin-bottom: 2rem;
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .shop-item {
    flex-basis: 100%;
  }
}
.shop-item .date {
  background: rgb(51, 142, 101);
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 39px;
  left: 0;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .shop-item .date {
    font-size: 13px;
    padding: 3px 5px;
    top: 36px;
  }
}
.shop-item h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop-item h4 {
    font-size: 1.125em;
  }
}
.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;
}

.sake {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sake {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
}

#map {
  margin-top: 1rem;
}

.design01 {
  font-size: 0.825em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
}

.design01 th {
  color: #ae3927;
  padding: 10px;
  width: 40%;
  border: solid 1px #778ca3;
}

.design01 td {
  padding: 10px;
  width: 60%;
  border: solid 1px #778ca3;
}

.mc {
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 768px) {
  .mc {
    margin: 3rem auto;
  }
}
.mc__ttl {
  color: #dd371e;
  text-align: center;
  font-size: 2.5em;
  font-weight: bolder !important;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mc__ttl {
    font-size: 2em;
  }
}
.mc__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mc__box {
    display: block;
  }
}
.mc__box-item {
  background: #fff;
  width: 48%;
  padding-bottom: 1rem;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1058823529);
}
@media screen and (max-width: 768px) {
  .mc__box-item {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
.mc__box-item img {
  margin: 0 !important;
}
.mc__box h3 {
  color: #dd371e;
}
.mc p {
  text-align: center !important;
  font-weight: bold;
  margin: 1rem auto 0.5rem;
}
.mc .date {
  background: rgb(158, 138, 9);
  color: #fff;
  padding: 4px;
}
.mc img {
  margin-top: 2rem;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.guest {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.guest-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .guest-container {
    display: block;
  }
}
.guest-box {
  width: 48%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .guest-box {
    width: 100%;
  }
}
.guest-box img {
  margin: 0;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.guest-box h3 {
  margin: 0;
}
.guest-box h4 {
  text-align: center;
  font-size: 1.5rem;
}/*# sourceMappingURL=style.css.map */