@charset "UTF-8";
/* Scss Document */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.bold {
  font-weight: bold; }

.under {
  text-decoration: underline; }

.red {
  color: #E73720; }

.green {
  color: #40BEB8; }

.gray {
  color: #868686; }

.italic {
  font-style: italic; }

/****************************
PC用コード
****************************/
@media screen and (min-width: 769px) {
  .sp {
    display: none; }

  body {
    width: 100%;
    height: 100%;
    background: #EBDEC6; }

  .is-hide {
    display: none !important; }

  #container {
    width: 100%;
    min-width: 900px;
    height: 100%;
    min-height: 700px;
    max-width: 1800px;
    margin: 0 auto;
    background: #fff; }

  #header {
    width: 100%;
    height: 0;
    padding-top: 9.848%;
    background: url(../images/header_bg.png) center no-repeat;
    background-size: cover; }

  #contents {
    width: 100%;
    padding: 50px 50px; }
    #contents .category {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 15px;
      padding: 2px 30px;
      font-size: 15px;
      color: #fff;
      background: #40BEB8; }
    #contents .news-title {
      display: block;
      font-size: 25px;
      margin-bottom: 10px; }
    #contents .date {
      display: block;
      text-align: right;
      font-size: 18px; }
    #contents ul.photos {
      width: 70%;
      margin: 60px auto 100px; }
      #contents ul.photos li.photo {
        width: 100%;
        text-align: center; }
        #contents ul.photos li.photo img {
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 50%;
          margin: 0 auto; }
    #contents .text {
      line-height: 1.9em;
      margin-bottom: 50px; }

  a.prev {
    display: inline-block;
    width: 30%;
    margin-bottom: 50px;
    float: left;
    background: #FFD54C;
    padding: 15px;
    font-size: 17px;
    line-height: 47px;
    text-align: center;
    color: #333;
    text-decoration: none;
    border-radius: 0px 50px 50px 0px;
    transition: 0.5s; }
    a.prev:hover {
      width: 26%;
      transition: 0.5s; }

  a.next {
    display: inline-block;
    width: 30%;
    margin-bottom: 50px;
    float: right;
    background: #FFD54C;
    padding: 15px;
    font-size: 17px;
    line-height: 47px;
    text-align: center;
    color: #333;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    transition: 0.5s; }
    a.next:hover {
      width: 26%;
      transition: 0.5s; }

  #footer {
    width: 100%;
    clear: both;
    padding: 30px 0 10px;
    background: #0F2D3B; }
    #footer a.top {
      display: block;
      width: 60%;
      max-width: 400px;
      border: 1px solid #787878;
      border-radius: 10px;
      padding: 15px 10px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin: 0 auto 40px;
      transition: 0.3s; }
      #footer a.top:hover {
        background: #E73720;
        border: 1px solid #E73720; }
    #footer .tw {
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: 50px; }
      #footer .tw a.twitter-share-button {
        display: inline-block;
        width: 250px;
        margin: 0 auto;
        padding: 15px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #1da1f2; }
    #footer #copyright {
      width: 100%;
      display: block; }
      #footer #copyright p {
        display: block;
        color: #fff;
        font-size: 10px;
        text-align: center; } }