*,*::before, *::after {
  box-sizing: border-box;
}
h2, h3, h4, p, span, div, li {
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: unset;
}

li {
  list-style: none;
}
.sub_page {
  max-width: 1200px;
  width: 90%;
  margin: 120px auto;
}

.sub_page_100 {
  
  width: 100%;
  margin: 120px auto;
}
.sub_mv {
  width: 100%;
  height: 400px;
  position: relative;
}
.sub_mv::before {
  content: '';
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.sub_mv img {
  display: none;
}
.pankuz {
  max-width: 1200px;
  width: 90%;
  display: flex
;
  gap: 8px;
  justify-content: flex-start;
  margin: 15px auto 0;
  font-size: 14px;
  text-wrap: nowrap;
  flex-wrap: wrap;
}
.sub_page_content1_h, .sub_page_content11_flex_h, .sub_page_content10_text_h,.sub_page_content13_flex_h {
  font-size: 24px;
  font-weight: 600;
  color: #7DBFE9;
  margin-bottom: 30px;
  position: relative;
  padding-left: 32px;
  line-height: 33px;
}

.sub_page_content1_h{
  margin-bottom: 0px;
}
.sub_page_content1_p{
  margin-top: 30px;
}

.sub_page_content1_h::before, .sub_page_content11_flex_h::before, .sub_page_content10_text_h::before,.sub_page_content13_flex_h::before {
  content:'';
  display: block;
  background-image: url(../img/title-icon.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 5;
}
.sub_page_content1_p,.sub_page_content11_flex_p {
  font-size: 16px;
  line-height: 25px;
}
.sub_page_content2_table {
  margin: 40px 0;
 
}
table{
  border-collapse:collapse;
  width:100%;
}
tr.content2_table_top {
  background-color: #b7b7b7;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px;
  height: 40px;
}
th {
  font-size: 16px;
  padding: 10px 20px;
  border: solid 1px #e9e9e9;
  background-color: #7DBFE9;
  color: #fff;
}
td {
  background-color: white;
  padding: 30px 20px;
  font-size: 16px;
  border: solid 1px #b7b7b7;
}
td.adjust1 {
  width: 22%;
}

.text_left td {
  text-align: left;
  border: solid 1px #b7b7b7;
}

.sub_page_content3 {
  margin: 70px auto;
  background-color: #f5f5f5;
  position: relative;
}
.sub_page_content3_absol {
  width: 50%;
  text-align: center;
  margin: 0px auto 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #f55858;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sub_page_content3_flex_h {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 60px;
  color: #7DBFE9;
}
.sub_page_content3_flex_p {
  padding: 30px;
}
.sub_page_content1 {
  width: 100%;
  height: 400px;
  position: relative;
}
.sub_page_content1 img {
  width: 70%;
  max-width: 700px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.sub_page_content1_text {
  width: 50%;
  position: absolute;
  bottom: 5%;
  right: 0;
  background-color: #fffffff0;
  padding: 30px;
  border-radius: 20px;

}
.sub_page_content2 {
  margin-top: 90px;
}
.sub_page_content2_h,.sub_page_content8_h {
  line-height: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #7DBFE9;
  position: relative;
  padding-left: 35px;
  margin-bottom: 40px;
}

.sub_page_content2_h::before,.sub_page_content8_h::before{
  content:'';
  display: block;
  background-image: url(../img/title-icon02-blue.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
}
.sub_page_content5_main, .sub_page_content10_main {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin: 60px auto;
  flex-wrap: wrap;
}

.sub_page_content4_flex{
  display: flex
  ;
  align-items: center;
      gap: 100px;
      margin-top:90px ;
}

.sub_page_content5_main img {
  width: 100%;
  max-width: calc((100% - 60px) / 3);
}
.sub_page_content6_h, .sub_page_content10_under_h,.sub_page_content12_h {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #7DBFE9;
}
.sub_page_content6_main {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.sub_page_content6_cont {
  width: 33%;
  height: 40px;
  max-width: calc((100% - 60px) / 3);
  line-height: 40px;
  text-align: center;
  background-color: #14AA52;
  color: #fff;
  font-weight: bold;
}
.sub_page_content6_cont a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
.sub_page_content11 {
  margin: 110px auto 60px;
}
.sub_page_content10_main {
  display: flex;
  justify-content: center;
  gap: 60px;
  row-gap: 30px;
}
.sub_page_content10_main img {
  width: 100%;
  max-width: 460px;
}
.sub_page_content10_text {
  max-width: 560px;
}
.sub_page_content10_under_p {
  font-size: 16px;
  margin-top: 50px;
}
a.sub_page_content10_under_button {
  display: block;
  text-align: center;
  width: 60%;
  max-width: 560px;
  margin: 40px auto;
  background-color: #7DBFE9;
  color: #fff;
  padding: 20px;
  border-radius: 55px;
  font-size: 20px;
}
a.sub_page_content10_under_button2 {
  display: block;
  text-align: center;
  width: 60%;
  max-width: 400px;
  margin: 150px auto;
  background-color: #D60E4C;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
a.sub_page_content10_under_button2 small {
  font-size: 12px;
}
.sub_page_content10_under_caution {
  font-size: 16px;
}
.sub_mv {
  position: relative;
}
.sub_page_title {
  position: absolute;
  width: max-content;
  margin: 0 auto;
  max-width: 1200px;
  top: 60%;
  left: 5%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transform: translateY(-50%);
  background-color: #00000057;
  border-radius: 5px;
  padding: 10px 20px;
}
ul.join_flow_area {
  margin: 60px auto;
}
li.join_flow_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}
.join_flow_number {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #7DBFE9;
  border-radius: 50%;
  color: #fff;
}
.join_flow_text {

}
.sub_page_content12_q {
  background-color: var(--blue-color);
  padding: 20px;
  margin-bottom: 0px;
  display: flex;
  gap: 30px;
  color: #fff;
  font-weight: bold;
}
.sub_page_content12_a {
  background-color: #f0f0f0;
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
  font-weight: bold;
}

/* respons 11/29対応*/

th {
text-wrap: nowrap;
}

.sub_page_content4_flex_h{
  text-wrap: nowrap;
  font-size: 24px;
  /* line-height: 20px; */
  font-weight: bold;
  padding-right: 50px;
  border-bottom: 3px solid #7DBFE9;
}

.sub_page_content5{
  margin-top: 90px;
}

.back_gray{
  margin-top: 90px;
  padding: 90px 0 90px 0;
  background-color: #fafafa;
  margin-bottom: 90px;
}

.sub_page_content4{
  position: relative;
}



.sub_page_content4_absol{
  position: absolute;
  right: 0px;
  font-size: 9vw;
  font-family: "termina", sans-serif;
  font-weight: 700;
  bottom: 0px;
  transform: translate(0px, 50%);
  color: var(--red-color);
  opacity: 0.35;
}

.sub_page_content4_flex {
  margin-top: 0px; 
}

.sub_page_content13{
margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .sub_page_content2_table {
   
    overflow: scroll;
}
  .sub_page_content1_text {
    width: 85%;
    position: absolute;
    bottom: -10%;
    right: unset;
    left: 50%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    transform: translateX(-50%);
  }
  .sub_page_content1 {
    margin-bottom: 90px;
}
.sub_page_content6_main {
  justify-content: center;
}
.sub_page_content6_cont {
  width: 260px;
  max-width: 100%;
 
}

.sub_page_content6_cont a {

  font-size: 16px;
 
}

.sub_page_content5_main img{
  max-width: 100%;
}

.sub_page_content4_flex{
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 0;
}

.sub_page_content4_flex_h{
  font-size: 24px;
}

td {
  padding: 30px 10px;
  font-size: 14px;
}
th{
  font-size: 14px;
}

.access_map_area iframe {
    height: 300px !important;
}
}

.bg_gray{
  background-color: #f5f5f5;
  font-weight: bold;
}

.about-text_gradient {
  max-width: 900px;
  margin: 0 auto 50px;
}
.about-text_gradient img {
  width: 90%;
}
.flex_jr_img {
  max-width: 500px;
  width: 50%;
  border-radius: 20px;
  display: none;
}

@media screen and (max-width: 780px) {
  .header_sp_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}
  .header_sp_menu a span {
    font-family: 'termina';
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}
.modal-content .header_main_cont {
  color: #fff;
}
.sub_page_title {
  font-size: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub_mv {
  height: 280px;
}
.sub_page_content20_text {
  font-size: 16px;
  padding: 0;
}
.sub_page_content20_text::before {
  display: none;
}

.sub_page_content20_first {
  margin-bottom: 50px;
}
.sub_page_content20_img {
  margin-bottom: 50px;
}

.sub_page_content1 {
  height: 290px;
}
.sub_page_content1 img {
  width: 100%;
  height: 290px;
}
.sub_page_content2_h, .sub_page_content8_h {
  font-size: 20px;
}
th {
  font-size: 16px;
}
td {
  padding: 20px 10px;
}
.sub_page_content1_h, .sub_page_content11_flex_h, .sub_page_content10_text_h, .sub_page_content13_flex_h {
  font-size: 20px;
}
.sub_page_content1_p, .sub_page_content11_flex_p {
  font-size: 14px;
  margin-top: 20px;
}
.sub_page_content3_flex {
  margin-top: 200px;
}
.sub_page_content1_h::before, .sub_page_content11_flex_h::before, .sub_page_content10_text_h::before,.sub_page_content13_flex_h::before {
  display: none;
}
.sub_page_content1_h, .sub_page_content11_flex_h, .sub_page_content10_text_h,.sub_page_content13_flex_h {
  padding-left: 0px;
  line-height: 33px;
}

a.sub_page_content10_under_button {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 560px;
  margin: 40px auto;
  background-color: #7DBFE9;
  color: #fff;
  padding: 10px;
  border-radius: 55px;
  font-size: 16px;
}
a.sub_page_content10_under_button2 {
  width: 90%;
  max-width: 560px;
  margin: 40px auto;
  padding: 10px;
  border-radius: 55px;
  font-size: 16px;
}
.sub_page_content4_flex_p {
  width: 100% !important;
}
.back_gray{
  margin-top: 50px;
  padding: 50px 0 50px 0;
  background-color: #fafafa;
  margin-bottom: 50px;
}
}

/* 12/20- */

.sub_page_content12_cont_under span{
  display: inline-block;
    width: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 10px 0 20px;
    border-radius: 50%;
    line-height: 20px;
    color: white;
    background-color: var(--green-color);
}


/* 250922受け放題コース */
.img_left {
  display: block;
}
.img_center {
  margin: 0 auto;
  display: block;
}
.width_800 {
  width: 800px;
}
.width_800 img {
  width: 100%;
}
.camp-img {
  display: flex;
  justify-content: space-between;
  padding-inline-start: 0px;
}
.camp-img li {
  width: 30%;
  border-radius: 10px;
}
.camp-img li img {
  width: 100%;
  border-radius: 10px;
}
.bg_lightorange {
  background-color: #f7c784;
}
.box {
  margin-top: 56px;
  text-align: center;
}
.box p:nth-of-type(1) {
  font-size: 26px;
  font-weight: bold;
}
.c-button {
    width: 100%;
    text-align: center;
    padding: 16px 10px 25px;
    background-color: #ff911e;
    color: #fff;
    border-radius: 20px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.u-none_pc {
  display: none;
}
.margin_b80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 780px) {
  .width_800 {
    width: 100%;
  }
  .width_90per {
    width: 90%;
  }
  .box p:nth-of-type(1) {
    font-size: 18px;
  }
  .c-button {
      font-size: 18px;
      padding: 12px 5px 15px;
  }
  .u-none_pc {
    display: block;
  }
}

