@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.barfoodcocktail {
/*  height: 100%; */
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "Karla", sans-serif, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: #00445E;
  background-color: #F1ECDD;
  font-feature-settings: "pkna";
  line-height: 1.8;
  letter-spacing: 0.02em;
  scroll-behavior: smooth;
}
@media (min-width: 768px) and (max-width: 999px) {
  .barfoodcocktail {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .barfoodcocktail {
    font-size: 14px;
  }
}
.barfoodcocktail .spOnly {
  display: none;
}
@media (min-width: 1000px) {
  .barfoodcocktail .spOnly {
    display: block;
  }
}
.barfoodcocktail .pcOnly {
  display: none;
}
@media (max-width: 767px) {
  .barfoodcocktail .pcOnly {
    display: block;
  }
}
.barfoodcocktail a {
  color: #EF93BB;
  text-decoration: underline;
}
.barfoodcocktail li {
  list-style: none;
}
.barfoodcocktail img {
  vertical-align: bottom;
}

/*************************************************
MV
*************************************************/
.mv {
  margin: auto;
  padding: 0;
  background-color: #EF93BB;
  text-align: center;
}
@media (min-width: 768px) {
  .mv {
    padding: 60px 30px;
  }
}
.mv img {
  width: 100%;
  max-width: 1200px;
}

/*************************************************
イベント内容
*************************************************/
.about {
  padding: 3em 15px;
}
.about p {
  font-size: 22px;
}
@media (min-width: 768px) {
  .about p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about p {
    font-size: 18px;
  }
  .about p br {
    display: none;
  }
}
.about__inner {
  max-width: 1060px;
  margin: auto;
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  .about__inner {
    padding: 15px;
  }
}
.about__inner dl div dt {
  text-align: center;
  line-height: 2.5em;
  background-color: #FFF57F;
  font-weight: bold;
}
.about__inner dl div dd span {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .about__inner dl div {
    border-bottom: solid 1px #EC7AAC;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .about__inner dl div dt {
    width: 7em;
  }
  .about__inner dl div dd {
    width: calc(100% - 7em - 40px);
  }
  .about__inner dl div dd iframe {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .about__inner dl div:first-of-type dt {
    margin-top: 0;
  }
  .about__inner dl div dt {
    margin: 2em 0 1em;
  }
}
.about__inner .entrybtn {
  text-align: center;
}
.about__inner .entrybtn a {
  width: 85%;
  max-width: 450px;
  margin: 50px auto 10px;
  display: block;
  background-color: #EF93BB;
  border: #EF93BB solid 1px;
  color: #fff;
  text-decoration: none;
  line-height: 4em;
}
.about__inner .entrybtn a:hover {
  color: #EF93BB;
  background-color: #fff;
}
.about__inner .entrybtn p {
  font-size: 12px;
}

.content {
  padding: 0 15px;
}
.content .content__inner {
  max-width: 1060px;
  margin: auto;
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  .content .content__inner {
    padding: 30px 15px;
  }
}
.content .content__inner h2 {
  margin: 3em 0 2em;
  color: #00445E;
  background-color: #FFF57F;
  line-height: 3em;
  text-align: center;
}
.content .content__inner h2:first-of-type {
  margin-top: 0;
}
.content .content__inner dl dd h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .content .content__inner dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
  .content .content__inner dl dt {
    width: 34%;
    margin-bottom: 40px;
  }
  .content .content__inner dl dd {
    width: calc(66% - 40px);
    margin-bottom: 40px;
  }
  .content .content__inner dl dd h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content .content__inner dl dt {
    margin-bottom: 1em;
  }
  .content .content__inner dl dd {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: #00445E dashed 1px;
  }
  .content .content__inner dl dd:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .content .content__inner dl dd h3 {
    font-size: 16px;
  }
  .content .content__inner dl dd p {
    margin-bottom: 0;
  }
}

/*************************************************
問い合わせ
*************************************************/
.inquiry {
  text-align: center;
}
.inquiry .inquiry__inner {
  display: inline-block;
  max-width: 1060px;
  padding: 60px 20px;
  box-sizing: border-box;
  margin: auto;
  font-size: 14px;
}
@media (max-width: 767px) {
  .inquiry .inquiry__inner {
    padding: 50px 30px;
    text-align: left;
  }
}
.inquiry .inquiry__inner p.access {
  font-size: 17px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
  border-bottom: #00445E solid 1px;
}
@media (max-width: 767px) {
  .inquiry .inquiry__inner p.access {
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
