/*
Theme Name: Kakeashi
Theme URI: 
Author: sasaki
Version: 1.0
*/


/*************************************
* 共通
*/
.head-menu,
.foot-menu {
  width: 900px !important;
}

.cm-vertical > .cm-vertical_item + .cm-vertical_item {
  margin-top: var(--vertical-gutter);
}

/* サムネイル画像 */
.wp-post-image {
  height: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .head-menu,
  .foot-menu,
  .main-content {
    width: calc(100vw - 40px) !important;
  }
  
  .foot-menu .el-col {
    width: 100%;
  }
}


/*************************************
* 一覧ページ
*/


/*************************************
* 詳細ページ
*/

body.single h1{
  font-size: 24px;
  font-weight: 700;
}
