@charset "UTF-8";
/* レイアウト
------------------------------------------------------------- */
body{
	font-family: 'Noto Sans JP', BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


/*header
------------------------------------------------------------- */
header{
	background: #fff;
	width: 100%;
	transition: all .5s;
	height: 160px;
	position: fixed;
	top: 0;
	z-index: 9997;
	left: 0;

}
/*白ヘッダー*/
#submenu{
	padding: 10px;
	height: 90px;
	display: flex;
	justify-content: flex-start;
	transition: all .5s;
}
/*サイト名*/
#h-siteid{
	width: 200px;
	height: 70px;
	display: flex;
	align-items: center;
}
#h-siteid h1{
	width: 100%;
	height: 60px;
	padding: .5rem 0;
}
/*メニュー部分*/
#h-snav{
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#h-snav div{
	height: 35px;
}
/*メールマガジンボタン*/
#h-mailmag{
	width: 100%;
}
#h-mailmag ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: .5rem;
}
#h-mailmag ul li{
	margin-left: 1rem;
}
#h-mailmag a{
	font-size: 1.4rem;
	display: flex;
	padding: 5px 10px;
	align-items: center;
	min-width: 150px;
	height: 30px;
	color: #fff;
	background: #33332c;
}
#h-mailmag .login a{
	background: #9f0411;
}
#h-mailmag img{
	width: 2rem;
	margin-right: 1rem;
}

/*文字メニュー*/
#h-slist{
	width: calc(100% - 200px);
}
#h-slist .textwidget{
	width: 100%;
}
#h-slist ul{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#h-slist li{
	padding: 0 15px;
	font-size: 1.4rem;
	color: #7b7b7b;
}
#h-slist li:not(:first-child){
	border-left: 1px solid #c5c5c5;
}
#h-slist a{
	color: #7b7b7b;
}
/*検索*/
#h-search{
	width: 200px;
	display: flex;
	align-items: center;
}
#h-search h3{
	display: none;
}
#h-search .search{
	width: 100%;
}
#h-search form{
	display: flex;
}
#h-search .search input{
	height: 35px;
	color: #a2a2a2;
	background: #ededed;
	border: 0;
	font-size: 1.2rem;
}
#h-search .search input:focus{
	color: #000;
	background: #ededed;
}
#h-search .search button{
	height: 35px;
	width: 35px;
	color: #838383;
	background: #ededed;
	border: 0;
}
#h-search .search-option-trig{
	width: 35px;
	height: 35px;
	line-height: 35px;
}

/*黒ヘッダー*/
#gnav-container{
	position: relative;
	background: #323232;
	text-align: center;
	bottom: 0;
	height: 70px;
	transition: all .5s;
}

/*グロナビ*/
#gnav{
	position: relative;
	bottom: 0;

}
#gnav .textwidget{
	display: flex;
	flex-wrap: nowrap;
}
#gnav ul{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .5s all;
}
#gnav li{
	height: 100%;
}
#gnav img{
	max-height: 20px;
	vertical-align: middle;
}
#gnav a{
	display: flex;
	padding: 5px 20px;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #dadada;
}
#gnav .open{
	background: #111;
}
#gnav a br{
	display: none;
}
#gnav .mainmenu > li >a{
	height: 100%;
	display: flex;
	align-items: center;
}
#gnav a{
	position: relative;
	z-index: 101;
}

#gnav a span{
	text-align: left;
	margin-left: 5px;
}
#gnav .regist{
	background: #e60012;
}
#gnav .regist a{
	color: #fff;
}

#gnav .head-drop u::before{
	content: "▼";
	color: #fff;
	margin-left: 1rem;
}
#gnav .head-drop .open u::before{
	content: "▲";
}
#gnav .head-drop u{
	animation-name: pikpik;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}
