@charset "UTF-8";
@font-face {
  font-family: "lovelo";
  src: url(../font/Lovelo-Black.ttf);
  format: "truetype";
}
@font-face {
  font-family: "zen";
  src: url(../font/ZenKakuGothicNew-Medium.ttf);
}
header {
  width: 100%;
  height: auto;
  -webkit-animation: image_anime 5s ease infinite;
          animation: image_anime 5s ease infinite; /* 5秒のアニメーションを繰り返す */
}

@-webkit-keyframes image_anime {
  0% {
    background-image: url(../img/main-img1.png); /* 背景画像1を指定 */
    background-size: cover;
  }
  50% {
    background-image: url(../img/main-img2.png); /* 背景画像2を指定 */
    background-size: cover;
  }
  100% {
    background-image: url(../img/main-img3.png); /* 背景画像1を指定 */
    background-size: cover;
  }
}

@keyframes image_anime {
  0% {
    background-image: url(../img/main-img1.png); /* 背景画像1を指定 */
    background-size: cover;
  }
  50% {
    background-image: url(../img/main-img2.png); /* 背景画像2を指定 */
    background-size: cover;
  }
  100% {
    background-image: url(../img/main-img3.png); /* 背景画像1を指定 */
    background-size: cover;
  }
}
.logo {
  width: 11.3%;
  padding: 31px 2%;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 25%;
  }
}

header {
  position: relative;
  padding-bottom: 24.5vh;
}
@media screen and (max-width: 767px) {
  header {
    padding-bottom: 20vh;
  }
}
header p {
  color: white;
}
header h1 {
  color: white;
}
header span {
  color: white;
}
header div {
  color: #fff;
}

.header-wrap p {
  margin-top: 69px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "lovelo", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header-wrap p {
    margin-top: 30px;
    font-size: 12px;
  }
}
.header-wrap h2 {
  font-size: 3rem;
  margin-top: 31px;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .header-wrap h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}
.header-wrap h1 {
  font-size: 10rem;
  font-weight: bold;
  margin-top: 54px;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .header-wrap h1 {
    font-size: 60px;
    margin-top: 30px;
  }
}
.header-wrap h1 span {
  font-size: 1.8rem;
  letter-spacing: 1.07em;
  display: block;
  font-family: "lovelo", sans-serif;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .header-wrap h1 span {
    margin: 10px;
    letter-spacing: 0.4em;
  }
}
.header-wrap .btn {
  font-size: 1.4rem;
  letter-spacing: 2px;
  background-color: #6a4f43;
  width: 19.6%;
  margin: 36px auto 0;
  padding: 26px 25px;
  position: relative;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .header-wrap .btn {
    width: 55%;
  }
}
.header-wrap .btn:hover {
  background-color: #915d47;
}
.header-wrap .btn::before {
  content: "";
  display: inline-block;
  right: 10px;
  bottom: 10px;
  border-style: solid;
  border-color: transparent #8f7b72 transparent transparent;
  border-width: 20px 20px 0 0;
  position: absolute;
}
.header-wrap .btn::after {
  content: "";
  display: inline-block;
  left: 10px;
  top: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #8f7b72;
  border-width: 0 0 20px 20px;
  position: absolute;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .header-wrap .btn {
    width: 30%;
  }
}

.header-wrap {
  text-align: center;
}

.scroll {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 55%;
  left: 5%;
  font-family: "lovelo", serif;
  font-size: 1.6rem;
}
.scroll::before {
  content: "";
  position: absolute;
  left: 45%;
  top: 120%;
  background: #fff;
  width: 2px;
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    height: 30vh;
  }
}

html {
  font-family: "lovelo" 、Arial、Hiragino Sans、Hiragino Kaku Gothic ProN、Meiryo、sans-serif;
  font-size: 62.5%;
}

img {
  width: 100%;
}

.wrap {
  width: 62.1%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 88%;
  }
}

