@charset "UTF-8";
:root {
  --themeColor:#dedbd9;
  --lightGray:#DDDDDD;
  --darkGray:#bcb9b7;
  --lightBlack:#444444;
  --darkBlack:#3c3c3c;
  --alphaBlack:#00000080;
  --darkBrown:#5d4a3b;
  --fontBrown:#463e38;
  --alphaBrown:#5d4a3b80;
}

*[class^=btn] {
  color: var(--darkBrown);
  font-size: inherit;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  border-radius: 0.35em;
  cursor: pointer;
  box-shadow: 3px 3px 2px #bcb9b7;
  transition: all 500ms ease;
  background-color: var(--themeColor);
}

*[class^=btn]:hover {
  filter: brightness(1.1);
}

*[class^=btn]:active {
  filter: brightness(0.8);
  box-shadow: 3px 3px 2px #b89f8c inset;
}

.btn-theme {
  background-color: var(--themeColor);
  margin-top: 6px;
}

body {
  background-blend-mode: color;
  background-size: 3840px 5760px;
  background-position: center;
}

header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: var(--fontBrown);
}
header menu {
  position: relative;
  z-index: 100;
  background-color: #fff;
  opacity: 0.9;
}
header menu ul li a {
  color: var(--lightBlack);
  padding: 0 1em;
  transition: all 500ms ease;
}
header menu ul li:hover a {
  background-color: var(--themeColor);
}
header img {
  height: 70px;
}
header nav {
  width: 2em;
  height: 1em;
  position: absolute;
  top: calc(40px - 0.5em);
  right: 1em;
}
header nav *[class^=nav] {
  width: 100%;
  height: 2px;
  background-color: var(--darkBrown);
  position: absolute;
  transform-origin: 0;
}
header nav .nav-t {
  top: 0;
  transition: all 500ms ease;
}
header nav .nav-m {
  top: calc(0.5em - 1px);
}
header nav .nav-b {
  bottom: 0;
  transition: all 500ms ease;
}

#theme {
  width: 100%;
  position: relative;
}
#theme .push {
  width: 100%;
  height: calc(100vh - 80px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--alphaBlack);
  color: var(--themeColor);
  z-index: 11;
  padding: 35vh 2em 0;
}
#theme .push h2 {
  font-size: 2em;
}
#theme .grid-11 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
#theme .grid-11 img {
  rotate: 200deg;
  height: 400px;
  position: absolute;
  left: -600px;
  opacity: 0.7;
}
#theme figure img {
  border-radius: 5%;
  width: 100%;
}

#about .grid-8 {
  font-family: "Dokdo", cursive;
  padding: 1em;
  color: var(--fontBrown);
}
#about .grid-8 p {
  padding: 2em 0;
}
#about .grid-11 {
  padding: 1em;
  color: var(--fontBrown);
}
#about .grid-11 p {
  padding-bottom: 1em;
  text-align: justify;
}
#about .grid-11 h2 {
  padding-bottom: 1em;
}
#about .grid-11 h3 {
  padding: 0.5em 0;
}
#about .grid-11 i {
  color: var(--darkBrown);
}
#about .grid-12 {
  width: 100%;
  position: relative;
}
#about .grid-12 img {
  height: 120px;
  position: absolute;
  right: 0px;
  opacity: 0.7;
}
#about .grid-10 {
  width: 100%;
}
#about .grid-10 img {
  height: 400px;
  padding: 3%;
}

#news {
  width: 100%;
  font-size: small;
  color: var(--fontBrown);
  padding: 1.5em 1em;
}
#news h2, #news h4 {
  padding: 1em 0 0 0;
}
#news img {
  height: 150px;
  border-radius: 50%;
  cursor: pointer;
}
#news .bgColor {
  background-color: var(--themeColor);
}
#news .grid-10 {
  padding: 1.5em 1em;
}
#news .dialogImg {
  height: 100px;
}

#dialog, #dialog2, #dialog3 {
  width: 70%;
  text-align: center;
}
#dialog img, #dialog2 img, #dialog3 img {
  width: 100%;
}
#dialog p, #dialog2 p, #dialog3 p {
  font-size: 13px;
}

