@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header .hBox {
	/*padding: 19px 24px 17px;*/
    padding: 0;
}

.mainVisual {
	margin: 0 auto;
	width: 100%;
}
.mainVisual .mainImg {
	margin-top: 0;
	margin-bottom: 36px;
	position: relative;
}
/* メインイメージ */
.mainVisual .topBox {
	position: relative;
}
.mainVisual .topBox .main {
	width: 100%;
}
/*.mainVisual .topBox .cosme {
    position: absolute;
    bottom: 104px;
    left: 10%;
    width: 16.7%;
}*/
.mainVisual .topBox .cosme {
    position: absolute;
    bottom: 15.4%;
    right: 12.6%;
    width: 15.1%;
}
.mainVisual .topBox .cosme img {
    width: 100%;
}

.mainVisual .topBox .btn {
    position: absolute;
    bottom: 26.6%;
    right: 15.6%;
    width: 13%;
}
.mainVisual .topBox .btn a {
    position: relative;
}
.mainVisual .topBox .btn .balloon-img {
    position: absolute;
    top: -541.8%;
    left: 50%;
    width: 87.6%;
    transform: translateX(-50%);
}
.mainVisual .topBox .btn .btn-img {
    width: 100%;
}

/* ボタン */
.mainVisual .btnBox {
}
.mainVisual .btnBox .linkBtn {
    width: 575px;
    margin: 0 auto;
}
.mainVisual .btnBox .linkBtn img.btn {
    width: 100%;
}
.mainVisual .btnBox .linkBtn .balloon {
    position: relative;
    display: block;
    width: 91%;
    margin: 0 auto -19px;
}

/* ロゴ */
.mainVisual .logo-top {
    position: absolute;
    top: 4.2%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(-50%);
}
.mainVisual .logo-top img {
    width: 100%;
}
.mainVisual .logo-top li {
}
.mainVisual .logo-top .ofj {
    width: 17.3%;
}
.mainVisual .logo-top .joc {
    width: 11%;
    margin-left: 2.6%;
}


.resultTxt .dateBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.resultTxt .dateBox:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 406px;
	height: 1px;
	background: #df0615;
	transform: translateX(-50%);
}
.resultTxt .dateBox ul {
	display: block;
}
.resultTxt .dateBox ul li {
	float: none;
	display: block;
	margin: 0;
	color: #df0615;
	font-weight: 500;
	text-align: left;
}
.resultTxt .dateBox ul li .bold {
	font-weight: 800;
}
.resultTxt .dateBox ul li .big {
	font-size: 19px;
}

.resultTxt .dateBox ul.left {
	margin-right: 14px;
}

.resultTxt .next {
	text-align: center;
}
.resultTxt .next .pTxt {
	color: #df0615;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
.resultTxt .next .pTxt .bold {
	font-size: 19px;
	font-weight: 800;
}


.bgLink {
    margin-top: 30px;
	padding: 15px 0 35px;
	width: 100%;
	box-sizing: border-box;
    background: #f7f5f4;
}

.bgLink ul {
	margin: 0 auto;
	width: 887px;
}

.bgLink li {
    margin: 0;
	float: left;
	width: 392px;
}
.bgLink li a {
	padding: 23px 50px 17px 10px;
	display: block;
	color: #fff;
	font-size: 30.6px;
	letter-spacing: -1px;
	text-align: center;
	background: #A97452 url(../img/index/icon01.png) no-repeat right 28px center;
	background-size: 21px auto;
	border-radius: 10px;
}

.bgLink li a:hover {
	opacity: 0.9;
	text-decoration: none;
}
.bgLink li:last-child {
	float: right;
}
.bgLink li:last-child a {
	background-color: #588954;
}


/*-------- 2022申込ボタン --------*/
.mainImg .apbtnBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
}
.mainImg .apbtnBox .apBtn {
    margin: 38px 25px 35px;
}
.mainImg .apbtnBox .apBtn a {
    position: relative;
    display: block;
    width: 433px;
    padding: 13px 17px 13px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
}
.mainImg .apbtnBox .apBtn a:after {
    content: "";
    position: absolute;
    top: 48%;
    right: 17px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
}
.mainImg .apbtnBox .apBtn01 a {
    background: #ea5504;
}
.mainImg .apbtnBox .apBtn01 a span.txt01 {
    font-size: 18px;
    font-weight: 700;
}
.mainImg .apbtnBox .apBtn02 a {
	width: 500px;
	padding: 0;
}
.mainImg .apbtnBox .apBtn02 a img {
	display: block;
	width: 100%;
}
.mainImg .apbtnBox .apBtn02 a:after {
	display: none;
}

