@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%;
    display: flex;
    flex-direction: column; }

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

  #nav-wrap {
    background: #0F2D3B;
    padding: 0 10px 20px; }
    #nav-wrap h2 {
      display: block;
      color: #fff;
      font-weight: bold;
      text-align: center;
      font-size: 20px;
      margin: 20px auto; }
    #nav-wrap ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #nav-wrap ul li.all {
        width: 100%; }
      #nav-wrap ul li.magazin a {
        font-size: 13px; }
      #nav-wrap ul li {
        width: 49%;
        margin-bottom: 10px; }
        #nav-wrap ul li a {
          display: block;
          height: 40px;
          line-height: 40px;
          color: #fff;
          font-size: 15px;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
          background: #40BEB8; }
          #nav-wrap ul li a.active {
            background: #FFD54C;
            color: #0F2D3B; }

  .triangle {
    width: 0;
    height: 0;
    border-top: 30px solid #0F2D3B;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    margin: 0px auto;
    display: block;
    text-align: center; }

  #contents ul#news-wrap {
    background: #fff;
    width: 94%;
    margin: 20px auto 30px;
    padding: 30px 15px 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }
    #contents ul#news-wrap li.news-list {
      border-bottom: 1px solid #707070;
      margin-bottom: 20px;
      padding-bottom: 20px;
      display: flex; }
      #contents ul#news-wrap li.news-list .left {
        width: 70%;
        float: left;
        padding-right: 10px; }
        #contents ul#news-wrap li.news-list .left .day {
          display: block;
          margin-bottom: 5px;
          color: #333;
          font-size: 14px; }
        #contents ul#news-wrap li.news-list .left .category {
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 5px;
          padding: 2px 10px;
          font-size: 12px;
          color: #fff;
          background: #40BEB8; }
        #contents ul#news-wrap li.news-list .left .new {
          display: inline-block;
          margin-right: 10px;
          color: #E73720; }
        #contents ul#news-wrap li.news-list .left .news-text {
          display: block;
          margin-top: 5px;
          color: #333;
          font-size: 12px;
          text-decoration: none; }
          #contents ul#news-wrap li.news-list .left .news-text.hover {
            color: #40BEB8; }
      #contents ul#news-wrap li.news-list .right {
        width: 30%;
        height: 40%;
        margin-top: 25px;
        overflow: hidden;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        #contents ul#news-wrap li.news-list .right img {
          width: 100%;
          height: auto;
          transition: 0.5s; }
      #contents ul#news-wrap li.news-list.hover .right img {
        transition: 0.5s;
        transform: scale(1.2); }
  #contents .pager {
    overflow: hidden;
    margin-bottom: 30px; }
    #contents .pager ul {
      list-style: none;
      position: relative;
      left: 50%;
      float: left; }
      #contents .pager ul li {
        margin: 0 5px;
        position: relative;
        left: -50%;
        float: left; }
        #contents .pager ul li span {
          display: block;
          font-size: 16px;
          padding: 0.6em 1em;
          border-radius: 3px; }
        #contents .pager ul li a {
          display: block;
          font-size: 16px;
          padding: 0.6em 1em;
          border-radius: 3px;
          background: #0F2D3B;
          color: #fff;
          text-decoration: none; }
          #contents .pager ul li a.hover {
            background: #333;
            color: #FFF; }
      #contents .pager ul .current a {
        color: #0F2D3B;
        background: #40BEB8 !important; }

  #footer {
    width: 100%;
    padding: 30px 0 10px;
    background: #0F2D3B; }
    #footer a.top {
      display: block;
      width: 60%;
      border: 1px solid #787878;
      border-radius: 10px;
      padding: 8px 10px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin: 0 auto 50px;
      transition: 0.3s; }
      #footer a.top.hover {
        background: #E73720;
        border: 1px solid #E73720; }
    #footer #copyright {
      width: 100%;
      display: block; }
      #footer #copyright p {
        display: block;
        color: #fff;
        font-size: 10px;
        text-align: center; } }