@charset "UTF-8";

/* ===================================================================
//CSS information

// file name  :  event.css
// style info :  eventos用スタイル

index 
- reset　リセット
- footer　フッター
- container　コンテンツ枠
- heading　見出し
- block　各レイアウト用ブロック(1カラム／2カラム)
- parts　パーツ
- module　余白やテキスト位置の調整
- eventos　eventosサポートサイトより必要な制御を記載
- accordion　ページ内情報の冗長化を防ぐUI改善
=================================================================== */
/* footer
------------------------------------------------------------*/
.diamond-footer {
  position: relative;
  padding: 0 0 3em 0;
  background-color: #242E39;
}

.diamond-footer .wrapper {
  margin: 0 auto;
}

.diamond-footer .navFooter ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  list-style: none;
}

.diamond-footer .navFooter ul li {
  width: 50%;
  padding: 0.8em;
  font-size: 0.812rem;
  text-align: center;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}

.diamond-footer .navFooter ul li:nth-child(2n) {
  border-right: none;
}

.diamond-footer .navFooter ul li:last-child {
  margin-right: 0;
}

.diamond-footer .navFooter ul li a {
  color: #FFF;
  transition: color 0.5s;
  text-decoration: none;
}

.diamond-footer .navFooter ul li a:hover {
  color: #999999;
}

.diamond-footer .diamond-copyright {
  padding-top: 1rem;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
}

@media (min-width: 520px) {
  .diamond-footer {
    width: 100%;
    padding: 0.7em 0 3em 0;
  }

  .diamond-footer .wrapper {
    max-width: 92%;
  }

  .diamond-footer .navFooter ul li {
    width: auto;
    margin-right: 0.6em;
    border: none;
  }
}

/* container
------------------------------------------------------------*/
.id-container {
  display: block;
  width: 92%;
  min-height: 20rem;
  margin: 0 auto 3em auto;
}

@media (min-width: 520px) {
  .id-container {
    max-width: 800px;
  }
}

