@charset "utf-8";


/* hero */
.hero {
  width: 100%;
}
.mainimage{
  margin: 0 auto;
  width: 75%;
}


.mainimage h1 {
  margin-top: 22px ;
  padding-bottom: 8px;
  /* text-align: center; */
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'Noto Sans JP';
  color: var(--color-purple0);
}

.hero .pic{
  text-align: center;
  margin: 0;
}
/* article */
article {
  background: rgb(250, 218, 223);
  padding: 50px 0;
  margin: 0 auto;
  width: 100%;

}
.panel {
  background: #ffffff;
  width: 85%;
  border-radius: 10px;
  padding: 30px 0;
  margin: 0 auto;

}

/* article .container {
  background: #fff;
  border-radius: 8px;
  padding-bottom: 12px;
} */

.panel h2 {
  font-size: 14px;
  letter-spacing: 4px;
  padding: 12px 0 16px;
  text-align: center;
  border-bottom: 2px solid #eee;
}

article i {
  color: var(--color-deeppink3);
  padding-right: 8px;
}
article li {
  font-size: 14px;
  color: #333;
  width: 85%;
  line-height: 2.5;
  padding-left:10%;
}
/* article .mistake {
  font-size: 14px;
  color: var(--color-deeppink3);
  line-height: 1;
} */

/* .pink {
  color: var(--color-deeppink3);
} */

article li span {
  color: var(--color-deeppink3);
  font-size: 16px;
  /* font-style: italic; */
  font-weight: 600;
}

article .new {
  color: rgb(0, 4, 255);
  /* font-weight: bold; */
}

/* main */
main {
  margin: 0 auto;
}

/* appeal */

main .appeal {
  width:100%;
}

main aside{
  width: 100%;
  background: rgb(250, 218, 223);
  padding: 24px 0;
}
.appeal {
  background: rgba(245, 245, 214,0.7);
  opacity: 0.8;
  padding: 12px;
  border: 1px solid #999;
  /* border-radius: 16px; */
  font-family: serif;
}
.appeal h1 {
  font-size: 1.2rem;
  text-align: center;
  padding: 30px;
  color: var(--color-nord0);
  font-weight: 600;
}

.events .pic h2 {
  font-weight: 500;
  font-size: 0.9em;
  padding-bottom: 10px;
  color: var(--color-nord0);
}

.events p {
  font-size: 10px;
}

aside ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  justify-content: center;

}

aside li {
  width: 160px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #999;
  color: #555;
  border-radius: 4px;
  padding-left: 12px;
  background: #eee;
}

/* イベント */
.events {
  display: flex;
  align-items: top;
  gap: 16px;
}

.events .pic {
  text-align: center;
  width: calc( 100% - 16px );
}



/* .events .desc p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  
  } */
  .events img {
    width: 80%;
    
    }

    .events .tate img {
      width: 50%;
    }
    
  .events .pic p {
    text-align: center;
    font-size: 12px;
    font-family: メイリオ;
    padding-top: 4px;
    }
    
  .events h3 {
    text-align: center;
    font-size: 18px;
    /* padding-bottom: 12px; */
    }
      
  .subtitle {
    font-size: 13px;
    font-family: メイリオ;
    color: brown;
    padding-bottom: 8px;

    }

    figcaption {
      font-size: 0.8rem;
    }


/* aside */
aside {
  font-size: 12px;
  line-height: 2.8;
}

aside li  {
  margin: 4px;
}


.flyer img {
  margin: 0 auto;
  width: 80%;
}
/* small screen */

/* medium screen */
@media ( min-width : 600px ){
  main .container {   
    display: flex;
    margin-top: 20px;
  }

  main .appeal {
    width: 80%;
  }
  main aside {
    width: 20%;
    padding: 3%;
  }

}

/* large screen */
@media (max-width: 600px ){
  .events {
    display:block;
  }

}