* {
  box-sizing: border-box;
}

body {
  margin: 0 ;
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fff;
  color: #F4EAC4;
}

a {
  text-decoration: none;
  color: #2EA3DC;
}

.clear {
  clear: left;
}

.top-wrapper {
  padding: 0 0 0 5%;
  text-align: center;
  background-color: #364277;
  margin-top: -25px;
  }


.main-wrapper{
  position: relative;
  display: inline-block;
  background-color: #364277;
}
.main-wrapper img{
  display: block;
  max-width: 100%;
  height: auto;
}
.main-wrapper img:nth-of-type(1){
  padding-top: 50%;
}
.main-wrapper img:nth-of-type(2){
  position: absolute;
  left: 5%;
  top: 0%;
  width: 40%;
  height: auto;
}

.container {
  width: 100%;
  padding: 5px 15px 50px 15px;
  margin: -25px auto 0 auto;
  background-color: #fff;
  color: #364277;
}
/* 
.container p{
  margin: -10px 0;
  padding-top: 30px;
} 
*/



.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.contents{
  max-width: 1000px;
  margin: 0 auto;
}

.l-text{
  font-size: 50px; font-weight: 900;
}
.m-text{
  font-size: 26px; font-weight: 700;
}
.s-text{
  font-size: 12px; 
}
.shironuki-text{
  background-color: #364277;
  color: #F4EAC4;
  padding: 5px;
  font-size: 26px; 
  margin-left: 10px;
}
.place{font-size: 18px; }

.toudan {
  padding: 15px 40px;
  background-color: #59659a;
  cursor: pointer;
  box-shadow: 0 7px #364277;
  margin: 20px 0 20px 0;
}
.btn {
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
  width: 100%;
}

ul{
  list-style: none;
  font-size: 12px; 
  padding-left: 0;
}

.sanka {
  padding: 15px 40px;
  background-color: #913f46;
  cursor: pointer;
  box-shadow: 0 7px #621b21;
  margin: 10px 0;
}



/* スケジュール */
.flex-schedule {
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0;
  border: #364277 1px solid;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 0 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #364277;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-top: 20px;
  margin-right: 1em;
  font-size: 1.1em;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em 1em 0 1em;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #364277;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 10px;
}

.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}

h1{ margin-bottom: -10px;}
h2{
  font-size: 24px;
  margin: 0;
}
.sp_mt30{margin-top: 30px;}

.member{
  background: #fdf5db;
  padding: 15px;
  margin-top: 30px;
  border-radius: 6px;
}
h3{
  margin-top: 0;
  border-left: #364277 10px solid;
  padding-left: 10px;
}
.prof_img{
  text-align: center;
}
.prof_name{
  font-size: 16px;
}
.member .prof_text{
  font-size: 14px;
}
.waku-text{
  border: #364277 1px solid;
  padding: 5px;
  font-size: 1em;
  color: #F4EAC4;
  background-color: #364277;
}
.info li{
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px 0;
}
.aic{
 /*border: #364277 1px solid;
  padding: 0 15px 15px 15px;*/
  margin: 20px 0 0 0;
}
.aic .sen{
  font-size: 20px;
  border-bottom: #364277 2px solid;
  border-top: #364277 2px solid;
  padding: 10px 0;
}
.aic li{
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px 0;
}
.aic p{font-size: 14px;}



/* TOPへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 55px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #364277;
  text-decoration: none;
  color: #F4EAC4;
  width: 70px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border: #F4EAC4 solid 1px;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

div.pv-movie iframe {
  width: 100%;
  height: 225px;
}


@media screen and (min-width: 960px) {
	ul{font-size: 16px;}
  .m-text{margin-top: 80px; font-size: 40px;}
  .l-text{font-size: 80px;}
  .shironuki-text{font-size: 35px; padding: 10px;}
  .flex-schedule .sch_title{margin-top: 0;}
  .flex-schedule .sch_tx {font-size: 16px;}
  .s-text{font-size: 14px; }
  .main-wrapper img:nth-of-type(2){width: 30%;}
  .main-wrapper img:nth-of-type(1){padding-top: 35%;}
  .prof{display:flex;width:100%;margin:50px 0 0 0;}
  .prof_img{width:20%; margin:0 1%;}
  .prof_name{width:70%; margin:0 5%; font-size: 18px;}
  .place{font-size: 22px;}
  .member h3{margin-bottom: -20px;}
  .aic p{font-size: 16px;}
  .container{padding-right: 40px; padding-left: 40px;}
  .sp_only{display: none;}
  div.pv-movie iframe {height: 520px;}

}

header{
    max-width: 1000px;
    margin: 10px auto 0 auto;
    padding-left: 15px;
}
.main_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-height: 50px;
    padding-left: 55px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    background: url(./img/AICWlogo.svg) 0 50% no-repeat;
    background-size: 50px;
}
.main_logo p{
  color: #000;
  line-height:1.6em;
  font-size: 11px;
}
.main_logo .school{
  font-size: 20px;
  font-weight: 700;
}

.caravan{
  color: #364277;
  padding: 0 20px 50px 20px;
}
.charity{
  font-weight: 700;
  margin-top: 30px;
}
.left3em{
  margin-left: 3em;
}
.url{
  font-size: 0.8em;
}
.date{
  background-color: #F4EAC4;
  color: #364277;
  padding: 0 15px 10px 15px;
  margin-bottom: 30px;
  margin-top: -25px;
}
.bosyu{
  padding:10px;
  color:#EBCC62;
  font-size: 20px;
  font-weight: 600;
  background-color: #364277;
  text-align: center;
  margin-top: 20px;
}

/*
.pyp_logo{
    display: flex;
    flex-wrap: wrap;
    background: url(./img/pyp-programme-logo-en.png) ;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 100px;
}
 */
.sen .url{
  margin-top: 3px;
  font-weight: bold;
}
.sen img{
  margin-left: 10px;
}

.fixed_banner{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  padding: 15px 40px;
  background-color: #bf3e49;
  cursor: pointer;
  box-shadow: 0 7px #832129;
  color: white;
  display: inline-block;
  opacity: 0.8;
  text-align: center;
  width: 100%;
}
.fixed_banner a{color: white;}

footer{
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom: 100px;
   padding: 0 15px
}
.copyright {
    text-align: center;
    color: #001741;

  }
.pp{
  text-align: left;
  color: #001741;
  }
.fixed_banner a{display: black;}
