@charset "UTF-8";
@import url("../vendor/fontawesome/css/all.css");
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../vendor/google-fonts/NotoSansJP-VariableFont_wght.ttf");
}
.ui-widget {
  font-family: -apple-system, "Noto Sans JP", sans-serif !important;
}

html {
  font-size: 16px;
}

body {
  font-family: -apple-system, "Noto Sans JP", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:disabled {
  background: rgba(128, 128, 128, 0.2509803922);
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
}

input {
  height: 30px;
  border: 1px solid #a2aab0;
  border-radius: 5px;
  padding: 2px 4px;
}
input.count {
  width: calc(3rem + 10px) !important;
  text-align: right !important;
}
input.datepicker {
  width: calc(7rem + 10px) !important;
}
input.price {
  width: calc(7rem + 10px) !important;
  text-align: right !important;
}
input.zip {
  width: calc(6rem + 10px) !important;
}
input.tel {
  width: calc(8rem + 10px) !important;
}
input[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

textarea {
  border: 1px solid #a2aab0;
  border-radius: 5px;
  padding: 2px 4px;
}

select {
  height: 30px;
  border: 1px solid #a2aab0;
  border-radius: 5px;
  padding: 2px 4px;
}

button {
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}
button.btn {
  margin-top: 20px;
}
button.btn-submit {
  background-color: #4c586f;
  border: 1px solid #4c586f;
  color: #ffffff;
}
button.btn-check {
  background-color: #ff7f50;
  border: 1px solid #ff7f50;
  color: #ffffff;
}
button.btn-confirm {
  background-color: #ff4d4d;
  border: 1px solid #ff4d4d;
  color: #ffffff;
}
button.btn-form {
  background-color: #4c586f;
  border: 1px solid #4c586f;
  color: #ffffff;
  height: 32px;
  padding: 0 8px;
  margin: 0;
}
button.btn-table {
  border: 1px solid #00aa00;
  color: #00aa00;
  background-color: transparent;
  padding: 5px 10px;
  margin: 0;
}
button:hover {
  opacity: 0.6;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  cursor: pointer;
}

h1 {
  font-size: 24px !important;
}

h2 {
  font-size: 22px !important;
}

h3 {
  font-size: 20px !important;
}

.inline {
  display: inline !important;
}

.weight-nomal {
  font-weight: normal !important;
}

.weight-bold {
  font-weight: bold !important;
}

.color-red {
  color: #ff0000 !important;
}

.color-blue {
  color: #0000ff !important;
}

.color-green {
  color: #00aa00 !important;
}

.color-orange {
  color: #ff7f50 !important;
}

hr {
  margin: 0 10px;
}

.nodata {
  margin-top: 10px;
}

noscript .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
noscript .error-message {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  text-align: center;
}

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  opacity: 0.6;
  border-radius: 15px;
  background-color: #4c586f;
  z-index: 1;
  right: 10px;
  bottom: 10px;
}
#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  pointer-events: none;
}
#pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 900;
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#pagetop:hover {
  opacity: 0.9;
}

/* ログイン画面 */
.wrapper {
  text-align: center;
  padding: 80px 0;
}
.wrapper .container {
  width: 600px;
  margin: 0 auto;
}
.wrapper .container .login {
  width: 100%;
  padding: 50px 100px;
  background-color: #ebeced;
  border-radius: 10px;
}
.wrapper .container .login .wrapper-title {
  margin-bottom: 30px;
}
.wrapper .container .login .wrapper-title h1 {
  color: #3e3e3b;
}
.wrapper .container .login .wrapper-title h1 span {
  display: inline-block;
}
.wrapper .container .login .login-form {
  width: 100%;
}
.wrapper .container .login .login-form .form-group {
  margin-bottom: 10px;
}
.wrapper .container .login .login-form input {
  border: none;
  width: 100%;
}
.wrapper .container .login .login-form textarea {
  border: none;
  width: 100%;
  height: 5rem;
  resize: none;
}
.wrapper .container .login .login-form p {
  text-align: left;
}
.wrapper .container .login .login-form .password-input {
  position: relative;
  display: flex;
  width: 100%;
}
.wrapper .container .login .login-form .password-input input {
  flex-grow: 1;
}
.wrapper .container .login .login-form .password-input span {
  position: absolute;
  padding: 8px 6px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
}
.wrapper .container .login .login-form .password-input span i {
  height: 16px;
  width: 20px;
  color: #a2aab0;
}
.wrapper .container .login .login-form .password-input ::-ms-reveal {
  display: none;
}
.wrapper .container .comment {
  width: 100%;
  text-align: right;
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  body {
    background-color: #ebeced;
  }
  .wrapper .container {
    width: 80%;
  }
  .wrapper .container .login {
    padding: 30px 0;
  }
  .wrapper .container .comment {
    text-align: center;
  }
}/*# sourceMappingURL=login.css.map */