@charset "utf-8";

@import '/ginza-square/common/css/all.css';
@import '/ginza-square/common/css/styles.css';


/* ギャラリー -------------------------------------------*/

#top h2{
    font-size: 2.2rem;
    margin-top: 20px;
}
#gallery h4{
    font-size: 2.2rem;
    display: inline-block;
}

#gallery h5{
    font-size: 2.0rem;
    margin-top: 20px;
}

.artist{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.artist .picture{
	width:30%;
    
}
.artist .article{
	width:67%;
}


#profile .picture{
	width:180px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

#profile .article{
	width:930px;
        display: inline-block;
}

#profile .btn {
    text-align: center;
}


#profile .btn a {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 550px;
margin: 30px 0;
padding-top: 10px;
color: #FFF;
text-decoration: none;
background-color: #ec6941;
display: inline-block;
box-sizing: content-box;
text-align: center;
font-size: 1.8rem;
}

 #p_2f  .gallery #profile .btn a {
	background-color: #ec6941;
}

@media (max-width: 580px) {
    #top h2{
    font-size: 2.0rem;
}
#gallery h4{
    font-size: 1.8rem;
    display: inline-block;
}
#gallery h5{
    font-size: 1.8rem;
}
.artist{
    display: flex;
    margin-top: 30px;
flex-direction: column;
}

 .artist .picture{
	width:100%;
     text-align: center;
}
.artist .article{
	width:100%;
    margin-top: 20px;
}
#profile h4{
        margin: 0;
    }
#profile p{
        margin: 0;
    }
    
 #profile  .profile_inner{
        display: flex;
}
#profile .profile_inner .picture{
	width:20%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

#profile .profile_inner .article{
	width:80%;
    display: inline-block;
}
#profile .btn a {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 100%;
margin: 30px 0;
padding-top: 10px;
color: #FFF;
text-decoration: none;
background-color: #ec6941;
display: inline-block;
box-sizing: content-box;
text-align: center;
font-size: 1.6rem;
}
}