@charset "UTF-8";
/*
 * Faundation
 * 基本となるスタイルを定義
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  box-sizing: border-box;
  background-color: #fdfdfd;
  font-family: system-ui;
}

fieldset {
  border: 0;
  padding: 0;
}

button {
  border: none;
  cursor: pointer;
}
button:disabled {
  background-color: rgba(34, 57, 112, 0.6352941176);
  color: #DDD;
  cursor: not-allowed;
}
button:not(:disabled):hover {
  opacity: 0.8;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td {
  border: 1px solid #223a70;
  padding: 8px;
  text-align: left;
  background-color: #FFF5EE;
}

tr {
  cursor: pointer;
}

span {
  cursor: pointer;
}

/*
 * Layout
 * ヘッダー・フッター・コンテンツエリア・コンテナなど
 * サイト全体の共通部分のスタイルを定義
 */
.l-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 18px;
}

.l-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 8%;
  z-index: 10;
  background-color: #223a70;
  color: #FFFFFF;
}
.l-header p {
  background-color: #223a70;
}

.l-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 0 -2px 20px #aaaaaa;
}

.l-footer--normal {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13%;
  background-color: #ffffff;
  box-shadow: 0 -2px 20px #aaaaaa;
}

.l-footer--normal-2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 11%;
  background-color: #ffffff;
  box-shadow: 0 -2px 20px #aaaaaa;
}

.l-footer--edit-datepick {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-color: #ffffff;
  box-shadow: 0 -2px 20px #aaaaaa;
}

.l-main {
  padding-top: 80px;
}

/*
 * Object
 * サイト内の各パーツのビジュアルに関するスタイルを定義
 */
/*
 * Component
 * 再利用できる最小単位のスタイルを定義
 */
.c-button--success {
  background-color: #28a745;
  color: #000;
}

.c-button--checkin {
  background-color: #cd853f;
  color: #FFF;
}

.c-button--submit {
  width: 220px;
  height: 40px;
  border-radius: 3px;
  background-color: #223a70;
  color: #FFF;
}

.c-button--fullsize {
  width: 100%;
  height: 100%;
  background-color: #2d81c7;
  color: #FFF;
}

.c-button--submit-small {
  width: 110px;
  height: 40px;
  border-radius: 3px;
  background-color: #223a70;
  color: #FFF;
}

.c-button--submit-minimum {
  width: 70px;
  height: 30px;
  border-radius: 3px;
  background-color: #223a70;
  color: #FFF;
}

.c-button--select-minimum {
  width: 100%;
  height: 20px;
  border-radius: 3px;
  border-color: #2d81c7;
  background-color: #e0f1ff;
  font-size: small;
  color: #555555;
}

.c-button--submit--important {
  width: 220px;
  height: 40px;
  border-radius: 3px;
  background-color: #227039;
  color: #FFF;
}

.c-button--submit--important--red {
  width: 220px;
  height: 40px;
  border-radius: 3px;
  background-color: #aa2835;
  color: #FFF;
}

.c-button--submit--important-large {
  width: 240px;
  height: 40px;
  border-radius: 3px;
  background-color: #227039;
  color: #FFF;
}

.c-button--submit--important-small {
  width: 110px;
  height: 40px;
  border-radius: 3px;
  background-color: #227039;
  color: #FFF;
}

.c-button--submit--danger {
  width: 220px;
  height: 40px;
  border-radius: 3px;
  background-color: #aa2835;
  color: #FFF;
}

.c-button--submit--danger-small {
  width: 110px;
  height: 40px;
  border-radius: 3px;
  background-color: #aa2835;
  color: #FFF;
}

.c-button--back {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #223a70;
  color: #FFF;
}

.c-button-size--small {
  font-size: 50%;
  width: 10em;
  padding: 10px auto;
}

.c-button-like-link {
  border-radius: 3px;
  background-color: #fdfdfd;
  color: #2f5fce;
}

