@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
  display: block;
  margin: auto;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #000;
    text-decoration-line: none;
}
a:hover { 
    color: #00047B;

}
a:link {
	color: #8F90A0; 
}



/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}

/*背景
-------------------------------------*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://sunmusic-gp.co.jp/etc/nomura_masaki/img/top.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
	
}

.content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: #000;
}
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 80%;
	padding: 5rem 3rem 2rem 3rem;
}

/*サブ画像
-------------------------------------*/
.subimg img {
    margin: auto;
    display: block;
    width: 70%;
	padding: 5rem 0rem 1rem 0rem;
}

/*表紙画像
-------------------------------------*/
.cover img {
    width: 25%; 
	margin: 30px 0 0 0;
}

.responsive-image {
    width: 50%; /* デフォルトで画像を100%表示 */
    max-width: 100%;
        }

.image2 {
    width: 30%; /* デフォルトで画像を100%表示 */
    max-width: 60%;
        }

/* サイト全体のフォント指定 */
body {
    font-family:"roboto" , 'Noto Sans JP', sans-serif;
}



/*メインコンテンツ
-------------------------------------*/
main {
    margin: 2rem 0 0 0;
}
section {
	margin: 3rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

.text {
    inline-size: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	font-size: 100%;
}
.text2 {
    inline-size: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
	font-size: 100%;
	padding: 0px 0px 40px;
}
.sub-text {
    color: #1B1B1B;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	font-size: 75%;
	padding: 0px 0px 30px;
}

	/*　text box */
.text-box {
 text-align: center;
 position:relative;
 padding: 20px 20px 20px;
 margin: 2.5em auto;
 width: 50%;
 color: #111111; /* 文字色 */
 opacity: 0.7;
 background-color: #f0f0f0;
 box-shadow: inset 0 0 30px rgba(000, 000, 000,), 0 2px 2px #ccc;
 font-size: 120%;
}

.project-about {
 text-align: left;
 position:relative;
 padding: 30px 30px 30px;
 margin: 2.5em auto;
 width: 70%;
 color: #111111; /* 文字色 */
 opacity: 0.9;
 background-color: #f0f0f0;
 box-shadow: inset 0 0 30px rgba(000, 000, 000,), 0 2px 2px #ccc;
}


	.button-36 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 25px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

.button-36:hover {
    border: none;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
}

.button-36::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #2589d0;
    border-right: 2px solid #2589d0;
    content: '';
}

.button-36:hover::after {
    border-color: #fff;
}

h1 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

h2 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  font-size: 105%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
h2:first-letter {
  font-size: 1.5em;
  color: #7172ac;

}
.link {
 justify-content: space-around;
 padding: 10px 10px 10px;
 margin: auto;
 color: #ffffff; /* 文字色 */
 box-shadow: inset 0 0 0 rgba(000, 000, 000,), 0 2px 2px #ccc;
 font-size: 80%;
 display: flex;
 justify-content: center;
}

  li {
 list-style: none;
 margin: 0 10px;
  }

/*プロフィール
-------------------------------------*/
.profile {
  width: 80%;
  padding:1rem;
  margin: 0 auto;
}

.profile__img {
  width: 60%;
  display: flex;
  justify-content: center;
	align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.profile__name,.profile__yomi,.profile__desc,.profile__1 {
  color: #000;
  text-align: center;
}

.profile__name {
  padding:0.1rem 0.1rem;
  font-weight:bold;
  font-size:2rem;
  letter-spacing:.1rem;
}

.profile__yomi {
  padding:0 0 1rem 0;
  font-size:1.2rem;
  letter-spacing:0.1rem;
  opacity:.7;
}

.profile__1 {
  padding:0 0 0.1rem 0;
  font-size:1.2rem;
  letter-spacing:0.1rem;
  opacity:.7;
  text-align: center;
}
.profile__desc {
  padding:0.1rem 0 3rem;
  line-height:1.6rem;
  font-size: 75%;
  text-align: center;
}



/*フッター
-------------------------------------*/
footer {
    padding: 5rem 0;
	text-align: center;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 620px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	

.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
	
	
.text {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	font-size: 80%;
	max-width: 100%;
}
	
.profile {
  width: 100%;
  padding:1rem;
  margin: 0 auto;
}
	
		/*　テキストボックス */
.text-box {
 width: 100%;
 text-align: center;
 position:relative;
 padding: 20px 2px 2px;
 margin: 1em auto;
 max-width: 100%;
 color: #555555; /* 文字色 */
 background-color: #f0f0f0;
 box-shadow: inset 0 0 40px rgba(000, 000, 000,), 0 2px 2px #ccc;
 font-size: 80%;
}
	
.project-about {
 text-align: left;
 position:relative;
 padding: 10px 10px 10px;
 margin: 2.5em auto;
 width: 100%;
 color: #111111; /* 文字色 */
 opacity: 0.9;
 background-color: #f0f0f0;
 box-shadow: inset 0 0 30px rgba(000, 000, 000,), 0 2px 2px #ccc;
 font-size: 80%;
}


 .profile {
 max-width: 100%;
 padding:0.5rem;
 margin: 0 auto;
}

.profile__desc {
  padding:0.6rem 0.6rem 2rem;
  line-height:1.6rem;
  font-size: 80%;
  text-align: left;
}
	

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100%;
	padding: 5rem 3rem 2rem 3rem;
}
	/*サブ画像
-------------------------------------*/
.subimg img {
    margin: auto;
    display: block;
    width: 100%;
}
.responsive-image {
   width: 90%; /* 画面幅が600px以下の場合に画像を90%表示 */
            }
.responsive-image2 {
   width: 80%; /* 画面幅が600px以下の場合に画像を90%表示 */
            }
}