@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
/*    font-weight: 400;*/
    color: #363637;
}

a {
    color: #4183c4;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
    text-decoration: underline;
}
a.target-icon {
    display: inline-block;
    margin-right: 1.5rem;
}
a.target-icon::after {
    font-family: Icons;
    content: "\f35d";
    font-size: 0.5em;
    position: absolute;
    margin-left: 5px;
    margin-top: -2px;
    font-weight: 100;
}
a:hover,
a:focus,
a:active  {
    color:#2a6496;
    -webkit-transition:all 0.2s easeout;
    transition:all 0.2s ease-out;
}
a.none-ul {
    text-decoration: none;
}
a.none-ul:hover,
a.none-ul:focus,
a.none-ul:active {
    text-decoration: underline;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

span.nowrap {
    display: inline-block;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    /* background-image: url(../img/all_bg.jpg); */
    background-repeat: repeat-y;
    background-position: center -80px ;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .for_pc{display: none;}
    .for_sp{display: block;}
}
@media only screen and (min-width: 768px) {
    .for_pc{display: block;}
    .for_sp{display: none;}
}

.wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 9rem;
    box-sizing: border-box;
    background-color: rgba(225,225,225,0.2);
}
@media only screen and (max-width: 767px) {
    .wrapper {
        padding-bottom: 18rem;
    }
}
.wrapper.login {
    background: url(../img/mv1.png);
    background-size: cover;
    background-position: center;
}

.ui.buttons {
    flex-wrap: wrap;
}
.ui.button {
    margin-bottom: .1em;
    margin-top: .1em;
    /* background-color: #c3c3c3; */
    background-color: #447008;
    color: #fff;
}
.ui.button:hover {
    /* background-color: #e0e1e2; */
    background-color: #578b22;
    color: #fff;
}
.ui.button:focus {
    /* background-color: #e0e1e2; */
    background-color: #578b22;
    color: #fff;
}
.ui.button:active {
    /* background-color: #c3c3c3; */
    background-color: #447008;
    color: #fff;
}

.ui.button.default {
    background-color: #c3c3c3;
    color: rgba(0,0,0,.87);
}
.ui.button.default:hover {
    background-color: #e0e1e2;
    color: rgba(0,0,0,.87);
}
.ui.button.default:focus {
    background-color: #e0e1e2;
    color: rgba(0,0,0,.87);
}
.ui.button.default:active {
    background-color: #c3c3c3;
    color: rgba(0,0,0,.87);
}

.ui.primary.button,
.ui.primary.buttons .button {
    background-color:rgba(242, 113, 28, 1);
}
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
    background-color:rgb(243, 144, 78);
}
.ui.primary.button:focus,
.ui.primary.buttons .button:focus {
    background-color:rgb(243, 144, 78);
}
.ui.primary.button:active,
.ui.primary.buttons .button:active {
    background-color:rgba(242, 113, 28, 1);
}
.ui.primary.active.button,
.ui.primary.button .active.button:active,
.ui.primary.buttons .active.button,
.ui.primary.buttons .active.button:active {
    background-color:rgba(242, 113, 28, 1);
}

/* Header */
.page-header {
    background-color: #447008;
    margin: 0 auto 2rem;
    height: 60px;
    /* padding-top: 0.5rem; */
}
.page-header a {
    color: #fff;
}
.page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 112rem;
}
.page-header .header-title {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    /* padding: 1rem 0; */
}
.page-header .header-title img {
    height: 60px;
    vertical-align: middle;
}
.page-header .header-title a {
    text-decoration: none;
}
.page-header .header-title span {
    font-size: 1.4rem;
    color: #aaa;
    display: block;
    margin-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
    .page-header .header-title span {
        display: inline;
    }
}
.page-header .header-links {
    max-width: 112rem;
    margin: 0 0 0 auto;
}
.page-header .header-links a {
    display: inline-block;
    /* padding-right: 1em; */
    margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
    .page-header .header-links .menu-button {
        display: none;
    }
}
.page-header .header-links .menu-button i.icon::before{
    content: "\f0c9";
}

