@charset "UTF-8";
/* CSS Document */

 /*__________________________
      　　insta
___________________________*/

#instagram {
  padding: 60px 0; }

#instagram .instaHead{
	width:600px;
	  display: block;
    margin: 0 auto;
    padding-bottom: 16px;
    border-bottom: 2px solid #E6E6E6; 
}
  #instagram h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px; }
  #instagram ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #instagram ul li img {
      width: 210px;
      border: none; }


.iframeporeno body{
	    margin:0;
	}
.porenoInsta {
background: #fff;
max-width: 800px;
margin: 0 auto;
top: 0;
}

.porenoInsta .instaback {
      margin-top: -20px;
}
.porenoInsta #flexbox{
      padding: 0 30px;
      margin-top: -60px;
      z-index: 10;
}
.porenoInsta #flexbox .icon {
        width: 20px;
}
.porenoInsta #flexbox .card {
        background: #fff;
}



@media screen and (max-width:799px){
	/* 800pxだとiframeの800pxでPCでスマホレイアウトがでてしまう */
#instagram .instaHead{
	width:100%;	
	}
#instagram h3 {
    font-size: 3.5vmin;
	}
}