@charset "utf-8";
#plan_nav{
  padding:80px 0;
}
#plan_nav .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 10px;
    margin: auto;
    margin-bottom: 0px;
    max-width: 310px;
}
#plan_nav .grid img{
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom:5px;
}


.plan_box{
  padding:80px 0;
}
.plan_price{
  background: var(--color-brown04);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
}
.plan_price span{
  font-size: 10px;
}
.plan_slide{
  margin-bottom:30px;
}
.plan_slide img{
  aspect-ratio: 48 / 31;
  object-fit: contain;
  background: rgb(255, 255, 255, 0);
}
.plan_desc_inner .plan_text{
  margin-bottom:20px;
    white-space: pre-wrap;
}
.tabel_wrap table {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px var(--color-brown04);
    border-collapse: separate;
    overflow: hidden;
}
.tabel_wrap .table_ttl {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    line-height: 1.2;
}
.tabel_wrap table th, .tabel_wrap table td {
    border-bottom: solid 1px var(--color-brown04);
    border-left: solid 1px var(--color-brown04);
    padding: 10px 5px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
.tabel_wrap .price_td {
    font-size: 24px;
}
.tabel_wrap .price_td {
    font-size: 28px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.tabel_wrap .table_ttl span {
    font-weight: 500;
    font-size: 12px;
}
.plan_dl{
  margin-bottom:20px;
}
.plan_desc dl{
  border-top:solid 1px;#000;
  padding:10px 0;
}
.plan_desc dl:last-of-type{
  border-bottom:solid 1px;#000;
}
.plan_desc dl dt,
.plan_desc dl dd{
  padding:0 20px;
}
.plan_desc dl dt{
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.plan_desc dl dt:after{
  position: absolute;
  content: "";
  content:none;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  border: 2px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
  right: 20px;
  bottom: 3px;
  top: 0;
  margin: auto;
}
.plan_desc dl dt.on:after{
  transform: rotate(135deg);
}
.plan_desc dl dd{

  font-size: 12px;
  line-height: 2;
  white-space: pre-wrap;
}
.plan_desc .btn_red01 span:before{
  content:none;
}

.btn_red01{
  max-width: 310px;
  margin: auto;
  background: var(--color-red01);
  display:block;
  position:relative;
  font-size: 16px;
  text-align:center;
  padding:18px;
  color:#fff;
  border-radius: 30px;
  letter-spacing: 0.15em;
}
.btn_red01 span{
  position: relative;
}
.btn_red01 span:before{
  content:"";
  position: absolute;
  top:-5px;
  bottom:0;
  left:-32px;
  width: 21px;
  height: 24px;
  background: url(/images_2024r/shop/common/icon/ico_cale_white.svg);
}
.plan_slide .slick-dots{
    bottom: -15px;
}
.plan_slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 4px;
    border-radius: 5px;
}
.plan_slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding:3px;
    border-radius: 5px;
    background: #E8E4D3;
}
.plan_slide .slick-dots li.slick-active button{
    background: var(--color-red01);
}
.plan_slide .slick-dots li button:before{
  width: 100%;
  height: 100%;
  content:"　";
}


@media screen and (min-width: 1020px) {
  #plan_nav .grid {
      max-width: 420px;
  }
  .plan_box{
    max-width: 480px;
  }
}
/* price end*/

/* price oshikai  */
#price .option_wrap.no-border {
  border: none;
}
#price .plan_desc{
  display: block;
  border-top: unset;
}
#price .option_wrap > div{

}
#price .plan_desc dl dd{
  white-space: normal;
}
#price .plan_desc dl dt,
#price .plan_desc dl dd {
  padding: 0 15px;
}
#price .plan_desc:last-of-type{
  border-bottom: unset;
}

/* price oshikai end */

/* choice_plan */
.course_mv{
  margin-bottom:30px;
}
.course_price_cap{
  margin-bottom: 30px;
  font-size: 12px;
}
.course_price_cap a{
  text-decoration: underline;
}

.choice_plan_desc p.btn_red01{
  width: 70%;
}
.choice_plan_desc .common_modal_content{
  top:0;
  max-height: 80vh;
  max-width: 90%;
  padding:30px 10px;
}
.common_modal_content > div{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px 5px;
}
.common_modal_content > div .btn_brown01{
  width: 100%;
  font-size: 11px;
  padding: 10px 10px 10px 0;
}
.common_modal_content > div .btn_brown01.btn_2line {
    padding: 6px 10px 6px 0;
    line-height: 1.4;
}
.common_modal_content .btn_brown01:after{
    right: 5px;
}


.choice_plan_desc .tabel_wrap table tr td:last-of-type{
  border-right:solid 1px var(--color-brown04);
}
.choice_plan_desc .tabel_wrap .line_day th,
.choice_plan_desc .tabel_wrap .line_day td{
  padding:5px;
}
.choice_plan_desc .tabel_wrap .bg_yel{
  background: #FFECAC;
}
.choice_plan_desc .tabel_wrap .bg_pink{
  background: #FFCDC1;
}
.choice_plan_desc .tabel_wrap .price_td{
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.btn_compre_plan_reserve{
  font-size: 14px;
  line-height: 1;
}
.btn_compre_plan_reserve dt{
  margin-bottom:5px;
}
.plan_desc dl.btn_compre_plan_reserve dd{
  white-space: normal;
      padding-bottom: 15px;
}
.btn_compre_plan_reserve dd div{
  white-space: normal;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}

.btn_compre_plan_reserve dd div a{
  border-bottom: solid 1px;
  position: relative;
  padding:5px 0 2px;
  padding-right:20px;
  padding-bottom: 2px;
  align-items: center;
  display: flex;
}
.btn_compre_plan_reserve dd div a:after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 1px;
  right: 5px;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(/images_2024r/shop/common/icon/ico_btn_arror_black.svg);
  background-size: cover;
}
@media screen and (min-width: 1020px) {
  .choice_plan_desc .common_modal_content {
    max-width: fit-content;
    padding:30px 20px;
  }
  .common_modal_content > div {
      grid-template-columns: 310px 310px;
  }
  .common_modal_content > div .btn_brown01 {
      font-size: 12px;
  }
  .common_modal_content > div .btn_brown01.btn_2line {
      padding: 10px 10px 10px 0;
      line-height: 1.6em;
  }
  .choice_plan_desc .tabel_wrap table th, .tabel_wrap table td {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
  }
}
/* choice_plan end*/