.sponsor {
	margin-top: 40px;
	padding: 20px 0 0;
	border-top: 2px solid #f7f5f4;
}
.sponsor img {
	display: block;
	width: 980px;
	margin: 0 auto;
}


.banner {
	text-align: center;
}

#main .mainBox {
	margin-bottom: 92px;
}


#main .fbBox {
	text-align: center;
}

#main .linkBox {
	text-align: center;
}

#main .linkBox .h2Ttl {
	margin-bottom: 46px;
}

#main .linkBox ul {
	margin-bottom: 19px;
}

#main .linkBox .linkList {
	margin-bottom: 30px;
}

#main .linkBox li {
	display: inline;
}

#main a:hover img {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	opacity: 0.5;
}

/* 170823追加 */
.matsuya_banner {
	clear: both;
	width: 980px;
	margin: 0px auto;
	padding: 0px 10px 40px 0px;
	text-align: center;
}

.matsuya_banner img {
	width: 100%;
}

/* 180509追加 */
.expo_banner {
	clear: both;
	width: 798px;
	margin: 0px auto;
	padding: 0px 10px 22px 0px;
	text-align: center;
}

.expo_banner a {
	display: block;
}

.expo_banner img {
	width: 100%;
}

.expo_banner2 {
	clear: both;
	width: 990px;
	margin: -30px auto;
	padding: 40px 10px 30px 0px;
	text-align: center;
}



.bgLink .cotext {margin-bottom: 20px;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	color: #00aeeb;
}

.flexBox02 {
	margin-bottom: 36px;
	padding: 17px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
}


.b01 {
}
.b01 .inner {
	position: relative;
	width: 305px;
	margin: 0 auto;
	padding: 30px 40px 12px;
	background: url("../img/index/bg01.jpg")no-repeat top left;
	background-size: 100%;
}
.b01 .inner img {
	width: 300px;
}
.b01 .inner p {
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 3px #333;
}
.b01 .inner:after {
	content: "";
	position: absolute;
	bottom: 12px;
	right: 17px;
	width: 50px;
	height: 12px;
	background: url("../img/common/yazi.png")no-repeat;
	background-size: 100%;
}
.b01 .inner:hover {
	opacity: 0.7;
	transition: 0.15s;
}
.b01 .inner:hover:after {
	right: 13px;
	transition: 0.2s;
}



.newsBox01 {
	width: 830px;
	margin: 70px auto 100px;
}
.newsBox01 .rBox {
	margin-bottom: 48px;
	padding: 14px;
	background: #c61f1e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.newsBox01 .headline01 {
	margin-bottom: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	text-align: center;
}
.ofj05_banner {
	position: relative;
}
.ofj05_banner img {
	width: 100%;
}
.ofj05_banner .btn {
	position: absolute;
	padding: 10px 0 7px 0;
	top: 122px;
	right: 43px;
	width: 362px;
	background: #fff url("../img/common/yaziw.png")no-repeat top 20px right 14px;
	background-size: 15px 15px;
	border: 2px solid #e17c21;
	color: #e17c21;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.ofj05_banner .btn span {
	text-decoration: underline;
}
.ofj05_banner:hover {
	opacity: 0.8;
	transition: 0.15s;
}
.ofj05_banner .btn:hover {
	color: #fff;
	background: #e17c21 url("../img/common/yaziw_on.png")no-repeat top 20px right 14px;
	background-size: 15px 15px;
	transition: 0.3s;
}


.btnBox {
    position: relative;
    margin-bottom: 55px;
}

.btnBox .flexBox.bannerBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}
.btnBox .ovf-banner {
    display: block;
    width: 727px;
    margin: 50px auto 0;
}
.btnBox .ovf-banner img {
    width: 100%;
}
.btnBox .semi-banner {
    display: block;
    width: 515px;
}
.btnBox .semi-banner img {
    width: 100%;
}




/*------------------------------------------------------------
	スライダー
------------------------------------------------------------*/
.slick01 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slick01 img {
	width: 140px;
  padding: 0 3px;
  object-fit: cover;
}
.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg)translateX(-50%);
    z-index: 100;
}
.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg)translateY(-50%);
    z-index: 100;
}









