@charset "UTF-8";

/* 他CSS転用を調整 */
.design_section .kaso_maintitle01,
.design_section .kaso_maintitle01 > h3,
.design_section .kaso_maintitle02 {
  margin: 0;
}

/* marginの上下をリセット */
.design_section .zuhan1080 {
  margin: 0 auto;
}

.design_section .kaso_maintitle01 {
  padding: 20px;
}

@media screen and (max-width: 550px) {
  .design_section .kaso_maintitle01 {
    padding: 20px;
  }
}

/* 基本設定 */
.design_main {
  background: linear-gradient(to bottom, #ffffff, #f3f0ee);
  padding: 0 0 50px 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 0px;
}

.design_mainvisual {
  /* margin-bottom: 50px; */
  background-image: url(../../../assets/img/design/mainvisual.jpg);
}

@media screen and (max-width: 550px) {
  .design_mainvisual {
    background-image: url(../../../assets/img/design/mainvisual_sp.jpg);
  }
}

.design_section {
  width: 100%;
}

.design_section .inner {
  /* 調整前 */
  /* max-width: 1440px; */
  /* padding: 0 100px; */
  max-width: 1920px;
  padding: 0;
  margin: auto;
}

.design_section img {
  display: block;
  width: 100%;
}

.design_section .zuhan1080 {
  position: relative;
}

.design_section .zuhan1920 {
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.design_section .zuhan1400 {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

/* .design_section .zuhan1080 .section_title_img {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 30%;
}

.design_section .zuhan1080 .section_title_img.title_hall {
  top: 40%;
  left: 42.5%;
  width: 15%;
}

.design_section .zuhan1080 .section_title_img.title_garden_terrace {
  top: 40%;
  left: 37.5%;
  width: 25%;
} */

.design_section .zuhan1920 .section_title_img {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 30%;
}

.design_section .zuhan1920 .section_title_img.title_hall {
  top: 40%;
  left: 42.5%;
  width: 15%;
}

.design_section .zuhan1920 .section_title_img.title_garden_terrace {
  top: 40%;
  left: 37.5%;
  width: 25%;
}

.design_section.section0 .kaso_maintitle01 small {
  display: block;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .design_section .inner {
    padding: 0 0;
  }

  .design_section.section0 .kaso_maintitle01 small {
    font-size: 16px;
  }

  .design_section.section5 .inner > div {
    flex-direction: column;
    width: 100%;
  }
}

/* separator */
.section_separator {
  width: 5%;
  border-top: 2px solid #998675;
  margin: 50px auto 70px;
}

@media screen and (max-width: 550px) {
  .section_separator {
    width: 10%;
    margin: 20px auto 50px;
  }
}

/* annotation */
.design_section .img_with_anno {
  position: relative;
}

.design_section .img_with_anno .anno {
  position: absolute;
}

.design_section .img_with_anno .anno.white {
  color: #ffffff;
text-shadow: 2px 2px 10px #000 ,
-2px 2px 10px #000 ,
2px -2px 10px #000 ,
-2px -2px 10px #000;
}

.design_section .img_with_anno .anno.rb {
  bottom: 2px;
  right: 4px;
}

.design_section .img_with_anno .anno.rb2 {
  bottom: 25px;
  right: 30px;
}

.design_section .img_with_anno .anno.rt {
  top: 2px;
  right: 4px;
}

@media screen and (max-width: 550px) {
  .design_section .img_with_anno .anno.rb2 {
    bottom: 5px;
    right: 5px;
  }
}

/* section0 */

.design_section.section0 {
  background-image: url(../../../assets/img/design/secition0/background.png);
  background-size: cover;
  background-position: bottom;
  height: 375px;
  padding: 30px 0 0;
}

.design_section.section0 .kaso_maintitle02:nth-of-type(1) {
  padding: 20px 0;
}
.design_section.section0 .kaso_maintitle02:nth-of-type(2) {
  padding: 20px 0 0;
}

@media screen and (max-width: 550px) {
  .design_section.section0 {
    height: 250px;
    padding: 10px 0 0;
  }

  .design_section.section0 .kaso_maintitle02:nth-of-type(1) {
    padding: 20px 0;
  }
  .design_section.section0 .kaso_maintitle02:nth-of-type(2) {
    font-size: 14px;
    padding: 5px 0 0;
  }
}

/* section1 */

.design_section .section1_img {
  position: relative;
}

.design_section .section1_img .anno {
  display: block;
  position: absolute;
  top: 90%;
  right: 0;
}

@media screen and (max-width: 550px) {
  .design_section.section1 {
    margin-bottom: 20px;
  }
}

/* エントランスセクション */

/* 除風室セクション */
.section_windbreak_room .sub_images {
  display: flex;
  flex-direction: row;
  /* zuhan1920調整用 */
  max-width: 1080px;
  margin: auto;
}

.section_windbreak_room .sub_images .sub_image1,
.section_windbreak_room .sub_images .sub_image2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.section_windbreak_room .sub_images .sub_image1 > div,
.section_windbreak_room .sub_images .sub_image2 > div {
  flex: 1;
}

.section_windbreak_room .sub_images .sub_image1 > div.img,
.section_windbreak_room .sub_images .sub_image2 > div.img {
  padding: 20px;
}

.section_windbreak_room .sub_images .sub_image1 > div.text,
.section_windbreak_room .sub_images .sub_image2 > div.text {
  font-size: 15px;
  padding: 0px 20px;
  text-align: left;
}

@media screen and (max-width: 550px) {
  .section_windbreak_room .sub_images {
    flex-direction: column;
    padding: 0 5px;
  }

  .section_windbreak_room .sub_images .sub_image1 {
    flex-direction: row;
  }

  .section_windbreak_room .sub_images .sub_image2 {
    flex-direction: row-reverse;
  }

  .section_windbreak_room .sub_images .sub_image1 > div,
  .section_windbreak_room .sub_images .sub_image2 > div {
    width: 50%;
  }

  .section_windbreak_room .sub_images .sub_image1 > div.img,
  .section_windbreak_room .sub_images .sub_image2 > div.img {
    padding: 0 5px 0 0;
  }

  .section_windbreak_room .sub_images .sub_image1 > div.text,
  .section_windbreak_room .sub_images .sub_image2 > div.text {
    font-size: 15px;
    line-height: 1.5;
  }
  .section_windbreak_room .sub_images .sub_image1 > div.text {
    padding: 15px 0 15px 10px;
  }
  .section_windbreak_room .sub_images .sub_image2 > div.text {
    padding: 15px 10px 15px 0;
  }
}

/* 除風室セクション */

/* ホール */
.design_section.section_hall {
  margin-bottom: 100px;
}

@media screen and (max-width: 550px) {
  .design_section.section_hall {
    margin-bottom: 50px;
  }
}

/* デザイナーセクション */
.design_section.section_designer {
  margin-bottom: 100px;
}

.design_section.section_designer .inner {
  max-width: 1080px;
  background-color: #ffffff;
  padding: 30px;
  line-height: 1;
}

.design_section.section_designer .desinger_title_text_container {
  margin: auto;
  width: 30%;
  padding: 30px 0 0;
}

.design_section.section_designer .kaso_maintitle01 {
  margin-bottom: 20px;
}

.design_section.section_designer .kaso_maintitle01,
.design_section.section_designer .kaso_maintitle01 > h3 {
  margin-top: 0;
}

.design_section.section_designer .kaso_maintitle01 > h3 {
  /* margin-top: 0; */
  font-size: 28px;
  line-height: 1.7;
}

.design_section.section_designer .designer_profile {
  /* max-width: 1080px; */
  margin: auto;
  display: flex;
  flex-direction: row;
}

.designer_profile .designer_img_set {
  /* max-width: 540px; */
  display: flex;
  flex-direction: row;
  flex: 1;
}

.designer_img_set .designer_img {
  /* max-width: 270px; */
  padding: 20px;
  flex: 1;
}

.designer_img_set .designer_title_name {
  padding: 35px 20px;
  font-size: 18px;
  line-height: 1.7;
  flex: 1;
}

.designer_img_set .designer_title_name .company_title_text_container {
  width: 60%;
  margin-bottom: 20px;
}

.designer_img_set .designer_title_name > span {
  font-size: 26px;
  line-height: 3;
}

.designer_profile .desinger_features {
  flex: 1;
  font-size: 22px;
  line-height: 1.7;
  padding: 90px 10px 0px 10px;
}

@media screen and (max-width: 550px) {
  .design_section.section_designer {
    margin-bottom: 50px;
  }

  .design_section.section_designer .inner {
    padding: 20px 0;
  }

  .design_section.section_designer .desinger_title_text_container {
    margin: auto;
    width: 55%;
  }

  .design_section.section_designer .kaso_maintitle01 > h3 {
    margin-top: 0;
    font-size: 22px;
  }

  .design_section.section_designer .designer_profile {
    flex-direction: column;
  }

  .designer_profile .designer_img_set {
    flex-direction: row;
  }

  .designer_img_set .designer_img {
    padding: 30px 0px 0px 20px;
  }

  .designer_img_set .designer_title_name {
    font-size: 15px;
  }

  .designer_img_set .designer_title_name .company_title_text_container {
    width: 60%;
    margin-bottom: 20px;
  }

  .designer_img_set .designer_title_name > span {
    font-size: 25px;
  }

  .designer_profile .desinger_features {
    font-size: 15px;
    line-height: 1.5;
    padding: 30px 20px;
  }
}

/* LANDSCAPEセクション */

.design_section.section_landscape {
  background-color: #ffffff;
}

.design_section.section_landscape .inner {
  max-width: 1920px;
  padding: 30px 100px;
}

.landscape_contents .landscape_133 {
  margin-bottom: 40px;
}

.landscape_contents .landscape_zuhan {
  max-width: 850px;
  margin: auto;
  margin-bottom: 50px;
}

.design_section.section_landscape .landscape_wide_view_wrapper {
  margin-bottom: 30px;
}

.landscape_contents .landscape_point_position {
  width: 100%;
  position: relative;
  height: 100px;
}

.landscape_contents .landscape_point_position > img {
  width: 220px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.landscape_contents .landscape_point_position > img:nth-of-type(1) {
  left: 11%;
}

.landscape_contents .landscape_point_position > img:nth-of-type(2) {
  left: 75%;
}

.landscape_contents .landscape_point {
  max-width: 500px;
  margin: 0 auto 30px;
  cursor: pointer;
}

/* .landscape_contents .landscape_point > img {
  margin-left: 14px;
} */

/* .landscape_contents .landscape_point3 {
  margin: 0 auto;
} */

.modal_landscape {
  position: relative;
  background-color: #f3f3f3;
  max-width: 1200px;
  margin: 20px auto;
}

.modal_landscape .modal_content {
  display: flex;
  flex-direction: row;
}

.modal_landscape .modal_content > div {
  width: 50%;
}

.modal_landscape.modal_landscape_point1 .kaso_maintitle01 {
  padding: 10px 0;
}

.modal_landscape.modal_landscape_point2 .kaso_maintitle01 {
  padding: 30px 0;
}

.modal_landscape.modal_landscape_point3 .kaso_maintitle01 {
  padding: 15px 0;
}

.modal_landscape .kaso_maintitle01 h3 {
  margin-top: 0;
  padding: 30px 0 0 0;
  font-size: 35px;
}

.modal_landscape .kaso_maintitle01 .kaso_maintitle02 {
  margin: 35px auto 40px;
  font-size: 28px;
}

/* .modal_landscape .img2 {
  padding: 0 50px 30px;
} */

.modal_landscape .modal_content .img2 {
  padding: 50px 90px 50px 15px;
}

/* mfp-closeの位置調整が難しいため別ボタン制御にする */
.modal_landscape .mfp-close {
  opacity: 0;
}

.modal_close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.modal_close::before,
.modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 60px; /* 棒の高さ */
  background: #333;
}

.modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 
@media (hover: hover) {
  .landscape_contents .landscape_point1,
  .landscape_contents .landscape_point2,
  .landscape_contents .landscape_point3 {
    opacity: 0.8;
  }
} */

@media screen and (max-width: 550px) {
  .design_section.section_landscape .inner {
    padding: 20px 10px;
  }

  .modal_landscape {
    background-color: #f3f3f3;
  }

  .modal_landscape .modal_content {
    flex-direction: column;
  }

  .modal_landscape .modal_content > div {
    width: 100%;
  }

  .modal_landscape.modal_landscape_point1 .kaso_maintitle01,
  .modal_landscape.modal_landscape_point2 .kaso_maintitle01,
  .modal_landscape.modal_landscape_point3 .kaso_maintitle01 {
    padding: 0;
  }

  .modal_landscape .kaso_maintitle01 h3 {
    font-size: 20px;
  }

  .modal_landscape .kaso_maintitle01 .kaso_maintitle02 {
    font-size: 16px;
  }

  /* .modal_landscape .img2 {
    padding: 0 20px 30px;
  } */

  .modal_landscape .modal_content .img2 {
    padding: 0 20px 30px;
  }

  .design_section.section_landscape .landscape_wide_view_wrapper {
    margin-bottom: 10px;
  }

  .design_section.section_landscape .landscape_wide_view {
    width: 100%;
    height: 322px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .design_section.section_landscape .landscape_wide_view_img_container {
    display: block;
    max-width: none;
    width: 900px;
    height: 322px;
  }

  .landscape_contents .landscape_point_position > img {
    width: 150px;
  }
}

/* terrace */
.design_section.section_garden_terrace .inner {
  padding: 50px 0;
}

@media screen and (max-width: 550px) {
}

/* seasons plant list */

.seasons_plant_list_container {
  overflow: hidden;
  max-width: 1080px;
  margin: auto;
}

.plant_photo_slide {
  margin-left: -10px;
  margin-right: -10px;
}

.plant_photo_box {
  padding: 0 5px;
  text-align: center;
}
.plant_photo_box figure {
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .plant_photo_slide {
    margin-left: -20px;
    margin-right: -20px;
  }

  .plant_photo_box figcaption.adjust {
    font-size: 13px;
  }
}

/* blooming */
.design_section .seasons_blooming {
  max-width: 1080px;
  margin: 50px auto 0;
}

.design_section .seasons_blooming .blooming_period_wide_view_img_container {
  padding: 20px;
  background-color: #d7d7d7;
}

@media screen and (max-width: 550px) {
  .design_section .seasons_blooming {
    margin: 25px auto 0;
  }
  .design_section .seasons_blooming .blooming_period_wide_view_img_container {
    padding: 15px;
  }

  .design_section .seasons_blooming .blooming_period_wide_view {
    width: 100%;
    height: 315px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .design_section .seasons_blooming .blooming_period_wide_view_img_container {
    display: block;
    max-width: none;
    width: 810px;
    height: 315px;
  }
}

/* 共通 */

.imgShow {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.imgShow.open {
  clip-path: inset(0 0 0 0);
}

.imgShowLeftTop {
  clip-path: inset(0 100% 100% 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1s;
}

.imgShowLeftTop.open {
  clip-path: inset(0 0 0 0);
}

.imgShowRightTop {
  clip-path: inset(0 0 100% 100%);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1s;
}

.imgShowRightTop.open {
  clip-path: inset(0 0 0 0);
}

.imgHide {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 2s;
  transition-timing-function: ease-in;
}

.imgHide.close {
  opacity: 0;
}

.blurShow {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}

.blurShow.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

#page_mainvisual {
  width: 100%;
  height: 430px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  #page_mainvisual {
    height: 250px;
  }
}

#page_mainvisual h2 {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  /*font-family: "Marcellus", serif;*/
  font-size: 50px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  #page_mainvisual h2 {
    font-size: 36px;
    bottom: 80px;
  }
}
#page_mainvisual h2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  #page_mainvisual h2 small {
    font-size: 16px;
  }
}
#page_mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.main img {
  vertical-align: bottom;
}

