@charset "utf-8";
/* CSS Document */
.main-view {
  position: relative;
  margin-bottom: 150px;
}
.main-view::after {
  position: absolute;
  display: block;
  content: "";
  width: 66%;
  max-width: 403px;
  height: 38%;
  max-height: 224px;
  background-image: url("../images/top/dryfrower_image_pc.png");
  background-size: cover;
  bottom: -42%;
  left: 21%;
}
.mainview1 {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}
.mainview1 img {
  border-radius: 0 0 0 50px;
}
.mainview2 {
  width: 50%;
}
.mainview2 img {
  border-radius: 0 0 0 25px;
}
.catch-copy {
  position: absolute;
  top: 65%;
  left: 54%;
  writing-mode: vertical-rl;
  color: #60411D;
  letter-spacing: 1px;
}
/* AboutとConceptの写真の角丸 */
.photo-container img {
  border-radius: 10px;
}
@media (min-width: 700px) {
  .main-view {
    margin-bottom: 200px;
  }
  .main-view::after {
    width: 46%;
    height: 27%;
    bottom: -28%;
    left: 30%;
  }
  .catch-copy {
    top: 68%;
    left: 58%;
    font-size: 2.6rem;
  }
}
@media (min-width: 960px) {
  .main-view {
    padding: 0 70px;
    position: relative;
  }
  .main-view::after {
    width: 31%;
    height: 47%;
    bottom: -52%;
    left: 23%;
  }
  .mainview1 {
    width: 74%;
    margin-bottom: 15px;
  }
  .mainview1 img {
    border-radius: 0 0 0 100px;
  }
  .mainview2 {
    width: 30%;
    position: absolute;
    bottom: -165px;
    right: 70px;
  }
  .mainview2 img {
    border-radius: 0 0 0 50px;
  }
  .catch-copy {
    top: 18%;
    right: 6%;
    font-size: 2.4rem;
  }
  /* AboutとConceptの写真の角丸 */
  .photo-container img {
    border-radius: 20px;
  }
}
@media (min-width: 1150px) {
  .catch-copy {
    font-size: 2.6rem;
  }
}
.section-about__PC {
  display: none;
}
.section-about__SP {
  padding: 0 20px;
  width: 100%;
}
.section-about__title {
  font-family: "Inspiration", cursive;
  font-size: 5rem;
  transform: rotate(-5deg);
  width: fit-content;
}
h2.section-about__copy {
  font-size: 2.0rem;
  margin-bottom: 18px;
  line-height: 1.7;
}
span.section-about__copy--line {
  position: relative;
}
/* 水彩アンダーライン */
span.section-about__copy--line::after {
  position: absolute;
  display: block;
  content: "";
  width: 110%;
  height: 100%;
  background-image: url(../images/top/about_copy-underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 14px;
  left: -2px;
  z-index: -1;
}
.section-about__english-copy, .section-concept__english-copy {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.section-about__photo-container01 {
  display: flex;
  margin-bottom: 50px;
}
.section-about__photo-living {
  width: 50%;
  max-width: 369px;
  padding-top: 50px;
}
.section-about__photo-chair {
  width: 50%;
  max-width: 298px;
  padding-left: 27px;
}
.section-about__description {
  margin-bottom: 20px;
}
a.section-about__button {
  position: relative;
  left: -20px;
  display: inline-block;
  width: 259px;
  height: 173px;
  margin-bottom: 30px;
  color: #333333;
}
.section-about__button::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/button_kanban.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-about__button span {
  position: absolute;
  bottom: 23%;
  left: 25%;
}
.section-about__button:hover {
  cursor: pointer;
  opacity: 0.5;
}
.section-about__photo-container02 {
  display: flex;
  margin-bottom: 70px;
}
.section-about__photo-lump {
  padding-top: 220px;
}
.section-about__photo-dryfrower {
  padding-left: 35px;
}
@media (min-width: 768px) {
  .section-about__SP {
    padding: 0 100px;
  }
  .section-about__title {
    font-size: 9rem;
  }
}
@media (min-width: 960px) {
  .section-about__PC {
    display: block;
    padding: 50px 120px 0;
    margin-bottom: 150px;
  }
  .section-about__SP {
    display: none;
  }
  .section-about__photo-container03 {
    display: flex;
    margin-bottom: 100px;
  }
  .section-about__title {
    font-size: 11rem;
  }
  h2.section-about__copy {
    margin-left: 150px;
    width: 470px;
    font-size: 3.3rem;
    margin-bottom: 18px;
    line-height: 1.7;
  }
  /* 水彩アンダーライン */
  span.section-about__copy--line::after {
    top: 24px;
    left: -4px;
  }
  .section-about__english-copy {
    letter-spacing: 1.5px;
    margin-left: 150px;
    width: 470px;
  }
  .section-about__photo-chair {
    margin-left: auto;
  }
  .section-about__photo-container04 {
    display: flex;
  }
  .section-about__photo-living {
    padding: 0;
  }
  .section-about__description-container {
    width: 35%;
  }
  .section-about__description {
    margin: 15px 0 10px 30px;
    min-width: 280px;
  }
  a.section-about__button {
    left: 0px;
    width: 302px;
    height: 200px;
    margin-bottom: 0px;
  }
  .section-about__button span {
    left: 27%;
  }
  .section-about__photo-dryfrower {
    padding: 0px;
    margin: 200px 0 0 60px;
    width: 315px;
  }
  .section-about__photo-lump {
    padding: 0;
    margin-top: 50px;
    margin-left: 200px;
    width: 240px;
  }
}
@media (min-width: 1150px) {
  .section-about__description {
    margin: 70px 0 40px 80px;
    min-width: 280px;
  }
}
.section-concept {
  width: 100%;
  padding: 20px;
  position: relative;
}
.section-concept__title {
  width: 42%;
  max-width: 298px;
  margin: 0 auto 45px;
}
.section-concept__copy-container {
  margin-bottom: 30px;
}
h2.section-concept__copy {
  font-size: 2.6rem;
  margin-bottom: 10px;
  line-height: 1.7;
  position: relative;
}
/* じょうろの画像*/
h2.section-concept__copy::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/top/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 77px;
  top: 25px;
  left: 222px;
}
span.section-concept__copy--line {
  position: relative;
}
/* 水彩アンダーライン */
span.section-concept__copy--line::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/top/concept_copy-underline.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
  left: 0;
  z-index: -1;
}
/* 「」のカーニング */
.kerning {
  font-feature-settings: "palt";
}
.section-concept__photo-kanban {
  margin-left: auto;
  margin-bottom: 40px;
  width: 65%;
}
.section-concept__description {
  margin-bottom: 25px;
}
/* 利用例ページへのボタン　花のイラスト */
a.section-concept__button {
  position: relative;
  margin-bottom: 30px;
  display: block;
  width: 172px;
  height: 123px;
  background: url("../images/top/button_flowers.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #333333;
}
a.section-concept__button span {
  position: absolute;
  bottom: 14%;
  left: 16%;
}
.section-concept__photo-cooking {
  width: 60%;
  max-width: 410px;
  margin-left: auto;
  margin-bottom: 25px;
}
.section-concept__photo-goods {
  width: 50%;
  max-width: 342px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section-concept {
    padding: 0 100px;
  }
}
@media (min-width: 960px) {
  .section-concept {
    padding: 0 180px;
    position: relative;
    margin-bottom: 500px;
  }
  .section-concept__title {
    margin-bottom: 70px;
  }
  .section-concept__item-container01 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10%;
    margin-bottom: 100px;
  }
  .section-concept__photo-kanban {
    width: 40%;
    margin: 0px;
  }
  .section-concept__copy-container {
    margin-bottom: 0;
    order: 2;
  }
  h2.section-concept__copy {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  /* じょうろの画像*/
  h2.section-concept__copy::after {
    width: 130px;
    height: 123px;
    top: 66px;
    left: 265px;
  }
  /* 水彩アンダーライン */
  span.section-concept__copy--line::after {
    top: 30px;
  }
  .section-concept__item-container02 {
    display: flex;
    margin-bottom: 90px;
    column-gap: 50px;
  }
  .section-concept__description-container {
    padding-top: 20px;
    padding-left: 14%;
  }
  .section-concept__description {
    margin-bottom: 50px;
    min-width: 336px;
  }
  /* 利用例ページへのボタン　花のイラスト */
  a.section-concept__button {
    width: 220px;
    height: 155px;
    margin: 0;
  }
  a.section-concept__button span {
    bottom: 14%;
    left: 23%;
    font-size: 1.7rem;
  }
  .section-concept__photo-cooking {
    margin-bottom: 0px;
  }
  .section-concept__photo-goods {
    position: absolute;
    bottom: -36%;
    left: 31%;
  }
}
.section-imagemovie h2 {
  width: 50%;
  max-width: 338px;
  margin: 0 auto 45px;
}
.section-imagemovie__video {
  padding-top: 56.25%;
  margin: 0 auto 90px;
  width: 100%;
  max-width: 900px;
  position: relative;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section-imagemovie {
    padding: 0 100px;
  }
}
@media (min-width: 768px) {
  .section-imagemovie {
    padding: 0 120px;
  }
  .section-imagemovie h2 {
    margin-bottom: 60px;
  }
}
.section-greeting {
  padding: 0 20px;
  line-height: 2.2;
  letter-spacing: 0.5px;
}
.section-greeting h2 {
  width: 60%;
  max-width: 310px;
  margin-bottom: 45px;
}
.section-greeting__owner-image {
  margin: 0 auto 40px;
  width: 70%;
  max-width: 160px;
}
.section-greeting__description {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-greeting {
    padding: 0 100px;
  }
}
@media (min-width: 960px) {
  .section-greeting {
    padding: 0 120px;
  }
  .section-greeting h2 {
    margin-bottom: 60px;
  }
  .section-greeting__container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 80px;
    margin: 0 auto 180px;
    width: 100%;
    max-width: 880px;
  }
  .section-greeting__owner-image {
    margin: 0;
  }
  .section-greeting__description {
    margin: 0;
  }
}
.section-access {
  background-image: url("../images/common/Access_Footer_bg.jpg");
  padding: 35px 20px 50px;
  color: #000000;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.section-access__title {
  font-size: 5rem;
}
.gmapWrap {
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 40px;
}
.gmapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  /*filter: sepia(30%);*/
  -webkit-filter: sepia(30%);
  transition: all 0.7s ease;
  aspect-ratio: 13 / 9;
  width: 100%;
  height: 100%;
  max-width: 570px;
  margin-bottom: 20px;
  border-radius: 10px;
}
address {
  font-style: normal;
}
.section-access__break:after {
  content: "";
}
.section-access__link {
  text-decoration: none;
  color: #000000;
}
.link-icon::after {
  content: url("../images/top/external-link.png");
  vertical-align: middle;
}
.for-train-car {
  font-weight: 600;
}
.train-icon::after {
  content: url("../images/top/train_image.png");
  vertical-align: middle;
}
.car-icon::after {
  content: url("../images/top/car_image.png");
  vertical-align: middle;
}
.section-access__items {
  margin: 15px 0 20px 0;
}
.section-access__line {
  background-image: url("../images/top/line.png");
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 2%;
  background-size: cover;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (min-width: 768px) {
  .section-access {
    padding: 100px;
  }
}
@media (min-width: 960px) {
  .section-access {
    margin: 0 auto;
    padding: 100px 120px;
  }
  .section-access__title {
    font-size: 9rem;
  }
  .section-access__container {
    display: flex;
    margin-bottom: 80px;
  }
  .gmapWrap {
    overflow: visible;
    padding-bottom: 0;
    width: 45%;
  }
  .gmapWrap iframe {
    border-radius: 20px;
  }
  .section-access__description-container {
    width: 55%;
    padding-left: 60px;
  }
  .section-access__break:after {
    content: "\A";
    white-space: pre;
  }
  .section-access__items {
    margin: 0 0 30px 0;
  }
  .section-access__line {
    height: 4%;
  }
}