@charset "UTF-8";
/* CSS Document */

#lp_{
	margin: 0 auto;
	width: 1120px;
	letter-spacing: 0.2rem;
	color: #333;
}

.scheduleframe_{
	margin: auto;
	padding: 50px 50px 0;
	text-align: center;
}
.scheduleframe_ img{
	width: 50px;
}

.scheduletitle_{
	font-size: 30px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-weight: 600;
	margin: 0 auto;
    letter-spacing: 0.3;
    line-height: 1.5;
    color: #231815;
    text-align: center;
}


.brtitle_{
	width: 1120px;
	margin: 40px auto 0;
	border-bottom: solid 2px #333;
}
.brtitle_ p{
	font-size: 2.3rem;
	text-align: left;
    padding: 0 0 10px 10px;
}

span.day{
	font-size: 1.3rem;
}

img.instaicon{
	margin: 10px 0;
text-align: center;}

img.ra_logo{
	width: 230px;
    margin: 10px auto;
}

img.ws_logo{
	width: 250px;
    margin: 10px auto;
}

img.ac_logo{
	width: 230px;
    margin: 10px auto;
}

img.sw_logo{
	width: 130px;
    margin: 10px auto;
}

p.date{
	font-size:  16px;
}
.movie{
width: 400px;
margin: 50px auto 0;
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-align: center;
  padding-top: 50px;
}

.lineArrow {
  width: 20%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: 0 auto;
}



@media (max-width: 599px) {
#lp_{
    letter-spacing: 0.13rem;
    margin: 10px auto 30px;
    width: 100%;
    max-width: 599px;
    min-width: 300px;
}


.scheduleframe_{
margin: auto;
padding: 0;
}
.scheduleframe_ img{
    width: 35px;
}

    .scheduletitle_{
    font-size: 23px;
    line-height: 1.4;
    text-align: center;
    padding-top: 5px;
}

.brtitle_{
    width: 95%;
    margin: 50px auto 20px;
    border-bottom: solid 2px #333;
    text-align: center;
}
.brtitle_ p{
    font-size: 1rem;
    text-align: left;
}

img.ra_logo{
    width: 50%;
    margin-bottom: 10px;
}
img.ws_logo{
    width: 65%;
    padding: 10px 0 0;
}
img.ac_logo{
    width: 45%;
    padding: 0;
}
img.sw_logo{
    width: 27%;
    padding: 0;
}

	span.day{
	font-size: 0.6rem;
}

.movie{
width: 100%;
margin: 50px auto 0;
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-align: center;
  padding-top: 50px;
}

.lineArrow {
  width: 60%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: 0 auto;
}

/* css */
.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
	
}