@charset "UTF-8";

a {
  transition: 0.2s;
}

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

.index {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 1em;
}

.index a:hover {
  background-color: var(--themeocean);
}

.index a:hover p {
  color: #fff;
}

.index a {
  position: relative;
  padding: 0.7em 2em 0.7em 0.5em;
  width: calc(97% / 2);
  /*display: inline-block;*/
  border-bottom: 1px solid var(--themeocean);
  transition: 0.2s;
  display: flex;
  align-items: center;
  /* 上下中央 */
}

.index a p {
  line-height: 1.5;
}

.index a span {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid var(--themeocean);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  right: 1em;
  top: 45%;
  transition: 0.2s;
}

.index a:hover span {
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transition: 0.2s;
}

.index .index-onerow-sm p {
  transform: translateY(50%);
}

.phone-none {
  display: none;
}

@media (min-width: 1024px) {
  .pc-none {
    display: none;
  }

  .phone-none {
    display: block;
  }
}

.pickup-article h2 {
  margin-top: 40px;
}

.h3-small {
  color: gray;
  font-size: 13px;
  margin-left: 10px;
}

/*写真2枚*/
.photo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 10px auto;
}

.photo_wrap img {
  width: calc(50% - 5px);
  aspect-ratio: 4/3;
  object-fit: cover;
}

.kikaku_wrap {
  display: flex;
  align-items: stretch;
  text-align: center;
  font-size: 12px;
  color: var(--black);
  margin-bottom: 30px;
}

.kikaku_wrap span {
  color: gray;
  font-size: 11px;
}