/*------------------------------------------------------------
	新しい css 2022.10.31
------------------------------------------------------------*/
.main {
}
.main .newsBox {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.main .newsBox .imgBox {
    width: 427px;
}
.main .newsBox .imgBox a {
    display: block;
    width: 100%;
}
.main .newsBox .imgBox a img {
    display: block;
    width: 100%;
}

.main .newsBox .newsWrap {
    margin-left: 35px;
}

.main .newsBox .headline {
	margin-right: 86px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 2px;
}
.main .newsBox .headline .en {
	display: block;
	margin-top: 9px;
}
.main .newsBox .newsList {
	margin-top: 13px;
	padding-top: 24px;
	border-top: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
}
.main .newsBox .newsList .newsUl {
	width: 539px;
	height: 152px;
	overflow: scroll;
}
.main .newsBox .newsList .newsUl li {
	margin-bottom: 19px;
}
.main .newsBox .newsList .newsUl li a {
	display: flex;
	justify-content: flex-start;
	font-family: YuGothic, 游ゴシック, 'Yu Gothic', sans-serif;
	color: #000;
	transition: .25s;
}
.main .newsBox .newsList .newsUl li a:hover {
	opacity: 0.5;
}
.main .newsBox .newsList .newsUl li a .day {
	padding-left: 87px;
	text-indent: -87px;
    text-decoration: none;
    
}
.main .newsBox .newsList .newsUl li a .title {
	text-decoration: underline;
}

.main .newsBox .newsList .newsUl li a:hover {
	text-decoration: none;
}

.main .onImg {
	width: 798px;
	margin: 0 auto 75px;
}
.main .onImg img {
	display: block;
	width: 100%;
	transition: .25s;
}
.main .onImg img:hover {
	opacity: 0.7;
}

.main .holdBox {
	margin-bottom: 67px;
	padding: 35px 0 30px;
	background: #F1EDE1;
	font-family: 'Noto Sans JP', sans-serif;
}
.main .holdBox .headline {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}
.main .holdBox .pTxt {
	margin-bottom: 30px;
	text-align: center;
}
.main .holdBox .holdFlex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 850px;
	margin: 0 auto;
}
.main .holdBox .leftBox {
	margin-right: 75px;
}
.main .holdBox .rightBox {
}
.main .holdBox .first {
	margin-bottom: 12px;
	font-size: 16px;
}
.main .holdBox .holTable {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.9;
}
.main .holdBox .holTable th {
	font-size: 16px;
	font-weight: 400;
}
.main .holdBox .holTable td {
	padding-left: 14px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}
.main .holdBox .holTable .right {
	text-align: right;
}
.main .holdBox .holTxt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
}

.main .bannerBox {
	margin-bottom: 73px;
}
.main .bannerBox .banUl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 992px;
	margin: 0 auto;
}
.main .bannerBox .banUl li {
	transition: .25s;
}
.main .bannerBox .banUl li:hover {
	opacity: 0.7;
}
.main .bannerBox .b01 .inner {
	width: 370px;
	margin: 0 auto;
	padding: 43px 40px 9px;
	background: url("../img/index/bg01.jpg")no-repeat top left;
	background-size: 100%;
}
.main .bannerBox .b01 .inner:hover {
	opacity: 1;
}
.main .bannerBox .b01 .inner img {
	width: 350px;
}
.main .bannerBox .b01 .inner p {
	font-size: 14px;
}
.main .bannerBox .b01 .inner:hover p {
	text-decoration: none;
}


.main .fbBox {
	width: 808px;
	margin: 0 auto;
}
.main .fbBox .headLine {
	position: relative;
}
.main .fbBox .headLine:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 666px;
	background: #000;
}
.main .fbBox .fbCon {
	width: 523px;
	margin: 33px auto 105px;
}

.main .covidBox {
	width: 1110px;
	margin: 0 auto;
	padding: 20px 0 24px;
	border: 1px solid #34bace;
	border-radius: 30px;
	text-align: center;
}
.main .covidBox .title {
	margin-bottom: 17px;
	color: #34bace;
	font-size: 16px;
}
.main .covidBox img {
	width: 1040px;
}






