/* 各セクション */
/* fv */

.fv_wrapper {
  margin-top: 80px;
  position: relative;
  background-image: url(../img/common/fv_bg_image.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}

.fv_section_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.fv_text {
  width: 100%;
  padding: 80px 0 350px 0;
  ;
}

.fv_title>h2 {
  color: #FFFFFF;
  font-size: 96px;
  font-weight: 800;
  color: #ffffff;
}

.fv_sub_title {
  padding-bottom: 84px;
}

.fv_sub_title>p {
  color: #FFFFFF;
  font-size: 24px;
}

.sns_wrapper {
  display: flex;
  padding-bottom: 100px;
  width: 70px;
}

.icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon:hover {
  opacity: 0.6;
}

.insta_icon {
  margin-left: 20px;
}

.sns_icon>img {
  width: 20px;
}


/* Menu */
.menu_wrapper {
  padding-top: 80px;
  background-color: rgba(252, 246, 189, 0.2);
}

.menu_section_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.menu_contents_wrapper {
  width: 100%;
}

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

.menu_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  background-color: #ccc;
  box-shadow: 5px 10px 4px rgba(0, 0, 0, 0.25);
}

.universal_canoe_menu {
  background-color: #A9DEF9;
}

.universal_canoe_menu:hover {
  background-color: #A9DEF9;
  opacity: 0.6;
  transition: all 300ms linear;
}

.universal_time_menu {
  background-color: #FF99C8;
}

.universal_time_menu:hover {
  background-color: #FF99C8;
  opacity: 0.6;
  transition: all 300ms linear;
}

.schedule_menu {
  background-color: #D0F4DE;
}

.schedule_menu:hover {
  background-color: #D0F4DE;
  opacity: 0.6;
  transition: all 300ms linear;
}

.menu_box>h3 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.gallery_contents {
  padding-bottom: 50px;
}

.pictures {
  padding-bottom: 20px;
}

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

/* news */
.news_wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}

.news_section_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.news_message>p {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}

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

.news_wrapper01 {
  margin-bottom: 40px;
}

.news {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  box-sizing: border-box;
  align-items: center;
}

.news:before {
  content: "";
  position: absolute;
  width: 170px;
  top: 100%;
  border-bottom: solid 1px #000000;
}

.news > time {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  margin-right: 30px;
}

.news > p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  max-width: 70%;
}
.news > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news > a:hover {
  background-color: #FFFFFF;
  opacity: 0.6;
  transition: all 300ms linear;
}
.news03 {
  padding-bottom: 20px;
}

.news>span {
  margin-left: auto;
  width: 6px;
  height: 10px;
  padding-top: 2px;
  position: relative;
}

.news>span::before {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  border-right: 1.5px solid #000000;
  transform: rotate(-45deg);
  position: absolute;
}

.news>span::after {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  border-right: 1.5px solid #000000;
  transform: rotate(45deg);
  position: absolute;
}

.sp_only {
  display: none;
}



/* Universal-canoe */
.universal_canoe_wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: rgba(169, 222, 249, 0.2);
}

.universal_canoe_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.universal_canoe_contents_wrapper {
  width: 100%;
}

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

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

.what_is_universal_description {
  width: 72%;
  padding-right: 20px;
}

.what_is_universal_contents {
  display: flex;
}

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

.recruit {
  margin-top: 40px;
}

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

/* Event_info */
.event_info_wrapper {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: rgba(208, 244, 222, 0.2);
}

