@charset "utf-8";
/* CSS Document */

#event_calendar{
  font-family: 'Noto Sans JP', sans-serif;
}

#event_calendar .main{
    position:relative;
    padding:0; 
    margin:0 auto;
    height: 300px;
    background: url(/event/img/main_bg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
    min-height: 300px;
}

#event_calendar .main h2{
    position:absolute;
    width:100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: 1;
    text-align: center;
}

#event_calendar .main h2 img{
    width:90%;
}

#event_calendar .main p{
    position: absolute;
    width: 78%;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.1rem;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
#event_calendar .main p{
    bottom: 33%;
    font-size: 1rem;
    line-height: 1.2;
}
}

@media screen and (min-width: 375px) and (max-width: 414px) {
#event_calendar .main p{
    bottom: 25%;
    width: 78%;
    line-height: 1.6;
}
}

@media screen and (min-width: 414px) and (max-width: 720px) {
#event_calendar .main p{
    bottom:17%;
    line-height: 1.6;
}
}
#calendar_table {
    background: url(/event/img/calendar_bg.png) ;
    padding-bottom: 40px;
}

#calendar_table h3{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 20px;
}

#calendar_table ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 10px 0;
    border-left: 2px solid #000;
    background-color:#FFF;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


#calendar_table ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-style:oblique;
}

#calendar_table ul li:nth-of-type(1){
    font-size:16px;
    font-weight: bold;
    color:#EF1255;
    text-align: left;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0 0 10px;
}

#calendar_table ul li:nth-of-type(2){
    font-size:30px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    padding-left:20px;
}

#calendar_table ul li:nth-of-type(2) span{
    font-size:16px;
}

#calendar_table ul li:nth-of-type(3){
    font-size:12px;
    font-weight: bold;
    color:#808080;
    line-height: 1.2;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-left: 10px;
}

#calendar_table ul li:nth-of-type(4){
    font-size:16px;
    font-weight: bold;
    color:#EF1255;
    text-align: right;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 10px 0 0;
}

#calendar_table table{
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-top:none;
    font-size: 1.2rem;
    background-color:#FFF;
    border-collapse: separate;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#calendar_table table th {
    display: none;
}
#calendar_table table td {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
}
#calendar_table table td p {
    background-color: #E50059;
    color: #FFF;
    padding: 2px 15px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 5%;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
}
#calendar_table table td h4 {
    text-align: left;
    padding: 0 2% 0;
    float: left;
}
#calendar_table table td h4:after {
    font-size: 7px;
    position: relative;
    left: 10px;
    font-weight: normal;
}
#calendar_table table td:nth-child(1) h4:after {
    content: "SUN";
}
#calendar_table table td:nth-child(2) h4:after {
    content: "MON";
}
#calendar_table table td:nth-child(3) h4:after {
    content: "TUE";
}
#calendar_table table td:nth-child(4) h4:after {
    content: "WED";
}
#calendar_table table td:nth-child(5) h4:after {
    content: "THU";
}
#calendar_table table td:nth-child(6) h4:after {
    content: "FRI";
}
#calendar_table table td:nth-child(7) h4:after {
    content: "SAT";
}
#calendar_table table td.event {
    position: relative;
    background-color: #FFFF82;
    mix-blend-mode: multiply;
    display: flex;
}
#calendar_table table td a {
    position: absolute;
    right: 0;
    height: 100%;
    text-decoration: none;
}
#calendar_table table td.glay_cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(242, 238, 228, 0.5);
}

#calendar_table table td h4 {
	font-style: oblique;
	font-weight: bold;
	/*width: 23%;*/
	flex-basis: 20%;
}
#calendar_table table td > div {
    flex-basis: 60%;
}
#calendar_table table td div div {
	margin: 0 5px 0 0;
	line-height: 1.4;
	padding: 0 0 0 17px;
    /*white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 100%;*/
	font-weight: bold;
}
#calendar_table table td div div:nth-child(2) {
    margin: 10px 5px 0 0;
}
#calendar_table table td div div::before {
    content: "●";
    margin: 0 5px 0 -17px;
    color: #E50059;
}
#calendar_table table td div span{
	display:block;
	font-size: 9px;
	margin-top: 3px;
	font-weight: initial;
}

#calendar_table .sun {
    color:#E93A26;
}

#calendar_table .sat {
    color:#4BABDE;
}

.modal_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 400px;
    padding: 20px;
    background:#fff;
    font-size: 1.4rem;
    line-height: 1.8;
    z-index: 120;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 3px solid #000;
    border-radius: 10px;
    margin: 20px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal_content .modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    border: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.modal_content .modal_close:hover {
    background:#fff;
    color: #000;
}

