/*************全ページ共通のCSS*************/
/*************初期設定*************/
/** {*/
/*-webkit-overflow-scrolling: touch;*/
/*}*/

html {
    font-size: 10px;
    font-family: sans-serif;
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.6;
}


body {
    position: relative !important;
    overflow: visible !important;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.4rem;
    }
}

.ja {
    /*font-family: 'Noto-Serif','Noto Serif', serif !important;*/
    /*font-family: 'Noto Serif', "Yu Mincho Pr6";*/
    font-family: 'Noto Serif JP', serif;
}

.en {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

h1, h2, h3, h4 {
    font-weight: inherit;
}

.paragraph {
    line-height: 1.6;
}

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

.myMenuContainer {
    width: 100%;
}

.myImg {
    padding-top: 55%;
    overflow: hidden;
    height: 0;
}

@media screen and (min-width: 768px) {
}

/*************追加分*************/
/*デザイン系*/
html {
    /*font-size: 2.66666666667vw;*/
    font-size: 3.125vw;
}

body {
    /*font-size: 1.5rem;*/
    font-size: 1.3rem;
    /*font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    height: auto;
    padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}

.myBack {
    background: #006DB5;
    color: #fff;
}

.myBack2 {
    background: #007FEB;
    color: #fff;
}

.myBack3 {
    background: #fff;
}

.myBack4 {
    background: #e60033;
    color: #fff;
}

.c {
    color: #006DB5;
}

.c2 {
    color: #007FEB;
}

.c3 {
    color: #B7B5B5;
}

.myGradationBar {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1.25vw;
    /*background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 13.5%,#04c2c0 14.5%,#047ac2 25.5%,#2664e4 36%,#1b85d0 50%,#2664e4 64%,#047ac2 74.5%,#04c2c0 85.5%,#04c2c0 86.5%,#047ac2 100%);*/
    /*background: linear-gradient(135deg,#047ac2 0%,#04c2c0 13.5%,#04c2c0 14.5%,#047ac2 25.5%,#2664e4 36%,#1b85d0 50%,#2664e4 64%,#047ac2 74.5%,#04c2c0 85.5%,#04c2c0 86.5%,#047ac2 100%);*/
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    z-index: 100;
    background-size: 600% 600%;
    animation: gradationAnimation 5s ease infinite;
}

.myGradation {
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background-size: 600% 600%;
    animation: gradationAnimation 5s ease infinite;
    color: #fff;
}

@keyframes gradationAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*header*/

.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 35;
    width: 7.4rem;
    height: 9.02rem;
    background: url("/img/ham.png") no-repeat center center;
    background-size: contain;
}

.hamburger.show {
    background: url("/img/hamclose.png") no-repeat center center;
}

.noText {
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
}

/*全体共有パーツ*/
header,
.myHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

p a {
    display: inline;
    text-decoration: underline;
}

.myMainContent h1, .myMainContent h2 {
    margin: 0 0 2rem;
}

.myMain {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 3.8rem 0 0;
    margin-top: calc(constant(safe-area-inset-top) + 3.8rem);
    margin-top: calc(env(safe-area-inset-top) + 3.8rem);
    padding: 0;
    min-height: calc(100vh - 3.8rem);
}

.myMainContent {
    padding: 2rem 1rem 15rem;
    background: #fff;
    width: 100%;
    height:auto;
    min-height: calc(100vh - 3.8rem);
    -webkit-overflow-scrolling: touch;
}

.myMainContentInner {
    padding: 2.5rem 1.5rem;
    background: #fff;
    min-height: calc(100vh - 3.8rem);
    width: 100%;
    position: absolute;
    top: 6rem;
    left: 0;
}

.myItem {
    margin: 0 0 2rem;
}

/*Group*/
.myGroup {
    margin: 0 auto 5rem;
}

.myGroupItem {
    margin: 0 auto 3.4rem;
}

.myGroup:last-of-type,
.myGroupItem:last-of-type {
    margin: 0 auto;
}

/*Buttons*/

.myButton,
.myBox {
    margin: 0 auto 2rem;
    width: 100%;
}

.myButton:last-of-type,
.myBox:last-of-type {
    margin: 0 auto;
}

