@charset "UTF-8";
/* CSS Document */
/*********************************************************************/
/*************************** SECTION TITLE ***************************/
/*********************************************************************/
.m-section__header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  padding-top: 60px;
  border-top: 1px solid #191919;
  margin-bottom: 75px;
}
.m-section-ttl__cap {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.m-section-ttl__main {
  font-size: 3.1rem;
  line-height: 3.5rem;
  font-weight: bold;
}
@media (min-width: 1040px) {
  .m-section__header {
    padding-top: 75px;
    margin-bottom: 70px;
  }
  .m-section-ttl__cap {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
  }
  .m-section-ttl__main {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
/************** TOP **************/
.section-top {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.section-top__container  {
  margin-bottom: 20px;
}
.section-top__container img {
  width: 100%;
  height: auto;
  /*max-height: 650px; */
  object-fit: cover;
  /*object-position: top*/
}
/*.section-top__image {
  width: 100%;
  height: 100%;
  background-image: url("../img/1_top/img_top_mobile.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/
/*.section-top__message {
  position: relative;
  height: 100%;
  font-weight: 600;
  text-align: right;
}
.section-top__message_1 {
  display: none;
}
.section-top__message_2 {
  display: none;
}
.section-top__logo {
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  width: 240px;
  height: 240px;
  margin-top: -50px;
  box-sizing: border-box;
  padding-top: 20px;
}
.section-top__logo img {
  width: 70%;
}*/
.section-top__welcome {
  max-width: 1040px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  text-align: left;
}
.section-top__welcome-text {
  vertical-align: middle;
  padding-bottom: 30px;
}
.section-top__welcome-en {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.section-top__welcome-jp {
  font-size: 2.0rem;
  line-height: 2.5rem;
  padding-top: 10px;
  margin-bottom: 30px;
}
.section-top__welcome-info {
  margin-top: 30px;
}
@media (min-width: 768px) {
  /*.section-top__container {
      height: 530px;
  }
  .section-top__image {
    background-image: url("../img/1_top/img_top.png");
    background-position: 50% 30%;
  }
  .section-top__logo {
    display: none;
  }*/
  .section-top__welcome-en {
    font-size: 3.3rem;
    line-height: 4.0rem;
    font-weight: 600;
    letter-spacing: 0.6px;
  }
  .section-top__welcome-info {
    margin-top: 50px;
  }
}
@media (min-width: 1040px) {
  .section-top {
    margin-bottom: 30px;
  }
  .section-top__welcome {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .section-top__welcome-text {
    padding-bottom: 0;
  }
  .section-top__welcome-en {
    font-size: 3.5rem;
    line-height: 4.0rem;
  }
  .section-top__welcome-jp {
    font-size: 2.0rem;
    line-height: 2.5rem;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}

/********************************************************************/
/*************************** SECTION NEWS ***************************/
/********************************************************************/
.section-news {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
}

.section-news .l-section__header {
  text-align: center;
}

.section-news__top {
  text-align: center;
}

.section-news__top img {
    width: 100%;
    height: auto;
}
.section-news__top-ttl-en {
  font-size: 2.0rem;
  margin-bottom: 15px;
}
.section-news__top-ttl-jp {
  font-size: 1.5rem;

}
.section-news__top-txt-jp {
  margin-bottom: 30px;
}
.section-news__top-txt-en {
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section-news {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-nwes__top img {
    width: 100%;
    max-width: 500px;
    object-fit: cover;
  }
  
}
@media (min-width: 1040px) {
  .section-news {
    box-sizing: border-box;
    margin-bottom: 70px;
    padding: 0;
  }
  .section-news__top-ttl-en {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.section-news__top-ttl-jp {
  font-size: 1.8rem; 
  margin-bottom: 30px;
}
  .section-news__top img {
    width: 100%;
    max-width: 500px;
    object-fit: cover;
  }
}



/* 問い合わせ */
.section-news__contact {
  text-align: left;
}
.section-news__contact-ttl {
    font-size: 2.1rem;
    margin-bottom: 5px;
}
.section-news__contact-ttl-2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.section-news__contact-msg {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.section-news__contact-btn a {
  color: #fff;
  letter-spacing: 0.8px;
}
.section-news__contact-btn {
  width: 100%;
  /*max-width: 180px;*/
  height: auto;
  background-color: #f13951;
  /*border-radius: 50px;*/
  /*border-radius: 10px;*/
  /* margin */
  margin: auto;
  /* padding */
  box-sizing: border-box;
  padding: 10px;
}
.section-news__contact-btn-en {
  font-size: 1.7rem;
  line-height: normal;
  margin-bottom: 2px;
}
.section-news__contact-btn-jp {
  font-size: 1.2rem;
  line-height: normal;
}
@media(min-width:1040px) {
  .section-news__contact {
    text-align: center;
  }
  .section-news__contact-ttl {
    font-size: 3.5rem;
    letter-spacing: 0.11em;
    margin-bottom: 10px;
  }
  .section-news__contact-ttl-2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .section-news__contact-msg {
     font-size: 1.7rem;
    margin-bottom: 30px;    
  }
  .section-news__contact-btn {
    max-width: 700px;
    padding: 15px;
  }
  .section-news__contact-btn-en {
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
    margin-bottom: 3px;
  }
  .section-news__contact-btn-jp {
    font-size: 1.8rem;
  }
}



/*******************************************************************/
/*********************** SECTION IRISH DANCE ***********************/
/*******************************************************************/
.section-irishdance {
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
}
.section-irishdance__text {
  width: 100%;
  margin-bottom: 50px;
}
.section-introduction__img {
  /*margin: 0 auto;*/
  width: 100%;
  text-align: center;
}
.section-introduction__img img {
  width: 100%;
  max-width: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-irishdance {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-irishdance__container {
    display: flex;
  }
  .section-irishdance__text {
    width: 60%;
    box-sizing: border-box;
    padding-right: 50px;
    margin: auto;
  }
  .section-introduction__img {
    width: 40%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-left: 0px;
  }
  .section-introduction__img img {
    width: 100%;
    max-width: initial;
    height: 500px;
    object-fit: cover;
    object-position: 50% 70%;
  }
}
@media (min-width: 1040px) {
  .section-irishdance {
    padding: 0;
    margin-bottom: 50px;
  }
}
/********************************************************************/
/************************* SECTION YOU TUBE *************************/
/********************************************************************/
.section-youtube {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 25px;
  background-color: #006e6b;
}
.section-youtube__container {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}
/*.section-youtube h3 {
  padding-top: 1rem;
  border-top: 1px solid #fff;
  font-size: 1.3rem;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}*/
.section-youtube iframe {
  width: 100%;
}
@media (min-width: 1040px) {
  .section-youtube {
    margin-bottom: 80px;
  }
}
/****************************************************************************/
/***************************** SECTION FEATURES *****************************/
/****************************************************************************/
.section-features {
  text-align: left;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}
/* 要素毎の設定 */
.section-features__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.section-features img {
  width: 100%;
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  object-position: 50% 30%;
}
.section-features__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
.section-features__description {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section-features {
    padding-right: 30px;
    padding-left: 30px;
  }
    .section-features__feature{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  .section-features__feature:nth-child(even) {
    flex-direction: row-reverse;
  }
  .section-features__feature:nth-child(even) img {
    margin-left: 30px;
  }
  .section-features__feature:nth-child(odd) img {
    margin-right: 30px;
  }
}
@media (min-width: 1040px) {
  .section-features {
    padding: 0;
    margin-bottom: 50px;
    flex-direction: row;
  }
.section-features__title {
  font-size: 2.5rem;
}
}
/*********************************************************/
/********************* SECTION ABOUT *********************/
/*********************************************************/
.section-about {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.section-about__img {
  margin-bottom: 25px;
}
.section-about__text {
  margin-bottom: 30px;
}
/*.section-about__text h3 {
  padding-top: 1rem;
  border-top: 1px solid #333;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 40px;
}
.section-about__text h2 {
  font-size: 2.3rem;
  line-height: 3.3rem;
  margin-bottom: 60px;
}*/
.section-about__text-body {
  margin-bottom: 35px;
}
/*.section-about__text-body p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}*/
.section-about__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 50% 30%;
}
@media (min-width: 768px) {
  .section-about {
    margin-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-about__container {
    display: flex;
  }
  .section-about__text {
    width: 60%;
    box-sizing: border-box;
    padding-right: 50px;
  }
  /*.section-about__text h2 {
    font-size: 3.0rem;
    line-height: 4.0rem;
  }*/
  .section-about__img {
    box-sizing: border-box;
    padding-left: 15px;
    padding-left: 0px;
    width: 40%;
  }
  .section-about__img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
}
@media (min-width: 1040px) {
  .section-about {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*************************************************************/
/********************* SECTION LOCATIONS *********************/
/*************************************************************/
.section-locations {
  width: 100%;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
.section-locations__container {
  width: 100%;
  height: 300px;
  background-image: url("../img/1_top/img_locations.JPG");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}
.section-locations__text {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 15px;
  margin-left: 30px;
}
.section-locations__text h2 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.section-locations__en {
  letter-spacing: 0.4px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin-bottom: 20px;
}
.section-locations__info {
  margin-bottom: 20px;
}
.section-locations__info p {
  /*font-size: 1.5rem;*/
  margin-bottom: 5px;
  line-height: 1.6rem;
}
.section-locations__link {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
}
.section-locations__link a {
  color: #191919;
  font-size: 1.1rem;
  letter-spacing: 0.6px;
  margin-top: 15px;
  border-bottom: 1px solid #191919;
}
@media (min-width: 768px) {
  .section-locations {
    display: none;
  }
}
/****************************************************************/
/********************* SECTION LOCATIONS PC *********************/
/****************************************************************/
.section-locations-pc {
  display: none;
}
@media (min-width: 768px) {
  .section-locations-pc {
    display: block;
    width: 100%;
    max-width: 1040px;
    margin-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-locations-pc__en {
    margin-bottom: 50px;
  }
  .section-locations-pc__container {
    display: flex;
  }
  .section-locations-pc__img {
    width: 40%;
  }
  .section-locations-pc__img img {
    width: 100%;
  }
  .section-locations-pc__text {
    width: 60%;
    box-sizing: border-box;
    /*padding-top: 40px;*/
    padding-left: 50px;
    text-align: left;
  }
  .section-link {
    margin-top: 50px;
  }
  /*.section-locations-pc__link {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .section-locations-pc__link a {
    color: #191919;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    margin-top: 15px;
    border-bottom: 1px solid #191919;
  }*/
}
@media (min-width: 1040px) {
  .section-locations-pc {
    padding-right: 0;
    padding-left: 0;
  }
}
/***********************************************************/
/********************* SECTION TEACHER *********************/
/***********************************************************/
.section-teacher {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
}
.section-teacher__text {
  margin-bottom: 30px;
align-items: center; /* 全体の中央揃え */
}
.section-teacher__text h4 {
  margin-bottom: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.3px;
  line-height: 1.6;
}
.section-teacher__comment {
  margin-bottom: 5px;
}
.section-teacher .section-link {
  margin-top: 20px;
}
.section-teacher__img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 30%;
}
.section-teacher__msg {
  font-size: 2.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-teacher__msg-jp {
  margin-bottom: 20px;
}
.section-teacher__msg-en {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-teacher {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    padding-right: 30px;
    padding-left: 30px;
    
  }
  .section-teacher__container {
    display: flex;
  }
  .section-teacher__text {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .section-teacher__text h4 {
    margin-bottom: 40px;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1.6;
  }
  .section-teacher__img {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .section-teacher__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
@media (min-width: 1040px) {
  .section-teacher {
    box-sizing: border-box;
    margin-bottom: 70px;
    padding: 0;
  }
}
/***********************************************************/
/********************* SECTION CONTACT *********************/
/***********************************************************/
.section-contact {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
}
.section-contact__text {
  margin-bottom: 50px;
}
.section-contact__en {
  margin-bottom: 20px;
}
.section-contact__name {
  font-size: 16px;
  font-weight: bold;
}
.section-contact__lang {
  margin-bottom: 20px;
}
.section-contact__detail {
  margin-bottom: 30px;
}
.section-contact__img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 30%;
}
@media (min-width: 768px) {
  .section-contact__img img {
    height: 300px;
    object-position: 50% 40%;
  }
}
@media (min-width: 1040px) {
  .section-contact {
    padding-top: 20px;
  }
  /*.section-contact h3 {
    padding-top: 15px;
    font-size: 4.0rem;
    line-height: 4.0rem;
    font-family: Avenir, Myriad Pro;
    margin-bottom: 10px;
  }*/
  .section-contact__img img {
    height: 350px;
    object-position: 50% 40%;
  }
}




.section-news__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* カードデザイン（共通） */
.section-news__lesson-card {
  color: #000;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-news__lesson-card:nth-child(1),
.section-news__lesson-card:nth-child(4){
  padding: 4px;
}

.section-news__lesson-card:nth-child(2),
.section-news__lesson-card:nth-child(3),
.section-news__lesson-card:nth-child(5),
.section-news__lesson-card:nth-child(6){
  border: 1px solid #ccc;
  padding: 16px;
}

.section-news__location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-news__location-txt {
  font-size: 1.7rem;
  font-weight: bold;
}

.section-news__location-btn {
  background-color:  #f13951;
  color: white;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.section-news__location-btn:hover {
  background-color: #c42f16;
}

.section-news__lesson-type {
  font-weight: bold;
  font-size: 2.0rem;
}

.section-news__lesson-time {
  font-weight: bold;
}


/* -------------------------------
   PCレイアウト（2列表示）
-------------------------------- */
@media (min-width: 1040px) {
  .section-news__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-auto-flow: column;
    margin-bottom: 50px;
  }

  .section-news__lesson-card:nth-child(1),
  .section-news__lesson-card:nth-child(2),
  .section-news__lesson-card:nth-child(3) {
    grid-column: 1;
  }

  .section-news__lesson-card:nth-child(4),
  .section-news__lesson-card:nth-child(5),
  .section-news__lesson-card:nth-child(6) {
    grid-column: 2;

  }
.section-news__location-txt {
  font-size: 2.0rem;
}
}