#gnav .head-drop a:hover{
	cursor: pointer;
}
#gnav .head-drop:hover u:before, header.open .head-drop u:before,
#gnav .head-drop:hover u, header.open .head-drop u,
header.open #gnav .head-drop u{
	animation-name: none;
}
@keyframes blink{
	0% { color: #e5da14 }
  100% { color: #fff }
}
@keyframes pikpik{
	0% {transform: translate(0,0px);}
	10% {transform: translate(0,3px);}
	20% {transform: translate(0,0px);}
}
#gnav .drop-trig{
	background: #595857;
}
#gnav .drop-trig:hover{
	cursor: pointer;
}
/* #gnav .article-trig u{
	animation-name: fuwafuwa;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
#gnav .head-drop u:hover{
	animation-name: none !important;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -5px);
    }
} */
#gnav .dropdown-list{
	position: absolute;
	top: 70px;
	left: 1rem;
	padding: 4rem 6rem;
	width: calc(100% - 2rem);
	background: #111;
	top: 70px;
	display: none;
	z-index: 100;
}
#gnav .dropdown-list u{display: none;}
#gnav .dropdown-list.open{
	z-index: 1000;
}
#gnav .dropdown-item{
	width: 33%;
	border-right: 1px solid #3f3e3d;
	padding: 0 2rem;
	font-size: 1.4rem;
}
#gnav .dropdown-item.movie{
	width: 66%;
}
#gnav .dropdown-item.movie div strong{
	display: block;
	width: 100%;
	color: #dadada;
	font-weight: bold;
	text-align: left;
	margin: 2rem 0 0;
}
#gnav .dropdown-item.tool{
	width: 100%;
	border-right: 0;
}
#gnav .dropdown-item.tool ul{
	display: none;
}
#gnav .dropdown-item.tool div{
	margin-top: 15px;
}
#gnav .dropdown-item.tool div img{
	max-height: 40px;
}
#gnav .dropdown-item:last-child{
	border-right: 0;
}
#gnav .dropdown-item a{
	justify-content: flex-start;
	padding: 0;
	align-items: center;
	text-align: left;
}
#gnav .dropdown-item a.right{
	justify-content: flex-end;
}
#gnav .dropdown-item ul{
	flex-wrap: wrap;
	margin-top: 2rem;
	height: auto;
	align-items: stretch;
}
#gnav .dropdown-item li{
	border-right: 0 !important;
	width: 100%;
	margin-bottom: 1rem;
}
#gnav .dropdown-item li a:before{
	content: "-";
	margin-right: .5rem;
	color: #fff;
}
#gnav .dropdown-item.maker li img{
	height: 40px;
	width: 40px;
	max-height: 40px;
	margin-right: .5rem;
}
#dropdown-close{
	display: none;
	background: rgba(50,50,50,.5);
	height: 100%;
	width: 100%;
	z-index: 9996;
	position: fixed;
	cursor: pointer;
}

#gnav .post-list{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}
#gnav .post-item{
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2rem;
}
#gnav .post-item .img img{
	width: 100%;
	height: auto;
	max-height: none;
}
#gnav .post-item .content{
	width: 100%;
	margin-top: .5rem;
}

header.open {height: 80px;}
header.open #submenu{padding: 0 10px; height: 40px;}
header.open #h-siteid{width: 30%; height: 40px; align-items: center;}
header.open #h-siteid h1{height: 40px; padding: 5px 0;}
header.open #h-siteid img{height: 30px;}
header.open #h-snav{width: 70%; align-items: center; height: 40px;}
header.open #h-slist{display: none;}
header.open #h-mailmag{width: auto; margin-right: 10px;}
header.open #h-mailmag ul{padding: 0; height: 100%;}
header.open #h-mailmag a{min-width: auto; font-size: 1rem;}
header.open #h-search .search input, header.open #h-search .search button, header.open #h-search .search-option-trig, header.open #h-snav div{height: 30px;}
header.open #h-search .search-option-trig{line-height: 30px; width: 30px;}
header.open #gnav-container{height: 40px;}
header.open #gnav ul{height: 40px; justify-content: space-between;}
header.open #gnav .dropdown-item ul{height: auto;}
header.open #gnav .dropdown-list{top: 40px; height: auto !important;}

/* main
------------------------------------------------------------- */
main{
	background: #efefef;
	padding-top: 160px;
	transition: .3s all;
}
#container{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10rem;
	padding-top: 1rem;
}
#content{
	margin-right: 40px;
	width: calc(100% - 340px);
}

