* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 0.83vw;
}

@media screen and (min-width: 1025px) {
  #column .mobile_view {
    display: none;
  }
  #column main h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/bg/bg2.webp");
    color: #fff;
    height: 18.0208333333vw;
    font-size: 2.6041666667vw;
    padding-top: 7.8125vw;
    font-weight: bold;
    line-height: 0;
  }
  #column main h1 span {
    display: block;
  }
  #column main .buttons {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1.5625vw;
    height: 6.7708333333vw;
    background: url("../img/bg/bg4.jpg");
    padding-top: 2.0833333333vw;
  }
  #column main .buttons img {
    display: block;
    width: 15.625vw;
  }
  #column main .wrapper {
    display: flex;
  }
  #column main .wrapper .side-ber {
    width: 8.3333333333vw;
    background: url("../img/bg/bg5.webp");
  }
  #column main .wrapper article {
    width: 83.3333333333vw;
    padding-bottom: 6.25vw;
  }
  #column main .wrapper article h2 {
    font-size: 2.8645833333vw;
    width: 54.4270833333vw;
    text-align: center;
    font-family: "ten-mincho-text", serif;
    margin: 5.9895833333vw auto 2.0833333333vw;
    color: #506F59;
  }
  #column main .wrapper article .border-line {
    border: solid 0.0520833333vw rgb(80, 111, 89);
    width: 41.25vw;
    margin: 0 auto 2.0833333333vw;
  }
  #column main .wrapper article .page-text {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.4583333333vw;
    text-align: center;
    width: 41.25vw;
    margin: 0 auto 2.0833333333vw;
    color: #506F59;
    line-height: 1.25;
    font-weight: 400;
  }
  #column main .wrapper article .main-img {
    width: fit-content;
    position: relative;
    margin: 0 auto 6.25vw;
  }
  #column main .wrapper article .main-img img {
    width: 52.7083333333vw;
  }
  #column main .wrapper article .main-img::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0.9375vw 0.9375vw #CEAD97;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  #column main .wrapper article .map-img {
    width: fit-content;
    margin: 0 auto 1.5625vw;
  }
  #column main .wrapper article .map-img img {
    width: 46.875vw;
  }
  #column main .wrapper article .text-box-type-D {
    width: 46.875vw;
    border: solid 0.1041666667vw rgb(80, 111, 89);
    margin: 0 auto 4.1666666667vw;
    padding: 1.5625vw;
  }
  #column main .wrapper article p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.0416666667vw;
    font-weight: normal;
    line-height: 1.45;
    text-align: justify;
    padding: 0;
  }
  #column main .wrapper .heading3-typeA.green {
    background: url("../img/bg/bg5.webp");
    font-size: 1.4583333333vw;
    line-height: 1.25;
    padding: 1rem 0;
    width: 46.875vw;
    text-align: center;
    border-radius: 1.0416666667vw;
    color: #FFF;
    margin: 0 auto 2.0833333333vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  #column main .wrapper .text-box-type-F {
    padding: 0;
    margin: 0 auto 2.0833333333vw;
    width: 46.875vw;
  }
  #column main .wrapper .text-box-type-F p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.0416666667vw;
  }
  #column main .wrapper .img-box-type-G {
    width: fit-content;
    margin: 0 auto 2.0833333333vw;
    border-bottom: solid 0.1041666667vw rgb(80, 111, 89);
  }
  #column main .wrapper .img-box-type-G img {
    width: 46.875vw;
    margin-bottom: 0.5208333333vw;
  }
  #column main .wrapper .img-box-type-G figcaption {
    padding-bottom: 0.3385416667vw;
  }
  #column main .wrapper .img-box-type-G figcaption p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: rgb(80, 111, 89);
    line-height: 1.45;
  }
  #column .next {
    position: relative;
    width: 14.4270833333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: solid 0.1041666667vw rgb(80, 111, 89);
  }
  #column .next span {
    display: block;
    font-size: 1.1979166667vw;
    color: rgb(80, 111, 89);
    font-weight: bold;
  }
  #column .next img {
    position: absolute;
    top: 25%;
    left: 88%;
    width: 3.4895833333vw;
  }
}
@media screen and (max-width: 1024px) {
  #column .pc_view {
    display: none;
  }
  #column main {
    padding-bottom: 21.3333333333vw;
  }
  #column main h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/bg/bg2.png");
    color: #fff;
    height: 21.3333333333vw;
    font-size: 6.6666666667vw;
    font-weight: bold;
    line-height: 0;
  }
  #column main h1 span {
    display: block;
  }
  #column main .buttons {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1.3333333333vw;
    height: 21.3333333333vw;
    background: url("../img/bg/bg4.jpg");
    padding-top: 5.8666666667vw;
  }
  #column main .buttons img {
    display: block;
    width: 45.3333333333vw;
  }
  #column main .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #column main .wrapper .side-ber {
    display: none;
  }
  #column main .wrapper article {
    width: px-to-pc-view(1600);
  }
  #column main .wrapper article h2 {
    font-size: 5.8666666667vw;
    width: 88.5333333333vw;
    text-align: center;
    font-family: "ten-mincho-text", serif;
    margin: 10.6666666667vw auto;
    color: #506F59;
  }
  #column main .wrapper article .border-line {
    border: none;
    border-bottom: solid 0.5333333333vw;
    color: rgb(80, 111, 89);
    width: 86.1333333333vw;
    margin: 0vw auto 5.3333333333vw;
  }
  #column main .wrapper article .page-text {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 4.2666666667vw;
    text-align: center;
    width: 86.9333333333vw;
    color: #506F59;
    line-height: 1.25;
    font-weight: 400;
    margin: 0vw auto 5.3333333333vw;
  }
  #column main .wrapper article .main-img {
    width: fit-content;
    margin: 0 auto 13.3333333333vw;
  }
  #column main .wrapper article .main-img img {
    width: 89.3333333333vw;
  }
  #column main .wrapper article .map-img {
    width: fit-content;
    margin: 0 auto 5.3333333333vw;
  }
  #column main .wrapper article .map-img img {
    width: 89.3333333333vw;
  }
  #column main .wrapper article .text-box-type-D {
    width: 89.3333333333vw;
    border: solid 0.5333333333vw rgb(80, 111, 89);
    margin: 0 auto 13.3333333333vw;
    padding: 5.3333333333vw 4.5333333333vw;
  }
  #column main .wrapper article .text-box-type-D p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding: 0;
    text-align: justify;
    margin: 0 auto;
  }
  #column main .wrapper article .heading3-typeA.green {
    background: url("../img/bg/bg5.webp");
    font-size: 5.3333333333vw;
    line-height: 1.25;
    padding: 4.2666666667vw 13.3333333333vw;
    width: 89.8666666667vw;
    text-align: center;
    border-radius: 2.6666666667vw;
    color: #FFF;
    margin: 0 auto 8vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  #column main .wrapper article .text-box-type-F {
    padding: 0;
    margin: 0 auto 8vw;
    width: 89.8666666667vw;
  }
  #column main .wrapper article .text-box-type-F p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  #column main .wrapper article .img-box-type-G {
    width: fit-content;
    margin: 0 auto 5.3333333333vw;
    border-bottom: solid 0.5333333333vw rgb(80, 111, 89);
  }
  #column main .wrapper article .img-box-type-G img {
    width: 89.8666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  #column main .wrapper article .img-box-type-G figcaption {
    padding-bottom: 1.0666666667vw;
  }
  #column main .wrapper article .img-box-type-G figcaption p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-size: 3.7333333333vw;
    color: rgb(80, 111, 89);
    line-height: 1.4285714286;
  }
  #column main .wrapper article .next {
    position: relative;
    width: 53.8666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: solid 0.5333333333vw rgb(80, 111, 89);
  }
  #column main .wrapper article .next span {
    display: block;
    font-size: 4.2666666667vw;
    color: rgb(80, 111, 89);
    font-weight: bold;
    line-height: 2;
  }
  #column main .wrapper article .next img {
    position: absolute;
    top: 23%;
    left: 88%;
    width: 13.6vw;
  }
}

/*# sourceMappingURL=style.css.map */
