
html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}


div.centerContainer {
    /*top: 0; left: 0;*/
    /*margin: 0px 5px 0px 5px;*/
    /*width: calc(100% - 10px);*/

    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
}

div.centerContent {
    display: table-cell;
    vertical-align: middle;
}

div.content-cell {
    margin: 5px 5px 5px 5px;
}


/* =============== Prime faces Components ============== */
button.ui-button {
    margin-right: .5rem;
}

.ui-growl {
    left: 20px;
}

body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
}

body .ui-menu.ui-menubar {
    padding: 0.0rem !important;
    background: #ffffff !important;
    border-radius: 4px !important;
}

body .ui-button.ui-button-text-icon-left .ui-button-text {
    padding: 0.3rem 1rem 0.3rem 2rem;
}


/* =============== Header / Menu ============== */
.main-menu-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 50px;
    height: 50px;
    z-index: 999;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    position: fixed;
    background-color: #fff;
}

.container-branding {
    display: grid;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
}

.package-options--nav {
    width: 100%;
    z-index: 1;
    -webkit-box-flex: 9;
    flex: 9;
}

.packages-options--nav-list {
    margin-block-start: 0px;
    margin-block-end: 0px;

    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    counter-reset: menuCounter;
    background: hsla(0, 0%, 100%, .3);
    list-style-type: none;
}

.packages-options--nav-item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    min-width: 80px;
    max-width: 200px;
    counter-increment: menuCounter;
}

.packages-options--nav-title {
    color: #000;
    font-size: 14px;
    padding: 20px 0;
    display: inline-block;
    margin: 0;
}

.packages-options--nav-item_selected {
    box-shadow: inset 0 -5px 0 -1px #007fff;
}

/* オーダー関連 */
.order-footer-container {
    position: fixed;
    bottom: 0;
    background-color: #333;
    width: 100%;
    z-index: 1;
}


.option-dropdown {
    width: 90% !important;
    border-color: #2196f3 !important;
    border-width: medium !important;
}

.option-name-text {
    font-size: 12pt;
    margin-right: 3px;
}

.option-value-text {
    text-decoration: underline;
    font-size: 12pt;
    margin-right: 3px;
}

.option-price-text {
    color: #343434;
    font-size: 9pt;
    margin-right: 3px;
    font-weight: bold;
}

.option-before-price-text {
    text-decoration: line-through;
    color: gray;
    font-size: 8pt;
    margin-right: 3px;
}

.option-discount-rate-text {
    color: #ff8686;
    font-size: 9pt;
    margin-right: 0px;
}

.panelHeader {
    padding: 5px 5px 5px 5px !important;
    font-size: 1.3em !important;
}

.panelHeaderIcon {
    font-size: 1.2em !important;
    margin-right: 5px;
}

.panelHeaderText {
    font-size: 1.5em !important;
    margin-left: 5px;
}

.backOrder {
    color: #ff8fb3;
    font-size: 15px;
    margin-right: 3px;
}

.preOrder {
    color: #ff8fb3;
    font-size: 15px;
    margin-right: 3px;
}

.soldOut {
    color: #ff4188;
    font-size: 15px;
    margin-right: 3px;
}

.image-h1 {
    max-width: 100%;
    height: auto;
}

.image-v1 {
    max-width: 120px;
}

.custom-image {
    max-width: 300px;
    max-height: 300px;
    height: auto;
}

.current-point-value {
    font-weight: bold;
    font-size: 1.2em;
}


/* layout */
.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    background-color: #f2f2f2;
    box-sizing: border-box;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /* Firefox */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form-container {
    width: 100%;
    background: white;
    border-radius: 30px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;

    padding-bottom: 10px;
    padding-top: 10px;
}

.form-group {
    /*text-align: center;*/
}

.form-title {
    text-align: center;
}

.form-input {
    padding: 4px !important;
    /*text-align: center;*/
}

.form-input > input, .form-input > button, .form-input > textarea {
    width: 100%;
}

.gg-icon {
    width: 20px;
    height: 20px;
    background-image: url("/jakarta.faces.resource/img/gg.png.jsf");
    background-size: 20px;
}
