@charset "UTF-8";
@font-face {
  font-family: "banana";
  src: url("../font/bananaslipplus.otf");
  font-weight: 400;
}
@font-face {
  font-family: "noto";
  src: url("../font/NotoSansJP-Regular.otf");
  font-weight: 300;
}
@font-face {
  font-family: "noto";
  src: url("../font/NotoSansJP-Medium.otf");
  font-weight: 400;
}
@font-face {
  font-family: "noto";
  src: url("../font/NotoSansJP-Bold.otf");
  font-weight: 500;
}
#fest a:hover {
  opacity: 0.7;
}

main.wrapper {
  width: 100%;
}

#fest h3 {
  font-weight: normal;
}

#fest {
  line-height: 1.8;
  font-family: "noto";
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 15px;
}

#fest img {
  display: block;
  max-width: 100%;
}

#fest #mv {
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
  padding: 150px 0 50px;
  position: relative;
}

#fest #mv h2 {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#fest #mv .icn {
  position: absolute;
  width: 130px;
  right: 0;
  top: 0;
}

#fest #intro {
  margin-top: 75px;
  text-align: center;
  margin-bottom: 100px;
}

#fest #intro .intro_txt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

#fest #intro h2 {
  display: block;
  margin: 0 auto 50px;
  max-width: 774px;
  width: 90%;
}

#fest #intro .txtBox p {
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 95%;
  margin: 0 auto;
  font-weight: lighter;
}

#fest .point span {
  font-family: "banana";
  color: #111111;
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

#fest .point strong {
  font-family: "banana";
  color: #932647;
  display: block;
  font-size: 30px;
  letter-spacing: -0.15em;
  font-weight: normal;
}

#fest .point {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 890px;
  margin: 0 auto 50px;
  width: 95%;
  margin-top: 50px;
}

#fest .point li {
  background: #f4e9ec;
  border-radius: 20px;
  width: 24%;
  list-style: none;
  padding: 20px 10px;
  box-sizing: border-box;
}

#fest .point li p {
  line-height: 1.4;
}

#fest .contBox {
  background: #f5f5f5;
  padding: 110px 0;
}

#fest .contBox .num {
  font-size: 60px;
  font-family: "banana";
  text-align: center;
  color: #932647;
  position: relative;
  line-height: 1;
}

#fest .contBox .num::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  height: 2px;
  background: #ccc;
  width: 20px;
}

#fest .contBox h3 {
  font-family: "banana";
  text-align: center;
  font-size: 45px;
  letter-spacing: -0.1em;
  color: #932647;
}

/*#fest .contBox h3 span{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
    font-weight: bold;
}*/
#fest .contBox .cont {
  background: #fff;
  margin-top: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 1000px;
}

#fest .contBox .cont.wrap {
  flex-wrap: wrap;
}

#fest .contBox .cont .txt .bnr {
  text-align: center;
  display: block;
  width: 90%;
  margin: 0 auto;
}

#fest .contBox .cont .txt .bnr a {
  max-width: none;
  background: none;
  padding: 0;
  margin-top: 25px;
}

#fest .contBox .cont .txt .bnr a::after {
  display: none;
}

#fest .contBox .cont .img {
  max-width: 170px;
  margin-left: 10px;
}

/*#fest .contBox .cont span{
    font-size: 60px;
    color: #f4e9ec;
    font-family: 'banana';
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ccc;
    width: 1em;
    text-align: center;
}*/
#fest .contBox .cont .txt {
  margin-left: 0;
  margin-right: auto;
  flex: 1;
}

#fest .contBox .cont .txt h4 {
  font-size: 25px;
}

#fest .contBox .cont .txt p {
  font-size: 16px;
}

#fest .contBox .cont .txt a,
#fest .btn {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 10px 60px;
  width: fit-content;
}

#fest .contBox .cont .txt a::after,
#fest .btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
  color: #fff;
  display: block;
}

#fest .contBox .cont .txt a.off {
  background: #ccc;
}

#fest .contBox .cont .txt a.off::after {
  display: none;
  pointer-events: none;
}

#fest .contBox .cont.cont_type2 {
  display: block;
}

#fest .contBox .cont.cont_type2 .txt {
  margin-top: 20px;
}

#fest .contBox .cont.cont_type2 .txt p span {
  display: inline-block;
  margin-left: 0.5em;
}

#fest .contBox .cont .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#fest .contBox .cont .flex .box {
  width: 48%;
}

#fest .contBox .cont .flex3 .box {
  width: 32%;
}

#fest .contBox .cont .flex .box p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

#fest .contBox .cont .flex .box p.center {
  text-align: center;
}

#fest .contBox .cont .flex.mt {
  margin-top: 20px;
}

#fest .btn {
  margin-bottom: 50px;
  margin-top: 0;
  display: block;
  width: fit-content;
  margin: 20px auto;
}

#fest .btn small {
  display: block;
  line-height: 1;
  font-size: 13px;
}

#fest #cont02,
#fest #cont04 {
  background: #fff;
}

#fest #cont02 .cont,
#fest #cont04 .cont,
#fest #access {
  background: #f5f5f5;
}

#fest #cont03 p.subttl {
  text-align: center;
}

#fest .cont .img.w240 {
  max-width: 240px;
}

#fest .cont .img.w240 .icn {
  max-width: 120px;
  display: block;
  margin: 5px auto 0;
}