.id-container *:not(span) {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 100%;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.id-container span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.id-container h1 {
  font-size: 1.2rem;
  font-weight: bold !important;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem;
}

.id-container h2 {
  font-size: 1.13rem;
  font-weight: bold !important;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}

.id-container>p {
  width: 92vw;
  margin: 0 auto 1rem auto;
  line-height: 1.6;
}

@media (min-width: 520px) {
  .id-container>p {
    max-width: 92%;
  }
}

.id-container a {
  color: #0D61AE;
  transition: 0.5s color;
}

.id-container a:visited {
  color: #0D61AE;
}

.id-container a:hover {
  color: #55A7ED;
}

.id-container .wrapper {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 520px) {
  .id-container .wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.id-container hr {
  border: none;
  border-top: 2px dashed #CCCCCC;
  margin-top: 1.9rem;
  margin-bottom: 0.7rem;
}

.id-container ul,
.id-container ol {
  margin-bottom: 1rem;
}

/* heading
------------------------------------------------------------*/
.titleBgGray {
  padding: 0.6em 1em;
  margin-bottom: 0.8em;
  font-size: 1rem;
  background-color: #F4F6F8;
  border-bottom: 1px solid #DDDDDD;
}

/* datasection
------------------------------------------------------------*/
.dataSection .titleBgGray+.wrapper {
  position: relative;
}

.dataSection .titleBgGray+.wrapper .label {
  font-weight: bold;
  padding-top: 0.5rem;
}

.dataSection.program .wrapper .label {
  font-weight: normal;
  margin-bottom: 0.2rem !important;
}

.dataSection.program hr {
  padding: 0;
  margin: 1rem 0 0 0;
}

@media (min-width: 520px) {
  .dataSection.program .wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .dataSection.program .wrapper .label {
    padding: 0 0 0 0.4rem !important;
    margin: 0 0 0.5rem 0 !important;
    width: 10rem;
    line-height: 1.7rem;
  }

  .dataSection.program .wrapper .text {
    padding: 0 0.4rem 0 0 !important;
    margin: 0 0 0.5rem 0 !important;
    flex: 1;
    line-height: 1.7rem;
  }

  .dataSection.program hr {
    padding: 0;
    margin: 0 0 0.5rem 0;
  }
}

/* label
------------------------------------------------------------*/
.label {
  margin-bottom: 1.5rem !important;
  padding-top: 1.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #333333;
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.label+.text {
  padding-top: 0;
}

.text {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

/* module
------------------------------------------------------------*/
.marginBottomLL {
  margin-bottom: 4.5rem !important;
}

.marginBottomL {
  margin-bottom: 2.5rem !important;
}

.marginBottomM {
  margin-bottom: 1.8rem !important;
}

.marginBottomS {
  margin-bottom: 1rem !important;
}

.marginBottomSS {
  margin-bottom: 0.5rem !important;
}

.marginBottom0 {
  margin-bottom: 0rem !important;
}

.marginTopL {
  margin-top: 5rem !important;
}

.paddingTopL {
  padding-top: 5rem !important;
}

.paddingTopM {
  padding-top: 2.5rem !important;
}

.paddingTopS {
  padding-top: 1rem !important;
}

.paddingTopSS {
  padding-top: 0.5rem !important;
}

.paddingTop0 {
  padding-top: 0 !important;
}

.textAlignCenter {
  text-align: center !important;
}

.centering {
  margin-left: auto;
  margin-right: auto;
}

.centering.textAlignCenter {
  text-align: left !important;
}

@media (min-width: 520px) {
  .centering.textAlignCenter {
    text-align: center !important;
  }
}

.fontsizeL {
  font-size: 1.13rem !important;
}

.fontsizeM {
  font-size: 1rem !important;
  line-height: 1.4;
}

.fontsizeMS {
  font-size: 0.94rem !important;
  line-height: 1.7;
}

.fontsizeS {
  font-size: 0.87rem !important;
  line-height: 1.8;
}

.fontsizeSS {
  font-size: 0.75rem !important;
  line-height: 1.8;
}

.fontBold {
  font-weight: bold;
}

/* eventos
------------------------------------------------------------*/
/* タイトルのアンダーライン */
.widget-header__border {
  border-color: #0D61AE !important;
}

/* タイトルのアンダーライン（太い線） */
.widget-title__border {
  display: none;
  background-color: #0D61AE !important;
}

/* マイチケット左寄せ  */
@media screen and (min-width: 601px) {
  .my-ticket__content {
    justify-content: left !important;
  }

  /* もっとみるボタン  */
  .widget__header__event {
    color: #0D61AE !important;
  }
}

/* 右下の戻るボタン */
.theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background: rgba(17, 97, 174, 0.7) !important;
}

.widget__wrap {
  padding-bottom: 0 !important;
}

/*# sourceMappingURL=event.css.map */

/* ヘッダー削除 */
.header__wrap {
  display: none;
}

/* 「もっとみる」ボタン削除 PC対応 */
.widget-header__button {
  display: none !important;
}

/* 「もっとみる」ボタン削除 SP対応 */
button.widget__bottom.v-btn.v-btn--contained.theme--dark.v-size--default.widget__bottom__event {
  display: none;
}

/* チケット機能の「もっと見る」ボタン削除 SP対応 */
.ticket-button__wrap {
  display: none;
}

/* accordion
------------------------------------------------------------*/

/* detailsのデザインと制御 */
.details {
  border-top: 2px solid #00478A;
  border-left: 2px solid #00478A;
  border-right: 2px solid #00478A;

  &:last-of-type {
    border-bottom: 2px solid #00478A;
  }
}

/* details-summaryのデザインと制御 */
.details-summary {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #00478A;

  &:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  /* details-summary内のボタンのデザインと制御 */
  .btn {
    position: absolute;
    top: 37%;
    left: 10%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;

    &:before,
    &:after {
      content: "";
      background-color: #fff;
      border-radius: 10px;
      width: 18px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: 0;
      transform-origin: center center;
    }

    &:before {
      width: 4px;
      height: 18px;
      top: 0;
      left: 7px;
    }
  }

  &.is-active {
    .btn {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);

      &:before {
        content: none;
      }
    }
  }
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 2px;
  word-break: break-all;

  p {
    margin: 0 0 5px;
    color: #000;
    font-size: 18px;
    text-align: left;

    &:last-of-type {
      margin: 0 0 0;
    }
  }
}