/*サイドバー*/
#sidebar{
	width: 300px;
}
#sidebar h5{
	display: none;
}
#sidebar h3{
	border-top: 2px solid #e60012;
	display: flex;
	align-items: center;
	height: 65px;
	position: relative;
}
#sidebar h3 img{
	height: 40px;
}
/*人気記事ランキング*/
#sidebar .ranking{
	counter-reset: number; /*数字をリセット*/
}
#sidebar .ranking a{
	color: #464646;
	font-size: 1.4rem;
	height: 100%;
	display: inline;
}
#sidebar .ranking li{
	position: relative;
}
#sidebar .ranking li:not(:last-child){
	border-bottom: 1px solid #ccc;
}
#sidebar .ranking li a{
	display: flex;
	padding: 1rem 0;
	justify-content: space-between;
	position: relative;
}
#sidebar .ranking li a:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #e60012;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight: bold;
	font-size: 15px;
	left: 0;
	top: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	z-index: 1;
}
#sidebar .ranking li:first-child .img:before{background: #d4ab2d}
#sidebar .ranking li:nth-child(2) .img:before{background: #767676}
#sidebar .ranking li:nth-child(3) .img:before{background: #a13c2e}
#sidebar .ranking li .img{
	width: 75px;
	height: 50px;
	position: relative;
}
#sidebar .ranking li img{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sidebar .ranking li .title{
	width: calc(100% - 85px);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
}
#sidebar #banner-list li{
	margin-bottom: 1rem;
}
#sidebar .koguRss, #sidebar .bookRss{
    background: #fff;
    padding: 2rem;
	margin-bottom: 1rem;
}
#sidebar .kogu a{
	color: #464646;
	font-size: 1.4rem;
	height: 100%;
	display: inline;
}
#sidebar .kogu li{
	position: relative;
}
#sidebar .kogu li:not(:last-child){
	border-bottom: 1px solid #ccc;
}
#sidebar .kogu li a{
	display: flex;
	padding: 1rem 0;
	justify-content: space-between;
	position: relative;
}
#sidebar .kogu li .img{
	width: 75px;
	height: 75px;
	position: relative;
}
#sidebar .kogu li img{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sidebar .kogu li .title{
	width: calc(100% - 85px);
	text-align: left;
}

#sidebar ul.book{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sidebar ul.book li{
	width: 32%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	background: #efefef;
}
#sidebar .bookNew{
	background: #fff;
    padding: 2rem;
	margin-bottom: 1rem;
}
#sidebar .bookNew h5{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #464646;
}
#sidebar .magNew{
	margin: 1rem 0;
	display: flex;
}
#sidebar .magNewImg{
	width: 40%;
}
#sidebar .magNewText{
	width: 60%;
	padding-bottom: 4rem;
	position: relative;
	margin-left: 1rem;
	text-align: left;
}
#sidebar .magNewText h6{
	word-break: break-word;
}
#sidebar .magNewText a{
    padding: 1rem !important;
    width: 100%;
    position: absolute;
    bottom: 0;
	text-align: center;
}

/*重要なお知らせ*/
.news-special{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.news-special h2{
    width: auto;
    background: #e60012;
    color: #fff;
    padding: .5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-special ul{
    width: 100%;
    padding: 1rem;
    background: #fff;
    font-size: 1.4rem;
}
.news-special li{
    display: block;
    align-items: center;
}
.news-special li i{
    width: 6em;
    color: #ccc;
    display: block;
}
.news-special li a{
    width: 100%;
    color: #464646;
}
.news-special li+li{
    margin-top: 1rem;
}

/*カレンダー表示*/
.calendar{
    margin-bottom: 2rem;
	position: relative;
    z-index: 10;
}
.calendar h4{
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
    font-size: 2.8rem;
}
.calendar h4 a{
    display: block;
    background: #646464;
    color: #fff;
	width: 80px;
    height: 35px;
    font-size: 1.8rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px 0 6px;
}
.calendar h4 span{
    width: calc(100% - 150px);
    font-size: 2.8rem;
}
/*サイドバーカレンダー見出し*/
#sidebar .calendar h4{
    padding-bottom: 0;
    margin-top: 0;
}
#sidebar .calendar h4 span{
    width: calc(100% - 100px);
    font-size: 2rem;
}
#sidebar .calendar h4 a{
    width: 50px;
    padding: 3px 0;
    font-size: 1.4rem;
}
#sidebar h3 a.nextlink::after{margin-left: -2px;}
#sidebar h3 a.prevlink::before{margin-right: -2px;}

