@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: 400px;
    background: url(/event/img/main_bg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
    min-height: 400px;
}

#event_calendar .main h2{
    position:absolute;
    width:782px;
    height:342px;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: 1;
}

#event_calendar .main p{
    position: absolute;
    width: 780px;
    bottom: 55px;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

#calendar_table {
    background: url(/event/img/calendar_bg.png) ;
    padding-bottom: 40px;
}

#calendar_table h3{
    font-size: 3.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: 3px solid #000;
    background-color:#FFF;
    border-right: 3px solid #000;
    border-top: 3px 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:24px;
    font-weight: bold;
    color:#EF1255;
    text-align: left;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-left: 20px;
}

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

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

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

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

#calendar_table table {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-top:1px solid #BFBFBF;
    font-size: 1.2rem;
    background-color:#FFF;
    border-collapse: separate;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#calendar_table table th {
    font-weight: normal;
    padding: 5px;
    width: 14%;
    color:#FFF;
    background-color: #CBBC96;
}

#calendar_table table th:first-child{
    background-color: #E93A26;
}

#calendar_table table th:last-child{
    background-color: #4BABDE;
}

#calendar_table table th:last-child {
    border-right: 1px solid #BFBFBF;
}
#calendar_table table td {
    border-right: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    position: relative;
    height: 135px;
}

#calendar_table table td h4 {
    text-align: right;
    padding: 2% 5% 0;
    font-style: oblique;
    font-weight: bold;
}
#calendar_table table td div {
    line-height: 1.4;
}
#calendar_table table td div div {
    width: 108px;
    margin: 0 10px 10px 12px;
    padding: 0 0 0 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
#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 table td.event {
    background-color: #FFFF82;
    mix-blend-mode: multiply;
}
#calendar_table table td p {
    background-color: #E50059;
    color: #FFF;
    padding: 2px 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 5%;
    width: 80%;
    text-align: center;
}
#calendar_table table td a {
    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 .sun {
    color:#E93A26;
}

#calendar_table .sat {
    color:#4BABDE;
}
.modal_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 610px;
    padding: 20px 30px 30px;
    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::-webkit-scrollbar{
    display: 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: 40px;
}

.modal_content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal_content ul li{
    position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.0%;
          flex: 0 0 32.0%;
	padding: 20px 0;
    border-top:2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_content ul li a{
    position: relative;
    width: 100%;
    padding: 0 0 60px;
    text-decoration: none;
    
}

.modal_content ul li:nth-of-type(2) a,
.modal_content ul li:nth-of-type(5) a,
.modal_content ul li:nth-of-type(8) a{
    border-left:2px solid #ccc;
    border-right:2px solid #ccc;
}

.modal_content ul li div{
    padding: 0 30px;
}
.modal_content ul li figure{
    text-align: center;
}
.modal_content ul li figure img{
	width: 220px;
}
.modal_content ul li h3 {
    font-size: 1.5rem;
    margin-top: 10px;
    font-weight: normal;
    font-style:normal;
    line-height: 1.2;
}

.modal_content ul li span {
    font-size: 1.3rem;
    font-weight: normal;
    font-style:normal;
    color:#999;
}

.modal_content ul li a span:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 175px;
    height: 42px;
    padding: 0 5px 0 0;
    font-size: 1.6rem;
    margin: auto;
    right: 0;
    width: 60%;
    color:#fff;
    background-color:#e05;
    font-weight: bold;
}

ul.area_bana {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

ul.area_bana li {
    margin-right: 20px;
}
	
ul.area_bana li img {
    width: 100%;
}

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

@media screen and (min-width: 721px) and (max-width: 1024px) {
.event_title,
.school_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: 0;
  top: 35%;
}
.school_title::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 54px;
  background: url(/event/img/icon_search.png) no-repeat left;
  position: absolute;
  left: 0;
  top: 30%;
}

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

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