.myButton {
    border: none;
    font-weight: bold;
    border-radius: 0.5rem;
    height: 4rem;
    font-size: 1.3rem;
    line-height: 4rem;
    cursor: pointer;
}

.myButton p {
    text-align: center;
    cursor: pointer;
}

.myButton i {
    margin: 0 0 0 1rem;
}

.withButton {
    display: flex;
    margin: 0 0 1rem;
}

.withButton h2 {
    display: inline-block;
    margin-right: 1rem;
}

.withButton .myButton {
    width: 10rem;
    font-size: 1.3rem;
    height: 3rem;
    line-height: 1;
    margin: 0;
}

.myButtonsContainer .myButton {
    margin: 0 0 2rem;
}

.myBox {
    border: 1px solid #006BB8;
    border-radius: 0.5rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
}

.myBox p {
    text-align: center;
}

.myErrorBox {
    color: red;
    border: 1px solid red;
}

/*alert modal*/

/*roster*/

.myUserImg {
    width: 300px;
    margin: 0 auto;
}

.myListImg {
    width: 30px;
}

table {
    margin: 0 auto;
}

tr {
    border: 1px solid;
}

/*form*/
select {
    line-height: 1;
}

input, textarea, select {
    outline: none !important;
    -webkit-appearance: initial !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%;
}

input[type="file"],input[type="text"],input[type="date"],input[type="time"],input[type="number"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
    border: 0.05rem solid #006DB5;
    /*border-radius: 1rem;*/
    min-height: 3rem;
    padding: 1rem 1.2rem;
    background: #fff;
}

input[type="file"],input[type="text"],input[type="date"],input[type="time"],input[type="number"], input[type="email"], input[type="tel"], input[type="password"], select {
    padding: 0 1.2rem;
}

input[type="file"] {
    min-height: unset;
    padding: 1rem 1.2rem;
}

input[type=checkbox] {
    display: none;
}

.myCheckboxLabel {
    padding-left: 2em;
    position: relative;
    margin-right: 1em;
}

.myCheckboxLabel::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
}

input[type=checkbox]:checked + .myCheckboxLabel {
    color: #007FEB;
}

input[type=checkbox]:checked + .myCheckboxLabel::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.6em;
    transform: translate(-50%, -50%) rotate(40deg);
    width: 0.2em;
    height: 0.5em;
    border-bottom: 3px solid #007FEB;
    border-right: 3px solid #007FEB;
}

input[type=radio] {
    display: none;
}

input[type=radio] + .myRadioLabel {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

input[type=radio] + .myRadioLabel::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}

input[type=radio]:checked + .myRadioLabel {
    color: #007FEB;
}

input[type=radio]:checked + .myRadioLabel::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #007FEB;
    border-radius: 50%;
}

.myCheckboxLabel,
.myRadioLabel {
    line-height: 2em;
}

.myForm {
    margin: 0 0 3.5rem;
}

.myFormItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 1.4rem;
    flex-wrap: wrap;
}

.myFormItem.withLabel input {
    margin: 0;
}

.myFormItem.withLabel label {
    width: 100%;
    display: flex;
    align-items: center;
}

.myFormItem.withLabel label,
.myFormItem.withLabel >  input,
.myFormItem.withLabel .myEditorBox,
.myFormItem.withLabel textarea,
.myFormItem.withLabel select,
.myFormItem.withLabel .myCheckBoxGroup,
.myFormItem.withLabel .myRadioButtonGroup,
.myFormItem.withLabel .vdp-datepicker,
.myFormItem.withLabel.myForm-editor {
    width: 100%;
    min-height: 3rem;
    text-align: left;
}

.myFormItem.withLabel.myForm-editor {
    display: block;
}

.myFormItem.withLabel.myForm-editor > div {
    width: 100%;
}

.myFormItem.withLabel.inOneLine.myForm-eventDate > div{
    width: 100%;
}

.myFormItem.withLabel.inOneLine label {
    width: 6rem;
    text-align: left;
    /* line-height: 3rem; */
}

.myFormItem.withLabel .myRadioButtonGroup label {
    width: 100%;
}

.myFormItem.withLabel.inOneLine >  input,
.myFormItem.withLabel.inOneLine .vdp-datepicker,
.myFormItem.withLabel.inOneLine >  div{
    width: calc(100% - 6rem);
}