/*一覧ページカレンダー見出し*/
.calendar h4 a.prevlink{
    text-align: center;
}
.calendar h4 a.prevlink::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(225deg);
    margin-top: 2px;
}
.calendar h4 a.nextlink{text-align: center;}
.calendar h4 a.nextlink::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 2px;
}
/*カレンダー本体*/
.calendar ul{
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    background: #f4f4f4;
}
.calendar li{
    width: 14.28%;
    font-size: 2rem;
    text-align: center;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background: #fff;
}
.calendar li:last-child{
    border-right: 1px solid #c9c9c9 !important;
}
.calendar li.blank{
    background: #f4f4f4;
    border-right: 1px dotted #c9c9c9
}
.calendar li.blank+li.day{
    border-left: 1px solid #c9c9c9;
}
.calendar li span{
    display: block;
    padding: 3px 8px;
}
.calendar li p{
    border-top: 1px dashed #c9c9c9;
    padding: 5px 8px;
    min-height: 5rem;
}
.calendar li a{
    display: inline-block;
    background: #e60012;
    color: #fff;
    padding: .8rem;
    border-radius: .5rem;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
}
/*サイドバーカレンダー本体*/
#sidebar .calendar li{
    font-size: 1.4rem;
}
#sidebar .calendar li span, #sidebar .calendar li p{
    padding: .3rem;
}
#sidebar .calendar li p{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
}
#sidebar .calendar li a{
    padding: 0;
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    padding: .2rem;
}

/*新着イベント*/
#event-recently h4{
    font-weight: bold;
}
.event-recently{
    display: flex;
    margin-top: 1rem;
    min-height: 80px;
}
.event-recently .img{
    width: 120px;
    height: 80px;
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    background-position: center;
    justify-content: center;
    background-size: contain;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: black 0 0 5px;

}
.event-recently .img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.event-recently .note{
    width: calc(100% - 120px);
    padding: .5rem 1rem;
    background: #fff;
    text-align: left;
}
.event-recently .note strong{
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .2em;
}
.event-recently .note strong i{
    background: #d0d0d0;
    font-weight: bold;
    margin: 0 .2em;
}
.event-recently .note h4{
    font-size: 1.2rem;
    font-weight: bold;
    margin: .3rem 0;
}
.event-recently .note p{
    font-weight: normal;
}

/*折りたたみサイドバー*/
#sidebar h3 i{
	cursor: pointer;
	background-color: #e60012;
	background-image: url(./svg/btn-close.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#sidebar h3.open i{
	background-image: url(./svg/btn-open.svg);
}
/*PC版では開いて表示する*/
#sidebar h3+.sidebar{
	display: block;
	margin-bottom: 1rem;
}
#sidebar h3.open+.sidebar{
	display: none;
}

