body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

main {
  width: 80%; /* ページ全体の80%の幅 */
  margin: 0 auto; /* ページを中央に配置 */
}

header {
  background-color: white;
  text-align: center; /* 中央揃え */
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  }

nav ul a {
  text-decoration: none;
  color: black;
  margin: 0 20px; /* リンク間のスペースを調整 */
  font-size: xx-large;
  }

.logo {
  width: 30%;
}

.about_List {
  width: 80%;
  margin: 0 auto; /* ページ幅の80%で中央寄せ */
  padding: 0; /* パディングをリセット */
}

.about-skill,
.about-text {
  width: 100%;
}

.about-skill h3,
.about-text p {
  text-align: left;
}

.about-skill h3 {
  margin: 0; /* h3要素の余白をリセット */
}

.about-text p {
  letter-spacing: 2px;
}

.section-title {
  border-bottom: 1px solid gray;
  padding: 8px 0;
  margin: 20px 0; /* 各セクションの上下の余白を設定 */
}

.works-title {
  font-size: 40px;
  text-align: center;
  padding-top: 70px;
}

.my-works {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr); /* ３つの列を均等に配置 */
  gap: 20px; /* 要素間の間隔 */
}

.sakuhinn1 {
  text-align: center; /* コンテンツを中央揃え */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.sakuhinn1 img {
  max-width: 100%;
  width: 327px;
  height: 278px;
}

.sakuhinnwidth {
  width: 100%;
}

.center {
  text-align: center;
  list-style: none;
  font-size: x-large;
  padding: 30px;
}

.works {
  background-color: #f4f4f4;
}

.navwide {
  max-width: 100%;
}

.workses {
  font-size: 40px;
    text-align: center;
    padding-top: -7px;