@charset "utf-8";
.main_bg{
    background: url("../images/bg.jpg") repeat top center;
    background-attachment: fixed;
}
#yumeouenjuku2020{
    max-width: 1280px;
    margin: 0 auto;
}
#yumeouenjuku2020 .sewrap{
	background: url("../images/top_pc.png?2002") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 51.5625%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#yumeouenjuku2020 .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#yumeouenjuku2020 .s_gray{
    width: 44%;
    position: absolute;
    top: 67.8%;
    left: 6.1%;
}
#yumeouenjuku2020 .s_gray_inner{
    background: url("../images/syougakusei_g.png") no-repeat top center;
    padding-top: 52.127%;
    background-size: cover;

}
#yumeouenjuku2020 .y_gray{
    width: 44%;
    position: absolute;
    top: 67.8%;
    right: 5.55%;
}
#yumeouenjuku2020 .y_gray_inner{
    background: url("../images/youji_g.png") no-repeat top center;
    padding-top: 52.127%;
    background-size: cover;
}
#yumeouenjuku2020 .notice{
    position: relative;
    margin: 0 auto;
    background: #fff;
    width: 90%;
    border-radius: 15px;
    padding: 25px;
    border: 5px solid #e50012;
}
#yumeouenjuku2020 .notice h2{
    background: #fff000;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
#yumeouenjuku2020 .notice p{
    color: #000;
    font-size: 19px;
    font-weight: bold;
}
#yumeouenjuku2020 .notice span{
    color: #e50012;
}
.btn{
    background: -webkit-linear-gradient(#fffbbb,  #fff000);/*ボタンの色*/
    color: #ff0000;
    max-width: 75%;
    height: 90px;
    line-height: 79px;
    text-align: center;
    border-radius: 14px;
    border: 6px #000 solid;
    box-shadow: 5px 5px 5px #633513;
    font-size: 50px;
    letter-spacing: 15px;
    font-weight: bold;
    margin: 3% auto;
    display: block;
    position: relative;
    overflow: hidden;
}
/* ボタンを光らせる */
.btn:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn:hover{
    color: #e50012;
    text-decoration: none;
    opacity: 0.8;
    box-shadow: none;
    transform: translate(5px, 5px);
}
.btn_g_before{
    background: #989898;
    color: #ccc;
    max-width: 75%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 14px;
    border: 3px #ccc solid;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bold;
    margin: 3% auto;
    display: block;
    position: relative;
}
.btn_g_before:hover{
    color: #ccc;
    text-decoration: none;
}
.btn_g_after{
    background: #f7f7f7;
    color: #333;
    width: 35%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 14px;
    border: 3px #333 solid;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: bold;
    margin: 3% auto;
    display: block;
    position: relative;
}
.btn_g_after:hover{
    color: #333;
    text-decoration: none;
}
#yumeouenjuku2020 .bottom{
	background: url("../images/bottom_pc.png") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 54.6875%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}