@charset 'utf-8';

.pc {
  display: none;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 9%;
  text-align: center;
  letter-spacing: 0.7rem;
}

/*=====イベント情報部分の設定=====*/
.event h2,
.media h2,
.notice h2 {
  font-size: 2.0rem;
  color: #e55813;
  font-weight: bold;
  margin-bottom: 3%;
}

.event h2:after,
.media h2:after,
.notice h2:after {
  content: url("../img/aicon_02.png");
  position: relative;
  top: -25px;
  right: 20px;
}

.event {
  margin-bottom: 7%;
}

.event ul li {
  font-size: 2.0rem;
  margin-left: 5%;
}

/*=====メディア情報部分の設定=====*/
.media {
  margin-bottom: 10%;
}

.media dl {
  font-size: 2.0rem;
  margin-left: 5%;
  margin-bottom: 6%;
}

.media dl dd {
  padding-left: 2%;
}

.mediaImg {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}

/*=====お知らせ部分の設定=====*/
.notice {
  margin-bottom: 16%;
}

.notice h2 {
  margin-bottom: 5%;
}

.noticeBox {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  max-width: 320px;
  margin-bottom: 5%;
}

.menu label img {
  margin-bottom: 4%;
}

label {
  display: block;
  line-height: 1;
  color: #252424;
  cursor: pointer;
  font-size: 1.8rem;
}

input {
  display: none;
}

.menu ul {
  margin-top: 3%;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}

.menu li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.6rem;
  margin: 2%;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li {
  height: 120px;
  opacity: 1;
}

.notice .btn {
  text-align: center;
  margin-top: 3%;
}

.notice p.more {
  background-color: #3b3221;
  font-size: 2.2rem;
  padding: 1.8% 15%;
  display: inline-block;
}

.notice p.more a {
  color: #fff;
}

p.more:hover {
  opacity: 0.8;
}

/*=====レスポンシブ調整用=====*/
@media (max-width:850px) {
  .mediaImg {
    width: 90%;
  }
}

@media (max-width:820px) {
  .noticeBox {
  width: 90%;
}
}

/*=====スマホ用の設定=====*/
@media (max-width:768px) {
  .all {
    width: 98%;
    margin: 0 auto;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  h1 {
    font-size: 2.4rem;
  }

  h1,
  .event,
  .media {
    margin-bottom: 20%;
  }

  .event,
  .media,
  .notice {
    padding: 0 2%;
  }

  .event h2,
  .media h2,
  .notice h2 {
    font-size: 1.9rem;
  }

  .event ul li,
  .media dl {
    font-size: 1.5rem;
  }

  .mediaImg {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mediaImg p:first-child {
    margin-bottom: 10%;
  }
  
  /*=====お知らせ部分の設定=====*/
  .notice {
    margin-top: 20%;
  }
  
  .noticeBox {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .noticeBox .menu {
    margin-left: auto;
    margin-right: auto;
  }
  
  .notice p {
    font-size: 1.6rem;
  }
  
  .notice li {
    font-size: 1.5rem;
  }
  
  .notice p.more {
    font-size: 1.5rem;
  }
}

