@charset "UTF-8";

/*6/22公開分
.triangle_group_02 {display: none !important;}
#top_btn_kotira {display: none;}*/

main {
  margin-top: 55px!important;/*6/16以前は55,以降は90*/
  width: 100%;
}
body {
  background-color: var(--themewhite);
}

body a {
  text-decoration: none;
}

.scroll_down {display: none}

#top_title{
  position: relative;
    bottom: 118px;
    margin-bottom: -108px;
}
#top_title p:nth-of-type(1){
    font-size: 50px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    text-shadow: 2px 2px 1px var(--black);
}
#top_title_day{
    background: var(--black);
    color: var(--white);
    padding: 2px 15px;
    width: fit-content;
    margin: -10px auto 0 auto;
    scale: 0.9;
    font-size: 11px;
    display: flex;
}

.sub_month{
  font-size: 12px;
  position: relative;
  top: 6px;
  left: 4px;
}
.sub_slash{
font-size:11px;
font-weight: 200;
position: relative;
top: 6.5px;
left: -2px;
}

.day_24_second {
  left: -4px;
}

.sub_date{
font-size:27px;
position: relative;
}

.sub_date::before{
position: absolute;
font-size: 0.4em;
top: -3px;
left: 2px;
}

.day_22::after {
  content: " SAT.";
  display: block;
  font-size: 9px;
  margin-top: -2px;
}
.day_24::after {
  content: "MON.";
  display: block;
  font-size: 9px;
  margin-top: -2px;
}

.triangle_group {
  display: flex;
  gap: 3px; /* 三角形の間隔、必要に応じて調整 */
  margin: 0px 6px 0px 10px;
  align-items: center;
}

.sub_triangle{
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid var(--white); /* ← 三角形の色 */
}

.slider {
  position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  overflow: hidden;
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100%;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.slider-item  img{
  width: 100%;
  height: calc(100svh - 105px - 100px);
   object-fit: cover;
}

.topimg {
  width: 100%;
  display: block;
  margin: -10% auto 0 auto;
  z-index: 500;
  position: relative;
}
.slide-items {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0;
  
}
.slide-items img {
  display: block;
  width: 100%;
  /*height: 65vw;*/
  object-fit: cover;
  position: relative;
  z-index: 50;

}



#top_btn_main{
  margin: 10px auto; 
  width: 90%;
  padding: 10px;
  background-color: transparent;  /* 背景は透明 */
  border: 2px solid var(--themeyellow);
  display: grid;
  place-items: center;
  position: relative;
}

#top_btn_main::before,
#top_btn_main::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 2.5px;
  background-color: var(--themeyellow);
  top: 0;
  right: 32px;
  transform: rotate(-135deg);
  transform-origin: top right;
}

/* 2本目の斜め線を少し内側にずらす */
#top_btn_main::after {
  width: 24px;
  top: 0px;
  right: 17px;
  background-color: var(--themeyellow);
}


#top_btn_kikan {
  color:var(--black);
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

#top_btn_day {
  color:var(--white);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  background-color: var(--themered);
  margin-top: 3px;
  padding: 3px;
  width: 275px;
  position: relative;
}

#top_btn_day::before,
#top_btn_day::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 2px;
  background-color: var(--themewhite);
  top: 0;
  right: 19px;
  transform: rotate(-135deg);
  transform-origin: top right;
}

/* 2本目の斜め線を少し内側にずらす */
#top_btn_day::after {
  top: 0px;
  right: 10px;
  background-color: var(--themewhite);
}



#top_btn_main>div>div{
  display: flex;
  column-gap: 5px;
  align-items: baseline;
  justify-content: center;
  margin: 5px;
}

#top_btn_kotira{
  font-size: 18px;
}

#top_btn_yotei{
  font-size: 18px;
}

.kotira{
  color: var(--themered);
  border-bottom: 1.5px solid var(--themered);
}

.kotira:hover{
  opacity: 0.5;
}

.triangle_group_02 {
  display: flex;
  gap: 5px; /* 三角形の間隔、必要に応じて調整 */
  margin: 7px 0px 7px 0px;
  flex-direction: column;
  align-items: center;
  animation: arrowmove 3s ease-in-out infinite;
}

@keyframes arrowmove{
  0%{bottom:20svh;}
  50%{bottom:calc(20svh + 20px);}
  100%{bottom:20svh;}
}

.sub_triangle_02 {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid var(--themered); /* 三角形の色（下向き） */
}

.maintitle {
  color: var(--black);
  display: block;
}
.capital {
  color: var(--themered);
}

.capital2 {
  margin-left: 15px;
  color: var(--themered);
}

/*迷っている方へ*/
.wander {padding: 6% 8%;}

.taiyou {
  text-align: center;

}
#sanka {
  position: relative;
  display: flex;
  font-size: 20px;
  margin: 20px 0 20px 0;
  align-items: center;
  justify-content: center;
}

.yokobou_left  {
  width: 40px;
  height: 1px;
  background-color: var(--themered);
  margin: 0px 7.5px;
}

.yokobou_right {
  width: 40px;
  height: 1px;
  background-color: var(--themered);
  margin: 0px 7.5px;
}



