@media screen and (max-width: 1435px) {
  .fv_title>h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1100px) {

  /* 各セクション */
  /* fv */
  .fv_wrapper {
    max-width: 1110px;
    margin-top: 30px;
    padding-top: 0px;
  }

  .fv_title>h2 {
    font-size: 60px;
  }

  .fv_sub_title>p {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  /* vehicles */
  .vehicles_contents_wrapper {
    margin-top: 60px;
  }

  .vehicles_title>h4 {
    font-size: 22px;
  }

  .vehicles_contents {
    flex-direction: column;
  }

  .card_colum01 {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .card {
    width: 100%;
    aspect-ratio: 1/0.8;
    margin-bottom: 40px;
  }

  .card_title>p {
    font-size: 18px;
  }

  .card_text>p {
    font-size: 18px;
    font-weight: normal;

  }

  .card_colum02 {
    flex-direction: column;
  }

  .card_contents_btn {
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }

}


@media screen and (max-width: 937px) {}

@media screen and (max-width: 768px) {

  /* 各セクション */
  /* fv */
  .fv_wrapper {
    max-width: 768px;
    margin-top: 30px;
    padding-top: 0px;
    background-image: url(../img/common/fv_bg_image-sp.jpeg);
  }

  .fv_section_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv_text {
    padding-top: 100px;
  }

  .fv_title>h2 {
    font-size: 48px;
  }

  .fv_sub_title {
    padding-bottom: 20px;
  }

  .fv_sub_title>p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .sns_wrapper {
    padding-bottom: 10px;
    width: 40px;
  }

  /* News */
  /* news */
  .news_wrapper {
    padding-top: 30px;
  }

  .news_section_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news_section_wrapper {
    width: 100%;
  }

  .news_message {
    width: 100%;
  }

  .news_message>p {
    font-size: 14px;
  }

  .news:before {
    width: 110px;
  }

  .news>time {
    font-size: 14px;
    margin-right: 25px;
    letter-spacing: 0.1em;
  }

  .news>p {
    font-size: 14px;
  }

  .news01 {
    padding-bottom: 21px;
  }

  .news02 {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .news03 {
    padding-bottom: 23px;
  }

  .news04 {
    padding-bottom: 23px;
  }

  .news>span {
    padding-top: 0px;
  }

  .news_cv_btn>a {
    font-size: 18px;
    letter-spacing: 0.1em;
  }


  /* Menu */
  .menu_wrapper {
    padding-top: 30px;
  }

  .menu_section_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu_list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .menu_box>h3 {
    font-size: 10px;
  }

  .gallery_contents {
    padding-bottom: 50px;
  }

  .pictures {
    padding-bottom: 20px;
  }

  .gallery_btn_inner {
    display: flex;
    justify-content: end;
  }

  /* Universal-canoe */
  .universal_canoe_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .universal_canoe_contents_wrapper {
    width: 100%;
  }

  /* what_is_universal_canoe */
  .what_is_universal_canoe_contents_wrapper {
    margin-top: 60px;
  }

  .what_is_universal_canoe_title>h4 {
    font-size: 22px;
    font-weight: 800;
  }

  .what_is_universal_description {
    width: 100%;
    padding-right: 0px;
  }

  .what_is_universal_contents {
    flex-direction: column;
  }

  .canoe_content_text, .recruit_text {
    font-size: 18px;
  }

  .recruit {
    margin-top: 30px;
  }

  .what_is_universal_description_btn {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    padding-right: 20px;
  }

  /* Event_info */
  .event_info_title>h4 {
    font-size: 22px;
  }
/*
  .event_info_contents {
    display: flex;
    flex-direction: column;
  }
*/

  .event_info_contents_container{
    display: flex;
    flex-direction: column;
  }

  .event_detail_title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .event_detail_text {
    font-size: 16px;
  }

  .indent01 {
    padding-left: 16px;
  }

  .indent02 {
    padding-left: 32px;
  }

  /* vehicles */
  .vehicles_contents_wrapper {
    margin-top: 60px;
  }

  .vehicles_title>h4 {
    font-size: 22px;
  }

  .vehicles_contents {
    flex-direction: column;
  }

  .card_colum01 {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .card {
    width: 100%;
    aspect-ratio: 1/1.5;
    margin-bottom: 40px;
  }

  .card_title>p {
    font-size: 18px;
  }

  .card_text>p {
    font-size: 18px;
    font-weight: normal;

  }

  .card_colum02 {
    flex-direction: column;
  }

  .card_contents_btn {
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }

  /* Universal-time */
  .universal_time_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .universal_time_contents_wrapper {
    width: 100%;
  }

  /* what_is_universal_time */
  .what_is_universal_time_contents_wrapper {
    margin-top: 60px;
  }

  .what_is_universal_time_contents {
    flex-direction: column-reverse;
  }

  .what_is_universal_time_img {
    margin-top: 30px;
    width: 100%;
  }

  .what_is_universal_time_title>h4 {
    font-size: 22px;
  }

  .what_is_universal_time {
    margin-top: 20px;
  }

  .universal_time_text {
    font-size: 18px;
  }

  /* Universal_time_event_info */
  .universal_time_event_info {
    flex-direction: column;
  }

  .event_details_img {
    margin-top: 30px;
    width: 100%;
  }

  /* Activities */
  .activities_title>h4 {
    font-size: 22px;
  }

  .activity_card_colum01 {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .activity_card {
    width: 100%;
  }


  .activity_card_title {
    margin-bottom: 40px;
  }

  .activity_card_title>p {
    font-size: 18px;
  }

  .activity_card_colum02 {
    flex-direction: column;
  }


  /* Schedule */
  .schedule_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule_contents_wrapper {
    width: 100%;
  }

  /* Schedule_detail */
  .schedule_detail_contents_title>h4 {
    margin-top: 60px;
    font-size: 22px;
  }

  /* Access */
  .access_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* access */
  .transportation_contents_wrapper {
    margin-top: 60px;
    flex-direction: column;
  }

  .transportation {
    width: 100%;
    padding-right: 0px;
  }

  .transportation_title {
    margin-bottom: 20px;
  }

  .transportation_title>h4 {
    font-size: 18px;
  }

  .transportation_text {
    margin-bottom: 40px;
  }

  .transportation_text>p {
    font-size: 18px;
  }

  .car_btn {
    justify-content: center;
  }


  /* Host */
  .host_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* host */
  .organization_contents_wrapper {
    margin-top: 60px;
  }

  .organization_contents_wrapper {
    flex-direction: column;
  }

  .main_organization_wrapper {
    width: 100%;
  }

  .main_organization_link {
    width: 100%;
  }

  .main_organization_title {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .main_organization_title>p {
    font-size: 24px;
  }

  .sub_organization_wrapper {
    width: 100%;
  }

  .sub_organization_list_item {
    margin-bottom: 40px;
  }

  .bottom_organization_wrapper {
    flex-direction: column;
    margin-top: 0px;
  }

  .bottom_organization_link {
    width: 100%;
    margin-top: 40px;
  }


  /* inquiry */
  .inquiry_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* inquiry */
  .contact_form {
    margin-top: 60px;
  }

  .name>p {
    font-size: 16px;
  }

  .mail {
    margin-top: 50px;
    flex-direction: column;
  }

  .mail_address {
    width: 100%;
    margin-right: 40px;
    margin-bottom: 50px;
  }

  .mail_address>p {
    font-size: 16px;
  }

  .mail_address_confirm {
    width: 100%;
  }

  .mail_address_confirm>p {
    font-size: 16px;
  }

  .contents {
    margin-top: 50px;
  }

  .submit_btn {
    display: flex;
    justify-content: center;
  }

}