@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main div.body {
  max-width: 1060px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#main div.body * {
  max-width: 100%;
  box-sizing: border-box;
}

#visual-image img {
  width: 100%;
}

/** ***************************************************************************
 * 一覧ページ
 * ************************************************************************* */

/** ***************************************************************************
 * メイン
 */

body.page-archive
#main-contents .column ~ .column {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents .column ~ .column {
    margin-top: 40px;
  }

}

/** ***************************************************************************
 * ページタイトル
 */

body.page-archive
#page-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.page-archive
#page-title div.body {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body.page-archive
#page-title .title {
  font-size: 18px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #page-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  body.page-archive
  #page-title .title {
    font-size: 30px;
  }

}

/** ***************************************************************************
 * 紹介文
 */

body.page-archive
#main-contents div.lead {
  text-align: center;
}

/** ***************************************************************************
 * タグ一覧
 */

body.page-archive
#main-contents nav.tag-nav {
  margin-top: 15px !important;
  margin-bottom: 40px;
}

body.page-archive
#main-contents nav.tag-nav ul.list {
  max-width: none;
  margin: -5px -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

body.page-archive
#main-contents nav.tag-nav ul.list li {
  width: calc(100% / 2 - 20px);
  margin: 5px 10px;
}

body.page-archive
#main-contents nav.tag-nav ul.list li a {
  padding: 0.375em 1.5em 0.5em;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents nav.tag-nav {
    margin-top: 30px !important;
    margin-bottom: 100px;
  }

  body.page-archive
  #main-contents nav.tag-nav ul.list li {
    width: calc(100% / 4 - 20px);
  }

}

/** ***************************************************************************
 * 記事一覧
 */

body.page-archive
#main-contents div.example {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

body.page-archive
#main-contents div.example .article {
  padding-bottom: 40px;
  letter-spacing: 1px;
  font-size: 0.8em;
}

body.page-archive
#main-contents div.example :nth-last-child(1 of .article) {
  padding-bottom: 0;
}

body.page-archive
#main-contents div.example .article ~ .article {
  padding-top: 40px;
  position: relative;
}

body.page-archive
#main-contents div.example .article ~ .article::before {
  content: '';
  width: 100vw;
  max-width: none;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  position: absolute;
  top: -2px;
  left: calc(50% - 50vw);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.example .article {
    padding-bottom: 100px;
  }

  body.page-archive
  #main-contents div.example .article ~ .article {
    padding-top: 100px;
  }

  body.page-archive
  #main-contents div.example .article ~ .article::before {
    border-top: 4px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    top: -4px;
  }

}

/**
 * 画像
 */

body.page-archive
#main-contents div.example div.image {
  margin-bottom: 15px;
}

body.page-archive
#main-contents div.example div.image img {
  display: block;
}

body.page-archive
#main-contents div.example div.image img ~ img {
  margin-top: 15px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.example div.image {
    margin-bottom: 20px;
  }

}

/**
 * タグ一覧 / 所在地域 / 記事タイトル
 */

body.page-archive
#main-contents div.example .header {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

/**
 * タグ一覧
 */

body.page-archive
#main-contents div.example .header ul.tag-list {
  margin: -3px -3px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
}

body.page-archive
#main-contents div.example .header ul.tag-list li {
  margin: 3px 3px;
  padding: 0.375em 0.5em 0.5em;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.example .header ul.tag-list {
    margin: -5px -10px;
  }

  body.page-archive
  #main-contents div.example .header ul.tag-list li {
    margin: 5px 10px;
    padding: 0.375em 1.5em 0.5em;
  }

}

/**
 * 所在地域
 */

body.page-archive
#main-contents div.example .header div.area {
  width: 9em;
  margin-top: 5px;
  margin-left: 2em;
  margin-right: 0;
  text-align: right;
  flex-grow: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.example .header div.area {
    width: 9em;
  }

}

/**
 * 記事タイトル
 */

body.page-archive
#main-contents div.example .header .title {
  width: 100%;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.example .header .title {
    margin-top: 15px;
    font-size: 1.5em;
  }

}

/**
 * 記事内容
 */

body.page-archive
#main-contents div.example div.text {
}

/**
 * DATA / 公式サイト
 */

body.page-archive
#main-contents div.example div.info {
  margin-top: 20px;
  padding: 1.5em 2em;
  color: #4f4f4f;
  font-size: 0.875em;
  background-color: #f8f8f8;
}

body.page-archive
#main-contents div.example div.info .title {
  color: #000;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.example div.info {
    margin-top: 30px;
  }

}

/**
 * DATA
 */

body.page-archive
#main-contents div.example div.info div.data {
}

/**
 * 公式サイト
 */

body.page-archive
#main-contents div.example div.info div.website {
  margin-top: 1em;
}

/** ***************************************************************************
 * ただいま準備中です
 */

body.page-archive
#main-contents div.comingsoon {
  width: fit-content;
  margin: 8em auto 10em;
}

/** ***************************************************************************
 * ページャー
 */

body.page-archive
#main-contents div.pager {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-archive
  #main-contents div.pager {
    margin-top: 100px;
  }

}

/** ***************************************************************************
 * タクソノミー 一覧ページ
 * ************************************************************************* */

/** ***************************************************************************
 * タグ一覧
 */

body.page-taxonomy
#main-contents nav.tag-nav ul.list li:not(.current) a {
  color: inherit;
  transition: background-color 0.15s ease-in-out 0.0s;
  background-color: #ebebeb !important;
}

body.page-taxonomy
#main-contents nav.tag-nav ul.list li:not(.current) a:hover {
  background-color: #d9d8d8 !important;
}

/** ***************************************************************************
 * ページャー
 * ************************************************************************* */

ul.paginate-links {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

ul.paginate-links li {
  margin: 5px;
}

ul.paginate-links li:first-child {
  margin: 0;
}

ul.paginate-links li:last-child {
  margin: 0;
}

ul.paginate-links li .page-numbers {
  min-width: 1.625em;
  height: 1.625em;
  color: inherit;
  font-weight: 700;
	text-decoration: none;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
}

ul.paginate-links li .page-numbers:hover {
	color: #fff;
  background-color: #6e6e6e;
}

ul.paginate-links li .page-numbers.current {
	color: #fff;
  background-color: #6e6e6e;
}

ul.paginate-links li .page-numbers.prev {
  width: 1.25em;
  padding-top: 0;
  color: inherit;
  font-size: 1.25em;
  font-weight: 500;
  background-color: transparent;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.825em);
  left: 0;
}

ul.paginate-links li .page-numbers.prev[href] {
  opacity: 1;
}

ul.paginate-links li .page-numbers.prev:hover {
  color: inherit;
	background-color: transparent;
}

ul.paginate-links li .page-numbers.next {
  width: 1.25em;
  padding-top: 0;
  color: inherit;
  font-size: 1.25em;
  font-weight: 500;
  background-color: transparent;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.825em);
  right: 0;
}

ul.paginate-links li .page-numbers.next[href] {
  opacity: 1;
}

ul.paginate-links li .page-numbers.next:hover {
  color: inherit;
	background-color: transparent;
}

ul.paginate-links li .page-numbers.dots {
	color: inherit;
	background-color: transparent;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  ul.paginate-links {
    padding-left: 60px;
    padding-right: 60px;
  }

  ul.paginate-links li {
    margin-left: 10px;
    margin-right: 10px;
  }

  ul.paginate-links li .page-numbers.prev {
    width: 50px;
    margin-right: 20px;
  }

  ul.paginate-links li .page-numbers.next {
    width: 50px;
    margin-left: 20px;
  }

}
