@charset "utf-8";
body {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
.pkz a, #FT nav ul li a {
    text-decoration: none;
}
h2 {
    font-size: 26px;
    text-align: center;
}
/* イベント概要ＢＯＸ */
.img-box {
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.img-box .img-box-1 {
    flex: 1;
    margin-right: 10px;
}
.img-box .img-box-1 img {
    width: 100%;
    vertical-align: bottom;
}
.img-box .img-box-1:last-child {
    margin-right: 0;
}
.eve-fl-1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 2rem;
    margin: 0 auto;
    margin-top: 20px;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}
.eve-fl-2 {
    width: 100%;
    font-size: 18px;
    line-height: 2rem;
    margin: 0 auto;
}
.eve-fl-2 .eve-fl-2-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
}
.eve-fl-2 .eve-fl-2-1 .eve-fl-2-1-l {
    width: 70px;
    text-align: center;
    background: #fff;
}
.eve-fl-2 .eve-fl-2-1 .eve-fl-2-1-r {
    flex: 1;
    padding-left: 1rem;
    border-left: solid 1px #333;
}
span.del{
    text-decoration-line: line-through;
    text-decoration-style:solid;
    text-decoration-color: red;
}
.yohaku {
    margin-top: 0;
}
.eve-fl-2 .eve-fl-2-1 .tyou {
    background: #fff;
}
.eve-fl-2 .box-3w {
    background: #fff;
}
.box-3w .eve-fl-2-1-r {
    background: #fff;
}
.box-3w .eve-fl-2-1-r ol li, .box-3w .eve-fl-2-1-r dl dd {
    padding-left: 1rem;
    text-indent: -1rem;
}
.box-2w .eve-fl-2-1-l {
    border-right: solid 1px #333;
}
.eve-fl-2 .box-2w .eve-fl-2-1-r {
    border-left: none;
}
.akairo {
    color: red;
}
.aoiro {
    color: blue;
}
.sen {
    text-align: center;
}
.ulkai {
    word-break: break-all;
}
.moushikomi {
    margin: 10px 0;
    text-align: center;
}
.moushikomi .botan {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    background: rgb(255, 196, 0);
    border: solid 2px rgb(28, 11, 255);
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    height: 60px;
    line-height: 52px;
}
.moushikomi .botan a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.moushikomi .botan:hover {
    background: rgb(28, 11, 255);
    border: solid 2px rgb(255, 196, 0);
}
.atukai {
    width: 80%;
    margin: 10px auto;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 2%;
}
#sumah li:last-child a {
    background: rgb(255, 196, 0);
    color: #000;
}
/* デバイス */
@media (max-width: 768px){
    .eve-fl-2 .suma-box {
        background: #eee;
    }
    .suma-box .eve-fl-2-1-r {
        background: #fff;
    }
    /* ここから追加したよ */
    .eve-fl-2 .kei .eve-fl-2-1-l {
        width: 71px;
        border-right: solid 1px #333;
    }
    .eve-fl-2 .kei .eve-fl-2-1-r {
        border-left: none;
    }
}
/* ＰＣここから */
@media (min-width: 769px){
    #wakuwaku {
        display: flex;
    }
	article {
        flex: 1;
        margin-right: 20px;
    }
    #daiwaku {
        width: 100%;
        margin-top: 20px;
        display: flex;
    }
    #daiwaku #daiwaku-l {
        flex: 1;
        margin-right: 10px;
    }
    #daiwaku #daiwaku-r {
        flex: 1.5;
    }
    #daiwaku-l .img-box {
        display: inline;
    }
    .img-box .img-box-1 {
        margin-right: 0;
    }
    #daiwaku-r .eve-fl-1 {
        margin-top: 0;
    }
    aside {
		width: 240px;
    }
    .eve-fl-2 .tyou .eve-fl-2-1-l {
        width: 71px;
        border-right: solid 1px #333;
    }
    .eve-fl-2 .tyou .eve-fl-2-1-r {
        border-left: none;
    }
    .moushikomi .botan {
        width: 500px;
    }
    .suma-tyou .eve-fl-2-1-l {
        border-right: solid 1px #333;
    }
    .eve-fl-2 .suma-tyou .eve-fl-2-1-r {
        border-left: none;
    }
    #FT nav ul li a {
        font-size: 14px;
    }
}