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

.page-header{
	padding: 0 15px;
	background-color:black;
}

@media screen and (max-width: 720px){
.page-header_img{
	height: 320px;
	background: #dbdbdb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-image: url("../pic/ikebukuroglobal.png.jpg");
}
}
@media screen and (min-width : 721px ) and ( max-width : 1090px ){
	.page-header_img{
	height: 450px;
	background: #dbdbdb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-image: url("../pic/ikebukuroglobal.png.jpg");
}	
}
@media screen and (min-width : 1091px ) and ( max-width : 2000px ){
	.page-header_img{
	height: 570px;
	background: #dbdbdb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-image: url("../pic/ikebukuroglobal.png.jpg");
}	
}

.page-header_line{
	margin: -55px auto 0;
	padding: 30px 0 40px;
	color: black;
	text-align: center;
	max-width: 960px;
	background-image: url("../pic/madosyo.jpg");
}

.picture img{max-width: 60%;
		height: auto;}
}


.slide-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0 auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.side-box {
  flex: 0 0 88%;
  padding: 0 8px;
  
  .inner {
    background: #fff;
    
    img {
      max-width: 100%;
      height: auto;
    }
    
    p {
      padding: 8px;
    }
  }
}

@media screen and (max-width: 720px){
	.img_box img{
		max-width: 100%;
		height: auto;
	}
	
	.picture　{ max-width:100%;
		height: auto;	
 float: right;
	}
	.chairman img{
		max-width:100%;
		height: auto;
		
	}
}