.page-header .header-links.active .menu-button {
    position: absolute;
    right: 0;
    top: 0px;
    height: 61px;
    width: 65px;
    text-align: center;
    padding-top: 15px;
    background-color: rgb(160, 160, 160);
}

.page-header .header-links.active .menu-button i.icon::before{
    content: "\f00d";
}
.page-header .header-links .menu {
    display: none;
}
@media only screen and (min-width: 768px) {
    .page-header .header-links .menu{
        display: block;
    }
}
.page-header .header-links.active .menu {
    display: flex;
    flex-flow: column;
    background-color: rgba(160, 160, 160, 0.95);
    padding: 1rem 1rem 0 1rem;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    top: 60px;
    right: 0;
    font-size: 1.5rem;
    text-align: center;
    z-index: 1000;
}
.page-header .header-links .menu .list:not(.ui) {
    margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
    .page-header .header-links .menu .list {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
    .page-header .header-links .menu .item {
        display: block;
        vertical-align: top;
    }
}
.page-header .header-links .menu a {
    display: block;
    color: #fff;
    /* margin: 0 0.5rem; */
    margin: 0 1rem;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
    .page-header .header-links .menu a {
        margin-bottom: 0;
    }
}
.page-header .header-links.active .menu .button {
    font-size: 1.5rem;
}

.page-breadcrumb {
    margin: -2rem auto 2rem;
    padding: 1rem;
/*    background-color: rgba(211, 60, 67, 0.3);*/
    background-color: rgba(128, 128, 128, 0.3);
}
.page-breadcrumb .ui.breadcrumb a {
    text-decoration: none;
    color: rgba(0,0,0,0.87);
}

/* Main */
.main {
    /* background-color: rgba(225,225,225,0.2); */
    margin-top: -2rem;
    padding: 1rem;
}
.main-header {
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: rgba(100,100,100,1);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .main-header {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .ui.container>.main-header {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}
.main-header.fixed {
    position: fixed;
    z-index: 1000;
    top: 1rem;
}
@media only screen and (max-width: 767px) {
    .main-header.fixed {
        width: 100vw;
    }
}
@media only screen and (min-width: 768px) {
    .main-header.fixed {
        width: calc(100% - 2rem);
    }
    .ui.container>.main-header.fixed {
        width: inherit;
    }
}
.main-header.fixed + * {
    margin-top: 46px;
}
.main-header .title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
}
.main-header .buttons {
    /* display: inline-block; */
    float: right;
}

.ui.menu .active.item {
    background-color: #c3c3c3;
    /* color: #fff; */
}

.ui.header.segment {
    background-color: rgba(0, 0, 0, 0.1);
}



.ui.cards.events>.card .button.add-event {
    font-size: 1.4rem;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .buttons.events-view {
        display: none;
    }
    .ui.cards.events {
        margin-top: 1em;
    }
    .ui.cards.events>.card {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .ui.cards.events {
        white-space: normal;
    }
    .ui.cards.events>.card .button.add-event {
        min-height: 350px;
    }
    .ui.cards.events>.card .button.add-event>div {
        position: relative;
        top: 50%;
        transform: translate(0,-50%);
    }    
}



a.card {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
a.card:hover {
    text-decoration: none;
}

.ui.cards.events .card .image.event-mv-thumbnail {
    max-height: 200px;
    overflow: hidden;
    text-align:center;
    display: flex;
    justify-content:center;
    align-items: center;
}

.card.entrant-list .content a {
    display: block;
    text-decoration: none;
    color: rgba(0,0,0,.87);
}

.ui.cards.events a.card:hover, 
.ui.link.card:hover, 
.ui.link.cards.events .card:hover, 
a.ui.card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
    .ui.cards.events.listview {
        display: table;
        width: 100%;
    }
    .ui.three.cards.events.listview>.card {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .ui.three.cards.events.listview>.card:first-child {
        /* border-radius: 0.28571429rem 0.28571429rem 0 0!important; */
    }
    .ui.three.cards.events.listview>.card:not(:first-child) {
        margin-top: 0;
        /* border-radius: 0; */
    }
    .ui.three.cards.events.listview>.card:not(:last-child) {
        /* margin-bottom: 0; */
    }
    .ui.three.cards.events.listview>.card:last-child {
        /* border-radius: 0 0 0.28571429rem 0.28571429rem!important; */
    }
    
    .ui.cards.events.listview .card .image.event-mv-thumbnail {
        width: 100px;
        height: 50px;
    }
    .ui.cards.events.listview .card .content {
        display: flex;
        justify-content: flex-start;
    }
    .ui.cards.events.listview .card .content .discription {
        margin-left: auto;
    }
    .ui.cards.events.listview .card .content .discription .parameter {
        display: none;
    }
    .ui.cards.events.listview .card .content .discription .applies {
        display: flex;
        margin: 0;
    }
    .ui.cards.events.listview .card .content .discription .applies .item {
        display: flex;
        margin: 0;
    }

    .ui.cards.events.listview .card .button {
        width: 200px;
        border-radius: 0 0.28571429rem 0.28571429rem 0!important;
    }
    .ui.cards.events.listview>.card .button.add-event {
        width: 100%;
        min-height: 50px;
        border-radius:  0.28571429rem!important;
    }
    .ui.cards.events.listview>.card .button.add-event>div {
        transform: none;
    }
}



.steps.signup {
    width: 100%;
}
.ui.action.input {
    width: 100%;
}
.qrcode {
    text-align: center;
}
.qrcode>img {
    max-height: 105px;
    max-width: 100%;
}

/* Form */
.field .input {
    margin-bottom: 0;
}
.fixed-value {
/*    background-color: rgba(0,0,0,.1);*/
    border-bottom: 0.1rem solid #d1d1d1;
/*    border-radius: .4rem;*/
    box-shadow: none;
    box-sizing: inherit;
/*    height: 3.8rem;*/
    padding: .6rem 1.0rem;
    width: 100%;
}
.error-message {
    margin-top: 0.5rem;
    color: rgb(211, 60, 67);
}

.labels-box {
    border-bottom: 0.1rem solid #d1d1d1;
    box-shadow: none;
    box-sizing: inherit;
    line-height: 2rem;
    padding: 0.2rem 0.6rem;
    width: 100%;
    max-height: 100px;
    overflow: auto;
}

.overview-event {
    margin: 2rem -1.5rem 10rem;
    border: solid 2px rgb(200,200,200);
    background-color: rgb(255,255,255);
}

.list-table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 1rem;
    /* max-height: calc(100vh - 350px); */
    min-height: 4rem;
}

.list-table .ui.table th,
.list-table .ui.table td {
    padding: 0.1rem 0.5rem;
    height: 3rem;
}
.list-table table td.head {
    white-space: nowrap; 
}

.ui.form .field>.value {
    margin-left: 1rem;
}

/* Footer */
.page-footer {
    width: 100%;
    background-color: #447008;
    color: #fff;
    position: absolute;
    padding: 1rem;
    bottom: 0;
}
.page-footer a {
    color: rgba(255, 255, 255, 0.8);
}
.page-footer .footer-title {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    float: left;
}

@media only screen and (max-width: 767px) {
.page-footer .footer-title {
    float: none;
}
}

.page-footer .footer-title a {
    color: #fff;
    text-decoration: none;
}
.page-footer .copyright {
/*
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
*/
    text-align: right;
}
.page-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
}
.page-footer .footer-links>div {
    padding-right: 3rem;
}
.page-footer .footer-links>div ul {
    display: flex;
    flex-flow: column;
    margin: 0.5rem 0;
}
.page-footer .footer-links>div li {
    margin-right: 2rem;
}

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    /* background-color: #447008;
    color: #fff; */
    background-color: #c3c3c3;
    color: rgba(0,0,0,.87);
    z-index: 1000;
}