/* CSS Document */
header, #main-img, #about {
  background-color: #fff; }

section {
  position: relative; }
  section h2 {
    color: #ff9150;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem; }
    @media screen and (max-width: 991px) {
      section h2 {
        font-size: 44px;
        font-size: 4.4rem; } }
    @media screen and (max-width: 767px) {
      section h2 {
        font-size: 40px;
        font-size: 4rem;
        margin-bottom: 4rem; } }
    @media screen and (max-width: 575px) {
      section h2 {
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 3rem; } }
    section h2 span {
      display: block;
      color: #4d4d4d;
      font-size: 20px;
      font-size: 2rem;
      margin-top: 1.5rem; }

.list-button {
  display: inline-block;
  background-color: #00a19d;
  color: #fff;
  font-weight: 500;
  border: solid 1px #00a19d;
  border-radius: 20px;
  width: 290px;
  padding: 0.5rem;
  transition: 0.3s; }
  .list-button:hover {
    color: #00a19d;
    background-color: #fff; }

#main-img {
  position: relative; }
  @media screen and (max-width: 1199px) {
    #main-img {
      height: 680px; } }
  @media screen and (max-width: 991px) {
    #main-img {
      height: 580px; } }
  @media screen and (max-width: 767px) {
    #main-img {
      height: 480px; } }
  #main-img .top-movie {
    width: 100%;
    height: 100%; }
    #main-img .top-movie video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #main-img > img {
    position: absolute;
    top: -1px;
    width: 100%; }

#blog {
  background-color: #fff8e5;
  padding: 0 0 8rem; }
  @media screen and (max-width: 991px) {
    #blog {
      padding-bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    #blog {
      padding-top: 2rem; } }
  #blog .row {
    margin: 0 -1.5rem 1rem; }
    #blog .row > div {
      padding: 0 1.5rem;
      margin-bottom: 3rem; }
    #blog .row .blog-box {
      display: block;
      color: #4d4d4d;
      background-color: #fff;
      height: 100%;
      box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      transition: 0.3s;
      overflow: hidden; }
      #blog .row .blog-box .blog-img {
        height: 220px;
        overflow: hidden; }
        @media screen and (max-width: 1199px) {
          #blog .row .blog-box .blog-img {
            height: 180px; } }
        @media screen and (max-width: 991px) {
          #blog .row .blog-box .blog-img {
            height: 160px; } }
        #blog .row .blog-box .blog-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.5s; }
      #blog .row .blog-box .blog-text {
        height: 90px;
        padding: 1rem 2rem; }
        @media screen and (max-width: 991px) {
          #blog .row .blog-box .blog-text {
            height: 80px; } }
        #blog .row .blog-box .blog-text p {
          color: #808080;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 0;
          transition: 0.3s;
          margin-bottom: 0.5rem; }
        #blog .row .blog-box .blog-text h4 {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 500;
          height: 26px;
          overflow: hidden; }
          @media screen and (max-width: 991px) {
            #blog .row .blog-box .blog-text h4 {
              height: 22px; } }
      #blog .row .blog-box:hover {
        background-color: #ff9150;
        color: #fff; }
        #blog .row .blog-box:hover .blog-img img {
          transform: scale(1.08); }
        #blog .row .blog-box:hover .blog-text p {
          color: #fff; }
        #blog .row .blog-box:hover .blog-text h5 {
          color: #fff; }

#about {
  padding: 8rem 0 16rem; }
  @media screen and (max-width: 991px) {
    #about {
      padding: 6rem 0 12rem; } }
  @media screen and (max-width: 575px) {
    #about {
      padding: 5rem 0 10rem; } }
  #about .inner {
    width: 72%;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      #about .inner {
        width: 100%; } }
  #about p {
    line-height: 2; }