#product {
  width: 100%;
  font-size: small;
  background-color: var(--themeColor);
  border-radius: 3rem 3rem 0 0;
}
#product .grid-12 {
  color: var(--fontBrown);
  padding: 1em 0;
  overflow-x: hidden;
}
#product .grid-12 ol {
  padding: 20%;
  background-image: url("../images/bgimage.png");
  background-size: cover;
  background-position: left;
}
#product .grid-6 {
  position: relative;
}
#product .grid-6 img {
  width: 100%;
}
#product .grid-6 .title {
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  background-color: var(--alphaBrown);
  color: var(--lightGray);
  position: absolute;
  bottom: 0;
}
#product .grid-10, #product .grid-9 {
  color: var(--fontBrown);
}
#product .grid-10 img, #product .grid-9 img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
#product .grid-10 h3, #product .grid-9 h3 {
  padding: 1.5em 0 0 0;
  background-color: var(--alphaBrown);
}
#product .grid-10 p, #product .grid-9 p {
  padding: 0 1em;
}
#product .grid-11 {
  width: 100%;
  position: relative;
}
#product .grid-11 img {
  rotate: 200deg;
  height: 350px;
  position: absolute;
  left: -600px;
  opacity: 0.7;
}
#product .bgColorTheme {
  background-color: var(--themeColor);
}

#coffee {
  height: 200px;
  background-color: var(--themeColor);
}
#coffee .grid-12 {
  background-color: var(--alphaBrown);
  color: var(--lightGray);
}
#coffee .grid-12 img {
  width: 100%;
  height: 100%;
}

#show {
  width: 100%;
  height: 100vh;
  background-image: url("https://picsum.photos/id/93/1200/1200");
  background-size: cover;
  background-position: center;
}
#show .grid-12 {
  background-color: var(--alphaBrown);
  color: var(--lightGray);
  padding: calc(50vh - 5em) 1em 0;
}

#goods {
  width: 100%;
  font-size: small;
  color: var(--fontBrown);
  background-color: #fff;
  border-radius: 3rem 3rem 0 0;
  padding: 2em;
}
#goods .grid-m-4 {
  position: relative;
}
#goods .grid-m-4 img {
  width: 80%;
  padding: 5%;
}
#goods .grid-m-4 .title {
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  top: 40%;
  left: 0;
  color: var(--darkBrown);
  position: absolute;
  display: none;
}

#access {
  background-color: var(--alphaBrown);
  border-radius: 3rem 3rem 0 0;
  color: var(--fontBrown);
}
#access h2 {
  padding: 4% 0 0 0;
}
#access .grid-12 ol, #access .grid-10 ol {
  padding: 5%;
  font-size: small;
}
#access .grid-10, #access .grid-9 {
  color: var(--fontBrown);
}
#access .grid-10 img, #access .grid-9 img {
  width: 100%;
}

#contact {
  background-color: var(--fontBrown);
  color: var(--themeColor);
  padding: 2em 0;
}
#contact .grid-10 {
  padding: 1em;
}
#contact .grid-10 h3 {
  padding: 2em 0;
}
#contact .grid-10 p {
  padding-bottom: 1em;
  text-align: justify;
}
#contact .grid-10 a {
  padding: 0 0 1em;
  color: var(--darkGray);
}
#contact .grid-10 table {
  width: 100%;
}
#contact .grid-10 hr {
  border-color: var(--themeColor);
  border-style: solid;
  margin: 0.5em;
}

footer {
  background-color: var(--fontBrown);
  color: var(--darkGray);
  font-size: 12px;
  padding: 1em 0;
}

@media screen and (max-width: 390px) {
  .product p, .goods p {
    font-size: 8px;
  }
  #theme .grid-11 img {
    height: 300px;
  }
  #theme figure {
    width: 90%;
  }
  #theme .mv_tit img {
    width: 50%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  menu {
    display: block !important;
  }
  #show {
    height: 35vh;
  }
  #show .grid-12 {
    padding: calc(15vh - 2em) 1em 0;
  }
  #service .grid-m-4 .push {
    filter: opacity(0);
    transition: all 500ms ease;
  }
  #service .grid-m-4:hover .push {
    filter: opacity(1);
  }
}
@media screen and (min-width: 1024px) {
  #product .grid-6 {
    overflow: hidden;
  }
  #product .grid-6 img {
    transform: scale(1);
    transition: all 500ms ease;
  }
  #product .grid-6 .title {
    bottom: -3em;
    transition: all 500ms ease;
  }
  #product .grid-6:hover img {
    transform: scale(1.2);
  }
  #product .grid-6:hover .title {
    bottom: 0;
  }
  #product .grid-10 img, #product .grid-9 img {
    transform: scale(1);
    transition: all 500ms ease;
  }
  #product .grid-10:hover img {
    transform: scale(1.2);
  }
  #product .grid-9:hover img {
    transform: scale(1.2);
  }
  #goods .grid-12 img {
    transition: all 500ms ease;
  }
  #goods .grid-12 .title {
    display: none;
    transition: all 500ms ease;
  }
  #goods .grid-12:hover .title {
    display: block;
  }
  #goods .grid-12:hover img {
    filter: opacity(60%);
  }
}/*# sourceMappingURL=design.css.map */