@charset "UTF-8";

/*============================== 
 *
 *	content
 *
==============================*/

/* ボタン共通 */
.btn_area .btn_detail{
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.btn_area .btn_detail a{
	position: relative;
	color: #0E2352 !important;
	background: #fff;
	display: block;
	padding: 10px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.2em;
	border: solid 2px #0E2352;
	border-radius: 24px;
}
.btn_area .btn_detail a span::after{
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 13px;
	margin: auto;
	content: '';
	display: block;
	width: 54px;
	height: 10px;
	background: url(../img/btn1.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.btn_area .btn_detail a:hover{
	color: #fff !important;
	background: #0E2352;
}
.btn_area .btn_detail a:hover span::after{
	background: url(../img/btn2.png);
	background-repeat: no-repeat;
	background-size: contain;
}


/* 新着情報 */
.news_wrap{
	position: relative;
}

.top_newslist{
	margin-bottom: 40px;
}
.top_newslist a:hover{
	opacity: .7;
}
.top_newslist ul{
	border-top: solid 1px #0E2352;
}
.top_newslist ul li,
.top_newslist ul li:last-child{
	margin: 0;
	padding: 13px 20px;
	background: none;
	border-bottom: solid 1px #0E2352;
}
.top_newslist ul li p.bCatListDate{
	font-size: 15px;
	color: #4C4948;
	margin-bottom: 4px;
}
.top_newslist ul li h5{
	font-size: 18px;
	margin-bottom: 0;
}
.top_newslist ul li h5 a{
	color: #0752C1 !important;
}


/* 伝統行事と食文化 */
.gyoji_wrap::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../img/gyoji_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 944px;
	width: 100%;
	height: 110px;
	top: -2px;
	left: 30px;
	right: 0;
	margin: auto;
	z-index: 1;
}

.gyoji_wrap ul{
	list-style: none;
}

.gyoji_wrap .btn_area .btn_detail{
	max-width: 100%;
	width: 80%;
	margin: 0;
	text-align: left;
}
.gyoji_wrap .btn_area .btn_detail li:not(:last-child){
	margin-bottom: 30px
}
.gyoji_wrap .btn_area .btn_detail a{
	max-width: 360px;
	width: 100%;
	color: #fff !important;
	background: #0E2352;
	border: solid 2px #fff;
}
.gyoji_wrap .btn_area .btn_detail a span{
	display: block;
	max-width: 300px;
	width: 100%;
	text-align: center;
}
.gyoji_wrap .btn_area .btn_detail a span::after{
	background: url(../img/btn2.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.gyoji_wrap .btn_area .btn_detail a:hover{
	color: #0E2352 !important;
	background: #fff;
}
.gyoji_wrap .btn_area .btn_detail a:hover span::after{
	background: url(../img/btn1.png);
	background-repeat: no-repeat;
	background-size: contain;
}