*{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.wrap {
    overflow: hidden;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

a {
    transition: .5s;
}

a:hover {
    opacity: .5;
}

.linkTxt{
    color:#2d6dcc;
    text-decoration: underline;
}

.inner {
    width: 1350px;
    margin: 0 auto;
}

.small{
    font-size:0.5em;
}

.big {
    font-size: 1.75em;
    font-weight: 700;
}

.orange {
    color: #E95504;
}

h2 {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-shadow: 2px 2px #000;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.25em;
}

.btn {
    display: inline-block;
    position: relative;
    border-radius: 100px;
}

.btn:before{
    content: "";
    position: absolute;
    margin: auto;
    border-radius: 50%;
}

.btn:after{
    content: "";
    position: absolute;
    margin: auto;
    transform: rotate(45deg);
}


.sideBtn {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 2;
}

.sideBtn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    width: 60px;
    height: 180px;
    font-size: 17px;
    border-radius: 0;
}

.varBtnB {
    background: #38A0DA;
}

.varBtnO {
    background: #EA5C06;
}

.sideBtn a:first-child {
    margin-bottom: 1.5em;
}


header {
    display: flex;
    padding: 20px 0;
    background: #fff;
}

header img {
    height: 68px;
}

#main {
    position: relative;
}

#main:after {
    content: '';
    position: absolute;
    top: 60%;
    width: 100%;
    height: 1650px;
    z-index: -1;
    transform: skewY(-45deg);
}


#info h2 {
    margin: 30px 0;
}

.infoBox {
    position: relative;
    width: 650px;
    height: 320px;
    margin-bottom: 50px;
    border: 1px solid #000;
    background: #fff;
}

.infoArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.infoBox:before {
    content: '';
    position: absolute;
    background: #000;
    width: 48px;
    height: 48px;
}

