@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden; }

header#top-header {
  background: url("../img/top-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 600px;
  padding-top: 1.5rem; }
  @media screen and (max-width: 575px) {
    header#top-header {
      height: 750px; } }
  header#top-header h1 {
    color: #ffffff; }
  header#top-header h1 + div {
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      header#top-header h1 + div {
        display: flex; } }
    @media screen and (max-width: 575px) {
      header#top-header h1 + div {
        display: block; } }
    header#top-header h1 + div a {
      color: #ffffff; }
    header#top-header h1 + div ul {
      display: block;
      text-align: right; }
      @media screen and (max-width: 575px) {
        header#top-header h1 + div ul {
          text-align: center; } }
      header#top-header h1 + div ul li:first-child {
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff; }
        @media screen and (max-width: 767px) {
          header#top-header h1 + div ul li:first-child {
            line-height: 15px;
            padding: 0.5rem 0; } }
        @media screen and (max-width: 575px) {
          header#top-header h1 + div ul li:first-child {
            padding-top: 0;
            margin-top: 0; } }
        header#top-header h1 + div ul li:first-child p {
          margin: 0; }
      @media screen and (max-width: 575px) {
        header#top-header h1 + div ul li:nth-child(2) {
          margin: 0; } }
      header#top-header h1 + div ul li:nth-child(2) a {
        display: inline-block;
        background: #4D9A24;
        color: #fff;
        text-align: center;
        font-weight: 400;
        padding: 0.3rem 2rem 0.5rem 2rem;
        border-radius: 0.5rem;
        width: 250px;
        margin-bottom: 0.5rem; }
        @media screen and (max-width: 767px) {
          header#top-header h1 + div ul li:nth-child(2) a {
            width: 200px; } }
        @media screen and (max-width: 575px) {
          header#top-header h1 + div ul li:nth-child(2) a {
            display: block;
            width: auto;
            margin: 0 4rem; } }
        header#top-header h1 + div ul li:nth-child(2) a:hover {
          background: #3A731B;
          color: #FCEE21; }
      @media screen and (max-width: 575px) {
        header#top-header h1 + div ul li:last-child {
          margin: 0; } }
      header#top-header h1 + div ul li:last-child a {
        display: inline-block;
        background: #93278F;
        color: #fff;
        text-align: center;
        font-weight: 400;
        padding: 0.3rem 2rem 0.5rem 2rem;
        border-radius: 0.5rem;
        width: 250px; }
        @media screen and (max-width: 767px) {
          header#top-header h1 + div ul li:last-child a {
            width: 200px; } }
        @media screen and (max-width: 575px) {
          header#top-header h1 + div ul li:last-child a {
            display: block;
            width: auto;
            margin: 0 4rem; } }
        header#top-header h1 + div ul li:last-child a:hover {
          background: #6E1D6B;
          color: #FCEE21; }
  header#top-header .top-title {
    margin-top: 2rem;
    text-align: center; }
    header#top-header .top-title img {
      margin: auto;
      display: block;
      width: 230px; }
    header#top-header .top-title img + img {
      width: 200px;
      margin-top: 1rem;
      filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.8)); }
    header#top-header .top-title figcaption {
      font-size: 11px;
      color: #fff;
      text-align: left;
      display: inline-block;
      padding-top: 0.5rem; }
    header#top-header .top-title:after {
      display: none; }

article {
  background: none !important; }
  @media screen and (max-width: 991px) {
    article {
      padding: 2rem 0; } }

#news h3 {
  font-size: 23px;
  font-size: 2.3rem;
  background: #E9D4E9;
  border: none;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.5rem 3rem;
  margin: 0;
  border: 1px solid #E9D4E9;
  border-bottom: none; }
  #news h3 span {
    color: #000000;
    padding-right: 1rem; }
#news div {
  border: 1px solid #E9D4E9;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #ffffff;
  height: 200px;
  overflow: scroll; }
  @media screen and (max-width: 991px) {
    #news div {
      height: 200px; } }
  #news div dl {
    margin: 1.5rem 2rem; }
    #news div dl dt {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0rem 1rem;
      display: inline-block;
      background: #93278F;
      color: #ffffff;
      border-radius: 0.5rem; }
    #news div dl dd {
      border-bottom: 1px solid #C4C4C4;
      padding: 0.5rem 0; }
      #news div dl dd a {
        color: #93278F; }
        #news div dl dd a:hover {
          color: #E9D4E9; }
#news .news-box {
  height: 275px; }
  @media screen and (max-width: 1199px) {
    #news .news-box {
      height: 265px; } }
  @media screen and (max-width: 991px) {
    #news .news-box {
      height: 255px; } }
  @media screen and (max-width: 767px) {
    #news .news-box {
      height: 250px; } }
  @media screen and (max-width: 575px) {
    #news .news-box {
      height: 275px; } }

@media screen and (max-width: 575px) {
  #Facebook {
    margin-bottom: 6rem; } }
#Facebook h3 {
  background: none;
  border: none;
  padding-top: 0.5rem; }
  #Facebook h3 img {
    width: 80%; }
