@charset "utf-8";
/* CSS Document */

.seminar_list h3.kuro_h3 ,
#Calendar h3.kuro_h3 ,
#Map h3.kuro_h3 {
    background: #000000;
    color: #ffffff;
    padding: 8px;
    text-align: left;
    letter-spacing: .2rem;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.seminar_list h3.kuro_h3 a {
    background: #ffffff;
    letter-spacing: 0;
    font-weight: lighter;
    font-size: 12px;
    padding: 4px 4px;
  text-decoration: none;
}
.seminar_list h3.kuro_h3 a:after {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    padding-left: .5rem;
    font-weight: 900;
}
.flex_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.esthetic_list {
  background: rgba(169, 21, 34, .1);
}
.esthetic_list h4 {
  background: linear-gradient(180deg,rgba(169, 21, 34, 1) 0%, rgba(169, 21, 34, 0.05) 100%);
  height: 100px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.physio_list {
  background: rgba(34, 34, 34, .1);
}
.physio_list h4 {
  background: linear-gradient(180deg,rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0.05) 100%);
  height: 100px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_card {
  margin: 20px auto;
  width: 92%;
}
.list_card ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.list_card li {
  background: #ffffff;
}
.list_card li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  text-decoration: none;
  box-shadow: 4px 10px 10px -6px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
.list_card li a:hover {
  box-shadow: inset -2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}
.list_card li a .seminar_icon {/*seminarごとに画像を替えます*/
  background: url("../img/rafos_beauty_seminar_2025.png") no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100px;
  height: auto;
  max-height: 148px;
}
.list_card li a .seminar_icon.les2 {
  background: url("../img/trecare_traesthte.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .seminar_icon.les3 {
  background: url("../img/seminar_rafos_paid.png") no-repeat;
  background-position: top right;
  background-size: cover;
}
.list_card li a .seminar_icon.les4 {
  background: url("../img/seminar_bfi_paid.png") no-repeat;
  background-position: top left;
  background-size: cover;
}
.list_card li a .seminar_icon.les5 {
  background: url("../img/seminar_shinozaki.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .seminar_icon.les6 {
  background: url("../img/famubo_tokyo_osaka_2025-26.png") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .seminar_icon.les7 {
  background: url("../img/rafos_beauty_seminar_2026_Select.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .seminar_icon.les8 {
  background: url("../img/SEIKOSHA-Special-Therapy_fukuoka_2026.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .seminar_icon.les9 {
  background: url("../img/sportstrainer_demo.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .seminar_icon.les10 {
  background: url("../img/sinkyu_sekkotsu_demo.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.list_card li a .ditail {
  width: calc(100% - 110px);
  text-align: left;
}
.list_card li a .ditail h5 {
  font-weight: bold;
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 1.6;
}
.tag span {
  padding: 2px 8px;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 4px;
  margin-bottom: 4px;
  background: linear-gradient(45deg, #f0e68c, #b8860b, #f0e68c);
  background-size: 150% 150%;
  animation: AnimationName 6s ease infinite;
  border-radius: 4px;
  display: inline-block;
}
.tag span.silver {
  background: linear-gradient(45deg, #C7C7C5, #999987, #C7C7C5);
  background-size: 150% 150%;
  animation: AnimationName 6s ease infinite;
}
.tag span.green {
  background: linear-gradient(45deg, #B8FAB6, #3D9932, #B8FAB6);
  background-size: 150% 150%;
  animation: AnimationName 6s ease infinite;
}
.date {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}
.date p {
  padding-top: 20px;
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
}
.date p:last-child {
  margin-bottom: 0;
}
.date span.closed ,
.date span.juusoku {
  background: #D2D3C7;
}
.date span.closed::after {
  content: ' 募集終了';
  font-size: 90%;
}
.date span.juusoku::after {
  content: ' 定員オーバーのため募集終了';
  color: #A63B3D;
  font-size: 90%;
}
.date .n2025::before {
  position: absolute;
  content: '2025';
  color: #707070;
  top: -2px;
}
.date .n2026::before {
  position: absolute;
  content: '2026';
  color: #707070;
  top: -2px;
}
.date .n2025tky::before {
  position: absolute;
  content: '2025/東京';
  color: #707070;
  top: -2px;
}
.date .n2025osk::before {
  position: absolute;
  content: '2025/大阪';
  color: #707070;
  top: -2px;
}
.date .n2026tky::before {
  position: absolute;
  content: '2026/東京';
  color: #707070;
  top: -2px;
}
.date .n2026osk::before {
  position: absolute;
  content: '2026/大阪';
  color: #707070;
  top: -2px;
}
.date .n2026fk::before {
  position: absolute;
  content: '2026/福岡';
  color: #707070;
  top: -2px;
}
.date span {
  color: #707070;
  background: #ffffff;
  border: 1px solid #464646;
  padding: 2px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
}
.date span.must {
  margin-left: 10px;
  color: #fff;
  background: #81b7ec;
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
}
.line_kokuchi {
  text-align: center;
  margin: 20px auto;
  width: 92%;
}
.line_kokuchi a {
  margin: 10px auto;
  display: block;
  width: 80px;
  
}
.line_kokuchi a img {
  width: 80px;
}
.sp { display: block;}
.pc { display: none;}
.wd_cho {
  width: 300px;
  margin: 10px auto;
  font-size: 12px;
  text-align: left;
}
.wd_cho span {
  color: #d81b60;
  margin-right: 4px;
}
.wd_cho span:last-child {
  color: #3f51b5;
  margin-left: 16px;
}
.map_row {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.map_row ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.map_row img {
  margin-bottom: 10px;
}
.map_row p {
  text-align: left;
}
.date li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.dateTitle {
    font-weight: bold;
    padding-bottom: 20px;
}
    .dateBox {
        padding: 0 10px;
    }
.dateSelect {
        margin-bottom: 20px;
    }
.dateSelect label {
    position: relative;
    display: inline-block;
    height: calc(38px + 2px);
    border: 1px solid #9e9e9e;
    border-radius: 8px;
    background: #ffffff;
    width: calc(100% - 38px - 10px);
    max-width: 160px;
}
.dateSelect label::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: calc(-38px - 10px);
    background-color: #708090;
    border-radius: 5px;
    color: #fff;
    font-size: 23px;
    width: 38px;
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
input[type="date"] {
    position: relative;
    width: calc(100% + 38px + 10px);
    height: 100%;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 5px 5px 5px 10px;
}
.time_time {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    align-items: center;
}
.time_time .timeBox, .time_time .timeSelect {
    width: 180px;
}
.timeSelect {
    border: 1px solid #9e9e9e;
    display: inline-block;
    position: relative;
}
.timeSelect select {
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    padding: 0 20px 0 10px;
    width: 100%;
    height: 38px;
    color: #333;
}
.timeSelect::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    pointer-events: none;
}




@media screen and (min-width: 600px) {
.dateBox {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 420px;
}
.dateSelect {
  margin-bottom: 0;
  width: 200px;
}
.time_time {
    width: auto;
}
.date li {
  display: flex;
}

}
@media screen and (min-width: 768px) {
.line_kokuchi {
  margin-top: 40px;
}
.line_kokuchi p {
  font-size: 14px;
}
.sp { display: none;}
.pc { display: block;}
.wd_cho {
  width: 700px;
  }
.map_row {
  max-width: none;
}
.map_row ul {
  flex-direction: row;
  gap: 20px;
}
  .date span {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
.flex_list {
  flex-direction: row;
  gap: 0;
}
.esthetic_list ,.physio_list {
    width: 50%;
  }
  .esthetic_list {
    border-right: 1px solid #ccc;
  }
.map_row ul {
  gap: 40px;
}
.date span.juusoku::after {
    font-size: 82%;
}
}

/*----------------------------------------------
　各セミナーページ
----------------------------------------------*/
#SeminarInfo  {
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.yoyaku {
  background: #224284;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 92%;
  margin: 0 auto 40px;
  position: relative;
  padding: 10px;
}
.yoyaku::after {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background: linear-gradient(180deg,rgba(34, 66, 132, 1) 20%, rgba(34, 66, 132, 0.1) 100%);
    left: 0;
    bottom: -59px; 
}
.yoyaku.cl_red {
  background: #A91522;
  color: #ffffff;
}
.yoyaku.cl_red::after {
  background: linear-gradient(180deg,rgba(169, 21, 34, 1) 0%, rgba(169, 21, 34, 0.05) 100%);
}
.head_title {
  background: #222222;
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.cl_esute .head_title {
  background: #A91522;
}
.obi_sub {
  display: block;
    background: linear-gradient(45deg, #f0e68c, #b8860b, #f0e68c);
    padding: 0 4px;
  font-weight: lighter;
}
.sub_syo {
  font-size: 80%;
  font-weight: lighter;
}
.seminar_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lf_img a {
    width: 240px;
    display: inline-block;
    padding: 15px;
    border: 1px solid #707070;
    background: #ffffff;
    text-align: center;
    margin: 10px auto 0;
  text-decoration: none;
}
.lf_img a:hover {
  background: #222222;
  color: #ffffff;
}
.lf_img a:after {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    padding-left: .5rem;
    font-weight: 900;
}
.rgt_ditail dl {
  width: 100%;
}
#SeminarInfo .tag {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.rgt_ditail dl {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
}
.rgt_ditail dt {
  background-color: #224284;
  color: rgb(255, 255, 255);
  margin-bottom: 1px;
  padding: 8px 4px;
  width: 17%;
}
.cl_esute .rgt_ditail dt {
  background-color: #e86772;
}
.rgt_ditail dd {
  width: 83%;
  padding: 8px;
  border-bottom: 1px solid #224284;
}
.cl_esute .rgt_ditail dd {
  border-bottom: 1px solid #e86772;
}
.rgt_ditail dt.dt_ditail{
  width: 100%;
  margin-bottom: 0;
}
.rgt_ditail dd.dd_ditail {
  width: 100%;
  border: 1px solid #224284;
}
.cl_esute .rgt_ditail dd.dd_ditail {
  border: 1px solid #e86772;
}
.rgt_ditail dd.bdr_none {
  border-bottom: 1px solid #ffffff;
}
.rgt_ditail dd.dd_ditail h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.rgt_ditail dd.dd_ditail p {
  margin-bottom: 1rem;
  text-align: justify;
}
.rgt_ditail dd.dd_ditail p:last-child {
  margin-bottom: 0;
}
.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.cl_esute .under {
  background: linear-gradient(transparent 70%, #ffd8ff 30%);
}
.bg_bl {
    background: #e6e6fa;
    padding: 2px 4px;
    margin-right: 8px;
    font-weight: bold;
}
h4.h4_physio {
  margin-bottom: 6px;
  display: inline-block;
  color: #224284;
}
.h4_physio:before {
  content:  "■";
}
.table_2 table {
  width: 100%;
  border: 1px solid #ccc;
}
.table_2 td {
  border: 1px solid #ccc;
  padding: 10px;
}
.table_2 th {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
}
.table_2 {
  margin-bottom: 20px;
}
.table_2 td:first-child {
  text-align: right;
}
.bdr_bl {
  border-bottom: 2px solid #81b7ec;
  margin-bottom: 20px;
}
.table_toretore {
  width: 100%;
}
.table_toretore table {
  width: 100%;
    table-layout: fixed;
  border: 1px solid #ccc;
}
.table_toretore td {
  border: 1px solid #ccc;
  padding: 10px;
  width:calc((100% - 75px) / 2);
  background: rgba(53, 157, 209, .1);
}
.table_toretore td:last-child {
  background: rgba(230, 23, 115, .1);
}
.table_toretore th {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
    width: 75px;
}
.bg_torebl {
  background: rgba(53, 157, 209, .2);
  border-radius: 8px;
  padding: 2px 8px;
}
.bg_torepk {
  background:rgba(230, 23, 115, .2);
  border-radius: 8px;
  padding: 2px 8px;
}
/*　受講者の声　------------------------*/
.swiper {
  width:100%;
  height: auto;
}
.swiper .one_card {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.one_card {
    border: 2px solid #E0535F;
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.kojin {
    background: rgba(224, 83, 95, .4);
    text-align: left;
    margin-bottom: 20px;
}
.kojin span {
    background: rgba(224, 83, 95, .8);
    padding: 6px 8px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
  font-size: 12px;
}
.one_card dl {
    text-align: left;
    font-size: 12px;
}
.one_card dt {
    font-weight: bold;
}
.one_card dd {
    border-bottom: 2px dotted #ffddde;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#Smn_voice h3 {
    background: url(../img/bg_smn.jpg) no-repeat;
    background-size: cover;
    height: 120px;
    padding-top: 40px;
    color: #000000;
    margin-bottom: 40px;
  font-weight: bold;
}







@media screen and (min-width: 768px) {
.seminar_head {
    gap: 60px;
}
.rgt_ditail dl {
    font-size: 16px;
}
.rgt_ditail dt {
    padding: 8px 20px;
    width: 20%;
}
.rgt_ditail dd {
    width: 80%;
    padding: 8px 20px;
}
.yoyaku {
    font-size: 120%;
    letter-spacing: 2px;
  margin-bottom: 70px;
}
.one_card dl ,
.kojin span {
    font-size: 15px;
}
#Smn_voice h3 {
    height: 200px;
    padding-top: 80px;
    margin-bottom: 60px;
  font-size: 20px;
}
  
}
@media screen and (min-width: 960px) {
.head_title {
    font-size: 24px;
  }
.obi_sub {
    font-size: 16px;
    margin-bottom: 10px;
}
.seminar_head {
    gap: 20px;
    flex-direction: row;
}
  .lf_img {
    width: 360px;
  }
  .rgt_ditail {
    width: calc(100% - 360px);
  }
.yoyaku {
    font-size: 160%;
    letter-spacing: 2px;
    margin-bottom: 110px;
}
.table_2 td:first-child ,
.table_2 th {
    width: 6rem;
  vertical-align: middle;
}
  .table_2 th {
    text-align: center;
  }
}