@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#header {
  background-color: #f4f4f4;
}

#header .logo a {
  color: inherit;
}

#global-nav div.drawer-trigger div.icon i {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#main {
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    padding-top: 40px;
    padding-bottom: 100px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * 記事共用
 * ************************************************************************* */

#main div.body {
  max-width: 920px;
}

#main div.contents {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

/** ***************************************************************************
 * ロゴ
 */

#main div.logo {
  margin-bottom: 20px;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main div.logo {
    margin-bottom: 40px;
  }

}

/** ***************************************************************************
 * ビジュアル
 */

#article div.visual {
  margin-bottom: 35px;
  text-align: center;
}

#article div.visual img {
  border-radius: 14px;
  border: 5px solid #eee;
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article div.visual {
    margin-bottom: 70px;
  }

}

/** ***************************************************************************
 * 記事タイトル
 */

#article .article-title {
  margin-bottom: 30px;
  color: #000;
  line-height: 1.8;
  font-size: 1.25em;
  font-family: 'NotoSerifCJKjp', serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article .article-title {
    margin-bottom: 60px;
    line-height: 2;
    font-size: 1.25em;
  }

}

/** ***************************************************************************
 * 記事キャッチコピー
 */

#article .article-catchcopy {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.8;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.125em;
}

#article .article-catchcopy + * {
  margin-top: 0 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article .article-catchcopy {
    margin-bottom: 50px;
    line-height: 2;
  }

}

/** ***************************************************************************
 * 記事内容
 */

#main div.contents p + * {
  margin-top: 40px;
}

* + #main div.contents p {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main div.contents p + * {
    margin-top: 60px;
  }

  * + #main div.contents p {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * 記事写真
 */

#main div.contents div.image {
  text-align: center;
}

/** ***************************************************************************
 * 一覧に戻る
 */

#article div.button-back {
  margin-top: 50px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}

#article div.button-back a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article div.button-back {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

}
