@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共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}
#section01 .backimg {
  position: relative;
  width: 100%;
  height: 18.33vw;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    height: 30vw;
  }
}
#section01 .backimg figure {
  width: 100%;
  position: relative;
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 46%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
  }
}
#section01 .minis {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  z-index: 15;
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 85px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 40px 0;
  }
}
#section02 h2 {
  width: 100%;
  background-color: #005428;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  padding: 0.2em 0 0.25em 0;
  letter-spacing: 0.05em;
}
#section02 .section__in {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
#section02 .base_text {
  text-align: center;
  line-height: 160%;
  padding: 85px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    padding: 40px 0 40px 0;
  }
}
#section02 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul.photolist li {
  width: 30%;
  margin: 0 1.5% 30px 1.5%;
}
@media screen and (max-width:800px) {
  #section02 ul.photolist li {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
}
#section02 ul.photolist li .names {
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 ul.photolist li .names {
    font-size: 3.4vw;
  }
}
#section02 ul.photolist li .names span.text_w {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(0.9);
  width: 125%;
}
@media screen and (max-width:800px) {
  #section02 ul.photolist li .names span.text_w {
    transform: scaleX(1);
    width: 100%;
  }
}

.sp_only_inlne {
  display: none;
}
@media screen and (max-width:800px) {
  .sp_only_inlne {
    display: inline-block;
  }
}

#section03 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 0px 0 40px 0;
  }
}
#section03 h2 {
  width: 100%;
  background-color: #b4056f;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  padding: 0.2em 0 0.25em 0;
  letter-spacing: 0.05em;
}
#section03 .section__in {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
#section03 .base_text {
  text-align: center;
  line-height: 160%;
  padding: 85px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    padding: 40px 0 40px 0;
  }
}
#section03 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section03 ul.photolist li {
  width: 30%;
  margin: 0 1.5% 30px 1.5%;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
}
#section03 ul.photolist li .names {
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li .names {
    font-size: 3.4vw;
  }
}
#section03 ul.photolist li .names span.text_w {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(0.9);
  width: 125%;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li .names span.text_w {
    transform: scaleX(1);
    width: 100%;
  }
}
#section03 ul.photolist li .names span.text_w_pc {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(1);
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li .names span.text_w_pc {
    transform: scaleX(0.9);
    width: 125%;
  }
}

#section04 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 0px 0 40px 0;
  }
}
#section04 h2 {
  width: 100%;
  background-color: #486589;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  padding: 0.2em 0 0.25em 0;
  letter-spacing: 0.05em;
}
#section04 .section__in {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
#section04 .base_text {
  text-align: center;
  line-height: 160%;
  padding: 85px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    padding: 40px 0 40px 0;
  }
}
#section04 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section04 ul.photolist li {
  width: 30%;
  margin: 0 1.5% 30px 1.5%;
}
@media screen and (max-width:800px) {
  #section04 ul.photolist li {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
}
#section04 ul.photolist li figure {
  position: relative;
}
#section04 ul.photolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
}
#section04 ul.photolist li .names {
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 ul.photolist li .names {
    font-size: 3.4vw;
  }
}
#section04 ul.photolist li .names span.text_w {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(0.9);
  width: 125%;
}
@media screen and (max-width:800px) {
  #section04 ul.photolist li .names span.text_w {
    transform: scaleX(1);
    width: 100%;
  }
}
#section04 ul.photolist li .names span.text_w_pc {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(1);
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04 ul.photolist li .names span.text_w_pc {
    transform: scaleX(0.9);
    width: 125%;
  }
}

#section05 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 0px 0 40px 0;
  }
}
#section05 h2 {
  width: 100%;
  background-color: #b35a24;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  padding: 0.2em 0 0.25em 0;
  letter-spacing: 0.05em;
}
#section05 .section__in {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
#section05 .base_text {
  text-align: center;
  line-height: 160%;
  padding: 85px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section05 .base_text {
    padding: 40px 0 40px 0;
  }
}
#section05 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section05 ul.photolist li {
  width: 30%;
  margin: 0 1.5% 30px 1.5%;
}
@media screen and (max-width:800px) {
  #section05 ul.photolist li {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
}
#section05 ul.photolist li figure {
  position: relative;
}
#section05 ul.photolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
}
#section05 ul.photolist li .names {
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section05 ul.photolist li .names {
    font-size: 3.4vw;
  }
}
#section05 ul.photolist li .names span.text_w {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(0.9);
  width: 125%;
}
@media screen and (max-width:800px) {
  #section05 ul.photolist li .names span.text_w {
    transform: scaleX(1);
    width: 100%;
  }
}
#section05 ul.photolist li .names span.text_w_pc {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(1);
  width: 100%;
}
@media screen and (max-width:800px) {
  #section05 ul.photolist li .names span.text_w_pc {
    transform: scaleX(0.9);
    width: 125%;
  }
}