@media all and (max-width: 834px) {
	#header .hBox {
		padding: 19px 0 17px;
	}


    /* メインイメージ */

    .mainVisual .topBox .btn {
        position: absolute;
        bottom: 11.8%;
        right: 5.3%;
        width: 22.7%;
    }
    /*.mainVisual .topBox .cosme {
        bottom: 49px;
        left: 10.3%;
        width: 28.3%;
    }*/
    .mainVisual .topBox .cosme {
        bottom: 13.5%;
        right: 8.7%;
        width: 28.3%;
    }

    /* ボタン */
    .mainVisual .btnBox .linkBtn {
        position: relative;
        width: 88%;
        margin: 0 auto 0;
    }
    .mainVisual .btnBox .linkBtn img.balloon {
        width: 96%;
        margin: 0 auto -14px;
    }





	.resultTxt .dateBox {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.resultTxt .dateBox:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 406px;
		height: 1px;
		background: #df0615;
		transform: translateX(-50%);
	}
	.resultTxt .dateBox ul {
		display: block;
	}
	.resultTxt .dateBox ul li {
		float: none;
		display: block;
		margin: 0;
		color: #df0615;
		font-weight: 500;
		text-align: left;
	}
	.resultTxt .dateBox ul li .bold {
		font-weight: 800;
	}
	.resultTxt .dateBox ul li .big {
		font-size: 19px;
	}

	.resultTxt .dateBox ul.left {
		margin-right: 14px;
	}

	.resultTxt .next {
		text-align: center;
	}
	.resultTxt .next .pTxt {
		color: #df0615;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.6;
	}
	.resultTxt .next .pTxt .bold {
		font-size: 19px;
		font-weight: 800;
	}


	.bgLink {
			margin-top: 30px;
		padding: 15px 0 35px;
		width: 100%;
		box-sizing: border-box;
			background: #f7f5f4;
	}

	.bgLink ul {
		margin: 0 auto;
		width: 887px;
	}

	.bgLink li {
			margin: 0;
		float: left;
		width: 392px;
	}
	.bgLink li a {
		padding: 23px 50px 17px 10px;
		display: block;
		color: #fff;
		font-size: 30.6px;
		letter-spacing: -1px;
		text-align: center;
		background: #A97452 url(../img/index/icon01.png) no-repeat right 28px center;
		background-size: 21px auto;
		border-radius: 10px;
	}

	.bgLink li a:hover {
		opacity: 0.9;
		text-decoration: none;
	}
	.bgLink li:last-child {
		float: right;
	}
	.bgLink li:last-child a {
		background-color: #588954;
	}


	/*-------- 2022申込ボタン --------*/
	.mainImg .apbtnBox {
			display: flex;
			justify-content: center;
			align-items: flex-start;
			margin: 0 auto;
	}
	.mainImg .apbtnBox .apBtn {
			margin: 0 0 35px;
        width: 90%;
	}
	.mainImg .apbtnBox .apBtn a {
			position: relative;
			display: block;
			width: 100%;
			padding: 13px 17px 13px 0;
			font-family: 'Noto Sans JP', sans-serif;
			font-size: 22px;
			font-weight: 500;
			color: #fff;
			border-radius: 8px;
			text-align: center;
			text-decoration: none;
			line-height: 1.5;
        box-sizing: border-box;
	}
	.mainImg .apbtnBox .apBtn a:after {
			content: "";
			position: absolute;
			top: 48%;
			right: 11px;
			width: 12px;
			height: 12px;
			border-bottom: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(-45deg) translateY(-50%);
	}
	.mainImg .apbtnBox .apBtn01 a {
			background: #ea5504;
	}
	.mainImg .apbtnBox .apBtn01 a span.txt01 {
			font-size: 16px;
			font-weight: 700;
	}
	.mainImg .apbtnBox .apBtn02 a {
		width: 500px;
		padding: 0;
	}
	.mainImg .apbtnBox .apBtn02 a img {
		display: block;
		width: 100%;
	}
	.mainImg .apbtnBox .apBtn02 a:after {
		display: none;
	}

	.sponsor {
		margin-top: 40px;
		padding: 20px 0 0;
		border-top: 2px solid #f7f5f4;
	}
	.sponsor img {
		display: block;
		width: 980px;
		margin: 0 auto;
	}


	.banner {
		text-align: center;
	}

	#main .mainBox {
		margin-bottom: 92px;
	}

	#main .fbBox {
		text-align: center;
	}

	#main .linkBox {
		text-align: center;
	}

	#main .linkBox .h2Ttl {
		margin-bottom: 46px;
	}

	#main .linkBox ul {
		margin-bottom: 19px;
	}

	#main .linkBox .linkList {
		margin-bottom: 30px;
	}

	#main .linkBox li {
		display: inline;
	}

	#main a:hover img {
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		opacity: 0.5;
	}

	/* 170823追加 */
	.matsuya_banner {
		clear: both;
		width: 980px;
		margin: 0px auto;
		padding: 0px 10px 40px 0px;
		text-align: center;
	}

	.matsuya_banner img {
		width: 100%;
	}

	/* 180509追加 */
	.expo_banner {
		width: 90%;
		margin: 0px auto;
		padding: 0px 0 22px 0px;
	}

	.expo_banner a {
		display: block;
	}

	.expo_banner img {
		width: 100%;
	}

	.expo_banner2 {
		clear: both;
		width: 990px;
		margin: -30px auto;
		padding: 40px 10px 30px 0px;
		text-align: center;
	}



	.bgLink .cotext {margin-bottom: 20px;
		text-align: center;
		font-size: 27px;
		font-weight: 600;
		color: #00aeeb;
	}

	.flexBox02 {
		margin-bottom: 36px;
		padding: 17px 25px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid;
		border-bottom: 1px solid;
	}


	.b01 {
	}
	.b01 .inner {
		position: relative;
		width: 305px;
		margin: 0 auto;
		padding: 30px 40px 12px;
		background: url("../img/index/bg01.jpg")no-repeat top left;
		background-size: 100%;
	}
	.b01 .inner img {
		width: 300px;
	}
	.b01 .inner p {
		margin-top: 12px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-shadow: 0 0 3px #333;
	}
	.b01 .inner:after {
		content: "";
		position: absolute;
		bottom: 12px;
		right: 17px;
		width: 50px;
		height: 12px;
		background: url("../img/common/yazi.png")no-repeat;
		background-size: 100%;
	}
	.b01 .inner:hover {
		opacity: 0.7;
		transition: 0.15s;
	}
	.b01 .inner:hover:after {
		right: 13px;
		transition: 0.2s;
	}



	.newsBox01 {
		width: 830px;
		margin: 70px auto 100px;
	}
	.newsBox01 .rBox {
		margin-bottom: 48px;
		padding: 14px;
		background: #c61f1e;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.7;
	}
	.newsBox01 .headline01 {
		margin-bottom: 16px;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
		font-size: 20px;
		text-align: center;
	}
	.ofj05_banner {
		position: relative;
	}
	.ofj05_banner img {
		width: 100%;
	}
	.ofj05_banner .btn {
		position: absolute;
		padding: 10px 0 7px 0;
		top: 122px;
		right: 43px;
		width: 362px;
		background: #fff url("../img/common/yaziw.png")no-repeat top 20px right 14px;
		background-size: 15px 15px;
		border: 2px solid #e17c21;
		color: #e17c21;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	.ofj05_banner .btn span {
		text-decoration: underline;
	}
	.ofj05_banner:hover {
		opacity: 0.8;
		transition: 0.15s;
	}
	.ofj05_banner .btn:hover {
		color: #fff;
		background: #e17c21 url("../img/common/yaziw_on.png")no-repeat top 20px right 14px;
		background-size: 15px 15px;
		transition: 0.3s;
	}

    .btnBox {
        margin-top: 27px;
        margin-bottom: 38px;
    }

    .btnBox .nlbaBtn a {
        position: relative;
        display: block;
        width: 94%;
        margin: 31px auto 0;
    }
    .btnBox .nlbaBtn a img {
        width: 100%;
    }
    .btnBox .nlbaBtn a:after {
        display: none;
        content: "";
        position: absolute;
        top: -55px;
        right: 0;
        width: 238px;
        height: 65px;
        background: url("../img/index/sp-btn-balloon.png")no-repeat top left;
        background-size: 100%;
    }

    .btnBox .flexBox.bannerBox {
        flex-flow: column;
        margin-top: 31px;
    }
    .btnBox .ovf-banner {
        width: 86%;
        margin: 25px auto 0;
    }
    .btnBox .semi-banner {
        width: 86%;
    }


    .stampWrap {
        position: fixed;
        bottom: 20px;
        right: 5%;
        width: 36%;
        z-index: 30;
    }
    .stampWrap img {
        width: 100%;
    }


	/*------------------------------------------------------------
		スライダー
	------------------------------------------------------------*/
	.slick01 img {
		width: 140px;
		padding: 0 3px;
	}
	.slick-prev {
			width: 36px;
			height: 36px;
	}
	.slick-next {
			width: 36px;
			height: 36px;
	}




	/*------------------------------------------------------------
		新しい css 2022.10.31
	------------------------------------------------------------*/
	.main {
	}
	.main .newsBox {
		display: flex;
		width: 90%;
		margin: 0 auto;
		flex-flow: column;
		justify-content: center;
		margin-bottom: 22px;
	}

    .main .newsBox .imgBox {
        order: 2;
        width: 100%;
    }
    .main .newsBox .imgBox a {
        display: block;
        width: 100%;
    }
    .main .newsBox .imgBox a img {
        display: block;
        width: 100%;
    }

    .main .newsBox .newsWrap {
        order: 1;
        margin-left: 0;
    }

	.main .newsBox .headline {
		margin-right: 0;
		font-size: 13px;
        text-align: center;
	}
	.main .newsBox .headline .en {
		margin-top: 9px;
	}
	.main .newsBox .newsList {
		margin-top: 24px;
		padding-top: 24px;
        margin-bottom: 34px;
	}
	.main .newsBox .newsList .newsUl {
		width: 100%;
		height: 200px;
	}
	.main .newsBox .newsList .newsUl li {
		margin-bottom: 9px;
	}
	.main .newsBox .newsList .newsUl li a {
		display: flex;
		justify-content: flex-start;
		font-family: YuGothic, 游ゴシック, 'Yu Gothic', sans-serif;
		color: #000;
		transition: .25s;
	}
	.main .newsBox .newsList .newsUl li a:hover {
		opacity: 0.5;
	}
	.main .newsBox .newsList .newsUl li a .day {
		padding-left: 87px;
		text-indent: -87px;
	}
	.main .newsBox .newsList .newsUl li a .title {
		text-decoration: underline;
	}

	.main .newsBox .newsList .newsUl li a:hover {
		text-decoration: none;
	}

	.main .onImg {
		width: 90%;
		margin: 0 auto 62px;
	}
	.main .onImg img {
		width: 100%;
	}
	.main .onImg img:hover {
		opacity: 0.7;
	}

	.main .holdBox {
		margin-bottom: 47px;
		padding: 48px 0 44px;
		background: #F1EDE1;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.main .holdBox .headline {
		margin-bottom: 17px;
		font-size: 20px;
		text-align: center;
		letter-spacing: 2px;
	}
	.main .holdBox .pTxt {
		margin-bottom: 17px;
		text-align: center;
	}
	.main .holdBox .holdFlex {
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 85%;
	}
	.main .holdBox .leftBox {
		margin-right: 0;
		margin-bottom: 22px;
	}
	.main .holdBox .rightBox {
	}
	.main .holdBox .first {
		margin-bottom: 9px;
		font-size: 16px;
	}
	.main .holdBox .holTable th {
		font-size: 16px;
		font-weight: 400;
	}
	.main .holdBox .holTable td {
		padding-left: 14px;
		font-size: 16px;
		font-weight: 400;
		text-align: right;
	}
	.main .holdBox .holTable .right {
		text-align: right;
	}
	.main .holdBox .holTxt {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.9;
	}

	.main .bannerBox {
		margin-bottom: 50px;
	}
	.main .bannerBox .banUl {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 90%;
		margin: 0 auto;
	}
	.main .bannerBox .banUl li {
		margin-bottom: 22px;
		transition: .25s;
	}
	.main .bannerBox .banUl li img {
		width: 100%;
	}
	.main .bannerBox .banUl li:hover {
		opacity: 0.7;
	}
	.main .bannerBox .b01 .inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 40px 9px;
		background: url("../img/index/bg01.jpg")no-repeat top left;
		background-size: 100%;
		box-sizing: border-box;
	}
	.main .bannerBox .b01 .inner:hover {
		opacity: 1;
	}
	.main .bannerBox .b01 .inner img {
		width: 100%;
	}
	.main .bannerBox .b01 .inner p {
		font-size: 12px;
	}
	.main .bannerBox .b01 .inner:hover p {
		text-decoration: none;
	}


	.main .fbBox {
		width: 90%;
	}
	.main .fbBox .headLine {
		position: relative;
		padding-bottom: 10px;
	}
	.main .fbBox .headLine:before {
		width: 100%;
	}
	.main .fbBox .fbCon {
		width: 100%;
		margin: 33px auto 105px;
	}
	.main .fbBox .fbCon iframe {
		width: 100%;
	}

	.main .covidBox {
		width: 1110px;
		margin: 0 auto;
		padding: 20px 0 24px;
		border: 1px solid #34bace;
		border-radius: 30px;
		text-align: center;
	}
	.main .covidBox .title {
		margin-bottom: 17px;
		color: #34bace;
		font-size: 16px;
	}
	.main .covidBox img {
		width: 1040px;
	}

}