.infoBox.color01::before {
    background: linear-gradient(135deg, #ffe100 50%, #000 50%);
}

.infoBox.color02::before {
    background: linear-gradient(135deg, #fdb833 50%, #000 50%);
}

.infoBox.color03::before {
    background: linear-gradient(135deg, #87C68B 50%, #000 50%);
}

.infoBox.color04::before {
    background: linear-gradient(135deg, #F4BCC7 50%, #000 50%);
}

.infoBox.color05::before {
    background: linear-gradient(135deg, #ACDCEE 50%, #000 50%);
}

.infoBox.color06::before {
    background: linear-gradient(135deg, #ef856d 50%, #000 50%);
}

.infoBox.color07::before {
    background: linear-gradient(135deg, #C797C4 50%, #000 50%);
}


.type {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 18px;
}

.type span {
    display: inline-block;
    border: 1px solid #000;
    padding: 0.1em 0.5em;
    font-weight: 700;
    margin: 0 0.35em;
    border-radius: 5px;
}

.infoBoxTitle {
    display: flex;
    width: 100%;
    height: 110px;
    padding: 0 70px;
    align-items: center;
}

.infoBoxTitle h3 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
}

.infoBtnBox {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.infoBtnBox a,.infoBtnBox h4,.infoBtnBox p{
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a.color02 {
    background: #fdb833;
}

a.color01 {
    background: #ffe100;
}

a.color03 {
    background: #87C68B;
}

a.color04 {
    background: #F4BCC7;
}

a.color05 {
    background: #ACDCEE;
}

a.color06 {
    background:#ef856d;
}

a.color07 {
    background:#C797C4;
}

.infoBtnBox a {
    width: 190px;
    border-radius: 5px;
}

.infoBtnBox h4 {
    font-size: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoBtnBox h4 span {
    display: inline-block;
    font-size: 17px;
    line-height: 50px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: 0.5em;
}

#info .date {
    height: 120px;
}

.more {
    display: flex;
    height: 45px;
    background: #000;
    color: #fff;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0 0 5px 5px;
}

.more p{
    position:relative;
    padding-right: 1.75em;
    font-size:18px;
}

.more p:after {
    content: '';
    position: absolute;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: 5px;
    right: 13px;
}



.detTitle {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    height: 120px;
}

.detail .date {
    display: flex;
    align-items: center;
    font-family: "din-2014", sans-serif;
    position: relative;
    background: #000;
    color: #fff;
    font-size: 36px;
    height: 120px;
    padding: 0 0.4em;
}

.detail .date span {
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
    vertical-align: middle;
    text-align: center;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin-left: 0.5em;
}

.detail .date:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 30px;
    border-color: transparent transparent transparent #000000;
    top: 0;
    right: -30px;
}

.name h3 {
    font-size: 38px;
    font-weight: 700;
}

.name {
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.name h3 .thin {
    font-size: 0.9em;
}

.name .small {
    display: block;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1em;
}

.name .free {
    font-size: 17px;
    background: #fff;
    padding: 0.2em 1em;
    border-radius: 3em;
    margin-left: 1em;
}

.target {
    margin: 15px 0;
}

.target span {
    border: 1px solid #000;
    padding: 0.5em 1.5em;
    margin-right: 0.5em;
    border-radius: 5em;
}

.col2 {
    display: flex;
    justify-content: space-between;
}

.program {
    width: 1030px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.detail h4 {
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.detail h4:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 12px;
}

.program p {
    font-size: 18px;
}

.det p{
    margin-left: 47px;
}

.det div p {
    margin-left: 0;
}

.det div{
    margin-left:47px;
    margin-bottom:20px;
}

.det div:last-child {
    margin-bottom: 0;
}

.program .btnCon {
    margin-left: 47px;
    margin-top: 20px;
}

.btnBlack {
    background: #000;
    color: #fff;
}

.program .btn {
    font-size: 16px;
    padding: 0.5em 1em;
    padding-right: 42px;
}

.program .btn:before {
    top: 0;
    bottom: 0;
    right: 13px;
    width: 20px;
    height: 20px;
    background: #fff;
}

.program .btn:after {
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

.program h5 {
    display: inline-block;
    font-size: 22px;
    position: relative;
}

.program h5:after {
    content: '';
    position: absolute;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    top: 14px;
    right: -17px;
}

.tour.col3 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.tourBox {
    text-align: center;
    width: 300px;
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #000;
    background: #fff;
    padding: 0.5em 0;
}

.cafe .det {
    width: 50%;
}

.cafe .det p {
    padding-right: 50px;
}

.schedule h4 .kome {
    margin-left: 1.5em;
    font-size: 18px;
    line-height: 1.75em;
}

.detail {
    margin-top: 30px;
}

.detBox {
    margin-bottom: 15px;
    border-radius: 15px;
}

.detBox:last-of-type {
    margin-bottom: 0;
}

.detBox h5 {
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding: 0 1em;
    border-radius: 15px 15px 0 0;
}

.detBox h5:after {
    display: none;
}

.detBox .inDet {
    padding: 1.5em;
}

.detBox h6 {
    background: #686868;
    color: #fff;
    width: 130px;
    border: none;
}

.inDet div {
    margin-bottom: 20px;
}
.inDet div:last-child {
    margin: 0;
}

.inDet .kome {
    font-size: 0.6em;
}

.program p.kome {
    font-size: 14px;
    margin-top: 5px;
}

.detBox h5 .thin {
    font-size: 0.6em;
    margin-left: 0.5em;
}



.scheduleBox {
    margin: 30px 0;
}

.tabBox {
    display: flex;
    justify-content: center;
}

.tabBox a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% + 3px);
    border: 3px solid #000;
    border-radius: 15px 15px 0 0;
    margin-left: -3px;
    height: 130px;
    text-align: center;
    transition: .25s;
    cursor: pointer;
}

.tabBox a:first-child {
    margin: 0;
}

.tabBox a.active:hover {
    opacity: 1;
}

.tabContent {
    border: 3px solid #000;
    margin-top: -3px;
}

p.programNumber {
    font-size: 23px;
    line-height: 1.4em;
    font-weight: 700;
}

p.programNumber.small {
    font-size: 27px;
}

p.sub {
    font-size: 18px;
    line-height: 1.5em;
}

.content{
    overflow: hidden;
	height: 0;
	opacity: 0;
}

.content.active{
    display: block;
    opacity: 1;
	transition: opacity .8s ease-in-out;
    overflow: visible;
	height: auto;
}

.scheduleFlow {
    padding: 30px;
}

.scheduleFlow li {
    display: flex;
    position: relative;
    border-bottom: 1px dotted #000;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 50px;
}

.scheduleFlow li:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    bottom: -40px;
    left: 50%;
}

.scheduleFlow li:last-of-type {
    margin-bottom: 15px;
}

.scheduleFlow li:last-of-type::after {
    display: none;
}

.scheduleFlow h5 {
    font-size: 30px;
    font-weight: 700;
}

.scheduleFlow h5:after {
    display: none;
}

.schedule .time {
    display: flex;
    color: #fff;
    background: #000;
    font-size: 22px;
    padding: 0 1.25em;
    align-items: center;
    margin-right: 1em;
}

.schedule .time img {
    margin-right: 0.5em;
    width: 30px;
}

.schedule .right.small {
    display:block;
    font-weight: 300;
    font-size: 0.6em;
}

.scheduleFlow p.right.small {
    font-size: 15px;
    text-align: right;
    margin: 0;
}

.schedule .left.small {
    font-weight: 300;
}

.scheduleFlow p.left.small {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
}

.scheduleFlow .center {
    justify-content: center;
}



.trial {
    width: 1030px;
    margin: 0 auto;
}

.trialCon {
    margin: 30px 0;
}

.trialBox {
    margin-bottom: 15px;
}

.trialNumber {
    font-size: 28px;
    padding: 0.2em 0.65em;
    margin-right: 20px;
    display: flex;
    align-items: center;
}


.trialTitle h5 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.trialTitle .kome {
    font-size: 0.65em;
}

.trialTitle {
    position: relative;
    display: flex;
    align-items: stretch;
    font-size: 28px;
    border: 1px solid #000;
    background: #fff;
}

.trialTitle:after {
    content: '';
    position: absolute;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    right: 30px;
    top: 35%;
    transition:.5s;
}

.trialTxt {
    margin: 1em 0;
}

.trialCon .trialBox {
	position: relative;
	overflow: hidden;
}
.trialCon .trialBox input {
	position: absolute;
	opacity: 0;
}

.trialCon .trialBox label {
	cursor: pointer;
}

.trialCon .trialBox .trialTxt {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
}
.trialCon .trialBox input:checked ~ .trialTxt {
	max-height: 40em;
}

.trialCon .trialBox input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    top: 45%;
    transition:.5s;
}

h6 {
    display: inline-block;
    text-align: center;
    width: 150px;
    padding: 0.1em 0;
    font-size: 18px;
    border-radius: 10em;
    border: 1px solid;
    background: #fff7c5;
    margin-bottom: 5px;
}

.trialTxt div {
    margin-bottom: 1.5em;
}

.trialTxt div:last-child {
    margin: 0;
}


.program table {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.program th {
    text-align: center;
    width: 30%;
    font-weight: bold;
}

.program th,.program td {
    padding: 0.5em 0;
    font-size: 18px;
}


.program td span {
    font-size: 0.8em;
}


.deadLine {
    text-align: center;
}

.deadLine ul {
    text-align: left;
    display: inline-block;
    list-style: '◎';
    padding: 0 1em;
}

.deadLine li {
    padding-left: 5px;
}

.deadLine .btn {
    background: linear-gradient(150deg, #88be20, #00bdff);
    color: #fff;
    width: 560px;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    margin-bottom: 15px;
}

.deadLine .btn:nth-child(2n-1) {
    margin-right: 15px;
}

.deadLine .btn:before{
    width: 40px;
    height: 40px;
    border:2px solid #fff;
    top: 15px;
    right: 24px;
}

.deadLine .btn:after {
    top: 0;
    bottom: 0;
    right: 40px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.deadLine .btnCon {
    margin-top: 30px;
}

footer {
    text-align: center;
    position:relative;
    margin-top:50px;
}

.logo {
    background: #FFF1E6;
    padding: 50px 0;
}

.copy{
    background:#fff;
    color:#000;
    padding: 15px 0;
}
.topBtn {
    display: flex;
    position: absolute;
    font-family: "din-2014", sans-serif;
    background: #000;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 0;
    top: -35px;
    right: 195px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    padding-top: 22px;
}

.topBtn:before {
    content: '';
    position: absolute;
    border-radius: 0;
    top: 18px;
    width: 18px;
    height: 18px;
    transform: rotate(315deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

@media screen and (max-width:1350px) {
    .inner {
        width: 100%;
        padding: 0 1.5em;
    }
    
    .infoBox {
        width: 48%;
        margin-bottom: 3.9%;
        height: auto;
    }
    
    .infoBoxTitle h3 {
        font-size: 26px;
    }
    
    .infoBox:before {
        width: 34px;
        height: 34px;
    }
    
    .infoBoxTitle {
        height: 90px;
    }
    
    .infoBtnBox a {
        width: 150px;
    }
    
    .infoBtnBox h4 {
        font-size: 42px;
    }
    
    .infoBtnBox h4 span {
        font-size: 12px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    
    #info .date {
        height: auto;
        padding: 1em 0;
    }
    
    .infoBtnBox {
        padding: 1em 0;
    }
    
    .more {
        height: auto;
        padding: 5px 0;
    }
    
    .more p {
        font-size: 16px;
    }
    
    .type {
        font-size: 14px;
    }

    .detail .date {
        height: 90px;
        font-size: 46px;
    }
    
    .name h3 {
        font-size: 28px;
    }

    .detTitle {
        height: 90px;
    }
    
    .detail .date:after {
        border-width: 45px 0 45px 15px;
        right: -15px;
    }
    
    .detail .date span {
        width: 32px;
        height: 32px;
        font-size: 11px;
        line-height: 32px;
    }
    
    .name .free {
        font-size: 15px;
    }

    .logo img {
        width: 36%;
    }

    .topBtn {
        right: 0;
    }
}

@media screen and (max-width:1030px) {
    header img {
        width: 35%;
        height: auto;
    }
    .program {
        width: 100%;
    }
    .trial{
        width:100%;
    }

    .type {
        position: unset;
        margin-left: 47px;
        padding-top: 10px;
    }
    
    .infoBoxTitle {
        box-sizing: border-box;
        position: unset;
        width: 100%;
        height: 60px;
        padding: 0;
        margin-top: 7px;
        padding-left: 50px;
    }

    .detS {
        margin-right: 20px;
    }
    
    .detail h4 {
        font-size: 20px;
    }
    
    .detail h4:before {
        width: 28px;
        height: 28px;
    }
    
    .program p {
        font-size: 15px;
    }
    
    .det p {
        margin-left: 42px;
    }
    
    .program .btn {
        font-size: 14px;
    }

    .name h3 {
        font-size: 25px;
    }
    
    .detail .date {
        font-size: 40px;
    }
    
    .detail .date span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 9px;
    }
    
    .name .free {
        font-size: 13px;
    }
    
    .tourBox {
        width: 32%;
        font-size: 14px;
    }
    
    .program h5 {
        font-size: 12px;
    }
    
    .program h5:after {
        width: 12px;
        height: 12px;
        top: 12px;
    }
    
    .cafe {flex-direction: column;}

    .cafe .det {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .img {
        text-align: center;
    }

    p.programNumber {
        font-size: 23px;
    }
    
    p.programNumber.small {
        font-size: 22px;
    }
    

    .schedule h4 .kome p {
        font-size: 14px;
        line-height: 1.5em;
        font-weight: 300;
    }

    .tabBox a {
        height: auto;
        padding: 1em;
    }

    .schedule .time {
        font-size: 18px;
    }
    
    .schedule .time img {
        width: 17%;
        padding: 7px 0;
    }
    
    .scheduleFlow p.right.small {
        font-size: 12px;
    }
    
    .scheduleFlow p.left.small {
        font-size: 15px;
    }
    
    .scheduleFlow li{
        margin-bottom:40px;
    }

    .scheduleFlow li:after {
        border-width: 15px 15px 0 15px;
        bottom: -30px;
    }

    .trialNumber {
        font-size: 23px;
    }
    
    .trialTitle {
        font-size: 21px;
    }
    
    .trialTxt p {
        font-size: 14px;
    }
    
    h6 {
        margin-bottom: 5px;
        font-size: 16px;
        width: 120px;
    }

    .deadLine .btn:nth-child(2n-1) {
        margin-right: 0;
    }
}

@media screen and (max-width:805px) {
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .sideBtn {
        display: flex;
        width: 100%;
        top: unset;
        bottom: 0;
    }
    
    .sideBtn .btn {
        -ms-writing-mode: lr;
        writing-mode: lr;
        width: 50%;
        height: 45px;
    }
    
    .sideBtn a:first-child {
        margin: 0;
    }

    .infoBox {
        width: 100%;
    }

    .infoBtnBox a {
        width: 42%;
        margin: 10px;
    }
    
    .infoBoxTitle h3 {
        font-size: 23px;
    }
    
    .detTitle {
        flex-direction: column;
        height: auto;
        margin-bottom: 30px;
    }
    
    .name .free{
        margin:0;
    }

    .detail .date {
        justify-content: center;
        height: auto;
        padding: 3px 0;
        font-size: 24px;
    }

    .detail .date:after {
        display: none;
    }
    
    .name {
        flex-direction: column;
        justify-content: center;
        padding: 10px 0;
    }
    
    .det p {
        margin-left: 0px;
    }

    .col2 {
        flex-direction: column;
    }
    
    .detS {
        margin: 0;
        margin-bottom: 15px;
    }

    .det div {
        margin-left: 0;
    }

    .cafe .det p {
        padding: 0;
    }

    .program .btnCon {
        margin-top: 5px;
        margin-left: 0;
    }
    
    .tourBox {
        font-size: 12px;
        height: 6em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .detail h4 {
        flex-wrap:nowrap;
    }

    .detail .program h4 {
        flex-wrap: wrap;
    }
    
    
    .schedule h4 .kome p {
        width: 100%;
        font-size: 13px;
        line-height: 1.6em;
    }
    
    .schedule h4 .kome {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    
    .schedule h4 .kome p br {
        display: none;
    }
    
    .schedule .right.small {display: block;margin: 0;}

    p.programNumber {
        font-size: 18px;
    }
    
    .program p.sub {
        font-size: 13px;
    }
    
    p.programNumber.small {
        font-size: 15px;
    }
    
    .tabBox a {
        padding: 0.5em 0;
    }
    
    .trialTitle h5 {
        margin-right: 60px;
    }
    
    .trialTitle.long h5 {
        display: inline;
    }

    footer {
        margin-top: 100px;
    }
    
    .topBtn {
        width: 100%;
        height: 45px;
        top: -45px;
        padding-top: 16px;
        font-size: 15px;
    }
    
    .topBtn:before {
        top: 10px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    
    .copy {
        margin-bottom: 40px;
        font-size: 13px;
        font-weight: 300;
    }

}

@media screen and (max-width:600px) {
    .tour.col3 {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .tourBox {
        width: 48%;
        margin-bottom: 1.5%;
    }
    
    .tourBox:last-child {
        margin: 0;
    }

    .deadLine .btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        text-align: left;
        padding-left: 1em;
    }
    
    .deadLine .btn:before {
        width: 28px;
        height: 28px;
        top: 12px;
    }
    
    .deadLine .btn:after {
        width: 10px;
        height: 10px;
        right: 35px;
    }

    .tabBox a {
        width: calc(33% + 1.5px);
    }
    
    .tabBox {
        flex-wrap: wrap;
    }
    
    .scheduleFlow li {
        flex-direction: column;
        text-align: center;
    }
    
    .schedule .time {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .scheduleFlow li:after {
        left: calc(50% - 15px);
    }
    
    .detail .program h4 {
        flex-wrap: wrap;
    }

}


.oc8-10 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 130px;
}

.oc8-10 p {
    line-height: 1.5em;
    margin-top: 0.5em;
}

.cafe h5 {
    line-height: 1.5em;
}

.cafe h5 .cafe-small {
    font-size: 0.8em;
}

p.balletDet {
    margin-bottom: 1.5em;
}

.ensemble_9-10 h3{
    line-height: 1.5em;
    padding: 0 1em;
}

.det .new {
    margin-left: 0.5em;
    background: #ff0;
    color: #f00;
    padding: 0.25em;
    border-radius: 0.5em;
}

.detKome{
    margin-left: 0;
    margin-top:15px;
}

@media screen and (max-width: 1030px) {
    .oc8-10{padding-right: 30px;}
    .ensemble_9-10 h3 br{display: none;}
    .ensemble.program h5{font-size:20px;}
}

@media screen and (max-width: 805px) {
.free:last-child {
    margin-top: 10px;
}
}

.mtb50{
    margin:50px 0;
}