@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}

.NewsContainer a:not([href^="tel:"]) {
  color: #6B95C4;
}

sup {
  font-size: smaller;
  padding: 0 5px;
}

.NewsContainer [class^="icn-"] {
  color: white;
  font-size: 10px;
  line-height: 1em;
  padding: 3px 5px;
  border-radius: 2px;
}

.NewsContainer [class^="icn-"]+[class^="icn-"] {
  margin: 0 0 0 8px;
}

.NewsContainer .icn-men {
  background: #6b95c4;
}

.NewsContainer .icn-women {
  background: #f08cb7;
}

/*--------------------------------------------
店舗ECアイコン
---------------------------------------------*/
.NewsHead__iconArea {
  text-align: center;
  margin: 0 auto 30px;
}

li:where([class^="NewsHead__icon"]) {
  background: #e4690e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  margin: 0 4px;
  font-size: 18px;
}

.NewsHead__iconEc {
  background: #17a3b6;
}

/*--------------------------------------------
メインイメージ
---------------------------------------------*/
.NewsHead__img {
  margin: 0 auto 50px;
}

.NewsHead__img--s {
  width: 600px;
}

.NewsHead__img--s img {
  width: 100%;
  aspect-ratio: 1/1;
}

/*--------------------------------------------
イベント概要
---------------------------------------------*/
.NewsHead__overview {
  margin: 0 auto 50px;
}

.NewsHead__txt {
  text-align: left;
  line-height: 1.8;
  word-break: break-all;
}

.NewsHead__txt+.NewsHead__txt {
  margin: 1.5em 0 0;
}

.NewsHead__btn {
  margin-top: 40px;
  text-align: center;
}

.NewsHead__annotation {
  background: #f4f4f4;
  display: block;
  padding: 15px;
  border-radius: 3px;
  color: #232323;
  font-size: 12px;
  margin: 20px auto 0;
}

/*--------------------------------------------
イベント詳細
---------------------------------------------*/
.NewsBody__block {
  display: grid;
  grid-template-columns: 220px 1fr;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.NewsBody__label {
  padding: 30px 20px;
  border-bottom: 1px #232323 solid;
  vertical-align: top;
}

.NewsBody__block:first-child .NewsBody__label {
  border-top: 1px #232323 solid;
}

.NewsBody__content {
  padding: 30px 20px;
  border-bottom: 1px #E0E0E0 solid;
  font-size: 14px;
}

.NewsBody__time dt {
  font-weight: bold;
}

.NewsBody__time dt:not(:first-of-type) {
  margin: 20px 0 0;
}

.NewsBody__block:first-child .NewsBody__content {
  border-top: 1px #E0E0E0 solid;
}

.NewsBody__inner {
  line-height: 1.8;
}

.NewsBody__inner:not(:first-child) {
  padding: 20px 0 0;
}

.NewsBody__shopWrap:not(:first-child) {
  margin-top: 30px;
}

.NewsBody__shopName {
  margin: 0 0 3px;
  font-size: 15px;
}

.NewsBody__shopKana {
  font-size: 12px;
}

.NewsBody__shopInfo {
  font-size: 12px;
}

.NewsBody__shopBlock:not(:last-child) {
  margin: 0 0 30px
}

.gmap a {
  display: inline-block;
  margin: 0 0 0 8px;
  line-height: 1;
  color: #6B95C4;
  border-bottom: 1px #6B95C4 solid;
  font-size: 10px;
  text-transform: capitalize;
}

.gmap a:before {
  display: inline-block;
  content: '>';
  padding-right: 5px;
}

.NewsBody__shopBlock>dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.NewsBody__shopBlock>dl>dt {
  font-size: 10px;
}

.NewsBody__shopBlock>dl>dd {
  flex: 1;
}

.NewsBody__shopBlock>dl>dd:before {
  content: '：';
}

.NewsBody__shopLink a {
  border-bottom: 1px #6B95C4 solid;
  margin: 5px 0 0;
  display: inline-block;
  line-height: 1.4;
  text-transform: capitalize;
}

.NewsBody__infBtn {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 5px;
}

.NewsBody__map {
  width: 100%;
  height: 300px;
  margin: 15px 0 0;
  border: 0
}

/*--------------------------------------------
iframe YouTube
---------------------------------------------*/
.Video {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  padding-top: calc(315/560*100%);
}

.Video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/*--------------------------------------------
パーツ
---------------------------------------------*/
.NewsContainer a.linkBtn {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 0 auto;
  padding: 0 45px 0 20px;
  line-height: 50px;
  border: 1px #232323 solid;
  border-radius: 3px;
  background: #232323;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}

.linkBtn:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  transform: rotate(45deg);
}

.notes {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.notes:before {
  content: '※';
  display: inline-block;
}

.notes--gb {
  background: #f4f4f4;
  display: block;
  padding: 15px;
  border-radius: 3px;
  margin-top: 20px;
}

.redTxt {
  color: #cc0c0c;
}

.fontS {
  font-size: 12px;
  line-height: 150%;
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.Attention {
  margin: 10px 0 0;
}

.Attention > * {
  list-style: disc;
  line-height: 1.4;
  margin: 0 0 12px 1em;
  font-size: 12px;
  display: list-item;
}
.Attention > dt {
  list-style: none;
  margin: 24px 0 8px 0;
  font-size: 12px;
  font-weight: bold;
}
.Attention > dt:first-of-type {
  margin: 0 0 12px 0;
}

@media screen and (max-width: 560px) {
  .NewsContainer {
    width: 90%;
    margin: 0 auto;
  }

  .NewsContainer a[href^="tel:"] {
    color: #6B95C4;
  }

  /*--------------------------------------------
メインイメージ
---------------------------------------------*/
  .NewsHead__img {
    margin: 0 auto 45px;
  }

  .NewsHead__img--s {
    width: 100%;
  }

  /*--------------------------------------------
イベント概要
---------------------------------------------*/
  .NewsHead__Overview {
    margin: 0 auto 45px;
  }

  .NewsHead__ttl {
    font-weight: bold;
    margin: 0 auto 30px;
    padding: 0;
  }

  /*--------------------------------------------
イベント詳細
---------------------------------------------*/
  .NewsBody {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 22px;
    border-bottom: 2px solid #e0e0e0;
  }

  .NewsBody:first-child {
    border-top: 2px solid #e0e0e0;
    padding-top: 30px;
  }

  .NewsBody__label {
    font-size: 12px;
    padding: 0 0 10px 0;
    width: 100%;
    border: none;
    display: block;
  }

  .NewsBody:first-child .NewsBody__label {
    border: none;
  }

  .NewsBody__content {
    line-height: 1.8;
    width: 100%;
    border: none;
    display: block;
    padding: 0;
  }

  .NewsBody:first-child .NewsBody__content {
    border: none;
  }

  .NewsBody__map {
    width: 100%;
    height: 200px;
    margin: 15px 0 0;
    border: 0;
  }

  /*--------------------------------------------
パーツ
---------------------------------------------*/
  .NewsContainer a.linkBtn {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 15px 45px 15px 20px;
    height: auto;
    line-height: 1.8;
    border: 1px #232323 solid;
    border-radius: 3px;
    background: #232323;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
  }
}