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

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

  .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/3rd/sp_header_bg.gif) center no-repeat;
    background-size: cover; }

  #nav-wrap {
    background-size: auto auto;
    background-color: rgba(249, 219, 232, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px );
    padding: 0 10px 20px; }
    #nav-wrap h2 {
      display: block;
      color: #009FE8;
      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: 0.8em; }
      #nav-wrap ul li {
        width: 49%;
        margin-bottom: 10px; }
        #nav-wrap ul li a {
          display: block;
          height: 40px;
          line-height: 40px;
          color: #000;
          font-size: 13px;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
          background: #FFF; }
          #nav-wrap ul li a.active {
            background: #FFF000;
            color: #E75297; }

  .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;*/
    display:none;}

  #contents ul#news-wrap {
    background: #fff;
    width: 94%;
    margin: 0 auto 20px;
    padding: 30px 15px 5px;}
    #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;
            width:10em;
            text-align: center;
          margin-bottom: 5px;
            background:#000;
            padding: 2px 10px;
            font-size: 12px;
            color: #FFF;}
        #contents ul#news-wrap li.news-list .left .category {
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 5px;
          padding: 2px 8px;
          font-size: 11px;
          color: #000;
          background: #fff000; }
        #contents ul#news-wrap li.news-list .left .new {
          display: inline-block;
          font-size: 12px;
          margin-right: 10px;
          color: #E75297;
          font-weight:600;}
        #contents ul#news-wrap li.news-list .left .news-text {
          display: block;
          margin-top: 5px;
          color: #000;
          font-weight:600;
          font-size: 16px;
          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 {
        display: block;
        margin: 0 5px;
        position: relative;
        left: -50%;
        float: left;
          padding: 0.3em 1em;
          background: #FFF;
          border:solid 1px #000; }
        #contents .pager ul li span {
          display: block;
          font-size: 14px;
          padding: 0.3em 1em;
          border-radius: 3px; }
        #contents .pager ul li a {
          font-size: 14px;
          color: #000;
          text-decoration: none; }
          #contents .pager ul li.hover {
            background: #000;
            border:solid 1px #000;
            color: #FFF; }
      #contents .pager ul .current a {
        /*color: #0F2D3B;
        background: #40BEB8 !important;*/ }
     #contents .pager ul li:first-child a:before {
            content:'';
            display:inline-block;
            width:10px;
            height:10px;
        margin:0 0 3px 0;
            background:url("../../images/3rd/tri_rew.gif")no-repeat;
            background-size:contain;
            vertical-align: middle;
    }
    #contents .pager ul li:nth-child(2) a:after {
            content:'';
            display:inline-block;
            width:10px;
            height:10px;
        margin:0 0 3px 3px;
            background:url("../../images/3rd/tri_ff.gif")no-repeat;
            background-size:contain;
            vertical-align: middle;
    }

  #footer {
    width: 100%;
    position:relative;
    padding: 30px 0 10px;
    background-color: rgba(249, 219, 232, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px ); }
    #footer a.top {
      display: block;
      width: 60%;
      padding: 8px 10px;
      text-align: center;
      background:#FFF000;
      color: #000;
      font-weight:600;
      text-decoration: none;
      margin: 0 auto 50px;
      transition: 0.3s; }
      #footer a.top.hover {
        background: #E75297;}
    #footer #copyright {
      width: 100%;
      display: block;
      background:#009FE8;
      position: absolute;
      bottom: 0;
      padding: 5px 0; }
      #footer #copyright p {
        display: block;
        color: #fff;
        font-size: 10px;
        text-align: center; } }