.myFormItem.withLabel.inOneLine.myForm-radio > label,
.myFormItem.withLabel.inOneLine.myForm-checkbox > label{
    width: calc(100% / 3);
}

.myFormItem.withLabel.inOneLine .myCheckBoxGroup,
.myFormItem.withLabel.inOneLine .myRadioButtonGroup {
    width: calc((100% / 3) * 2);
}

.myFormItem.withLabel.inOneLine .myCheckBoxGroup > label,
.myFormItem.withLabel.inOneLine .myRadioButtonGroup > label {
    min-width: 50%;
    width: auto;
    display: inline-block;
}

.myFormItem.withLabel.inOneLine .myEventDatePicker .vdp-datepicker,
.myFormItem.withLabel.inOneLine.myForm-eventTime input[type="time"]{
    width: 100%;
}

.myFormItem.withLabel.inOneLine.myForm-address select {
    width: 100%;
    margin: 0;
}

.postView, .editor {
    line-height: 2;
}

.postView p,
.editor p{
    display: inherit !important;
}

.editor p span {
    display: inline !important;
    width: auto;
}

.editor img,
img.edi {
    max-width: 100%;
    width: auto;
}

.postView ul,
.editor ul {
    list-style: circle;
}

.postView ul,
.editor ul,
.postView ol,
.editor ol {
    padding: 0 0 0 1.8em;
}

.postView a,
.editor a {
    text-decoration: underline;
    color: #007FEB;
}

.contact label.myFormItemLabel,
.contact textarea,
.contact .myRadioButtonGroup {
    width: 100% !important;
}

.ql-editor {
    max-height: calc(100vh - 28rem);
}

.ql-toolbar {
    display: none;
    /*background: #006DB5;*/
}

.ql-toolbar:first-of-type {
    display: inherit;
}

.ql-fileInput {
    display: none !important;
}

.myEventTimePicker .el-date-editor.el-input {
    width: 100% !important;
}

/*user*/
.myUserImg {
    margin: 0 auto 1.5rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    overflow: hidden;
}

/*myMainContentFooterButton*/
.myMainContentFooterButton {
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    height: 3.8rem;
    height: calc(constant(safe-area-inset-bottom) + 3.8rem);
    height: calc(env(safe-area-inset-bottom) + 3.8rem);
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
    line-height: 3.8rem;
    font-weight: bold;
    margin: 0 !important;
    z-index: 2;
}

.myMainContentFooterButton p{
    text-align: center;
}

.myMainContentFooterButtonsContainer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    min-height: 3.8rem;
    min-height: calc(constant(safe-area-inset-bottom) + 3.8rem);
    min-height: calc(env(safe-area-inset-bottom) + 3.8rem);
    font-weight: bold;
    padding: 0.4rem 1.7rem;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 0.4rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.4rem);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.myMainContentFooterButtonsContainer .myButton {
    width: 12.6rem;
    border-radius: 1rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0;
}

.myMainContentFooterButtonsContainer.has3 .myButton:last-of-type {
    margin: 0.4rem 0 0;
    width: 100%;
}

/*roster*/
.myRosterHeader {
    display: flex;
    width: 100vw;
    position: fixed;
    top: 3.8rem;
    left: 0;
    z-index: 1;
}

.myRosterHeaderItem {
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    position: relative;
    transition: 0.3s;
}

.myRosterHeaderItem.active {
    font-weight: bold;
}

.myRosterHeaderItem p {
    text-align: center;
}