#Facebook div.time-line {
  height: 180px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    #Facebook div.time-line {
      height: 180px; } }

@media screen and (max-width: 575px) {
  #sns {
    margin-bottom: 4rem;
    text-align: center; } }
#sns div.time-line {
  height: 250px;
  overflow: hidden;
  margin-bottom: 1rem; }
#sns .instagram a:hover {
  opacity: 0.7; }

#search {
  background: #D7E6B8;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  padding: 2rem; }
  #search h3 {
    background: none;
    border: none;
    color: #00853C;
    font-size: 25px;
    font-size: 2.5rem; }
  #search ul {
    padding: 0;
    margin: auto; }
    #search ul li {
      padding: 0 0.5rem; }
      #search ul li dl {
        background: #fff;
        padding: 2rem;
        border-radius: 0.5rem;
        min-height: 180px;
        position: relative; }
        @media screen and (max-width: 991px) {
          #search ul li dl {
            min-height: 175px; } }
        @media screen and (max-width: 767px) {
          #search ul li dl {
            min-height: inherit; } }
        #search ul li dl:after {
          content: "";
          height: 80px;
          width: 95px;
          background: url("../img/purpose-icon-01.svg");
          background-repeat: no-repeat;
          background-size: auto;
          filter: drop-shadow(3px 3px 5px rgba(131, 131, 131, 0.6));
          position: absolute;
          top: -10px;
          right: -10px; }
        #search ul li dl dt {
          color: #00853C;
          font-size: 20px;
          font-size: 2rem;
          margin-bottom: 1rem; }
        #search ul li dl dd ul li {
          padding: 0;
          display: block;
          line-height: 2.3rem;
          text-indent: -1em;
          padding-left: 1rem; }
          @media screen and (max-width: 575px) {
            #search ul li dl dd ul li {
              font-size: 14px;
              font-size: 1.4rem; } }
          #search ul li dl dd ul li a {
            color: #000; }
            #search ul li dl dd ul li a:before {
              content: "・"; }
            #search ul li dl dd ul li a:hover {
              color: #93278F; }
            #search ul li dl dd ul li a span {
              font-size: 13px;
              font-size: 1.3rem; }
    #search ul li:nth-child(2) dl {
      position: relative; }
      #search ul li:nth-child(2) dl:after {
        background: url("../img/purpose-icon-02.svg");
        background-repeat: no-repeat;
        background-size: auto;
        filter: drop-shadow(3px 3px 5px rgba(131, 131, 131, 0.6)); }
    #search ul li:nth-child(3) dl {
      position: relative; }
      #search ul li:nth-child(3) dl:after {
        background: url("../img/purpose-icon-03.svg");
        background-repeat: no-repeat;
        background-size: auto;
        filter: drop-shadow(3px 3px 5px rgba(131, 131, 131, 0.6)); }
    #search ul li:nth-child(4) dl {
      position: relative;
      min-height: 250px; }
      @media screen and (max-width: 991px) {
        #search ul li:nth-child(4) dl {
          min-height: 285px; } }
      @media screen and (max-width: 767px) {
        #search ul li:nth-child(4) dl {
          min-height: inherit; } }
      #search ul li:nth-child(4) dl:after {
        background: url("../img/purpose-icon-04.svg");
        background-repeat: no-repeat;
        background-size: auto;
        filter: drop-shadow(3px 3px 5px rgba(131, 131, 131, 0.6)); }
    #search ul li:last-child dl {
      position: relative;
      min-height: 250px; }
      @media screen and (max-width: 991px) {
        #search ul li:last-child dl {
          min-height: 285px; } }
      @media screen and (max-width: 767px) {
        #search ul li:last-child dl {
          min-height: inherit; } }
      #search ul li:last-child dl:after {
        background: url("../img/purpose-icon-05.svg");
        background-repeat: no-repeat;
        background-size: auto;
        filter: drop-shadow(3px 3px 5px rgba(131, 131, 131, 0.6)); }

#site-map h3 {
  color: #000;
  background: none;
  display: inline-block;
  border-top: none;
  border-bottom: 3px dashed #93278F; }
#site-map div.row div {
  padding-right: 0rem; }
@media screen and (max-width: 767px) {
  #site-map div.row div:nth-child(2n+1) {
    padding-right: 1rem; } }
@media screen and (max-width: 767px) {
  #site-map div.row div:nth-child(2n) {
    padding-left: 1rem; } }
#site-map h4 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media screen and (max-width: 575px) {
    #site-map h4 {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold; } }
  #site-map h4:before {
    display: none;
    font-weight: bold; }
#site-map ul {
  padding: 0; }
  #site-map ul li {
    display: block;
    text-indent: -0.8em;
    padding-left: 0.8em; }
    @media screen and (max-width: 575px) {
      #site-map ul li {
        font-size: 14px;
        font-size: 1.4rem; } }
    #site-map ul li a {
      color: #000; }
      #site-map ul li a:hover {
        color: #93278F; }
      #site-map ul li a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        padding-right: 0.5rem;
        color: #93278F; }
      #site-map ul li a span {
        font-size: 14px;
        font-size: 1.4rem; }
