@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */

.title_lead {
  color: var(--main-color);
  font-weight: bold;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
}
#course_times .course_times_box {
  max-width: var(--main-width);
  margin: 0 auto 80px;
  padding: 0 20px;
}
.course_times_box ul li {
  background: var(--main-bg2color);
  border: 1px solid #d7cdcb;
  padding: 28px 40px;
  margin-bottom: 14px;
}
.course_times_box ul li p.course_times_title {
  color: var(--main-color3);
  font-size: 24px;
}
.course_times_box ul li p.course_times_title::before {
  content: url(../../images/course/mark_orange.svg);
  vertical-align: middle;
  padding-right: 12px;
}
.course_times_box ul li p.course_times_title span {
  font-size: 32px;
}
.course_times_box ul li .dotted_line {
  border-bottom: dotted 2px var(--main-color3);
  margin-top: 10px;
  margin-bottom: 20px;
}
.btn_course_box {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.shirodhara_features {
  display: flex;
  justify-content: space-between;
}
.arrow_orange {
  margin: 0 18px;
}
.doubleline {
  color: #888888;
  display: inline-block;
  position: relative;
}
.doubleline::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: solid 1px #888888;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.doubleline::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #888888;
  position: absolute;
  left: 0;
  bottom: calc(50% - 3px);
}
.advanced_fee {
  color: var(--main-color3);
}
.menu_list {
  padding-bottom: 100px !important;
}
.step1_link_box {
  margin: 0 auto !important;
}
.step1_link_box .stepup1 .text_box p:first-child {
  padding-bottom: 16px;
}
.local_navi_top > ul > p {
  display: none;
  margin: 0;
  padding: 0;
}
.cp_group .checkbox {
  flex-wrap: wrap;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  letter-spacing: -0.2px;
}
.course_menu.menu_list .menu_box.menu_main .content .thum_p {
  aspect-ratio: unset;
}
@media (max-width: 1023px) {
  .container {
    padding: 40px 0 20px;
  }
  .title_lead {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 481px) {
  .cp_group .checkbox > span:nth-child(6) {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .menu_list {
    padding-bottom: 88px !important;
  }
  .course_times_box ul li {
    padding: 16px 24px;
  }
  .section_h3 {
    letter-spacing: -1.8px;
  }
  #course_times .course_times_box {
    margin: 0 auto 40px;
  }
  .step1_link_box,
  #step2_link {
    padding-bottom: 60px !important;
  }
  .step1_link_box .stepup1 .thum_p {
    padding: 0 0 20px 0 !important;
  }
  .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
  .col-md-6.needs {
    padding-bottom: 0;
  }
  .shirodhara_features {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .stepup1 p.thum_p,
  .shirodhara_features p.thum_p {
    padding-bottom: 20px;
  }
  .course_fee_advanced {
    letter-spacing: -2.4px;
  }
  .arrow_orange {
    margin: 0 2px;
  }
  .btn_course_box {
    margin-bottom: 60px;
  }
}

.sub_text_box {
  margin-bottom: 20px;
}
.course_menu.menu_list .menu_box.menu_main .content .title_price {
  padding-bottom: 0;
}
.list_box {
  margin-top: 20px;
}
.course_menu.menu_list .menu_box .content {
  margin-bottom: 0;
}
.curriculum {
  padding: 2%;
  margin-bottom: 0;
}
.btn_reserve01 {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .section_h3 {
    padding: 20px 0;
    line-height: 1.4;
  }
  .curriculum {
    padding: 5%;
  }
  .btn_details .btn_ao_b {
    max-width: 100%;
  }
  .section_h3_lead {
    font-size: 1.8rem;
  }
}

/* 無料体験ボタン */
.btn_course_box {
  display: flex;
  justify-content: center;
}
@media (min-width: 481px) {
  .btn_freetrial {
    margin-right: 40px;
  }
  .btn_freetrial .btn_ao_b {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .btn_course_box {
    display: block;
  }
  .btn_freetrial .b__text {
    letter-spacing: -1.8px;
  }
}

.section_h2 span {
  color: var(--main-color);
  font-weight: bold;
}
.section_h2 span.h2_sublead {
  font-size: 40%;
}
.local_navi {
  background: var(--main-bg2color);
  padding: 32px 0%;
  margin-bottom: 40px;
}
.local_navi ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.local_navi ul a {
  border: 1px solid var(--main-color);
  padding: 14px 24px 14px 34px;
  background: #fff;
  position: relative;
}
.local_navi ul li span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/course/arrow-circle-down.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.course_menu.menu_list .menu_box {
  padding-top: 10px;
}
.course_menu.menu_list .menu_box.menu_main .content .title_price {
  padding-bottom: 0;
}
.title_price .title_box .title {
  padding-bottom: 0;
}
.price_school {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.white_box_fukidashi {
  margin-bottom: 10px !important;
}
.section_h3 {
  background-color: #380909;
  padding: 13px 0 13px 20px;
  margin-bottom: 40px;
  color: #fff;
}
h4 {
  font-size: 24px;
  color: var(--main-color3);
  margin-bottom: 24px;
}
.curriculum {
  background: var(--main-bg2color);
  margin-bottom: 40px;
}
.curriculum_lecture > div,
.curriculum_skill > div {
  padding: 70px 56px 56px;
}
.curriculum h5 {
  font-size: 24px;
  color: #116756;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7cdcb;
  width: 65%;
}
.curriculum_skill h5 {
  color: #18457c;
}
.curriculum_skill02,
.curriculum_skill03,
.curriculum_skill04 {
  padding-bottom: 40px;
}
.curriculum .row .col-8 p,
.curriculum .row .col-8 .curriculum_list {
  padding-bottom: 16px;
}
.curriculum .curriculum_list li span {
  padding-left: 12px;
  position: relative;
}
.curriculum .curriculum_list li span:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #463f3b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.curriculum02 {
  padding-bottom: 40px;
}
.graduated {
  margin-bottom: 5%;
}
.btn_basic_course {
  margin-bottom: 80px;
}
h4.lecture,
h4.skill {
  font-size: 2rem;
}
.list_box th {
  width: 55%;
  float: left;
  border-bottom: var(--main-color) solid 1px;
}
.content_recommend {
  background: var(--main-bg2color);
  display: block;
  color: var(--main-maincolor);
}
.content_recommend .recommend {
  padding: 24px;
}
.content_recommend .recommend span {
  color: var(--main-color3);
  font-weight: 600;
  border: 1px solid var(--main-color3);
}
.recommend01 {
  margin-bottom: 40px;
}
.lesson_fee_box {
  text-align: center;
  border: 1px solid #d7cdcb;
  position: relative;
}
#course_fee > div.lesson_fee_box:not(:last-child) {
  margin-bottom: 24px;
}
.lesson_fee_times {
  font-size: 18px;
  color: var(--main-color3);
  background: var(--main-bg2color);
  border-bottom: 1px solid #d7cdcb;
  padding: 10px 0;
}
.lesson_fee {
  font-size: 40px;
  padding: 16px 0 22px;
}
.online_4h {
  margin-bottom: 24px;
}
.school_5h .lesson_fee {
  padding: 16px 0 12px;
}
.lesson_fee_note {
  font-size: 1.2rem;
  padding-bottom: 24px;
}
.lesson_fee_present {
  padding-bottom: 24px;
}
.reserve {
  background: unset;
  padding: 60px 0;
}
.reserve > div {
  padding-top: 60px;
}
.reserve h2,
.reserve > div > p {
  color: var(--main-color);
}
.reserve .cp_form {
  background: var(--main-bg2color);
}
.cp_form h4 {
  color: var(--main-color);
}
.local_navi a,
.local_navi a:hover,
.local_navi a:focus {
  color: inherit;
}
#course_about,
#course_curriculum,
#course_fee,
#course_reserve,
#step1_link,
#step2_link,
#step3_link {
  padding-top: 120px;
  margin-top: -120px;
}
.step2_link {
  margin-bottom: 80px;
}
#step3_link {
  padding-top: 0;
}
.course_menu .campaign {
  color: var(--main-color3);
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 4px;
}
.btn_course {
  margin-top: 2%;
  margin-bottom: 80px;
}
.needs {
  padding-bottom: 40px;
  padding-left: 0;
}
@media only screen and (min-width: 481px) {
  .local_navi_top ul a:nth-child(1) li span:before,
  .local_navi_top ul a:nth-child(2) li span:before {
    left: 11%;
  }
  .local_navi_top ul a:nth-child(3) li span:before {
    left: 8%;
  }
  .local_navi_top ul a:nth-child(4) li span:before {
    left: 15%;
  }
}
#step1_link {
  padding-top: 0;
  margin-top: 0;
}
#step1_link,
#step3_link {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#step1_link .section_h2,
#step2_link .section_h2,
#step3_link .section_h2 {
  margin-bottom: 40px;
}
#step1_link .step1_link_box,
#step3_link .step3_link_box {
  max-width: var(--main-width);
  margin: 0 auto 80px;
  padding: 0 20px;
}
.step1_link_box,
#step2_link {
  padding-bottom: 80px;
}
.white_box_course {
  background: #fff;
}
@media (min-width: 992px) {
  .col-md-6 {
    width: 100%;
    float: unset;
  }
}
@media only screen and (max-width: 480px) {
  .local_navi {
    padding: 16px 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
  .local_navi ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .local_navi ul a {
    font-size: 15px;
    width: 48%;
    padding: 2% 0 2% 6%;
    letter-spacing: -1px;
    line-height: 1.3;
  }
  .local_navi li {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
    position: relative;
  }
  .local_navi ul li span:before {
    width: 14px;
    height: 14px;
    left: -7%;
  }
  .section_h3 {
    padding: 13px 0;
    margin-bottom: 22px;
  }
  .course_menu.menu_list .menu_box {
    padding-top: 0;
  }
  .list_box th {
    width: 100%;
  }
  .course_menu.menu_list .menu_box article:nth-child(3).content {
    margin-bottom: 20px;
  }
  .curriculum_lecture:before,
  .curriculum_skill:before {
    top: 12px;
    font-size: 26px;
    padding: 12px 23px 12px 2.5em;
    background-position: 22px center;
    background-size: 1.4em;
  }
  .curriculum_lecture > div,
  .curriculum_skill > div {
    padding: 50px 20px 20px;
  }
  .curriculum h5 {
    font-size: 20px;
    width: 100%;
  }
  .curriculum_skill01 {
    margin-bottom: 26px;
  }
  .curriculum_skill02,
  .curriculum_skill03,
  .curriculum_skill04 {
    padding-bottom: 20px;
  }
  .col-md-8 {
    padding-right: 0;
    padding-left: 0;
  }
  .curriculum .curriculum_list li span {
    display: inline-block;
    letter-spacing: -0.8px;
  }
  .curriculum .curriculum_list li span:before {
    width: 6px;
    height: 6px;
    top: 0.8em;
    transform: translateY(0);
  }
  .col-md-4 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .curriculum01 {
    margin-bottom: 26px;
  }
  .curriculum02 {
    padding-bottom: 20px;
  }
  .lesson_fee_times {
    padding: 10px 0;
  }
  .lesson_fee {
    font-size: 36px;
    padding: 14px 0 16px;
    line-height: 1.2;
  }
  .online_4h {
    margin-bottom: 10px;
  }
  .school_5h .lesson_fee {
    padding: 14px 0 12px;
  }
  .lesson_fee_box:after {
    width: 134px;
    height: 92px;
    top: -2%;
    right: -5%;
    margin-bottom: 12px;
  }
  .lesson_fee_note {
    padding-bottom: 10px;
  }
  .cp_form h4 {
    font-size: 18px;
  }
  .recommend01 {
    margin-bottom: 20px;
  }
  .reserve {
    padding: 40px 20px;
  }
  .reserve > div {
    padding-top: 40px;
  }
  .col-md-6.needs {
    padding-right: 0;
    padding-left: 0;
  }
  .step1_link_box {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  #step2_link {
    padding-top: 60px !important;
    margin-top: -60px !important;
  }
  #step1_link .step1_link_box {
    margin: 0 auto 20px;
    padding: 20px 20px 40px;
  }
  #step1_link .step1_link_box,
  #step3_link .step3_link_box {
    margin: 0 auto 0;
    padding: 20px 20px 40px;
  }
  #step1_link .section_h2,
  #step2_link .section_h2,
  #step3_link .section_h2 {
    margin-bottom: 20px;
  }
}

