/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
.news_show {
  background: red;
  color: yellow;
}
.news_show ul {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.news_show ul li {
  display: grid;
  grid-template-columns: 8em 1fr;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  padding: 10px;
}
.news_show ul li p {
  text-align: left;
}

#top_img_pc {
  aspect-ratio: 5/2;
}
#top_img_pc > div:nth-child(1) {
  aspect-ratio: 5/2;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
#top_img_pc > div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 5/2;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #top_img_pc {
    display: none;
  }
}

#top_img_sp {
  display: none;
  aspect-ratio: 3/2;
}
#top_img_sp > div:nth-child(1) {
  aspect-ratio: 3/2;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
#top_img_sp > div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 3/2;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #top_img_sp {
    display: block;
  }
}

#breadcrumb {
  display: none;
}

#sns_btn {
  display: none;
}

#prf_map {
  background: url(grp/flag.png) top center repeat-x;
  padding: 60px 0 0 0;
}
#prf_map section {
  width: 1200px;
  max-width: 100%;
}
#prf_map section:nth-child(1) {
  margin: 0 auto;
}
#prf_map section:nth-child(2) {
  margin: 30px auto 0 auto;
}
#prf_map iframe {
  min-height: 350px;
}
@media screen and (max-width: 1199px) {
  #prf_map {
    padding: 60px 20px 0 20px;
  }
}

#top_aisatu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#top_aisatu div:nth-of-type(1) h3 {
  font-size: 26px;
  line-height: 39px;
  font-size: 1.625rem;
  line-height: 2.4375rem;
  color: #159989;
}
#top_aisatu div:nth-of-type(1) p {
  margin: 10px auto 0 auto;
  text-align: left;
}
#top_aisatu div:nth-of-type(1) figure {
  margin: 10px auto 0 auto;
}
#top_aisatu div:nth-of-type(1) figure a img {
  width: 320px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px #CCC;
}
#top_aisatu div:nth-of-type(1) figure a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#top_aisatu div:nth-of-type(2) {
  padding: 3px;
  background: #97dfec;
  border-radius: 10px;
  overflow: hidden;
}
#top_aisatu div:nth-of-type(2) iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  #top_aisatu {
    display: block;
  }
  #top_aisatu div:nth-of-type(1) {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 10px 20px;
    align-items: center;
  }
  #top_aisatu div:nth-of-type(1) h3 {
    grid-column: 1/3;
  }
  #top_aisatu div:nth-of-type(2) {
    margin: 20px auto 0 auto;
  }
  #top_aisatu div:nth-of-type(2) iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #top_aisatu div:nth-of-type(1) {
    display: block;
  }
}

#info_ph {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50%;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 1199px) {
  #info_ph {
    display: block;
  }
}

section#infobox > div {
  position: relative;
  background: url(grp/info_bird.png) top 30px right 30px no-repeat, url(grp/info_flower.png) bottom 0 right 20px no-repeat, #fdf2d7;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px #CCC;
}
section#infobox > div h3 {
  text-align: left;
  font-size: 28px;
  line-height: 42px;
  font-size: 1.75rem;
  line-height: 2.625rem;
}
section#infobox > div h3 i {
  margin: 0 0.3em 0 0;
  color: #14702e;
}
section#infobox > div ul {
  margin: 10px auto 0 auto;
}
section#infobox > div ul li {
  text-align: left;
  display: none;
  padding: 13px 10px 13px 30px;
  position: relative;
  border-top: 1px dotted #8d755f;
}
section#infobox > div ul li a {
  display: inline-block;
  color: #3e8a7c;
}
section#infobox > div ul li a:hover {
  text-decoration: none;
}
section#infobox > div ul li a time {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
section#infobox > div ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  position: absolute;
  color: #ffbd44;
  top: 50%;
  left: 0;
  margin-top: -15px;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
section#infobox > div ul li:nth-child(-n+5) {
  display: block;
}
section#infobox > div ul li:nth-of-type(5) {
  border-bottom: 1px dotted #8d755f;
}
section#infobox > div > aside {
  position: absolute;
  top: 45px;
  right: 20px;
}
section#infobox > div > aside a {
  display: block;
  color: #318c88;
  background: white;
  text-decoration: none;
  padding: 0.3em 1em 0.1em 1em;
  border-radius: 10px;
  border: 1px solid silver;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
section#infobox > div > aside a i {
  margin: 0 0 0 0.3em;
}
section#infobox > div > aside a:hover {
  color: #74c2be;
}
@media screen and (max-width: 1199px) {
  section#infobox {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
  }
  section#infobox > div ul li a {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1em;
    align-items: center;
  }
}

div#ph ul li img {
  width: 60%;
  border-radius: 10px;
  border: 3px solid white;
}
div#ph ul li:nth-of-type(1) {
  text-align: left;
}
div#ph ul li:nth-of-type(2) {
  text-align: right;
  margin-top: -40px;
}
@media screen and (max-width: 1199px) {
  div#ph {
    margin: 30px auto 0 auto;
  }
  div#ph ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  div#ph ul li img {
    width: auto;
  }
  div#ph ul li:nth-of-type(2) {
    margin-top: 0;
  }
}/*# sourceMappingURL=index.css.map */