.wander_text {
  text-align: justify;
}

.wander_title {
font-weight: 500;
font-size: 16px;
line-height: 21px;
text-align: center;
margin: 5px auto;
}

.wander_content  {
    position: relative;
    padding: 4% 10%;
    background-color: var(--lightbrown);
    border-radius: 15px;
    text-align: center;
    border: 2px solid var(--themered); /* 幅・種類・色 */
    margin: 0 3% 10% 3%;
}


.wander_button {
    background-color: var(--white);
    margin: 10px auto 0px auto;
    border: 1px solid var(--black);
    color: var(--black);
    font-size: 12px;
    display: flex;
    position: relative;
    width: 114px;
    height: 45px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .5s;
}
.wander_button:hover {
  background-color: var(--themered);
  color: var(--themewhite);
}

.checkpoint {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 8px;
    box-shadow: 3px 3px 0 0 var(--black);
    background: var(--themered);
    color: var(--themewhite);
    font-size: 13px;
    top: -3%;
    left: -2%;
    z-index: 20;
  }

.checkpoint:before {
  content: '';
  position: absolute;
  top: 100%;
  margin-left: 45px;
  border-color: transparent;
  border-top-color: var(--black);
  border-right-color: var(--black);
  border-style: solid;
  border-width: 5px;
}

.checkpoint:after {
  content: '';
  position: absolute;
  top: 91%;
  margin-left: -11px;
  border-color: transparent;
  border-top-color: var(--themered);
  border-right-color: var(--themered);
  border-style: solid;
  border-width: 5.5px;
}

.checkpoint span {
  font-size: 14px;
}

  .triangle_group_03 {
    display: flex;
    gap: 2px; /* 三角形の間隔、必要に応じて調整 */
    align-items: center;
    position: absolute;
    left: 105px;
    transition: transform 0.3s ease;
  }
  
  .sub_triangle_03{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid var(--black); /* ← 三角形の色 */
    transition: transform 0.3s ease;
  }

  .triangle_group_03:hover {
    gap: 3px; /* 三角形の間隔、必要に応じて調整 */
    transform: translateX(10px);
  }
  
  .sub_triangle_03:hover{
    border-left: 9px solid var(--themered); /* ← 三角形の色 */
  }


#committee_project {
  margin-bottom: 75px;
}

#pickup {
  position: relative;
  display: flex;
  font-size: 22px;
  margin: 0px 0 20px 0;
  align-items: center;
  justify-content: center;
}

#pickup .yokobou_left {
  width: 75px;
  margin: 0px 20px 0px 7.5px;
}

#pickup .yokobou_right {
  width: 75px;
  margin: 0px 7.5px 0px 20px;
}

#committee {
  position: relative;
  display: flex;
  font-size: 20px;
  margin: 80px 0 20px 0;
  align-items: center;
  justify-content: center;
}

#committee .yokobou_left {
  width: 32.5px;
  margin: 0px 7.5px 0px 7.5px;
}

#committee .yokobou_right {
  width: 32.5px;
  margin: 0px 7.5px 0px 7.5px;
}


/*PICK UP*/
.pickup-slider {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.slide-items2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-top: 20px;
}

.slide-items2 img {
  max-width: 200px;
  height: auto;
  margin: 0px auto -15px auto;
}



.slick-prev {
  left: 30px!important;
  z-index: 1;
  top: 24% !important;
}
.slick-next {
  right: 30px!important;
  top: 24% !important;
}
.slick-prev::before, .slick-next::before {
    color: var(--themered)!important;
    font-size: 30px!important;
    opacity: 1 !important;
    position: absolute;
    top: 25%;
    right: -6.5px;
    transform: translateY(-50%);
}



.slider-contents {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}



.bannertitle {
  font-family: "Shippori Mincho", serif ;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid var(--black);
  padding: 5px 10px;
  text-align: center;
  width: 300px;
  margin: 10px auto;
}


.slider-contents p {
  text-align: justify;
  margin: -2% 10% 3% 10%;
}

.slider-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 500px;
  text-align: left;
}


.pick_button {
    background-color: var(--white);
    margin: 0px auto 0px auto;
    border: 1px solid var(--black);
    color: var(--black);
    font-size: 13px;
    display: flex;
    position: relative;
    width: 150px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: .1s;
}
.pick_button:hover {
  background-color: var(--themered);
  color: var(--themewhite);
}

.slider-inner {
  display: flex;
  flex-direction: column; /* スマホ用：縦並び（画像→テキスト） */
  gap: 16px;
  align-items: center;
}

.slick-dots {
  bottom: -35px !important;
}













@media screen and (min-width:1024px) {
main{
    margin-top: 0px!important; /*6/16以前は70,以降は105*/
}

.pick_button {
  left: 20px;
}

.slide-items img {
  height:calc(80svh - 105px);
}

#top_title p:nth-of-type(1) {
  font-size: 90px;
}

#top_title{
    bottom: 200px;
    margin-bottom: -165px;
}

#top_title_day {
  scale: 1.2;
}

#top_btn_main {
  width: 65%;
  padding: 15px;
  border: 4px solid var(--themeyellow);
}