.myRosterHeaderItemBar {
    width: 0%;
    height: 0.5rem;
    opacity: 0;
    transition: 0.3s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.myRosterHeaderItem.active .myRosterHeaderItemBar {
    width: 100%;
    opacity: 1;
}

.myMainContentFooterButton p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myMainContentFooterButton img {
    width: 1.77rem;
    display: inline-block;
    margin: 0 0.5rem 0 0;
}

.normalList-enter-active,.normalList-leave-active,
.filteredList-enter-active,.filteredList-leave-active,
.opacity-enter-active,.opacity-leave-active{
    transition: 0.3s;
}

.normalList-enter,
.normalList-leave-to,
.opacity-enter,
.opacity-leave-to{
    opacity: 0;
}

.normalList-enter-to,
.normalList-leave,
.opacity-enter-to,
.opacity-leave{
    opacity: 1;
}

/*list*/
.myListData {
    display: flex;
    font-size: 1rem;
}

.myListData p {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.myListLabel,
.myListData,
.myListCategories,
.myListTags,
.myListEntry{
    display: block;
    width: 100%;
    line-height: 1;

}

.myListEntry p {
    display: inline-block;
}

.myListDate,
.myListTime{
    display: block;
    width: 50%;
    margin: 0 0 1.5rem;
}

.myListLabel {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0 0 0.5rem;
}

.noItem {
    display: block !important;
    width: 100%;
}

.myListEntry {
    font-size: 1.2rem;
    font-weight: bold;
}

.myListLabel .ruby {
    display: block;
    font-size: 0.8rem;
}
.myListCategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: bold;
}

td.myListCategories p {
    width: auto;
    height: 2rem;
    min-width: 12rem;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.2rem;
    margin: 0 0 1rem;
}

td.myListTags {
    margin: 0 0 1.5rem;
    font-weight: bold;
}

td.myListTags p {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 1rem 0 0;

}

.myListDate span,
.myListTime span {
    display: block;
}

.myListDate .label,
.myListTime .label{
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin: 0 0 0.8rem;
}

.myListDate .data,
.myListTime .data {
    font-size: 1.7rem;
    margin: 0 0 0.8rem;
}

.myListDate .data:last-of-type,
.myListTime .data:last-of-type {
    margin-bottom: 0;
}


/*reservation*/
.myReservationDetail .myReservationBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 2;
}

.myReservationDetail .myReservationBoxHeader {
    position: fixed;
    top: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    width: 100%;
    height: 4rem;
    height: calc(constant(safe-area-inset-top) + 4rem);
    height: calc(env(safe-area-inset-top) + 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.myReservationDetail .myReservationBoxHeader button {
    background: none;
    width: 1.7rem;
    position: absolute;
    top: 50%;
    top: calc(constant(safe-area-inset-top) / 2 + 50%);
    top: calc(env(safe-area-inset-top) / 2 + 50%);
    right: 0.85rem;
    transform: translateY(-50%);
}

.myReservationBoxMain {
    height: 100vh;
    padding: 4.4rem 0.8rem;
    padding-top: calc(constant(safe-area-inset-top) + 4.4rem);
    padding-top: calc(env(safe-area-inset-top) + 4.4rem);
    padding-bottom: calc(constant(safe-area-inset-bottom) + 4.4rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 4.4rem);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: wrap;
}

.myReservationForm,
.myReservationDateBox {
    width: 100%;
}

.myReservationDetail .myDateListHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3.8rem;
    height: 3.8rem;
    margin: 0;
}

.myReservationDetail .myDateListHeader h2{
    margin: 0;
    width: 60%;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
}

.myReservationDetail .myDateListHeader button {
    width: 20%;
    font-size: 1.3rem;
    text-align: center;
    background: none;
    color: #fff;
}

.myReservationDetail .myDateHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-radius: 5px 5px 0 0;
    margin: 0 0 4.5rem;
    font-weight: bold;
}

.myReservationDetail .myDateHeaderButton {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 10rem;
    border-radius: 5px;
    font-weight: bold;
}


.myReservationDetail .myDateList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.myReservationDetail .myDateItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 6px -1px rgba(0,0,0,0.2);
    /* border-radius: 5px; */
    margin: 0 0 1rem;
    padding: 1.65rem 0.8rem;
}

.myReservationDetail .hour,
.myReservationDetail .row {
    width: 100%;
}

.myReservationDetail .hour {
}

.myReservationDetail .row {
    display: flex;
}

.myReservationDetail .time,
.myReservationDetail .data {
    height: 2rem;
}

.myReservationDetail .time {
    width: 4rem;
    font-weight: bold;
    padding: 0 1rem 0 0;
    font-size: 1rem;
    text-align: right;
}

.myReservationDetail .time p {
    transform: translateY(-30%);
    text-align: right;
}

