@media screen and (max-width: 480px) {
  
 /*———————————
お知らせタイトル
———————————*/

h2 {
  font-size: 10vw;
  vertical-align: middle;
  text-align: center;
}

h2::before {
  content:"";
  width: 10vw;
  background-image: url(../img/icon_kamon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0;
  vertical-align: middle;
}

h2 > span {
  font-size: 5vw;
  color: #737373;
  letter-spacing: 0.07em;
  font-weight: 300;
  margin-left: 0.5em;
  vertical-align: middle;
}


/*———————————
ヘッダー＆スライドショー
———————————*/
.nav-bar {
  height: 100px;
  width: 100vw;
}

.slide_show {
  top: 100px;
  }

/*----------------------------
* メニュー本体
*----------------------------*/

.menu {
  padding-top: 80px;
}

li.menu_item {
  font-size: 1.3em;
  list-style: none;
  width: 100vw;
  height: auto;
  line-height: 1.5em;
  padding: 5px 30px;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  border: none;
}

 /*———————————
メインビジュアル
———————————*/

div.main_visual {
  padding:5vw 0 10vw 0;
 }
 .event_date{
  margin-left: 3vw;
}

/*———————————
ハンバーガーメニュー
———————————*/
.menu_btn {
  width: 50px;
  height: 50px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: fixed;
  top: 25px;
  right: 20px;
}
  
#gnav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#gnav_btn span,
#gnav_btn span::before,
#gnav_btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 0px;
    background: #ffffff;
    position: absolute;
  
  }

#gnav_btn span::before {
  bottom: 10px;
}

#gnav_btn span::after {
    top: 10px;
  }

 /*———————————
お知らせセクション
———————————*/


.news li{
  font-size: 14px;
  height: 128px;
  display: table;
  padding: 3em 1.5em 3em 1.5em;
  max-width: 640px;
  box-sizing: border-box;
}

.news li p.news_date {
  display: table-cell;
  width: 8em;
}

.news li p.news_txt {
  display: table-cell;
}


 /*———————————
フッター
———————————*/

div.footer {
  padding: 0px 10vw 0px 10vw;
}

.footer_logo {
  margin-left: 0px;
  margin-right: 5px;
}

.footer img {
  width: 10vw;
  margin-right: 5vw;
  margin-top: 5vw;
  min-width: 50px;
}

.footer_contact {
  font-size: 15px;
  margin-top: 15vw;
}

p.footer_contact_ttl {
  font-size: 17px;
  width: 60vw;
  padding-bottom: 0.6em;
  border-bottom: 1px dotted #ededed;
}

.footer_contact p {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.footer_contact_ttl:nth-child(2n) {
  margin-top: 10vw;
}

.copylight {
  font-size: 0.5em;
}

}
