body{
  margin:0 auto;
  height: 100vh;
}

main{
  background-image: url('/_wedding/bf/img/top/b.jpg'); /* 画像を指定 */
  background-size: auto;
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* margin: 0 auto; */
}
img { 
  display:block;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
 }


.floating-banner{
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    width: 100vw; /* バナーの横幅 */
    left: 50%;
    top: 120%;
    transform: translateX(-50%)
               translateY(100%);
  }


  .floating-banner__image {
    max-width: 100%; /* 画像の最大幅 */
  }

  .floatingBnr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .c-button{margin:0 auto;
  width:180px;
  height:40px;
  color:#fff;
  background-color:	#60ABBD;
  text-align:center;
  font-size:8px;
  border: none;
  display: block;
}
  .map{
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 10px;
  }
.img12{
  padding-top: 50px;
}

.box {
  width: 260px;
  height: 450px;
  border: 8px solid #E6DACA;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* はみ出した部分を隠す */
  margin: 0 auto;
  margin-bottom: 30px;
}
.box img {
  width: 100%; /* 画像を枠にフィット */
  height: auto;
}

.box2 {
  width: 260px;
  height: 470px;
  border: 8px solid #E6DACA;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* はみ出した部分を隠す */
  margin: 0 auto;
  margin-bottom: 30px;
}

.box2 img {
  width: 100%; /* 画像を枠にフィット */
  height: auto;
}

  @media screen and (min-width: 600px) { /* スマホ用のブレイクポイントを指定 */
    img { 
      width: 400px;
      margin: 0 auto;
     }
     .floating-banner{
      position: fixed; /* バナーを追従させる */
      z-index: 99999; /* 他の要素の下に隠れないように */
      width: 400px; /* バナーの横幅 */
      left: 50%;
      top: 80%;
      transform: translateX(-50%)
                 translateY(100%);
    }
}


  @media screen and (max-width: 600px) { /* スマホ用のブレイクポイントを指定 */
    img { 
      width: 100vw;
      margin: 0 auto;
     }

     .floating-banner{
      width: 100vw;
      left: 50%;
      top: 80%;
      transform: translateX(-50%)
                 translateY(100%);
    }
}

    
.footerimg{
  margin: 0 auto;
  text-align: center;
}


#abc{
  text-align: center;
}

.fixedwrap {
  position: relative;
}

.fixedwrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: url("https://thesteelhouse.jp/tsh_lp03/img/top/back.jpg") center/cover no-repeat; */
  background-color: #ffffff;
  z-index:-2;
}

@media screen and (max-width: 400px) { /* スマホ用のブレイクポイントを指定 */
  img { 
    width: 400px;
    margin: 0 auto;
   }

   .floating-banner{
    width: 100%;
    left: 50%;
    top: 80%;
    transform: translateX(-50%)
               translateY(100%);
  }

}
@media screen and (max-width: 390px) { /* スマホ用のブレイクポイントを指定 */
  img { 
    width: 390px;
    margin: 0 auto;
   }

   .floating-banner{
    width: 100%;
    left: 50%;
    top: 80%;
    transform: translateX(-50%)
               translateY(100%);
  }

}
@media screen and (max-width: 375px) { /* スマホ用のブレイクポイントを指定 */
  img { 
    width: 400px;
    margin: 0 auto;
   }

   .floating-banner{
    width: 100%;
    left: 50%;
    top: 78%;
    transform: translateX(-50%)
               translateY(100%);
  }

}