.modal_content .modal_close i {
    margin: 0;
    color: #000;
    font-size: 2rem;
}

.modal_content .modal_close:hover i{
    color: #fff;
}

.modal_content p{
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
}

.modal_content p span{
    font-size: 30px;
}

.modal_content ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.modal_content ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 0 0;
    border-top: 2px solid #000;
    margin-bottom: 20px;
}
.modal_content ul li a{
    position: relative;
    width: 100%;
    padding: 0 0 50px;
}
.modal_content ul li:nth-child(odd) a{
    border-right:2px solid #ccc;
}


.modal_content ul li div {
    width: 80%;
    margin: 0 auto;
    line-height: 1.2;
}

.modal_content ul li figure{
    width: 100%;
}

.modal_content ul li figure img {
    width: 100%;
}
.modal_content ul li h3 {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: normal;
    font-style:normal;
    line-height: 1.2;
}

.modal_content ul li span {
    font-size: 0.8em;
    font-weight: normal;
    font-style:normal;
    color:#999;
    word-break: break-all; 
}
.modal_content ul li a span:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    padding: 0 5px 0 0;
    font-size:1.2rem;
    margin: auto;
    right: 0;
    color:#fff;
    background-color:#e05;
    font-weight: bold;
    width: 85%;
}
ul.area_bana {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
ul.area_bana {
    display: inherit;
}
ul.area_bana li {
    margin-bottom: 10px;
	margin-right:0;
}
ul.area_bana li img {
    width: 100%;
}

/* ========================================= */
/* イベント改訂　20230630追加  */
/* ========================================= */
.event_title {
  font-weight: bold;
   font-size: 2.4rem;
  text-align: left;
  position: relative;
  padding-left: 70px;
  line-height: 5;
}
.school_title {
  font-weight: bold;
   font-size: 2.4rem;
  text-align: left;
  position: relative;
  padding-left: 70px;
  line-height: 5;
  padding-bottom: 50px;
}

@media screen and (min-width: 721px) and (max-width: 1024px) {
.event_title {
  line-height: 7;
}
}
.event_title::before{
  content: "";
  display: inline-block;
  width: 55px;
  height: 54px;
  background: url(/event/img/icon_search.png) no-repeat left;
  position: absolute;
  left: 10%;
  top: 30%;
  background-size: 50%;
}
.school_title::before{
  content: "";
  display: inline-block;
  width: 55px;
  height: 54px;
  background: url(/event/img/icon_search.png) no-repeat left;
  position: absolute;
  left: 10%;
  top: 20%;
  background-size: 50%;
}

.event_title::after{
  content: "";
  width: 120px;
  height: 140px;
  background: url(/event/img/online_title_illust.png) no-repeat right;
  position: absolute;
  right: 7%;
  top: 0;
  background-size: 50%;
}
.school_title::after{
  content: "";
  width: 120px;
  height: 140px;
  background: url(/event/img/school_title_illust.png) no-repeat right;
  position: absolute;
  right: 7%;
  top: 0;
  background-size: 50%;
}

.event_bg_pink{
  background: url(/event/img/calendar_bg.png);
  text-align: center;
}
.held_month{
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 60px;
}
.held_month span{
  font-size: 4.4rem;
}

.event_wrap{
  position: relative;
  margin: 20px auto 100px;
  width: 90%;
  border: 1px solid #ccc;
  padding: 20px 20px 0 30px;
}
.event_wrap::before{
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #E40057;
}
.event_wrap .eventContents{
  font-weight: 300;
  flex-direction: column;
  display: flex;
  position: relative;
}
.event_wrap .eventContents h3{
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
  order: 1;
}
.event_wrap .eventContents h3 .event_month{
  border: 1px solid #E40057;
  color: #E40057;
  font-weight: 400;
  padding: 0 10px;
  font-size: 1.6rem;
}
.event_wrap .eventContents .price{
  display: inline-block;
  background: #E40057;
  color: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding-top: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
.event_wrap .eventContents .leftArea{
  order: 3;
}
.event_wrap .eventContents .leftArea table{
  width: 100%;
}
.event_wrap .eventContents .leftArea td span{
  font-size: 1.1rem;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
.event_wrap .eventContents .leftArea th{
  font-weight: 500;
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  width: 25%;
}
.event_wrap .eventContents .leftArea td{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
}
.event_wrap .eventContents .leftArea tr:nth-of-type(1) th,
.event_wrap .eventContents .leftArea tr:nth-of-type(1) td{
  border-top: none;
}
.event_wrap .eventContents .leftArea td{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
}

.event_wrap .eventContents figure{
  margin-bottom: 20px;
  order: 2;
  text-align: center;
}
.event_wrap .eventContents figure img{
  width: 100%;
  max-width: 250px;
}
.event_wrap .event_inner_sp .rightArea{
  font-weight: 300;
}
.event_wrap .event_inner_sp{
  width: 100%;
  margin: 30px auto 0;
  max-width: 900px;
}
.event_wrap .event_inner_sp figure{
  margin-bottom: 20px;
}

.event_wrap .event_inner_sp figure img{
  width: 100%;
}

.event_wrap .event_inner_sp .recom{
  margin-top:20px;
}
.event_wrap .event_inner_sp .recom p:nth-of-type(1){
  font-weight: 500;
  color: #e40057;
}
.event_wrap .event_inner_sp .recom p span{
  color: #e40057;
  font-size: 1.2rem;
  margin-right: 5px;
}
.event_wrap .event_inner_sp .teacher{
  width: 100%;
  background: #f1f1f1;
  margin-top: 30px;
  padding: 20px;
}
.event_wrap .event_inner_sp .teacher p:nth-of-type(1){
  font-weight: 500;
}
.event_wrap .event_inner .teacher figure img{
  width: auto;
}
.event_wrap .event_inner_sp .event_btn{
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}
.event_wrap .event_inner_sp .event_btn .note{
  text-align: center;
  width: 100%;
  margin: 20px 0 10px;
  font-size: 1.1rem;
}
.event_wrap .event_inner_sp .event_btn .close_txt{
  color: #aaa;
  font-weight: bold;
}
.event_wrap .event_inner_sp .event_btn .comming_soon{
  color: #aaa;
  font-weight: bold;
}
.event_wrap .event_inner_sp .event_btn a{
  font-size: 1.6rem;
  width: 90%;
  margin: 0 auto;
}
.event_wrap .event_inner_sp .event_btn a.no_click{
  pointer-events: none;
  background:#aaa;
  border:#aaa;
}
.event_wrap .event_inner_sp .event_btn .entry .pink{
  color: #E40057;
  font-size: 2rem;
  margin: 20px;
  display: block;
  text-align: center;
  width: auto;
}

.entry .entry_btn {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 45px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  transition: all .3s;
  cursor: pointer;
  width: 90%;
  font-size: 2rem;
}

.entry .entry_btn[disabled]{
  background-color: #C8C8C8;
  border-color: #C8C8C8;
  cursor: default;
}
.entry .entry_btn i{
  font-size: 1.2rem;
  position: absolute;
  right:20px;
  top: 35%;
}

.event_click_sp{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  bottom: 0;
}

.event_click_sp::after{
  position: absolute;
  content: "";
  width: 198px;
  height: 35px;
  cursor: pointer;
  background: url(/event/img/open.png) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.event_click_sp.active::after{
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 198px;
  height: 35px;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  background: url(/event/img/close.png) no-repeat;
}

.event_inner_sp{
  display:none;
  position: relative;
}
.event_wrap {
  position: relative;
  margin: 20px auto 100px;
  width: 90%;
  border: 1px solid #ccc;
  padding: 20px 20px 30px;
}

.area_tab{
  border-bottom: 2px solid #000;
  background: url(/event/img/calendar_bg.png) 15px;
}
.area_tab ul{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.area_tab ul li{
  width: 25%;
  position: relative;
}
.area_tab ul li.active{
  width: 45%;
}
.area_tab ul li.active button{
  font-size: 1.4rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  border-left: 2px solid #707070;
  line-height: 1.2;
  height: 50px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.area_tab ul li button {
  font-size: 1.2rem;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  line-height: 1.2;
  height: 35px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: 400;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
}
.area_tab ul li.active button:hover,
.area_tab ul li button:hover{
  opacity: 1;
}

/*20241127　韓国語オンラインイベント追加*/
#korean_event {
  position: relative;
  margin: 20px auto 100px;
  width: 90%;
  border: 1px solid #ccc;
  padding: 0;
}
#korean_event::before {
  display: none;
}

#korean_event .eventContents h3{
  position: absolute;
  top: 0;
  left: 0;
}
#korean_event .eventContents h3 img{
  width: 100%;
}

#korean_event .eventContents picture img{
  width: 80%;
}
#korean_event .eventContents .korean_event_inner{
  background: url(/event/img/korean_event_bg.jpg) no-repeat;
  background-size: cover;
  padding: 55% 0 40px;
  text-align: center;
  width: 100%;
}
#korean_event .eventContents .korean_event_inner p{
  font-weight: bold;
}

