@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section_contents_head {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 0 20px 0;
  /*
  background: url(../images/history/haed_back.jpg)no-repeat center;
  background-size: cover;
  */
}
#section_contents_head .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_contents_head ul.pankz {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section_contents_head ul.pankz li {
  display: inline-block;
  padding-right: 2.5em;
  position: relative;
}
#section_contents_head ul.pankz li::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0.75em;
}
#section_contents_head ul.pankz li:last-child::after {
  content: none;
}
#section_contents_head ul.pankz li a {
  color: #3a88d6;
  text-decoration: underline;
}
#section_contents_head h1 {
  color: #98a2ab;
  font-weight: 500;
  margin-top: 1.65em;
}

main {
  background: url(../images/main_back.jpg) no-repeat center top;
  background-size: cover;
}

#section02 {
  width: 100%;
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 5vw;
    padding-bottom: 25vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
#section02 ul.submenu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul.submenu li {
  width: 16.6666666667%;
  border-right: 1px solid #4cad48;
}
@media screen and (max-width:800px) {
  #section02 ul.submenu li {
    width: 33.3333333333%;
    border-right: 0px solid #4cad48;
    border-left: 1px solid #4cad48;
  }
}
#section02 ul.submenu li:first-child {
  border-left: 1px solid #4cad48;
}
@media screen and (max-width:800px) {
  #section02 ul.submenu li:first-child {
    border-left: 1px solid #4cad48;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.submenu li:nth-child(3n) {
    border-right: 1px solid #4cad48;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.submenu li:nth-child(1) {
    border-bottom: 1px solid #4cad48;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.submenu li:nth-child(2) {
    border-bottom: 1px solid #4cad48;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.submenu li:nth-child(3) {
    border-bottom: 1px solid #4cad48;
  }
}
#section02 ul.submenu li a {
  display: block;
  width: 100%;
  padding: 1em 0;
}
#section02 ul.submenu li a:hover {
  background-color: #fff;
}
#section02 ul.submenu li figure {
  width: 50%;
  margin: 0 auto 0.25em auto;
}
#section02 ul.submenu li .namse {
  width: 85%;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section02 ul.submenu li .namse .icon {
  width: 15%;
  display: flex;
  align-items: center;
}
#section02 ul.submenu li .namse .text {
  width: 75%;
  display: flex;
  align-items: center;
  height: 3.5em;
}
#section02 .linebox {
  width: 100%;
  height: 0;
  margin-top: 85px;
  border-top: 3px solid #4cad48;
  padding-bottom: 85px;
}
@media screen and (max-width:800px) {
  #section02 .linebox {
    margin-top: 45px;
    border-top: 3px solid #4cad48;
    padding-bottom: 45px;
  }
}
#section02 .h3titles {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#section02 .h3titles .icons {
  width: 85px;
  background-color: #fff;
  padding: 15px 10px;
}
@media screen and (max-width:800px) {
  #section02 .h3titles .icons {
    width: 17%;
  }
}
#section02 .h3titles .text {
  width: calc(100% - 100px);
  margin-left: 15px;
}
@media screen and (max-width:800px) {
  #section02 .h3titles .text {
    width: 83%;
  }
}
#section02 .base_text02 {
  line-height: 160%;
  margin-top: 1em;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
#section02 .photolist {
  margin-top: 1.5em;
}
#section02 .botans {
  margin-top: 220px;
}
@media screen and (max-width:800px) {
  #section02 .botans {
    margin-top: 100px;
  }
}/*# sourceMappingURL=gallery.css.map */