.myReservationDetail .data {
    width: calc(100% - 5.5rem);
    border-top: 1px solid #707070;
    font-weight: bold;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

.myReservationDetail .row:nth-of-type(2) .data {
    border-top: 1px solid #AFAFAF;
}

.myReservationDetail .row.active .data {
    background: #8EDEF3;
}

.myReservationDetail .row.hold .data {
    background: #8df2a1;
}

.myReservationDetail .error {
    color: red;
    font-weight: bold;
}

.myReservationDetail .myButtonsContainer {
    margin: 0 0 5rem;
}

/*drive*/
.myDriveHeader {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
    position: fixed;
    top: 3.8rem;
    top: calc(constant(safe-area-inset-top) + 3.8rem);
    top: calc(env(safe-area-inset-top) + 3.8rem);
    left: 0;
    z-index: 1;
}

.myDriveHeader h1,
.myDriveHeader button {
    display: inline-block;
}

.myDriveHeader h1 {
    margin: 0;
    width: 80%;
    line-height: 4rem;
    text-align: left;
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.myDriveHeader button {
    height: 4rem;
    font-size: 0.7rem;
    text-align: center;
    width: 7rem;
}


.myDriveHeader button img {
    width: 2.2rem;
    margin: 0 auto;
}

.myDriveItem {
    width: calc((100% - 2.8rem) / 3);
    margin: 0 1.4rem 2.6rem 0;
    display: inline-block;
    text-align: center;
}

.myDriveItem:nth-of-type(3n) {
    margin: 0 0 2.6rem;
}

.myDriveItem p {
    text-align: center;
}

.myDriveItem .myIcon {
    width: 8.5rem;
    height: 9.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    position: relative;
}

.myDriveItem .myIcon a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.myDriveItem .myIcon img {
    max-width: 7rem;
}


.myDriveItemName {
    margin: 0.8rem 0 0;
    font-size: 1rem;
    font-weight: bold;
}

.myDriveItemOwner {
    font-size: 1rem;
    font-weight: bold;
}

.myDriveUpdated {
    font-size: 0.7rem;
    color: #707070;
    margin: 0 0 0.7rem;
}

.myDriveEdit,
.myDriveDelete{
    font-size: 1rem;
    text-decoration: underline;
}

/*date-picker*/
.vdp-datepicker__calendar header {

    position: relative;
    top: auto;
    left: auto;
}

.vdp-datepicker__calendar header .prev, .vdp-datepicker__calendar header .next {
    margin: 0;
}

.el-time-spinner__item {

    text-align: center;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper:nth-of-type(3) {
    display: none;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
    width: 50%;
}

.vdp-datepicker input{
    margin: 0;
}


ons-pull-hook {
    height: 64px !important;
    height: calc(constant(safe-area-inset-top) + 64px) !important;
    height: calc(env(safe-area-inset-top) + 64px) !important;
    line-height: 64px !important;
    padding-top: constant(safe-area-inset-top) !important;
    padding-top: env(safe-area-inset-top) !important;
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 10px !important;
    }

    body {
        font-size: 1.5rem;
    }

    header, .myHeader {
        z-index: 3;
    }

    .myGlobalNav {
        overflow: hidden;
    }

    .myMain {
        position: relative;
        top:0;
        left:0;
        width: 100vw;
        height: 100vh;
        margin: 0;
    }

    .myMainContent {
        /*height: 100vh;*/
        padding: 8.5rem 1.5rem 15rem;
        background: #fff;
        /*position: absolute;*/
        width: 100%;
        /*top: 0;*/
        /*left: 0;*/
        /*transform: translateZ(0);*/
        height:100%;
        /*overflow: scroll;*/
        /*overflow:auto;*/
        -webkit-overflow-scrolling: touch;
    }

    .myMain {
        position: relative;
        width: calc(100% - 190px);
        z-index: 5;
        margin: 0 0 0 auto;
        margin-top: 3.2rem;
        height: auto;
        min-height: calc(100vh - 3.2rem);
    }

    .myMainContent {
        padding: 2rem 1.3rem 15rem;
        /*height: calc(100vh - 3.2rem);*/
        min-height: calc(100vh - 5.3rem);
    }

    h1 {
        margin: 0 0 4rem;
    }

    h2 {
        margin: 0 0 2rem;
    }

    /*Group*/
    .myGroup {
        margin: 0 auto 5rem;
    }

    .myGroupItem {
        margin: 0 auto 6.8rem;
    }

    .myGroup:last-of-type,
    .myGroupItem:last-of-type {
        margin: 0 auto;
    }

    .myButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

    .myButtonsContainer .myButton {
        width: 20rem;
        margin: 0 5rem 0 0;
    }

    .myButtonsContainer .myButton:last-of-type {
        margin-right: 0;
    }

    .withButton {
        margin: 0;
    }

    /*form*/

    .myFormItem.withLabel label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .myFormItem.withLabel .myFormItemLabel span {
        width: 50%;
    }

    .myValidationForm .myFormItem.withLabel .myFormItemLabel span {
        width: 100%;
    }

    .myFormItem.withLabel.full .myFormItemLabel span {
        width: auto;
    }

    .myFormItem.withLabel.full .myFormItemLabel span:last-of-type {
        /*margin: 0 0 0 1rem;*/
    }

    .myFormItem.withLabel.inOneLine label,
    .myFormItem.withLabel.inOneLine input{
        font-size: 1.5rem;
    }

    .myFormItem.withLabel label,
    .myFormItem.withLabel.inOneLine label,
    .myFormItem.withLabel.inOneLine.myForm-radio > label,
    .myFormItem.withLabel.inOneLine.myForm-checkbox > label,
    .myFormItem.withLabel.full.myForm-radio > label,
    .myFormItem.withLabel.inOneLine.full.myForm-radio > label{
        width: 22rem;
        align-items: flex-start;
        line-height: 3.7rem;
    }

    .myFormItem.withLabel.full > label,
    .myFormItem.withLabel.inOneLine.full > label{
        width: 100%;
        justify-content: flex-start;
    }

    .myFormItem.withLabel >  input,
    .myFormItem.withLabel .myEditorBox,
    .myFormItem.withLabel textarea,
    .myFormItem.withLabel select,
    .myFormItem.withLabel .myCheckBoxGroup,
    .myFormItem.withLabel .myRadioButtonGroup,
    .myFormItem.withLabel .myFileUploader,
    .myFormItem.withLabel.inOneLine >  input,
    .myFormItem.withLabel.full.myForm-radio .myRadioButtonGroup,
    .myFormItem.withLabel.full.myForm-checkbox .myCheckBoxGroup,
    .myFormItem.withLabel.inOneLine .myCheckBoxGroup, .myFormItem.withLabel.inOneLine .myRadioButtonGroup,
    .myFormItem.withLabel .vdp-datepicker,
    .myFormItem.withLabel.inOneLine .vdp-datepicker,
    .myFormItem.withLabel.inOneLine >  div,
    .myFormItem.withLabel.inOneLine.myForm-eventDate > div,
    .myFormItem.withLabel.inOneLine.myForm-eventTime > div{
        width: calc(100% - 22rem);
    }

    .myFormItem.withLabel.full > input,
    .myFormItem.withLabel.full .myEditorBox,
    .myFormItem.withLabel.full textarea,
    .myFormItem.withLabel.full select,
    .myFormItem.withLabel.full .myCheckBoxGroup,
    .myFormItem.withLabel.full .myRadioButtonGroup,
    .myFormItem.withLabel.inOneLine.full input,
    .myFormItem.withLabel.full .vdp-datepicker,
    .myFormItem.withLabel.full.inOneLine .vdp-datepicker{
        width: 100%;
    }

    .myFormItem.withLabel .myRadioButtonGroup label,
    .myFormItem.withLabel .myCheckBoxGroup > label,
    .myFormItem.withLabel .myRadioButtonGroup > label,
    .myFormItem.withLabel.inOneLine .myCheckBoxGroup > label,
    .myFormItem.withLabel.inOneLine .myRadioButtonGroup > label{
        width: auto;
        display: inline-block;
        min-width: unset;
    }

    .myFormItem.withLabel.inOneLine .myEventDatePicker .vdp-datepicker,
    .myFormItem.withLabel.inOneLine.myForm-eventTime input[type="time"]{
        width: 100%;
    }

    .ql-editor {
        max-height: 40rem;
        overflow-y: scroll;
    }

    /*myMainContentFooterButton*/
    .myMainContentFooterButton {
        width: calc(100vw - 200px);
        height: 10rem;
        line-height: 10rem;
        left: 200px;
    }

    .myMainContentFooterButtonsContainer {
        width: calc(100vw - 200px);
        height: 10rem;
        left: 200px;
        padding: 0 3rem;
        align-items: center;
        justify-content: space-between;
    }

    .myMainContentFooterButtonsContainer .myButton {
        width: calc((100% - 3rem) / 2);
        border-radius: 2rem;
        height: 7.4rem;
        line-height: 7.4rem;
        font-size: 1.5rem;
        margin: 0;
    }

    .myMainContentFooterButtonsContainer.has3 .myButton {
        width: calc((100% - 3rem) / 3) !important;
    }

    /*table*/
    .myTable td, .myTable th {
        padding: 0.5rem 3rem;
        /* display: flex; */
    }

    .myTable td {
        height: 6rem;
        min-width: 10rem;
    }

    /*roster*/
    .myRosterHeader {
        width: calc(100vw - 200px);
        left: 200px;
        top: 5.3rem;
    }

    /*list*/
    .myListImg ,
    .myListLabel,
    .event .myListLabel,
    .myListData,
    .myListCategories,
    .myListTags,
    .myListDate,
    .myListTime,
    .myListEntry{
        display: table-cell;
        width: auto;
        line-height: 1;
        padding: 1rem 1.2rem;
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .myListDate p,
    .myListTime p,
    .myListEntry p {
        text-align: center;
    }

    td.myListCategories p,
    td.myListTags p{
        font-size: 1.3rem;
        width: auto;
        margin: 0 1rem 0 0;
    }

    .myListDate .data, .myListTime .data {
        font-size: 1.3rem;
    }

    /*reservation*/
    .myReservationDetail .myButtonsContainer {
        display: block;
    }

    .myReservationDetail .myButtonsContainer .myButton {
        /* display: block; */
        width: 46rem;
        margin: 0 auto 1rem;
    }

    .myReservationDetail .myReservationBox {
        width: calc(100vw - 200px);
        height: calc(100vh - 5.3rem);
        left: 200px;
        top: 5.3rem;
    }

    .myReservationDetail .myReservationBoxHeader {
        top: 5.3rem;
        width: calc(100vw - 200px);
        right: 0;
        height: 5.2rem;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .myReservationBoxMain {
        padding: 6.3rem 1.6rem 12rem;
        display: flex;
        height: calc(100vh - 5.3rem);
        flex-direction: row-reverse;
    }

    .myReservationDateBox,
    .myReservationForm{
        width: 50%;
        display: inline-block;
    }

    .myReservationDetail .myDateListHeader {
        height: 4.6rem;
        line-height: 4.6rem;
    }

    .myReservationDetail .myDateListHeader h2 {
        font-size: 2rem;
    }

    .myDateItem {
        width: 100%;
        margin: 0;
        padding: 2rem 1.6rem;
    }

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

    .myReservationDetail .data {
        width: calc(100% - 7.6rem);
    }


    .myReservationDateBox {
        width: 50%;
    }

    .myReservationDetail .myDateListHeader {
        height: 4.6rem;
        line-height: 4.6rem;
    }

    .myReservationDetail .myDateListHeader h2 {
        font-size: 2rem;
    }

    .myReservationDetail  .myDateItem {
        width: 100%;
        margin: 0;
        padding: 2rem 1.6rem;
    }

    .myReservationDetail .myDateList {
        margin: 0 0 15rem;
    }

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

    .myReservationDetail .data {
        width: calc(100% - 7.6rem);
    }

    .myReservationForm {
        padding: 5rem 9rem;
    }

    .myReservationForm .myFormItem.withLabel input {
        width: 100%;
    }

    /*drive*/
    .myDriveHeader {
        top: 5.3rem;
        width: calc(100vw - 200px);
        left: 200px;
    }

    .myDriveItem {
        width: 15%;
        margin: 0 calc(10% / 5) 3% 0;
    }

    .myDriveItem .myIcon {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 90%;
    }

    .myDriveItem .myIcon img {
        width: 70%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

}
