
h3 {
	color: #000;
	text-align: center;
	font-size: 2.0rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
}


/*＝＝＝＝＝＝＝＝＝＝説明部分*/
#museum_Info {
	padding: 55px 0px;
	/*background: url(../img/common/jimon_nami.jpg);*/
}

.museum_Info {

}

.textBody {
	padding: 3.0rem;
}

.textBody p{
	/*padding: 0rem 3.0rem;*/
	margin-bottom: 4.0rem;
}

.textBody a{
	color: red;
}



/*＝＝＝＝＝＝＝＝＝＝イベント枠*/

.museumWap {
	padding: 55px 0px;
	background: url(../img/common/jimon_nami.jpg);
}

.bunkaList {
	max-width: 1080px;
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.bunkaList:after {
	content:"";
	display: block;
	width: 300px;
}


@media handheld, only screen and (max-width: 1080px) {
	.bunkaList {
		width: 80vw;
		align-items: center;
	}

	.oneBlock {
		margin: 20px;
	}

	#contents .bunkaList:after {
		margin: 20px;
	}

}


.oneBlock {
	width: 320px;
	height: 470px;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}

.oneBlock > .img {
	width: 320px;
	height: 215px;
	overflow: hidden;
	/*display: grid;*/
	background: #fff;
}

.oneBlock > .img a{
	width: 320px;
	height: 215px;
	overflow: hidden;
	display: grid;
	background: #fff;
}

.oneBlock > .img > a img{
	display: block;
	justify-self: center;
	align-self: center;
}

.oneBlock  > .body {
	padding: 20px;
}

.oneBlock  > .body h4{
	line-height: 1.5;
}

.oneBlock  > .body p{
	padding: 10px 0;
	line-height: 1.5;
	height: 80px;
	overflow: hidden;
}


/*詳細ボタン*/
.detailLink_btn {
	width: 80%;
	display: block;
	color: #000;
	text-align: center;
	padding: 10px 0px;
	margin: 10px auto;
	border: solid 1px #000;
    cursor: pointer;
    background: url(../img/common/arrow_k.png)left center no-repeat;
   	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
	position: absolute;
    bottom: 20px;
    left: 32px;
}

.detailLink_btn:hover {
	background: url("../img/common/arrow_k.png")20px center no-repeat;
}



.pageNation {
	width: 100vw;
    max-width: 800px;
    padding: 0px 20px;
    margin: 2.0rem auto;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.pageNum {
	margin: 0px 2.0rem;
}


/*＝＝＝＝＝＝＝＝＝＝ニュース*/

#news {
	margin: 80px 0px 48px;
}

/*2023/8/29　修正

.news_itemWrap {
	width: 1040px;
	margin: 0px auto 40px;
}*/

.news_itemWrap {
	width: 100%;
	max-width: 1040px;
	margin: 0px auto 40px;
}

.news_itemWrap img{
	width: 100%;
	max-width: 1160px;
}


.news_cap {
	color: #6f6b69;
	font-size: 1.6rem;
	font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-left: 3px solid #6f6b69;
    background-color: #eeeeee;
    margin-bottom: 2rem;
}

.news_item {
	display: flex;
	align-content: center;
}

.news_itemWrap .leftItem {
	width: 20%;
	vertical-align: center;
}

.news_itemWrap .leftItem .news_img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 50% 0%;
}

.news_itemWrap .rightItem {
	width: 80%;
	padding-left: 16px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_itemWrap .rightItem .post_title {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	color: #6f6b69;
	padding-bottom: 0.5rem ;
	margin-bottom: 2rem;
	border-bottom: 1px solid #6f6b69;
}

.news_itemWrap .rightItem .post_lead {
	font-size: 1.4rem;
	line-height: 3rem;
	text-align: justify;
	color: #6f6b69;
}

.news_itemWrap .rightItem .bottom{
	align-self: flex-end;
}

.infoLink a {
    display: block;
    font-size: 1.4rem;
    color: #6f6b69;
    width: 200px;
    padding: 1rem;
    text-align: center;
	border: solid 1px #e60012;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.infoLink a:hover {
    border: solid 1px #000;
    background-color: #585858;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    }


.specialGoods_btn a {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 30px;
    width: 50%;
    padding: 1rem;
    text-align: center;
	background-color: #e60012;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.specialGoods_btn a:hover {
    border: solid 1px #000;
    background-color: #585858;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


@media handheld, only screen and (max-width: 767px) {

	#news {
		margin: 50px 0px 0px;
	}

	.news_itemWrap {
		width: 100%;
	}

	.news_itemWrap .leftItem {
		width: 30%;
	}

	.news_itemWrap .leftItem .news_img {
		width: 100%;
		height: 150px;
		object-position: 50%;
	}

	.news_itemWrap .rightItem {
		width: 70%;
	}

	.news_itemWrap .rightItem .post_title {
		font-size: 1.4rem;
		padding-bottom: 0.3rem ;
		margin-bottom: 1.5rem;
	}

	.news_itemWrap .rightItem .post_lead {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.news_itemWrap .rightItem .post_detail {
		font-size: 1.4rem;
	}

	.news_itemWrap .rightItem .post_detail .arrow {
		font-size: 1rem;
	}

	.news_itemWrap .rightItem {
		height: 150px;
	}

	.infoLink a {
	    width: 120px;
	    padding: 0.5rem;
	}

	.specialGoods_btn a {
	    display: inline-block;
	    font-size: 1.4rem;
	    color: #fff;
	    margin-top: 0;
	    margin-bottom: 30px;
	    width: 80%;
	    padding: 1rem;
	    text-align: center;
		background-color: #e60012;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition-duration: 0.5s;
	    transition-duration: 0.5s;
	    -webkit-transition-timing-function: ease-out;
	    transition-timing-function: ease-out;
	}

}




















