@charset "UTF-8";
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 481px) {
  .sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1030px) {
  .container {
    max-width: 960px;
  }
  .lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1000px;
  }
  .xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

* {
  box-sizing: border-box;
}

body {
  background-color: #000000;
  color: #ffffff;
}

a {
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  color: #8dc21f;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a img:hover {
  opacity: .8;
}

a.red_btn {
  display: block;
  width: 300px;
  margin: 20px auto;
  background: #b90022;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 3px 5px -2px #670c1ca1;
}

a.red_btn:hover {
  color: white;
  background: #6f0014;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-insta {
  width: 1.0048828125em;
}

.icon-icon-scroll {
  width: 0.52734375em;
}

h2 {
  font-size: 28px;
  margin: 20px auto;
  text-align: center;
}

h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  background-image: url(../img/slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

h3 {
  font-size: 20px;
  color: #8dc21f;
}

body {
  font-family: "Oswald", "Noto Sans SC", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.only-phone {
  display: inline-block;
}

.only-pad {
  display: none;
}

.only-pc {
  display: none;
}

.info {
  background: #fad5db;
  z-index: 1;
  width: 100%;
  color: #b90022;
  padding: 10px 5px;
  top: 80px;
  text-align: center;
  margin: 80px 0 0;
}

p.day {
  font-size: 45px;
  text-align: center;
}

header {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: calc(300px + 100vh);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

header video {
  position: relative;
  z-index: -100;
  display: none;
}

header img.headerbg {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}

header nav#menu {
  position: absolute;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  min-width: 280px;
  background: #000000bf;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header nav#menu ul {
  margin: 60px 0 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

header nav#menu ul li a {
  display: block;
  padding: 8px 10px;
  font-size: 20px;
}

header nav#menu ul li a svg {
  -webkit-transition: .3s;
  transition: .3s;
  fill: #ffffff;
}

header nav#menu ul li a:hover svg {
  fill: #8dc21f;
}

header input[type=checkbox]#menubtn {
  display: none;
}

header input[type=checkbox]#menubtn:checked + nav#menu {
  opacity: 1;
  z-index: 9999;
}

label[for=menubtn] ~ header input[type=checkbox]#menubtn:checked {
  color: #ffffff;
}

header label[for=menubtn] {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  top: 10px;
  right: 20px;
  color: white;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 99999;
}

header label[for=menubtn]:hover {
  cursor: pointer;
}

header label[for=menubtn]#inmenu {
  color: #ffffff;
}

header label[for=menubtn]#inmenu-back {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: -1;
}

header #title {
  margin: 31vh auto 20px;
  position: relative;
  height: 200px;
}

header #title .front {
  position: relative;
}

header #title #title_logo {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 8px black);
          filter: drop-shadow(0px 0px 8px black);
  width: 100%;
  max-width: 600px;
}

header #title #title_logo2 {
  position: absolute;
  right: 0;
  left: auto;
  margin: auto;
  z-index: 10;
  width: 202px;
  top: -63px;
}

header #title svg#icon-icon-scroll {
  width: 27px;
  height: 50px;
}

header #title #scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -15%;
}

header #title #scroll svg {
  fill: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

header #title #scroll:hover svg {
  fill: #8dc21f;
}

#header-sub {
  padding: 0.1px 0 60px;
  background-image: url(../img/top-bg-beer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
}

#header-sub #about {
  max-width: 450px;
  margin: 80px auto;
}

#header-sub #about .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  margin: 30px auto 0;
}

#header-sub #about p.text {
  text-align: center;
  line-height: 2em;
  margin: 20px auto;
}

#header-sub #about p.img {
  width: 100%;
  max-width: 340px;
  margin: auto;
}

#header-sub #about p.about_text {
  text-align: center;
  font-size: 40px;
  word-break: keep-all;
  line-height: 1.2;
}

#header-sub #photoes {
  position: relative;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

#header-sub #photoes img {
  width: 100%;
  max-width: 400px;
}

#header-sub a.btn-tell {
  position: absolute;
  right: 0;
  left: 0;
}

a.btn-tell {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}

a.btn-tell p.btn {
  -webkit-transition: .3s;
  transition: .3s;
  background: #8dc21f;
  font-size: 20px;
  font-weight: bold;
  color: black;
  height: 50px;
  line-height: 50px;
  width: 90vw;
  text-align: center;
  border-radius: 8px;
}

