@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);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

#section01 {
  width: 100%;
  padding: 120px 0 80px 0;
}
#section01 h1 {
  text-align: center;
}

#section02 {
  width: 100%;
}
#section02 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section02 .headtext {
  text-align: center;
  margin-bottom: 0.75em;
}
#section02 .map01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 .map01 {
    margin-bottom: 0px;
  }
}
#section02 .map02_clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .map02_clum .map {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section02 .map02_clum .map {
    width: 100%;
  }
}
#section02 .map02_clum .text {
  width: 50%;
  background-color: #d9d6d0;
  padding: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .map02_clum .text {
    width: 100%;
    padding: 5vw 4vw 7.5vw 4vw;
  }
}
#section02 .map02_clum .text .textin {
  width: 100%;
}
#section02 .map02_clum .text h3 {
  width: 100%;
  text-align: center;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section02 .map02_clum .text h3 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}
#section02 .map02_clum .text .base_text {
  line-height: 175%;
  text-align: center;
  margin-bottom: 1em;
}
#section02 .map02_clum .text .address {
  width: 100%;
  padding: 0.4em 0.5em 0.55em 0.5em;
  background-color: #000;
  color: #fff;
  text-align: center;
}
#section02 .map02_clum .text .minis {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .map02_clum .text .minis {
    font-size: 2.8vw;
  }
}
#section02 .map02_clum .text a.googlebts {
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 0.45em 0.5em 0.6em 0.5em;
  background-color: #fff;
  color: #000;
  text-align: center;
}/*# sourceMappingURL=map.css.map */