#news {
  background-color: #fff8e5;
  padding: 2rem 0 10rem; }
  @media screen and (max-width: 991px) {
    #news {
      padding: 1rem 0 6rem; } }
  #news .inner {
    width: 72%;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      #news .inner {
        width: 100%; } }
  #news h2 {
    color: #00a19d; }
  #news ul {
    margin-bottom: 3rem; }
    #news ul li {
      padding: 1rem;
      border-left: solid 2px #00a19d;
      margin-bottom: 1.5rem; }
      #news ul li:last-child {
        margin-bottom: 0; }
      #news ul li a {
        display: flex;
        align-items: center; }
        #news ul li a p {
          color: #4d4d4d;
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 0;
          margin-right: 1em; }
        #news ul li a h5 {
          color: #00a19d;
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 0;
          height: 20px;
          overflow: hidden; }
        #news ul li a:hover p {
          color: #ff9150; }
        #news ul li a:hover h5 {
          color: #ff9150; }
  #news .list-button {
    display: inline-block;
    background-color: #00a19d;
    color: #fff;
    font-weight: 500;
    border: solid 1px #00a19d;
    border-radius: 20px;
    width: 290px;
    padding: 0.5rem;
    transition: 0.3s;
    text-align: center; }
    #news .list-button:hover {
      color: #00a19d;
      background-color: #fff; }
    @media screen and (max-width: 767px) {
      #news .list-button {
        margin-bottom: 4rem; } }
  #news .fb-content {
    overflow: hidden;
    height: 250px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #news .fb-content {
        margin-top: 3rem;
        height: 300px; } }
  #news > img:first-of-type {
    position: absolute;
    top: -15%;
    left: 15%;
    width: 130px;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      #news > img:first-of-type {
        top: -13%;
        left: 5%; } }
    @media screen and (max-width: 575px) {
      #news > img:first-of-type {
        top: -8%;
        left: 0;
        width: 115px; } }
  #news > img:last-of-type {
    position: absolute;
    top: -15%;
    right: 18%;
    width: 150px;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      #news > img:last-of-type {
        right: 8%; } }
    @media screen and (max-width: 575px) {
      #news > img:last-of-type {
        top: -8%;
        right: 0;
        width: 120px; } }

#anniversary {
  padding: 6rem 0; }
  #anniversary::before {
    background-image: url("../img/top-parallax.png");
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2; }
  #anniversary iframe {
    border: solid 2px #f599a0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 625px; }
    @media screen and (max-width: 1199px) {
      #anniversary iframe {
        height: 525px; } }
    @media screen and (max-width: 991px) {
      #anniversary iframe {
        height: 390px; } }
    @media screen and (max-width: 767px) {
      #anniversary iframe {
        height: 288px; } }
    @media screen and (max-width: 575px) {
      #anniversary iframe {
        height: 196px; } }

#links {
  background-image: url("../img/top-backpattern.png");
  background-repeat: repeat;
  padding: 6rem 0 14rem; }
  @media screen and (max-width: 1199px) {
    #links {
      padding-bottom: 12rem; } }
  @media screen and (max-width: 991px) {
    #links {
      padding-bottom: 10rem; } }
  @media screen and (max-width: 767px) {
    #links .inner {
      width: 70%; } }
  @media screen and (max-width: 575px) {
    #links .inner {
      width: 90%; } }
  #links .row > div {
    margin-bottom: 1.5rem; }
  #links .link-box-w {
    display: block;
    background-color: #fff;
    padding: 0.5rem; }
    #links .link-box-w .bw-img {
      height: 160px;
      overflow: hidden; }
      @media screen and (max-width: 1199px) {
        #links .link-box-w .bw-img {
          height: 140px; } }
      @media screen and (max-width: 991px) {
        #links .link-box-w .bw-img {
          height: 120px; } }
      @media screen and (max-width: 767px) {
        #links .link-box-w .bw-img {
          height: 160px; } }
      #links .link-box-w .bw-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s; }
    #links .link-box-w h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      color: #00a19d;
      text-align: center;
      padding: 2rem 0 1rem; }
      @media screen and (max-width: 991px) {
        #links .link-box-w h3 {
          font-size: 18px;
          font-size: 1.8rem;
          padding: 1.5rem 0 0.5rem; } }
    #links .link-box-w:hover img {
      transform: scale(1.08); }
    #links .link-box-w:hover h3 {
      color: #ff9150; }
  #links .link-box-g {
    display: block;
    background-color: #00a19d;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    border: solid 1px #00a19d;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      #links .link-box-g {
        padding: 0.75rem 0; } }
    #links .link-box-g::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      font-size: 20px;
      font-size: 2rem;
      font-weight: 900;
      margin-left: 1rem;
      vertical-align: middle; }
    #links .link-box-g:hover {
      background-color: #fff;
      color: #00a19d; }

#access {
  background-color: #fff8e5;
  padding-top: 2rem 0 10rem; }
  #access .inner {
    width: 72%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 991px) {
      #access .inner {
        width: 100%; } }
  #access ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 5.5rem; }
  #access img {
    width: 600px;
    margin-bottom: 8rem; }
    @media screen and (max-width: 991px) {
      #access img {
        width: 500px; } }
    @media screen and (max-width: 767px) {
      #access img {
        width: 400px; } }
  #access iframe {
    height: 340px; }
    @media screen and (max-width: 991px) {
      #access iframe {
        height: 300px; } }