a.btn-tell p.btn:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/icon-tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

a.btn-tell.menu {
  margin: 60px auto;
}

a.btn-tell.menu p.btn:before {
  display: none;
}

a.btn-tell p.number {
  -webkit-transition: .3s;
  transition: .3s;
  margin: 10px auto;
  text-align: center;
  font-size: 36px;
  color: #8dc21f;
  font-weight: bold;
}

a.btn-tell:hover p.btn {
  background: #ffff00;
}

a.btn-tell:hover p.number {
  color: #ffff00;
}

#plan {
  margin: 180px auto 0;
}

#drink {
  margin: 80px auto;
}

.menu .num.num1 .left:before {
  background-image: url(../img/num-1.svg);
}

.menu .num.num2 .left:before {
  background-image: url(../img/num-2.svg);
}

.menu .num.num3 .left:before {
  background-image: url(../img/num-3.svg);
}

.menu .num.num4 .left:before {
  background-image: url(../img/num-4.svg);
}

.menu .num.num5 .left:before {
  background-image: url(../img/num-5.svg);
}

.menu .num:not(:last-of-type) {
  margin-bottom: 20px;
}

.menu .num .left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.menu .num .left .left-inner {
  -webkit-box-flex: 1;
          flex: 1;
}

.menu .num .left .sub {
  color: #8dc21f;
  font-weight: bold;
  font-size: 14px;
}

.menu .num .left .title {
  font-weight: bold;
  font-size: 18px;
}

.menu .num .left .memo {
  font-size: 12px;
}

.menu .num .left:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../img/num-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.menu .num .right p {
  text-align: right;
  font-size: 22px;
}

.menu .num .right p small {
  font-size: 14px;
  vertical-align: bottom;
  margin-left: 11px;
}

.menu2 > .wrap {
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: bold;
}

.menu2 > .wrap > p {
  line-height: 1.4;
}

.menu2 .wrap:not(:last-of-type) {
  margin-bottom: 10px;
}

.menu2 .name {
  font-size: 17px;
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: bold;
}

.menu2 .price {
  text-align: right;
  font-size: 20px;
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: bold;
}

#photo {
  height: 300px;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 40px auto;
  position: relative;
}

#photo .title {
  font-size: 30px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -0.5em;
  line-height: 1em;
}

#map .left {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 40px auto;
}

#map .right {
  -webkit-box-flex: 1;
          flex: 1;
}

#map .right_inner {
  margin: 20px auto;
}

#map h3 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#map h3 span {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #8dc21f;
  color: #000000;
  line-height: 50px;
  border-radius: 50%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  left: calc(100% + 5px);
  bottom: 5px;
}

#map h4 {
  position: relative;
  text-align: center;
  background: white;
  color: black;
  width: 65%;
  margin: 0px auto 5px;
  padding: 0;
  height: 32px;
  line-height: 32px;
}

#map h4:before, #map h4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#map h4:before {
  top: 0;
  right: 100%;
  border-width: 16px 0px 16px 10px;
  border-color: #fff #fff #fff transparent;
  border-style: solid;
}

#map h4:after {
  top: 0;
  left: 100%;
  border-width: 16px 10px 16px 0px;
  border-color: #fff transparent #fff #fff;
  border-style: solid;
}

#map p {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  margin: 5px auto;
}

#map p small {
  font-size: 10px;
}

#map p.price {
  color: #8dc21f;
  font-size: 22px;
  font-weight: bold;
}

#googlemap {
  margin: 60px auto;
}

#googlemap .logo {
  width: 80%;
  max-width: 350px;
  display: block;
  margin: 30px auto;
}

#googlemap .sorano {
  width: 80%;
  max-width: 300px;
  margin: 60px auto;
  display: block;
}

#googlemap iframe {
  width: 100%;
  height: 300px;
}

#googlemap p.memo {
  font-size: 14px;
  text-align: center;
}

footer .left {
  -webkit-box-flex: 1;
          flex: 1;
}

footer .left .days_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}

footer .left .days {
  margin: auto;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 8px;
}

footer .left .days p {
  font-size: 27px;
  line-height: 0.8;
}

footer .left .days p small {
  font-size: 14px;
}

