@charset "UTF-8";
/* CSS Document */
.topimg_tyousei{
width:100%;
height:2em;
}
@media screen and (min-width:960px){
.topimg_tyousei{
height:5em;
}
}
.title_image{
width:100%;
background-image:url("../profile/cleanimg/photo2.jpg");
background-repeat: no-repeat;
  background-position:50% 50%;
  background-size:cover;
}
@media screen and (orientation:portrait){
.title_image{
height:30vh;
width:100%;
}
}
@media screen and (orientation:landscape){
.title_image{
height:50vh;
}
}
/*============名前調整============*/

@media screen and (max-width:760px){
.abe{
width:200px;
}
}

/*============クラブ等写真============*/
.club_photo_waku{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
margin-top:3em;
}
.club_photo{
width:48%;
text-align: center;
font-size:0.9em;
margin-top:1em;
}
.club_photo img{
width:100%;
}