@charset "UTF-8";
/* CSS Document */

#hanabi h5{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1rem;
}
#hanabi dl{
	margin-top: 5rem;
}
#hanabi dt{
	display: inline-block;
	font-size: 23px;
	color: #51b058;
	margin-bottom: 0.5rem;
	border: 1px solid #51b058;
	padding: 0.3rem 1rem;
}
#hanabi dd p{
	margin: 1rem 0;
}
#hanabi img{
	width: 100%;
}
#hanabi .hanabi-access dl{
	margin-top: 0.5rem;
}
#hanabi .hanabi-access dt{
	border: none;
	padding: 0;
	font-size: 18px;
}
#hanabi .hanabi-access dt::before{
	content: "●";
	font-size: 18px;
	padding-right: 3px;
}
#hanabi .hanabi-schedule ul{
	padding-top: 3px;
}
#hanabi .hanabi-schedule ul li:first-child{
	border-top: 1px solid #51b058;
}
#hanabi .hanabi-schedule ul li{
	border-bottom: 1px solid #51b058;
	padding: 5px 0;
}
#hanabi .hanabi-koutei {
	margin-top: 3rem;
	margin-bottom: 0.5rem;
}
#hanabi .hanabi-koutei p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#hanabi .hanabi-koutei h6 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: brown;
	margin-top: 3rem;
}

section,
#category {
	padding: 20px;
	padding: 2rem;
}
#category {
    margin-bottom: 0;
    padding-bottom: 0;
}
#category dt {
    color: #333333;
    font-size: 20px;
    letter-spacing: 3px;
}
#category dt span {
    font-size: 12px;
}
#category dd ul li {
    display: inline-block;
    margin-top: 15px;
}
#category dd ul li a {
    font-weight: bold;
    display: block;
    padding: 7px 15px;
    background-color: #b9dfbc;
    border-radius: 7px;
    text-shadow: 1px 1px 0 #FFF;
}
#category dd ul li a:hover {
    background-color: #76C07C;
    color: #000000;
}
p, dd {
    text-align: justify;
}
.category-item dt {
    font-size: 25px;
    margin-bottom: 15px;
    color: #333333;
}
.category-item .col-md-4 a {
    display: block;
    border: 3px solid #cbe7cd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.category-item .col-md-4 a:hover {
    opacity: 0.7;
}
.category-item .col-md-4 a p {
    color: #000000;
    margin-bottom: 0px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #cbe7cd;
    position: relative;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.category-item .col-md-4 a p::after {

    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;

    font-size: 16px;
    color: #4d8858;
    position: absolute;
    top: 33%;
    right: 5px;
}
.category-item .col-md-4 a p span {
    font-size: 12px;
    color: #4d8858;
}
.subinfo {
    background-color: #e6e6e6;
    padding: 15px;
}
.subinfo p:first-child {
    font-size: 12px;
}
.subinfo p:nth-child(2) {
    padding: 15px;
    margin-bottom: 0;
    background-color: #FFFFFF;
}
.subinfo a {
    text-decoration: underline;
    color: #51b058;
}
.red {
    color: #c1272d;
    font-weight: bold;
}


#ebuta dl.ebutaowari {
    	background-color: antiquewhite;
	    padding:  20px 25px 10px;
 		border: solid 1px;
}
#ebuta dl.ebutaowari dt {
	font-size: 1.2rem;
	margin-bottom: 3px;
}
#comics th,#ebuta th{
	text-align-last: justify;
}





@media(max-width: 1199px){
.category-item .col-md-4 a p::after {
    right: 0;
    }
}
@media(max-width: 767px){
section,
#category {
	padding: 0px;
	padding: 0rem;
}
#category {
    margin-top: 20px;
}
#category dd ul li {
    width: 49%;
    margin-top: 10px;
}
}
@media(max-width: 575px){
 .category-item .col-6 {
     padding-left: 5px;
     padding-right: 5px;
}
}

