@charset "UTF-8";
/* common */
.wrapper{
    background-image: url("../img/content-bg.png");
}

.sponly{
    display: none;
}

.inner{
    padding: 0 15px;
}

section{ 
    margin-bottom: 2rem;
}




/* 各コンテンツ　*/
.sec-top{
    margin-bottom: 3rem;
}

.sec-yoyaku{
    margin-bottom: 3rem;
}

.sec-02,
.sec-06 {
	position: relative;
}

.btn-02 {
	position: absolute;
    top: 38.96%;
    width: 68%;
    left: 29%;
}


.sec-11 {
	position: relative;
}

.btn-11 {
	position: absolute;
    top: 88.6%;
    width: 56%;
    left: 23%;
}

/* ケーキプレゼントLINEはこちら */

.sec-01{
	position: relative;
}


.btn01{
  
      position: absolute;
      top:88.2%;
      width: 70%;
      left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    

  }



/*住まいづくり相談会*/
.sec-30{
    position: relative;
}

.sec-30 .btn {
    position: absolute;
    left: 50%;
    bottom: 7%;
    width: 83.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*お得な住宅優遇制度*/
.sec-31{
    position: relative;
    margin-bottom: 3rem;
}

.sec-32 {
  position: relative;
}

.sec-32 .btn {
  position: absolute;
  top: 92%;
 left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  width: 80%;
}

.sec-35 {
    position: relative;
}

.sec-35 .btn {
   position: absolute;
  top: 93%;
 left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  width: 80%;
}

/*LINE友だち追加プレゼント　SNS*/
.sec-33{
    margin-bottom: 5rem;
    padding: 6%;
    background-image: url(../img/bg-stripe2.png);
}

.sec-33__content1 {
    position: relative;
    margin-bottom: 5.33%;
}

.sec-33__link-line {
    position: absolute;
    width: 86.666%;
    bottom: 7%;
    left: 7%;
}

.sec-33 a{
    display: block;
}

.sec-33__link-instagram {
    position: absolute;
    width: 16.533%;
    top: 57%;
    left: 36%;
}

.sec-33__link-twitter {
    position: absolute;
    width: 16.533%;
    top: 57%;
    left: 56%;
}

.sec-33__icon {
    position: absolute;
    width: 15.466%;
    top: 58%;
    left: 77%;
}

/*藤沢駅・辻堂駅の中間、湘南モールFILLとなり〜*/
.box16__title-box {
    width: 94%;
    margin: 0 auto;
}

.box16__map-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin: 3rem 0;
}

.box16__map-box iframe, .box16__map-box object, .box16__map-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box16__note-area {
    margin: 0 8% 4rem;
}

.box16__note {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -.05em;
    color: #595656;
    text-align: justify;
}

.box16__right-link {
    width: 68.1%;
    margin: 0 auto;
    display: block;
}

/*フッターと固定キャンペーンボタン*/
.footer_content {
    width: 57.33%;
    margin: 0 auto;
    padding-bottom: 5vw;
}

