/* ヘッダー */

#header {
  margin-bottom: 100px;
  background-color: aliceblue;
}

.header-1 {
  display: flex;
  justify-content: center;
}

nav {
  text-align: center;
}

nav ul li {
  padding: 30px;
}

nav ul li {
  display: inline-block;
}



.name-1 {
  font-size: 40px;
  font-weight: bold;
}


/* メインドラム画像 */
.header-png {
  display: flex;
  margin-bottom: 80px;
}

.header-png img {
  width: 50%;
}


/* セクション１ */


#name-1 {
  margin-top: 80px;
}

.shimazoe {
  display: flex;
  text-align: center;
  background-color: antiquewhite;
  height: 500px;
}


.shimazo-left {
  margin-left: 20%;
}

.shimazo-right img {
  width:50%;
  padding-top: 30px;
}


/* セクション２ */





.kizaisyoukai-title {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
}

/* 機材紹介トップ */

.kizaisyoukai-top {
  display: flex;
  padding: 5%;
}

.kizaisyoukai-top img {
  width: 40%;
}

.tama-p {
  padding: 100px 20px 100px 40px;
  text-align: center;
}

/* 機材紹介ボトム */

.kizaisyoukai-bottom {
  display: flex;
  padding: 5%;
  margin-bottom: 80px;
}

.kizaisyoukai-bottom img {
  width: 40%;
  padding-left: 30px;
}

.snare-p {
  padding: 100px 20px 100px 40px;
  text-align: center;
}


/* お問い合わせ */

.contact-1 {
  text-align: center;
  font-size: 40px;
}

.contact-p {
  text-align: center;
}

/* フォーム */


.contact-section {
  background-color: antiquewhite;
  margin-bottom: 80px;
}

.contact-2 {
  text-align: center;
}


.text-type {
  width: 50%;
  height: 30px;
  margin: 5px;
}

.email-type {
  width: 50%;
  height: 30px;
  margin: 5px;
}

.textarea-type {
  width: 50%;
  height: 120px;
  margin: 5px;
}

.send-type {
  width: 120px;
  height: 50px;
}


/* フッター */

.footer {
  background-color: aliceblue;
  text-align: center;
}