header {
  background: url(../img/api/key.jpg) no-repeat top center;
  background-size: auto 330px;
  height: 330px;
  margin-top: 60px;
}

#logo-page {
  padding: 75px 0 0;
  width: 250px;
  margin: 0 auto;
}

.map-nav dl dt {
  display: none;
}

.map-nav {
  padding: 12vw 0 18vw;
}

#web-btn {
  position: fixed;
  top: 33vw;
  right: 0;
  z-index: 99;
  width: 30px;
}

.navopen #web-btn {
  display: none;
}

@media screen and (min-width: 767px) {
  #web-btn {
    position: fixed;
    top: 175px;
    right: 0;
    z-index: 99;
    width: 48px;
  }

  header {
    background: url(../img/api/key.jpg) no-repeat top 60px center;
    height: 836px;
    margin-top: 0;
  }

  #logo-page {
    padding: 328px 0 0;
    width: 280px;
    margin: 0 auto;
  }

  .map-nav dl dt {
    display: flex;
  }

  .map-nav {
    padding: 0 50px 0 0;
  }

  .map-nav dl dt a {
    position: relative;
  }

  .map-nav dl dt a::before {
    background: #1b7733;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
  }

  .map-nav dl dt .active::before {
    opacity: 1;
  }
}
#blog {
  background: #fff;
  position: relative;
  border: 1px solid #aaa;
  margin: 0 5%;
  padding: 30px 10px 35px;
}

#blog h2 {
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#blog h2 span {
  position: relative;
}

#blog h2 span::before {
  width: 600px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 120%;
  content: '';
  background: currentColor;
}

#blog .row {
  border-bottom: 1px solid #aaa;
}

#blog .row dl {
  padding: 10px 0;
}

#blog .row dl dt {
  display: block;
  padding: 0;
}

#blog .row dl dd a {
  display: block;
}

#blog #feed {
  margin-bottom: 35px;
}

#blog #sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

#blog #sns-link p {
  margin: 0 15px;
}

#blog .btn span {
  padding-right: 25px;
}

#blog .btn a::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/index/icon_more.png);
  width: 11px;
  height: 11px;
  z-index: 3;
}

@media screen and (min-width: 767px) {
  #blog {
    background: #fff;
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #999999;
    padding: 35px 0 35px;
    z-index: 99;
    width: 360px;
    box-sizing: border-box;
  }

  #blog h2 {
    margin: 0 0 10px 60px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #blog h2 span {
    position: relative;
  }

  #blog h2 span::before {
    width: 600px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 120%;
    content: '';
    background: currentColor;
    opacity: 0.7;
  }

  #blog .row {
    border-bottom: 1px solid #aaa;
  }

  #blog .row:last-child {
    border: none;
  }

  #blog .row dl {
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  #blog .row dl dt {
    font-size: 10px;
    width: 106px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 30px;
  }

  #blog .row dl dd {
    width: calc(100% - 106px);
  }

  #blog .row dl dd a {
    display: block;
    font-size: 12px;
    height: auto;
    padding: 0;
    line-height: 30px;
  }

  #blog .row dl dd a::before {
    display: none;
  }

  #blog .row dl dd a:hover {
    text-decoration: underline;
  }

  #blog #feed {
    padding: 0 15px 0 60px;
    margin-bottom: 15px;
  }

  #blog #sns-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
  }

  #blog #sns-link p {
    margin: 0;
  }

  #blog #sns-link p.btn-ins {
    margin-right: 75px;
  }

  #blog .btn::before {
    display: none;
  }

  #blog .btn span {
    padding-right: 25px;
  }

  #blog .btn a::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/index/icon_more.png);
    width: 11px;
    height: 11px;
    z-index: 3;
  }
}
.pc {
  display: none;
}

.title-fix #sec1 h2 {
  position: fixed;
}

.sec-ttl {
  line-height: 38px;
  letter-spacing: 4px;
  font-weight: 800;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 5vw;
  }
}
#sec1 {
  position: relative;
  padding-bottom: 5vw;
}
#sec1:before {
  width: 1px;
  position: absolute;
  top: 0;
  left: 10%;
  height: 70%;
  background: currentColor;
  content: '';
}
#sec1:after {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 28px;
  left: 10%;
  content: '';
  background: #1b7733;
}
#sec1 .wrap {
  padding: 0 5% 0 16%;
}
#sec1 h2 {
  width: 13px;
  left: 5%;
  position: absolute;
  top: 0;
}
#sec1 h3 {
  font-size: 16px;
  padding: 18px 0 30px;
  position: relative;
  line-height: 36px;
}
#sec1 .photo {
  padding: 26px 0 20px;
}

#sec2 {
  margin-bottom: 20vw;
  padding-top: 70px;
  position: relative;
}
#sec2:before {
  position: absolute;
  content: '';
  background: #1b7733;
  width: 16px;
  height: 16px;
  top: 80px;
  right: 0;
}
#sec2 h2 {
  margin-bottom: 7vw;
}
#sec2 .txt {
  margin-bottom: 5vw;
}
#sec2 .slick-dots {
  margin-top: -55px;
  position: relative;
}

