@charset "UTF-8";

/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ヘッダー */
.site-header {
  text-align: center;
  padding: 20px 0;
}


.logo img {
  width: 300px;   
  height: auto;
}

/* ナビ */
nav ul {
  list-style: none;
  text-align: center;
  margin-top: 10px;
}

nav ul li {
  display: inline-block;
  margin: 0 10px;
}

nav ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

/* 見出し */
h1, h2 {
  text-align: center;
  padding: 10px 0;
}


img {
  width: 100%;
  height: auto;
}

.logo img {
  width: 400px;  
  height: auto;
}


#gallery {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}


main img[alt="ロゴ"] {
  width: 400px;   
  margin: 20px auto;
  display: block;
}


.img-item p {
  text-align: center;
}

/* フッター（typo修正） */
footer {
  padding: 40px;
  background: rgb(76, 81, 152) url("images/名称未設定-4.png") no-repeat center bottom / 200px 50px;
  color: rgb(212, 168, 168);
  text-align: center;
}

/* 画像ボタン */
.img-button {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.img-button img {
  width: 120px;   /* ← ここを変えるとサイズ変更できる */
  height: auto;
  cursor: pointer;
}
#main-visual {
  width: 400px;      /* 横幅を指定（好きなサイズに変更OK） */
  height: auto;      /* 縦横比を維持 */
  display: block;    /* 余白対策 */
  margin: 40px auto; /* 中央寄せ（不要なら消してOK） */
}
body {
  background-color: #ffffff; /* 好きな色に変更OK */
}

body {
  margin: 0;
  padding: 40px;   /* ← 周りの余白 */
  background-color: #ffffff; /* 可愛い系の背景色 */
}

footer {
  padding: 40px;
  background: rgb(76, 81, 152) url("images/名称未設定-4.png") no-repeat center bottom / 200px 50px;
  color: rgb(212, 168, 168);
  text-align: center;
}