@charset "utf-8";
/* CSS Document */
body {
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.1em;
  background-image: url("../img/bg.gif");
  background-attachment: fixed;
}
main {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.logo-img {
  height: auto;
  width: 130px;
}
@media screen and (max-width: 576px) {
  .logo-img {
    height: auto;
    width: 100px;
  }
}
/* --- Header --- */
#header {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-size: 1.25rem;
  z-index: 10000;
}
#header nav {
  height: 80px;
  background-color: #000;
}
#header .navbar-collapse {
  background-color: rgba(0, 0, 0, 0.77);
}
#header .navbar-text {
  font-size: 1rem;
}
#header li a {
  color: #fff;
}
#header li a:hover {
  color: #C90003;
}
li + li {
  border-left: 2px solid #333;
  border-color: #494949;
}
/* --- メインビジュアル --- */
.cover-img {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
}
.cover-img img {
  width: 500px;
  height: aout;
}
.main-visual {
  padding-top: 80px;
  position: relative;
}
.main-visual .carousel-item img {
  width: 100%;
  height: 960px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main-visual .carousel-item img {
    height: 600px;
  }
  .cover-img img {
    width: 250px;
    height: aout;
  }
}
@media screen and (max-width: 576px) {
  .main-visual .carousel-item img {
    height: 400px;
  }
  .cover-img img {
    width: 150px;
    height: aout;
  }
}
/* ---　ABOUT --- */
.about-item1 {
  background-image: url("../img/背景２.jpg");
  background-size: cover;
  background-position: center;
}
.about-item2 {
  background-image: url("../img/背景１.jpg");
  background-size: cover;
  background-position: center;
}
.about-title {
  display: flex;
  justify-content: center;
}
h2 {
  color: #C90003;
}
h3 {
  padding-left: 5px;
  padding-right: 5px;
}
.about-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.menu-link {
  padding-top: 80px;
  padding-bottom: 80px;
}
.kakko01 {
  padding: 20px;
  position: relative;
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}
.kakko01::before, .kakko01::after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
}
.kakko01::before {
  border-left: solid 2px #000000;
  border-top: solid 2px #000000;
  top: 0;
  left: 0;
}
.kakko01::after {
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  bottom: 0;
  right: 0;
}
#about a {
  display: block;
  width: 100%;
  color: #333333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
.link_area:hover {
  background-color: #fb251c;
}
.link_area {
  display: block;
  width: 250px;
  height: 56px;
  padding: 21px 0 0 0;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  background-color: #333333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* ---　information --- */
#information {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}
#information .container {
  align-items: center;
}
/* ---　MENU --- */
/* #menu {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
} */
.menu-list {
  display: flex;
}
/* ---　津ぎょうざ --- */
.zgyoza-title {
  color: #fff;
  display: flex;
  justify-content: center;
}
.zgyoza-text1 {
  line-height: 2rem;
}
.zgyoza-link:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: “alpha(opacity=60)”;
  transition-duration: 0.3s;
}
.zgyoza-text2 {
  color: #fff;
  font-size: 1.1rem;
}

.b1g {
	font-size: 1.8rem;
	
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  width: 90%;
  height: 30%;
  font-size: 2.7rem;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 768px) {
  a.btn--orange {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  a.btn--orange {
    font-size: 1.3rem;
  }
}
/* ---　店舗紹介 --- */
#access .card-body {
  line-height: 2rem;
}
#access .card a {
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
}
#access .card a:hover {
  color: #444444;
}
iframe {
  width: 100%;
  height: 400px;
}
/* --- フッター --- */
#footer {
  background-color: #000;
  text-align: center;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
}
#footer li a {
  color: #fff;
}
#footer li a:hover {
  color: #C90003;
}
li + li {
  border-left: 1px solid #333;
  border-color: #494949;
}
.footer-logo {
  align-items: center;
  background-image: url("../img/背景１.jpg");
  background-size: cover;
  background-position: center;
	background-attachment: fixed;
}
.copyright {
  color: #fff;
  font-size: 0.8rem;
}
/* --- こだわりページ --- */
.aboutpage {
  margin-top: 110px;
  margin-bottom: 30px;
}

/* --- お品書きページ --- */

.menupage {
	background-image: url("../img/背景１.jpg");
  background-position: center;
	background-attachment: fixed;
	margin-top: 80px;
}

.menupage h3 {
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
}

.menupage h4 {
	color: #C90003;
	padding-top: 10px;
	padding-bottom: 10px;
}

.drink {
	text-align: left;
}
