@charset "EUC-JP";

/* Æ°²è¥¨¥ê¥¢¤Î£ã£ó£ó */
#movie-area{
  display: flex;
  background-color: #f5f5dc;
  justify-content: center;
}

#movie-area .sns-box{
  width: 350px;
  height: 234px;
}

.movie-cont{
/*  display: block;
  justify-content: center;
  background-color:#f5f5dc;*/
  padding: 10px 0; 
}
 
.cont-title{
  display: block;
}

.cont-title img{
  width: 100px;
}
*/
.mov01{
/*  margin: 10px;*/
  text-align: center;
}

iframe.mov01{
  width: 350px;
  height: 200px;
}

.mov02{
/*  margin: 10px;*/
  text-align: center;
}

.mov02 video{
  width: 350px;
  height: 200px;
}

.sns-cont{
  width: 100%;
  text-align: center;
}

.mov03{
  display: flex;
  justify-content: center;
  width: 100%;
  background-color:#f0f8ff;
  padding: 20px;
}

.sns-box{
  width: 300px;
  height: 534px;
  margin: 0 20px;
  color: #686868;
  background-color: #ffffff;
  border: 2px solid #3399cc;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: content-box;
}

.sns-box img{
  width: 100%;
}

.sns-detail{
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sns-title{
  text-align: center;
  font-weight: bold;
  /* background-color: #002060; */
  background: linear-gradient(#3399cc, #002060 100%);
  color: #ffffff;
  font-size: 20px;
  padding: 2px;
}

@media screen and (max-width:480px){
#movie-area{
  display: block;
}

.movie-cont{
  width: 100%;
  text-align: center;
}

.mov03{
  display: block;
}

.mov03 iframe{
  width: 95%;
}

.sns-box{
  margin: 20px auto;
}
}


/* ¥¤¥ó¥¹¥¿¥¨¥ê¥¢¤Î£ã£ó£ó */
.instagram-media{
  height: 500px;
  overflow-y: scroll;
}
