@charset "UTF-8";

body{
	background:#171221;
	color:#b5b4b9;
}

a{
	color:#8a0861;
	text-decoration:none;
}

a:hover{
	color:#9d905c;
}

.backstretch img{
	top:auto;
	bottom:0 !important;
}

/*-------------------------------
common
-------------------------------*/
.inner,#content,#pagetop{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.strong{
	color:#ad5291;
}

.large{
	font-size:18px;
}

.bold{
	font-weight:bold;
}

/*-------------------------------
header
-------------------------------*/
header{
	margin:0 0 30px;
}

#head{
	height:90px;
	background:url(img/header.png) repeat-x left center;
}

header h1{
	margin:15px 0 5px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}

header h2{
	float:left;
}


#address{
	float:left;
	margin:20px 0 0 240px;
}
#tel{
	float:right;
	margin:20px 0 0;	
}


/*-------------------------------
nav
-------------------------------*/
header nav{
	clear:both;
	overflow:hidden;
}

header nav li{
	float:left;
}

/*-------------------------------
main
-------------------------------*/
#main{
	float:left;
	width:670px;
	margin:0 0 30px;
	padding:15px;
	background:#0a0515;
}
#main.top {
	padding:0px;
	background:#171221;
}

section{
	clear:both;
	margin:0 0 30px;
}

section:last-child,
section p:last-child,
section > div:last-child,
section dl:last-child,
section table:last-child{
	margin:0;
}

section p,
section table,
section dl{
	margin:0 0 15px;
}

section h1{
	margin:0 0 15px;
	padding:0 0 10px;
	background:url(img/headline.jpg) no-repeat bottom center;
	font-size:21px;
	font-weight:normal;
	color:#fff;
}

section table{
	width:100%;
}

section th,section td{
	padding:5px 10px;
	border-bottom:1px dotted #54505b;
}

section tr:last-child th,
section tr:last-child td{
	border:none;
}

section > div{
	margin:0 0 15px;
	overflow:hidden;
}

section dt{
	color:#ad5291;
}

section dd{
	margin:0 0 5px;
	padding:0 0 5px;
	border-bottom:1px dotted #54505b;
}

section dd:last-child{
	margin:0;
	padding:0;
	border:none;
}

.text{
	width:400px;
}

.photo{
	width:240px;
}

#main img{
	padding:1px;
	border:1px solid #54505b;
}

.double li{
	float:left;
	width:320px;
	margin:0 30px 0 0;
	text-align:center;
}

.double li img{
	margin:0 0 15px;
}

.double li img:last-child{
	margin:0;
}

.double li:last-child{
	margin:0;
}

.map{
	padding:1px;
	border:1px solid #54505b;
	line-height:0;
}

/*-------------------------------
sub
-------------------------------*/
#sub{
	float:right;
	width:240px;
	margin:0 0 30px;
}

/*-------------------------------
banner
-------------------------------*/
#banner{
	clear:both;
	margin:0 0 15px;
	overflow:hidden;
}

#banner li{
	float:left;
	margin:0 25px 0 0;
}

#banner li:last-child{
	margin:0;
}

/*-------------------------------
info
-------------------------------*/
#info{
	margin:0 0 30px;
	padding:15px 30px;
	background:url(img/info-bg.jpg) no-repeat top center #0a0515;
}

#info > *{
	display:inline-block;
	vertical-align:middle;
}

#info table{
	margin:0 0 0 15px;
}

#info th,#info td{
	padding:3px 5px;
	border-bottom:1px dotted #54505b;
}

#info tr:last-child th,
#info tr:last-child td{
	border:none;
}

/*-------------------------------
footer
-------------------------------*/
#pagetop{
	margin-bottom:15px;
	text-align:right;
}

footer{
	padding:30px 0;
	background:url(img/footer.jpg) repeat-x left top;
	font-size:12px;
}

footer ul{
	margin:0 0 30px;
	text-align:center;
}

footer li{
	display:inline-block;
	margin:0 40px 0 0;
}

footer li:last-child{
	margin:0;
}

footer li a{
	color:#fff;
}

#copy{
	font-size:10px;
	text-align:center;
}

/* 20260208 追加 */
#main.top section {
	padding:15px;
	background:#0a0515;
}
#topicsArea {
	margin: 0;
}
.news {
	margin: -15px 0 15px;
}
.news li {
	border-bottom: 1px dotted #fff;
}
.news a {
	padding: 1em 0;
	display: flex;
	justify-content: baseline;
	align-items: center;
	flex-wrap: nowrap;
	color: #fff;
	gap: 0 15px;
}
.news a:hover {
	text-decoration: underline;
}
.news .date {
	margin: 0 0 5px;
}
#topics_thumbnail {
	display: flex;
	width: 20%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
#topics_thumbnail img {
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}
p.list-btn {
	text-align: center;
}
p.list-btn a {
	display: inline-block;
	padding: 1em 3em;
	background-color: #4a2076;
	border-radius: 10em;
	color: #fff;
}
p.list-btn a:hover {
	opacity: 0.7;
}
.count-text {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: center;
	font-size: 10pt;
	line-height: 22px;
	padding: 10px;
}
#topics_body {
	margin: 0 0 15px;
}
#topics_paging {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topics_paging a {
	display: block;
	color: #fff;
	padding: 10px;
}
#topics_paging_previous {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
    border-radius: 80px;
}
#topics_paging_previous::before,
#topics_paging_previous::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#topics_paging_previous,
#topics_paging_previous::before,
#topics_paging_previous::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#topics_paging_previous {
	background-color: #404040;
	color: #FFF;
	
}
#topics_paging_previous:hover {
	color: #FFF;
	background-color: #404040;
}
#topics_paging_next {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
    border-radius: 80px;
}
#topics_paging_next::before,
#topics_paging_next::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#topics_paging_next,
#topics_paging_next::before,
#topics_paging_next::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#topics_paging_next {
	background-color: #4a2076;
	color: #FFF;
}
#topics_paging_next:hover {
	color: #FFF;
	opacity: 0.8;
}