.hero {
  position: relative;
  margin: 0 auto 15px; }
  @media only screen and (max-width: 768px) {
    .hero {
      max-width: 640px; } }
  @media only screen and (min-width: 769px) {
    .hero {
      max-width: 1200px; } }
  @media only screen and (max-width: 768px) {
    .hero img {
      max-width: 640px;
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .hero img {
      max-width: 1200px;
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .hero .sponly {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .hero .pconly {
      display: none; } }

.open_link a {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FF0000;
  font-weight: bold;
  margin: 0;
  padding: 4px 30px;
  text-decoration: none;
  color: #fff; }

.pagenate_area {
  text-align: center; }

.pager {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .pager {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 769px) {
    .pager {
      font-size: 1.0rem; } }
  .pager li {
    margin: 0 2px;
    background: #fff;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .pager li {
        width: 25px;
        height: 45px; } }
    @media only screen and (min-width: 769px) {
      .pager li {
        width: 40px;
        height: 40px; } }
    .pager li a {
      text-decoration: none;
      color: #555; }
      .pager li a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
    .pager li:hover {
      cursor: pointer;
      background: #ccc;
      border: #ccc solid 1px;
      color: #fff; }
  @media only screen and (max-width: 768px) {
    .pager .link_before {
      margin-right: 10px; } }
  @media only screen and (min-width: 769px) {
    .pager .link_before {
      margin-right: 30px; } }
  .pager .link_before::before {
    font-family: "Font Awesome 5 Free";
    content: "\f104"; }
    @media only screen and (max-width: 768px) {
      .pager .link_before::before {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 769px) {
      .pager .link_before::before {
        font-size: 1.1rem; } }
  .pager .link_first::before {
    font-family: "Font Awesome 5 Free";
    content: "\f100"; }
    @media only screen and (max-width: 768px) {
      .pager .link_first::before {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 769px) {
      .pager .link_first::before {
        font-size: 1.1rem; } }
  @media only screen and (max-width: 768px) {
    .pager .link_next {
      margin-left: 10px; } }
  @media only screen and (min-width: 769px) {
    .pager .link_next {
      margin-left: 30px; } }
  .pager .link_next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 1.1rem; }
  .pager .link_last::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-size: 1.1rem; }
  .pager .other_pages {
    border: #ccc solid 1px; }
  .pager .current_page {
    background: #e3f2f6;
    border: #A9CBD4 solid 1px;
    color: #204e78; }

.insta_container {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .insta_container {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto 10px; } }
  @media only screen and (min-width: 769px) {
    .insta_container {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0 auto 30px; } }
  .insta_container .insta_block {
    max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .insta_container .insta_block {
        width: 32%;
        margin: 0 0 7px; } }
    @media only screen and (min-width: 769px) {
      .insta_container .insta_block {
        width: 10.5%;
        margin: 0; } }
    .insta_container .insta_block .insta_block_pic {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.4); }
      .insta_container .insta_block .insta_block_pic::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .insta_container .insta_block .insta_block_pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover; }
        .insta_container .insta_block .insta_block_pic img:hover {
          opacity: 0.8; }
      .insta_container .insta_block .insta_block_pic:hover {
        opacity: 1; }
