/*************************************
style.css
*************************************/

.sp_br {
  display: block;
}
.pc_br {
  display: none;
}

.top_image {
  text-align: center;
}
.top_image img {
  max-width: 960px;
}
.main_step {
  max-width: 960px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 6rem auto .5rem auto;
}
.main_step_title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #036eb8;
  margin-bottom: 1.8rem;
  letter-spacing: .1rem;
}
.main_step_title:before, .main_step_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.main_step_title:before {
  margin-right: 1rem; /* 文字の右隣 */
}
.main_step_title:after {
  margin-left: 1rem; /* 文字の左隣 */
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #87cefa;
  border-right: 0;
  margin: auto 1.5rem;
}
.application > section {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.triangle_application {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #036eb8;
  border-bottom: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
      .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
	
  .main_step {
    margin: 3rem 0rem 1rem;
  }
  .main_step_title {
    font-size: 1.2rem;
  }
  .main_step_title:before, .main_step_title:after {
    width: 5rem; /* 線の長さ */
  }
  .application > section {
    margin-bottom: 0rem;
  }
  .triangle {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #87cefa;
    border-right: 0;
    margin: 0px auto 2px auto;
    transform: rotate(90deg);
  }
}


/* recommend
============================ */

section.recommend {
	margin: 2rem auto 4rem auto;
  text-align: center;
  color: #036eb8;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

h1.event_t {
    font-size: 2rem;
    color: #036eb8;
    text-align: center;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	section.recommend {
	margin: 1rem auto 3rem auto;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
	
}


/* kouza
============================ */

.kouza {
    width: 90%;
    margin: 1.5rem auto 2rem;
    background-color: #f8f8ff;
    padding: 1.5rem 2.5rem;
}

.kouza p {
    text-align: justify;
}

.kouza p span {
    color: #ff4500;
}

.kouza p.asta {
    font-size: .9rem;
}

.kouza p.asta::before {
    content: "※";
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    .kouza {
    padding: .5rem 1.5rem;
}
    
}


/* k_conte
============================ */

.k_conte {
    display: flex;
    column-gap: 5rem;
    justify-content: center;
    font-size: 1.2rem;
}

.k_conte .t_blue {
    color: #036eb8;
}

.k_conte .day_time,
.k_conte .place {
    border-left: 1px solid #036eb8;
    padding-left: 1.5rem;
}

.k_conte h2 {
    margin-bottom: 1rem;
}

.k_conte .place li {
    margin: 0 0 1rem 0
}



@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .k_conte {
    display: block;
        width: 90%;
        margin: 0 auto;
}
    
    .k_conte .day_time {
        margin-bottom: 2rem;
}
    
    .k_conte h2 {
    margin-bottom: 0rem;
}
    
}



/* fee
============================ */

.fee {
    border: 1px solid #036eb8;
    padding: 1.5rem 2rem;  
}

.fee h4 {
    font-size: 1.1rem;
    color: #036eb8;
    margin-bottom: 2rem;
    border-bottom: 1px solid #036eb8;
}

ul.dot {
    margin-bottom: 1rem;
}

ul.dot li {
    letter-spacing: .1rem;
    text-indent: -1rem;
    margin-left: 1rem;
    font-size: 1.1rem;
}

ul.dot li:not(:last-of-type) {
    margin-bottom: 1rem;
}

ul.dot li::before {
    content: "・"
}

ul.asta {
    display: flex;
    flex-wrap: wrap;
}

ul.asta li {
    margin-right: 1rem;
    letter-spacing: .05rem;
    text-indent: -1rem;
    margin-left: 1rem;
    margin-top: .5rem;
}

ul.asta li::before {
    content: "※"
}



@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .fee {
    width: 90%;
        margin: 0 auto;
        padding: 1rem 1rem; 
}
    
}


/* phone
============================ */
.contact_banner.phone .contact_txt {
  display: none;
}
.contact_banner.phone .phone_shibuya, .contact_banner.phone .phone_ikebukuro, .contact_banner.phone .phone_kichijoji {
  display: none;
}