/* footer
------------------------------------------------------------- */
/*ページ上部に戻る*/
#pagetop{
	position: fixed;
	z-index: 100001;
	right: 10px;
	bottom: 30px;
	width: 50px;
    height: 50px;
	background: #323232;
	-moz-box-shadow: 0px 1px 3px 0px rgba(123, 123, 123, 1);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(123, 123, 123, 1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(123, 123, 123, 1);
	box-shadow: 0px 1px 3px 0px rgba(123, 123, 123, 1);
	padding: 15px;
	transition: .3s all;
	display: flex !important;
	align-items: center;
	display: none;
}
#pagetop:hover{
	background: #e60012;
}
#pagetop:hover img{
	opacity: 1;
}
/*上フッター*/
#f-submenu{
	background-image: url(./img/bg-f-1.png);
	background-size: 21px;
	padding: 15px;
}
#f-submenu ul{
	display: flex;
	justify-content: center;
}
#f-submenu li{
	font-size: 1.4rem;
}
#f-submenu li a{
	color: #fff;
}
#f-submenu li:not(:last-child)::after{
	content: "｜";
	margin: 0 15px;
	color:#fff;
}
/*下フッター*/
#f-sitemap{
	background-image: url(./img/bg-f-2.png);
	background-size: 21px;
	padding: 40px 15px 0;
	font-size: 1.4rem;
}
#f-sitemap .logo{
	width: 20%;
}
#f-sitemap .sitemap{
	width: 80%;
}
#f-sitemap .sitemap .textwidget{
	display: flex;
	justify-content: center;
}
#f-sitemap .sitemap .sitemap-item{
	width: 33%;
	padding: 0 30px;
}
#f-sitemap .sitemap .sitemap-item p{
	text-align: right;
}
#f-sitemap .sitemap .sitemap-item p a{
	color: #fff;
}
#f-sitemap .sitemap .sitemap-item img{
	display: none;
}
#f-sitemap .sitemap .sitemap-item:not(:last-child){
	border-right: 1px solid #fff;
}
#f-sitemap h5, #f-sitemap h5 a{
	color: #9b9b9b;
	font-weight: bold;
	padding: .2rem 0;
}
#f-sitemap h5::before{
	content: "■";
	margin-right: .4em;
}
#f-sitemap li{
	padding: .2rem 0;
}
#f-sitemap li::before{
	content: "-";
	margin-left: .5em;
	margin-right: .5em;
	color: #fff;
}
#f-sitemap li a{
	color: #fff;
}
/*copyright*/
#copyright{
	text-align: center;
	font-size: 1.2rem;
	padding: 5rem 0 15rem;
	color: #fff;
}

/* 共有パーツ
------------------------------------------------------------- */
/*パンくず*/
#topicpath{
	width: 100%;
}
#topicpath ul{
	display: flex;
	margin: 1rem 0 0;
}
#topicpath li{
	margin-right: .5rem;
}
#topicpath li:not(:last-child)::after{
	content: ">";
	margin-left: .5rem;
}
#topicpath a{color: #666;}

/*記事検索*/
#archive-search{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#archive-search select{
	border: 1px solid #666;
    padding: 8px 30px 8px 20px;
	font-size: 12px;
	background-size: 16px;
	margin: 2px;
}
#archive-search h2{
	color: #e60012;
	font-weight: bold;
	font-size: 1.6rem;
}
#archive-search h3{
	display: none;
}
#archive-search-block{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
#archive-search button{
	border: 0;
	background: #e60012;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-size: 1.2rem;
	margin: 2px 0;
}
#archive-search button i{
	margin-left: .3rem;
	font-size: 1rem;
}
#archive-search button u{
	font-size: 0;
}
#archive-month{display: none;}
/*記事一覧ブロック*/
.archive-block{
	margin: 1rem 0 5rem;
}
/*記事一覧*/
.archive-list{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 3rem;
}