.kikaku_wrap p {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/*箇条書きの表*/
.list {
  background-color: #f2f2f2;
  padding: 7px 8px 7px 26px;
  margin-top: 5px;
}

.list li {
  margin: 5px 0;
}

.list li::marker {
  color: var(--themeocean);
}

.li-round {
  color: var(--themeocean);
  margin-right: 1.5px;
}


.wrap1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

/*ページリンク*/
.pagelink a,
a.pagelink {
  text-decoration: underline;
  text-decoration-color: var(--themeocean);
  color: var(--themeocean);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 400;
}

.maillink a,
a.maillink {
  text-decoration: underline;
  text-decoration-color: var(--themeocean);
  color: var(--themeocean);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 400;
}

.pagelink:hover,
.maillink:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

/* 表 */
th,
td {
  border: solid 2px var(--gray);
  padding: 8px;
  text-align: center;
}

th {
  background-color: var(--themeocean);
  color: var(--white);
}

th a {
  color: inherit;
  text-decoration: underline 0.1px;
  text-decoration-color: var(--white);
  text-underline-offset: 2px;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: var(--white);
}

@media screen and (min-width: 1024px) {

  th,
  td {
    padding: 10px;
  }

  th a:hover {
    opacity: 0.7;
  }
}

.table-total td {
  font-weight: bold;
}

/*表fin*/

/*アコーディオンメニュー*/
.q_box {
  margin: auto;
  position: relative;
  cursor: pointer;
  border: solid 2px var(--thememix);
  padding: 10px 7% 10px 3%;
  display: flex;
  align-items: center;
  /*    display: block;*/
  font-size: 1.1em;
}

.a_box {
  padding: 2% 2% 5% 2%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.question {
  display: none;
}

.qa {
  position: relative;
  margin-bottom: 1em;
}

.q_box,
.faqcontent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.q_box::after,
.q_box::before {
  content: "";
  position: absolute;
  right: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.q_box::after {
  transform: rotate(90deg);
}

.faqcontent {
  max-height: 0;
  overflow: hidden;
}

.faqcontent p {
  margin: auto;
  letter-spacing: 0.1em;
}

.question:checked+.q_box+.faqcontent {
  max-height: 1800px;
  transition: all 1.5s;
}

.question:checked+.q_box::before {
  transform: rotate(90deg) !important;
}

/*アコーディオンメニューfin*/


/*STEP*/
.stepWrap {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-direction: column;

}

.step {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 11px;


}

.step_kazari {
  margin: 30px 0 0px 10px;
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step_number {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.stepcircle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--themeocean);
  display: block;
  margin: 0 auto;
  position: relative;
}

.stepcircle::before {
  content: "STEP";
  position: absolute;
  top: -40%;
  color: var(--themeocean);
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;

}

.stepcircle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--themewhite);
  font-size: 16px;
  font-weight: bold;

}

.step_tatebou {
  width: 2px;
  height: calc(100% - 70px);
  background-color: var(--themeocean);
  display: block;
  margin: 10px auto;
}

.step_explanation {
  background-color: #f2f2f2;
  padding: 3% 5% 3% 5%;
  margin: 10px 10px 10px 0;
  /*text-align: justify;*/
  width: 100%;
}

.step_explanation p:nth-of-type(1) {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap;
  width: 80%;
}

.step_explanation .qa {
  margin-top: 5px;
}

.wide-table {
  margin-left: -5%;
  margin-right: -5%;
  width: calc(100% + 10%);
}

.step_explanation .wide-table {
  margin-left: -5%;
  margin-right: -5%;
  width: calc(100% + 10%);
}


@media screen and (min-width: 1024px) {
  .step {
    gap: 0px;
  }

  .stepcircle {
    width: 50px;
    height: 50px;

  }

  .step_kazari {
    width: 60px;
    margin: 26px 20px 10px 10px;
  }

  .step_explanation {
    padding: 3% 3% 3% 3%;

  }

  .step_explanation p:nth-of-type(1) {
    font-size: 18px;
  }

  .step_explanation .wide-table {
    margin-left: -3%;
    margin-right: -3%;
    width: calc(100% + 6%);
  }

  .available.wide-table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/*STEPfin*/


/*フローチャートcss*/
.flow-group {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow li {
  list-style-type: none;
  margin-top: 30px;
}

.flow dd {
  margin-left: 0;
  background-color: #f2f2f2;
  padding: 10px;
}

.flow {
  position: relative;
  padding: 0;
  margin-top: 30px;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #f2f2f2;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 76px;
}

.flow>li {
  position: relative;
}

.flow>li .icon {
  font-size: 10px;
  border: solid 2px var(--themeocean);
  padding: 5px 0;
  display: flex;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  z-index: 100;
  width: 60px;
  text-align: center;
  font-weight: 600;
}

.flow>li .icondoble {
  top: -24px;
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--themeocean);
  position: absolute;
  top: 10px;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li .icon.special::after {
  top: 5px;
}

.flow>li dl {
  padding-left: 96px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
}

.flow>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--themeocean);
  border-radius: 50%;
  left: 72px;
}

.flow>li dl::after {
  width: 20px;
  border-bottom: 1px dashed var(--themeocean);
  position: absolute;
  left: 76px;
}

.flow>li dl dt {
  font-size: 1.2em;
  font-weight: 500;
  /*padding-bottom: 1vh;
  padding-left: 1rem;*/
  padding: 1px 0 1px 7px;
  margin-bottom: 1vh;
  border-left: 5px solid var(--themeocean);
  position: relative;
  color: var(--black);
}

.flow>li dl dt::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  /*border-bottom: 3px solid var(--themeocean);*/
}

.flow-content-box {
  background-color: #f2f2f2;
  padding: 15px 10px 15px 10px;
}

.flow-content-box dd {
  background-color: #dfdfdf
}

@media screen and (min-width:1024px) {
  .flow>li .icon {
    font-size: 12px;
    /*校正を受けて変えた*/
    border: solid 2px var(--themeocean);
    /*校正を受けて変えた*/
    padding: 5px 5px;
    position: absolute;
    box-sizing: border-box;
    /*top: -3px;*/
    left: 0;
    z-index: 100;
    width: 77px;
    /*校正を受けて変えた*/
    text-align: center;
    font-weight: 800;
  }

  .flow>li dl {
    padding-left: 117px;
  }

  .flow>li dl::after {
    content: "";
    width: 31px;
    border-bottom: 1px dashed var(--themeocean);
    position: absolute;
    left: 90px;
  }

  .flow>li dl::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: var(--themeocean);
    border-radius: 50%;
    left: 90px;
    /*校正を受けて変えた*/
  }

  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #f2f2f2;
    margin-left: 6px;
    /*校正を受けて変えた*/
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
  }

}

/*フローチャートcss fin*/

