@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.hero {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 0;
    position: relative;
  }
}

.wrap {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 13px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding: 10px 0 20px;
    max-width: 1200px;
  }
}

h1 {
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
}

.about {
  line-height: 35px;
  border: #f1f1f1 solid 3px;
}
@media only screen and (max-width: 767px) {
  .about {
    margin: 15px 0 30px;
    padding: 25px 15px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    margin: 20px 0 50px;
    padding: 35px 0;
    text-align: center;
  }
}
.about p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .about .list {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .about .list {
    text-align: center;
  }
}
.about ul {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about ul {
    margin: 5px 0 5px -20px;
  }
}
@media only screen and (min-width: 768px) {
  .about ul {
    margin: 5px 0;
  }
}

h2 {
  color: #fff;
  background: #333333;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .container {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    margin: 0 0 45px;
  }
}

.list_event {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .list_event {
    margin: 15px 0 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .list_event {
    margin: 35px 0 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .list_event .item {
    width: 48%;
    margin: 0 3px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .list_event .item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .list_event .column3 {
    width: 31.2%;
  }
}
@media only screen and (min-width: 768px) {
  .list_event .column4 {
    width: 22.5%;
  }
}
@media only screen and (min-width: 768px) {
  .list_event .column5 {
    width: 17.3%;
  }
}
.list_event .pic {
  position: relative;
}
.list_event .picimg {
  max-width: 100%;
  height: auto;
}
.list_event .pic p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .list_event .pic:hover {
    opacity: 0.8;
  }
}
.list_event h3 {
  text-align: center;
  padding: 0;
  margin: 10px 0 5px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .list_event h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .list_event h3 {
    font-size: 15px;
  }
}

.list_note {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .list_note {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .list_note {
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .list_note .item {
    width: 48%;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 768px) {
  .list_note .item {
    margin: 0;
    width: 24.8%;
  }
  .list_note .item .pic {
    height: 210px;
  }
}
.list_note .pic {
  position: relative;
}
.list_note .picimg {
  max-width: 100%;
  height: auto;
}
.list_note .pic p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .list_note .pic:hover {
    opacity: 0.8;
  }
}
.list_note h3 {
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .list_note h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .list_note h3 {
    font-size: 15px;
  }
}
.list_note .attention {
  text-align: center;
  border: #eb0000 solid 4px;
  color: #eb0000;
  box-sizing: border-box;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .list_note .attention {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .list_note .attention {
    margin-left: 30px;
    padding: 25px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .list_note .attention .attention_title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .list_note .attention .attention_title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.list_note .attention p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .list_note .attention p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .list_note .attention p {
    font-size: 16px;
    line-height: 33px;
  }
}

.price {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.global_head {
  margin: 0;
  padding: 0;
}
