@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #023250;
  background-color: #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    min-width: 1270px;
    background-color: #ffc200;
  }
  .mainArea {
    width: 100%;
    height: calc(54.68vw + 200px);
    min-height: 900px;
    position: relative;
  }
  .mainArea h1 {
    position: relative;
    width: 530px;
    margin: 0 auto;
    padding-top: 150px;
    z-index: 101;
  }
  .mainArea .date {
    width: 405px;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 102;
  }
  .mainArea .linkicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 230px;
    right: 30px;
    z-index: 103;
  }
  .mainArea .linkicon .line {
    width: 42px;
    margin-right: 10px;
  }
  .mainArea .linkicon .insta {
    width: 42px;
  }
  .mainArea .slideArea .dot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1270px;
    height: 54.68vw;
    min-height: 700px;
    background: url(../img/bg-dott.png) 0 0 repeat;
  }
  .mainArea .slideArea .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .about-wrpper h2 {
    width: 220px;
    margin: 0 auto 100px;
  }
  .about-wrpper h3 {
    font-size: 40px;
    line-height: 200%;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 80px;
  }
  .about-wrpper p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .about-wrpper .cont-img01 {
    width: 1064px;
    margin: 80px auto;
  }
  .bg-white {
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .bg-white h3 {
    font-size: 30px;
    line-height: 200%;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 80px;
  }
  .bg-white .cont-img02 {
    width: 1100px;
    margin: 80px auto;
  }
  .bg-white .title {
    letter-spacing: 0.8rem;
  }
  .bg-white .map {
    width: 816px;
    margin: 0 auto 150px;
  }
  .bg-white .map p {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.15rem;
    text-align: center;
    margin-top: 20px;
  }
  .bg-white .map p span {
    font-weight: 800;
  }
  .bg-white iframe {
    width: 816px;
    height: 450px;
    margin: 0 auto;
  }
  .bg-white .photoArea {
    width: 1270px;
    margin: 0 auto 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .bg-white .photoArea .photo {
    width: 286px;
    margin-bottom: 30px;
  }
  .bg-white small {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.3rem;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    background-color: #ffc200;
  }
  .mainArea {
    width: 100%;
    height: 100svh;
    position: relative;
    margin-bottom: 15.625vw;
  }
  .mainArea h1 {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding-top: 50%;
    z-index: 101;
  }
  .mainArea .date {
    width: 60%;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 102;
  }
  .mainArea .linkicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1.5625vw;
    left: 1.5625vw;
    z-index: 103;
  }
  .mainArea .linkicon .line {
    width: 10%;
    margin-right: 2%;
  }
  .mainArea .linkicon .insta {
    width: 10%;
  }
  .mainArea .slideArea {
    overflow: hidden;
    height: 100svh;
  }
  .mainArea .slideArea .dot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100svh;
    background: url(../img/bg-dott.png) 0 0 repeat;
  }
  .mainArea .slideArea .slide {
    overflow: hidden;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .mainArea .slideArea .slide img {
    text-align: center;
  }
  .about-wrpper h2 {
    width: 40%;
    margin: 0 auto 15.625vw;
  }
  .about-wrpper h3 {
    font-size: 4.6875vw;
    line-height: 200%;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 12.5vw;
  }
  .about-wrpper p {
    font-size: 3.125vw;
    line-height: 200%;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .about-wrpper .cont-img01 {
    width: 95%;
    margin: 12.5vw auto;
  }
  .bg-white {
    width: 100%;
    background: #fff;
    padding-top: 15.625vw;
    padding-bottom: 4.6875vw;
  }
  .bg-white h3 {
    font-size: 4.6875vw;
    line-height: 200%;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 12.5vw;
  }
  .bg-white .cont-img02 {
    width: 95%;
    margin: 12.5vw auto;
  }
  .bg-white .title {
    letter-spacing: 0.8rem;
  }
  .bg-white .map {
    width: 80%;
    margin: 0 auto 23.4375vw;
  }
  .bg-white .map p {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.15rem;
    text-align: center;
    margin-top: 3.125vw;
  }
  .bg-white .map p span {
    font-weight: 800;
  }
  .bg-white iframe {
    width: 100%;
    height: 70.3125vw;
    margin: 0 auto;
  }
  .bg-white .photoArea {
    width: 100%;
    margin: 0 auto 15.625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 0 5%;
  }
  .bg-white .photoArea .photo {
    width: 45%;
    margin-bottom: 3.125vw;
  }
  .bg-white small {
    font-size: 2.1875vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.3rem;
    display: block;
  }
}/*# sourceMappingURL=base.css.map */