/* 至極のアーユルヴェーダ体験インド・ケララ6泊8日コース */
.taiken .taiken_about .text_box {
  margin-bottom: 40px;
}
.taiken .taiken_about .text_box p:not(:last-child) {
  padding-bottom: 16px;
}
.taiken .taiken_about_images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.taiken #course_times .course_times_box {
  padding: 0;
}
.taiken .course_times_box ul li p.course_times_title span {
  font-size: 24px;
}
.taiken .course_times_box ul li p.course_times_title::before {
  content: "";
  padding-right: 0;
}
.taiken .course_times_title span {
  font-size: 16px !important;
  display: inline-block;
  background: var(--main-color3);
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 8px;
}
.taiken .btn_details {
  margin-bottom: 0;
}
.taiken .company_detail {
  margin-bottom: 40px;
}
.taiken .company_detail th {
  color: var(--main-color3);
  font-weight: 500;
  width: 293px;
}
.taiken #overview {
  margin-bottom: 80px;
}
.taiken .overview_campaign {
  text-align: center;
  background-color: #ffe9de;
  border: 1px solid #dc4b00;
  padding: 24px 0;
}
.taiken .overview_campaign_title {
  font-size: 32px;
  font-weight: bold;
  color: var(--main-color3);
  margin-bottom: 16px;
}
.taiken .overview_campaign .overview_campaign_lead {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: var(--main-color3);
  color: #fff;
  box-sizing: border-box;
}
.taiken .overview_campaign .overview_campaign_lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #ffe9de;
}
.taiken .overview_campaign .overview_campaign_lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 15px solid #ffe9de;
}
.taiken .overview_campaign .overview_campaign_lead span {
  font-weight: bold;
}
.taiken .overview_campaign .people {
  padding-right: 6px;
}
.taiken .overview_campaign .people01 {
  color: #888888;
}
#overview {
  padding-top: 120px;
  margin-top: -120px;
}
.taiken .overview_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.taiken .overview_detail .col-md-6 {
  width: 57%;
  padding-right: 0;
  padding-left: 0;
}
.taiken .overview_detail .list_box {
  margin-top: 0;
}
.taiken .overview_detail picture {
  width: 40%;
}
.taiken #overview .taiken_option {
  margin-bottom: 24px;
}
.taiken #overview .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
.taiken .schedule_red {
  color: #e60000;
  font-weight: 500;
}
.taiken .schedule_detail .company_detail th {
  text-align: center;
  width: 180px;
}
.taiken .schedule_detail .tacompany_detailble td {
  padding: 10px 20px 10px 40px;
}
.taiken .schedule_detail .time_zone {
  display: inline-block;
  background-color: #ece4df;
  padding: 6px 16px 6px 32px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1;
}
.taiken .schedule_detail .time_zone span {
  padding-left: 6px;
}
.taiken .schedule_detail .time_zone span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../images/course/icon_dish.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 60%;
  left: 22%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.taiken .schedule_box {
  display: flex;
  justify-content: space-between;
}
.taiken .schedule_box .schedule_detail {
  width: 70%;
  margin-right: 60px;
}
.taiken .schedule_box .schedule_images {
  width: 30%;
}
.taiken .schedule_box .schedule_images picture:not(:last-child) img {
  margin-bottom: 16px;
}
.taiken .schedule_box .company_detail {
  margin-bottom: 20px;
}
.taiken .btn_ao_b {
  max-width: 400px;
}
@media (min-width: 1024px) {
  #main_img.taiken_img {
    background-image: url(../../images/fv_taiken_pc.jpg);
    aspect-ratio: 1920 / 700;
  }
}
@media (max-width: 1023px) {
  #main_img.taiken_img {
    background-image: url(../../images/fv_taiken_sp.jpg);
    aspect-ratio: 390 / 200;
  }
}
@media (min-width: 481px) {
  .sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .taiken .taiken_about .text_box {
    margin-bottom: 24px;
  }
  .taiken .taiken_about_images {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .taiken .taiken_about_images picture:first-child img {
    margin-bottom: 6px;
  }
  .taiken p.course_times_title {
    line-height: 1.4;
  }
  .taiken .btn_details {
    margin-bottom: 0 !important;
  }
  .taiken .company_detail th {
    width: 100%;
  }
  .taiken .btn_course_box {
    margin-bottom: 0;
  }
  .taiken .overview_campaign {
    padding: 14px 0 0;
  }
  .taiken .overview_campaign_title {
    font-size: 20px;
  }
  .taiken .overview_campaign .overview_campaign_lead {
    height: 62px;
    line-height: 24px;
    padding: 6px 30px;
    font-size: 14px;
    margin: 0 14px;
  }
  .taiken .overview_campaign .overview_campaign_lead::before {
    border-top: 30px solid transparent;
    border-bottom: 35px solid transparent;
  }
  .taiken .overview_campaign .overview_campaign_lead::after {
    border-top: 30px solid transparent;
    border-bottom: 35px solid transparent;
  }
  .taiken .overview_campaign .people {
    font-size: 12px;
  }
  .taiken .overview_campaign .lesson_fee {
    font-size: 30px;
  }
  .taiken .overview_detail {
    flex-direction: column-reverse;
  }
  .taiken .overview_detail picture {
    width: 100%;
    padding-bottom: 20px;
  }
  .taiken .schedule_box .schedule_images picture:not(:last-child) img {
    margin-bottom: 6px;
  }
  .taiken .overview_detail .col-md-6 {
    width: 100%;
  }
  .taiken #overview .taiken_option {
    margin-bottom: 14px;
  }
  .taiken #overview {
    margin-bottom: 60px;
  }
  .taiken .schedule_box {
    flex-direction: column-reverse;
  }
  .taiken .schedule_box .schedule_images {
    width: 100%;
    padding-bottom: 20px;
  }
  .taiken .schedule_box .schedule_detail {
    width: 100%;
    margin-right: 0;
  }
  .taiken .schedule_detail .company_detail th {
    width: 100%;
  }
  .taiken .schedule_detail .time_zone {
    margin-bottom: 8px;
  }
}
