@charset "utf-8";
.main_bg{
	background: #f4fffd;
	position: relative;
}
#yomikikase2022{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#yomikikase2022 .sewrap{
	background: url("../images/bg_main.jpg") no-repeat top center;
	padding-top: 136.953%;
	font-size:14px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background-size: cover;
}
#yomikikase2022 .clrTxt{
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}


/*　ボタン　*/
/*a.btn{
	position: absolute;
	left: 30%;
	bottom: 4%;
	display: block;
	width: 40%;
}
a.btn:hover {
	opacity: 0.8;
	transition: 0.8s;
}*/


#yomikikase2022 .mintele_top{
	margin: 10px 0;
	position: absolute;
	bottom: 8%;
	left: 0%;
	width: 100%;
	/* height: 100%; */
}

#yomikikase2022 .btn_archive {
	display: block;
	width: 40%;
	text-align: center;
	color: #d30d1b;
	font-size: 23px;
	font-weight: bold;
	padding: 1%;
	border: 3px solid #d30d1b;
	background-color: #fff;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	margin: 0 auto;
}
#yomikikase2022 .btn_archive:hover {
	color: #fff;
	background: #db022a;
	border: 3px solid #db022a;
}

#yomikikase2022 .btn_mintele {
	display: block;
	width: 40%;
	text-align: center;
	color: #db022a;
	font-size: 23px;
	font-weight: bold;
	padding: 1%;
	border: 3px solid #db022a;
	background-color: #fff;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	margin: 0 auto;
}
#yomikikase2022 .btn_mintele:hover {
	color: #fff;
	background: #db022a;
	border: 3px solid #db022a;
}

/*　紙芝居　*/
.btn_kamishibai a{
	position: absolute;
	left: 30%;
	bottom: 3%;
	display: block;
	width: 40%;
	margin: 0 auto;
}
.btn_kamishibai a:hover {
	opacity: 0.8;
	transition: 0.8s;
}
.btn_kamishibai img{
	border: 3px solid #a13916;
	border-radius: 5px;
}


/*20240116追記*/
#yomikikase2022 .yomikikase_archive h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #30383f;
}

#yomikikase2022 .yomikikase_archive {
    position: absolute;
    bottom: 15%;
    left: 0%;
    width: 100%;
}
#yomikikase2022 .yomikikase_archive_btn-area {
    display: flex;
    /* width: 100%; */
    justify-content: center;
}

#yomikikase2022 .yomikikase_archive_btn {
    width: 14%;
    margin: 0 15px;
}

#yomikikase2022 .btn_yomikikase {
	bottom: 14%;
	left: 0%;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	padding: 3%;
	border: 3px solid #e57d8b;
	background-color: #e57d8b;
	/* border-radius: 5px; */
	transition: 0.3s ease-in-out;
}
#yomikikase2022 .btn_yomikikase:hover {
    background-color: #fff;
    color: #e57d8b;
}


/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}