/*本祭期のcommon/mainを移設*/
.flow>li.flow-item-honsai dl:not(:first-of-type)::before,
.flow>li.flow-item-honsai dl:not(:first-of-type)::after {
  content: none !important;
  display: none !important;
}

.flow>li.flow-item-honsai dl dt {
  justify-content: space-between;
  border-left: none;
  margin-left: -0.05em;
  font-size: 15px;
  font-weight: 700;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  padding-right: 10px;
  border-left: 1.5px solid var(--themeocean);
  border-bottom: 2px solid var(--themeocean);
  margin-bottom: 6px;
}

/* 横並びを綺麗にするための設定 */
.flow>li.flow-item-honsai dt.nav-open {
  display: flex;
  align-items: end;
  align-content: space-around;
  justify-content: space-between;
}

/* 矢羽の図形と文字の設定（1行用・2行用共通） */
.yabane-1,
.yabane-2 {
  font-family: 'Kiwi Maru';
  display: inline-flex;
  text-decoration-thickness: 1px;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: var(--themeocean);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 10px;
  flex-shrink: 0;
  /* clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);*/
}

.shrink {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.BU {
  font-weight: bold;
  text-decoration: underline solid var(--black) 1px;
  text-underline-offset: 2px;
}

.sanka_BU {
  font-weight: bold;
  text-decoration: underline solid var(--themeocean) 1px;
  text-underline-offset: 2px;
}

/*本祭期フローチャートFin*/


/*アワカレ特設スライダー*/
/* .slide-items2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-top: 20px;
}
.slide-items2 img {
    width: 54%;
    margin: 10px auto;
}


.slick-prev {
  left: 20px!important;
  z-index: 1;
}
.slick-next {
  right: 20px!important;
} */
.slider-image {
  width: 80%;
  overflow: hidden;
}

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

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

.slide-items2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0px auto -15px auto;
}



.slick-prev {
  left: -10px !important;
  z-index: 1;
  top: 50% !important;
}

.slick-next {
  right: -10px !important;
  top: 50% !important;
}

.slick-prev::before,
.slick-next::before {
  color: var(--themeocean) !important;
  font-size: 20px !important;
  opacity: 1 !important;
}

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




.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: .5s;
}

.pick_button:hover {
  background-color: var(--themeocean);
  color: var(--themewhite);
}

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

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


.pickup-slider {
  margin-bottom: 50px;
}


.caption {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}







.slider-image {
  width: 80%;
}

.slider-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}


.text-slider {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin: 0;
  color: black;
  text-align: center;
}


.bannertitle {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid black;
  padding: 5px 10px;
  margin: 10px 0;
}

.slide_text p {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 5%;
}

.double-sliderpc {
  display: none;
}

.double-slider {
  display: block;
}

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

.pick_button:hover {
  background-color: var(--mojiblack);
  color: var(--white);
}

.slick-track {
  display: flex !important;
  align-items: center !important;
}

.custom-dots-sp {
  text-align: center;

}

.custom-dots-sp .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.custom-dots-sp .dot.active {
  background-color: #000;
}

