@media screen and (min-width: 769px) {
  .fv {
    background-color: #ffffff !important;
    padding-bottom: 60px !important;
  }
  .fv .pageTitleWrap {
    background-color: #ffffff !important;
    text-align: center;
    padding: 80px 0 60px;
    border-radius: 40px;
    position: relative;
    z-index: 2;
    margin-top: -200px;
  }
  .fv .pageTitleWrap .camp-logo {
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
  }
  .fv .pageTitleWrap h3 {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .fv .pageTitleWrap h3 span {
    display: block;
    font-size: 20px;
    margin-top: 0px;
  }
  .fv .pageTitleWrap p strong {
    font-weight: 900;
    font-size: 20px;
  }
  .fv .pageTitleWrap p {
    font-size: 16px;
    line-height: 2;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
  }
  .fv h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
  }
  .section {
    margin-top: -60px !important;
    padding: 80px 80px 160px !important;
  }
  .concept {
    background-color: #26C4A6;
    color: #fff !important;
  }
  .concept h5 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
  }
  .concept h5 span {
    display: block;
    font-size: 30px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-top: 20px;
  }
  .concept .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .concept .flex .item {
    width: calc((100% - 40px) / 2);
  }
  .concept .flex .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .concept .flex .item p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
  }
  .points {
    background-color: #FFE44B;
    color: #000000 !important;
  }
  .points h5 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
  }
  .points h5 span {
    display: block;
    font-size: 30px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-top: 20px;
  }
  .points .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .points .flex .item {
    width: calc((100% - 40px) / 3);
  }
  .points .flex .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .points .flex .item .strong {
    font-weight: 900;
    margin-top: 10px;
    font-size: 20px;
  }
  .points .flex .item p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
  }
  .button {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FFE44B;
    color: #000;
    border-radius: 50px;
    font-weight: 900;
    font-size: 14px;
  }
  .button:hover {
    opacity: 0.6;
  }
  .stay, .havefun {
    background-color: #26C4A6;
    color: #fff;
  }
  .stay .titleWrap, .havefun .titleWrap {
    display: flex;
    align-items: center;
  }
  .stay .titleWrap h5, .havefun .titleWrap h5 {
    font-size: 80px;
    font-weight: 900;
  }
  .stay .titleWrap h5 span, .havefun .titleWrap h5 span {
    display: block;
    font-size: 20px;
    margin-top: 0px;
  }
  .stay .titleWrap p, .havefun .titleWrap p {
    margin-left: 40px;
    font-size: 30px;
    line-height: 1.4;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
  }
  .stay .attractionList, .havefun .attractionList {
    margin-top: 80px;
  }
  .stay .attractionList h5, .havefun .attractionList h5 {
    font-size: 30px;
    font-weight: 900;
  }
  .stay .attractionList .wrap, .havefun .attractionList .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .stay .attractionList .wrap img, .havefun .attractionList .wrap img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .stay .attractionList .wrap .strong, .havefun .attractionList .wrap .strong {
    width: calc((100% - 40px) / 2);
  }
  .stay .attractionList .wrap .column, .havefun .attractionList .wrap .column {
    width: calc((100% - 40px) / 2);
  }
  .stay .attractionList .wrap .column .columnList, .havefun .attractionList .wrap .column .columnList {
    display: flex;
    justify-content: space-between;
  }
  .stay .attractionList .wrap .column .columnList li, .havefun .attractionList .wrap .column .columnList li {
    width: calc((100% - 12px) / 2);
  }
  .stay .attractionList .wrap .column .catch, .havefun .attractionList .wrap .column .catch {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 15px;
  }
  .stay .attractionList .reverse, .havefun .attractionList .reverse {
    flex-direction: row-reverse;
  }
  .stay .buttonWrap, .havefun .buttonWrap {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }
  .stay .buttonWrap .button + .button, .havefun .buttonWrap .button + .button {
    margin-left: 20px;
  }
  .havefun {
    background-color: #986133;
  }
  .havefun .titleWrap + p {
    margin-top: 20px;
  }
  .havefun .button {
    margin-top: 30px;
    background-color: #26C4A6;
    color: #fff;
  }
  .event {
    background-color: #FFE44B;
    color: #000 !important;
    text-align: center;
  }
  .event .title + p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
  }
  .event .banner {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 40px;
    background-image: url(/assets/img/camp/banner.jpg);
    background-size: cover;
    background-position: center 50%;
    border-radius: 20px;
  }
  .event .banner:hover {
    opacity: 0.8;
  }
  .event .banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .event .banner a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }
  .event .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
  .event .plan {
    margin-top: 80px;
  }
  .event .map {
    margin-top: 80px;
  }
  .event .map img {
    margin-top: 40px;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .event .access {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  .event .access .textWrap {
    width: calc(50% - 40px);
  }
  .event .access .textWrap .name {
    font-size: 20px;
    font-weight: 900;
  }
  .event .access .textWrap .address {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
  }
  .event .access .textWrap .address + P {
    margin-top: 30px;
    font-size: 12px;
  }
  .event .access .textWrap .tel {
    font-size: 20px;
  }
  .event .access .textWrap .button {
    background-color: #26C4A6;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    margin: 10px auto 0;
  }
  .event .access .textWrap .coution {
    margin: 40px;
    font-size: 13px;
    text-align: left;
  }
  .event .access .textWrap .coution li {
    display: flex;
    margin-bottom: 10px;
  }
  .event .access .textWrap .coution li::first-child {
    margin-bottom: 0;
  }
  .event .access .googlemap {
    width: 50%;
  }
  .slick-dots li {
    width: 8px;
    margin-right: 4px;
  }
  .slick-dots li button::before {
    font-size: 8px;
    border: #fff !important;
    color: #fff !important;
  }
  .slick-dots .slick-active button::before {
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background-color: #ffffff !important;
    padding-bottom: 60px !important;
  }
  .fv .pageTitleWrap {
    background-color: #ffffff !important;
    text-align: center;
    padding: 40px 20px 60px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    margin-top: -60px;
  }
  .fv .pageTitleWrap h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .fv .pageTitleWrap h3 span {
    display: block;
    font-size: 14px;
    margin-top: 0px;
  }
  .fv .pageTitleWrap p strong {
    font-weight: 900;
    font-size: 20px;
  }
  .fv .pageTitleWrap p {
    font-size: 16px;
    line-height: 2;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
  }
  .fv h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
  }
  .section {
    margin-top: -40px !important;
    padding: 40px 20px 80px !important;
  }
  .concept {
    background-color: #26C4A6;
    color: #fff !important;
  }
  .concept h5 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
  }
  .concept h5 span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-top: 10px;
  }
  .concept .flex {
    display: block;
    justify-content: space-between;
  }
  .concept .flex .item {
    width: 100%;
    margin-top: 40px;
  }
  .concept .flex .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .concept .flex .item p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
  }
  .points {
    background-color: #FFE44B;
    color: #000000 !important;
  }
  .points h5 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
  }
  .points h5 span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-top: 20px;
  }
  .points .flex {
    display: block;
  }
  .points .flex .item {
    width: 100%;
    margin-top: 40px;
  }
  .points .flex .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .points .flex .item .strong {
    font-weight: 900;
    margin-top: 10px;
    font-size: 16px;
  }
  .points .flex .item p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
  }
  .button {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FFE44B;
    color: #000;
    border-radius: 50px;
    font-weight: 900;
    font-size: 14px;
  }
  .stay, .havefun {
    background-color: #26C4A6;
    color: #fff;
  }
  .stay .titleWrap, .havefun .titleWrap {
    display: block;
    align-items: center;
  }
  .stay .titleWrap h5, .havefun .titleWrap h5 {
    font-size: 45px;
    font-weight: 900;
  }
  .stay .titleWrap h5 span, .havefun .titleWrap h5 span {
    display: block;
    font-size: 14px;
    margin-top: 0px;
  }
  .stay .titleWrap p, .havefun .titleWrap p {
    font-size: 16px;
    line-height: 1.6;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    margin-top: 20px;
  }
  .stay .attractionList, .havefun .attractionList {
    margin-top: 40px;
  }
  .stay .attractionList h5, .havefun .attractionList h5 {
    font-size: 20px;
    font-weight: 900;
  }
  .stay .attractionList .wrap, .havefun .attractionList .wrap {
    display: block;
    margin-top: 20px;
  }
  .stay .attractionList .wrap img, .havefun .attractionList .wrap img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .stay .attractionList .wrap .strong, .havefun .attractionList .wrap .strong {
    width: 100%;
  }
  .stay .attractionList .wrap .column, .havefun .attractionList .wrap .column {
    width: 100%;
  }
  .stay .attractionList .wrap .column .columnList, .havefun .attractionList .wrap .column .columnList {
    display: flex;
    justify-content: space-between;
  }
  .stay .attractionList .wrap .column .columnList li, .havefun .attractionList .wrap .column .columnList li {
    width: 100%;
  }
  .stay .attractionList .wrap .column .catch, .havefun .attractionList .wrap .column .catch {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 5px;
  }
  .stay .attractionList .wrap .spSliderWrap, .havefun .attractionList .wrap .spSliderWrap {
    width: 100%;
  }
  .stay .attractionList .wrap .spSliderWrap .slick-slide, .havefun .attractionList .wrap .spSliderWrap .slick-slide {
    width: calc(100vw - 40px) !important;
  }
  .stay .buttonWrap, .havefun .buttonWrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-flow: column;
    text-align: center;
    align-items: center;
  }
  .stay .buttonWrap .button + .button, .havefun .buttonWrap .button + .button {
    margin-top: 20px;
  }
  .havefun {
    background-color: #986133;
  }
  .havefun .titleWrap + p {
    margin-top: 20px;
  }
  .havefun .button {
    margin-top: 30px;
    background-color: #26C4A6;
    color: #fff;
  }
  .event {
    background-color: #FFE44B;
    color: #000 !important;
    text-align: center;
  }
  .event .title + p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
  }
  .event .banner {
    width: 100%;
    height: 200px;
    position: relative;
    margin-top: 40px;
    background-image: url(/assets/img/camp/banner.jpg);
    background-size: 120%;
    border-radius: 20px;
  }
  .event .banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .event .banner a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
  }
  .event .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
  .event .plan {
    margin-top: 60px;
  }
  .event .map {
    margin-top: 80px;
  }
  .event .map img {
    margin-top: 40px;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .event .access {
    margin-top: 100px;
    display: block;
  }
  .event .access .textWrap {
    width: 100%;
  }
  .event .access .textWrap .name {
    font-size: 20px;
    font-weight: 900;
  }
  .event .access .textWrap .address {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
  }
  .event .access .textWrap .address + P {
    margin-top: 30px;
    font-size: 12px;
  }
  .event .access .textWrap .tel {
    font-size: 20px;
  }
  .event .access .textWrap .button {
    background-color: #26C4A6;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    margin: 10px auto 0;
  }
  .event .access .textWrap .coution {
    margin: 40px 0;
    font-size: 13px;
    text-align: left;
  }
  .event .access .textWrap .coution li {
    display: flex;
    margin-bottom: 10px;
  }
  .event .access .textWrap .coution li::first-child {
    margin-bottom: 0;
  }
  .event .access .googlemap {
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }
  .slick-dots li {
    width: 8px;
    margin-right: 4px;
  }
  .slick-dots li button::before {
    font-size: 8px;
    border: #fff !important;
    color: #fff !important;
  }
  .slick-dots .slick-active button::before {
    color: #fff !important;
  }
}