.campaign {
    width: 100%;
    max-width: 440px;
     height: 100px; 
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.campaign-inner {
    transition: opacity 0.2s ease-out;
    width: 100%;
	position: fixed;
	bottom: 0;
}

/*ホバー時に不透明度60%*/
.campaign-inner:hover {
	opacity: 0.6;
}

.close-btn {
    position: absolute;
    top: -60%;
    right: 1%;
    width: 11.5%;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}

.close-btn.show{
    opacity: 1;
}

.hide-btn{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 4%;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
}

.campaign.hide .campaign-inner,
.campaign.hide .hide-btn{
    opacity: 0;
}

.campaign.remove .campaign-inner,
.campaign.remove .hide-btn{
    visibility: hidden;
}

/*見学予約部分の枠*/
/* .sec-yoyaku__event-link01 {
    background-color: #FFFBE9;
    padding: 10% 0;
    
} */

/*見学予約の画像に対して*/
/* .sec-yoyaku__event-link01 img {
    width: 90%;
    margin: 0 auto;
    padding-right: 0.2em;
} */


/*見学予約のボタン*/
.yoyaku__button {
  position: absolute;
  left: 50%;
  top:89.2%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
    

}

/* ----------------------------------- */
/*
.event-area{
  cursor: pointer;
  width: 100%;
  margin-bottom: 6rem;
}

.event-btn{
  position: relative;
}

.event-btn img{
  display: block;
}

.event-btn .open{
  position: absolute;
  left: 0;top: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  
}

.event-btn img.rev{
  position: absolute;
  left: 0;top: 0;
  width: 100%;
  opacity: 0;
}

.event-btn.show .open{
  opacity: 1;
}

.event-inner{
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  background-color: #ffdcdf;
  height: 0;
  overflow: hidden;
}

.event-area .event-text{
  display: inline-block;
  font-size: 1.7em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.3;
  padding: 2.25rem 5.93rem 2.86rem;
}

.event-area .event-text p{
  font-size: 2.043rem;
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: "palt" 1;
}


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

    .pconly{
        display: none;
    }
    .sponly{
        display: block;
    }
    
    
    .campaign{
        left: auto;
        left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);   
    }
    
    .sec-17 .sec-info__campaign-text{
        font-size: 1.2rem;
        letter-spacing: -.04em;
    }
    
    .sec-17 .sec-info__campaign-note1{
        font-size: 1rem;
    }
    
    .sec-17 .sec-info__campaign-note2{
        font-size: 1rem;
    }
    
    .sec-18 .sec-info__seminar-text {
        font-size: 1.35rem;
        letter-spacing: -.04em;
    }

    
}
*/
/* ----------------------------------- */
/*
.sec-info__line{
  position: relative;
  margin-bottom: 6.2rem;
}

.sec-info__line-text{
  position: absolute;
  font-feature-settings: "palt" 1;
  top: 16.5%;
  left: 6%;
}

.sec-info__line-note{
  position: absolute;
  font-feature-settings: "palt" 1;
  top: 32%;
  left: 6%;
  font-size: 2rem;
}

.sec-info__line-btn{
  position: absolute;
  width: 60rem;
  top: 82.5%;
  left: 9.5%;
}
*/
/* ----------------------------------- */
/*
.sec-info__virtual{
  position: relative;
  margin-bottom: 6.2rem;
}

.sec-info__virtual-text{
  position: absolute;
  text-align: center;
  top: 39.5%;
  width: 100%;
}


.sec-info__virtual-btn{
  position: absolute;
  width: 60rem;
  top: 84%;
  left: 9%;
}

.sec-info{
  margin-bottom: 6rem;
}
*/
/* ----------------------------------- */

.sec-map__title{
  margin-bottom: 6rem;
}

.sec-map__map iframe{
  display: block;
  width: 100% !important;
  height: 444px !important;
}

/* ----------------------------------- */

footer{
  padding: 4.7rem 0 10rem;
  font-weight: 500;
}

.box16__right-link:hover{
    -webkit-animation: none;
    animation: none !important;
}

@media screen and (max-width: 440px){
    footer{
        padding: 4.7rem 0 35vw;
    }
}

@media screen and (min-width: 440.1px) and (max-width: 768px){
  .sec-top{
    margin-bottom: 2rem;
  }

  .sec-yoyaku{
    margin-bottom: 2rem;
  }
  section{ 
    margin-bottom: 2rem;
  }
    footer{
        padding: 4.7rem 0 25vw;
    }
}



.footer-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 29px;
}

.footer-block__logo img{
  display: block;
  width: 335px;
}

.footer-block__txt{
  width: calc(100% - 335px - 21px);
  padding: 0 0 0 21px;
  font-weight: 500;
  line-height: 1;
}

.footer-block__txt-contact{
  display: inline-block;
  line-height: 1;
  border: 1px solid #231815;
  color: #231815;
  font-size: 18px;
  padding: 3px 9px 5px;
  margin-bottom: 6px;
}

.footer-block__txt-tel{
  display: block;
  margin-bottom: 7px;
  width: 95%;
}

/* .footer-block__txt-tel img{
  width: 95%;
} */

.footer-block__txt-note{
  font-size: 2rem;
  line-height: 1.4;
  color: #595757;
  font-feature-settings: "palt";
}

.footer-block__txt-small-note{
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: .03em;
}

.copyright{
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #717071;
}


/* --------------------------------- */

a{
  display: block;
}

@media screen and (min-width: 769px) {
  a:hover{
    animation: blink_animation 0.6s ease-out;
  }

}