/*記事一覧内個別記事ブロック*/
.archive-item{
	width: 33%;
	margin-right: .5%;
	margin-bottom: 1.3%;
	-moz-box-shadow: 0px 1px 2px 0px rgba(123, 123, 123, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(123, 123, 123, 0.5);
	-ms-box-shadow: 0px 1px 2px 0px rgba(123, 123, 123, 0.5);
	box-shadow:0px 1px 2px 0px rgba(123, 123, 123, 0.5);
	position: relative;
	background: #fff;
	color: #464646;
}
.archive-item:nth-child(3n){
	margin-right: 0;
}
.archive-item .cat{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	display: inline-block;
	background: #e60012;
	color: #fff;
	z-index: 10;
}
.archive-item .img{
    position: relative;
	width: 100%;
	display: block;
}
.archive-item .img:before {
    content: "";
    display: block;
    padding-top: 67%; /* 高さを幅の75%に固定 */
}
.post-type-archive-movie-type .archive-item .img::before,
#movie-recently .archive-item .img::before,
.archive-movie .archive-item .img::before{
	padding-top: 56.25%;
}

.archive-item .img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.archive-item .content{
	padding: .5rem;
}
.archive-item h3{
	font-weight: bold;
	font-size: 1.4rem;
}
.archive-item h3 span.date{
	font-weight: normal;
	display: table;
	color: #ccc;
	font-size: 1.2rem;
}
.archive-item h3 a{
	color: #464646;
}
.archive-item ul{
	font-size: 1.2rem;
	display: flex;
	flex-wrap: wrap;
}
.archive-item ul img{
	height: 1.5rem;
	margin-right: .5em;
}
.archive-item ul li+li{
	margin-top: 1rem;
}
.archive-item li a{
	color: #fff;
}
.archive-item li a:not(:last-child){
	margin-right: .5em;
}

/*ページネーション*/
#count{
	text-align: center;
	font-size: 1.6rem;
	margin-top: 5rem;
}
#pagenation{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.2rem;
	margin: 2rem 0 7rem;
}
#pagenation span{
	display: flex;
	align-items: center;
	padding: 0 .5rem;
	min-width: 4rem;
	height: 4rem;
	margin: 0 .5rem 1rem;
	background: #646464;
	color: #fff;
	text-align: center;
	border: 1px solid #999999;
	justify-content: center;
}
#pagenation a{
	display: flex;
	align-items: center;
	padding: 0 .5rem;
	height: 4rem;
	min-width: 4rem;
	margin: 0 .5rem 1rem;
	background: #fff;
	color: #4b4b4a;
	text-align: center;
	border: 1px solid #999999;
	justify-content: center;
}
#pagenation .next{
	border-right: 1px solid #999;
}

/*新着ニュース*/
.archive-block h2 a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
    height: 8px;
	width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	z-index: 1;
}
.archive-block h2 a::after{
	content: "MORE";
	background: #e60012;
	color: #fff;
	padding: .4rem 2rem .6rem 1rem;
	display: flex;
	width: 80px;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 1.2rem;
	z-index: 0;
	transition: .3s all;
}
.archive-block h2 a{
	display: block;
	position: relative;
	z-index: 1;
}

#news-recently{
	font-size: 1.4rem;
}
#news-recently ul{
	padding: 1rem;
	background: #fff;
	margin-bottom: 3rem;
	overflow-y: scroll;
	height: 400px;
}
#news-recently li{
	display: flex;
	flex-wrap: wrap;
}
#news-recently li + li{
	margin-top: 1rem;
	border-top:1px solid #ededed;
	padding-top: 1rem
}
#news-recently li i{
	width: 8rem;
	margin-right: 1rem;
	color: #ccc;
	padding: .5rem 0;
}
#news-recently li span{
	width: calc(100% - 9rem);
}
#news-recently li span a{
	display: block;
	background: #e5e5e5;
	padding: .5rem;
	text-align: center;
}
#news-recently li strong{
	padding: .5rem 0;
	width: 100%;
	font-weight: normal;
}
#news-recently li a{
	color: #464646;
}
#news-recently li a:hover{
	text-decoration: underline;
}
#news-recently li:last-child{
	margin-bottom: 2rem;
}
/*検索フォーム（ヘッダー・SP・検索ページ）*/
.search form{
	position: relative;
}
.search-block{
	position: relative;
	width: calc(100% - 30px);
}
.search input{
	font-size: 1.6rem;
	padding: 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #c7c7c7;
}
.search button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 80px;
	border: 1px solid #c7c7c7;
}

/*詳細検索*/
.search-option-trig{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #838383;
	background: #dbdbdb;
	font-size: 1.6rem;
	text-align: center;
}
.search-option-trig:hover{
	cursor: pointer;
}
.search-option{
	display: none;
	width: 100%;
	height: auto !important;
	min-width: 300px;
	background: #dbdbdb;
	padding: 2rem;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 900;
}
.search-option h4{
	border-left: 5px solid #c5c5c5;
	font-weight: bold;
	padding-left: 5px;
	color: #838383;
	margin-bottom: 1rem;
}
.search-option select{
	width: 100%;
	padding: 5px;
	border: 0;
}
