@charset "utf-8";
/*
theme Name: 株式会社やまびこスケートの森
description: 「株式会社やまびこスケートの森」専用テーマです
Version:1.0.2
*/

/* 仮設定。asset側がfix次第移動する */
/* common.cssへ */

/* お知らせ詳細のアイキャッチ */
@media print, screen and (min-width: 768px){
  .page-news-article .eyecatch img {
    width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-news-article .eyecatch img {
      width: 100%;
      height: auto;
  }
}

/* バス事例詳細のアイキャッチ */
@media print, screen and (min-width: 768px){
  .page-bus-article .thumb img {
    width: 600px !important;
    height: auto;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-bus-article .thumb img {
      width: 100% !important;
      height: auto;
      margin-bottom: 2em;
  }
}

/* ===================
    #news
=================== */
.tab-content .news-list {
  margin-bottom: 0;
}
.news-list li.btn-wrapper {
  margin-top: 30px;
  justify-content: center;
  border-bottom: none;
}
.news-list li.btn-wrapper a:hover{
  cursor:pointer;
}
@media print, screen and (min-width: 768px){
  .news-list li.btn-wrapper {
    margin-top: 50px;
  }  
}

/*
投稿内の箇条書き
*/
.wp-article-wrapper ul > li {
  margin: 0 0 12px 1.75em;
  list-style-type: disc;
}
.wp-article-wrapper ol > li {
  margin: 0 0 12px 1.75em;
  list-style-type: decimal;
}

/*
投稿内の見出し上下の余白設定
*/
.wp-article-wrapper h1,
.wp-article-wrapper h2,
.wp-article-wrapper h3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

#bus_h2_thick {
  font-size: 30px;
}