footer .left .days p .notflex {
  display: block;
  line-height: 0.8;
}

footer .left .days span {
  font-size: 14px;
  width: 45px;
  height: 45px;
  display: inline-block;
  background: white;
  color: black;
  line-height: 45px;
  text-align: center;
  margin: 0 5px 0 0;
}

footer .left .memo {
  font-size: 12px;
}

footer .center {
  -webkit-box-flex: 1;
          flex: 1;
}

footer .center .beergarden {
  width: 80%;
  display: block;
  margin: 20px auto;
  -webkit-box-flex: 1;
          flex: 1;
}

footer .center .sakae {
  position: relative;
  border: 2px solid #ffffff;
  margin: 20px auto;
  padding: 15px 10px 10px;
  font-size: 15px;
  width: 250px;
}

footer .center .sakae h5 {
  position: absolute;
  background: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  word-break: keep-all;
  margin: auto;
  right: 0;
  left: 0;
  top: -0.9em;
  padding: 0 8px;
  font-size: 18px;
}

footer .center .sakae span {
  color: #fff000;
}

footer .center .contact {
  color: #8dc21f;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1em;
}

footer .center .contact span {
  display: inline-block;
  background: #8dc21f;
  color: #000000;
  line-height: 1.3;
  letter-spacing: -0.05em;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  border-radius: 8px;
  font-size: 13px;
  margin-right: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .center .contact:hover {
  color: #ffff00;
}

footer .center .contact:hover span {
  background: #ffff00;
}

footer .right {
  -webkit-box-flex: 1;
          flex: 1;
}

footer .right .seibu {
  display: block;
  margin: 40px auto;
}

footer p.copyright {
  text-align: center;
  margin: 0 0 40px;
  font-size: 14px;
}

.bgimg {
  display: none;
}

ul.attention li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

ul.attention li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #8dc21f;
  margin: auto;
  position: absolute;
  top: 13px;
  left: 12px;
}

