@charset "UTF-8";
header .header-pc {
  position: static;
}

header .header-pc.is-fixed {
  position: fixed;
}

#container {
  padding-top: 0;
}

/* TOP中身 */
.mainimage {
  padding-top: 75px;
}
@media screen and (max-width: 1160px) {
  .mainimage {
    padding-top: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage {
    padding-top: 13vw;
  }
}
.mainimage .mv_content {
  position: relative;
}
.mainimage .mv_content .mv_base,
.mainimage .mv_content .mv_slide01,
.mainimage .mv_content .mv_slide02,
.mainimage .mv_content .mv_slide03,
.mainimage .mv_content .mv_slide04,
.mainimage .mv_content .mv_txt01,
.mainimage .mv_content .mv_base img,
.mainimage .mv_content .mv_slide01 img,
.mainimage .mv_content .mv_slide02 img,
.mainimage .mv_content .mv_slide03 img,
.mainimage .mv_content .mv_slide04 img,
.mainimage .mv_content .mv_txt01 img {
  width: 100%;
  height: 55.4vw;
}
@media screen and (max-width: 768px) {
  .mainimage .mv_content .mv_base,
  .mainimage .mv_content .mv_slide01,
  .mainimage .mv_content .mv_slide02,
  .mainimage .mv_content .mv_slide03,
  .mainimage .mv_content .mv_slide04,
  .mainimage .mv_content .mv_txt01,
  .mainimage .mv_content .mv_base img,
  .mainimage .mv_content .mv_slide01 img,
  .mainimage .mv_content .mv_slide02 img,
  .mainimage .mv_content .mv_slide03 img,
  .mainimage .mv_content .mv_slide04 img,
  .mainimage .mv_content .mv_txt01 img {
    height: 68vw;
  }
}
.mainimage .mv_content .mv_slide01,
.mainimage .mv_content .mv_slide02,
.mainimage .mv_content .mv_slide03,
.mainimage .mv_content .mv_slide04 {
  overflow: hidden;
}
.mainimage .mv_content .mv_base {
  position: relative;
  z-index: 1;
}
.mainimage .mv_content .mv_slide01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mainimage .mv_content .mv_slide01 img {
  position: absolute;
  top: 0;
  left: 0;
}
.mainimage .mv_content .mv_slide02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mainimage .mv_content .mv_slide02 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainimage .mv_content .mv_slide03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.mainimage .mv_content .mv_slide03 img {
  position: absolute;
  left: 0;
  top: 0;
}
.mainimage .mv_content .mv_slide04 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.mainimage .mv_content .mv_slide04 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainimage .mv_content .mv_txt01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.mainimage .mv_content .mv_txt01 img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainimage .mv_content .mv_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.mainimage .mv_content .mv_title img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap_top_01 {
  max-width: 1016px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 91px;
  padding-bottom: 21px;
}
@media screen and (max-width: 1310px) {
  .wrap_top_01 {
    max-width: none;
    width: 77.6vw;
    padding-top: 6.9vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap_top_01 {
    max-width: none;
    width: 90.6%;
    padding-top: 7vw;
    padding-bottom: 3.6vw;
  }
}

.yokoku {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
}
@media screen and (max-width: 1160px) {
  .yokoku {
    padding-top: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku {
    width: 90.6%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.9vw;
    justify-content: space-between;
  }
}
.yokoku .y_txt01 {
  display: block;
  width: 102px;
  font-size: 21px;
  border: 1px solid #666;
  line-height: 1em;
  text-align: center;
  padding: 0.3em 0 0.4em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1160px) {
  .yokoku .y_txt01 {
    width: 8.8vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .y_txt01 {
    width: 15.2%;
    font-size: 2.8vw;
  }
}
.yokoku .y_txt02 {
  font-size: 12px;
  line-height: 1.8em;
  margin-left: 1.5em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1160px) {
  .yokoku .y_txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .y_txt02 {
    width: 82.8%;
    font-size: 1.7vw;
    line-height: 1.2em;
    margin-left: 0;
  }
}

.txt_box01 .txt01 {
  font-size: 47px;
  text-align: center;
}
@media screen and (max-width: 1310px) {
  .txt_box01 .txt01 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .txt_box01 .txt01 {
    font-size: 7.2vw;
  }
}
.txt_box01 .txt01 .t01 span, .txt_box01 .txt01 .t02 span {
  opacity: 0;
  display: inline-block;
}
.txt_box01 .txt02 {
  font-size: 17px;
  line-height: 2em;
  text-align: center;
  margin-top: 1.2em;
}
@media screen and (max-width: 1310px) {
  .txt_box01 .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .txt_box01 .txt02 {
    font-size: 2.8vw;
  }
}

.big_txt02 {
  width: 84.4%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
@media screen and (max-width: 1310px) {
  .big_txt02 {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .big_txt02 {
    width: 68.9vw;
    margin-top: 10.9vw;
  }
}

.big_txt01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
@media screen and (max-width: 1310px) {
  .big_txt01 {
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .big_txt01 {
    width: 100%;
    margin-top: 7.8vw;
  }
}

.spec01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 62px;
}
@media screen and (max-width: 1310px) {
  .spec01 {
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .spec01 {
    margin-top: 10.6vw;
  }
}

.senkou {
  margin-top: 70px;
}
@media screen and (max-width: 1310px) {
  .senkou {
    margin-top: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou {
    margin-top: 7.3vw;
  }
}
.senkou .senkou_txt {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1310px) {
  .senkou .senkou_txt {
    width: 55.7vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou .senkou_txt {
    width: 61.6vw;
  }
}
.senkou .inq_txt {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}
@media screen and (max-width: 1310px) {
  .senkou .inq_txt {
    width: 43.5vw;
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou .inq_txt {
    width: 93%;
    margin-top: 6vw;
  }
}
.senkou .inq_txt a {
  display: block;
  font-size: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 0.2em 0 0.3em;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b71254+0,b71254+20,b71254+80,b71254+100&0+0,1+20,1+80,0+100 */
  background: linear-gradient(to right, rgba(183, 18, 84, 0) 0%, rgb(183, 18, 84) 20%, rgb(183, 18, 84) 80%, rgba(183, 18, 84, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1310px) {
  .senkou .inq_txt a {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou .inq_txt a {
    font-size: 6.3vw;
    padding: 0.5em 0 0.6em;
    background: linear-gradient(to right, rgba(183, 18, 84, 0) 0%, rgb(183, 18, 84) 8%, rgb(183, 18, 84) 92%, rgba(183, 18, 84, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.note_box {
  margin-top: 60px;
}
@media screen and (max-width: 1310px) {
  .note_box {
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .note_box {
    margin-top: 10.3vw;
  }
}
.note_box p {
  font-size: 10px;
  line-height: 1.8em;
}
@media screen and (max-width: 1310px) {
  .note_box p {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .note_box p {
    font-size: 2.2vw;
  }
}

/* 休業2 */
.holiday_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1310px) {
  .holiday_box {
    margin-top: 6.1vw;
  }
}
@media screen and (max-width: 768px) {
  .holiday_box {
    margin-top: 7.8vw;
  }
}
.holiday_box .h_title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #f00;
}
@media screen and (max-width: 1310px) {
  .holiday_box .h_title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .holiday_box .h_title {
    font-size: 3.5vw;
  }
}
.holiday_box .h_txt {
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 0.3em;
  color: #f00;
}
@media screen and (max-width: 1310px) {
  .holiday_box .h_txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .holiday_box .h_txt {
    margin-top: 0.4em;
    font-size: 3vw;
    text-align: justify;
  }
}

/* 新春イベントバナー */
#event_ban_box01 {
  max-width: 808px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1310px) {
  #event_ban_box01 {
    max-width: none;
    width: 61.7vw;
    margin-top: 7.6vw;
  }
}
@media screen and (max-width: 768px) {
  #event_ban_box01 {
    width: 100%;
    margin-top: 7.8vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.mainimage .mv_content .mv_slide01,
.mainimage .mv_content .mv_slide02,
.mainimage .mv_content .mv_slide03,
.mainimage .mv_content .mv_slide04 {
  height: 0;
}
.mainimage .mv_content .mv_slide01.act,
.mainimage .mv_content .mv_slide02.act,
.mainimage .mv_content .mv_slide03.act,
.mainimage .mv_content .mv_slide04.act {
  height: 55.4vw;
}
@media screen and (max-width: 768px) {
  .mainimage .mv_content .mv_slide01.act,
  .mainimage .mv_content .mv_slide02.act,
  .mainimage .mv_content .mv_slide03.act,
  .mainimage .mv_content .mv_slide04.act {
    height: 68vw;
  }
}
.mainimage .mv_content .mv_slide01 {
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_slide02 {
  transition-property: height;
  transition-duration: 1.2s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_slide03 {
  transition-property: height;
  transition-duration: 3.9s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_slide04 {
  transition-property: height;
  transition-duration: 2.5s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_txt01 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_txt01.act {
  opacity: 1;
}
.mainimage .mv_content .mv_title {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_title.act {
  opacity: 1;
}

.txt_box01 .txt02 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
.txt_box01 .txt02.act {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style_top.css.map */