@charset "utf-8";
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
small {
  font-size: 14px;
}
sup {
  font-size: 70%;
  vertical-align: top;
}
.bgCap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}
.cap_static {
  position: absolute;
  bottom: -26px;
  right: 0;
  padding: 3px 5px;
  color: #111;
  text-shadow: none;
  font-size: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .cap_static {
    bottom: -22px;
    right: 0;
  }
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 10px #000,
    0 0 10px #000;
  line-height: 1.2;
}
figcaption.left {
  left: 10px;
  color: #000;
  text-shadow: none;
}
figcaption.right_white {
  color: #fff;
  text-shadow: none;
}
figcaption.right_black {
  color: #000;
  text-shadow: none;
}

/* 
=============================== */
.contents_area {
  font-family: "Hina Mincho", serif;
  color: #595757;
  overflow: hidden;
}
.inner {
  width: calc(100% - 40px);
  max-width: 1040px;
  margin-inline: auto;
}
.row-reverse {
  flex-direction: row-reverse;
}

/* mv
================================= */
.mv {
  background: url(../images/garden/top_mv.jpg) no-repeat center center / cover;
  padding-top: 110px;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .mv {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .top_mv_title {
    width: 70%;
    margin-inline: auto;
  }
}

/* top_area
============================ */
.top_area {
  padding-top: 60px;
  padding-bottom: 20px;
}
.top_title {
  font-size: 38px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
}
.top_text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.68;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .top_title {
    font-size: 24px;
  }
  .top_text {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* contents
=================================== */
.contents {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contents_title {
  font-size: 34px;
  letter-spacing: 0.16em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contents_title {
    font-size: 22px;
  }
}

/* comfortable_area
================================= */
.comfortable_area {
  background: #bcdf9d;
  background: linear-gradient(
    90deg,
    rgba(188, 223, 157, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(188, 223, 157, 0.5) 100%
  );
}
.comfortable_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.comfortable_item {
  font-family: serif;
}
.comfortable_item_title {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.125em;
  line-height: 1.2;
  color: #00a496;
  font-weight: bold;
}
.comfortable_item_text {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
.comfortable_item_text .cap {
  display: block;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .comfortable_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .comfortable_item_title {
    margin-top: 16px;
    font-size: 18px;
  }
  .comfortable_item_text {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* garden_area
================================= */
.garden_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.garden_img {
  width: 100%;
  max-width: 600px;
}
.garden_body {
  width: 100%;
  max-width: 400px;
  row-gap: 24px;
}
.garden_head {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.garden_title {
  font-size: 24px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.garden_text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.4;
}

@media only screen and (max-width: 768px) {
  .garden_wrap {
    margin-top: 50px;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .garden_img {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
  .row-reverse .garden_img {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
  .garden_body {
    width: 100%;
    max-width: 400px;
    row-gap: 24px;
  }
  .garden_head {
    display: flex;
    column-gap: 16px;
    align-items: center;
  }
  .garden_icon img {
    width: 80%;
  }
  .garden_title {
    font-size: 18px;
  }
  .garden_text {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* madori_area
================================= */
.madori_area {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/garden/contents_bg.jpg) no-repeat center center /
    cover;
}

@media only screen and (max-width: 768px) {
  .madori_area {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../images/garden/contents_bg.jpg) no-repeat center center /
      cover;
  }
}
