@charset "UTF-8";
/*----------------------------------------
* last update 2022/12/26
*
* +00 reset
* +01 #kdl-guide
* +02
*
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap");
/*----------------------------------------------------
++00 reset
----------------------------------------------------*/
body, section, article, nav, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
p, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

address {
  font-style: normal;
}

/* default */
body {
  width: 100%;
  height: auto !important;
  color: #515150;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, button, textarea, select {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  border: 1px solid #aaa !important;
}
input[type="text"],input[type="password"] {
  width: 310px;
}
button {
  border: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

a {
  color: #94B228;
  font-weight: 500;
}

a:hover {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/* common */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.v-btn.v-size--default {
    min-width: 180px;
    font-size: 18px !important;
    letter-spacing: normal;
    font-weight: 600;
}
#event-close-button-inner {
  background-color: #666 !important;
}
.v-application .primary, #js-local-video-share-button {
  background-color: #94B228 !important;
  color: white;
}
button#video-share-close-button-inner span::before {
  content: "";
  display: block;
  width: 32px;
  height: 22px;
  background: url(https://storage.googleapis.com/skyway-css/img/clone.svg) no-repeat center center / 22px 22px;
}
.name-stream {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 600;
}
.fa-cog:before, .fa-gear:before {
  content: ""!important;
  display: block;
  width: 35px;
  height: 35px;
  background: url(https://storage.googleapis.com/skyway-css/img/setting.svg) no-repeat center center / 35px 35px;
}
.v-dialog.v-dialog--active input {
	border: none !important;
}

/*----------------------------------------------------
++01 #kdl-guide
----------------------------------------------------*/
/* ユーザー用ページ
----------------------------------------------------*/
#kdl-guide .camera-box {
  background: #1A1A1C;
}
#kdl-guide .remote-not-yet-join {
  font-size: 50px;
  font-weight: 900;
}
#kdl-guide #dialog-open-button {
  color: white;
}
/* ガイド用ページ
----------------------------------------------------*/
#kdl-guide.container {
  max-width: initial;
  padding: 0;
}
#kdl-guide .room {
  display: flex;
  flex-direction: column;
}
#kdl-guide #js-local-streams {
  background: #1A1A1C;
}
#kdl-guide #js-local-streams.flex-container {
  justify-content: flex-start;
  padding: 16px;
  position: relative;
  order: 1;
  height: 50vh;
}
#kdl-guide #js-remote-streams.flex-container {
  background-color: #eee;
  padding: 16px;
  justify-content: space-around;
  align-items: center;
  order: 0;
  height: 50vh;
}
#kdl-guide #js-remote-streams.flex-container>div {
  width: 38.5% !important;
  height: 99% !important;
}
#js-local-streams>div:first-of-type {
  background: none;
  margin: 0;
  position: absolute;
  display: block;
  height: calc(50vh - 33px);
  width: 300px !important;
}
#js-local-streams>div:first-of-type .name-stream {
  bottom: auto;
  top: 205px;
}
#js-local-streams>div:last-of-type {
  width: 34% !important;
  margin: 0 auto;
  flex-direction: column;
  height: 100%;
  background: none;
}
#js-local-streams>div:last-of-type video {
  aspect-ratio: 25 / 19;
  overflow: hidden;
}
#video-share-close-button {
  position:static !important;
  margin: 0;
  align-content: flex-end;
}
#event-close-button {
  background: none;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
}
.kdl-guide-event-title {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: white;
  border: 1px solid #fff;
  padding: 7px 10px;
}
.kdl-guide-box button.v-btn.v-btn--is-elevated.v-btn--has-bg.theme--light.v-size--default {
  margin-bottom: 0;
}

/* ガイド用アカウント、サインイン、パスワード変更
----------------------------------------------------*/
.signin {
  flex-direction: row !important;
}
#kdl-resetpass {
  background-color: #fff !important;
  justify-content: center;
  display: flex;
  align-items: center;
}
#kdl-signin input {
  display: block;
  margin: 0 auto 20px;
}
#kdl-resetpass button {
  display: block;
  margin: 40px auto;
}
#kdl-signup{
  flex-direction: row;
}
#kdl-signup h1, #kdl-signin h2, #kdl-resetpass h2 {
  display: none;
}
#kdl-signup.signup, #kdl-signin.signin, #kdl-resetpass.resetpass {
  margin-top: 0;
  height: 100vh;
  justify-content: start;
  padding: 12px;
  max-width: 1500px;
}
#kdl-signup button, #kdl-signin button, #kdl-resetpass button {
  min-width: 249px;
  background-color: #718D0E;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 7px;
  box-shadow: 20px 23px 20px rgba(0, 0, 0, .16);
  padding: 4px 0;
}
.kdl-signup-box, .kdl-signin-box, .kdl-resetpass-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  flex-direction: column;
}
.kdl-signup-box h2 {
  margin-bottom: 10px;
}
.kdl-signup-box label {
  display: block;
  width: 192px;
  margin: 0 auto;
  text-align: left;
}
.kdl-signup-box .firebaseui-container {
  margin-bottom: 50px;
}
.kdl-signup-box .firebaseui-card-content {
  margin-bottom: 40px;
}
.kdl-signin-box p {
  margin-top: 40px;
}