/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/

#yt-wrap {
	max-width: 560px;
    margin: 68px auto 56px;
}
.youtubeBox {
	margin: 28px 0 50px;
	position: relative;
}
.youtubeBox .title {
	margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px
}
.youtubeBox .video video {
	width: 100%;
	height: 100%;
}

@media all and (max-width: 835px) {
	#yt-wrap {
		width: 86%;
		margin: 35px auto 51px;
	}
	.youtubeBox {
		margin: 28px 0 25px;
		position: relative;
	}
	.youtubeBox .title {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.youtubeBox .video video {
		width: 100%;
		height: 100%;
	}
}



/*------- 来場者数2024 -------*/
.pre-pplBox {
	position: absolute;
	top: 396px;
	left: 50%;
	display: inline-block;
	padding: 27px 26px;
	background: rgba(255,255,255,0.9);
	border: 2px solid #d14423;
	transform: translateX(-50%);
	z-index: 70;
}
.pre-pplBox .inBox {
}
.pre-pplBox .title {
	margin-bottom: 16px;
	color: #d14423;
	font-size: 16px;
	font-weight: 700;
    text-align: center;
}
.pre-pplBox .flexBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.pre-pplBox .txtBox {
    margin: 0 10px;
	text-align: center;
}
.pre-pplBox .txtBox .ttl {
	width: 410px;
	margin: 0 auto 13px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: 700;
}
.pre-pplBox .txtBox .ttl.ttl01 {
	width: 295px;
}
.pre-pplBox .txtBox .pTxt {
    display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
    text-align: left;
}
.pre-pplBox .txtBox table {
    margin: 0 auto;
    font-weight: 600;
    text-align: left;
}
.pre-pplBox .txtBox table th,
.pre-pplBox .txtBox table td {
    padding: 0 3px;
}
.pre-pplBox .txtBox table td:last-child {
    text-align: right;
}
.pre-pplBox .txtBox .pTxt.txt01 {
    margin-top: 3px;
    width: 82%;
}

