@media only screen and (max-width: 767px){
#viewCard:checked ~ .archive .archive__item, #viewNormal:checked ~ .archive .archive__item, #viewWide:checked ~ .archive .archive__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding: 10px;
	margin-right: 0;
	position: relative;
}
#viewCard:checked ~ .archive .archive__item{
	margin-right:15px;
}
.archive .eyecatch {
	position: unset;
	max-width: 160px;
	min-height: 90px;
	margin-bottom:0;
}
#viewNormal:checked ~ .archive .eyecatch {
	max-width: 160px;
}
.archive .eyecatch__cat a {
	padding: 5px 7.5px;
	font-size: .9rem;
}
.archive .eyecatch__link {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	height: 90px;
}
.archive .heading-secondary {
	font-size: 1rem;
	margin-bottom: 0;
}
.archive__contents {
	width: 100%;
	margin-left: 15px;
}
.archive__contents .btn{
	margin-top:10px;
}
.archive .heading a {
	font-size: 1.3rem;
}
.archive .dateList {
	margin-bottom: 7px;
}
.archive .dateList__item{
	font-size:1.1rem;
}
.archive .eyecatch__link-maskzoomrotate:hover img, .archive .eyecatch__link:hover img{
	transform: scale(1) rotate(0deg);
}
.controller__viewLabel{
	display:none
}
}
@media only screen and (max-width: 480px){
.archive .eyecatch, #viewNormal:checked ~ .archive .eyecatch{
	max-width:90px;
}
.archive .eyecatch__link {
	width:90px;
}
}


/* 見出し設定 h1*/
.dividerBottom h1 { /*見出し1（タイトル）カスタマイズ*/
	position: relative;
	background: #F0D5D8;
	font-size: 36px;
	letter-spacing: 1px;
	margin: -8px -8px 35px -8px;
	padding: 18px;
	border-left: 10px solid #C46586;
	line-height: 35px;
	border-radius: 3px;
}

.archiveHead__subtitle { /*カテゴリーアーカイブ時の見出し1(タイトル)位置調整*/
	margin-bottom: 15px;
	font-size: 1.2rem;
}

/* br設定 */
.br-sp { display:none;}
@media screen and (max-width:768px) { 
.br-pc{ display:none;}
.br-sp{ display:inline;
}}

/* アイキャッチホバーなし */
.eyecatch.eyecatch-main:hover img {
	transform: none;
}

/* TOPピックアップ3　*/
.pickup3__bg mask{
    background-color: #000;
}
.pickup3__item {background:#295915;}

/* COVID19コンテンツ */
.covid19bx .wp-block-latest-posts__post-excerpt {
	font-size:90%;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1pt solid #eee;
}

/* ウィジェット内コンテンツ */
.wid-con {
	font-size:95%;
	line-height:140%;
	padding:0 10px 15px;
	text-align:center;
}

/* フッター MSG　*/
.l-footer {
	background:#ddd;
	padding-top:2px;
}

.msg_ch {
	font-weight: 600;
	line-height: 150%;
	padding-top:50px;
}
.msg_ch span {
	text-align: right;
}

@media screen and (max-width:768px) { 
.msg_ch {
	font-weight: 600;
	line-height: 150%;
	padding:0 30px;
	text-align:center;
}}
