@charset "utf-8";

/****************************************
大試飲会
****************************************/
.tastingCts {
  margin-top: 40px;
}

.tastingCts dt {
  font-size: 30px;
  font-weight: bold;
  font-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, Barrett;
  color: #9c6f31;
  letter-spacing: 1px;
  line-height: 1.4;
}

.tastingCts dd {
  text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 50px;
  margin-bottom: 100px;
}

.tastingCts dd p {
  margin-bottom: 0;
}

.tastingTable th,
.tastingTable td {
  font-size: 16px;
  vertical-align: top;
  padding-bottom: 20px;
}

.tastingTable th {
  white-space: nowrap;
  width: 10px;
  text-align: left;
  padding-right: 30px;
  font-weight: 600;
  color: #9c6f31;
  font-size: 18px;
}

.tastingTable th:before {
  content: "■"
}

.tastingTable td > p:first-child {
  font-size: 22px;
  font-weight: 600;
}

.tastingTable td > p:not(:first-child) {
  margin-top: 5px;
}

.tastingTable td > p span {
  font-size: 14px;
  font-weight: 400;
}

.strongText {
  background-color: #CC0003;
  width: fit-content;
  color: #FFDD51;
  font-weight: 600;
  padding: 2px 15px;
  font-size: 18px;
}

.smallText {
  font-size: 14px;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}

.mapBtn {
  background-color: #9c6f31 !important;
  vertical-align: 10%;
  color: #FFF !important;
  font-size: 12px;
  border-radius: 50px;
}

.guideBookList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.guideBookList li {
  margin-top: 5px;
}

.guideBookList li:first-child {
  width: 240px;
  margin-right: 15px;
}

.noticeCts {
  border: 1px solid #CCC;
  padding: 15px 20px 20px;
  margin-top: 10px;
}

.noticeCts p {
  font-weight: 600;
  font-size: 14px;
}

.noticeCtsList {
  font-size: 14px;
}

.noticeCtsList li {
  line-height: 1.6;
  margin-top: 5px;
  list-style-type: disc;
  margin-left: 25px;
}

.ticketBtn {
  display: block;
  width: fit-content;
  background-color: #9c6f31 !important;
  color: #FFF !important;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 50px;
  margin: 10px auto;
}

.ticketBtn i {
  margin-left: 5px;
}

span.ticketBtn {
  background-color: #CCC !important;
}

@media only screen and (max-width: 768px) {
  .tastingCts {
    margin-top: 20px;
  }

  .tastingCts dt {
    font-size: 26px;
  }

  .tastingCts dd {
    margin-top: 30px;
  }

  .tastingTable th,
  .tastingTable td {
    padding-bottom: 0;
    display: block;
    line-height: 1.6;
  }

  .tastingTable td {
    padding-bottom: 30px;
    padding-left: 1.5em;
  }

  .tastingTable td > p:first-child {
    font-size: 20px;
  }

  .tastingTable td > p:not(:first-child) {
    margin-top: 5px;
  }

  .strongText {
    font-size: 16px;
  }

  .guideBookList li:first-child {
    width: 100%;
    margin-right: 0;
  }

  .guideBookList li:last-child {
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
  }

  .noticeCts {
    padding: 10px 15px 15px;
  }

  .ticketBtn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
  }
}