@media (max-width: 834px) {
	/*------- 来場者数2024 -------*/
	.pre-pplBox {
		top: 42%;
		bottom: auto;
		width: 80%;
		padding: 20px 5%;
	}
    .pre-pplBox .flexBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .pre-pplBox .txtBox {
        width: 100%;
        margin-top: 5px;
    }
	.pre-pplBox .title {
		margin-bottom: 9px;
		font-size: 16px;
	}
	.pre-pplBox .txtBox .ttl {
		width: 100%;
		margin: 0 auto 12px;
		padding-bottom: 9px;
	}
	.pre-pplBox .txtBox .pTxt {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.8;
	}
}

/*youtube*/
.youtubeWrap {
    width: auto;
    margin: -88px auto 78px;
    padding: 105px 0 64px;
    background: #F1EDE1;
}
.youtubeWrap .ytWrap {
    width: 727px;
    margin: 0 auto;
    padding: 34px 0 39px;
    /*border: 1px solid #4c4948;*/
    background: #fff;
    text-align: center;
}
.youtubeWrap .ytWrap .ttl {
    width: 90px;
    margin: 0 auto 18px;
}
.youtubeWrap iframe {
    width: 504px;
    height: 287px;
}
@media (max-width: 834px) {
    .youtubeWrap {
        margin: -87px auto 49px;
        padding: 87px 0 52px;
    }
    .youtubeWrap .ytWrap {
        width: 94%;
        padding: 30px 0 28px;
    }
    .youtubeWrap .ytWrap .ttl {
        width: 90px;
        margin: 0 auto 18px;
    }
    .youtubeWrap iframe {
        width: 94%;
        height: 220px;
    }
}


/* フェード */
.img_hov {opacity:1; -webkit-transition:0.3s ease-in-out; transition:0.3s ease-in-out;}
.img_hov:hover {opacity:0.5;}
