@charset "utf-8";
.main_cont{
	background: #C4E2FF;
	position: relative;
}

.main_bg{
    max-width: 100%;
    margin: 0 auto;
}

#f-park .head{
    position: relative;
    padding-top: 47.031%;
    background: url("../images/head_sp202402.jpg");
    background-size: cover;
}
#f-park .main{
    position: relative;
    background: url("../images/bg.jpg") no-repeat top center;
    padding-top: 200%;
    background-size: cover;
}

#f-park .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
/*ここから*/
#f-park .description{
	background:#0e7bbc;
	width:100%;
	display: block;
	padding: 10px 0px;
}
#f-park .logo{
	width: 50px;
	height: 50px;
	display:block;
	margin:0 auto;
}
#f-park .name{
	font-size: 23px;
	/* font-weight:bold; */
	color:#ffffff;
	text-align:center;
}
#f-park .oa{
	display:block;
	margin:0 auto;
	width: 50%;
}
#f-park .date{
    background:#ffffff;
    padding: 5px 10px;
    text-align:center;
    color:#0E7BBC;
	font-size:16px;
    font-weight:bold;
}
/*ここまで*/
.contents {
	display: block;
	position: absolute;
	top: 3%;
	width: 100%;
	justify-content: center;
	padding: 0% 5%;
}

.comment {
 	width: 100%;
    padding-bottom: 20px;
    margin: 0px auto;
}
.twarea {
 	width: 100%;
    max-width: 500px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    border-radius: 1em;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}
/*2023.03.10追記*/
#f-park .movie{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}
#f-park .movieCon{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;/*動画サイズ16:9の時縦÷横の比率*/
}
#f-park .movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}