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

/*-----------------------

共通項目

-----------------------*/
html {
    font-size: 62.5%;
}
body {
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-size: 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-style: normal;
	line-height: 1.6;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background: #180a6a;
    color: #fff;
    font-weight: 600;
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
}
div{
    box-sizing: border-box;
}
footer{
    padding: 40px 0 20px;
    text-align: center;
    background: #06050b;
}
footer .logo{
    padding-bottom: 30px;
}
footer p{
    font-size: 1.4rem;
    margin-top: 30px;
}
footer a{
    margin: 0 5px 0;
    display: inline-block;
}
.wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.block{
    padding: 60px 0;
}
.block-bottom{
    margin-bottom: 60px;
}
.bold{
    font-weight: 700;
}
.ttl{
    text-align: center;
}
.ttlarea{
    padding-bottom: 40px;
}
.ttlarea p{
    padding-top: 10px;
    text-align: center;
}
a{
    transition: .4s;
}
a:hover{
    opacity: 0.6;
}
.sponly {
    display: none;
}
.center {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}
h1,h2,h3,h4,h5{
    line-height: 1.2;
    font-weight: 600;
}
.cont{
    text-align: center;
}

.firtstview{
    background: url("../images/firstview-bg.jpg")no-repeat;
    background-size: cover;
}
.obi{
    color: #2f2f2f;
    background: #f1ff05;
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
    line-height: 1;
}
header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    padding: 10px 0;
}
header nav a{
    font-size: 30px;
    padding: 0 8px;
}
.bnr a{
    display: block;
    text-align: center;
}
.live{
    background: #06050b;
}
.schadule .cont{
    display: flex; 
}
.schadule .cont .item{
    width: 32%;
    margin-right: 2%;
}
.schadule .cont{
    text-align: left;
}
.schadule .cont .item:last-of-type{
    margin-right: 0;
}
.schadule .item .tag{
    padding: 4px 0;
    color: #f1ff05;
}
.schadule .item h3{
    font-size: 30px;
    margin-bottom: 15px;
}
.schadule .item .day{
    color: #2f2f2f;
    background: #f1ff05;
    padding: 2px 10px;
}
.news .cont{
    text-align: left;
}
.news .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #fff;
}
.news .item .day{
    width: 20%;
}
.news .item .txt{
    width: 80%;
}
.contact .cont{
    margin: 0 5%;
}
.contact dt{
    width: 25%;
    text-align: left;
}
.contact dd{
    width:65%;
    margin-left: 10%;
}
.contact dd,
.contact dt{
    margin-bottom: 20px;
}
.contact input,
.contact textarea{
    background: #fff;
    border-radius: 5px;
    line-height: 2;
    border: solid 2px #434343;
    display: block;
    width: 100%;
}
.contact .btn{
    text-align: center;
    font-size: 30px;
    padding: 3px 0 6px;
    max-width: 400px;
    margin: 40px auto 0;
    color: #33342e;
    background: #f1ff05;
    box-shadow: -10px 10px 0px -5px #96982f;
border-radius: 0px;
}
.contact .btn:hover{
    box-shadow:none;
}
.page-top{
    padding: 15px 0;
    line-height: 1;
    display: block;
    background: #434343;
    text-align: center;
}

