@charset "Shift_JIS";

/*-----------------------------------------------
 TOPICS
-----------------------------------------------*/
#mainimage {
	margin: 150px 0 0 0;
	padding: 1em 0;
}
#mainimage-list {
	max-width: 1100px;
	width: 100%;
	padding: 0 0 2em 0;
	margin: 0 auto;
}
/*
#mainimage-list {
	display: flex;
	justify-content: center;
    align-items: center;
}*/
#mainimage-list .slick-slide {
	padding: 10px;
	text-align: center;
}
.slick-dots {
	bottom: 0.5em;
}
.slick-dots li button, {
	padding: 0;
	width: 30px;
	height: 30px;
	margin: 0 0.5em;
}
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	background-color: #930623;
	border-radius:20px 20px 20px 20px ;
    -webkit-border-radius:20px 20px 20px 20px ;
    -moz-border-radius:20px 20px 20px 20px ;
}
.slick-prev {
	left: -20px;
	z-index: 100;
}
.slick-next {
	right: -20px;
}
.slick-next:before {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
	content: '\f105';
	opacity: 1.0;
}
.slick-prev:before {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
	content: '\f104';
	opacity: 1.0;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	font-size: 25px;
	content: '●';
	width: 30px;
	height: 30px;
}

/* ============================
   
/* ============================ */
#top-btn {
	display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em 0;
}
.top-btn-01,
.top-btn-02,
.top-btn-03,
.top-btn-04 {
	margin: 0 0 10px 0;
}
#top-btn a {
	display: block;
}
#top-btn a img {
	vertical-align: bottom;
}
#top-btn .top-btn-01,
#top-btn .top-btn-03 {
	width: 61%;
}
#top-btn .top-btn-02,
#top-btn .top-btn-04 {
	width: 39%;
	padding: 0 0 0 1%;
}
#top-btn .top-btn-03 {
	padding: 1px 3% 3% 3%;
	border: 1px solid #d4a320;
}
#top-btn .top-btn-03 ul {
	display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#top-btn .top-btn-03 ul li {
	width: 30%;
	margin: 0 0 0 5%;
}
#top-btn .top-btn-03 ul li:first-child {
	margin: 0;
}



/*-----------------------------------------------
 TOPICS
-----------------------------------------------*/
#top-topics {
	display: flex;
    flex-wrap: wrap;
	border: solid 1px #930623;
    margin: 0 0 2em 0;
}
#top-topics dt {
	width: 25%;
	text-align: center;
	padding: 5% 0 0 0;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
}
#top-topics dt h2 {
	position: relative;
	color: #930623;
	font-size: 30px;
	padding: 0 0 70px 0;
}
#top-topics dt h2 span {
	color: #7d7d7d;
	font-size: 16px;
}
#top-topics dt h2::after {
	position: absolute;
	bottom: 30px;
	left: 40%;
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: 900;
    font-size: 50px;
    color: #d9d9d9;
    content: '\f4ad';
}
#top-topics dt a.more {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 0.6em 2.5em;
	background: #930623;
	text-decoration: none;
}
#top-topics dt a.more::after {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: 900;
    content: '\f105';
    margin: 0 0 0 0.5em;
}

/* 記事リスト
---------------------------------*/
#top-topics dd {
	width: 73%;
	margin: 2% 2% 2% 0;
	padding: 0 0 0 4%;
	border-left: solid 1px #930623;
}
#top-topics dd ul {
	list-style-type: none;
	padding: 0.5em 0;
}
#top-topics dd ul li {
	padding: 0.5em;
}
#top-topics dd ul li a {
	display: flex;
    flex-wrap: wrap;
}
#top-topics dd .date_ymd {
	font-weight: bold;
	width: 10em;
}
#top-topics dd .date_title {
	font-size: 110%;
	width: calc( 100% - 10em);
}
#top-topics dd .more {
	display: none;
}

/*-----------------------------------------------
 TOPICS
-----------------------------------------------*/
#top-bnr {
	padding: 2%;
	border: solid 1px #b0b0b0;
    margin: 0 0 2em 0;
}
#top-bnr ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
#top-bnr li {
	display: flex;
	width: 20%;
	padding: 0.5% 1%;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
}
#top-bnr li a {
	display: block;
}
#top-bnr li img {
	max-width: 190px;
	width: 100%;
	vertical-align: bottom;
}

/*　----------　タブレット用（1100px以下）　----------　*/

@media(max-width: 1100px) {

	#mainimage {
		width: 90%;
		margin: 150px auto 0 auto;
	}
	#top-btn,
	#top-topics {
		width: 90%;
		margin: 0 5% 1em 5%;
	}
	#top-bnr {
		background: #eee;
		border: none;
	}

}
/*　----------　タブレット用（768px以下）　----------　*/

@media(max-width: 768px) {
	
	
	
}



/*　----------　タブレット用（640px以下）　----------　*/

@media(max-width: 640px) {
	#mainimage {
		margin-top: 60px;
	}
	#mainimage-list {
		width: 100%;
		margin: 0;
	}
	#mainimage-list div {
		padding: 1% 0;
	}
	#mainimage-list .slick-slide {
		padding: 0;
	}
	.slick-prev, .slick-next {
		width: 20px;
		height: 20px;
		background-color: #930623;
		border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	}
	.slick-prev {
		left: -10px;
		z-index: 100;
	}
	.slick-next {
		right: -10px;
	}
	.slick-next:before {
	    font-size: 14px;
	}
	.slick-prev:before {
	    font-size: 14px;
	}
	#top-btn {
		display: block;
	}
	#top-btn .top-btn-01,
	#top-btn .top-btn-02,
	#top-btn .top-btn-04 {
		width: 100%;
		margin: 0 0 1em 0;
		padding: 0;
	}
	#top-btn .top-btn-03 {
		width: 100%;
		margin: 0 0 1em 0;
		padding: 0 5% 5% 5%;
	}
	#top-topics {
		display: block;
		border: none;
		width: 100%;
		margin: 0 0 2em 0;
	}
	#top-topics dt {
		display: block;
		width: 100%;
	}
	#top-topics dt {
		background: #930623;
	}
	#top-topics dt h2 {
		padding: 20px 0 70px 0;
		color: #fff;
	}
	#top-topics dt h2 span {
		color: #c98391;
	}
	#top-topics dt h2::after {
		left: 45%;
		color: #c98391;
	}
	#top-topics dt a.more {
		display: none;
	}
	#top-topics dd {
		display: block;
		width: 100%;
		padding: 0 5%;
		border: none;
	}
	#top-topics dd ul li {
		display: block;
	}
	#top-topics dd .date_ymd,
	#top-topics dd .date_title {
		display: block;
		width: 100%;
	}
	#top-topics dd .date_ymd span {
		color: #c98391;
	}
	/*  */
	#top-bnr li {
		width: 50%;
		padding: 2%;
	}
	#top-bnr li img {
		max-height: 40px;
	}
	#top-topics dd .more {
		display: block;
		color: #930623;
		font-weight: bold;
		padding: 0.6em 2.5em;
		border: solid 1px #930623;
		text-decoration: none;
		text-align: center;
	}
	#top-topics dd a.more::after {
	    font-family: Font Awesome\ 5 Free, FontAwesome;
	    font-weight: 900;
	    content: '\f105';
	    margin: 0 0 0 0.5em;
	}


}





















