@charset "UTF-8";
/* CSS Document */
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #content {
    width: auto;
  }
}
/*-------------  トップ-------------*/
.section_bunka_picture{
  display: block;
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../images/about/bunkasai-picture1.png")
    center / cover;
}
@media (max-width: 767px){
  .section_bunka_picture{
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background: url("../images/about/bunkasai-picture1.png")
    center / cover;
  }
}
/*------------- タイトル-------------*/
.section_title_pc{
  display: block;
  width: 90%;
  margin: 60px auto;
  text-align: center;
}
  .section_title_sp{
  display: none;
}
.section_maintitle_sentence{
    display: block;
    padding: 100px 150px;
    margin-top: 30px;
    background-image: url(../images/voice/wasi1700.png);
    background-repeat: no-repeat;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2.8rem;
    text-align: justify;
    justify-content: center;
    margin: 0 50px 100px;
    line-height: 2;
}
  @media (max-width: 767px){
  .section_title_sp{
  display: block;
  width: 90%;
 margin: 43px auto 30px;
}
  .section_title_pc{
  display: none;
}
.section_maintitle_sentence{
    display: block;
    background-image: url(../images/voice/wasi1700.png);
    background-repeat: no-repeat;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2.0rem;
    text-align: justify;
    justify-content: center;
    margin: 0 auto;
    padding: 60px 30px;
}
  }

/*------------- タイトルここまで-------------*/
/*------------- 文化祭-------------*/
.bunkasai_title{
   display: block;
    width: 94%;
    margin: 40px auto;
    padding-bottom: 30px;
    text-align: center;
}
.bunkasai_title_sp{
  display: none;
}
.picture-2Pause{
    display: flex;
    position: relative;
    max-width: 1230px;
    justify-content: space-between;
   margin: 0 auto 120px;
}
    @media (max-width: 767px){
    .picture-2Pause{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 40px;
    flex-direction: initial;
    padding: 0 10px;
  }
   .bunkasai_title{
  display: none;
}
  .bunkasai_title_sp{
    display: block;
   width: 87%;
   margin: 40px auto 30px;
}
}
/*------------- 文化祭ここまで-------------*/
/*------------- 達人講座-------------*/
  .tatujin_title{
   display: block;
    width: 90%;
    margin: 60px 50px 30px 197px;
    padding-bottom: 30px;
    text-align: center;
}
 .tatujin_title_sp{
  display: none;
}
   @media (max-width: 767px){
   .tatujin_title_sp{
   display: block;
   width: 89%;
   margin: 40px auto 30px;
   }
     .tatujin_title{
  display: none;
}
     }
/*------------- 達人講座ここまで-------------*/
/*------------- 産業祭-------------*/
.sangyo_title{
   display: block;
   width: 90%;
   margin: 60px 50px 30px 197px;
  text-align: center;
}
 .sangyo_title_sp{
  display: none;
}
   @media (max-width: 767px){
   .sangyo_title_sp{
   display: block;
   width: 87%;
   margin: 40px 60px 30px;
   }
   .sangyo_title{
  display: none;
}
     }
/*------------- 産業祭ここまで------------*/