.c-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-title--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-label {
  display: block;
  order: 1;
  transition: transform 0.2s;
  transform: translateY(2rem) scale(1);
  transform-origin: 0 100%;
  background-color: transparent;
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-modal-secondaly {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-modal--compCheckIn {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-modal-content {
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 95%;
  height: 85%;
}

.c-modal-content-plan {
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 95%;
  height: 180%;
}

.c-modal-content-datepick {
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 95%;
  height: 135%;
}

.c-modal-content-selectnumberofpeople {
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 95%;
  height: 70%;
}

.c-modal-content--secondary {
  margin: 20% auto;
  padding: 30px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 95%;
  height: 22%;
}

.c-modal-content-missingFields {
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 80%;
  height: 25%;
}

.c-modal-title {
  font-weight: 700;
  margin: 20px;
  font-size: 24px;
}

c-modal-close {
  color: #aaa;
  background-color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
c-modal-close:hover, c-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.c-table {
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border: 2px solid #063e5f;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
.c-table td {
  width: 50%;
  flex-grow: 1;
  font-size: 12px;
  border-bottom: 1px solid #063e5f;
  padding: 5px;
  border-collapse: collapse;
  box-sizing: border-box;
}
.c-table tr:last-child td {
  border-bottom: 0;
}

.c-table__item {
  background-color: rgba(102, 204, 136, 0.3137254902);
  border-bottom: 1px solid #063e5f;
  border-right: 1px solid #063e5f;
}

.c-loader-orbit-spinner {
  box-sizing: border-box;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  perspective: 800px;
}
.c-loader-orbit-spinner * {
  box-sizing: border-box;
}
.c-loader-orbit-spinner .orbit {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-loader-orbit-spinner .orbit:nth-child(1) {
  left: 0%;
  top: 0%;
  animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
  border-bottom: 3px solid #66CC88;
}
.c-loader-orbit-spinner .orbit:nth-child(2) {
  right: 0%;
  top: 0%;
  animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
  border-right: 3px solid #66CC88;
}
.c-loader-orbit-spinner .orbit:nth-child(3) {
  right: 0%;
  bottom: 0%;
  animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
  border-top: 3px solid #66CC88;
}
@keyframes orbit-spinner-orbit-one-animation {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-two-animation {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-three-animation {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.c-radio {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.c-radio input {
  display: none;
}
.c-radio label {
  display: block;
  float: left;
  cursor: pointer;
  width: 80%;
  margin: 1px 0 20px 0;
  padding: 3% 0 3% 0;
  border-right: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #e5e5e5;
  color: #555e64;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
}
.c-radio label:last-of-type {
  border-right: 0;
}
.c-radio input[type=radio]:checked + label {
  background-color: #2f5fce;
  color: #fff;
}

.c-dialog {
  width: 26em;
  max-height: 100%;
  border: none;
  border-radius: 3px;
  padding: 0;
  margin: auto;
}
.c-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.c-dialog .c-dialog__body {
  padding: 1em 2em 1em;
}
.c-dialog .c-dialog__footer {
  background-color: #fff;
  padding: 0;
  position: sticky;
  bottom: 0;
}
.c-dialog .c-dialog__button {
  width: 100%;
  height: 3em;
  border: none;
  cursor: pointer;
}
.c-dialog .c-dialog__button.ok {
  background-color: #28a745;
  color: #fff;
}
.c-dialog .c-dialog__button.ng {
  background-color: #6c757d;
  color: #fff;
}

.c-dialog2 {
  width: 250px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 4px #888;
  top: 50%;
}

.c-complete-diarog {
  width: 250px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 4px #888;
}

.accordion-content {
  padding: 10px;
  font-size: 12px;
  color: #6c757d;
  display: none;
}

.accordion-content--payment {
  display: none;
}

.accordion-content.active {
  display: block;
}

.accordion-content--payment.active {
  display: block;
}

.c-calendar #calendar {
  display: flex;
  flex-wrap: wrap;
}
.c-calendar section {
  margin: 10px;
}
.c-calendar h1 {
  font-size: 18px;
}
.c-calendar table {
  border-spacing: 0;
  border-collapse: collapse;
}
.c-calendar td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  background-color: white;
}
.c-calendar td.is-disabled {
  color: #ccc;
}
.c-calendar td.is-transparent {
  color: transparent;
}

td.c-calendar-selected-checkindate {
  background-color: #4169e1;
  color: white;
}

td.c-calendar-selected-checkoutdate {
  background-color: #4169e1;
  color: white;
}

td.c-calendar--effective-date {
  background-color: rgb(231, 231, 231);
  color: black;
}

/*
 * Project
 * Componentのかたまりで構成されるものを定義
 */
.p-message-box {
  padding: 0 8px 8px 8px;
  position: absolute;
  bottom: -36px;
  z-index: -1;
  font-size: 0.9rem;
}
.p-message-box.errorMessage {
  color: #aa2835;
}
.p-message-box.OKMessage {
  color: #28a745;
}

/*
 * Project
 * Componentのかたまりで構成されるものを定義
 */
input,
textarea,
select {
  order: 2;
  width: 95%;
  border: none;
  font-size: 1rem;
  padding: 8px;
  border-bottom: 1px solid #333333;
}
input:invalid,
textarea:invalid,
select:invalid {
  box-shadow: none;
}
input:invalid ~ .errorMessage,
textarea:invalid ~ .errorMessage,
select:invalid ~ .errorMessage {
  display: block;
  background-color: red;
}
input:invalid ~ .OKMessage,
textarea:invalid ~ .OKMessage,
select:invalid ~ .OKMessage {
  display: none;
}
input:valid ~ .errorMessage,
textarea:valid ~ .errorMessage,
select:valid ~ .errorMessage {
  display: none;
}
input:valid ~ .OKMessage,
textarea:valid ~ .OKMessage,
select:valid ~ .OKMessage {
  display: block;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: transparent;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: transparent;
}
input:placeholder-shown ~ .p-message-box,
textarea:placeholder-shown ~ .p-message-box,
select:placeholder-shown ~ .p-message-box {
  display: none;
}
input:not(:placeholder-shown) ~ .c-label,
textarea:not(:placeholder-shown) ~ .c-label,
select:not(:placeholder-shown) ~ .c-label {
  transform: translateY(0) scale(0.8);
}
input:required,
textarea:required,
select:required {
  background-color: initial;
}

textarea {
  margin-top: 4px;
  border: 1px solid #999;
}
textarea ~ .c-label {
  padding-left: 8px;
}

p {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  position: relative;
}
p:focus-within .c-label {
  transform: translateY(0) scale(0.8);
}

.p-like-link {
  border-radius: 3px;
  background-color: #fdfdfd;
  color: #2f5fce;
}

.p-error-txt {
  color: #aa2835;
  font-size: 12px;
  display: none;
}

.p-qr-outline {
  background-color: #223a70;
  color: #FFF;
  font-weight: bold;
}

.p-plan-area {
  height: 250px;
}

.p-variable-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.p-variable-area__content {
  display: none;
  text-align: center;
}

.p-variable-area__button {
  display: inline-block;
  padding: 10px 50px; /* パディングを調整してボタンのサイズを調整します */
  margin-top: 15px;
  font-size: 16px;
  border: none;
  border-radius: 20px; /* 角を丸めるためにボーダーラジアスを指定します */
  background-color: #227039; /* ボタンの背景色を設定します */
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}

.p-variable-area__button__red {
  display: inline-block;
  padding: 10px 50px; /* パディングを調整してボタンのサイズを調整します */
  margin-top: 15px;
  font-size: 16px;
  border: none;
  border-radius: 20px; /* 角を丸めるためにボーダーラジアスを指定します */
  background-color: #aa2835; /* ボタンの背景色を設定します */
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}

.p-pre-check-in-area--before {
  display: none;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.p-pre-check-in-area--qrcode img {
  display: block;
  margin: auto;
}

.p-plan-list-content {
  height: 80%;
  width: 100%;
}
.p-plan-list-content li {
  height: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #e2e2e2;
}
.p-plan-list-content li img {
  height: 30%;
  width: 30%;
  flex-grow: 0;
}
.p-plan-list-content li div {
  margin-left: 5%;
  flex-grow: 1;
}

.p-plan-list-item-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 5%;
}

.p-plan-list-item-content {
  font-size: 12px;
  font-weight: bold;
}

.p-plan-list-item-subcontent {
  font-size: 12px;
  color: #6c757d;
}

/*
 * Utility
 * わずかなスタイル調整のための便利クラスなどを定義
 */
/* 
 * Padding なし
 */
.u-no-padding {
  padding: 0;
}

.u-no-padding-top {
  padding-top: 0;
}

.u-no-padding--bottom {
  padding-bottom: 0;
}

.u-no-padding--right {
  padding-right: 0;
}

.u-no-padding--left {
  padding-left: 0;
}

/* 
 * 全方位Padding設定 
 */
.u-padding--10px {
  padding: 10px;
}

.u-padding--small {
  padding: 10px;
}

.u-padding--medium {
  padding: 20px;
}

.u-padding--large {
  padding: 30px;
}

/* 
 * 方位指定Padding設定 
 */
.u-padding-top--small {
  padding-top: 10px;
}

.u-padding-top--medium {
  padding-top: 20px;
}

.u-padding-top--large {
  padding-top: 30px;
}

.u-padding-bottom--small {
  padding-bottom: 10px;
}

.u-padding-bottom--medium {
  padding-bottom: 20px;
}

.u-padding-right--medium {
  padding-right: 20px;
}

.u-padding-right--small {
  padding-right: 10px;
}

.u-padding-left--small {
  padding-left: 10px;
}

.u-padding-left--medium {
  padding-left: 20px;
}

.u-no-margin {
  margin: 0;
}

.u-no-margin-top {
  margin-top: 0;
}

.u-no-margin-bottom {
  margin-bottom: 0;
}

.u-no-margin-right {
  margin-right: 0;
}

.u-no-margin-left {
  margin-left: 0;
}

.u-margin--auto {
  margin: auto;
}

.u-margin--small {
  margin: 5px;
}

.u-margin--medium {
  margin: 10px;
}

.u-margin--large {
  margin: 20px;
}

.u-margin-top--small {
  margin-top: 5px;
}

.u-margin-top--medium {
  margin-top: 10px;
}

.u-margin-top--large {
  margin-top: 20px;
}

.u-margin-top--10per {
  margin-top: 10%;
}

.u-margin-top--15per {
  margin-top: 15%;
}

.u-margin-top--20per {
  margin-top: 20%;
}

.u-margin-bottom--small {
  margin-bottom: 5px;
}

.u-margin-bottom--medium {
  margin-bottom: 10px;
}

.u-margin-bottom--large {
  margin-bottom: 20px;
}

.u-margin-bottom--100px {
  margin-bottom: 100px;
}

.u-margin-bottom--130px {
  margin-bottom: 130px;
}

.u-margin-bottom--20per {
  margin-bottom: 20%;
}

.u-margin-right--small {
  margin-right: 5px;
}

.u-margin-right--medium {
  margin-right: 10px;
}

.u-margin-right--large {
  margin-right: 20px;
}

.u-margin-right--15per {
  margin-right: 15%;
}

.u-margin-right--10per {
  margin-right: 10%;
}

.u-margin-left--small {
  margin-left: 5px;
}

.u-margin-left--medium {
  margin-left: 10px;
}

.u-margin-left--large {
  margin-left: 20px;
}

.u-margin-left--45per {
  margin-left: 45%;
}

.u-margin-left--43per {
  margin-left: 43%;
}

.u-margin-left--41per {
  margin-left: 41%;
}

.u-margin-left--40per {
  margin-left: 40%;
}

.u-margin-left--35per {
  margin-left: 35%;
}

.u-margin-left--34per {
  margin-left: 34%;
}

.u-margin-left--33per {
  margin-left: 33%;
}

.u-margin-left--32per {
  margin-left: 32%;
}

.u-margin-left--31per {
  margin-left: 31%;
}

.u-margin-left--30per {
  margin-left: 30%;
}

.u-margin-left--29per {
  margin-left: 29%;
}

.u-margin-left--28per {
  margin-left: 28%;
}

.u-margin-left--27per {
  margin-left: 27%;
}

.u-margin-left--26per {
  margin-left: 26%;
}

.u-margin-left--25per {
  margin-left: 25%;
}

.u-margin-left--23per {
  margin-left: 23%;
}

.u-margin-left--20per {
  margin-left: 20%;
}

.u-margin-left--18per {
  margin-left: 18%;
}

.u-margin-left--17per {
  margin-left: 17%;
}

.u-margin-left--16per {
  margin-left: 16%;
}

.u-margin-left--15per {
  margin-left: 15%;
}

.u-margin-left--10per {
  margin-left: 10%;
}

/* text-align*/
.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

/* vertical-align */
.u-vertical-align--middle {
  vertical-align: middle;
}

/* align-items */
.u-align-items--center {
  align-items: center;
}

.u-align-items--end {
  align-items: end;
}

.u-align-items--start {
  align-items: start;
}

/* align-content */
.u-align-content--space-between {
  align-content: space-between;
}

/* justify-content */
.u-justify-content--center {
  justify-content: center;
}

.u-justify-content--start {
  justify-content: start;
}

.u-justify-content--space-between {
  justify-content: space-between;
}

.u-justify-content--space-around {
  justify-content: space-around;
}

.u-font-size--small {
  font-size: 12px;
}

.u-font-size--small-2 {
  font-size: 14px;
}

.u-font-size--medium {
  font-size: 18px;
}

.u-font-size--large {
  font-size: 24px;
}

.u-overflow--auto {
  overflow: auto;
}

.u-overflow--hidden {
  overflow: hidden;
}

.u-font-weight--normal {
  font-weight: 400;
}

.u-font-weight--bold {
  font-weight: 700;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-wrap--revers {
  flex-wrap: wrap-reverse;
}

.u-flex-no-wrap {
  flex-wrap: nowrap;
}

.u-flex-direction--column {
  flex-direction: column;
}

.u-flex-direction--column-revarse {
  flex-direction: column-reverse;
}

.u-flex-direction--row {
  flex-direction: row;
}

.u-flex-direction--row-revarse {
  flex-direction: row-reverse;
}

.u-flex-grow-1 {
  flex-grow: 1;
}

.u-flex-grow-2 {
  flex-grow: 2;
}

.u-flex-flex-1 {
  flex: 1;
}

.u-height--100svh {
  height: 100svh;
}

.u-height--20px {
  height: 20px;
}

.u-height--100per {
  height: 100%;
}

.u-height--30per {
  height: 30%;
}

.u-height--80per {
  height: 80%;
}

.u-display--none {
  display: none;
}

.u-display--inline-block {
  display: inline-block;
}

.u-display--inline {
  display: inline;
}

.u-display--block {
  display: block;
}

.u-display--flex {
  display: flex;
}

.u-border-bottom-none {
  border: none;
}

.u-border-square {
  border: 1px solid #9A9A9A;
  border-radius: 3px;
  overflow: hidden;
}

.u-border-square-transparent {
  border: 1px solid transparent;
  border-radius: 3px;
  overflow: hidden;
}

.u-border-square-bold {
  border: 3px solid #9A9A9A;
  border-radius: 3px;
  overflow: hidden;
}

.u-border-square--raund {
  border: 1px solid #9A9A9A;
  border-radius: 8px;
  overflow: hidden;
}

.u-border-top {
  border-top: 1px solid #9A9A9A;
}

.u-border-bottom {
  border-bottom: 1px solid #9A9A9A;
}

.u-border-right {
  border-right: 1px solid #9A9A9A;
}

.u-border-left {
  border-left: 1px solid #9A9A9A;
}

.u-outline-none {
  outline: none;
}

.u-width--100per {
  width: 100%;
}

.u-width--50per {
  width: 50%;
}

.u-width--30per {
  width: 30%;
}

.u-width--15per {
  width: 15%;
}

.u-width--80px {
  width: 80px;
}

.u-width--85px {
  width: 85px;
}

.u-width--90px {
  width: 90px;
}

.u-width--100px {
  width: 100px;
}

.u-width--200px {
  width: 200px;
}

.u-width--20px {
  width: 20px;
}

.u-max-width--300px {
  max-width: 300px;
}

/*# sourceMappingURL=style.css.map */