#top_btn_main::before, #top_btn_main::after {
  width: 71px;
  height: 4px;
  right: 50px;
}

#top_btn_kikan {
  font-size: 25px;
}

#top_btn_day{
    font-size: 35px;
    padding: 3px;
    width: 415px;
}

#top_btn_day::before, #top_btn_day::after {
  width: 40px;
  height: 4px;
  right: 27px;
}

#top_btn_day::after {
  right: 14px;
}

.triangle_group_02 {
  gap: 7px;
  margin: 12px 0px 7px 0px;
}

.sub_triangle_02{
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 21px solid var(--themered);
}

#top_btn_kotira {
  font-size: 25px;
}

#top_btn_yotei {
  font-size: 25px;
}

#top_btn_main::after{
    width: 36px;
    top: 0px;
    right: 25px;
}



.scroll_down{
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  position:absolute;
  right:40px;
  animation: arrowmove 3s ease-in-out infinite;
  z-index: 100;
  scale: 1.2;
  margin-bottom: 150px;
}

.scroll_down  span{
  display: inline-block;
  color: var(--white);
  font-size: 15px;
  letter-spacing: 0.8em;
  margin-bottom: -4px;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #ffffff; /* 三角形の色 */
}


@keyframes arrowmove{
   0%{bottom:20svh;}
   50%{bottom:calc(20svh + 20px);}
   100%{bottom:20svh;}
}

#sanka {
  font-size: 30px;
  margin: 20px 0 30px 0;
}

#sanka .yokobou_left {
  width: 70px;
  margin: 0 36px;
}
#sanka .yokobou_right {
  width: 70px;
  margin: 0 36px;
}

.wander_title {
  font-size: 22px;
  line-height: 28px;
  margin: 5px auto 10px auto;
}

.wander_button {
  background-color: var(--white);
  margin: 10px auto 0px auto;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 14px;
  line-height: 16px;
  display: flex;
  position: absolute;
  width: 120px;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: .5s;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

}


.wander {
  padding: 6% 4%;
  position: relative;
}

.forpc2{
  display: flex;
  flex-direction: row;
  gap: 3%;
  justify-content: center;
}

.wander_content {
  position: relative;
  padding: 3% 3%;
  background-color: var(--lightbrown);
  border-radius: 15px;
  text-align: center;
  border: 2px solid var(--themered);
  width: 300px;
  height: 300px;
  margin: 0;
}
.checkpoint {
  padding: 6px 10px;
  box-shadow: 3px 3px 0 0 var(--black);
  font-size: 15px;
  top: -6%;
  left: -2%;
}
.checkpoint:before {
  margin-left: 52px;
}

#pickup {
  font-size: 35px;
  margin-bottom: 35px;
}

#pickup .yokobou_left {
  width: 130px;
  margin: 0px 35px 0px 0px;
}

#pickup .yokobou_right {
  width: 130px;
  margin: 0px 0px 0px 35px;
}
.slider-inner {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}

.slider-text {
  gap: 6px;
}


.bannertitle {
  font-size: 20px;
  width: 370px;
  padding: 0px 10px 5px 10px;
  margin: auto 0px auto 20px;
}

.pickup-slider {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.slider-contents p {
  text-align: justify;
  margin: auto 0px auto 20px;
  width: 370px;
}

.pick_button {
  font-size: 14px;
  margin-top: 45px;
  transition: .5s;
}

#slider_sympo_button {
  margin-top: 5px !important;
}

#slider_sosyoku_button {
  margin-top: 3px !important;
}

#slider_support_button {
  margin-top: 3px !important;
}

#kuratai_button {
  margin-top: 24px;
}

#kyuekisya_button {
  margin-top: 24px;
}

.slick-prev {
  left: -25px!important;
  z-index: 1;
  top: 50% !important;
}
.slick-next {
  right: -20px!important;
  top: 50% !important;
}
.slick-prev::before, .slick-next::before {
    color: var(--themered)!important;
    font-size: 30px!important;
    opacity: 1 !important;
}

.slick-prev::before, .slick-next::before {
  top: 10%;
}

.slick-prev::before {
  right: 6px;
}

.slick-next::before {
  right: -20px;
}



#committee {
  position: relative;
  display: flex;
  font-size: 30px;
  margin: 120px 0 35px 0;
  align-items: center;
  justify-content: center;
}

#committee .yokobou_left {
  width: 60px;
  margin: 0px 31px 0px 0px;
}

#committee .yokobou_right {
  width: 60px;
  margin: 0px 0px 0px 31px;
}
.slick-dots {
  bottom: -45px !important;
}

.slick-dots li button:before {
  font-size: 10px !important;
}


}

@media screen and (min-width:1440px) { 
.wander_content {
  height: 330px;
}
.wander_content {
  width: 340px;
}
}


@media screen and (min-width:1700px) { 
  .wander_content {
    height: 370px;
  }
  }

@media screen and (min-width:1700px) { 
  .wander_content {
    height: 370px;
  }
}

@media screen and (min-width:2000px) { 
  .wander_content {
    height: 410px;
    width: 400px;
  }
}