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

* {
    margin: 0;
    padding: 0;
    line-height: 2rem;
}
body {
    background: #000000;
    width: 100%;
    height: 100%;
    color: #CCC;
    font-size: 1rem;
    background-attachment: fixed;
}
a {
    color: #ccc;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
.wrapper {
    width: 90%;
    margin: auto;
}
.wrapper2 {
    width: 49%;
    margin: 0.5%;
    float: left;
}
.wrapper3 {
    width: 33%;
    float: left;
}
.wrapper4 {
    width: 25%;
    float: left;
}
.txt_l {
    text-align: left;
}
.txt_c {
    text-align: center;
}
.logo {
    width: 80%;
    margin: auto;
}
.logo img {
    width: 45%;
    margin: 2rem auto;
}
nav {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    background: #000;
}
nav ul {
    width: 80%;
    margin: auto;
}
nav li {
    font-size: 1rem !important;
    /*width:16.6%;*/
    margin-right: 1em;
    float: left;
    list-style: none;
    padding: 1rem 0;
    text-align: center;
}
nav li a {
    text-align: center;
    /*vertical-align:middle; display:table-cell;*/
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
    /* background:#ccc; color:#000 !important; border-radius:1.2rem;*/
}
nav li a:hover {
    background: #ccc;
    color: #000;
    border-radius: 1.2rem;
    padding: 0 0.5em;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

#facebook {
    text-align: center;
}
footer {
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 1rem;
    box-sizing: border-box;
}
footer address {
    width: 80%;
    margin: auto;
    text-align: center;
    text-decoration: none;
}
#release,
#minagi,
#schedules,
#contact {}
/*index.html*/
#index h2 {
    font-size: 1.4rem;
    background: #ccc;
    color: #000;
    letter-spacing: 1em;
    margin: 1rem 0;
}
dl.info {
    width: 100%;
    /* text-align:justify;*/
    margin: 0 auto 5rem;
}
dl.info >dt {
    font-weight: bold;
    font-size: 1.2rem;
}
dl.info >dt::first-line{
    font-size: 1.4em;
}
dl.info dd {
    margin-bottom: 1rem;
    text-align: center !important;
}
dl.info dd ol{
    width: fit-content;
    margin: auto;
}




/*minagi.html*/
#member h2 {
    font-size: 1.4rem;
    background: #ccc;
    color: #000;
    letter-spacing: 0.25em;
    margin: 2rem 0;
}
#member {}
#member dl {
    width: 31.3%;
    margin: 0 1% 2rem 1%;
    float: left;
    text-align: center;
}
#member dt img {
    width: 100%;
}
#member dd {}


/*schedule.shtml*/

#schedules {}

#schedules h2 {
    font-size: 1.4rem;
    background: #ccc;
    color: #000;
    letter-spacing: 0.25em;
    margin: 2rem 0;
}
#schedules h3 {
    font-size: 1.3rem;
}
#schedules h4 {
    font-size: 1.2rem;
    margin-top: 4.5rem;
}
#schedules strong {}
#schedules li {
    list-style: inside;
}
.hist li,
.hist p,
.hist strong,
.hist p,
.hist h4,
.hist a {
    color: #666 !important;
}
ul.schedule {
    margin-bottom: 20px;
}
/*アコーディオン*/
.set {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: #666 1px solid;
    border-radius: 0.5rem;
    background: #333;
    cursor: pointer;
}
.set1 {
    width: 100%;
    line-height: 50px;
    text-align: center;
    border: #666 1px solid;
    display: none;
}




/*release.html*/
#release h2 {
    font-size: 1.4rem;
    background: #ccc;
    color: #000;
    letter-spacing: 0.25em;
    margin: 2rem 0;
}
#release h3 {
    background: #333;
    font-size: 1.3rem;
    margin: 2rem 0;
}
#release dl {
    margin: 1rem 0;
}
#release dl.goods {
    border: 1px solid #333;
    width: 30%;
    padding: 0.5rem;
}
#release dt {
    font-weight: bold;
}
#release dd img {
    width: 100%;
}
p.buy {
    width: 100%;
    border: 1px solid #333;
    background: #222;
}
#release ol li {
    list-style: inside decimal;
}

.release .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6vw;
    justify-content: center;
}
.release .flex dl {
    width: 30%;
}



/*contact.html*/
#contact h2 {
    font-size: 1.4rem;
    background: #ccc;
    color: #000;
    letter-spacing: 1em;
    margin: 2rem 0;
}
form {
    margin: 2rem 0;
}
table#form {
    width: 100%;
}
table#form th {
    width: 30%;
    padding: 0.5rem 0;
}
table#form td {
    width: 70%;
    padding: 0.5rem 0;
}
table#form input {
    width: 100%;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    box-sizing: border-box;
    border: none;
    font-size: 1rem;
}
table#form textarea {
    width: 100%;
    border-radius: 1rem;
    border: none;
    padding: 0.5rem 2rem;
    box-sizing: border-box;
    font-size: 1rem;
}
form input[type="submit"] {
    width: 100%;
    border-radius: 1rem;
    background: #333333;
    color: #000000;
    padding: 1rem 2rem;
    box-sizing: border-box;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
}
form input[type="submit"]:hover {
    cursor: pointer;
}




dl.disc dt,
dd {
    padding: 1%;
    margin: 0;
}
.disc dt {
    width: 50%;
}
.disc dt img {
    width: 100%;
}
.disc dd {}
dd.title {
    font-weight: bold;
}