.event_wrap{
  position: relative;
  margin: 20px auto 100px;
  width: 960px;
  border: 1px solid #ccc;
  padding:30px 30px 0 40px;
}
.event_wrap::before{
  content: "";
  width: 7px;
  height: 95px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #E40057;
}
.event_wrap .eventContents{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
}
.event_wrap .eventContents .leftArea{
  width: calc(100% - 330px);
}
.event_wrap .eventContents .leftArea table{
  width: 90%;
}
.event_wrap .eventContents .leftArea td span{
  font-size: 1.1rem;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
.event_wrap .eventContents h3{
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.6;
}
.event_wrap .eventContents h3 .event_month{
  border: 1px solid #E40057;
  color: #E40057;
  font-weight: 400;
  padding: 0 10px;
  font-size: 1.8rem;
}
.event_wrap .eventContents .price{
  display: inline-block;
  background: #E40057;
  color: #FFF;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}

.event_wrap .eventContents .leftArea th{
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid #d8d8d8;
  width: 30%;
}
.event_wrap .eventContents .leftArea td{
  padding: 15px 10px;
  border-top: 1px solid #d8d8d8;
  width: 70%;
}
.event_wrap .eventContents .leftArea figure{
  width: 330px;
}
.event_wrap .event_inner .rightArea{
  width: calc(95% - 330px);
  font-weight: 300;
  font-size: 1.6rem;
}
.event_wrap .event_inner{
  width: 100%;
  margin: 30px auto 0;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.event_wrap .event_open_pc{
  display: none;
}
.event_wrap .event_inner .recom{
  margin-top:20px;
}
.event_wrap .event_inner .recom p:nth-of-type(1){
  font-weight: 500;
  color: #e40057;
}
.event_wrap .event_inner .recom p span{
  color: #e40057;
  font-size: 1.2rem;
  margin-right: 5px;
}
.event_wrap .event_inner .teacher{
  width: 100%;
  background: #f1f1f1;
  margin-top: 30px;
  padding: 20px;
}
.event_wrap .event_inner .teacher p:nth-of-type(1){
  font-weight: 500;
  font-size: 1.6rem;
}
.event_wrap .event_inner .teacher figure{
  float: right;
}
.event_wrap .event_inner .event_btn{
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.event_wrap .event_inner .event_btn .note{
  text-align: center;
  width: 100%;
  margin: 20px 0 10px;
}
.event_wrap .event_inner .event_btn .close_txt{
  color: #aaa;
  font-weight: bold;
}
.event_wrap .event_inner .event_btn .comming_soon{
  color: #aaa;
  font-weight: bold;
}

.event_wrap .event_inner .event_btn a{
  min-width: 300px;
  font-size: 2rem;
}
.event_wrap .event_inner .event_btn a.no_click{
  pointer-events: none;
  background:#aaa;
  border:#aaa;
}
.event_wrap .event_inner .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;
  min-width: 300px;
  font-size: 2rem;
}

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


.event_click{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  bottom: 0;
}
.event_click::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.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{
  display:none;
  position: relative;
}

.area_tab{
  border-bottom: 2px solid #000;
  background: url(/event/img/calendar_bg.png) 15px;
}
.area_tab ul{
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_tab ul li{
  width: 25%;
  position: relative;
}
.area_tab ul li.active{
  width: 40%;
}
.area_tab ul li.active button{
  font-size: 2.2rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  border-left: 2px solid #707070;
  line-height: 3;
  height: 70px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: bold;
  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.6rem;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  line-height: 3;
  height: 50px;
  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: 960px;
  border: 1px solid #ccc;
  padding: 0 0 40px;
}
#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: 100%;
  max-width:716px; 
}
#korean_event .eventContents .korean_event_inner{
  background: url(/event/img/korean_event_bg.jpg) no-repeat;
  background-size: cover;
  padding: 220px 0 40px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
#korean_event .eventContents .korean_event_inner p{
  font-weight: bold;
}

#korean_event .eventContents .korean_event_inner p:nth-of-type(2){
  font-size: 2.8rem;
  text-align: center;
  color: #f6348f;
  margin: 20px 0 30px;
}

#korean_event .eventContents .leftArea {
  width: calc(90% - 330px);
  margin: 0 30px;
}
#korean_event .eventContents .leftArea table {
  width: 100%;
}
#korean_event .event_inner .event_btn p {
  font-weight: bold;
  margin-bottom:5px;
}

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

/*20250122　中国語オンラインイベント追加*/
#chinese_event {
  position: relative;
  margin: 20px auto 100px;
  width: 960px;
  border: 1px solid #ccc;
  padding: 0 0 40px;
}
#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: 100%;
  max-width:716px; 
}
#chinese_event .eventContents .chinese_event_inner{
  background: url(/event/img/chinese_event_bg.png) repeat;
  background-size: 100%;
  padding: 220px 40px 40px 40px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}
#chinese_event .eventContents .chinese_event_inner div{
  text-align: left;
  padding: 50px 20px 0 0;
}
#chinese_event .eventContents .chinese_event_inner p{
  font-weight: bold;
  font-size: 2rem;
}

#chinese_event .eventContents .chinese_event_inner p:nth-of-type(2){
  font-size: 2.8rem;
  color: #E91818;
  margin: 20px 0 30px;
}

#chinese_event .eventContents .leftArea {
  width: calc(90% - 330px);
  margin: 0 30px;
}
#chinese_event .eventContents .leftArea table {
  width: 100%;
}
#chinese_event .event_inner .event_btn p {
  font-weight: bold;
  margin-bottom:5px;
}

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