@charset "utf-8";

/*‐‐‐‐‐‐‐‐‐‐全体はじまり------------------*/
*{
  margin: 0px;
  padding: 0px;
  height: auto;
  box-sizing: border-box;
}
body{
  /* margin-top: -24px; */
  /* height: auto; */
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    /* font-family: "Roboto", Sans-serif; */
    /* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"; */
    /* font-family: 'Sawarabi Mincho', sans-serif; */
    font-weight: bold;
    font-size: 20px;
    /* line-height: 2; */
    line-height: 1.75;
}
.ALL-wrapper{
  padding:0;
  margin:0 auto;
  text-align: center;
  background-color:#ffffff;
  /* background: rgba(255,255,255,0.75); */
  width: 100%;
  max-width:  1162px;
  box-sizing: border-box;
  /* letter-spacing: 2px; */
}
/* .BLOCK{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-feature-settings: "palt";
} */
img{
  vertical-align: bottom;
  width: 100%;
}
ul{
  list-style: none;
}
.sp{
  display: none;
}
/*‐‐‐‐‐‐‐‐‐‐全体おしまい-----------------*/
/*‐‐‐‐‐‐‐‐‐‐ヘッダーはじまり------------------*/
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
}
.header{
  background-color:rgba(255,255,255,1);
  /* height: 104px; */
  z-index: 9999;
margin: 0 auto;
position: fixed;
bottom: 0;
  /* display:block; */
  width: 100%;
  max-width: 1162px;
}
.header .hadaraa{
  width: 100%;
margin: 0 auto;
text-align: center;
}
.header img{
  width: 424px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
}
.header a{

  /* position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display:block; */
}
a img:hover{
  opacity: .5;
}

/*‐‐‐‐‐‐‐‐‐‐ヘッダーおしまい------------------*/



.img2{
  max-width: 1162px;
  margin: 0 auto;
  /* width: 100%; */
}
.img2 img{
  width:100%;
}

iframe{
  height: 1600px;
}
.img5b{
  margin-top: 180px;
}

.cpr{
   font-size: 16px;
   color: #000;
   margin-top: 20px;
   padding-bottom: 40px;
   padding-top: 40px;
}
/*‐‐‐‐‐‐‐‐‐‐フッター おしまい------------------*/