#section06 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 0px 0 40px 0;
  }
}
#section06 h2 {
  width: 100%;
  background-color: #808028;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  padding: 0.2em 0 0.25em 0;
  letter-spacing: 0.05em;
}
#section06 .section__in {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 85px;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    padding-top: 40px;
  }
}
#section06 .base_text {
  text-align: center;
  line-height: 160%;
  padding: 85px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    padding: 40px 0 40px 0;
  }
}
#section06 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section06 ul.photolist {
    margin-bottom: 60px;
  }
}
#section06 ul.photolist li {
  width: 30%;
  margin: 0 1.5% 0px 1.5%;
}
@media screen and (max-width:800px) {
  #section06 ul.photolist li {
    width: 48%;
    margin: 0 1% 0px 1%;
  }
}
#section06 ul.photolist li figure {
  position: relative;
}
#section06 ul.photolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
}
#section06 ul.photolist li .names {
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section06 ul.photolist li .names {
    font-size: 3.4vw;
  }
}
#section06 ul.photolist li .names span.text_w {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(0.9);
  width: 125%;
}
@media screen and (max-width:800px) {
  #section06 ul.photolist li .names span.text_w {
    transform: scaleX(1);
    width: 100%;
  }
}
#section06 ul.photolist li .names span.text_w_pc {
  display: inline-block;
  transform-origin: top left;
  transform: scaleX(1);
  width: 100%;
}
@media screen and (max-width:800px) {
  #section06 ul.photolist li .names span.text_w_pc {
    transform: scaleX(0.9);
    width: 125%;
  }
}
#section06 .ttl3 {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 80px auto;
  border-bottom: 1px solid #7e7e7e;
}
@media screen and (max-width:800px) {
  #section06 .ttl3 {
    margin: 0 auto 40px auto;
  }
}
#section06 .ttl3 figure {
  width: 35.7%;
}
@media screen and (max-width:800px) {
  #section06 .ttl3 figure {
    width: 50%;
  }
}
#section06 .base_text2 {
  text-align: center;
  line-height: 160%;
  padding: 0px 0 60px 0;
}
@media screen and (max-width:800px) {
  #section06 .base_text2 {
    padding: 0px 0 30px 0;
    font-size: 4vw;
  }
}
#section06 .locamap {
  width: 90%;
  max-width: 825px;
  margin: 0 auto 90px auto;
}
@media screen and (max-width:800px) {
  #section06 .locamap {
    margin: 0 auto 40px auto;
  }
}
#section06 .mapsname {
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section06 .mapsname {
    font-size: 3.4vw;
  }
}
#section06 .mapsname ul.item {
  width: 47%;
}
#section06 .mapsname ul.item li {
  padding: 0.65em 0;
  border-bottom: 1px solid #666;
  text-indent: -1em;
  padding-left: 1em;
}
#section06 .mapsname .color01 {
  color: #005428;
}
#section06 .mapsname .color02 {
  color: #005ba9;
}
#section06 .mapsname .color03 {
  color: #b4056f;
}
#section06 .mapsname .color04 {
  color: #486589;
}
#section06 .mapsname .color05 {
  color: #b35a24;
}
#section06 .non {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/location/no21.svg) no-repeat center;
  background-size: contain;
  vertical-align: -2px;
  margin-right: 0.05em;
}

#section07 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  overflow: hidden;
}
#section08 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 5vw 0 15vw 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}

#section09 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  overflow: hidden;
}
#section10 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section10 {
    padding: 5vw 0 15vw 0;
  }
}
#section10 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}/*# sourceMappingURL=location.css.map */