@charset "utf-8";
#nunoehon .sp{
	display: none;
}
.main_bg{
	/*background: #f6ffcc;*/
	position: relative;
}
#nunoehon{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    font-family: "Zen Maru Gothic", serif;
}
#nunoehon .sewrap{
	background: url("../images/bg_main.jpg") no-repeat top center;
	padding-top: 121.171875%;
	/*background: url("../images/bg_main.jpg?20230419") no-repeat top center;
	padding-top: 140.625%;*/
	font-size:14px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background-size: cover;
}
#nunoehon .top{
	background: url("../images/bg_main_01.jpg") no-repeat top center;
	padding-top: 121.171875%;
	/*background: url("../images/bg_main.jpg?20230419") no-repeat top center;
	padding-top: 140.625%;*/
	font-size:14px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background-size: cover;
}
#nunoehon .clrTxt{
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}

#nunoehon .movie,.program{
    padding: 5% 0 3%;
    text-align: center;
    position: relative;
}
#nunoehon .movie .title{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 28px;
    font-weight: 800;
    background-color: #ffffff;
    display: inline-block;
    padding: 1% 5%;
    border-radius: 100px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
    outline: dotted 3px #0198D2;
    outline-offset: -8px;
    color: #0198D2;
}
#nunoehon .movie .title span{
    font-size: 20px;
    font-weight: 700;
}
#nunoehon .movie .sub{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #0198D2;
    margin: 2% 0 3% 0;
    text-decoration: underline 40%;
    text-decoration-color: rgba(236,255,101,1.00);
    text-underline-offset: -40%;
    text-shadow: 0 0 8px #ffffff;
}
#nunoehon .movie .movie_box{
    width: 100%;
    max-width: 500px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 3% auto;
}
#nunoehon .movie .text{
    line-height: 1.8;
    font-size: 16px;
    color: #6E3014;
    font-weight: 600;
}
#nunoehon .movie::before{
    content: "";
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/texture_02.jpg");
    background-size: contain;
}
#nunoehon .program::before{
    content: "";
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/texture_03.jpg");
    background-size: cover;
}
#nunoehon .program .title{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 28px;
    font-weight: 800;
    background-color: #ffffff;
    display: inline-block;
    padding: 1% 5%;
    border-radius: 100px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
    outline: dotted 3px #ff2c2c;
    outline-offset: -8px;
    color: #ff2c2c;
}
#nunoehon .program .title span{
    font-size: 20px;
    font-weight: 700;
}
#nunoehon .program .lead{
    background: #ff2c2c;
    color: #fff;
    font-size: 22px;
    margin: 0 0 15px;
    border-radius: 5px;
}
#nunoehon .program_date{
    /* line-height: 1.8; */
    font-size: 21px;
    color: #6E3014;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 20px;
    width: 50%;
    margin: 30px auto 0;
    background: #ffffff;
    background-color: rgba(255,255,255,0.50);
    border-radius: 15px;
}
#nunoehon .program_date dd{
    font-size: 21px;
    color: #6E3014;
    font-weight: 600;
    letter-spacing: 1px;
    /* line-height: 4rem; */
}
#nunoehon .program_date dd span{
    font-size: 28px;
    font-weight: 600;
}
#nunoehon .program .archive{
    line-height: 1.8;
    font-size: 21px;
    color: #6E3014;
    font-weight: 600;
    letter-spacing: 1px;
    /* padding: 20px 20px; */
    width: 100%;
    margin: 30px auto 0;
    border-radius: 15px;
}
#nunoehon .program .archive .archive_lead{
    background: #a77777;
    color: #ffffff;
    font-size: 20px;
    margin: 60px auto 15px;
    width: 80%;
    border-radius: 5px;
}
#nunoehon .program .archive .movie_wrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    gap: 2%;
    margin: 20px auto 0;
/* ↓5月6日のOA動画入れるとき、２列ごとに表示するために消す*/
    /*justify-content: center;*/
}

#nunoehon .program .archive .movie_box{
    width: 49%;
    aspect-ratio: 16 / 9;
    margin: 1% 0;
}
#nunoehon .program .archive .movie_box p{
    background: #fff5f5;
}
#nunoehon .website{
    background: url("../images/bg_main_02.jpg") no-repeat top center;
    padding-top: 25.46875%;
    font-size:14px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background-size: cover;
}
#nunoehon .fukinotou_btn{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    display: block;
    background: #6e3014;
    width: 30%;
    padding: 1% 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 50px;
    border: solid 3px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 1.7rem;
    transition: all .3s;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .3);
}
#nunoehon .fukinotou_btn:hover {
  transform: scale(1.1,1.1);
}

#nunoehon .fes{
	bottom: 4%;
	left: 15.9%;
}
#nunoehon .fes img{
	width: 68%;
}
#nunoehon .date{
    position: relative;
    color: #6E3014;
    padding: 20px 0;
    text-align: center;
}
#nunoehon .date p{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#nunoehon .date dl{
    margin: 0 auto;
    width: 400px;
    padding: 2% 1%;
    border-radius: 15px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    background-color: rgba(255,255,255,0.50);
    text-align: left;
}
#nunoehon .date dt{
    width: 20%;
}
#nunoehon .date dd{
    width: 80%;
}
#nunoehon .date dt:first-of-type, #nunoehon .date dd:first-of-type{
    margin-bottom: 15px;
}
#nunoehon .date::before{
    content: "";
    z-index: -1;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/texture.jpg");
    background-size: cover;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}