.event_info_title>h4 {
  font-size: 32px;
  font-weight: 800;
}
/*
.event_info_contents {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
*/
.event_info_contents_container{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.event_type>h4{
  font-size: 32px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 16px;
}
.event_detail_title {
  font-size: 18px;
  margin-bottom: 5px;
}

.event_detail_text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.indent01 {
  padding-left: 18px;
}

.indent02 {
  padding-left: 36px;
  font-size: 16px;
}

.sazan {
  color: #ff0000;
  text-decoration: underline;
}

/* vehicles */
.vehicles_wrapper {
  padding-top: 60px;
  background-color: rgba(169, 222, 249, 0.2);
}

.vehicles_contents {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

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

.card {
  width: 28%;
  aspect-ratio: 1/1.6;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 5px 10px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card_img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.card_title {
  margin-bottom: 10px;
}

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

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

.card_colum02 {
  display: flex;
  justify-content: space-around;
}

.card_contents_btn {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: end;
  padding-right: 20px;
}



/* Universal-time */
.universal_time_wrapper {
  padding-top: 50px;
  padding-bottom: 110px;
  background-color: rgba(255, 153, 200, 0.1);
}

.universal_time_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.universal_time_contents_wrapper {
  width: 100%;
}

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

.what_is_universal_time_contents {
  display: flex;
}

.what_is_universal_time_img {
  width: 60%;
}

.what_is_universal_time_title>h4 {
  font-size: 32px;
  font-weight: 800;
}

.what_is_universal_time {
  margin-top: 20px;

}

.universal_time_text {
  font-size: 18px;
  font-weight: normal;
}

/* Universal_time_event_info */
.universal_time_event_info {
  display: flex;
  justify-content: space-between;
}

.event_details_img {
  width: 50%;
}

/* Activities */
.activities_contents_wrapper {
  margin-top: 60px;
}

.activities_title>h4 {
  font-size: 32px;
  font-weight: 800;
}

.activity_card_contents {
  margin-top: 20px;
}

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

.activity_card {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activity_card_img {
  margin-top: 10px;
  margin-bottom: 15px;
}

.cactivity_card_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.activity_card_title {
  margin-bottom: 10px;
}

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

.activity_card_colum02 {
  display: flex;
  justify-content: space-around;
}

/* Schedule */
.schedule_wrapper {
  padding-top: 40px;
  padding-bottom: 110px;
  background-color: rgba(208, 244, 222, 0.2);
}

.schedule_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.schedule_contents_wrapper {
  width: 100%;
}

/* Schedule_detail */
.schedule_detail_contents_title>h4 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 800;
}

.schedule_table_title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.schedule_table {
  width: 100%;
}

th {
  padding: 10px 10px 10px 10px;
  background-color: #01CC50;
  color: #FFFFFF;
  border-bottom: solid 0.5px #000000;
}

td {
  padding: 10px 5px 10px 5px;
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  border-bottom: solid 0.5px #666666;
}


/* Access */
.access_wrapper {
  padding-top: 50px;
  padding-bottom: 110px;
  background-color: ＃FFFFFF;
}

.access_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

/* access */
.transportation_contents_wrapper {
  margin-top: 40px;
  display: flex;
}

.transportation {
  width: 50%;
  padding-right: 20px;
}

.transportation_title {
  margin-bottom: 20px;
}

.transportation_title>h4 {
  font-size: 32px;
  font-weight: 800;
}

.transportation_text {
  margin-bottom: 40px;
}

.transportation_text>p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

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

/* Host */
.host_wrapper {
  padding-top: 50px;
  padding-bottom: 110px;
  background-color: ＃FFFFFF;
}

.host_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

/* host */
.organization_contents_wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.main_organization_wrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_organization_link {
  display: block;
  text-align: center;
}

.main_organization_title {
  margin-top: 20px;
}

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

.sub_organization_wrapper {
  width: 45%;
}

.sub_organizations {
  height: 100%;
}

.sub_organization_logo {
  display: none;
}

.sub_organization_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.sub_organization_list_item>a {
  font-size: 24px;
  display: block;
  text-align: center;
}

.support_title {
  margin-top: 80px;
}

.support_title>h4 {
  font-size: 32px;
}


.bottom_organization_link {
  display: block;
  text-align: center;
}

.bottom_organization_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
}

.bottom_organization_link {
  width: calc(100% / 3);
}

.bottom_organization_no_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom_organization_title>p {
  font-size: 20px;
  text-align: center;
}




/* inquiry */
.inquiry_wrapper {
  padding-top: 50px;
  padding-bottom: 110px;
  background-color: ＃FFFFFF;
}

.inquiry_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

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

.name>p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  position: relative;
}

.name_text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  width: 98%;
  height: 56px;

}

.name_text:focus {
  border: 1px solid #CECECE;
  box-shadow: none;
  outline: none;
}

.mail {
  margin-top: 80px;
  display: flex;
}

.mail_address {
  width: 35.5%;
  margin-right: 40px;
  ;
}

.mail_address>p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  position: relative;
}

.mail-address {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  width: 98%;
  height: 56px;
}

.mail-address:focus {
  border: 1px solid #CECECE;
  box-shadow: none;
  outline: none;
}

.mail_address_confirm {
  width: 35.5%;
  margin-right: 40px;
  ;
}

.mail_address_confirm>p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  position: relative;
}

.contents {
  margin-top: 80px;
}

.contents {}

.contents>p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  position: relative;
}

.contents_textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 230px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.contents_textarea:focus {
  border: 1px solid #CECECE;
  box-shadow: none;
  outline: none;
}

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