#fest #access {
  padding: 100px 0 80px;
}

#fest #access h3 {
  font-family: "banana";
  text-align: center;
  color: #932647;
  font-size: 45px;
}

#fest #access p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

#fest #access .map {
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

#fest #access .map iframe {
  width: 100%;
}

#fest .bnrBox {
  display: block;
  margin: 0px auto 110px;
  width: fit-content;
}

#fest #present {
  margin-top: 90px;
}

#fest #present h3 {
  font-family: "banana";
  text-align: center;
  color: #932647;
  font-size: 45px;
}

#fest #present p {
  text-align: center;
  font-size: 16px;
}

#fest #present .inner {
  background: #f5f5f5;
  max-width: 800px;
  width: 95%;
  border-radius: 20px;
  padding: 35px;
  margin: 20px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}

#fest #present .inner .txtBox {
  width: calc(100% - 250px);
}

#fest #present .inner h4 {
  font-size: 30px;
  border-bottom: 1px solid #111;
}

#fest #present .inner span {
  display: block;
  padding: 20px;
  font-size: 16px;
}

#fest #present .inner span a {
  display: inline-block;
  padding: 10px 80px;
  background: #111;
  color: #fff;
  margin-top: 1em;
  position: relative;
}

#fest #present .inner span a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
  color: #fff;
  display: block;
}

#fest p.subttl {
  margin: 25px auto 35px;
  letter-spacing: 0.1em;
  width: 95%;
}

.sp-vis {
  display: none !important;
}

/*勝沼*/
#fest.katsunuma #mv {
  background: url("../images/main_katsunuma.png") no-repeat center bottom;
  background-size: cover;
}

/*#fest.katsunuma .point li{
    width: 32%;
}*/
#fest.katsunuma .contBox .cont .txt.single {
  padding-left: 0;
  border-left: none;
}

#fest.katsunuma .sub_img {
  margin: 10px auto;
  max-width: 450px;
  width: 95%;
  border-radius: 10px;
  overflow: hidden;
}

#fest.katsunuma #access {
  /*background: #fff;*/
}

#fest.katsunuma .point {
  max-width: 1250px;
}

#fest.katsunuma .contBox .cont .shops {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}

#fest.katsunuma .contBox .cont .shops h5 {
  font-size: 16px;
}

#fest.katsunuma .contBox .cont .shops li {
  font-size: 14px;
  margin-left: 1em;
}

#fest.katsunuma .contBox .cont .shops li small {
  display: block;
}

#fest.katsunuma .contBox .cont .shops .ours {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}

#fest.katsunuma .contBox .cont .shops .ours img {
  width: 100px;
}

#fest.katsunuma .contBox .cont .shops .ours .txtBox {
  margin-left: 10px;
  flex: 1;
  max-width: 400px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}

#fest.katsunuma .contBox .cont .shops .ours .txtBox h6 {
  font-size: 14px;
}

#fest.katsunuma .contBox .cont .shops .ours .txtBox p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .pc-vis {
    display: none !important;
  }

  .sp-vis {
    display: block !important;
  }

  #fest #intro .intro_txt {
    font-size: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  #fest .point {
    display: block;
  }

  #fest .point li {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }

  #fest .point li:last-child {
    margin-bottom: 0;
  }

  #fest h3 {
    font-size: 30px !important;
    line-height: 1.4 !important;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  #fest .contBox .cont {
    display: block;
  }

  #fest .contBox .cont .txt {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  #fest .contBox .cont .img {
    width: 100%;
    margin: 20px auto 0;
  }

  #fest .contBox .cont .txt a,
  #fest #present .inner span a {
    width: 90%;
    display: block;
    margin: 20px auto;
    padding: 10px;
  }

  /*#fest .contBox .cont span{
      font-size: 40px;
      line-height: 1.2;
  }*/
  #fest .contBox .cont.cont_type2 .txt p span {
    display: block;
  }

  #fest .contBox .cont.cont_type2 .txt p:last-child {
    margin-top: 10px;
  }

  #fest .contBox .cont .txt h4 {
    font-size: 20px;
  }

  #fest .contBox,
  #fest #access,
  #fest #present {
    padding: 50px 0 !important;
  }

  #fest #present .inner {
    display: block;
  }

  #fest #present .inner .txtBox {
    width: 100%;
    text-align: center;
  }

  #fest #present .img img {
    margin: 20px auto 0;
  }

  #fest #mv {
    padding: 0;
  }

  #fest #mv h2 {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  #fest #present {
    margin-top: 0;
  }

  #fest.katsunuma .contBox .cont .shops {
    display: block;
  }

  #fest.katsunuma .contBox .cont .shops .ours {
    margin-left: 0;
    justify-content: flex-start;
    margin-top: 15px;
  }

  #fest .contBox .cont .flex {
    display: block;
  }

  #fest .contBox .cont .flex .box {
    width: 100%;
    margin-top: 10px;
  }

  #fest .contBox .cont .flex3 .box {
    width: 100%;
  }
}
.c-modal .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.c-modal .flex a {
  display: block;
  margin: 0 20px;
  font-size: 1.3rem;
}

.c-modal .flex a img {
  height: 20px;
  display: block;
  margin: 0 auto;
  width: auto;
}

#fest.katsunuma .point li {
  width: 19%;
}
