@charset "UTF-8";

html {
    background: #ffffff;
}

body {
    background: #ffffff;
}

/*================================
フォーム背景色
================================*/
.bg-dark-gray {
    background-color: #666 !important;
}

.bg-none {
    background-color: transparent;
}

.bg-image {
    background-image: url(../img/login/login_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
}

.bg-white {
    background-color: white !important;
}

/* footer */
#bottom {
    margin-top: 30px;
    padding: 30px 0px 40px 0px;
    background: #3b3b3b;
}

.botwid {
    color: #aaaaaa;
}

h3.bothead {
    margin-bottom: 10px;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 95%;
    text-transform: uppercase;
}

#bottom ul {
    margin: 0px;
    padding: 0px;
}

.botwid div {
    font-size: 85%;
}

.botwid ul {
    font-size: 85%;
    list-style-type: none;
}

#bottom ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    list-style-type: none;
    color: #aaaaaa;
}

.botwid li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
}

.botwid ul li a:link,
.botwid ul li a:visited {
    color: #aaaaaa;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    display: block;
}

.botwid ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    display: block;
}

.site-footer {
    padding: 10px 0px;
    background: #292929;
    font-size: 80%;
}

.site-footer-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.fcred {
    padding: 10px 0px;
    color: #eeeeee;
}

/* footer */

/*add kashii 2014/04/24*/
.embedmedia-container {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    max-width: 100%;
    min-height: 300px;
    height: auto;
}

.g_map_big {
    margin-top: 5px;
    display: block;
}

.embedmedia-container iframe,
.embedmedia-container object,
.embedmedia-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert-block {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #b18942;
}

.alert-danger-block {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    display: inline;
    margin: 0 5px;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.has-error span {
    color: #d9534f;
    display: inline-block;
    font-weight: bold;
}

.flash-top {
    position: fixed;
    top: 0;
    /*height: 100px;*/
    width: 100%;
    font-size: 32px;
    text-align: center;
    padding: 21px 0;
    z-index: 20;
}

@media screen and ( max-width: 480px ) {
    .flash-top {
        /*height: 75px;*/
        font-size: 24px;
    }
}

.flash-error {
    background-color: #FA6E51;
    color: white;
}

.flash-success {
    background-color: #2EB9EC;
    color: white;
}

.flash-top .close {
    color: white;
}

.flash-top .close:hover {
    opacity: 0.9;
}

.help {
    color: #f04124;
    font-size: 15px !important;
}

.help-sm {
    color: #f04124;
    font-size: 13px !important;
}

/* お問い合わせの注意事項 */
.box-messages {
    background: #eeeeee;
    margin: 20px 0;
    padding: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

label, .control-label, .help-block, .checkbox, .radio {
    font-size: 15px;
    font-weight: normal;
}

table {
    font-size: 15px;
}

.tBold {
    font-weight: bold;
}

.text-modal-body {
    color: #6f6f6f !important;
}

.text-black {
    color: #000000 !important;
}

.modal .modal-body {
    overflow-y: auto;
    max-height: 640px;
}

#TbCustomerIndexForm p {
    font-size: 18px;
}

.navbar {
    min-height: 57px;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 10px;
}

.navbar-inverse {
    background-color: #FFFFFF;
}

.navbar-brand {
    padding: 0px 20px;
    float: none;
}

.navbar-brand img {
    max-width: 50%;
}

.marker {
    background-color: Yellow;
}

#form-contents .btn {
    font-size: 18px
}

#form-contents .margin {
    margin-top: 30px;
}

#eventForm p {
    font-size: 20px;
    font-weight: 400;
}

.formCheckbox {
    font-size: 1.15em;
    margin-bottom: 5px;
}

.formRadio {
    font-size: 1.15em;
}

#eventForm input[type="radio"] {
    margin: 5px;
}

#eventForm input[type="checkbox"] {
    margin: 5px;
}

#eventForm .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#eventForm .no-padding {
    padding: 0;
}

#eventForm .has-error span {
    background: #FFFF00;
    font-size: 0.9em;
}

#eventForm .imput-name {
    text-align: right;
}

#eventForm .label {
    padding: 3px 7px;
    font-size: 60%;
    display: inline-block;;
}

/*================================
申込ページの画像レスポンシブ対応
================================*/
.bs-component img {
    max-width: 100%;
    height: auto;
}

.vertical-al {
    vertical-align: middle;
}


/*================================
告知ページヘッダーサイズ上書き
================================*/
.page-header {
    margin: 45px 0 20px 0;
    font-size: 27px;
    line-height: 1.5em;
    padding-bottom: 12px;
}

.page-header > small {
    margin-top: 17px;
    line-height: 1.5em;
}

.tickets-header {
    margin: 25px 0 20px 0;
    font-size: 24px;
    line-height: 1.5em;
}

/*================================
スマホサイズでの対応
================================*/
@media screen and ( max-width: 480px ) {
    .embedmedia-container {
        min-height: 150px;
        width: 80%;
        margin: 0 auto;
    }

    .g_map_big {
        text-align: center;
    }

    #eventForm .entry-field12 {
        width: 100%;
    }

    #eventForm .entry-field6 {
        width: 50%;
    }

    #eventForm .imput-name {
        width: 100%;
        text-align: left;
    }
}

/*================================
クレジット入力画面
================================*/
.input-credit {
    border: 1px solid #CCC;
    padding: 20px;
    border-radius: 10px;
    background: #EEE;
    text-align: left;
}

.input-credit h4 {
    font-size: 130%;
    font-weight: normal;
    margin: 2.5em 0 1em 0;
    padding: 0 0 5px 0px;
    border-bottom: 1px solid #cccccc;
}

.input-credit .copyright {
    font-size: 75%;
    margin: 0;
    color: #888888;
    letter-spacing: 0.1em;
    background-color: #EFEFEF;
}

/*================================
  イベントリストページ
================================*/
#eventlist .bs-component h4 {
    margin-bottom: 20px;
}

#eventlist .bs-component .btn {
    margin-top: 20px;
}

/* 取り消し線 */
.delete {
    color: grey;
    text-decoration-line: line-through;
}

/*================================
  イベントキャンセルページ
================================*/
.mail-body {
    width: 50%;
    margin: 50px auto;
}

@media (max-width: 768px) {
    .mail-body {
        width: 90%;
        margin: 0 auto 30px;
    }
}


/*印刷範囲を指定するため*/
@media print {
    .print {
        display: none
    }
}

.edit-error-alert,
.edit-success-alert {
    position: absolute;
    width: 100%;
    z-index: 2;
    margin: auto;
    top: 0;
    font-size: 15px;
}

.close {
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 5px;
}

/*================================
  利用規約
================================*/
#terms table td {
    line-height: 1.8 !important;
}

#terms ol li {
    list-style: decimal outside none;
    margin-left: 1.7em;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

button:hover {
    opacity: 0.7;
}
