/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing__lead {
    height: 200px;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sightseeing__sec {
    background: url(../../images/bg_gradation.png) repeat-x;
    background-size: 100%;
    padding: 150px 0 140px;
  }
  .sightseeing .subPage__txt {
    font-size: 1.8rem;
    line-height: 1.83;
  }
  .sightseeing__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .sightseeing__sec .cbtn {
    color: white;
    width: 248px;
    background-color: #484134;
  }
  .cbtn.cbtn--google {
    background-color: #7A603C;
  }
  .sightseeing .ctitle_left_border {
    margin-bottom: 20px;
  }
  .sightseeing__time {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 25px;
  }
  .sightseeing__time span {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }
  /* research
  ---------------------------------------------------------------------- */
  .research {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
  }
  .research .subPage__img {
    margin-bottom: 20px;
  }
  .research .subPage__img_ttl {
    position: absolute;
    top: -45px;
    left: 0;
  }
  .research .ctitle {
    width: 500px;
    letter-spacing: 0.2em;
  }
  .research .subPage__txt {
    margin-bottom: 55px;
  }
  .research .cbtn {
    width: 100%;
    max-width: 390px;
  }
  /* lake 
  ---------------------------------------------------------------------- */
  .lake {
    padding: 130px 0 100px;
  }
  /* other 
  ---------------------------------------------------------------------- */
  .other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px 3.5%;
  }
  .other__list li {
    width: 47.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other__list .subPage__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1000px) {
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing__lead {
    height: 200px;
    font-size: max(16px, 2.9333333333vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sightseeing__sec {
    background: url(../../images/bg_gradation.png) repeat-x;
    background-size: 100%;
    padding: 15vw 0 25vw;
  }
  .sightseeing .subPage__txt {
    font-size: 2.4vw;
    font-size: max(13px,2.4vw);
    line-height: 1.83;
  }
  .sightseeing__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3vw;
  }
  .sightseeing .cbtn {
    color: white;
    background-color: #484134;
  }
  .cbtn.cbtn--google {
    background-color: #7A603C;
  }
  .sightseeing .ctitle_left_border {
    margin-bottom: 20px;
  }
  .sightseeing__time {
    font-size: max(16px, 3.4666666667vw);
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 25px;
  }
  .sightseeing__time span {
    font-size: max(16px, 8vw);
    letter-spacing: 0.1em;
  }
  /* research
  ---------------------------------------------------------------------- */
  .research {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
  }
  .research .subPage__img {
    margin-bottom: 20px;
  }
  .research .subPage__img_ttl {
    position: absolute;
    top: -6vw;
    left: 0;
  }
  .research .ctitle {
    width: 77vw;
    letter-spacing: 0.2em;
  }
  .research .subPage__txt {
    margin-bottom: 7.3333333333vw;
  }
  .research .cbtn {
    width: 100%;
  }
  /* lake 
  ---------------------------------------------------------------------- */
  .lake {
    padding: 17.3333333333vw 0 13.3333333333vw;
  }
  /* other 
  ---------------------------------------------------------------------- */
  .other .cbtn::after,
  .lake .cbtn::after {
    content: "";
    right: 4vw;
  }
  .cbtn:hover::after,
  .lake:hover::after {
    right: 3vw;
  }
  .other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3333333333vw 0;
  }
  .other__list .cbtn {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */