@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  background-color: #00b8ee;
  /* 背景色 */
  background-size: cover;
  /* 全画面 */
  background-attachment: fixed;
  /* 固定 */
  background-position: center center;
  /* 縦横中央 */
  color: hsl(202, 100%, 46%);
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Mochiy Pop One", Meiryo, sans-serif;
  text-align: center;
}

img {
  max-width: 100%;
}

table {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 縦方向の中央揃え */
  width: 100%;
}

td,
th {
  padding: 3%;
}

h2 {
  margin: 5% 0 5% 0;
  padding-bottom: 2%;
}

/*-------------------------------------------
  font
  -------------------------------------------*/

.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* サイト全体のコンテンツ幅を設定 */
.container {
  max-width: 1600px;
  margin: 0 auto;
}

/* 中のコンテンツ部分 */
.inner {
  border: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 3%;

}

/* ブラウザの初期設定をクリア */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.section-title {
  display: flex;
  justify-content: center;
  border-bottom: solid 2px #76ddfc;
  position: relative;
  padding: 0.6%;
  /*文字周りの余白*/
  margin: 5% 0% 3% 0;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.75rem;
  color: #1bbeef;
  ;
  font-weight: bold;
  font-family: "Mochiy Pop One", sans-serif;
}


.content-title {
  font-size: 22px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Mochiy Pop One", sans-serif;
}

.font-txt {
  display: flex;
  color: #003ac2;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.17em;
  line-height: 150%;
}

.font-b {
  display: flex;
  color: #003ac2;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.font-c {
  display: flex;
  color: #ffffff;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 120%;
}

.font-d {
  display: block;
  color: #ffffff;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  margin-bottom: 20px
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: auto;
  padding: 6% 0%;
  line-height: 110%;
}

.item>div {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
}


a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  margin: 4% auto;
  padding: 1rem 1rem;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgba(94, 138, 243, 1) 15%, rgba(243, 61, 223, 1));
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.25em;
  pointer-events: none;
}

a.btn_01_out {
  pointer-events: none;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  margin: 4% auto;
  padding: 1rem 1rem;
  background-color: #A7A7A7;
  color: #676767;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.25em;
}


a.btn_01:hover {
  color: #ffffff;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgba(94, 138, 243, 1) 15%, rgb(0, 87, 194));
}

a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  margin: 4% auto;
  padding: 1rem 1rem;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgb(193, 15, 107) 15%, rgba(243, 61, 223, 1));
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
}

a.btn_02:hover {
  color: #ffffff;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgba(94, 138, 243, 1) 15%, rgb(0, 87, 194));
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #1B85FB;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
  }
}

a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 90%;
  margin: 4% auto;
  padding: 1rem 1rem;
  background-color: cadetblue;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.1em;
}

a.btn_03:hover {
  color: cadetblue;
  background-color: #ffffff;
  border: dotted 3px cadetblue;
}

a.btn_04 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  margin: 5% auto;
  padding: 1rem 1rem;
  background-color: royalblue;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.1em;
}

a.btn_04:hover {
  color: royalblue;
  background-color: #ffffff;
  border: dotted 3px royalblue;
}

a.btn_05 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 60%;
  margin: 3% auto;
  padding: 1rem 1rem;
  background-color: rgb(57, 115, 239);
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.1em;
}

a.btn_05:hover {
  color: #ffffff;
  background-color: #003ac2;
}

a.btn_05 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 60%;
  margin: 3% auto;
  padding: 1rem 1rem;
  background-color: rgb(57, 115, 239);
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.1em;
}

a.btn_05:hover {
  color: #ffffff;
  background-color: #003ac2;
}


.gmap {
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 95%;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto 100px auto;
  padding: 0 4%;
  text-align: center;
}

.box2 {
  background-image: url(../img/table_blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding: 5%;
  width: 100%;
  height: 100%;

}

.box2 p {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: left;
  letter-spacing: 0.2em;
  color: #00b8ee;
  font-size: 16px;
}

.box2 ul {
  display: flex;
  list-style: none;
  justify-content: center;
  width: 100%;
  text-align: left;

}

.box2 ul li {
  margin-left: 0em;
}

.box3 {
  background-color: #ffffff;
  display: flex;
  justify-content: right;
  padding: 10px 10px 10px 10px;
  width: 100%;
}

.box3 img {
  height: 80px;
  padding: 10px;
}

.time {
  /*コレ*/
  border-radius: 100px;
  display: block;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background: #6fa1ff;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin: 1px 0;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#btn_sanak {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}

#btn_sanak img {
  display: block;
  width: 180px;
  height: auto;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  margin-bottom: 0px;
  display: flex;
  position: relative;
}

#header img {
  width: 100%;
  object-fit: cover;
  object-position: top;

}


/*-------------------------------------------
program
-------------------------------------------*/
#program {
  background-color: #d3edfb;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  padding: 5% 1%;
  display: flex;
  justify-content: center;
}


#program .inner img {
  width: 95%;
  margin: auto;

}

#program .box1 {
  /* display: flex; */
  justify-content: center;
  text-align: left;
  color: #00b8ee;
  width: 100%;
  margin: auto;
  padding-bottom: 3%;
}

#program .box1 p {
  width: 100%;
  text-align: left;
  color: #00b8ee;
  font-size: 16px;
  padding-left: 3%;
}

#program ul {
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
  margin: auto;

}

#program li {
  width: 100%;
  text-align: left;
  padding: 1% 1%;
  margin: auto;
}



/*-------------------------------------------
参加登録方法
-------------------------------------------*/
#program2 {
  background-color: #d3edfb;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}

#program2 .box1 {
  display: flex;
  justify-content: center;
  text-align: left;
  color: #00b8ee;
  width: 100%;
  margin: auto;
  padding-bottom: 3%;
}

#program2 .box1 p {
  width: 100%;
  text-align: left;
  color: #00b8ee;
  font-size: 16px;
}



/*-------------------------------------------
bgspace
-------------------------------------------*/
#bgspace {
  background-color: #d3edfb;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

#bgspace2 {
  background-color: #d3edfb;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

/*-------------------------------------------
contents
-------------------------------------------*/
.youtube {
  width: 100%;
  height: 375px;
}

#contents {
  margin-bottom: 0px;
  padding: 1% 1%;
  display: flex;
  justify-content: center;
  text-align: left;
  background-color: #fafafa;
}

#contents ul {
  width: 99%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
  margin: auto;
  background-color: #fafafa;

}

#contents li {
  width: 100%;
  text-align: left;
  padding: 0%;
  margin: auto;
}

#contents .box1 {
  display: flex;
  justify-content: center;
  text-align: left;
  color: #00b8ee;
  width: 100%;
  margin: auto;
  padding-bottom: 3%;
}

#contents .box1 p {
  width: 100%;
  text-align: left;
  padding-right: 20px;
  color: #00b8ee;
  font-size: 14px;
}

#contents .box1 img {
  width: 100%;
  border: 1px solid #1B85FB;
}

.con_1 {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #f29600;
  border-radius: 62px;
  padding: 2% 2%;
}

.con_2 {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #e73828;
  border-radius: 62px;
  padding: 2% 2%;
}

.con_3 {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #1B85FB;
  border-radius: 62px;
  padding: 2% 2%;
}

.con_4 {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #e3007f;
  border-radius: 62px;
  padding: 2% 2%;
}

.con_6 {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #009844;
  border-radius: 62px;
  padding: 2% 2%;
}


/*-------------------------------------------
detail
-------------------------------------------*/
#detail {
  background-color: #d3edfb;
  padding: 1% 1% ss3% 1%;
  display: flex;
  justify-content: center;
  text-align: center;
}

#detail .box1 {
  display: flex;
  justify-content: center;
  text-align: left;
  color: #00b8ee;
  width: 100%;
  margin: auto;
  padding-bottom: 3%;
}

#detail .box1 p {
  width: 100%;
  text-align: left;
  color: #00b8ee;
  font-size: 16px;
}

#detail ul {
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
  margin: 0 auto;
}


#detail li {
  width: 100%;
  text-align: left;
  padding: 1% 1%;
  margin: 0 auto;
}

/*-------------------------------------------
access
-------------------------------------------*/
#access {
  margin-bottom: 0px;
  url(http://127.0.0.1:3000/Users/dimio_mm/Desktop/%3C%E5%88%B6%E4%BD%9C%3E/%3Cweb%3E/%E2%97%8FJCS/2025_%E3%82%AA%E3%83%98%E3%82%9A%E3%82%B9%E3%83%AB/2025%E3%82%AA%E3%83%98%E3%82%9A%E3%82%B9%E3%83%ABLP/img/header_2025.png) padding: 2% 0%;
  display: flex;
  justify-content: center;
  text-align: left;
  background-color: #fafafa;
}

