.mainVisual {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  height: auto;
  background-color: #000;
}
@media (max-width: 767px) {
  .mainVisual {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .mainVisual {
    margin-bottom: 50px;
  }
}
.mainVisual::before {
  display: block;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  content: "";
}
.mainVisual_youtube, .mainVisual_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainVisual_youtube {
  -webkit-transition: visibility 0.5s linear, opacity 0.5s ease-out;
  transition: visibility 0.5s linear, opacity 0.5s ease-out;
}
.mainVisual.standby .mainVisual_youtube {
  visibility: hidden;
  opacity: 0;
}
.mainVisual.loading {
  background: #000 url(../img/loading.gif) no-repeat center;
}
.mainVisual.disableMovie {
  background-image: url(../img/mainvisual.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .about {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .about {
    margin-bottom: 60px;
  }
}
.about_header {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}
@supports (font-feature-settings: "palt") {
  .about_header {
    font-feature-settings: "palt";
  }
}
@media (max-width: 767px) {
  .about_header {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .about_header {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about_description {
    font-size: 12px;
    line-height: 24px;
  }
  .about_description p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .about_description {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
  .about_description p {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.chirashi {
  font-size: 14px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .chirashi {
    margin-right: 10px;
    margin-bottom: 80px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .chirashi {
    margin-bottom: 100px;
  }
}
.chirashi p {
  margin-top: 31px;
  margin-bottom: 31px;
}
.chirashi_image {
  text-align: center;
}
.chirashi_image img {
  max-width: 864px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .chirashi_description {
    text-align: center;
  }
}
.chirashi_pdf a {
  display: block;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 234px;
  height: 54px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
}
@supports (font-feature-settings: "palt") {
  .chirashi_pdf a {
    font-feature-settings: "palt";
  }
}

.news {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 79px;
  }
}
@media (min-width: 768px) {
  .news {
    margin-bottom: 94px;
  }
}
.news_header {
  margin: 0 auto;
  max-width: 500px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 11px;
  line-height: 1;
}
.news_header img {
  margin-bottom: 17px;
}
.news_list {
  margin: 0 auto;
  max-width: 500px;
}
.news_item {
  padding: 8px;
  border-bottom: 1px dashed #000;
}
.news_item_date {
  margin-bottom: 5px;
  color: #999;
  font-size: 11px;
}
.news_item_content a {
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .storeBunner {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .storeBunner {
    margin-bottom: 90px;
  }
}
.storeBunner a {
  display: block;
  margin: 0 auto;
  background-color: #ffe500;
}
@media (max-width: 767px) {
  .storeBunner a {
    width: 290px;
    height: 109px;
  }
}
@media (min-width: 768px) {
  .storeBunner a {
    width: 500px;
    height: 120px;
  }
}
.storeBunner a img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .storeBunner a img:first-child {
    padding-top: 19px;
  }
}
@media (min-width: 768px) {
  .storeBunner a img:first-child {
    padding-top: 24px;
  }
}
.storeBunner a img + img {
  margin-top: 14px;
}

.calender {
  margin: 1em auto 105px;
  max-width: 864px;
  width: 100%;
}
.calender .fc-view > table {
  background-color: #fff;
}

.movie {
  margin-right: 25px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .movie {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .movie {
    margin-bottom: 200px;
  }
}
.movie_header {
  margin: 0 auto;
  margin-bottom: 23px;
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #000;
}
.movie_header img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.movie_header img + img {
  margin-top: 12px;
  margin-bottom: 17px;
}
.movie_list {
  margin-right: auto;
  margin-left: auto;
}
.movie_list_item .youtube {
  position: relative;
  width: 270px;
}
.movie_list_item .youtube::before {
  display: block;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  content: "";
}
.movie_list_item .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_list_item .caption {
  text-align: center;
}
@supports (font-feature-settings: "palt") {
  .movie_list_item .caption {
    font-feature-settings: "palt";
  }
}
@media (max-width: 629px) {
  .movie_list {
    margin-bottom: 22px;
    width: 270px;
  }
  .movie_list_item {
    margin-bottom: 14px;
  }
  .movie_list_item .caption {
    margin-top: 6px;
  }
}
@media (min-width: 630px) {
  .movie_list {
    margin-bottom: 25px;
    width: 580px;
  }
  .movie_list::after {
    display: block;
    clear: both;
    content: "";
  }
  .movie_list_item {
    float: left;
    margin-bottom: 32px;
  }
  .movie_list_item:nth-child(2n) {
    margin-left: 40px;
  }
  .movie_list_item .caption {
    margin-top: 7px;
  }
}
.movie_link a {
  display: block;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 208px;
  height: 35px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 33px;
}
@supports (font-feature-settings: "palt") {
  .movie_link a {
    font-feature-settings: "palt";
  }
}