@media only screen and (min-width: 481px) {
  h2 {
    letter-spacing: 0.2em;
  }
  .menu2 .name {
    -webkit-box-flex: 3;
            flex: 3;
  }
  .menu2 .price {
    -webkit-box-flex: 1;
            flex: 1;
  }
  a.btn-tell p.number {
    font-size: 45px;
  }
  #photo .title {
    font-size: 38px;
    letter-spacing: 0.2em;
  }
  footer .center {
    margin: 40px auto;
  }
  footer .center .contact {
    font-size: 60px;
  }
  footer .center .contact span {
    width: 70px;
    text-align: center;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .only-phone {
    display: none;
  }
  .only-pad {
    display: inline-block;
  }
  h2 {
    font-size: 40px;
    margin: 30px auto;
  }
  h3 {
    font-size: 21px;
    text-align: center;
  }
  ul.attention {
    max-width: 500px;
    margin: 1em auto 80px;
  }
  .h2 {
    font-size: 30px;
  }
  .info {
    position: absolute;
    top: 0;
    box-shadow: 0 3px 6px #00000073;
    max-width: 600px;
    margin: 80px auto 0;
    right: 0;
    left: 0;
    border-radius: 10px;
  }
  .bigbtn {
    padding: 0 50px;
  }
  .bigbtn .bg {
    height: 56%;
  }
  .bigbtn .outline-text {
    width: 400px;
  }
  .bigbtn .outline-text text {
    stroke-width: 3px;
  }
  .bigbtn p.memo {
    font-size: 17px;
    padding: 0 20px;
  }
  .menu .num {
    -webkit-box-align: center;
            align-items: center;
  }
  .menu .num .right {
    width: 220px;
  }
  .menu .num .right p {
    font-size: 25px;
  }
  .menu .num .left {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .menu .num .left:before {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }
  .menu .num .left .sub {
    font-size: 16px;
  }
  .menu .num .left .title {
    font-size: 20px;
  }
  a.btn-tell p.btn {
    font-size: 22px;
    max-width: 400px;
  }
  a.btn-tell p.number {
    font-size: 60px;
    margin-top: 0;
  }
  header label[for=menubtn] {
    display: none;
  }
  .bgimg {
    display: block;
  }
  header {
    background-image: none;
    height: 100vh;
    min-height: 700px;
  }
  header video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header nav#menu {
    opacity: 1;
    z-index: 9999;
    background: transparent;
    width: 100%;
    height: auto;
    top: 20px;
  }
  header nav#menu ul {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  header nav#menu ul li a {
    -webkit-filter: drop-shadow(0 0 3px black);
            filter: drop-shadow(0 0 3px black);
  }
  header #title {
    position: absolute;
    z-index: 1000;
    margin-top: calc(300px + 10vh);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  header #title #title_logo {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 800px;
  }
  header #title #title_logo2 {
    position: absolute;
    right: 0;
    left: 53%;
    margin: auto;
    z-index: 10;
    width: 382px;
    top: -100px;
  }
  header #title svg#icon-icon-scroll {
    width: 27px;
    height: 50px;
  }
  header #title #scroll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 250px;
  }
  header #title #scroll svg {
    fill: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header #title #scroll:hover svg {
    fill: #8dc21f;
  }
  #photo .title {
    font-size: 40px;
  }
  #header-sub #about .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin: 10px auto 0;
  }
  #header-sub #about p.text {
    margin: auto;
    text-align: left;
  }
  #header-sub #about p.about_text {
    margin: 10px auto 20px;
    font-size: 43px;
  }
  #header-sub #photoes #photo01, #header-sub #photoes #photo03 {
    position: absolute;
    z-index: 10;
  }
  #header-sub #photoes #photo02 {
    max-width: 500px !important;
  }
  #header-sub #photoes #photo01 {
    left: 30px;
    width: 255px;
    top: -50px;
  }
  #header-sub #photoes #photo03 {
    width: 200px;
    top: -54px;
    right: 40px;
  }
  .menu2 {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .menu2 .wrap {
    min-height: 32px;
  }
  .menu2 .menu2_inner {
    width: 45%;
  }
  #drink {
    position: relative;
  }
  #drink .bgimg {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
    width: 150px;
  }
  #single {
    position: relative;
  }
  #single .bgimg {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
    width: 150px;
  }
  #map .left {
    -webkit-box-flex: 5;
            flex: 5;
  }
  #map .left img {
    margin: 30px auto;
  }
  #map .right {
    -webkit-box-flex: 3;
            flex: 3;
  }
  #map p.price {
    font-size: 18px;
  }
  #googlemap iframe {
    height: 400px;
  }
  footer .center .sakae {
    margin-left: 20px;
  }
  footer .center .contact {
    font-size: 70px;
  }
  footer .center .contact span {
    width: 91px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1030px) {
  .only-pad {
    display: none;
  }
  .only-pc {
    display: inline-block;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 23px;
  }
  .h2 {
    margin: 40px auto;
    font-size: 40px;
  }
  #photo .title {
    font-size: 50px;
  }
  #drink .bgimg {
    right: auto;
    left: calc(70% + 100px);
  }
  #single .bgimg {
    left: auto;
    right: calc(70% + 100px);
  }
  #map .right_inner {
    margin: 30px auto;
  }
  #map p.price {
    font-size: 20px;
  }
  #map .left img {
    max-width: 90%;
  }
  footer .container > .wrap {
    -webkit-box-align: center;
            align-items: center;
  }
  footer .left {
    -webkit-box-flex: 1;
            flex: 1;
  }
  footer .left img {
    width: 95%;
  }
  footer .left .days_wrapper {
    margin-top: 10px;
  }
  footer .left .days p {
    font-size: 25px;
  }
  footer .left .days p small {
    font-size: 14px;
  }
  footer .left .days span {
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  footer .left .memo {
    font-size: 10px;
  }
  footer .center {
    -webkit-box-flex: 2;
            flex: 2;
    margin: 0 auto;
  }
  footer .center .beergarden {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 320px;
    margin: 0 auto 10px;
  }
  footer .center .sakae {
    font-size: 10px;
    width: 179px;
    margin: auto 8px 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .center .sakae h5 {
    font-size: 14px;
    min-width: 1px;
  }
  footer .right {
    -webkit-box-flex: 0;
            flex: none;
    width: 120px;
  }
  footer .right .seibu {
    width: 120px;
    margin: 0px auto;
  }
  footer p.copyright {
    margin: 20px 0 40px;
  }
}

@media only screen and (min-width: 1240px) {
  #intro .img {
    flex-basis: 320px;
    margin: 0 0 0 20px;
  }
}
