@charset "UTF-8";
/* ===================================================
	適用範囲
		http://www.airparkcoo.jp/index
		index.scss
=================================================== */
/* アクセントカラー01 */
/* アクセントカラー02 */
/* サブカラー01 */
/* サブカラー02 */
/* トピックスlink */
/* トピックスhover */
/* --------------------------------------------------------------
 ＋indexカテゴリートップ 15
-------------------------------------------------------------- */
/* --------------------------------------------------------------
 indexカテゴリートップ
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .summary_custom_index {
    margin-top: 48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .summary_custom_index {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1025px) {
  .summary_custom_index {
    margin-top: -10px;
  }
}

.summary_custom_index .moduleSection .summaryCustom {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e5e5e5;
  list-style: none;
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry {
  list-style: none;
  margin-left: -40px;
  border-top: 0px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  /* お知らせ一覧 */
}

@media screen and (max-width: 768px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry {
    padding: 8px 8px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry {
    padding: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry {
    padding: 8px;
  }
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry:hover {
  background: #fff;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

@media screen and (max-width: 768px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photo {
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photo {
    width: 15%;
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photo {
    width: 15%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photo .acms-img-responsive {
    display: inline;
  }
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photoTitle {
  font-weight: bold;
  width: 78%;
}

@media screen and (max-width: 768px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photoTitle {
    font-size: 1.125em;
    float: left;
    margin: 0 0 0 2%;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photoTitle {
    font-size: 1.5em;
    float: left;
    margin-left: 2%;
  }
}

@media screen and (min-width: 1025px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photoTitle {
    font-size: 1.375em;
    float: left;
    margin-left: 2%;
  }
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photoTitle a {
  color: #00acda;
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry .photoTitle a:hover {
  color: #e62132;
  text-decoration: none;
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry dl {
  margin: 0;
  padding: 12px 4px 4px;
}

@media screen and (max-width: 768px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry dl dd {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry dl dd {
    margin: -28px 0 0 144px;
  }
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry dl dd .summary_news {
  font-size: 1.125em;
  font-weight: bold;
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry dl dd .summary_news a {
  color: #00acda;
}

.summary_custom_index .moduleSection .summaryCustom .summaryCustomEntry dl dd .summary_news a:hover {
  color: #e62132;
  text-decoration: none;
}

/* --------------------------------------------------------------
 index動画一覧
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .summary_movie_index {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .summary_movie_index {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .summary_movie_index {
    margin-top: -44px;
  }
}

.summary_movie {
  margin-bottom: 60px;
}

.summary_movie .summary_movie_movie {
  width: 50%;
  float: left;
  margin-left: -10px;
}

.summary_movie .summary_movie_side {
  float: left;
  width: 50%;
  margin-left: 0;
}