.left::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -10%;
  width: 12%;
  height: 100%;
  background-image: url(../img/left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.right::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -7%;
  width: 8%;
  height: 100%;
  background-image: url(../img/right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pear {
  width: 38.2%;
  margin-right: 14.8%;
}
@media screen and (max-width: 767px) {
  .pear {
    width: 50%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .pear {
    width: 44%;
  }
}

.strawberry {
  width: 36%;
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .strawberry {
    width: 40%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .strawberry {
    width: 4%;
  }
}

.grape {
  width: 25.6%;
  margin-top: 67px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .grape {
    width: 40%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .grape {
    width: 35%;
  }
}

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

.top {
  background-image: url(../img/top-background.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 0 2%;
  }
}
.top p {
  color: #9c8e87;
  font-size: 1.6rem;
  margin-bottom: 23px;
  padding-top: 83px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-family: "lovelo", sans-serif;
}
@media screen and (max-width: 767px) {
  .top p {
    letter-spacing: 0.1rem;
  }
}
.top h2 {
  color: #64493c;
  font-size: 3rem;
  margin-bottom: 68px;
  text-align: center;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}

h3 {
  color: #64493c;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.5rem;
  }
}
h3 p {
  color: #9c8e87;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.38rem;
  font-family: "lovelo", sans-serif;
}
h3 .underline {
  background: linear-gradient(transparent 60%, #f2dac1 0%);
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
  position: relative;
}

.about-h3 {
  padding-top: 114px;
  position: relative;
}

.about {
  background-color: #f4fcf1;
}

.about-img-1,
.about-img-2 {
  width: 42.3%;
}
@media screen and (max-width: 767px) {
  .about-img-1,
.about-img-2 {
    width: 80%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .about-img-1,
.about-img-2 {
    width: 40%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
}

.about-img-1 {
  margin-left: 9.5%;
}
@media screen and (max-width: 767px) {
  .about-img-1 {
    margin: 0;
  }
}

.about-img-2 {
  margin-right: 9.5%;
}
@media screen and (max-width: 767px) {
  .about-img-2 {
    margin: 0;
  }
}

.wrap-about-right {
  display: flex;
  margin-top: 46px;
  padding-bottom: 97px;
}
@media screen and (max-width: 767px) {
  .wrap-about-right {
    display: block;
    text-align: center;
  }
}
.wrap-about-right span {
  display: block;
  color: #64493c;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wrap-about-right span {
    text-align: center;
  }
}
.wrap-about-right p {
  color: #64493c;
  font-size: 1.6rem;
  line-height: 38px;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .wrap-about-right p {
    text-align: initial;
    margin: 30px auto 0;
  }
}

.wrap-about-left {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wrap-about-left {
    display: block;
    text-align: center;
  }
}
.wrap-about-left span {
  display: block;
  color: #64493c;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wrap-about-left span {
    text-align: center;
  }
}
.wrap-about-left p {
  color: #64493c;
  font-size: 1.6rem;
  line-height: 3.8rem;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .wrap-about-left p {
    text-align: initial;
    margin: 30px auto 0;
  }
}

.point {
  background-image: url(../img/point-background.png);
  background-size: cover;
}

.point-h3 {
  padding-top: 60px;
}

.point-container {
  padding: 90px 0;
}

.point-text {
  color: #64493c;
  margin-top: 37px;
  text-align: center;
  margin-bottom: 36px;
  font-size: 1.6rem;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .point-text {
    line-height: 38px;
    width: 76%;
    margin: 37px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .point-text br {
    display: none;
  }
}

.point-wrap {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 3.2% 45px 3.2%;
}
.point-wrap .inner {
  display: flex;
  padding-bottom: 1.3%;
}
@media screen and (max-width: 767px) {
  .point-wrap .inner {
    display: block;
  }
}
.point-wrap .block {
  width: 34.7%;
  margin-right: 4.9%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-wrap .block {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.point-wrap .block p {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  line-height: 2.4rem;
  text-align: center;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .point-wrap .block p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .point-wrap .block p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .point-wrap .block p {
    font-size: 1.6rem;
    left: 35%;
    top: 55%;
    letter-spacing: 0.3rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .point-wrap .block p {
    font-size: 1.2rem;
  }
}

/*
.for-sp .block:last-child p {
  //06
  left: 14%;
  top: 50%;
}
.for-sp .block:nth-of-type(4) p {
  //04
  @include mi.sp {
    left: 22%;
    top: 55%;
  }
}
.for-sp .block:first-of-type p {
  //01
  @include mi.sp {
    top: 54%;
  }
}

.for-sp .block:nth-child(5) p {
  //05
  @include mi.sp {
    left: 30%;
    top: 50%;
  }
}
*/
.for-pcandtab .inner:last-of-type .block:nth-of-type(1) p {
  left: 21%;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .for-pcandtab .inner:last-of-type .block:nth-of-type(1) p {
    left: 20%;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .for-pcandtab .inner:last-of-type .block:nth-of-type(2) p {
    left: 10%;
  }
}

.for-pcandtab .inner:last-of-type .block:last-of-type p {
  left: 14%;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .for-pcandtab .inner:last-of-type .block:last-of-type p {
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .for-pcandtab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .for-sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.for-sp .block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  height: 164px;
  border-radius: 15px;
  margin: 30px 0 30px;
}
.for-sp .block::before {
  position: absolute;
  content: "";
  top: -36px;
}
.for-sp .block p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .for-sp .b-01 {
    display: inline-block;
    background-image: url(../img/01-img.png);
  }
  .for-sp .b-01::before {
    content: "";
    display: inline-block;
    background: url(../img/01-number.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .for-sp .b-02 {
    display: inline-block;
    background-image: url(../img/02-img.png);
  }
  .for-sp .b-02::before {
    content: "";
    display: inline-block;
    background: url(../img/02-number.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .for-sp .b-03 {
    display: inline-block;
    background-image: url(../img/03-img.png);
  }
  .for-sp .b-03::before {
    content: "";
    display: inline-block;
    background: url(../img/03-number.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .for-sp .b-04 {
    display: inline-block;
    background-image: url(../img/04-img.png);
  }
  .for-sp .b-04::before {
    content: "";
    display: inline-block;
    background: url(../img/04-number.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .for-sp .b-05 {
    display: inline-block;
    background-image: url(../img/05-img.png);
  }
  .for-sp .b-05::before {
    content: "";
    display: inline-block;
    background: url(../img/05-number.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .for-sp .b-06 {
    display: inline-block;
    background-image: url(../img/06-img.png);
  }
  .for-sp .b-06::before {
    content: "";
    display: inline-block;
    background: url(../img/06-number.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
  }
}

@media screen and (min-width: 767px) {
  .for-sp {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .for-sp {
    display: none;
  }
}

.detail {
  background-image: url(../img/detail-background.png);
  background-size: cover;
  padding: 129px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .detail {
    padding: 30px 10px;
  }
}
.detail .detail-img {
  width: 38.9%;
  margin-right: 5.3%;
}
@media screen and (max-width: 767px) {
  .detail .detail-img {
    width: 80%;
    margin: auto;
    padding: 40px 0 10px 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .detail .detail-img {
    margin: auto;
  }
}
.detail p {
  color: #64493c;
  line-height: 38px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .detail p br {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .detail p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    margin: auto;
  }
}
.detail .detail-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .detail .detail-wrap {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .detail .detail-wrap br {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .detail .detail-wrap:nth-of-type(1) p {
    max-width: 50%;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .detail .detail-wrap:nth-of-type(2) p {
    width: 100%;
  }
}

.contact {
  background-color: #f2fcef;
  padding-bottom: 60px;
}
.contact p {
  color: #64493c;
}

.contact-h3 {
  padding-top: 86px;
}

.caution {
  margin: 76px 0 54px 0;
  color: #64493c;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}

tr {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  tr {
    display: block;
    width: 100%;
  }
}

th {
  color: #64493c;
  font-weight: lighter;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
  font-size: 1.6rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  th {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    width: 100%;
  }
}

td {
  border: 1px solid #beb3ae;
  height: 30px;
  padding: 15px 0;
  width: 82.8%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  td {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    padding: 30px 0px;
    height: auto;
  }
}

.contact-inner {
  margin: 40% 0 40% 0;
}

table {
  border-spacing: 45px 30px;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
    border-spacing: 40px 0;
    display: block;
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-wrap {
    display: flex;
  }
}

.notification {
  color: #fff;
  background-color: #e95743;
  width: 45.4%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem;
  position: relative;
  font-family: "zen", Arial、Helvetica Neue、Helvetica、sans-serif;
}
@media screen and (max-width: 767px) {
  .notification {
    width: 100%;
  }
}
.notification:hover {
  background-color: #ff4400;
}
.notification::before {
  content: "";
  display: inline-block;
  right: 10px;
  bottom: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 20px 20px 0 0;
  position: absolute;
}
.notification::after {
  content: "";
  display: inline-block;
  left: 10px;
  top: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0 0 20px 20px;
  position: absolute;
}
.notification div {
  padding: 34px 7.7%;
  margin-top: 60px;
}

.huruhapi {
  font-size: 3.6rem;
}

input {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

footer {
  background-color: #000;
  text-align: center;
  padding: 38px 0;
}

small {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-family: "lovelo", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  small {
    font-size: small;
  }
}/*# sourceMappingURL=style.css.map */