@charset "utf-8";

/* --------------------------------------------------------------------
/* お得なセット割
-------------------------------------------------------------------- */
.setBlock {
    margin: 30px 0;
}
.setBlock .js-toggle {
    margin: 30px 0;
}
.setBlock .js-toggle .js-toggle__toggle {
    background-color: #ed963e;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.setBlock .js-toggle.toggle02 .js-toggle__toggle {background-color: #e39348;}
.setBlock .js-toggle.toggle03 .js-toggle__toggle {background-color: #55689f;}
.setBlock .js-toggle.toggle04 .js-toggle__toggle {background-color: #34b597;}
.setBlock .js-toggle.toggle05 .js-toggle__toggle {background-color: #656565;}
.setBlock .js-toggle.toggle06 .js-toggle__toggle {background-color: #548235;}
.setBlock .js-toggle.toggle07 .js-toggle__toggle {background-color: #656565;}
.setBlock .js-toggle .js-toggle__toggle::after {
  content: "";
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\e916";
  display: block;
  /* width: 24px; */
  /* height: 24px; */
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 2.8rem;
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  color: #fff;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.setBlock .js-toggle .js-toggle__toggle + dd {
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 1.4rem;
    transition: opacity 0.2s, visibility 0.2s;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li {
    width: 32%;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea {
    flex: 1;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea .txt {
    font-size: 18px;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li img {}

.setBlock .js-toggle .js-toggle__toggle + dd .list li.list-p-blk {
    width: 1000px;
    margin: -10px 0 0 0;
    text-align: center;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li.list-p-blk span {
    color:#FF0000;
}

.setBlock .js-toggle.active {}
.setBlock .js-toggle.active .js-toggle__toggle {}
.setBlock .js-toggle.active .js-toggle__toggle::after {
    content: "\e917";
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.setBlock .js-toggle.active .js-toggle__toggle + dd {
    height: auto;
    padding-top: 30px;
    padding-bottom: 0;
    border-top-width: 1px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.setBlock .c-cautionbox {
    background-color: #faeaea;
    border: none;
    padding: 30px;
    border-radius: 10px;
}
.setBlock .c-cautionbox .c-cautionbox__title {
    font-size: 22px;
    margin-bottom: 20px;
}
.setBlock .c-cautionbox .c-cautionbox__content {}

.setBlock_tile02 {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#e39348 50%);
  line-height: 2.3;
  padding-top: 5px;
  min-width: 320px;
}

.setBlock_tile02-full {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  background-color: #e39348;
  padding: 30px 0;
  min-width: 320px;
}

.setBlock_tile02 .explain {
  font-size: 24px;
  color: #e39348;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile02-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile02 .discount {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.setBlock_tile03 {
  text-align: center;
  border: 5px solid #55689f;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#55689f 50%);
  line-height: 2.3;
  padding-top: 5px;
  min-width: 320px;
}

.setBlock_tile03-full {
  text-align: center;
  border: 5px solid #55689f;
  border-radius: 10px;
  background-color: #e55689f;
  padding: 30px 0;
  min-width: 320px;
}

.setBlock_tile03 .explain {
  font-size: 24px;
  color: #55689f;
  font-weight: 500;
  padding-top: 5px;
  line-height: 2.7;
}

.setBlock_tile03 .explain_2lines {
  font-size: 24px;
  color: #55689f;
  font-weight: 500;
  padding-top: 5px;
  line-height: 0;
}

.setBlock_tile03-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile03 .discount {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.setBlock_tile07 {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#656565 50%);
  line-height: 2.5;
  padding-top: 10px;
  min-width: 320px;
}

.setBlock_tile07_large {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#656565 50%);
  line-height: 2;
  padding-top: 10px;
  min-width: 320px;
}

.setBlock_tile07-full {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background-color: #656565;
  padding: 30px 0;
  min-width: 320px;
}

.setBlock_tile07 .explain {
  font-size: 24px;
  color: #656565;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile07_large .explain {
  font-size: 24px;
  color: #656565;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile07-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile07 .discount {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.setBlock_tile07 .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile07_large .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile07 .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.setBlock_tile07_large .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}


/**SP**/
@media (max-width: 767px) {
  .setBlock {
      margin: 3vmin 0;
  }
  .setBlock .js-toggle {
      margin: 4vmin 0;
  }
  .setBlock .js-toggle .js-toggle__toggle {
      font-size: 4vmin;
  }
  .setBlock .js-toggle .js-toggle__toggle::after {}
  .setBlock .js-toggle .js-toggle__toggle + dd {}
  .setBlock .js-toggle .js-toggle__toggle + dd .list {
      gap: 2vmin 2%;
  }
  .setBlock .js-toggle .js-toggle__toggle + dd .list li {}
  .setBlock .js-toggle .js-toggle__toggle + dd .list li img {}
  .setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea {flex: 1;}
  .setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea .txt {
      font-size: 3vmin;
  }  
  
  .setBlock .js-toggle.active {}
  .setBlock .js-toggle.active .js-toggle__toggle {}
  .setBlock .js-toggle.active .js-toggle__toggle::after {}
  .setBlock .js-toggle.active dd {}  
  
  .setBlock .c-cautionbox {
      padding: 4vmin;
  }
  .setBlock .c-cautionbox .c-cautionbox__title {
      font-size: 4.3vmin;
  }
  .setBlock .c-cautionbox .c-cautionbox__content {}  
  
  .setBlock_tile02 {
    text-align: center;
    border: 4px solid #e39348;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#e39348 50%);
    line-height: 1.4;
    padding-top: 5px;
  }
  
  .setBlock_tile02-full {
    text-align: center;
    border: 5px solid #e39348;
    border-radius: 10px;
    background-color: #e39348;
    padding: 15px 0;
  }
  
  .setBlock_tile02 .explain {
    font-size: 16px;
    color: #e39348;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile02-full .explain_white {
    font-size: 18px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile02 .discount {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .setBlock_tile03 {
    text-align: center;
    border: 4px solid #55689f;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#55689f 50%);
    line-height: 1.4;
    padding: 5px 0;
    min-width: 107px;
  }
  
  .setBlock_tile03-full {
    text-align: center;
    border: 5px solid #55689f;
    border-radius: 10px;
    background-color: #55689f;
    padding: 30px 0;
  }
  
  .setBlock_tile03 .explain {
    font-size: 16px;
    color: #55689f;
    font-weight: 500;
    padding-top: 5px;
    line-height: 1.4;
  }
  
  .setBlock_tile03 .explain_2lines {
    font-size: 16px;
    color: #55689f;
    font-weight: 500;
    padding-top: 5px;
    line-height: 0;
  }
  
  .setBlock_tile03-full .explain_white {
    font-size: 16px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile03 .discount {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
  }
  
  .setBlock_tile07 {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#656565 50%);
    line-height: 1.4;
    padding-top: 10px;
    min-width: 107px;
  }

  .setBlock_tile07_large {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 35%,
  	#656565 35%);
    line-height: 1.4;
    padding-top: 10px;
    min-width: 107px;
  }
  
  .setBlock_tile07-full {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background-color: #656565;
    padding: 25px 0;
    min-width: 107px;
  }
  
  .setBlock_tile07 .explain {
    font-size: 16px;
    color: #656565;
    font-weight: 500;
    padding-top: 5px;
  }

  .setBlock_tile07_large .explain {
    font-size: 16px;
    color: #656565;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile07-full .explain_white {
    font-size: 16px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile07 .discount {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .setBlock_tile07 .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }

  .setBlock_tile07_large .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }
  
  .setBlock_tile07 .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .setBlock_tile07_large .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }


}


/* 202511追加分 */

.price_area {
  background-color: #f3f3f3;
  padding: 15px 30px;
  display: flex;
}

.price_course{
  display: flex;
  flex-flow: column;
}

.price_course p{
  font-size: 16px;
  color: white;
  background-color: #c20404;
  padding: 3px 30px;
  margin-bottom: 5px;
  text-align: center;
}

.price_offer {
 margin: 0 auto;
 display: flex;
 align-items: center;
}

.price_offer p{
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.price_offer p span{
  font-size: 18px;
  font-weight: 600;
}

.bnr_area {
  max-width: 600px;
  margin: 50px auto;
}


@media screen and (max-width:768px){

  .price_area {
    background-color: #f3f3f3;
    padding: 15px 30px;
    display: block;
  }

  .price_offer {
    margin: 0 auto;
    display: block;
    align-items: center;
  }

}

.setBlock .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 20px;
}








