@charset "UTF-8";
.designerCorp {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .designerCorp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
  }
}

.designerCorp:before {
  background-color: #afafaf;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .designerCorp:before {
    content: '';
  }
}

.designerCorp__lead {
  color: rgba(34, 47, 40, 0.65);
  letter-spacing: .12em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .designerCorp__lead {
    font-size: 16px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .designerCorp__lead {
    font-size: 13px;
    left: -20px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
    text-orientation: upright;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.designerSect {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .designerSect {
    padding-left: 20px;
  }
}

.designerSect:before {
  background-color: #848584;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@media screen and (max-width: 768px) {
  .designerSect:before {
    content: '';
  }
}

@media print, screen and (min-width: 768px) {
  .designerSect__inner {
    width: 624px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__inner + .designerSect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .designerSect__visual {
    left: 766px;
    position: absolute;
    top: 0;
    width: 384px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__visual {
    margin-top: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .designerSect .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect .txt {
    margin-top: 28px;
  }
}

.designerName {
  margin-top: 35px;
}

.designerName .jp {
  color: #222f28;
  letter-spacing: .12em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .designerName .jp {
    font-size: 20px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 768px) {
  .designerName .jp {
    font-size: 14px;
  }
}

.designerName .en {
  color: #333333;
  letter-spacing: .05em;
  line-height: .7;
}

@media print, screen and (min-width: 768px) {
  .designerName .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designerName .en {
    font-size: 11px;
    margin-top: 9px;
  }
}

.landscapeMap {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .landscapeMap {
    margin: 0 calc(50% - 50vw);
    padding: 20px 40px 80px;
    width: 100vw;
  }
}

.landscapeMap .swiper-container {
  margin: 0 auto;
  overflow: visible;
}

@media print, screen and (min-width: 768px) {
  .landscapeMap .swiper-container {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeMap {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeMap .touchFigure__capOut {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .landscapeMap .touchFigure--swipe {
    height: 50vh;
  }
}

.landscapeMap .touchFigure--swipe .touchFigure__inner {
  border: none;
}

@media screen and (max-width: 768px) {
  .landscapeMap__controller {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 40px;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

.landscapeMap__controller .swiper-button-next,
.landscapeMap__controller .swiper-button-prev {
  background-color: #888888;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .landscapeMap__controller .swiper-button-next,
  .landscapeMap__controller .swiper-button-prev {
    height: 48px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeMap__controller .swiper-button-next,
  .landscapeMap__controller .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}

.landscapeMap__controller .swiper-button-next:after,
.landscapeMap__controller .swiper-button-prev:after {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .landscapeMap__controller .swiper-button-next,
  .landscapeMap__controller .swiper-button-prev {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .landscapeMap__controller .swiper-button-next {
    margin-left: 20px;
  }
}

.landscapeMap__controller .swiper-pagination {
  left: 0;
}

.landscapeMap__controller .swiper-pagination-bullet {
  background-color: #000000;
  border-radius: 0;
}

.landscapeMap__controller .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 10px;
}

.landscapeMap__controller .swiper-pagination-bullets {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .landscapeMap__controller .swiper-pagination-bullets {
    margin: 0 auto;
    position: relative;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeMap__controller .swiper-pagination-bullets {
    bottom: 0;
    left: 40px;
    position: absolute;
  }
}

.lifeSceneGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery {
    width: 672px;
  }
}

.lifeSceneGallery__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery__item {
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSceneGallery__item {
    width: 138px;
  }
}

.lifeSceneGallery__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSceneGallery__ttl {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .pageIntroduction:before {
    background: url("../imgs/pc/bg-pageintro.jpg") no-repeat top right;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction:before {
    background: url("../imgs/sp/bg-pageintro.jpg") no-repeat center center;
    background-size: cover;
  }
}

.placeDetail {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  position: relative;
}

.placeDetail::after {
  background-color: #cccccc;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .placeDetail {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}

@media screen and (max-width: 768px) {
  .placeDetail {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.placeDetail__name {
  position: relative;
}

@media screen and (max-width: 768px) {
  .placeDetail__name {
    width: 100%;
    line-height: 1.83333;
  }
  .placeDetail__name:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:before, .placeDetail__name:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.placeDefinition {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .placeDefinition {
    font-size: 12px;
    line-height: calc(44 / 24);
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.placeDefinition::before {
  background-image: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-size: 5px 1.5px;
  background-repeat: repeat-x;
  display: block;
  content: "";
  width: auto;
  height: 1.5px;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .placeDefinition__distance {
    margin: 0 0 0 auto;
  }
}

.placeDefinition__distance:after {
  content: "／";
}

@media print, screen and (min-width: 768px) {
  .sakataFeature .generalSect {
    gap: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .sakataFeature .generalSect__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .sakataFeature .generalSect__head .txt {
    width: auto;
  }
}

.treeGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.treeGallery + .caption {
  padding-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .treeGallery .photo {
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
  .treeGallery .photo:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.visuallyFeatureSect__head {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .visuallyFeatureSect__head + .visuallyFeatureSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__head + .visuallyFeatureSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__head--full {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__head--full .capOut {
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__head--rtFull {
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__head--rtFull .capOut {
    padding-right: 5px;
  }
}

.visuallyFeatureSect__ttl {
  color: #ffffff;
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .16em;
  line-height: .7;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .visuallyFeatureSect__ttl {
    bottom: 56px;
    font-size: 46px;
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__ttl {
    bottom: 34px;
    font-size: 21px;
    right: 10px;
  }
}

.visuallyFeatureSect__cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .visuallyFeatureSect__cont {
    margin: 0 auto;
    width: 960px;
  }
}

@media print, screen and (min-width: 768px) {
  .visuallyFeatureSect__cont .subheading,
  .visuallyFeatureSect__cont .txt {
    width: 456px;
  }
}

.visuallyFeatureSect__cont .subheading {
  letter-spacing: .06em;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .visuallyFeatureSect__cont .subheading + .txt {
    margin-left: 30px;
    margin-top: 0;
  }
}

.visuallyFeatureSect__cont .txt {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__cont--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__cont--reverse .subheading {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect__cont--reverse .txt {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .visuallyFeatureSect + .visuallyFeatureSect {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .visuallyFeatureSect + .visuallyFeatureSect {
    margin-top: 80px;
  }
}

/*
下層ページ実装に関して
・テンプレート各セクション(.keyVisual,.generalSect)のCSSはcommon.css内に追記しています。
・各ページの.keyVisualに関しては画像追加・情報の流し込みのみお願いします。細かいレイアウトの微調整はまとめてこちらで対応します。
・各コンテンツはダミーの命名としてunique-連番という命名を行なっていますが、固有の要素に合わせて命名変更をお願いします。
・metaと.header、.bottomArea(フッター注釈含む)、.footerの各共通要素に関してもこちらでまとめ調整するので、基本的に.container内のみを調整する形でコンテンツを実装していただけると助かります。
*/
@media print, screen and (min-width: 768px) {
  .template-01,
  .template-02,
  .template-03 {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .template-01,
  .template-02,
  .template-03 {
    padding: 80px 0;
  }
}

.template-04 {
  padding: 0 0  160px;
}

@media print, screen and (min-width: 768px) {
  .landscape-symbolTree {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscape-symbolTree {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .landscape-plantPlan {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape-plantPlan {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .landscape-grandview {
    padding: 160px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscape-grandview {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .landscape-designer {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape-designer {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .landscape-designerWrap {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .landscape-designerWrap {
    padding: 40px 0 80px;
  }
}

.landscape-sakata {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .landscape-sakata {
    padding-top: 60px;
  }
}

.landscape-sakata .generalSect {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .landscape-sakata .generalSect__head {
    width: 52%;
  }
}

.landscape-sakata .generalSect__head.only-sp {
  width: 100%;
}

.landscape-sakata .generalSect__cont--01 {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .landscape-sakata .generalSect__cont--01 {
    margin-top: 28px;
    width: 45%;
  }
}

.landscape-sakata .generalSect__cont--01 .txt {
  color: #111211;
  margin-top: 5px;
  text-align: center;
}

.landscape-sakata .generalSect__cont--01 .txt .jp {
  font-size: 14px;
}

.landscape-sakata .generalSect__cont--01 .txt .en {
  font-size: 12px;
}

.landscape-sakata .generalSect__cont--02 {
  width: 552px;
}

@media screen and (max-width: 768px) {
  .landscape-sakata .generalSect__cont--02 {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .landscape-sakata .imgSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 55px;
  }
}

.landscape-sakata .imgSect__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .landscape-sakata .imgSect__cont {
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .landscape-sakata .imgSect__cont {
    margin-top: 20px;
    width: 100%;
  }
}

.landscape-sakata .imgSect__ttl {
  color: #ffffff;
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .16em;
  line-height: .7;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .landscape-sakata .imgSect__ttl {
    bottom: 34px;
    font-size: 32px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .landscape-sakata .imgSect__ttl {
    bottom: 34px;
    font-size: 21px;
    right: 10px;
  }
}

.landscape-stone {
  padding: 160px 0 80px;
}

@media screen and (max-width: 768px) {
  .landscape-stone {
    padding: 60px 0;
  }
}

.landscape-stone .generalSect__cont img {
  width: 100%;
}
