@charset "UTF-8";
/*=====================================================
  media query
=====================================================*/
/*=====================================================
  font size
=====================================================*/
body {
  font-family: Arial,meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  color: #333;
  text-align: left;
  background: #fffff url(../images/bg.png) no-repeat center 0;
  background-size: contain;
}
@media print, screen and (min-width: 1000px) {
  body {
    background-size: auto auto;
  }
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media print, screen and (min-width: 1000px) {
  .wrap {
    width: 660px;
    padding: 0;
  }
}

.hero h1 {
  margin: 2rem 0;
  text-align: center;
}
.hero h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.hero .hero__catch {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1000px) {
  .hero .hero__catch {
    width: 660px;
  }
}
.hero .hero__catch p {
  margin-bottom: 1rem;
  font-size: 1.14286rem;
  line-height: 1.8;
}

.schedule {
  margin-bottom: 40px;
}
.schedule table {
  width: 100%;
  background: #FFF;
}
.schedule table tr {
  border-bottom: 1px dotted #fdd118;
}
.schedule table tr th, .schedule table tr td {
  font-size: 1.14286rem;
  line-height: 1.8;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .schedule table tr th, .schedule table tr td {
    display: table-cell;
  }
}
.schedule table tr th {
  font-weight: bold;
  padding: 15px 15px 5px 15px;
}
@media print, screen and (min-width: 1000px) {
  .schedule table tr th {
    padding: 15px;
  }
}
.schedule table tr td {
  padding: 0 15px 15px 15px;
}
@media print, screen and (min-width: 1000px) {
  .schedule table tr td {
    padding: 15px;
  }
}

/*=====================================================
  sns
=====================================================*/
.sns {
  margin-bottom: 40px;
  text-align: center;
}
.sns li {
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