@media screen and (min-width:1024px) {

  .double-slider {
    display: none;
  }

  .double-sliderpc {
    display: block;
  }

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


  }

  .slide-items2pc img {
    width: 90%;
    display: block;
    margin: 1% auto 0 auto;
    opacity: .3;
    /*スライドを薄くする*/
    transform: scale(.7);
    /*スライドのサイズを80%にする*/
    transition: opacity .5s, transform .5s;
    /*スライド透過率と拡大のアニメーション時間を0.5秒に設定*/
  }

  .slide-items2pc .slick-center img {
    opacity: 1;
    /*中央のスライドは透過しない*/
    transform: scale(1);
    /*中央のスライドは小さくしない*/
  }


  .text-sliderpc {
    width: 90%;
    height: 60%;
    margin: 0 auto;
    color: black;
    text-align: center;
    opacity: 1;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
  }

  .text-sliderpc .slick-center {
    opacity: 1;
    /*中央のスライドは透過しない*/
    transform: scale(1);
    /*中央のスライドは小さくしない*/
  }

  .slide-items2pc .slick-slide {
    opacity: 0.3;
    transition: opacity 0.5s ease;
  }

  .slide-items2pc .slick-center {
    opacity: 1;
  }

  .slick-prev {
    left: -20px !important;
  }

  .slick-next {
    right: -20px !important;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 35px !important;
  }

  .bannertitle {
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px solid black;
    padding: 5px 10px;
    margin: 2% 5%
  }

  .textpc {
    margin: 1% auto;
    /*width: 800px!important;
    text-align: center;*/

  }

  .textpcc {
    width: 100%;
  }

  .slide_text p {
    text-align: center;
    font-size: 17px;
    margin-top: 7%;
  }

  .pick_button {
    font-size: 17px;
    height: 70px;
    width: 200px;
  }

  .custom-dots-pc {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
    list-style: none;
  }

  .custom-dots-pc .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .custom-dots-pc .dot.active {
    background-color: #333;
  }





  .slider-image {
    width: 80%;
    max-width: 350px;
  }

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


  #pickup {
    font-size: 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;

    gap: 16px;

  }




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

  .slider-contents p {
    text-align: center;
    width: 370px;
    font-size: 15px;
  }


  .pick_button {
    font-size: 14px;
    margin-top: 25px;
  }

  .slick-prev {
    left: 40px !important;
    z-index: 1;
    top: 50% !important;
  }

  .slick-next {
    right: 40px !important;
    top: 50% !important;
  }

  .slick-prev::before,
  .slick-next::before {
    color: var(--themeocean) !important;
    font-size: 30px !important;
    opacity: 1 !important;
  }




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

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

  .pickup-slider {
    margin-bottom: 80px;
  }
}

/*アワカレ特設スライダー fin*/


/*連絡先の表*/
.mail-box {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.mail-box th,
.mail-box td {
  padding: 5px;
}

@media (min-width: 1024px) {

  .mail-box th,
  .mail-box td {
    padding: 10px;
  }
}


/*支援制度の形態選択*/

.describe-choose {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline 1px var(--black);
  text-underline-offset: 3px;
}

.tabindex-wrap {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  margin: 0 auto;
}

.index-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3%;
  row-gap: 1em;
  margin: 0 5%;
}

.index-support .tab-btn {
  position: relative;
  padding: 0.5em 0;
  width: calc(97% / 2);
  border: none;
  border-bottom: 1.5px solid var(--color);
  background: none;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-support .tab-btn p {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.index-support .tab-btn span {
  display: none;
}

/* 選択中：背景を各形態の色で塗りつぶす */
.index-support .tab-btn.active {
  background-color: var(--color);
}

.index-support .tab-btn.active p {
  color: #fff;
}

/* ホバー：中央から端へ伸びる下線アニメーション */
.index-support .tab-btn::after {
  content: '';
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.index-support .tab-btn:hover:not(.active)::after {
  transform: scaleX(1);
}


.tab-panels .tab-panel {
  display: none;
}

.tab-panels .tab-panel.active {
  display: block;
}

.tab-btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 0.5em 0;
  margin: 1em 5% 0;
  border: none;
  border-bottom: 1.5px solid gray;
  background: none;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.tab-btn-default p {
  line-height: 1.5;
  font-size: 14px;
}

.tab-btn-default span {
  display: inline-block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border: 1.5px solid gray;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  right: 1em;
  top: 50%;
  transition: 0.2s;
}

.tab-btn-default:hover {
  background-color: gray;
}

.tab-btn-default:hover p {
  color: #fff;
}

.tab-btn-default:hover span {
  border-color: #fff;
}

.support_booth {
  --color: var(--booth);
}

.support_field {
  --color: var(--field);
}

.support_indoor {
  --color: var(--indoor);
}

.support_sympo {
  --color: var(--sympo);
}

.support_stage {
  --color: var(--stage);
}

.support_decoration {
  --color: var(--decoration);
}

@media screen and (min-width:1024px) {


  .index-support .tab-btn p {
    font-size: 16px;
  }

}

.available.wide-table {
  table-layout: fixed;
}

.available.wide-table th,
.available.wide-table td {
  width: calc(100% / 7.9);
}

.available.wide-table .supportname {
  width: calc(100% * 1.9 / 7.9);
}