/* CSS Document */
/* -------------------------------------------------

inview

------------------------------------------------- */
.fade00 {
  opacity: 0;
  transition: 1s;
}

.fade00a {
  opacity: 1;
}

/* -------------------------------------------------

wrapper

------------------------------------------------- */
#wrapper {
  color: #4a3100;
}

/* -------------------------------------------------

header

------------------------------------------------- */
.headerBg {
  background: url("../images/mainimg.jpg") no-repeat center bottom;
  background-size: cover;
  height: calc(100vh - 50px);
}
@media screen and (max-width: 768px) {
  .headerBg {
    height: 600px;
  }
}
.headerBg header {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .headerBg header {
    padding: 0 20px;
  }
}
.headerBg header > p {
  width: 200px;
  padding-top: 20px;
}
.headerBg header > p a img {
  transition: 0.5s;
}
.headerBg header > p a:hover img {
  transform: translateY(-3px);
  opacity: 0.8;
}
.headerBg header > h1 {
  position: absolute;
  width: 660px;
  left: calc(50% - 330px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .headerBg header > h1 {
    width: 500px;
    left: calc(50% - 250px);
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .headerBg header > h1 {
    width: 90%;
    left: 5%;
  }
}

/* -------------------------------------------------

copy

------------------------------------------------- */
.copy {
  background-color: #4a3100;
  padding: 15px 20px;
}
.copy > p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .copy > p {
    font-size: 1.3em;
    line-height: 130%;
  }
}

/* -------------------------------------------------

aboutArea

------------------------------------------------- */
.aboutArea {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .aboutArea {
    padding: 40px 20px;
  }
}
.aboutArea > p {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 1px;
  margin: 0 0 50px;
}
.aboutArea > p span {
  font-size: 0.7em;
  display: block;
  font-weight: bold;
}
.aboutArea > p span a {
  color: #4a3100;
  text-decoration: underline;
  font-size: 0.9em;
}
.aboutArea > p span a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .aboutArea > p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .aboutArea > p {
    font-size: 1.2em;
    margin: 0 0 30px;
  }
}
.aboutArea > p.btn a {
  background-color: #ed6c00;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 30px;
}
.aboutArea > p.btn a:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.aboutArea > dl {
  display: table;
  width: auto;
  margin: 0 auto;
}
.aboutArea > dl dt {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 10px;
}
.aboutArea > dl dd {
  font-size: 1.4em;
  font-weight: bold;
  border-top: 1px solid #4a3100;
  padding-top: 10px;
}

/* -------------------------------------------------

syohinArea

------------------------------------------------- */
.syohinArea {
  text-align: center;
  margin: 0 0 60px;
}
.syohinArea > h2 {
  border: 1px solid #4a3100;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 0 60px;
  font-weight: bold;
  font-size: 1.4em;
}
.syohinArea > div.syohin01 {
  max-width: 760px;
  margin: 0 auto 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .syohinArea > div.syohin01 {
    margin: 0 50px 40px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin01 {
    display: block;
    margin: 0 30px 40px;
  }
}
.syohinArea > div.syohin01 > p.tt {
  width: 70%;
  margin: 0 auto;
}
.syohinArea > div.syohin01 > p.photo {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin01 > p.photo {
    width: 100%;
    margin-top: -20px;
  }
}
.syohinArea > div.syohin01 > p.photo img {
  width: 100%;
}
.syohinArea > div.syohin01 > dl {
  text-align: left;
  margin-left: -20px;
  width: calc(50% + 20px);
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin01 > dl {
    width: 100%;
    margin-left: 0;
  }
}
.syohinArea > div.syohin01 > dl dt {
  width: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .syohinArea > div.syohin01 > dl dt {
    width: 200px;
    margin-bottom: 10px;
  }
}
.syohinArea > div.syohin01 > dl dd {
  margin-left: 50px;
  font-weight: bold;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin01 > dl dd {
    margin-left: 0;
    text-align: center;
  }
}
.syohinArea > div.syohin02 {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .syohinArea > div.syohin02 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin02 {
    display: block;
  }
}
.syohinArea > div.syohin02 section {
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 768px) {
  .syohinArea > div.syohin02 section {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin02 section {
    width: 100%;
    margin-bottom: 30px;
  }
}
.syohinArea > div.syohin02 section p {
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin02 section p {
    width: 70%;
    margin: 0 auto 10px;
  }
}
.syohinArea > div.syohin02 section p img {
  width: 100%;
  border-radius: 50%;
}
.syohinArea > div.syohin02 section h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.syohinArea > div.syohin02 section h3 span {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .syohinArea > div.syohin02 section h3 span {
    display: inline;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .syohinArea > div.syohin02 section h3 span {
    display: block;
  }
}

/* -------------------------------------------------

gotop

------------------------------------------------- */
.gotop {
  bottom: 0;
  position: fixed;
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #4a3100;
  border-radius: 50%;
}
.gotop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}
.gotop a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 769px) {
  .gotop a {
    width: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .gotop a {
    width: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .gotop {
    right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gotop {
    right: 10px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=layout.css.map */