#sec3 {
  position: relative;
  margin-bottom: 22vw;
}
#sec3:before {
  position: absolute;
  content: '';
  background: #1b7733;
  width: 16px;
  height: 16px;
  top: 0.8vw;
  left: 5%;
}
#sec3 h2 {
  margin-bottom: 7vw;
  position: relative;
}
#sec3 h2::before {
  position: absolute;
  content: '';
  background: #000;
  width: 40%;
  height: 1px;
  top: 50%;
  right: -6%;
}
#sec3 .slick-dots {
  display: flex;
  flex-wrap: wrap;
}
#sec3 .slick-dots li {
  width: calc(100% / 4 - 8px);
  height: 20vw;
  margin: 0 4px 10px;
  cursor: pointer;
}
#sec3 .slick-dots li button {
  width: 100%;
  height: 100%;
  background: url(../img/api/sec3-img1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

#sec3 .slick-dots li:nth-child(2) button {
  background: url(../img/api/sec3-img2.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .slick-dots li:nth-child(3) button {
  background: url(../img/api/sec3-img3.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .slick-dots li:nth-child(4) button {
  background: url(../img/api/sec3-img4.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .slick-dots li:nth-child(5) button {
  background: url(../img/api/sec3-img5.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .slick-dots li:nth-child(6) button {
  background: url(../img/api/sec3-img6.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .slick-dots li:nth-child(7) button {
  background: url(../img/api/sec3-img7.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .slick-dots li:nth-child(8) button {
  background: url(../img/api/sec3-img8.jpg) no-repeat center top;
  background-size: cover;
}

#sec3 .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
#sec3 .slick-dots li.slick-active button:before {
  opacity: 0;
}
#sec3 .txt {
  margin-bottom: 7vw;
  text-align: justify;
}
#sec3 .price {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 10px 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.6px;
  text-align: center;
}
#sec3 .note {
  text-align: center;
  margin-top: 2vw;
}

#sec4 {
  position: relative;
}
#sec4:before {
  position: absolute;
  content: '';
  background: #1b7733;
  width: 16px;
  height: 16px;
  top: 2.5vw;
  right: 0;
  /*opacity: 0;*/
}
#sec4 h2 {
  margin-bottom: 7vw;
  position: relative;
}
#sec4 h2::before {
  position: absolute;
  content: '';
  background: #000;
  width: 1000px;
  height: 1px;
  top: 50%;
  right: 70%;
}
#sec4 .txt {
  margin-bottom: 7vw;
}
#sec4 .price {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #000;
  padding: 10px 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.6px;
  text-align: center;
}
#sec4 .sec4-img {
  margin-top: 7vw;
}
/*#sec4 .sec4-slider {
  margin-top: 7vw;
}*/
#sec4 .slick-dots {
  margin-top: -55px;
  position: relative;
}

#floor {
  padding-top: 22vw;
  position: relative;
}
#floor::before {
  position: absolute;
  content: '';
  background: #1b7733;
  width: 16px;
  height: 16px;
  top: 23vw;
  left: 0%;
}
#floor h2 {
  margin: 0 auto;
  margin-bottom: 5vw;
}
#floor h2 span {
  font-size: 16px;
  letter-spacing: 0.6em;
  display: block;
}
#floor .sec5-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  gap: 15px;
  margin-bottom: 20px;
}
#floor .sec5-top .top-img img {
  width: 100%;
  height: auto;
}
#floor .sec5-top .img1 {
  width: 54%;
  margin: 0;
}
#floor .sec5-top .img2 {
  width: 40%;
  margin: 0;
}
#floor .sec5-content {
  width: 100%;
  margin-bottom: 6vw;
}

