@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "游ゴシック",YuGothic,Helvetica,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",Meiryo, "メイリオ",Verdana, "ＭＳ Ｐゴシック",sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}

@media (max-width: 768px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

.open {
  overflow: hidden;
}

.open #nav_toggle {
  z-index: 400;
}

.open #nav_toggle span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.open #overlay {
  display: block;
  z-index: 200;
}

.open nav {
  z-index: 300;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}

header {
  margin: 60px auto 0;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  header {
    width: auto;
    padding: 0 10px;
    margin: 0;
  }
}

#nav_toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}

@media (max-width: 768px) {
  #nav_toggle {
    display: block;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 400;
  }
}

#nav_toggle div {
  position: relative;
  width: 30px;
}

#nav_toggle div span {
  width: 100%;
  height: 2px;
  left: 5px;
  display: block;
  background: #000000;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav_toggle div span:nth-child(1) {
  top: 8px;
}

#nav_toggle div span:nth-child(2) {
  top: 19px;
}

#nav_toggle div span:nth-child(3) {
  top: 30px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  nav {
    padding-top: 120px;
    min-width: auto;
    margin: 0;
    position: fixed;
    right: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
    color: #333333;
    background: #ffffff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 400;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

nav ul {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  nav ul {
    display: block;
  }
}

nav ul li {
  padding: 18px 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  nav ul li {
    margin-right: 0;
    text-align: center;
  }
}

nav ul li:first-child {
  padding: 5px 0;
}

@media (max-width: 768px) {
  nav ul li:first-child {
    display: none;
  }
}

nav ul li:last-child {
  display: none;
}

@media (max-width: 768px) {
  nav ul li:last-child {
    display: block;
  }
}

nav ul li a {
  letter-spacing: 1px;
  display: block;
  font-size: 24px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

@media (max-width: 768px) {
  nav ul li a {
    color: #000000;
    font-size: 18px;
  }
}

nav ul li .act {
  border-bottom: 1px solid #ffffff;
}

.naviwapper {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .naviwapper {
    width: auto;
  }
}

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

.naviwapper address a {
  padding: 10px 0;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 1px;
  display: block;
  color: #ffffff;
}

.naviwapper address a span {
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 30px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mainimg img {
  width: 100%;
}

.top {
  position: relative;
  padding-bottom: 55%;
}

.top header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media (max-width: 768px) {
  .top header {
    position: static;
    width: auto;
  }
}

.top .mainimg {
  width: 100%;
  position: absolute;
}

.allsec {
  width: 900px;
  margin: 100px auto 0;
  font-family: 'M PLUS 1p', sans-serif;
}

@media (max-width: 768px) {
  .allsec {
    width: auto;
    margin: 60px auto 0;
  }
}

.allsec h2 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #647891;
  padding: 16px 0;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .allsec h2 {
    font-size: 18px;
  }
}

.allsec ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .allsec ul {
    display: block;
    padding: 0 10px;
    margin-top: 0;
  }
}

.allsec ul li {
  width: 210px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .allsec ul li {
    width: auto;
    font-size: 14px;
    margin-top: 20px;
  }
}

.allsec ul li img {
  margin-bottom: 10px;
  width: 100%;
}

.allsec ul li span {
  font-size: 24px;
  margin-top: 18px;
  display: block;
  color: #eb6877;
}

@media (max-width: 768px) {
  .allsec ul li span {
    font-size: 16px;
    margin-top: 2px;
  }
}

.allsec a {
  display: block;
  margin: 50px auto 0;
  font-size: 24px;
  text-align: center;
  color: #4a5c70;
  width: 300px;
  border: 2px solid #4a5c70;
  padding: 14px 0;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 6px 6px #647891;
          box-shadow: 6px 6px #647891;
}

@media (max-width: 768px) {
  .allsec a {
    width: 90%;
    font-size: 16px;
  }
}

.allsec p {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .allsec p {
    font-size: 16px;
  }
}

footer {
  font-family: 'M PLUS 1p', sans-serif;
  margin-top: 50px;
  background-color: #647891;
  color: #ffffff;
}

@media (max-width: 768px) {
  footer {
    padding: 0 10px;
  }
}

footer .footerwapper {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  footer .footerwapper {
    width: auto;
    display: block;
  }
}

footer .footerwapper .footerleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  footer .footerwapper .footerleft {
    display: block;
  }
}

footer .footerwapper .footerleft .shopinfo {
  margin-left: 20px;
}

@media (max-width: 768px) {
  footer .footerwapper .footerleft .shopinfo {
    margin-left: 0;
    margin-top: 20px;
  }
}

footer .footerwapper .footerleft .shopinfo h3 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer .footerwapper .footerleft .shopinfo h3 img {
    width: 100%;
  }
}

footer .footerwapper .footerleft .shopinfo p {
  font-size: 20px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  footer .footerwapper .footerleft .shopinfo p {
    font-size: 14px;
  }
}

footer .footerwapper .footerleft .shopinfo p span {
  display: block;
}

footer .footerwapper .footerleft .shopinfo .info3 {
  margin-top: 15px;
}

footer .footerwapper .footerleft .shopinfo .info3 h4 {
  font-size: 14px;
}

@media (max-width: 768px) {
  footer .footerwapper .footerleft .shopinfo .info3 h4 {
    font-size: 12px;
  }
}

footer .footerwapper .footerleft .shopinfo .info3 p {
  font-size: 14px;
  border-bottom: none;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  footer .footerwapper .footerleft .shopinfo .info3 p {
    font-size: 12px;
  }
  footer .footerwapper .footerleft .shopinfo .info3 p br {
    display: block;
  }
}

footer .footerwapper iframe {
  width: 460px;
}

@media (max-width: 768px) {
  footer .footerwapper iframe {
    width: 100%;
  }
}

footer small {
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.takeoutnumber {
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
  font-family: acumin-pro-condensed, sans-serif;
}

@media (max-width: 768px) {
  .takeoutnumber {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.takeoutnumber a {
  font-size: 53px;
  font-style: normal;
  letter-spacing: 1px;
  display: block;
  color: #647891;
}

@media (max-width: 768px) {
  .takeoutnumber a {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style_takeout.css.map */