@charset "utf-8";
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-style: normal;
    color: #2f2f2f;
    background-color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

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

.container {
    width: 100%;
    margin: 0 auto;
}
.Event__circle1 {
  text-align: center;
  margin-bottom: 24px;
}

.Event__circle1 img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: auto;
  width: 40rem;
}

.Event__circle1 p {
  font-size: 14px;
  margin-top: 8px;
  color: #333;
}
@media screen and (min-width: 769px) {
  .Event__IMG {
    display: flex;
    justify-content: center;
    gap: 50px; /* ←ここで余白もOK */
    padding: 16px;
  }
  
  .Event__circle1 {
    width: 45%;
    max-width: 500px;
    text-align: center;
  }
  
  .Event__circle1 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .Event__circle1 p {
    font-size: 14px;
    margin-top: 8px;
    color: #333;
  }
  
}

