body {
  color: #fff;
  background-color: #000;
}

.sec-margin {
  width: 100%;
  height: 80px;
}

h2 {
  font-family: "Dancing Script", cursive;
  font-size: 80px;
  text-align: center;
  padding-top: 40px;
}

.fade-in {
  opacity: 0;
}

.fade-in.show {
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fade-in.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fade-in.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.fade-in.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
.top-img {
  width: 100%;
  height: 100%;
  background-image: url(../img/cafe01.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.top-text {
  text-align: center;
  padding: 250px 0;
}

.top-text-s {
  font-family: "Dancing Script", cursive;
  font-size: 3vw;
}

.top-text-l {
  font-size: 7vw;
  font-family: "Dancing Script", cursive;
}

@media screen and (max-width: 768px) {
  .top-text-s {
    font-size: 2rem;
  }
  .top-text-l {
    font-size: 4rem;
  }
}
.bg-light {
  background-color: rgba(100, 78, 63, 0.9) !important;
}

.navbar-name {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Dancing Script", cursive;
  padding: 0 40px;
}

#navbarNav {
  text-align: right;
}

.nav-item {
  padding: 0 40px;
}
.nav-item:hover {
  text-decoration: overline;
}

.nav-link {
  font-size: 1.5rem;
  font-family: "Dancing Script", cursive;
  color: #fff !important;
}

.about-wrapper {
  width: 100%;
  height: 800px;
  background-image: url(../img/cafe02.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  text-align: center;
  padding: 200px 0;
  margin: 0 auto;
}

.about-message {
  font-weight: bold;
  line-height: 2rem;
}

.carousel-inner {
  height: 500px;
  margin: 0 auto;
}

.carousel-message {
  font-size: 1.1rem;
  font-weight: bold;
  filter: drop-shadow(1px 1px 1px #333);
}

.coffee {
  padding: 60% 10%;
  -moz-text-align-last: left;
       text-align-last: left;
}

.vegetable {
  padding: 60% 10%;
  -moz-text-align-last: right;
       text-align-last: right;
}

.siphon {
  padding: 60% 10%;
  -moz-text-align-last: left;
       text-align-last: left;
}

@media screen and (max-width: 768px) {
  .carousel-inner {
    height: 50%;
  }
  .carousel-message {
    font-size: 0.9rem;
  }
  .coffee {
    padding: 10%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .vegetable {
    padding: 10%;
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .siphon {
    padding: 10%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.menu {
  width: 100%;
  height: 100%;
}

.menu-desc {
  text-align: center;
}

.menu-list-container {
  width: 100%;
  height: 100%;
}

.zoom-out-text {
  width: 100%;
  height: 70vh;
  position: relative;
}

.zoom-out-text span.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
}

.zoom-out-text:hover span.mask::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(70vh - 20px);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.zoom-out-text img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s ease-in-out;
  filter: blur(0);
}

.dessert-img img {
  -o-object-position: 0 60%;
     object-position: 0 60%;
}

.zoom-out-text:hover img {
  transform: scale(1);
  filter: blur(2px);
}

.zoom-out-text span.cap {
  color: #fff;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  opacity: 0;
}

.zoom-out-text:hover span.cap {
  opacity: 1;
}

.menu-sub-title {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  filter: drop-shadow(1px 1px 0 #333);
  position: relative;
  top: 120px;
  z-index: 99;
}

.cap {
  width: 100%;
}

.menu-item li {
  font-size: 1rem;
  line-height: 1.1rem;
  letter-spacing: 0rem;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}

.menu-name {
  width: 320px;
  display: inline-block;
}

.menu-drink-container,
.menu-food-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 80px 16px 0;
  margin: 0 auto;
}

.menu-drink-name,
.menu-food-name {
  display: inline-block;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0 4px;
  margin: 16px 0 0;
}

.dessert,
.lunch {
  width: 380px;
  margin: 0 auto;
}

.lunch-desc {
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 820px) {
  .zoom-out-text {
    width: 100%;
    height: 620px;
  }
  .zoom-out-text:hover span.mask::before {
    content: "";
    height: 600px;
  }
  .zoom-out-text img {
    width: 100%;
    height: 620px;
  }
  .menu-item {
    padding: 0 16px;
  }
  .menu-item li {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 4px 0;
  }
  .menu-name {
    width: 260px;
  }
  .menu-drink-container,
.menu-food-container {
    width: 400px;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .dessert li,
.lunch li {
    line-height: 1.5rem;
  }
  .lunch-desc {
    padding: 80px 16px;
  }
}
@media screen and (max-width: 365px) {
  .zoom-out-text {
    width: 100%;
    height: 700px;
  }
  .zoom-out-text:hover span.mask::before {
    content: "";
    height: 680px;
  }
  .zoom-out-text img {
    width: 100%;
    height: 700px;
  }
  .menu-item {
    width: 280px;
    padding: 0 8px;
    margin: 0 auto;
  }
  .menu-name {
    width: 200px;
  }
}
.covid19 {
  height: 100%;
  text-align: center;
  padding-top: 100px;
  margin: 0 auto;
}

.covid19-title-ja {
  display: inline-block;
  font-size: 1.2rem;
  border: 2px solid #fff;
  padding: 16px;
}

.covid19-message {
  text-align: center;
  padding: 40px;
}

.covid19-container {
  width: 90%;
  max-width: 800px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.covid19-item {
  width: 150px;
  height: 220px;
  background-color: #fff;
  text-align: center;
  padding: 20px 4px;
  margin: 0 auto;
}

.covid19-item img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.covid19-desc {
  height: 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .covid19-title-ja {
    border: 1px solid #fff;
    padding: 8px;
    margin-top: 20px;
  }
  .covid19-item {
    width: 23%;
    height: 180px;
    padding: 10px 4px;
  }
  .covid19-desc {
    font-size: 0.9rem;
    line-height: 1rem;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 365px) {
  .covid19-title {
    font-size: 3rem;
  }
  .covid19-item {
    width: 100px;
    height: 140px;
    padding: 4px;
    gap: 0;
  }
}
.access {
  height: 100%;
  background-image: url(../img/cafe05.jpg);
  background-size: cover;
}

.access-container {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0 100px;
  margin: 0 auto;
}

.access-text {
  width: 45%;
}

.shop-name {
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-bottom: 40px;
}

.shop-name-l {
  font-size: 3rem;
  padding-left: 1rem;
}

.shop-address {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1rem 0;
}

.access-map {
  width: 500px;
  height: auto;
  padding: 20px 0 40px;
}

.access-map img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .access-container {
    padding: 0 0 40px;
  }
  .access-text {
    width: 80%;
  }
  .shop-name {
    padding: 0;
  }
}
footer {
  background-color: rgba(100, 78, 63, 0.9) !important;
  padding: 30px 0;
}

.footer-container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.footer-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-item a {
  font-size: 1.5rem;
  font-family: "Dancing Script", cursive;
  color: #fff;
  text-decoration: none;
}

.footer-item a:hover {
  color: #fff;
  text-decoration: overline;
}

.sns-area {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  margin: 0 auto;
}

.sns-item {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.sns-item i {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.copy-right {
  text-align: center;
  padding: 40px 0;
}/*# sourceMappingURL=c-style.css.map */