.anno {
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}

/* 開花時期のクリックイベントのみ解除 */
.blooming_period.js-modal {
  pointer-events: none;
}

@media screen and (max-width: 850px) {
  .blooming_period.js-modal {
    pointer-events: auto;
    position: relative;
  }

  /* .js-modal:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../../img/icon_plus.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  } */
}

.swipeIcon {
  display: none;
}

/* figcaption,
.capImg, */
.figcaption,
.cap {
  /*background: rgba(120, 120, 120, 0.7);*/
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

@media screen and (max-width: 850px) {
  .mfp-bg,
  .mfp-wrap {
    z-index: 10000;
  }
  .mfp-close-btn-in .mfp-close {
    transform: translateY(-100%);
    color: #fff;
  }
  .mfp-custom .mfp-content .slideBox {
    padding: 10px;
    background: #fff;
  }
  .slideBox {
    position: relative;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .slideimg {
    max-width: 160vw !important;
    width: auto !important;
  }
  .swipeIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 150px;
    z-index: 10;
    width: 100px;
    animation: horizontal 1s ease-in-out infinite alternate;
  }
  .swipeIcon img {
    max-width: 150px;
  }
}

@keyframes horizontal {
  0% {
    transform: translate(-30%, -50%);
  }
  100% {
    transform: translate(-70%, -50%);
  }
}

.slick-dots li,
.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li {
  margin: 0 25px;
}

.slick-dots li button {
  padding: 0;
  background: #c4c3c3;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #414040;
}

.slick-dots li button:before {
  display: none;
}

@media screen and (max-width: 550px) {
  .slick-dots {
    bottom: -15px;
  }
  .slick-dots li,
  .slick-dots li button {
    width: 5px;
    height: 5px;
  }
  .slick-dots li {
    margin: 0 15px;
  }
}

.bg_design_beige {
  width: 100%;
  background-image: url("../../img/page/bg_beige_pattern.jpg");
  background-repeat: repeat-y;
  background-size: 60%;
}

@media screen and (max-width: 850px) {
  .bg_design_beige {
    background-size: 80%;
  }
}