#access .box1 {
  text-align: left;
  color: #00b8ee;
  width: 100%;
  margin: auto;
  padding-bottom: 10%;
}


#access .box1 ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#access .box1 li {
  width: 100%;
  text-align: left;
  padding: 1% 1%;
  margin: auto;

}

#access .box1 p {
  width: 100%;
  text-align: left;
  color: #00b8ee;
  font-size: 14px;
}


/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.8rem;
  background-color: #dadada;
  padding-top: 2%;
  margin: auto;
}

#footer p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #003ac2;
}

#footer .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  color: #003ac2;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 2% 0;
}


#footer .box1 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin: auto;
}


#footer .box1 li {
  text-align: center;
  align-items: center;
  border: 0px solid #000000;
  margin: auto;
}

#footer .box1 dl {
  display: flex;
  justify-content: center;
  /* dt、ddを横並びにする */
  border-top: solid 0px #dedede;
  border-bottom: solid 1px #dedede;
  width: 100%;
}

#footer .box1 dt {
  display: flex;
  align-items: center;
  width: 50%;
}

#footer .box1 dl img {
  width: 100%;
  max-width: 300px;
  align-items: center;
  text-align: center;
  margin: auto;
  padding: 0% 0% 5% 0%;
}

#footer .box1 dd {
  align-items: center;
  width: 50%;
}

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


  p {
    font-size: 14px;
    text-align: center;
  }

  .section-title {
    display: flex;
    justify-content: center;
    border-bottom: solid 2px #76ddfc;
    position: relative;
    padding: 0.6%;
    /*文字周りの余白*/
    margin-bottom: 10%;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 1.28rem;
    color: #1bbeef;
    ;
    font-weight: bold;
    font-family: "Mochiy Pop One", sans-serif;

  }

  .content-title {
    font-size: 18px;
    margin: 10px 0;
    text-align: left;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-family: "Mochiy Pop One", sans-serif;
  }

  .inner {
    padding: 0 3%;
  }


  .font-txt {
    display: flex;
    color: #003ac2;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 150%;
    padding: 2%;
  }


  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    padding: 0;
  }

  #btn_sanak img {
    width: 90px;
  }

  #btn_sanak {
    position: fixed;
    bottom: 10px;
    right: 6px;
    cursor: pointer;
    z-index: 1000;
  }

  /*-------------------------------------------
contents
-------------------------------------------*/
  .youtube {
    height: 200px;
  }

  a.btn_04 {
    width: 70%;
    font-weight: bold;
    font-size: 1.1em;
  }

  #contents {
    padding: 5% 3%;
    text-align: center;
  }

  #contents ul {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;

  }

  #contents li {
    width: 100%;
    flex-direction: row-reverse;
  }

  /*-------------------------------------------
program
-------------------------------------------*/

  #program {
    padding: 5% 3%;
  }

  #program ul {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  #program li {
    width: 100%;
    flex-direction: row-reverse;
  }

  .con_1,
  .con_2,
  .con_3,
  .con_4,
  .con_6 {
    position: relative;
    border-radius: 30px;
    padding: 5% 5% 20% 5%;
  }

  #program .con_img {
    display: block;
    padding: 10% 0;
    margin: auto 0;
  }



  /*-------------------------------------------
detail
-------------------------------------------*/

  #detail {
    padding: auto 0%;
    text-align: center;
  }

  #detail ul {
    width: 90%;
    max-width: 350px;
    flex-direction: column;
    justify-content: space-between;

  }

  #detail li {
    width: 100%;
    padding-bottom: 10px;
    flex-direction: row-reverse;
    margin: auto;
  }

  /*-------------------------------------------
access
-------------------------------------------*/

  #access {
    display: flex;
    justify-content: center;

  }

  #access ul {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
  }

  #access li {
    width: 100%;
    max-width: 768px;
    flex-direction: row-reverse;
  }

  /*-------------------------------------------
footer
-------------------------------------------*/

  #footer .box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #003ac2;
    width: 100%;
    margin: 0 auto;

  }

  #footer .box1 dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 11%;
    margin: auto;
  }

  #footer .box1 dt {
    width: 100%;
    align-items: center;
    text-align: center;
    margin: auto;
  }

  #footer .box1 dl img {
    width: 100%;
    max-width: 300px;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 0% 0% 5% 0%;
  }

  #footer .box1 dd {
    width: 100%;
    text-align: center;
    align-items: center;
  }