@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共通ここまで***/
#section02 {
  width: 100%;
  background-color: #fff;
  padding: 90px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0px 0 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 100%;
  }
}
#section02 h2.h2title {
  width: 100%;
  text-align: center;
}
#section02 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section02 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .subtext {
  text-align: center;
  padding: 1.5em 0 2em 0;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .subtext {
    padding: 1em 0 1.3em 0;
  }
}
#section02 .base_text {
  text-align: center;
  line-height: 210%;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    margin-bottom: 50px;
  }
}
#section02 .botancenter {
  text-align: center;
}
#section02 figure.storephoto {
  width: 100%;
  position: relative;
}
#section02 figure.storephoto figcaption {
  position: absolute;
  width: 95%;
  top: 60%;
  left: 2.5%;
  font-weight: 700;
  color: #fff;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section02 figure.storephoto figcaption {
    font-size: 6vw;
  }
}
#section02 .textbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .textbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section02 h3.namess {
  color: #555;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 h3.namess {
    margin-top: 2.5em;
  }
}
#section02 .sekitext {
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
#section02 .daystimes {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#section02 .base_text {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    margin-bottom: 2em;
  }
}
#section02 .base_text02 {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}
#section02 .base_text02.last {
  margin-bottom: 0;
}
#section02 .climbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .climbox .text {
  width: 34.56%;
}
@media screen and (max-width:800px) {
  #section02 .climbox .text {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02 .climbox ul.photolist {
  width: 61.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .climbox ul.photolist {
    width: 100%;
  }
}
#section02 .climbox ul.photolist li {
  width: 47.27%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02 .climbox ul.photolist li {
    width: 48.5%;
    margin-bottom: 3vw;
  }
}

#section03 {
  width: 100%;
  background-color: #fff;
  padding: 150px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0 50px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 100%;
  }
}
#section03 h2.h2title {
  width: 100%;
  text-align: center;
}
#section03 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section03 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section03 .subtext {
  text-align: center;
  padding: 1.5em 0 2em 0;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 .subtext {
    padding: 1em 0 1.3em 0;
  }
}
#section03 .base_text {
  text-align: center;
  line-height: 210%;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    margin-bottom: 50px;
  }
}
#section03 .base_text.bold {
  font-weight: 600;
}
#section03 .botancenter {
  text-align: center;
}
#section03 figure.storephoto {
  width: 100%;
  position: relative;
}
#section03 figure.storephoto figcaption {
  position: absolute;
  width: 95%;
  top: 60%;
  left: 2.5%;
  font-weight: 700;
  color: #fff;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section03 figure.storephoto figcaption {
    font-size: 6vw;
  }
}
#section03 .textbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 .textbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section03 h3.namess {
  color: #555;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 h3.namess {
    margin-top: 2.5em;
  }
}
#section03 .sekitext {
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
#section03 .daystimes {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#section03 .base_text {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    margin-bottom: 2em;
  }
}
#section03 .base_text02 {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}
#section03 .base_text02.last {
  margin-bottom: 0;
}
#section03 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist {
    width: 100%;
  }
}
#section03 ul.photolist li {
  width: 23.95%;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li {
    width: 48.5%;
    margin-bottom: 3vw;
  }
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 150px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 50px 0 50px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 h2.h2title {
  width: 100%;
  text-align: center;
}
#section04 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section04 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section04 .subtext {
  text-align: center;
  padding: 1.5em 0 2em 0;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 .subtext {
    padding: 1em 0 1.3em 0;
  }
}
#section04 .base_text {
  text-align: center;
  line-height: 210%;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-bottom: 50px;
  }
}
#section04 .base_text.bold {
  font-weight: 600;
}
#section04 .botancenter {
  text-align: center;
}
#section04 figure.storephoto {
  width: 100%;
  position: relative;
}
#section04 figure.storephoto figcaption {
  position: absolute;
  width: 95%;
  top: 60%;
  left: 2.5%;
  font-weight: 700;
  color: #fff;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section04 figure.storephoto figcaption {
    font-size: 6vw;
  }
}
#section04 .textbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04 .textbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section04 h3.namess {
  color: #555;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 h3.namess {
    margin-top: 2.5em;
  }
}
#section04 .sekitext {
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
#section04 .daystimes {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#section04 .base_text {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-bottom: 2em;
  }
}
#section04 .base_text02 {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}
#section04 .base_text02.last {
  margin-bottom: 0;
}
#section04 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section04 ul.photolist {
    width: 100%;
  }
}
#section04 ul.photolist li {
  width: 23.95%;
}
@media screen and (max-width:800px) {
  #section04 ul.photolist li {
    width: 48.5%;
    margin-bottom: 3vw;
  }
}/*# sourceMappingURL=menu.css.map */