#korean_event .eventContents .korean_event_inner p:nth-of-type(2){
  font-size: 2.4rem;
  text-align: center;
  color: #f6348f;
  margin: 20px 0 30px;
}
#korean_event .eventContents .leftArea {
  order: 2;
  width: 90%;
  margin: 20px auto 0;
}
#korean_event .event_inner_sp figure {
  margin: 30px auto;
  width: 90%;
}

#korean_event .event_inner_sp  .leftArea table{
  width: 90%;
  margin: 0 auto;
}
#korean_event .event_inner_sp .leftArea td span{
  font-size: 1.1rem;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
#korean_event .event_inner_sp .leftArea th{
  font-weight: 500;
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  width: 25%;
}
#korean_event .event_inner_sp .leftArea td{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
}
#korean_event .event_inner_sp .leftArea tr:nth-of-type(1) th,
#korean_event .event_inner_sp .leftArea tr:nth-of-type(1) td{
  border-top: none;
}
#korean_event .event_inner_sp .leftArea td{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
}

#korean_event .event_inner_sp .teacher {
  width: 90%;
  background: #f1f1f1;
  margin: 0 auto;
  padding: 20px;
}
#korean_event .event_inner_sp .teacher figure{
  text-align: center;
  margin: 30px auto 20px;
}
#korean_event .event_inner_sp .teacher figure img{
  width: auto;
}
#korean_event .event_inner_sp .event_btn {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
#korean_event .event_inner_sp .event_btn p {
  font-weight: bold;
  margin-bottom:5px;
}

