@charset "UTF-8";
/* ===== 本文CSS（共通） =====*/
.bold {
  font-weight: 700;
  font-size: 1.5em;
}

.eventWebpage img {
  vertical-align: middle;
}

.page_title h2 {
  margin: 0 0 2em;
}

/* ===== 記事内CSS（共通） =====*/
@media screen and (min-width: 900px) {
  /* ===== 本文CSS =====*/
  .sp {
    display: none;
  }
  section.headline {
    text-align: center;
    font-size: 16px;
  }
  section.headline div {
    margin: 0 0 30px;
  }
  section.headline div:nth-of-type(1) {
    font-size: 18px;
  }
  section.headline div:nth-of-type(1) p:first-child {
    color: #ff226b;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px;
  }
  section.headline div:nth-of-type(2) {
    line-height: 1.75em;
  }
  section.headline div:last-child {
    margin: 0;
    font-weight: 500;
  }
  section.headline div:last-child p {
    margin: 0 0 0.5em;
  }
  section.headline div:last-child span {
    color: #12cff2;
  }
  section.headline div:last-child span.heart {
    color: #ff0000;
  }
  /* ===== 記事内CSS =====*/
  .item.clearfix .title {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    width: 24%;
    margin: 0 1% 0 0;
    border-bottom: solid 2px #82202d;
    color: #82202d;
    padding: 15px 15px 30px 15px;
    font-weight: bold;
    font-size: 1.25em;
  }
  .item.clearfix .contents {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    width: 75%;
    border-bottom: solid 2px #EBB1B9;
    padding: 15px 15px 30px 15px;
    font-weight: bold;
  }
  .item_dtl {
    font-size: 1.25em;
    font-weight: 600;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 80%;
  }
  .btn-form {
    background-color: #0052a5;
    padding: 1em;
    border-radius: 2em;
    text-align: center;
    font-size: 1.25em;
    width: 80%;
    margin: 1em;
    display: block;
  }
  #contentsBox a {
    color: #fff;
  }
  div#app-dl_box .step {
    position: relative;
    padding: 0 15px;
    font-weight: bold;
    color: #0052a4;
  }
  div#app-dl_box .step:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #0052a4;
  }
  div#app-dl_box .step span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    margin: 0 5px;
  }
  div#app-dl_box ul.app-dl_process li:last-child {
    margin: 0;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 40%;
  }
  div#app-dl_box ul.app-dl_process li.arrow {
    width: 8%;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 80%;
  }
  div#app-dl_box ul.app-dl_process li.send-text {
    width: 32%;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
}
@media screen and (max-width: 899px) {
  .item.clearfix {
    display: block;
    position: relative;
    width: 100%;
    border-top: solid 2px #EBB1B9;
    margin: 0 0 1.5em;
  }
  .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #82202d;
  }
  .item.clearfix .title {
    color: #82202d;
    padding: 1em 1em 0.5em 1em;
    font-weight: bold;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  }
  .item.clearfix .contents {
    padding: 0 1em;
    font-weight: bold;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 100%;
    margin: 0.5em 0 1.5em 0;
  }
  .btn-form {
    background-color: #0052a5;
    padding: 1em;
    border-radius: 2em;
    text-align: center;
    font-size: 1.25em;
    width: 80%;
    margin: 1em;
    display: block;
  }
  #contentsBox a {
    color: #fff;
  }
  div#app-dl_box .step {
    position: relative;
    padding: 0 15px;
    font-weight: bold;
    color: #0052a4;
  }
  div#app-dl_box .step:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #0052a4;
  }
  div#app-dl_box .step span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0.5em;
    border-radius: 100vh;
    padding: 0.25em 0;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_link li.qr {
    display: none;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    margin: 0 5px;
  }
  div#app-dl_box ul.app-dl_process li:last-child {
    margin: 0;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 40%;
  }
  div#app-dl_box ul.app-dl_process li.arrow {
    width: 8%;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 80%;
  }
  div#app-dl_box ul.app-dl_process li.send-text {
    width: 32%;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
}/*# sourceMappingURL=2024wine-de-kaori.css.map */