html {
  line-height: 1;
}

body {
  font-family: "Noto Sans JP";
}

img {
  max-width: 100%;
  height: auto;
}

/* header */

.fv {
  background-image: url(img/AdobeStock_302891738.jpeg);
  height: 854px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.header-title-container {
  position: absolute;
  top: 10%;
  right: 12%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}


.header-title {
  writing-mode: vertical-rl;
  color: #4E301B;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  /* 48px */
  display: inline-block;
}

.header-title {
  padding: 5px 5px 0 5px;
  display: inline-block;
  letter-spacing: 0.5em;
}

.header-title span:first-child {
  margin-bottom: -20px;
}

.header-logo {
  position: absolute;
  left: 50%;
  bottom: -10%;
  border-radius: 40%;
  transform: translate(-50%);
  border-radius: 50%;
  background-color: #FDF9EF;
}

.header-logo img {
  display: inline-block;
}

/* main */

#main {
  background-color: #FDF9EF;
  padding-top: 51px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}

.nav-left {
  display: flex;
}

.nav-right {
  display: flex;
}


.nav-container li {
  color: #4E301B;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-right: 39px;
}


.main-items {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.main-img-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 43px;
  margin-top: 45px;
}

.item-img01 {
  width: 786px;
  height: 524px;
  border-radius: 150px;
  margin-bottom: 38px;
}

.item-img02 {
  width: 393px;
  height: 250px;
  border-radius: 50px;
}

.main-text-title {
  position: absolute;
  top: 65px;
  left: 178px;
}

.main-text-title h2 {
  color: #DAA472;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  background: rgba(255, 255, 255, 0.90);
  display: inline-block;
  margin-bottom: 28px;
  padding: 9px 10px;
}

.text-container p {
  color: #857868;
  font-size: 16px;
  font-weight: 700;
  line-height: 250%;
  /* 40px */
  background: rgba(255, 255, 255, 0.90);
  display: inline-block;
  padding: 15px;
}

#product {
  background-color: #FDF9EF;
}

.product-title {
  padding-top: 126px;
  padding-bottom: 91px;
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.card {
  display: flex;
  justify-content: center;
}

.card-container {
  width: 264px;
  height: 331px;
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-right: 24px;
  margin-bottom: 94px;
}

.card-container:last-of-type {
  margin-right: 0;
}

.card-container img {
  width: 100%;
  height: 166px;
}

.card-item {
  padding: 16px;
}

.card-text {
  margin-bottom: 38px;
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.text01 {
  margin-bottom: 14px;
}

.item-price {
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* news */

.inner {
  max-width: 934px;
  margin-right: auto;
  margin-left: auto;
  padding: 91px 5px;
}

.title-header {
  padding-bottom: 91px;
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.date {
  color: #403F3F;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding-right: 120px;
}

.title {
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: 0.5s;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 22px 0;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}


.news-list .item a:hover .title {
  color: rgb(25, 169, 25);
}



/* FAQ */

#faq {
  background-color: #FDF9EF;
  position: relative;
}

.faq-inner {
  max-width: 740px;

}

.faq-title {
  padding-bottom: 73px;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}

.qa-list dl:first-child {
  padding-top: 0;
}

.qa-title::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-right: solid 3px #C6C6C6;
  border-top: solid 3px #C6C6C6;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-title {
  position: relative;
  margin: 0;
  padding: 12px 12px 12px 39px;
  font-weight: bold;
  background: #fff;
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.qa-title::before {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 12px;
  display: block;
  content: 'Q';
  color: #4E301B;
}


.qa-list dl dd {
  position: relative;
  margin: 0;
}

.answer {
  margin: 30px 0 0;
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.grapes-img {
  width: 235px;
  height: 157px;
  position: absolute;
  top: -10%;
  right: 0;
}

.faq-bottom-img {
  position: absolute;
  bottom: -10%;
}

dd {
  display: none;
}


/* access */
#access {
  position: relative;
}

.ac-list {
  display: flex;
  padding-top: 21px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
}

.ac-list-top {
  border-top: 1px solid #CCC;
}

.ac-list p {
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ac-title {
  width: 30%;
}

.ac-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ac-li-wrapper {
  width: 45%;
  margin-right: 32px;
}

.img-bottom {
  position: absolute;
  right: 0;
  bottom: -10%;
}

/* form */
#form-section {
  background-color: #FDF9EF;
}

#form {
  background: #fff;
  padding: 37px 0;
}

.form-inner {
  max-width: 740px;
}

.title-p {
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 93px;
}

.form-container {
  border-radius: 20px;
  background: #FFF;
  margin: 0 auto;
}

textarea {
  background: #EFEAE6;
  width: 334px;
  height: 170px;
  resize: none;
}

.form-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.last-flex {
  margin-bottom: 0;
}


.form-container h2 {
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 44px;
}

.form-left {
  width: 200px;
}

.form-left label {
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-left span {
  border-radius: 10px;
  background: #FED966;
  padding: 5px 11px;
}

span {
  margin-left: 18px;
}

.form-flex .form-right {
  width: 334px;
}

.form-right {
  margin-left: 58px;
}


.form-right p {
  color: #4E301B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.form-right .input-text {
  width: 334px;
  border-radius: 5px;
  background: #EFEAE6;
  border-style: none;
  text-align: left;
}

.form-right textarea {
  border-radius: 5px;
  background: #EFEAE6;
  border-style: none;
}

.form-right .post-number {
  width: 157px;
}

.end-message {
  display: none;
}

.false-message {
  display: none;
}

.submit-container {
  text-align: center;
}

.submit-btn {
  padding: 13px 93px;
  margin-top: 50px;
  border-radius: 10px;
  background-color: #FED966;
  border-style: none;
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* form reset */
button,
input,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  border-width: 1px;
  background-color: #fff;
  font-size: 0.9em;
  padding: 0.4em;
}

/* 選択系パーツ */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
}

/* footer */
#footer {
  position: relative;
  padding-bottom: 97px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 33px;
}

.footer-ul {
  display: flex;
  justify-content: center;
}

.footer-ul li {
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-ul li {
  margin-right: 24px;
}

/* copyright */
.copy-right {
  background: #D9D9D9;
  text-align: center;
  padding: 22px 0;
}

.footer-ul li:last-of-type {
  margin-right: 0;
}

.footer-img01 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-img02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

small {
  color: #4E301B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* loading */

.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #DAA472;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ローディングアニメーション */
.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}