#kdl-resetpass-description-box1 {
  width: 80%;
  margin: 21px auto;
}
.image-area {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ミーティング登録フォーム */
.kdl-meeting-detail-box.container {
  position: static !important;
  height: auto !important;
  min-height: 100vh;
}
.kdl-meeting-detail-box .image-area {
  flex: 0 1 9% !important;
  height: 90vh;
}
.kdl-meeting-detail-box .menu-area #container {
  display: block;
  width: 650px;
}
.kdl-meeting-detail-box .v-application--wrap {
  min-height: auto;
}
.date-time-input-field, .text-input-field {
  height: auto !important;
}
.kdl-meeting-detail-box #field-area > div:first-of-type {
  display: flex;
  flex-direction: column-reverse;
}
.kdl-meeting-detail-box #field-area > div:first-of-type .row:last-of-type {
  margin: 0;
}
.back-to-top-box a {
  display: inline-block;
  border-radius: 7px;
  background-color: #DDDDDD;
  color: black !important;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 17px;
}
.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover {
  background: rgba(0,0,0,.06) !important;
}
.v-application .kdl-dashboard-box .blue.darken-3 {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: none;
}
.url-copy-button .theme--light.v-btn.v-btn--has-bg {
  background-color: #666666;
  box-shadow: none;
  color: white;
  padding: 11px 31px !important;
  margin: 0 15px;
}
.v-application .kdl-dashboard-box .grey--text {
  color: #1A1A1C;
}

/* イベント一覧 */
.kdl-dashboard-box.container {
  max-width: 1500px !important;
}
.kdl-dashboard-box .row {
  align-content: center;
  flex-direction: column;
  text-align: center;
}
.kdl-dashboard-box .row.mt-2.align-center.justify-center {
  flex-direction: row;
}
.kdl-dashboard-box .v-card__text {
  text-align: left;
}
.kdl-dashboard-box .v-data-iterator {
  text-align: left;
  margin-bottom: 100px;
}
.kdl-dashboard-box .v-btn.v-btn--is-elevated.v-btn--has-bg.theme--light.v-size--default:first-of-type {
  box-shadow: 20px 23px 20px rgb(0 0 0 / 16%);
}
button.v-btn.v-btn--is-elevated.v-btn--has-bg.theme--light.v-size--default {
  min-width: 249px;
  background-color: #666666;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 7px;
  padding: 4px 0;
  margin-bottom: 50px;
  height: 40px;
}
.url-copy-button button.v-btn.v-btn--is-elevated.v-btn--has-bg.theme--light.v-size--default {
  margin-bottom: 0;
  box-shadow: none;
}
.kdl-dashboard-box .v-btn--is-elevated {
  background-color: #718D0E !important;
}
.kdl-dashboard-box .v-btn--round {
  background-color: #000 !important;
}
.logout-button a {
  background-color: #666666;
  border-radius: 7px;
  color: white !important;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 31px !important;
  width: 249px;
  display: inline-block;
}
.meeting-form-box .button-action-area button {
  margin: 0 15px;
}
.meeting-form-box .row + .row {
  margin-top: 0;
}
.meeting-form-box .button-action-area {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.meeting-form-box.editing .button-action-area button:first-of-type {
  background-color: #718D0E !important;
}
.meeting-form-box.readonly .button-action-area button:last-of-type {
  background-color: #BB0000 !important;
}
.meeting-form-box.readonly .button-action-area button:first-of-type span::before {
  content: "";
  width: 33px;
  height: 23px;
  display: inline-block;
  background: url(https://storage.googleapis.com/skyway-css/img/edit.svg) no-repeat center center / 23px 23px;
  top: 8px;
  left: 0;
}

/* dialog */
.v-dialog__content .v-sheet.v-card {
  padding: 35px 25px;
  background-color: #F6F6F6;
}
.v-dialog__content .v-card button.v-btn.v-btn--is-elevated.v-btn--has-bg.theme--light.v-size--default {
  margin-bottom: 0;
}
.v-dialog__content .v-card .v-card__title {
  justify-content: center;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
  padding: 0 !important;
}
.v-dialog__content .v-card__text .col-sm-6.col-12:last-of-type button {
  background-color: #718D0E !important;
  border-color: #718D0E !important;
}
.v-dialog__content .v-card__actions {
  position: absolute;
  top: 20px;
  right: 15px;
  bottom: auto;
  left: auto;
  padding: 0 !important;
}
.v-dialog__content #my-video-selector-action.v-card__actions {
  position: static;
  top: auto;
  right: auto;
}

#device-setting-dialog-close-button {
  min-width: 36px !important;
}
#device-setting-dialog-close-button::before {
  content: "✕";
  opacity: 1.0;
  font-size: 17px;
  background-color: inherit;
  color: #666666;
  border: 2px solid #666666;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  line-height: 1.7;
}
#device-setting-dialog-close-button span.v-btn__content {
  display: none;
}
#my-video-selector-base {
  border: 1px solid #dcdcdc;
}
#my-video-selector-grid .choice-video {
  border-color: #94B228 !important;
  height: 100%;
}
.v-dialog__content #my-video-selector-grid .v-sheet.v-card {
  padding: 5px;
}
#my-video-selector-action {
  justify-content: center;
  margin-top: 15px;
}
#my-video-selector-action .spacer {
  display: none;
}
#my-video-selector-action button {
  border-radius: 7px;
  color: white !important;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 31px 8px!important;
  width: 249px;
  display: inline-block;
  margin: 0 10px;
}
.my-video-selector-cancel {
  background-color: #666666;
}
.my-video-selector-ok {
  background-color: #718D0E;
}
.v-card__actions.video-title {
  position: static;
  top: auto;
  right: auto;
  margin-top: 10px;
}

.local-stream-position[data-v-7ced8c3f],
.user-with-share-video[data-v-7ced8c3f]{
	bottom:0 !important;
	right: 0 !important;
}
.guide-video-position[data-v-7ced8c3f] {
	left: 0 !important;
	top: 0 !important;
}