@charset "UTF-8";
/* CSS Document */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 30000;
}
.section-top {
  background-image: url("../images/index/bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  padding-bottom: 100px;
  padding-top: 120px;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
.message {
  position: absolute;
  top: 50%;
  left: 8%;
  z-index: 500;
  transform: translateY(-50%);
}
.message h1 {
  font-size: 18px;
  font-weight: 300;
  text-shadow: 2px 2px 1px #fff;
}
.message h1 small {
  letter-spacing: 0.5rem;
  line-height: 30px;
}
.message h1 strong {
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.top_text {
  font-size: 18px;
  line-height: 30px;
  margin-top: -5px;
  text-shadow: 2px 2px 1px #fff;
}
.top_img {
  text-align: right;
  margin-right: 6.25%;
}
.top_img img {
  width: 67.5%;
  z-index: 100;
}
@media(max-width:960px) {
  .section-top {
    background-image: url("../images/index/bg_top_middle.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    background-size: 50%;
    padding-bottom: 85px;
    padding-top: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .message {
    margin-top: 30px;
    position: static;
    z-index: 500;
    text-shadow: none;
    transform: translate(0);
  }
  .message h1 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-left: 2.5vw;
  }
  .message h1 strong {
    font-size: 8.0rem;
    font-weight: 300;
    line-height: 60px;
  }
  .top_text {
    margin-left: 20px;
    margin-right: 20px;
    text-shadow: none;
  }
  
  .pc {
  display: none;
}
  .top_img {
    text-align: center;
    margin-right: 0;
  }
  .top_img img {
    width: 100%;
    z-index: 100;
    margin-top: 50px;
  }
}
@media(max-width:660px) {
  .section-top {
    background-image: url("../images/index/bg_top_sp.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 700px;
    background-size: 50% 100%;
    padding-bottom: 0px;
    padding-top: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .message {
    position: static;
    z-index: 500;
    transform: 0;
  }
  .message h1 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-left: 2.5vw;
  }
  .message h1 small {
    letter-spacing: 0.5rem;
    line-height: 30px;
  }
  .message h1 strong {
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 60px;
  }
  .top_text {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: -5px;
  }
}

.title_index {
  font-size: 60px;
  font-weight: 600;
  color: #3f3a76;
  text-align: center;
}
@media(max-width:768px) {
  .title_index {
    font-size: 36px;
  }
}
.section-about {
  background: #f5f4f4;
  padding-bottom: 30px;
}
.section-about h2 {
  padding-top: 100px;
  margin-bottom: 100px;
}
.about_1, .about_2, .about_3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
  align-items: flex-end;
}
.about_2 {
  flex-direction: row-reverse
}
.about__1-image, .about__2-image, .about__3-image {
  width: 45.8vw;
  z-index: 200;
  height: 100%;
}
.about_text {
  width: 50vw;
  margin-right: 20px;
  background-color: #FFF;
  right: -5.6vw;
  margin-top: 70px;
  margin-left: 4.5vw;
  position: relative;
  z-index: 5000;
  padding-bottom: 40px;
}
.about_text2 {
  width: 50vw;
  background-color: #FFF;
  left: -5.6vw;
  margin-top: 70px;
  margin-left: 4.5vw;
  position: relative;
  z-index: 5000;
  padding-bottom: 40px;
}
.number {
  position: absolute;
  top: -100px;
  left: 0;
}

.number2 {
  position: absolute;
  top: -100px;
  right: 0;
}
.about_text h3, .about_text2 h3 {
  font-size: 3.0rem;
  color: #ae03b9;
  margin-top: 55px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 60px;
  line-height: 34px;
}
.about_ep {
  margin-left: 60px;
  margin-right: 9.7%;
  font-size: 1.8rem;
}
.about_link {
  margin-top: 10px;
  text-align: right;
  padding-right: 4vw;
}
.about_link img {
  max-width: 180px;
  width: 26%;
}
@media(max-width:768px) {
  .section-about h2 {
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .about_1, .about_2, .about_3 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .about__1-image, .about__2-image, .about__3-image {
    width: 100%;
    z-index: 200;
  }
  .pic {
    line-height: 0;
    z-index: 200;
  }
  .about_text, .about_text2 {
    width: 100%;
    margin-right: 0px;
    background-color: #FFF;
    right: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 0;
    position: relative;
    height: 346px;
    z-index: 5000;
  }
  .number {
    top: 50px;
    left: 5%;
    width: auto;
    z-index: 9999;
  }
  
  .number img{
    height: 40px;
  }
  
  .number2 {
    top: 60px;
    left: 5%;
    right: auto;
    width: auto;
    z-index: 9999;
  }
  
  .number2 img{
    height: 40px;
  }
  
  .about_text h3, .about_text2 h3 {
    font-size: 2.0rem;
    color: #ae03b9;
    margin-top: 55px;
    margin-right: 4vw;
    margin-bottom: 40px;
    margin-left: 20vw;
    padding-left: 17px;
    line-height: 30px;
  }
  .about_ep {
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .about_link {
    margin-top: 10px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .about_link img {
    max-width: none;
    width: auto;
    height: 40px;
  }
}
.section-sns {
  margin-top: 130px;
  padding-top: 55px;
  background-image: url("../images/index/bg_sns@2x.png");
  background-repeat: no-repeat;
}
.sns {
  text-align: center;
  margin-top: 55px;
  padding-bottom: 30px;
}
.sns img {
  width: 60px;
}
.sns_txt {
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
}
@media(max-width:768px) {
  .section-sns {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .sns img {
    width: 50px;
  }
  .sns {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .sns_txt {
    padding-bottom: 65px;
    text-align: center;
    font-size: 18px;
  }
}
.section__access {
  padding-top: 110px;
  padding-bottom: 130px;
  margin: 0 12.5%;
}
.section__access h2 {
  margin-bottom: 100px;
}
.layoutbox {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
}
.map {
  position: relative;
  width: 50%;
  padding-top: 65%;
  min-height: 550px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt {
  width: 50%;
}
.txt h3 {
  font-size: 4.8rem;
  color: #3f3a76;
  font-weight: 600;
  line-height: 48px;
}
.txt small {
  color: #3f3a76;
}
.txt address {
  font-style: normal;
  margin-top: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 25px;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 20px; /* 内容と線との間隔量 */
  margin-right: 25px;
}
.txt_ac {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 20px; /* 内容と線との間隔量 */
  margin-right: 25px;
  margin-bottom: 10px;
}
.txt_when {
  font-size: 18px;
  line-height: 22px;
  margin-right: 25px;
}
.txt_when a {
  text-decoration: none;
  color: #333;
}
@media(max-width:768px) {
  .section__access {
    padding: 25px;
    padding-bottom: 85px;
    margin: 0;
  }
  .section__access h2 {
    margin-bottom: 65px;
  }
  .layoutbox {
    margin: 0 auto;
    display: block;
  }
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65%;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .txt {
    width: 100%;
    margin: 0 auto;
  }
  .txt h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .txt address {
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 20px;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 25px; /* 内容と線との間隔量 */
    margin-right: 0;
  }
  .txt_ac {
    font-size: 18px;
    line-height: 24px;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 20px; /* 内容と線との間隔量 */
    margin-bottom: 10px;
    margin-right: 0;
  }
  .txt_when {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .txt_when a {
    text-decoration: none;
    color: #333;
  }
}
.section-schedule {
  padding-top: 70px;
  padding-bottom: 80px;
  background-image: url("../images/index/bg_sc@2x.png");
  background-repeat: no-repeat;
  padding-left: 12%;
  padding-right: 12%;
}
.section-schedule h2 {
  margin-bottom: 100px;
}
.Gcalendar {
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.Gcalendar iframe, .Gcalendar object, .Gcalendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schedule img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section-schedule {
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url("../images/index/bg_sc@2x.png");
    background-repeat: no-repeat;
    padding-left: 8%;
    padding-right: 8%;
  }
  .section-schedule h2 {
    margin-bottom: 60px;
  }
  .Gcalendar {
    position: relative;
    padding-bottom: 90%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .Gcalendar iframe, .Gcalendar object, .Gcalendar embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .schedule img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}