#korean_event .event_inner_sp .event_btn .btn_pink02 {
  background: #f6348f;
  border-color: #f6348f;
}
#korean_event .event_inner_sp .event_btn .btn_pink02:hover{
  background: #fff;
  color: #f6348f;
}

/*20250122　中国語オンラインイベント追加*/
#chinese_event {
  position: relative;
  margin: 20px auto 100px;
  width: 90%;
  border: 1px solid #ccc;
  padding: 0;
}
#chinese_event::before {
  display: none;
}

#chinese_event .eventContents h3{
  position: absolute;
  top: 0;
  left: 0;
}
#chinese_event .eventContents h3 img{
  width: 100%;
}

#chinese_event .eventContents picture img{
  width: 80%;
}
#chinese_event .eventContents .chinese_event_inner{
  background: url(/event/img/chinese_event_bg_sp.png) repeat;
  background-size: 100%;
  padding: 55% 0 40px;
  text-align: center;
  width: 100%;
}
#chinese_event .eventContents .chinese_event_inner p{
  font-weight: bold;
  font-size: 1.6rem;
}

#chinese_event .eventContents .chinese_event_inner p:nth-of-type(2){
  font-size: 2rem;
  text-align: center;
  color: #E91818;
  margin: 20px 0 30px;
  font-weight: bold;
}
#chinese_event .eventContents .leftArea {
  order: 2;
  width: 90%;
  margin: 20px auto 0;
}
#chinese_event .event_inner_sp figure {
  margin: 30px auto;
  width: 90%;
}

#chinese_event .event_inner_sp  .leftArea table{
  width: 90%;
  margin: 0 auto;
}
#chinese_event .event_inner_sp .leftArea td span{
  font-size: 1.1rem;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
#chinese_event .event_inner_sp .leftArea th{
  font-weight: 500;
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  width: 25%;
}
#chinese_event .event_inner_sp .leftArea td{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
}
#chinese_event .event_inner_sp .leftArea tr:nth-of-type(1) th,
#chinese_event .event_inner_sp .leftArea tr:nth-of-type(1) td{
  border-top: none;
}
#chinese_event .event_inner_sp .leftArea td{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
}

#chinese_event .event_inner_sp .teacher {
  width: 90%;
  background: #f1f1f1;
  margin: 0 auto;
  padding: 20px;
}
#chinese_event .event_inner_sp .teacher figure{
  text-align: center;
  margin: 30px auto 20px;
}
#chinese_event .event_inner_sp .teacher figure img{
  width: auto;
}
#chinese_event .event_inner_sp .event_btn {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
#chinese_event .event_inner_sp .event_btn p {
  font-weight: bold;
  margin-bottom:5px;
}

#chinese_event .event_inner_sp .event_btn .btn_pink02 {
  background: #E91818;
  border-color: #E91818;
}
#chinese_event .event_inner_sp .event_btn .btn_pink02:hover{
  background: #fff;
  color: #E91818;
}