@charset "utf-8";
.main_bg{
    background: #ffd7d7;
    position: relative;
}
#yumeouenjuku2024{
    max-width: 1280px;
    margin: 0 auto;
    background: #fffaf0;
    position: relative;
}
#yumeouenjuku2024 .sewrap{
	background: url("../images/top_pc.jpg") no-repeat top center;
	padding-top: 92.5%;
	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;
}
#yumeouenjuku2024 .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#yumeouenjuku2024 .notice{
    position: relative;
    margin: 0 auto;
    background: #fff;
    width: 90%;
    border-radius: 15px;
    padding: 25px;
    border: 5px solid #e50012;
}
#yumeouenjuku2024 .notice h2{
    background: #fff000;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
#yumeouenjuku2024 .notice p{
    color: #000;
    font-size: 19px;
    font-weight: bold;
}
#yumeouenjuku2024 .notice ul{
	font-weight:bold;
	font-size: 19px;
    color: #e50012;
    list-style-type: disc;
    padding-left: 20px;
}
#yumeouenjuku2024 .notice ul li{
    padding-bottom: 15px;
}
#yumeouenjuku2024 .btn{
    display: block;
    text-decoration: none;
    width: 55%;
    font-size: 2.1vw;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 72%;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
}
#yumeouenjuku2024 .form_wrap{
    padding: 2% 0;
	background-color: #ffffff;
}
#yumeouenjuku2024 .on{
    border: 5px solid #e50012;
    background: #ffff00;
    color: #e50012;
}
#yumeouenjuku2024 .off{
    border: 5px solid #adadad;
    background: #c8c8c8;
    color: #848484;
}
#yumeouenjuku2024 .on:hover {
	text-decoration: none;
	border: 5px solid #8a0b15;
	color: #ffff00;
	background: #e50012;
	transition: all .4s;
}
#yumeouenjuku2024 .off:hover {
	text-decoration: none;
	border: 5px solid #adadad;
	background: #c8c8c8;
	color: #848484;
	transition: all .4s;
}
#yumeouenjuku2024 .bottom{
	background: url("../images/bottom_pc.jpg?20220930") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 43.1%;
	margin: 0 auto;
	position:relative;
	background-size: cover;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}