#sec5 {
  padding-top: 25vw;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .title-common {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.2em;
  }

  .sec-ttl {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 4px;
    font-weight: 800;
    width: fit-content;
    margin: 0 auto;
  }

  #sec1 {
    padding-top: 96px;
    padding-bottom: 0;
  }
  #sec1 .wrap {
    padding: 0;
  }
  #sec1:before {
    width: 1px;
    position: absolute;
    top: 94px;
    left: calc(50% - 578px);
    height: 610px;
    background: currentColor;
    content: '';
  }
  #sec1:after {
    width: 18px;
    height: 18px;
    top: 114px;
    left: calc(50% - 578px);
  }
  #sec1 h2 {
    transform: none;
    left: calc(50% - 650px);
    width: 40px;
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    padding-left: 17px;
    text-align: left;
  }
  #sec1 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
  }
  #sec1 .row .left {
    max-width: 500px;
  }
  #sec1 .row .photos {
    margin: -87px 21px 0 50px;
  }
  #sec1 .row .photos p {
    margin-bottom: 44px;
  }
  #sec1 h3 {
    font-size: 20px;
    position: relative;
    line-height: 36px;
    padding: 10px 0 94px;
  }
  #sec1 .photo {
    padding-top: 40px;
  }

  #sec2 {
    padding-top: 260px;
    margin-bottom: 100px;
  }
  #sec2:before {
    top: 272px;
  }
  #sec2 h2 {
    letter-spacing: 12px;
  }
  #sec2 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
  }
  #sec2 .content .sec2-slider {
    max-width: 500px;
  }
  #sec2 .content .txt {
    padding: 90px 0 0 50px;
  }
  #sec2 .slick-dots {
    margin-top: -47px;
  }

  #sec3 {
    margin-bottom: 164px;
  }
  #sec3:before {
    top: 26px;
    left: 50px;
  }
  #sec3 h2 {
    letter-spacing: 12px;
    margin-bottom: 162px;
  }
  #sec3 h2:before {
    right: auto;
    left: 117%;
    width: 1000px;
  }
  #sec3 .sec3-slider {
    margin: 0 -9px;
  }
  #sec3 .sec3-slider .slick-dots {
    margin-top: 16px;
    justify-content: space-between;
    margin-right: -10px;
  }
  #sec3 .sec3-slider .slick-dots li {
    height: 120px;
    width: calc(100% / 8 - 8px);
  }
  #sec3 .txt {
    margin: 10px 0 21px;
    text-align: center;
  }
  #sec3 .price {
    padding: 12px 0;
    width: 452px;
  }
  #sec3 .note {
    margin-top: 16px;
  }

  #sec4:before {
    top: 3px;
    right: 50px;
    /*opacity: 1;*/
  }
  #sec4 h2 {
    position: relative;
    margin-bottom: 107px;
    width: 100%;
    text-align: center;
  }
  #sec4 h2::before {
    right: 60%;
  }
  #sec4 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
  }
  #sec4 .content .sec4-img {
    width: 50%;
    margin-top: 0;
  }
	#sec4 .content .sec4-img img {
		width: 100%;
    display: inline-block;
	}
 /*	#sec4 .content .sec4-slider {
    width: 500px;
    margin-top: 0;
  }
 #sec4 .content .sec4-slider .slick-dots {
    margin-top: -48px;
  }*/
  #sec4 .content .info {
    padding: 27px 0 0 50px;
    width: 50%;
  }
  #sec4 .content .info .txt {
    margin-bottom: 50px;
  }
  #sec4 .content .info .price {
    padding: 24px 0;
    font-size: 16px;
  }

  #floor {
    padding-top: 260px;
  }
  #floor:before {
    top: 210px;
  }
  #floor .wrap .sec5-ttl {
    text-align: center;
    margin: 0;
    margin-left: 286px;
    margin-bottom: -128px;
  }
  #floor .wrap .sec5-ttl span {
    font-size: 16px;
    letter-spacing: 0.6em;
    display: block;
  }
  #floor .wrap .sec5-top {
    margin-bottom: 35px;
    gap: 0;
    padding-left: 0;
  }
  #floor .wrap .sec5-top .img1 {
    width: 470px;
  }
  #floor .wrap .sec5-top .img2 {
    width: 568px;
    margin-right: -150px;
  }
  #floor .wrap .sec5-content {
    width: 710px;
    margin-bottom: 67px;
  }
  #floor .wrap .bottom-img {
    margin-left: -150px;
  }
  #sec5 {
    padding-top: 180px;
  }
  #sec5 .btn-share {
    padding-bottom: 89px;
  }
  #sec5 .wrap .top .sec5-logo {
    width: 144px;
    margin-bottom: 10px;
  }
  #sec5 .phone dd {
    margin-top: -2px;
    line-height: 26px;
  }
}

@media (min-width: 999px) and (max-width: 1300px) {
  #sec1 .wrap {
    position: static;
  }
  #sec1 h2 {
    left: 30px;
    padding-left: 0;
    top: 100px;
  }
  #sec1::before {
    left: 65px;
  }
  #sec1::after {
    left: 66px;
  }
}



#secD {
  position: relative;
  margin-bottom: 22vw;
}
#secD:before {
  position: absolute;
  content: '';
  background: #1b7733;
  width: 16px;
  height: 16px;
  top: 0.8vw;
  left: 5%;
}
#secD h2 {
  margin-bottom: 7vw;
  position: relative;
}
#secD h2::before {
  position: absolute;
  content: '';
  background: #000;
  width: 40%;
  height: 1px;
  top: 50%;
  right: -6%;
}
  #secD .content .info {
    margin-top: 7vw;
}
@media screen and (min-width: 768px) {

  #secD {
    margin-bottom: 164px;
  }
  #secD:before {
    top: 26px;
    left: 50px;
  }
  #secD h2 {
    letter-spacing: 12px;
    margin-bottom: 107px;
  }
  #secD h2:before {
    right: auto;
    left: 117%;
    width: 1000px;
  }
    
  #secD .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
  }
  #secD .content .secD-img {
       width: 750px;
    margin-top: 0;
    margin-right: -150px;
}
	#secD .content .secD-img img {
		width: 100%;
    display: inline-block;
	}
  #secD .content .info {
      margin-top: 0;
       padding: 75px 50px 0 0;
    width: calc(1000px - 50px - 750px + 150px);
}
  #secD .content .info .txt {
    margin-bottom: 50px;
  }
}


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