@charset "UTF-8";
/*----------------------------------------
Name: index.scss
import: _mq_index.scss
----------------------------------------*/
/* 全端末共通
-------------------------------------------------- */
/* _mq_index.scss */
#indexMenu {
  padding-bottom: 55px;
  zoom: 1;
}
#indexMenu li {
  float: left;
  width: 32.09302%;
  margin-right: 1.86047%;
  margin-bottom: 1.86047%;
  background: #FFF;
}
#indexMenu li img {
  width: 100%;
  height: auto;
}
#indexMenu:before, #indexMenu:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#indexMenu:after {
  clear: both;
}

#newsEvent h2 {
  margin-bottom: 12px;
}
#newsEvent .date {
  font-size: 12px;
}
#newsEvent h3 {
  font-weight: bold;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* _mq_index.scss */
  #indexMenu li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }
  #indexMenu li:nth-child(2n) {
    margin-right: 0;
  }

  #newsEvent {
    margin-bottom: 30px;
  }
  #newsEvent ul {
    border-top: 1px solid #000;
  }
  #newsEvent ul li {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    zoom: 1;
  }
  #newsEvent ul li h3, #newsEvent ul li .date, #newsEvent ul li .text {
    float: right;
    width: 65%;
  }
  #newsEvent ul li a {
    color: #000;
  }
  #newsEvent ul li img {
    width: 30%;
    max-width: 140px;
    height: auto;
  }
  #newsEvent ul li:before, #newsEvent ul li:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #newsEvent ul li:after {
    clear: both;
  }
}
/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 909px) {
  /* _mq_index.scss */
  #indexMenu li:nth-child(3n) {
    margin-right: 0;
  }

  #newsEvent ul {
    padding: 10px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    zoom: 1;
  }
  #newsEvent ul h3 {
    margin-bottom: 25px;
  }
  #newsEvent ul li {
    float: left;
    width: 175px;
    height: 358px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #000;
  }
  #newsEvent ul li a {
    color: #000;
  }
  #newsEvent ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  #newsEvent ul li:hover {
    cursor: pointer;
  }
  #newsEvent ul li:hover a {
    text-decoration: underline;
  }
  #newsEvent ul li:hover img {
    background: #FFF;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
  }
  #newsEvent ul:before, #newsEvent ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #newsEvent ul:after {
    clear: both;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 910px) {
  /* _mq_index.scss */
  #indexMenu {
    padding-top: 5px;
  }
  #indexMenu li:nth-child(3n) {
    margin-right: 0;
  }

  #newsEvent {
    width: 530px;
    float: left;
  }
  #newsEvent ul {
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    zoom: 1;
  }
  #newsEvent ul li {
    float: left;
    width: 182px;
    min-height: 338px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000;
  }
  #newsEvent ul li a {
    color: #000;
  }
  #newsEvent ul li .text {
    margin-bottom: 25px;
  }
  #newsEvent ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  #newsEvent ul li:hover {
    cursor: pointer;
  }
  #newsEvent ul li:hover a {
    text-decoration: underline;
  }
  #newsEvent ul li:hover img {
    background: #FFF;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
  }
  #newsEvent ul:before, #newsEvent ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #newsEvent ul:after {
    clear: both;
  }

  #facebook {
    float: right;
    width: 276px;
  }
  #facebook h2 {
    margin-bottom: 12px;
  }
}

/*# sourceMappingURL=index.css.map */
