@charset "UTF-8";
/* Scss Document */
/****************************
SP用コード
****************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

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

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

  #container {
    width: 100%;
    height: 100%; }

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

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

  a.prev {
    display: inline-block;
    width: 45%;
    margin-bottom: 30px;
    float: left;
    background: #FFD54C;
    padding: 10px;
    font-size: 15px;
    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: 45%;
    margin-bottom: 30px;
    float: right;
    background: #FFD54C;
    padding: 10px;
    font-size: 15px;
    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%;
    padding: 0px 0 10px;
    background: #0F2D3B;
    clear: both; }
    #footer a.top {
      display: block;
      width: 100%;
      padding: 15px 10px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin: 0 auto 50px;
      transition: 0.3s;
      background: #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; } }