@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #111111;
}

video {
  width: 103%;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #9a9a9a;
}
@media (max-width: 769px) {
  a {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  p {
    font-size: 1.2rem;
  }
}

header {
  height: 100vh;
}
header .header-content {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
}
header .header-content .header-nav img {
  padding: 5rem 2rem;
  width: 50%;
}
@media (max-width: 1050px) {
  header .header-content .header-nav img {
    width: 40%;
  }
}
@media (max-width: 769px) {
  header .header-content .header-nav img {
    width: 30%;
    padding: 2rem;
  }
}
@media (max-width: 550px) {
  header .header-content .header-nav img {
    width: 15%;
    padding: 1rem;
  }
}
@media (max-width: 769px) {
  header .header-content .pc-side-bar {
    display: none;
  }
}
header .header-content .pc-side-bar .text-all-2 {
  line-height: 5;
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0.7rem 2.1rem;
}
header .header-content .pc-side-bar .sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  padding-left: 4rem;
}
header .header-content .pc-side-bar .sns .instagram {
  margin-top: 0.6rem;
}
header .header-content .pc-side-bar .sns .instagram:hover {
  opacity: 0.5;
}
header .header-content .pc-side-bar .facebook {
  margin-top: 1.5rem;
}
header .header-content .pc-side-bar .facebook:hover {
  opacity: 0.5;
}
@media (min-width: 769px) {
  header .header-content .sp-side-bar {
    display: none;
  }
}
header .header-content .sp-side-bar .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 1.4rem;
  color: #111111;
  cursor: pointer;
}
header .header-content .sp-side-bar .nav-button img {
  width: 40%;
}
header .header-content .sp-side-bar .nav-all {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .header-content .sp-side-bar .nav-all .sp-nav {
  position: absolute;
  top: 6rem;
  display: none;
  z-index: 1000;
  padding-top: 3rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
  width: 100%;
}
header .header-content .sp-side-bar .nav-all .sp-nav .sp-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header-content .sp-side-bar .nav-all .sp-nav .sp-nav-list li {
  margin-bottom: 3rem;
}
header .header-top-all {
  max-width: 1360px;
}
header .header-top-all .header-top {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: center;
  z-index: 0;
  align-items: center;
  align-content: center;
  height: 100vh;
}
@media (max-width: 769px) {
  header .header-top-all .header-top {
    flex-direction: column;
    position: static;
  }
}
header .header-top-all .header-top p {
  margin-right: 10rem;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.04rem;
  line-height: 2.1;
  margin-right: 5rem;
}
@media (max-width: 769px) {
  header .header-top-all .header-top p {
    font-size: 1.3rem;
    position: static;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 600px) {
  header .header-top-all .header-top p {
    font-size: 1rem;
  }
}
header .header-top-all .header-top .carousel {
  width: 35%;
}
@media (max-width: 769px) {
  header .header-top-all .header-top .carousel {
    width: 100%;
  }
}
header .header-top-all .header-top .carousel img {
  width: 100%;
}
header .header-top-all .header-top .carousel .slick-list {
  position: relative;
  display: block;
}
header .header-top-all .header-top .carousel .slick-dots {
  display: block;
  z-index: 2;
  position: absolute;
  margin: 0 -4rem 3rem;
  padding: 0;
  text-align: center;
}
@media (max-width: 769px) {
  header .header-top-all .header-top .carousel .slick-dots {
    margin: 0;
  }
}
header .header-top-all .header-top .carousel .slick-dots li {
  display: block;
  margin: 0 10px;
}
@media (max-width: 769px) {
  header .header-top-all .header-top .carousel .slick-dots li {
    display: inline-block;
    margin: 0;
  }
}

.box-1 .content-1 {
  display: flex;
  flex-direction: column;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .box-1 .content-1 .pc-img {
    display: none;
  }
}
@media (min-width: 769px) {
  .box-1 .content-1 .sp-img {
    display: none;
  }
}
.box-1 .content-1 img {
  width: 100%;
}
.box-1 .content-1 .video-pc {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .box-1 .content-1 .video-pc {
    display: none;
  }
}
.box-1 .content-1 .video-pc .video-container {
  position: relative;
  overflow-x: hidden;
  top: 3rem;
  margin-bottom: 10rem;
}
.box-1 .content-1 .video-pc .video-container video {
  width: 100%;
  height: 100%;
}
.box-1 .content-1 .video-pc .video-container .video-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-1 .content-1 .video-pc .video-container .video-text P {
  color: #fff;
  font-size: 1.6rem;
  line-height: 5rem;
  font-weight: normal;
}
.box-1 .content-1 .video-sp {
  display: flex;
  width: 100%;
  height: 70%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .box-1 .content-1 .video-sp {
    display: none;
  }
}
.box-1 .content-1 .video-sp .video-container {
  position: relative;
  overflow-x: hidden;
}
.box-1 .content-1 .video-sp .video-container video {
  width: 100%;
  height: 70%;
}
.box-1 .content-1 .video-sp .video-container .video-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-1 .content-1 .video-sp .video-container .video-text P {
  color: #fff;
  font-size: 1.4rem;
  line-height: 5rem;
  font-weight: normal;
}
@media (max-width: 769px) {
  .box-1 .content-1 .video-sp .video-container .video-text P {
    font-size: 1.2rem;
  }
}

.box-2 {
  width: 100%;
}
.box-2 .content-2 {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .box-2 .content-2 .pc-img {
    display: none;
  }
}
.box-2 .content-2 .sp-img {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .box-2 .content-2 .sp-img {
    display: none;
  }
}
.box-2 .content-2 img {
  width: 100%;
}
.box-2 .content-2 .scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.box-2 .content-2 .scroll-up .strawberry-img {
  position: absolute;
  top: 3rem;
  right: 15rem;
  text-align: right;
}
@media (max-width: 1000px) {
  .box-2 .content-2 .scroll-up .strawberry-img {
    right: 10rem;
    top: -5rem;
  }
}
@media (max-width: 769px) {
  .box-2 .content-2 .scroll-up .strawberry-img {
    right: 7rem;
    top: 0rem;
  }
}
@media (max-width: 550px) {
  .box-2 .content-2 .scroll-up .strawberry-img {
    right: 0rem;
    top: 0rem;
  }
}
.box-2 .content-2 .scroll-up .strawberry-img img {
  width: 30vw;
  max-width: 400px;
}
.box-2 .content-2 .scroll-up .box-2-text {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.box-2 .content-2 .scroll-up .box-2-text p {
  box-shadow: 10px 10px 40px -10px #777777;
  font-size: 1.6rem;
  line-height: 3rem;
  width: 30%;
  margin-top: 7rem;
  background-color: #fff;
  padding: 5rem 5rem;
  z-index: 2;
  margin-bottom: 10rem;
}
@media (max-width: 1000px) {
  .box-2 .content-2 .scroll-up .box-2-text p {
    width: 50%;
    padding: 3rem;
  }
}
@media (max-width: 769px) {
  .box-2 .content-2 .scroll-up .box-2-text p {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 35%;
  }
}
@media (max-width: 550px) {
  .box-2 .content-2 .scroll-up .box-2-text p {
    width: 51%;
  }
}
@media (max-width: 400px) {
  .box-2 .content-2 .scroll-up .box-2-text p {
    width: 65%;
  }
}
@media (max-width: 300px) {
  .box-2 .content-2 .scroll-up .box-2-text p {
    width: 65%;
    padding: 0.5rem;
    margin: 2rem;
  }
}
.box-2 .content-2 .scroll-up .house-img {
  position: absolute;
  top: 30rem;
  left: 15rem;
}
@media (max-width: 1000px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 39rem;
    left: 9rem;
  }
}
@media (max-width: 920px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 35rem;
    left: 9rem;
  }
}
@media (max-width: 769px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 29rem;
    left: 9rem;
  }
}
@media (max-width: 600px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 29rem;
    left: 5rem;
  }
}
@media (max-width: 550px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 33rem;
    left: 0rem;
  }
}
@media (max-width: 400px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 36rem;
    left: 0rem;
  }
}
@media (max-width: 300px) {
  .box-2 .content-2 .scroll-up .house-img {
    top: 31rem;
    left: 0rem;
  }
}
.box-2 .content-2 .scroll-up .house-img img {
  width: 22vw;
  max-width: 300px;
}
.box-2 .content-2 .scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.content-3 .space {
  height: 20px;
}
.content-3 .text-3 {
  max-width: 1360px;
  margin: 0 auto;
}
.content-3 .space-2 {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 769px) {
  .content-3 .space-2 .pc-img {
    display: none;
  }
}
@media (min-width: 769px) {
  .content-3 .space-2 .sp-img {
    display: none;
  }
}
.content-3 .space-2 img {
  width: 100%;
}
.content-3 .slider {
  z-index: 1;
  width: 100%;
}
.content-3 .slider img {
  width: 100%;
  height: auto;
}
.content-3 .box-3-all {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.content-3 .box-3-all .box-3-pc {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 920px) {
  .content-3 .box-3-all .box-3-pc {
    display: none;
  }
}
.content-3 .box-3-all .box-3-pc P {
  line-height: 3rem;
  padding: 0rem 0 5rem 15rem;
}
.content-3 .box-3-all .box-3-sp {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 920px) {
  .content-3 .box-3-all .box-3-sp {
    display: none;
  }
}
.content-3 .box-3-all .box-3-sp P {
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 0 13rem 5rem 13rem;
}
@media (max-width: 769px) {
  .content-3 .box-3-all .box-3-sp P {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 0 5rem 11rem;
  }
}
@media (max-width: 550px) {
  .content-3 .box-3-all .box-3-sp P {
    padding: 0 5rem 5rem 5rem;
  }
}
@media (max-width: 300px) {
  .content-3 .box-3-all .box-3-sp P {
    padding-left: 1rem;
  }
}

.info {
  padding: 2rem 0;
}
.info .info-all {
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .info .info-all .pc-img {
    display: none;
  }
}
@media (min-width: 769px) {
  .info .info-all .sp-img {
    display: none;
  }
}
.info .info-all img {
  width: 100%;
}
.info .info-all h4 {
  color: #000000;
  font-size: 5rem;
  text-align: center;
}
.info .info-all .table-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 769px) {
  .info .info-all .table-all {
    margin: 0;
  }
}
.info .info-all .table-all table {
  border-collapse: collapse;
  font-size: 1.4rem;
  width: 70%;
  margin-bottom: 5rem;
  border-top: solid 1px #e0e0e0;
}
@media (max-width: 769px) {
  .info .info-all .table-all table {
    width: 85%;
    line-height: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 769px) {
  .info .info-all .table-all table tr {
    font-size: 1.2rem;
  }
}
.info .info-all .table-all table tr th {
  width: 20%;
  border-bottom: solid 1px #e0e0e0;
  vertical-align: top;
  padding: 2rem 2rem;
  line-height: 3rem;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .info .info-all .table-all table tr th {
    width: 28%;
    line-height: 1.5rem;
    font-size: 1.2rem;
    padding: 1.6rem 0;
  }
}
.info .info-all .table-all table tr td {
  padding: 2rem 0;
  border-bottom: solid 1px #e0e0e0;
}
@media (max-width: 769px) {
  .info .info-all .table-all table tr td {
    padding: 0;
  }
}
.info .info-all .table-all table tr td p {
  line-height: 3rem;
  padding-left: 3rem;
  margin: 0;
}
@media (max-width: 769px) {
  .info .info-all .table-all table tr td p {
    line-height: 1.5rem;
    padding: 1.6rem 1rem;
  }
}
.info .info-all .contact-address {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info .info-all .contact-address .address-all {
  display: flex;
  width: 89%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .info .info-all .contact-address .address-all {
    justify-content: space-between;
    width: 70%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.info .info-all .contact-address .address-all .mainoffice {
  width: 44%;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .mainoffice {
    width: 95%;
  }
}
.info .info-all .contact-address .address-all .mainoffice .taitl-text-1 p {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .mainoffice .taitl-text-1 p {
    font-size: 1.7rem;
  }
}
.info .info-all .contact-address .address-all .mainoffice .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.info .info-all .contact-address .address-all .mainoffice iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info .info-all .contact-address .address-all .mainoffice .address-text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .mainoffice .address-text {
    font-size: 1.2rem;
  }
}
.info .info-all .contact-address .address-all .sales {
  width: 44%;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .sales {
    width: 95%;
  }
}
.info .info-all .contact-address .address-all .sales .taitl-text-2 p {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .sales .taitl-text-2 p {
    font-size: 1.7rem;
  }
}
.info .info-all .contact-address .address-all .sales .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.info .info-all .contact-address .address-all .sales iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info .info-all .contact-address .address-all .sales .address-text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .sales .address-text {
    font-size: 1.2rem;
  }
}
.info .info-all .contact-address .address-all .food {
  width: 44%;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .food {
    width: 95%;
  }
}
.info .info-all .contact-address .address-all .food .taitl-text-3 {
  margin-top: 4rem;
}
.info .info-all .contact-address .address-all .food .taitl-text-3 p {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .food .taitl-text-3 p {
    font-size: 1.7rem;
  }
}
.info .info-all .contact-address .address-all .food .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.info .info-all .contact-address .address-all .food iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info .info-all .contact-address .address-all .food .address-text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .food .address-text {
    font-size: 1.2rem;
  }
}
.info .info-all .contact-address .address-all .contact {
  width: 44%;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact {
    width: 95%;
  }
}
.info .info-all .contact-address .address-all .contact .taitl-text-4 {
  margin-top: 4rem;
}
.info .info-all .contact-address .address-all .contact .taitl-text-4 p {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .taitl-text-4 p {
    font-size: 1.7rem;
  }
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-pc {
    display: none;
  }
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all img {
  width: 8%;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all img {
    width: 5%;
  }
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .tell {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .tell a {
  padding-left: 2rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .tell a {
    font-size: 1.2rem;
  }
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .fax {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 5rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .fax {
    padding-bottom: 0;
  }
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .fax p {
  padding-left: 2rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .fax p {
    font-size: 1.2rem;
  }
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .mail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .mail a {
  padding-left: 2rem;
}
@media (max-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-pc .contact-text-all .mail a {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .info .info-all .contact-address .address-all .contact .contact-sp {
    display: none;
  }
}
.info .info-all .contact-address .address-all .contact .contact-sp img {
  width: 5%;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all {
  padding-bottom: 3rem;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax {
  display: flex;
  padding-bottom: 5rem;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax .tell {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax .tell img {
  width: 10%;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax .tell a {
  padding-left: 2rem;
  font-size: 1.2rem;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax .fax {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 5rem;
  padding-bottom: 0;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax .fax img {
  width: 10%;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .tellfax .fax p {
  padding-left: 2rem;
  font-size: 1.2rem;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .mail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .mail img {
  width: 5%;
}
.info .info-all .contact-address .address-all .contact .contact-sp .contact-text-all .mail a {
  padding-left: 2rem;
  font-size: 1.2rem;
}

footer {
  padding: 2rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  background-color: #f1f2f3;
}
@media (max-width: 769px) {
  footer {
    padding: 1rem;
  }
}
@media (max-width: 769px) {
  footer p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
