﻿/* 全体設定 */
html, body {
    width: 100%;
    height: 100%;
    font-family: BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* ヘッダー */
nav {
    background-color: transparent;
}

#logo-img img {
    /* vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 6px; */
}

@media only screen and (min-width: 601px) {
    #logo-img img {
        width: 52px;
    }
}

@media only screen and (max-width: 600px) {
    #logo-img img {
        width: 45px;
    }
}

#site-title {
    font-size: 18px;
    font-weight: bold;
    /*white-space: nowrap;*/
}

.header .logo-img img {
    max-height: 57px;
}

/* フッター */
footer {
    width: 100%;
}

.copyright {
    font-size: 12px;
    text-align: center;
}

/* TOP画像 */
.top-img {
    width: 100%;
}

/* 汎用 */
table {
    text-align: center;
    width: 100%;
}

td, th {
    padding: 5px;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.font-xlarge {
    font-size: 20px;
}

.font-large {
    font-size: 18px;
}

.font-medium {
	word-break: break-all;
    font-size: 14px;
}

.font-small {
    font-size: 12px;
}

.margin-top-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-top-sm {
    margin-top: 7px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.margin-bottom-sm {
    margin-bottom: 7px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-left-sm {
    margin-left: 7px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-right-sm {
    margin-right: 7px;
}

.container {
    width: 100%;
}

.contents {
    padding: 0 13px;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 50%;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 50%;
    }
}

.row {
    margin-bottom: 0px;
}

.separator {
    border-top: solid 1px;
}

.btn, .btn-large, .btn-flat {
    width: 100%;
    border-radius: 16px;
}

.btn-large{
    font-size:1.4rem;
}

.btn-icon{
    width:36px;
    border-radius: 18px;
}

.card {
    margin-top: 0px;
}

.card .card-content {
    padding: 7px;
}

.card .card-content .card-title {
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
}

.card-title-radius {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.error {
    margin-top: -15px;
}

.hidden {
    display: none;
}

.modal.modal-fixed-footer {
    height:85%;
    max-height:85%;
}
.modal-cancel {
	position: absolute;
    right: 0;
    top: 0;
}

.modal-scroll {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 641px) {
    .modal.wide {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .modal.wide {
        width: 95%;
    }
}

/* イベント一覧（TOP） */
.event-status {
    display: inline-block;
    color: #fff;
    padding: 8px;
/*    width: 100px; */
    width: 40%;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 3px;
    border-radius: 2px;
}

.event-reserve-time {
    position: relative;
    display: inline-block;
    top: 2px;
    font-size: 12px;
    padding: 7px 0;
    border-top-right-radius: 2px;
    width: 58%;
}

.event-list-img {
/*    overflow: hidden; */
    width: 100%;
/*    height: 150px; */
/*    float: left; */
}

.event-list-img img {
    position: relative;
    width: 100%;
    padding: 7px 7px 0 7px;
}

.event-overview {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-bottom: 7px;
}

.event-name {
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.adv-images {
    padding: 0px 20px 8px;
}

.event-info .card .card-content {
    padding: 7px;
}

/* イベント詳細 */
.event-img img {
    width: 100%;
    padding: 7px;
}

.event-note {
    padding: 7px;
    line-height: 1.8em;
}

.detail .error {
    margin-top: 15px;
    margin-bottom: 12px;
}

/* 予約日時選択 */
#datepicker {
    margin-top:1em;
    margin-bottom:1em;
}

.ui-datepicker {
    width: 100%;
}

#popup {
    padding: 40px 15px;
}

.picker__date-display {
    display: none;
}

.picker__clear {
    display: none;
}

.picker__today {
    display: none;
}

.picker__close {
    display: none;
}

.picker__select--month.browser-default {
    width: 25%;
}

.picker__select--year.browser-default {
    width: 30%;
}


.select-table {
/*    overflow-x: scroll; */
}

.select-table table {
    table-layout: fixed;
    border: 1px solid #808080;
}

.select-table table tr td, .select-table table tr th {
    text-align: center;
    width: 100px;
    border: 1px solid #fff;
    vertical-align: top;
}

td.event-times:first-child:before {
    display: block;
    float: left;
    height: 100px;
    content: "";
}


.selected-list {
    background-color: #fff;
    border: solid 1px #000;
    line-height: 2.5em;
    font-size: 12px;
}

@media only screen and (min-width: 601px) {
    .btn.time {
        border-radius: 3px;
        width: 95px;
        padding: 0;
        background-color: #fff;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .btn.time {
        border-radius: 3px;
        width: 90px;
        padding: 0;
        background-color: #fff;
        margin-bottom: 10px;
    }
}

.remain {
    font-weight: bold;
    margin-left:5px;
}

.remain_count {
    padding: 3px 5px;
    font-weight: bold;
    margin-left: 5px;
}

@media only screen and (min-width: 601px) {
    #seat_select_1.modal {
        width: 42%;
    }

    #seat_select_2.modal {
        width: 42%;
    }

    #seat_select_3.modal {
        width: 42%;
    }
}

@media only screen and (max-width: 600px) {
    #seat_select_1.modal {
        width: 90%;
    }

    #seat_select_2.modal {
        width: 90%;
    }

    #seat_select_3.modal {
        width: 90%;
    }
}


