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

section{ 
    margin-bottom: 3rem;
}

.btn{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* おみくじ */
.sec-omikujicampaign{
  width: 103.25%;
}
.sec-omikujicampaign_event{
  position: relative;
  left: -1.15%;
}
.btn-omikujicampaign{
  width: 82%;
  bottom: 5.5%;
}



/* 各コンテンツ　*/


.sec-01-1
,.sec-01-2{
    margin-bottom: 0rem;
}

.sec-04{
    position: relative;
}
.sec-04 .btn{
    position: absolute;
    bottom: 3.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 89%;
}

.sec-07 img{
    position: relative;
    width: 101.4%;
    left: -1.4%;
}






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



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

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

/*動画でかんたん見学！*/
.sec-33{
    position: relative;
}

.sec-33 .btn {
    position: absolute;
    left: 50%;
    bottom: 3.5%;
    width: 88%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}




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

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

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

.sec-34 a{
    display: block;
}

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

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

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

/* マップ */

.box16{
    margin-bottom: 3rem;  
}

.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 3rem 3rem;
}

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

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


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

.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;
}






/* @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%;
}



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

a{
  display: block;
}

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


@media screen and (max-width: 770px) {
  section{ 
      margin-bottom: 2rem;
  }


  .box16__map-box {
      margin: 2rem 0;
  }

  .box16__note-area {
      margin: 0 2rem 2rem;
  }

  .box16__note {
      font-size: 1rem;
  }

  .footer_content {
    margin-bottom: 10rem;
  }


}