@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*sec-intro
-----------------------------------------------------------*/
.sec-gmap {
  padding: 100px 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.35) 100%); }
  @media only screen and (max-width: 767px) {
    .sec-gmap {
      padding: 50px 0; } }
  .sec-gmap .gmap {
    line-height: 0; }
    @media only screen and (max-width: 767px) {
      .sec-gmap .gmap {
        margin: 0 -8.5% 0 -14.5%; } }
  .sec-gmap .hanrei {
    margin-bottom: 15px; }
    .sec-gmap .hanrei ul {
      display: flex;
      justify-content: flex-end; }
      .sec-gmap .hanrei ul li {
        display: flex;
        align-items: center;
        margin-left: 15px;
        line-height: 1;
        font-size: 13px; }
        .sec-gmap .hanrei ul li figure {
          max-width: 22px;
          margin-right: 5px; }

.gmap iframe {
  width: 100%;
  height: 730px; }

@media screen and (max-width: 1440px) {
  .gmap iframe {
    width: 100%;
    height: 630px; } }
@media screen and (max-width: 1024px) {
  .gmap iframe {
    width: 100%;
    height: 475px; } }
/*sec-nowOnSale
-----------------------------------------------------------*/
.sec-nowOnSale {
  padding-bottom: 100px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.35) 100%); }
  @media only screen and (max-width: 767px) {
    .sec-nowOnSale {
      padding-bottom: 50px; } }
  .sec-nowOnSale .catName {
    color: #687B96; }
    .sec-nowOnSale .catName::after {
      background: rgba(104, 123, 150, 0.3); }
  .sec-nowOnSale .sectionTitle {
    padding: 100px 0 50px 0; }
    @media only screen and (max-width: 767px) {
      .sec-nowOnSale .sectionTitle {
        padding: 50px 0 20px; } }
  .sec-nowOnSale .bukkenListWrap + .sectionText .sectionTitle {
    padding: 50px 0 50px 0; }
    @media only screen and (max-width: 767px) {
      .sec-nowOnSale .bukkenListWrap + .sectionText .sectionTitle {
        padding: 0 0 20px; } }
  .sec-nowOnSale .bukkenListWrap .bukkenList > li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 991px) {
      .sec-nowOnSale .bukkenListWrap .bukkenList > li {
        flex-wrap: wrap; } }
    .sec-nowOnSale .bukkenListWrap .bukkenList > li .imgWrap {
      width: 50%; }
      @media only screen and (max-width: 991px) {
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .imgWrap {
          width: 100%; } }
    .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap {
      width: 50%;
      padding: 0 80px; }
      @media only screen and (max-width: 1280px) {
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap {
          padding: 0 30px; } }
      @media only screen and (max-width: 991px) {
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap {
          width: 100%;
          padding: 30px; } }
      @media only screen and (max-width: 767px) {
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap {
          padding: 10px; } }
      .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .title {
        margin-bottom: 30px;
        font-size: 20px;
        font-family: 'Shippori Mincho', serif;
        font-weight: normal; }
        @media only screen and (max-width: 1280px) {
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .title {
            margin-bottom: 15px; } }
        @media only screen and (max-width: 767px) {
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .title {
            font-size: 16px; } }
      .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .plan {
        margin: 10px 0; }
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .plan ul {
          display: flex; }
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .plan ul li {
            margin: 0 2px;
            padding: 5px 20px;
            border: 1px solid rgba(125, 131, 139, 0.3);
            font-size: 16px;
            color: #7D838B;
            font-weight: normal; }
            @media only screen and (max-width: 767px) {
              .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .plan ul li {
                padding: 5px 10px;
                font-size: 14px; } }
      .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .kanbai {
        padding-bottom: 20px; }
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .kanbai strong {
          display: block;
          font-weight: normal;
          font-family: 'Shippori Mincho', serif;
          font-size: 20px; }
          @media only screen and (max-width: 1280px) {
            .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .kanbai strong {
              font-size: 18px; } }
          @media only screen and (max-width: 991px) {
            .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .kanbai strong {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .kanbai strong {
              font-size: 14px; } }
      .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .comingSoon {
        margin: 30px 0 0;
        padding: 15px;
        text-align: center;
        font-family: 'Cormorant', serif;
        background: #833232;
        color: #fff;
        border-radius: 10px; }
        @media only screen and (max-width: 1280px) {
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .comingSoon {
            margin: 15px 0 0; } }
      .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList {
        display: flex;
        margin: 35px 0 0;
        padding: 35px 0 0;
        border-top: 1px solid rgba(112, 112, 112, 0.1); }
        .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li {
          height: 50px;
          margin: 0 1.25%;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li.is-view {
            width: 190px; }
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li a {
            max-height: 50px;
            padding: 14px 0 10px 0;
            font-size: 16px;
            color: #222;
            overflow: hidden !important; }
            @media only screen and (max-width: 767px) {
              .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li a {
                padding: 10px 0 10px 0;
                font-size: 15px; } }
            .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li a:hover {
              overflow: visible !important;
              transform: scale(1.05); }
            .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li a span {
              transition-delay: .5s; }
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li.entryPage a {
            color: #fff;
            background: rgba(114, 120, 129, 0.9);
            border-radius: 60px; }
            .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li.entryPage a:hover {
              background: rgba(114, 120, 129, 0.9); }
          .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap .bukkenBtnList li.entryPage.is-view::after {
            background: rgba(114, 120, 129, 0.3); }
      .sec-nowOnSale .bukkenListWrap .bukkenList > li .textWrap .bukkenBtnWrap + .caption {
        padding: 2rem 5% 1.5rem;
        font-size: 12px;
        line-height: 1.3; }

/*sec-nowOnSale
-----------------------------------------------------------*/
.sec-alreadySold {
  padding-bottom: 100px;
  background: rgba(125, 131, 139, 0.6); }
  @media only screen and (max-width: 767px) {
    .sec-alreadySold {
      padding-bottom: 50px; } }
  .sec-alreadySold .catName {
    color: #fff; }
    .sec-alreadySold .catName::after {
      background: rgba(255, 255, 255, 0.5); }
  .sec-alreadySold .sectionTitle {
    padding: 100px 0 50px 0;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .sec-alreadySold .sectionTitle {
        padding: 50px 0 20px; } }
  .sec-alreadySold .bukkenListWrap .bukkenList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25%; }
    .sec-alreadySold .bukkenListWrap .bukkenList > li {
      position: relative;
      width: 30.8333333333%;
      margin: 0 1.25% 86px;
      padding: 10px;
      background: rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 1280px) {
        .sec-alreadySold .bukkenListWrap .bukkenList > li {
          width: 47.5%; } }
      @media only screen and (max-width: 767px) {
        .sec-alreadySold .bukkenListWrap .bukkenList > li {
          width: 97.5%;
          margin: 0 0 65px; } }
      .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap {
        padding: 15px 16px 40px; }
        .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .title {
          margin-bottom: 20px;
          font-size: 18px;
          font-family: 'Shippori Mincho', serif; }
          @media only screen and (max-width: 767px) {
            .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .title {
              font-size: 15px; } }
        .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .plan {
          margin: 20px 0; }
          .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .plan ul {
            display: flex;
            flex-wrap: wrap;
            gap: 4px 0; }
            .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .plan ul li {
              margin: 0 2px;
              padding: 3px 20px;
              border: 1px solid rgba(255, 255, 255, 0.5);
              font-size: 16px;
              color: #fff;
              font-weight: normal; }
        .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .completion {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 7px;
          font-size: 14px;
          letter-spacing: .1em;
          color: #fff;
          font-family: 'Shippori Mincho', serif;
          text-align: center;
          background: #94896a; }
          .sec-alreadySold .bukkenListWrap .bukkenList > li .textWrap .completion.completion02 {
            background: #333;
            bottom: -36px; }
  .sec-alreadySold .bnArea {
    margin: 100px 0 50px; }
    @media only screen and (max-width: 767px) {
      .sec-alreadySold .bnArea {
        margin: 50px 0 0; } }
    .sec-alreadySold .bnArea .bn-title {
      font-size: 90px;
      font-family: 'Cormorant', serif;
      font-weight: 300;
      line-height: .6;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .sec-alreadySold .bnArea .bn-title {
          font-size: 48px; } }
      .sec-alreadySold .bnArea .bn-title small {
        font-size: .5em; }
    .sec-alreadySold .bnArea .bnWrap a {
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
      transition: .3s all ease-in-out; }
      @media only screen and (max-width: 1280px) {
        .sec-alreadySold .bnArea .bnWrap a {
          flex-wrap: wrap; } }
      .sec-alreadySold .bnArea .bnWrap a:hover {
        transform: scale(1.05); }
    .sec-alreadySold .bnArea .bnWrap .imgWrap {
      width: 60%;
      line-height: 0; }
      @media only screen and (max-width: 1280px) {
        .sec-alreadySold .bnArea .bnWrap .imgWrap {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .sec-alreadySold .bnArea .bnWrap .imgWrap .imgcap_sha {
          right: auto;
          left: 5px;
          bottom: 5px; } }
    .sec-alreadySold .bnArea .bnWrap .textWrap {
      display: flex;
      justify-content: center;
      width: 40%;
      padding: 0;
      color: #222; }
      @media only screen and (max-width: 1280px) {
        .sec-alreadySold .bnArea .bnWrap .textWrap {
          width: 100%;
          padding: 30px 0;
          text-align: center; } }
      .sec-alreadySold .bnArea .bnWrap .textWrap .title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 2;
        font-family: 'Shippori Mincho', serif;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .sec-alreadySold .bnArea .bnWrap .textWrap .title {
            font-size: 14px; } }
      .sec-alreadySold .bnArea .bnWrap .textWrap .readMoreBtn {
        margin: 30px 0 0; }
        @media only screen and (max-width: 1280px) {
          .sec-alreadySold .bnArea .bnWrap .textWrap .readMoreBtn {
            margin: 0 auto 20px; } }
        @media only screen and (max-width: 767px) {
          .sec-alreadySold .bnArea .bnWrap .textWrap .readMoreBtn {
            margin: 0 auto; } }

/*sec-gallery
-----------------------------------------------------------*/
.sec-gallery {
  padding-bottom: 150px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.35) 100%);
  /*.slider{
  	.px-gallerySlider{
  		opacity:0;
  		transition: opacity .3s;
  		&.slick-initialized{
  			opacity:1;  
  		}
  		.slick-slide{
  			opacity:.45;
  			margin: 0px 30px;
  			&.slick-current{
  				opacity:1;
  			}
  		}
  		figure{
  			aspect-ratio: 2 / 1;  
  		}
  	}
  	.gallery-arrow{
  		position: absolute;
  		top: 50%;
  		transform: translateY(-50%);
  		z-index: 10;
  		cursor: pointer;
  		font-size: 2.2rem;
  		font-weight: 100;
  		width: 80px;
  		height: 80px;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		color: #fff;
  		background: rgba(0,0,0,.85);
  		&.prev{
  			left:90px;
  		}
  		&.next{
  			right:90px;
  		}
  	}
  	.px-galleryThum{
  		.slick-track{
  			max-width: 1000px;
  			transform: none !important;
  			margin: 25px auto 0;
  			@include hd(){
  				max-width: 500px;
  			}
  			@include smp(){
  				margin: 15px auto 0;
  				max-width: 90%;
  			}
  		}
  		.slick-slide{
  			width: 25%!important;
  			margin: 0;
  			transition: all .3s;
  			cursor: pointer;
  			@include hd(){
  				width: 20%!important;
  			}
  			&.slick-current{
  				opacity: 1;
  			}
  		}
  		figcaption{
  			color: #333;
  			position: static;
  			text-align: center;
  			margin-top: 10px;
  			font-size: 1.4rem;  
  		}
  	}
  	@include pc_hover{
  		.gallery-arrow{
  			transition:$transition;
  			opacity: 0.75;
  			&:hover{
  				opacity: 1;
  			}
  		}
  		.px-galleryThum{
  			.slick-slide{
  				width: calc(20% - 1px) !important;
  				margin: 1px 1px 0 0;
  				transition: all .3s;
  				cursor: pointer;
  				&.slick-current,
  				&:hover{
  					opacity: 1;
  				}
  			}
  		}
  	}
  	@include tab{
  		.px-gallerySlider{
  			.slick-slide{
  				margin: 0px;
  			}
  			figure{
  				aspect-ratio: 4 / 3;
  			}
  		}
  		.gallery-arrow{
  			width: 60px;
  			height: 60px;
  			&.prev{
  				left:-30px;
  			}
  			&.next{
  				right:-30px;
  			}
  		}
  	}
  	@include smp{
  		.gallery-arrow{
  			width: 40px;
  			height: 40px;
  			&.prev{
  				left:0px;
  			}
  			&.next{
  				right:0px;
  			}
  		}
  		.px-galleryThum{
  			figcaption{
  				margin-top: 5px;
  				font-size: 1.2rem;  
  			}
  		}
  	}
  }*/
  /*#modal5,#modal7{
      img{height: 100% !important;}
  }*/ }
  @media only screen and (max-width: 767px) {
    .sec-gallery {
      padding-bottom: 50px; } }
  .sec-gallery .sectionTitle {
    padding-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      .sec-gallery .sectionTitle {
        padding-bottom: 50px; } }
  .sec-gallery .garally-imgWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 0.35fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px; }
    .sec-gallery .garally-imgWrap div:nth-of-type(1) {
      grid-area: 1 / 1 / 2 / 3; }
    .sec-gallery .garally-imgWrap div:nth-of-type(2) {
      grid-area: 1 / 3 / 2 / 5; }
    .sec-gallery .garally-imgWrap div:nth-of-type(3) {
      grid-area: 2 / 1 / 3 / 3; }
    .sec-gallery .garally-imgWrap div:nth-of-type(4) {
      grid-area: 2 / 3 / 4 / 4; }
    .sec-gallery .garally-imgWrap div:nth-of-type(5) {
      grid-area: 2 / 4 / 4 / 5; }
    .sec-gallery .garally-imgWrap div:nth-of-type(6) {
      grid-area: 3 / 1 / 4 / 3; }
    .sec-gallery .garally-imgWrap div:nth-of-type(7) {
      grid-area: 4 / 1 / 6 / 3; }
    .sec-gallery .garally-imgWrap div:nth-of-type(8) {
      grid-area: 4 / 3 / 5 / 5; }
    .sec-gallery .garally-imgWrap div:nth-of-type(9) {
      grid-area: 5 / 3 / 6 / 5; }
    .sec-gallery .garally-imgWrap div:nth-of-type(10) {
      grid-area: 6 / 1 / 7 / 3; }
    .sec-gallery .garally-imgWrap div:nth-of-type(11) {
      grid-area: 6 / 3 / 7 / 5; }
    .sec-gallery .garally-imgWrap div:nth-of-type(12) {
      grid-area: 7 / 1 / 8 / 3; }
    .sec-gallery .garally-imgWrap div:nth-of-type(13) {
      grid-area: 7 / 3 / 8 / 5; }
    @media only screen and (max-width: 767px) {
      .sec-gallery .garally-imgWrap {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 0.5fr); }
        .sec-gallery .garally-imgWrap div:nth-of-type(1) {
          grid-area: 1 / 1 / 2 / 2; }
        .sec-gallery .garally-imgWrap div:nth-of-type(2) {
          grid-area: 1 / 2 / 2 / 3; }
        .sec-gallery .garally-imgWrap div:nth-of-type(3) {
          grid-area: 2 / 1 / 3 / 2; }
        .sec-gallery .garally-imgWrap div:nth-of-type(4) {
          grid-area: 2 / 2 / 3 / 3; }
        .sec-gallery .garally-imgWrap div:nth-of-type(5) {
          grid-area: 3 / 1 / 4 / 2; }
        .sec-gallery .garally-imgWrap div:nth-of-type(6) {
          grid-area: 3 / 2 / 4 / 3; }
        .sec-gallery .garally-imgWrap div:nth-of-type(7) {
          grid-area: 4 / 1 / 5 / 2; }
        .sec-gallery .garally-imgWrap div:nth-of-type(8) {
          grid-area: 4 / 2 / 5 / 3; }
        .sec-gallery .garally-imgWrap div:nth-of-type(9) {
          grid-area: 5 / 1 / 6 / 2; }
        .sec-gallery .garally-imgWrap div:nth-of-type(10) {
          grid-area: 5 / 2 / 6 / 3; }
        .sec-gallery .garally-imgWrap div:nth-of-type(11) {
          grid-area: 6 / 1 / 7 / 2; }
        .sec-gallery .garally-imgWrap div:nth-of-type(12) {
          grid-area: 6 / 2 / 7 / 3; }
        .sec-gallery .garally-imgWrap div:nth-of-type(13) {
          grid-area: 7 / 1 / 8 / 2; } }
  .sec-gallery .image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 0; }
  .sec-gallery .image-container figure {
    height: 100%; }
  .sec-gallery .image-container img {
    height: 100% !important;
    object-fit: cover; }
  .sec-gallery .image-container::after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease; }
  .sec-gallery .imgcap {
    bottom: 2px;
    right: 2px;
    font-size: .9rem; }
  .sec-gallery .modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: -1; }
  .sec-gallery .modal.show {
    display: flex;
    opacity: 1;
    z-index: 999; }
  .sec-gallery .modal figure {
    position: static !important;
    overflow: hidden; }
  .sec-gallery .modal img {
    max-width: 90% !important;
    max-height: 90%;
    /*height: 100%;*/
    max-height: 95vh !important;
    margin: 0 auto;
    display: block;
    line-height: 0; }
  .sec-gallery .modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer; }

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