/* 発行受付情報入力画面 */
#form-input {
    padding: 10px 15px;
    background-color: #fff;
}

/* 整理券発行画面 */
.qrcode {
    padding: 30px;
}

.btn.cancel {
    width:250px;
    font-size: 12px;
    padding: 0px;
    margin-bottom: 5px;
}

.btn.cancel2 {
    width:120px;
    font-size: 12px;
    padding: 0px;
    margin-bottom: 5px;
}

.btn-flat.cancel {
    font-size: 12px;
    padding: 0px;
    width: 120px;
}

/* プライバシーポリシー */
.privacy-head {
    font-size: 16px;
}

.privacy-block {
    text-align: left;
    margin: 2.5vw 0 2.5vw 0;
}

/* タイトル位置 */
/* .front-title {
    position: absolute;
    left: 70px;
} */

/*margin-buttom 共通化*/
.mb5{
		margin-bottom:5px;
}
.mb10{
		margin-bottom:10px;
}
.mb15{
		margin-bottom:15px;
}
.mb20{
		margin-bottom:20px;
}
.mb25{
		margin-bottom:25px;
}
.mb30{
		margin-bottom:30px;
}
.mb35{
		margin-bottom:35px;
}
.mb40{
		margin-bottom:40px;
}
.mb45{
		margin-bottom:45px;
}
.mb50{
		margin-bottom:50px;
}

/*margin-top 共通化*/
.mt5{
		margin-top:5px;
}
.mt10{
		margin-top:10px;
}
.mt15{
		margin-top:15px;
}
.mt20{
		margin-top:20px;
}
.mt25{
		margin-top:25px;
}
.mt30{
		margin-top:30px;
}
.mt35{
		margin-top:35px;
}
.mt40{
		margin-top:40px;
}
.mt45{
		margin-top:45px;
}
.mt50{
		margin-top:50px;
}

/*margin-left 共通化*/
.ml5{
		margin-left:5px;
}
.ml10{
		margin-left:10px;
}
.ml15{
		margin-left:15px;
}
.ml20{
		margin-left:20px;
}
.ml25{
		margin-left:25px;
}
.ml30{
		margin-left:30px;
}
.ml45{
		margin-left:45px;
}
.ml50{
		margin-left:50px;
}

/*margin-right 共通化*/
.mr5{
		margin-right:5px;
}
.mr10{
		margin-right:10px;
}
.mr15{
		margin-right:15px;
}
.mr20{
		margin-right:20px;
}
.mr25{
		margin-right:25px;
}
.mr30{
		margin-right:30px;
}
.mr35{
		margin-right:35px;
}
.mr40{
		margin-right:40px;
}
.mr45{
		margin-right:45px;
}
.mr50{
		margin-right:50px;
}
