@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; }

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

  body {
    width: 100%;
    height: 100%;
    min-height: 700px;
    background: url(../images/bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: hidden; }

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

  #container {
    width: 100%;
    min-width: 900px;
    height: 100%;
    min-height: 700px;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    position: relative; }

  #nav-wrap {
    width: 300px;
    height: 100%;
    min-height: 700px;
    position: fixed;
    top: 0;
    flex: 0 0 300px;
    border-right: 5px solid #FFD54C;
    background: #0F2D3B; }
    #nav-wrap h2 {
      color: #fff;
      font-size: 20px;
      border-left: 5px solid #fff;
      padding-left: 15px;
      margin: 50px 0; }
    #nav-wrap ul {
      width: 100%; }
      #nav-wrap ul li {
        width: 100%;
        margin-bottom: 10px; }
        #nav-wrap ul li a {
          display: block;
          padding: 10px 30px;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          background: #40BEB8; }
          #nav-wrap ul li a.active {
            background: #FFD54C;
            color: #0F2D3B; }
    #nav-wrap 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;
      position: absolute;
      bottom: 200px;
      left: 20%;
      transition: 0.3s; }
      #nav-wrap a.top:hover {
        background: #E73720;
        border: 1px solid #E73720; }
    #nav-wrap .cloud {
      width: 100%;
      height: 0;
      padding-top: 50%;
      background: url(../images/cloud.png) center no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 30px; }
    #nav-wrap #copyright {
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      margin-bottom: 10px; }
      #nav-wrap #copyright p {
        display: block;
        color: #999999;
        font-size: 10px;
        text-align: center; }

  #contents {
    width: 100%;
    padding-left: 300px;
    background: #EBDEC6; }
    #contents #header {
      width: 100%;
      height: 0;
      padding-top: 9.848%;
      background: url(../images/header_bg.png) center no-repeat;
      background-size: cover; }
    #contents ul#news-wrap {
      background: #fff;
      min-height: 80vh;
      width: 94%;
      margin: 40px auto 30px;
      padding: 30px;
      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: 75%;
          float: left;
          padding-right: 30px; }
          #contents ul#news-wrap li.news-list .left .day {
            display: inline-block;
            margin-right: 10px;
            color: #333; }
          #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: 10px;
            color: #333;
            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: 25%;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: 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.3); }
    #contents .pager {
      overflow: hidden;
      margin-bottom: 40px; }
      #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: #40BEB8;
              color: #0F2D3B; }
        #contents .pager ul .current a {
          color: #0F2D3B;
          background: #40BEB8 !important; } }

/*往復書簡用*/
	.letter-title{
		font-weight:bold;
	}
/**/