.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 90px;
  
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: ;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}
.scr {
  overflow: auto;   /* スクロール表示 */ 
  height: 250px;
  width: 95%;
  padding: 0 10px 0 10px;
  font-size: 110%;
 margin: 0 auto;

}

h2.bar_insta{
    margin-bottom: 0;
}

 /* 2016.5.1追加　youtube press */ 

.floatL{
    float: left;
    width: 50%;
}
.floatR{
    float: right;
    width: 50%;
}

iframe.phone_movie{
    margin-top: 10px;
}


#press{
    margin: 0 auto;
    margin-top: 20px;
    max-width: 1200px;
}
#press2{
    margin-top: 20px;
}
#instafeed{
	text-align:center;


}

 /* 2018.3.26追加　press btn */ 

.press2{
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  font-weight: normal;
  margin: 50px 0 20px 0;
  
  color: #fff;

}

.btn-box {
  display: inline-block;
  width: 220px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding:30px 48px 24px 48px;
  position: relative;
  border: 2px solid #333;
  transition: .4s;



}

.btn-box:hover {
  border: 2px solid transparent;
  color: #fff;
  background: #333;
}

.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.btn-box:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: 100% 0%;
}

.btn-box:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 0% 100%;
}

.btn-box:hover:after,
.btn-box:hover:before {
  transform: scale(1);
}




/*インスタ2020.05.19追加*/
#instafeed{
    max-width: 700px;
    margin: 0 auto;
   
}

#instafeed li{
    float: left;
    width: 24%;
    padding: 2px;
    
}


/*スマホロゴ2019.03.29追加*/
@media screen and (max-width: 768px){
	#instafeed{
    max-width: 980px;
    margin: 0 auto;
   
}

#instafeed li{
    float: left;
    width: 23%;
  
 
    
}
}
