@charset "UTF-8";

.article-body .video-container {
  background: #ccc;
  margin-bottom: 1em;
  position: relative;
}

.article-body .video-container:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.article-body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .map-container {
  background: #ccc;
  margin-bottom: 1em;
  position: relative;
}

.article-body .map-container:before {
  content:"";
  display: block;
  padding-top: 70%;
}

.article-body .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .ext-container .instagram-media {
  background: #ccc;
  margin-bottom: 1em;
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
}

.article-body .ext-container .instagram-media:before {
  content:"";
  display: block;
  padding-top: 70%;
  position: static;
}

.article-body .ext-container .instagram-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .twitter-tweet {
  background: #ccc;
  padding: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 1em;
  position: relative;
  font-size: inherit;
  line-height: inherit;
}

.article-body blockquote.twitter-tweet:before {
  content:"";
  display: block;
  padding-top: 70%;
  position: static;
}

.article-body blockquote.twitter-tweet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 本文スタイル追加 */
.article-body .credit{
  text-align: right;
  color: #888;
  font-size:.8em;
}
.article-body .caution{
  color:#666;
  font-size:.8em;
}

/* タイアップだけ本文の写真拡大を出さない */
.article-body.tieup .image-area .caption .figure-expand{
  display:none;
}
.article-body.tieup .image-area .figure-expand + .caption > br{
  display:none;
}

/* 広告タイアップスキン調整用 */
.column-main.tieup{
  width:670px !important;
}
.info.block{
  padding:15px 0;
  line-height:160%;
}
.tieup.c-btn-list{
  display:block;
  margin-top:20px;
}
.tieup.c-btn-list .c-btn{
  margin-left:0;
}
.c-btn-list.banner{
 margin:20px auto;
 text-align:center;
}

.c-section-side .special-banner,
.c-inner .special-banner{
 margin:0 auto 30px;
 text-align:center;
}

.article-parts-detail .sponsored.is-color-orange{
 color:#f76618;
 font-size:12px;
}

/* 広告記事調整 */
.article-parts-detail.adarticle .title.is-fs-28{
  line-height:1.6;
}
.article-parts-credit.adarticle .credit{
  color:#888;
}
.info-simple-list > .info:first-child span.name{
  font-weight:bold;
}

/* イベント詳細ページ暫定処理 */
.event-detail-info .program-block{margin-top:20px;}
.event-detail-info .program-block .list-info.program p{width:100%;}
.event-detail-info .program-block .list-info.program p + p{margin-left:0;}
.event-detail-info iframe{max-width:95%;margin:0 auto;display:block;}

/* サムネイル画像16:9対応 */
.article-parts-thumb{width:485px;height:273px;display:block;overflow:hidden;}
.article-list > .article-column .article-parts-thumb{width:215px;height:121px;}
.article-side > .box .article-parts-thumb{width:300px;height:169px;}
.article-side-list .box .wrap-thumb{height:54px;display:block;overflow:hidden;}
.article-single > .box .article-parts-thumb{width:750px;height:422px;}
.article-parts-thumb.triple{width:209px;height:118px;}
.common-hero-article .wrap-thumb{max-height:422px;overflow:hidden;}
.common-hero-article .article{height:520px;}

.article-parts-thumb.tieup{width:auto;height:auto;}