@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address,
pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

h1, h2, h3, h4, h5, h6,
p, em, span, div,
th, td, a, li, dt, dd {
  font-feature-settings: "palt";
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body {
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #F1F1F1;
  color: #707070;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  word-wrap: break-word;
}
@media screen and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 19px;
    line-height: 1.78;
  }
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

a {
  color: #4182df;
  transition: 0.5s;
  cursor: pointer;
  /* 外部リンクの場合はアイコンを付ける
  &[target="_blank"]:after {
    margin-left: 3px;
    content: '\f35d';
    //content: '\f24d';
    font-family: $font-fa;
    font-weight: 600;
  }
  */
}
a:hover {
  color: #EF845C;
}
a:hover img {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, p, em, span, div, th, td, a {
  font-feature-settings: "palt";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #F1F1F1;
  background-color: #fff;
  padding: 10px 60px 10px 10px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    padding: 20px 30px;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-inner .logo img {
  height: 40px;
}
@media screen and (min-width: 960px) {
  .header .header-inner .logo img {
    height: 60px;
  }
}
.header .header-inner .header-menu {
  display: flex;
  align-items: center;
}
.header .header-inner .header-menu .header-menu-user {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-inner .header-menu .header-menu-user {
    display: block;
    margin-right: 40px;
    color: #000;
    font-weight: bold;
  }
}
@media screen and (min-width: 960px) {
  .header .header-inner .header-menu .header-menu-user {
    margin-right: 0;
  }
}
.header .header-inner .header-menu .header-menu-notice {
  display: none;
}
.header .header-inner .header-menu .nav-menu ul {
  display: flex;
  align-items: center;
}
.header .header-inner .header-menu .nav-menu ul li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 960px) {
  .header .header-inner .header-menu .nav-menu ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.header .header-inner .header-menu .nav-menu ul li a {
  color: #AA720E;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .header .header-inner .header-menu .nav-menu ul li a {
    font-size: 16px;
  }
}

.footer {
  background-color: #fff;
  position: relative;
}
.footer .footer-inner {
  padding: 40px 30px 30px;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner {
    padding: 60px 50px 30px;
  }
}
.footer .footer-inner .logo {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner .logo {
    text-align: right;
  }
}
.footer .footer-inner .logo img {
  width: 140px;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner .logo img {
    width: 180px;
  }
}
.footer .footer-inner .copy {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner .copy {
    margin-top: 30px;
    font-size: 16px;
  }
}
.footer .pagetop {
  position: absolute;
  right: 20px;
  top: -70px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    right: 30px;
    top: -90px;
  }
}
@media screen and (min-width: 960px) {
  .footer .pagetop {
    right: 40px;
    top: -160px;
  }
}
.footer .pagetop img {
  height: 80px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .footer .pagetop img {
    height: 100px;
  }
}
@media screen and (min-width: 960px) {
  .footer .pagetop img {
    height: 180px;
  }
}

.footer-auth {
  padding: 25px 0;
  text-align: center;
}
.footer-auth .copy {
  font-size: 12px;
}

.main-container-login {
  margin: 0 auto;
  padding: 85px 30px 30px;
  max-width: 600px;
}
@media screen and (min-width: 960px) {
  .main-container-login {
    padding-top: 140px;
    max-width: 800px;
  }
}

.main-container {
  padding-top: 55px;
}
@media screen and (min-width: 960px) {
  .main-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 85px;
  }
}
.main-container .main {
  padding: 30px 30px 80px;
}
@media screen and (min-width: 768px) {
  .main-container .main {
    padding: 30px 40px 100px;
  }
}
@media screen and (min-width: 960px) {
  .main-container .main {
    padding: 50px 60px 180px;
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1200px) {
  .main-container .main {
    width: calc(100% - 320px);
  }
}
.main-container .main .main-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.main-container .nav-side {
  display: none;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .main-container .nav-side {
    display: block;
    padding-top: 55px;
    padding-bottom: 50px;
    width: 220px;
    min-height: calc(100vh - 85px - 195px);
  }
}
@media screen and (min-width: 1200px) {
  .main-container .nav-side {
    padding-left: 40px;
    width: 320px;
  }
}

.user-general .nav-side {
  background-color: #AA720E;
}

.user-facility .nav-side {
  background-color: #1B519F;
}

.user-admin .nav-side {
  background-color: #000;
}

.menu-common ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.menu-common ul li a svg {
  fill: #fff;
}
.menu-common ul li a p {
  margin-left: 10px;
}
.menu-common ul li:not(:last-child) {
  margin-bottom: 10px;
}
.menu-common ul li > ul {
  margin-top: 10px;
  margin-left: 20px;
}
.menu-common ul + ul {
  margin-top: 40px;
}

.menu-open {
  position: fixed;
  top: 10px;
  right: 18px;
  z-index: 19;
  width: 40px;
  text-align: center;
}
.menu-open i {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .menu-open {
    display: none;
  }
}

.menu-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  overflow-y: auto;
}
.menu-modal .menu-modal-inner {
  padding: 80px 60px;
}
@media screen and (min-width: 768px) {
  .menu-modal .menu-modal-inner {
    padding: 100px 60px;
  }
}
.menu-modal .menu-modal-inner .menu-close {
  position: fixed;
  top: 10px;
  right: 10px;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner {
  width: 60px;
  height: 60px;
  position: relative;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner span {
  display: inline-block;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner span:nth-of-type(1) {
  transform: translateY(30px) rotate(-45deg);
  top: 0;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner span:nth-of-type(2) {
  transform: translateY(-30px) rotate(45deg);
  bottom: 0;
}
.menu-modal .menu-modal-inner .menu-wrap .nav-modal {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.menu-modal .menu-modal-inner .menu-wrap .nav-modal .menu-general ul li a {
  padding: 10px 0;
}

.user-general .menu-modal {
  background-color: #AA720E;
}

.user-facility .menu-modal {
  background-color: #1B519F;
}

.user-admin .menu-modal {
  background-color: #000;
}
.user-admin .menu-modal .menu-modal-inner .menu-close .menu-close-inner span {
  background-color: #fff;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  overflow: scroll;
  background: white;
  padding: 30px;
  width: calc(100% - 60px);
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*
 * ログイン画面、新規登録画面共通
 */
.login {
  margin-top: 20px;
}

.tit-login {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.form-login {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .form-login {
    margin-right: auto;
    margin-left: auto;
    width: 400px;
  }
}

.form-register {
  margin-top: 30px;
}

/*
 * メイン部分のレイアウトモジュール
 */
.sec + .sec {
  margin-top: 60px;
}

.sec-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .sec-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.sec-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sec-title-wrap .sec-title {
  margin-bottom: 0;
}
.sec-title-wrap a {
  display: flex;
  align-items: center;
  color: #707070;
}
.sec-title-wrap a:hover, .sec-title-wrap a:focus {
  color: #EF845C;
}
.sec-title-wrap a svg {
  fill: #EF845C;
  margin-right: 5px;
}
.sec-title-wrap a span {
  font-weight: bold;
}

.sec-base {
  background-color: #fff;
  padding: 30px 25px 50px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .sec-base {
    padding: 40px 40px 50px;
  }
}
@media screen and (min-width: 960px) {
  .sec-base {
    padding: 40px;
  }
}
.sec-base + .sec-base {
  margin-top: 30px;
}

.sec-list .sec-list-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .sec-list .sec-list-item {
    padding: 30px 40px;
  }
}
.sec-list .sec-list-item a .item-head {
  color: #707070;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sec-list .sec-list-item a .item-head {
    display: flex;
    align-self: start;
    justify-content: space-between;
  }
}
.sec-list .sec-list-item a .item-head .meta .date {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sec-list .sec-list-item a .item-head .meta .date {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sec-list .sec-list-item a .item-head .meta .date {
    width: 115px;
  }
}
.sec-list .sec-list-item a .item-head .meta .time {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sec-list .sec-list-item a .item-head .meta .time {
    width: 115px;
  }
}
@media screen and (min-width: 960px) {
  .sec-list .sec-list-item a .item-head .meta .time {
    width: 140px;
  }
}
.sec-list .sec-list-item a .item-head .tit {
  margin-top: 5px;
  font-size: 18px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sec-list .sec-list-item a .item-head .tit {
    margin-top: 0;
    width: calc(100% - 100px - 115px - 30px);
  }
}
@media screen and (min-width: 960px) {
  .sec-list .sec-list-item a .item-head .tit {
    width: calc(100% - 115px - 140px - 30px);
  }
}
.sec-list .sec-list-item a .item-detail {
  margin-top: 10px;
  color: #AEAEAE;
}
@media screen and (min-width: 768px) {
  .sec-list .sec-list-item a .item-detail {
    display: flex;
  }
}
.sec-list .sec-list-item a .item-detail dl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .sec-list .sec-list-item a .item-detail dl {
    margin-right: 20px;
  }
}
.sec-list .sec-list-item a .item-detail dl dt {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .sec-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.sec-card .sec-card-item {
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec-card .sec-card-item {
    margin-bottom: 40px;
    width: calc((100% - 40px) / 2);
  }
}
.sec-card .sec-card-item a {
  display: block;
  color: #707070;
  font-weight: bold;
}
.sec-card .sec-card-item a .item-image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
}
.sec-card .sec-card-item a .item-detail {
  padding: 20px 30px;
}
.sec-card .sec-card-item a .item-detail .tit {
  font-size: 18px;
  text-align: justify;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .sec-card .sec-card-item a .item-detail .tit {
    font-size: 22px;
  }
}
.sec-card .sec-card-item a .item-detail .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.sec-card .sec-card-item a .item-detail .meta li {
  display: flex;
  align-items: center;
}
.sec-card .sec-card-item a .item-detail .meta li:not(:last-child) {
  margin-right: 20px;
}
.sec-card .sec-card-item a .item-detail .meta li p {
  margin-left: 8px;
}
.sec-card .sec-card-item a .item-detail .meta li.event svg {
  fill: #707070;
}
.sec-card .sec-card-item a .item-detail .meta li.member svg {
  fill: #707070;
}
.sec-card .sec-card-item a .item-detail .meta li.star svg {
  fill: #F0B109;
}

.sec-foot-btn {
  margin-top: 50px;
  text-align: right;
}

.alert {
  border: 1px solid #707070;
  background-color: #e5e5e5;
  margin-bottom: 30px;
  padding: 25px;
  color: #707070;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .alert {
    padding: 25px 40px;
  }
}
.alert.alert-tertiary {
  border-color: #EF845C;
  background-color: #fdede7;
  color: #EF845C;
}
.alert.alert-quaternary {
  border-color: #6B9441;
  background-color: #eaf2e2;
  color: #6B9441;
}

.calendar {
  display: flex;
}
.calendar .table {
  font-weight: bold;
}
.calendar .table thead th {
  padding: 5px;
  min-width: 70px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.calendar .table thead th span {
  display: block;
  font-size: 14px;
}
.calendar .table thead th.mark-holi {
  color: #EF845C;
}
.calendar .table thead th.mark-sat {
  color: #1B519F;
}
.calendar .table tbody tr:not(:first-child) {
  border-top: 1px solid #B4B4B4;
}
.calendar .table tbody tr td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.calendar .table-frame-outer {
  padding-bottom: 5px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .calendar .table-frame-outer {
    width: 200px;
  }
}
.calendar .table-frame-outer .table-frame {
  width: 100%;
}
.calendar .table-frame-outer .table-frame td {
  text-align: left;
}
.calendar .table-status-outer {
  padding-bottom: 5px;
  width: calc(100% - 80px);
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .calendar .table-status-outer {
    width: calc(100% - 200px);
  }
}
.calendar .table-status-outer .table-status td {
  width: 75px;
}
.calendar .table-status-outer::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.calendar .table-status-outer::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.calendar .table-status-outer::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #B4B4B4;
}

.calendar-oneday {
  table-layout: fixed;
}
.calendar-oneday thead th {
  text-align: center;
  line-height: 1.4;
}
.calendar-oneday thead th.space {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .calendar-oneday thead th.space {
    width: 200px;
  }
}
.calendar-oneday tbody th {
  vertical-align: middle;
}
.calendar-oneday tbody td {
  text-align: center;
  vertical-align: middle;
}
.calendar-oneday tbody td .name {
  font-size: 14px;
  line-height: 1.2;
}

/*
 * form-text-group(input[type=text], textarea)
 * form-group(input[type=file], input[type=radio], input[type=checkbox])
 */
@media screen and (min-width: 960px) {
  .form-text-group, .form-group {
    display: flex;
    align-items: center;
  }
}

.form-text-group + .form-text-group, .form-group + .form-group, .form-group + .form-text-group {
  margin-top: 20px;
}

.form-text-group + .form-group {
  margin-top: 40px;
}

.form-label {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .form-label {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .form-label {
    width: 240px;
  }
}
.form-label span {
  font-size: 12px;
}
.form-label span.must {
  display: inline-block;
  background-color: #EF845C;
  margin-left: 5px;
  padding: 3px 5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-label br {
    display: none;
  }
}

.input-group {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .input-group {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1200px) {
  .input-group {
    width: calc(100% - 240px);
  }
}
.input-group .unit {
  white-space: nowrap;
}
.input-group .memo {
  font-size: 14px;
}
.input-group .err {
  color: #EF845C;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .form-ctl-wrap {
    display: flex;
    align-items: center;
  }
  .form-ctl-wrap * + * {
    margin-left: 10px;
  }
}

.form-ctl-date-wrap {
  display: flex;
  align-items: center;
}
.form-ctl-date-wrap * + * {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .form-ctl-date-wrap * + * {
    margin-left: 10px;
  }
}

.form-ctl {
  display: block;
  border-radius: 10px;
  border: 1px solid #707070;
  background-color: #fff;
  margin-top: 5px;
  padding: 12px 16px;
  width: 100%;
}
.form-ctl.is-err {
  background-color: #fbe1d8;
}
.form-ctl:disabled {
  background-color: rgba(180, 180, 180, 0.3);
}

@media screen and (min-width: 768px) {
  .form-sm {
    width: 240px !important;
  }
}

/* セレクトボックス */
.select-outer {
  position: relative;
}
.select-outer:before {
  content: "";
  background-image: url("../images/arrow-down-s-line.svg");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .select-outer:before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}

/* 個別対応 */
.select-y {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .select-y {
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  .select-y {
    width: 120px;
  }
}

.select-md {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .select-md {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .select-md {
    width: 120px;
  }
}

/* ラジオボタン、チェックボックス */
@media screen and (min-width: 768px) {
  .form-check-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .form-check-wrap .form-check:not(:last-child) {
    margin-right: 20px;
  }
}

@-webkit-keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* ラジオボタン */
.radio-label {
  display: block;
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-weight: bold;
  line-height: initial;
  cursor: pointer;
}
.radio-label .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.radio-label .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #000;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.radio-label input[type=radio] {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio-label input[type=radio]:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}

/* チェックボックス */
.checkbox-label {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-weight: bold;
  line-height: initial;
  cursor: pointer;
}
.checkbox-label .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
.checkbox-label .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 6px;
  opacity: 1;
  border: 2px solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  width: 10px;
  height: 18px;
  transform: scale(0, 0);
}
.checkbox-label input[type=checkbox] {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.checkbox-label input[type=checkbox]:checked + .outside .inside {
  transform: scale(1, 1);
  transform: rotate(45deg);
}

/* ファイルプレビュー */
.preview {
  max-width: 300px;
}
.preview.active {
  margin-top: 20px;
}

/* ボタン */
.form-btn {
  margin-top: 50px;
  text-align: center;
}

.btn {
  display: inline-block;
  border-radius: 16px;
  background-color: #000;
  padding: 18px 40px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
.btn:hover, .btn:focus {
  background-color: black;
  color: white;
}
.btn svg {
  fill: #fff;
}

.btn-mini {
  padding: 12px 16px;
  letter-spacing: 0.08em;
}

.btn-tertiary {
  background-color: #EF845C;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #dd8c6e;
}

.btn-quaternary {
  background-color: #6B9441;
}
.btn-quaternary:hover, .btn-quaternary:focus {
  background-color: #6b8451;
}

.btn-outline-tertiary {
  border: 1px solid #EF845C;
  background-color: #fff;
  color: #EF845C !important;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:focus {
  background-color: #EF845C;
  color: #fff !important;
}

.btn-inner {
  display: flex;
  align-items: center;
}

.btn-link {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
}

.form-links {
  margin-top: 40px;
  text-align: center;
}
.form-links li + li {
  margin-top: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #f1f1f1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: unset;
  }
}

.c-primary {
  color: #AA720E;
}

.c-secondary {
  color: #1B519F;
}

.c-tertiary {
  color: #EF845C;
}

.c-quaternary {
  color: #6B9441;
}

.c-quinary {
  color: #F0B109;
}

.c-senary {
  color: #7A62A9;
}

p + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  p + p {
    margin-top: 30px;
  }
}

.bold {
  font-weight: bold;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-n {
  font-weight: 400 !important;
}

.fs-min {
  font-size: 72% !important;
}

.fs-xs {
  font-size: 86% !important;
}

.fs-sm {
  font-size: 93% !important;
}

.fs-md {
  font-size: 115% !important;
}

.fs-lg {
  font-size: 143% !important;
}

.fs-xl {
  font-size: 143% !important;
}
@media screen and (min-width: 768px) {
  .fs-xl {
    font-size: 172% !important;
  }
}

.fs-max {
  font-size: 172% !important;
}
@media screen and (min-width: 768px) {
  .fs-max {
    font-size: 300% !important;
  }
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-j {
  text-align: justify !important;
}

.ta-cl {
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .ta-cl {
    text-align: center !important;
  }
}

.w100 {
  width: 100%;
}

.mt-skin {
  margin-top: 5px !important;
}

.mt-min {
  margin-top: 10px !important;
}

.mt-xs {
  margin-top: 20px !important;
}

.mt-sm {
  margin-top: 30px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: calc(40px + 20 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-lg {
    margin-top: 60px !important;
  }
}

.mt-xl {
  margin-top: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-xl {
    margin-top: 100px !important;
  }
}

.mt-max {
  margin-top: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-max {
    margin-top: 120px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-skin {
  margin-right: 5px !important;
}

.mr-min {
  margin-right: 10px !important;
}

.mr-xs {
  margin-right: 20px !important;
}

.mr-sm {
  margin-right: 30px !important;
}

.ml-skin {
  margin-left: 5px !important;
}

.ml-min {
  margin-left: 10px !important;
}

.ml-xs {
  margin-left: 20px !important;
}

.ml-sm {
  margin-left: 30px !important;
}

.mb-skin {
  margin-bottom: 5px !important;
}

.mb-min {
  margin-bottom: 10px !important;
}

.mb-xs {
  margin-bottom: 20px !important;
}

.mb-sm {
  margin-bottom: 30px !important;
}

.mb-md {
  margin-bottom: calc(40px + 20 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px !important;
  }
}

.mb-lg {
  margin-bottom: calc(40px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-lg {
    margin-bottom: 80px !important;
  }
}

.mb-xl {
  margin-bottom: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-xl {
    margin-bottom: 100px !important;
  }
}

.mb-max {
  margin-bottom: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-max {
    margin-bottom: 120px !important;
  }
}

/*
 * まちの場
 * 管理画面用（一般ユーザ、施設ユーザ、運営ユーザ共通）
 */
@media screen and (min-width: 768px) {
  .member-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.member-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .member-list li {
    margin: 15px;
    width: calc((100% - 60px) / 2);
  }
}
.member-list li .icon {
  border-radius: 50%;
  background-color: #B4B4B4;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.member-list li .profile {
  flex-grow: 2;
  margin-right: 10px;
}
.member-list li .profile .name {
  font-weight: bold;
}
.member-list li .profile .role {
  font-size: 14px;
}

.register-complete {
  margin: 0 auto;
  max-width: 540px;
}
.register-complete .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B9441;
  font-size: 20px;
  font-weight: bold;
}
.register-complete .tit svg {
  fill: #6B9441;
  margin-right: 5px;
}
.register-complete .txt {
  margin-top: 30px;
  text-align: center;
}
.register-complete .btn-area {
  margin-top: 40px;
  text-align: center;
}

.control-ym {
  margin: 30px 0 15px;
}
@media screen and (min-width: 768px) {
  .control-ym {
    display: flex;
  }
}
.control-ym .select-outer {
  width: 100px;
}
.control-ym .select-outer .form-ctl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.control-ym .month-btn-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .control-ym .month-btn-wrap {
    margin-top: 5px;
    margin-left: 20px;
    width: 540px;
  }
}
.control-ym .month-btn-wrap .btn {
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 16px;
  color: #707070;
}
.control-ym .month-btn-wrap .btn.selected {
  border-color: #AA720E;
  background-color: #AA720E;
  color: #fff;
}

.btn-modal-customers {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .btn-modal-customers {
    margin-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-modal-customers {
    margin-left: 240px;
  }
}

.modal .modal-tit {
  margin-bottom: 8px;
  font-weight: bold;
}

#modal-customers table {
  width: 100%;
}
#modal-customers table .ctrl {
  text-align: right;
}

.form-reserve-slot .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.form-reserve-slot .form-group .ctl-sort {
  width: 40px;
}
.form-reserve-slot .form-group .ctl-sort svg {
  cursor: pointer;
}
.form-reserve-slot .form-group .name {
  width: calc(100% - 40px - 40px);
}
.form-reserve-slot .form-group .ctl-del {
  width: 40px;
  text-align: right;
}
.form-reserve-slot .form-group .ctl-del svg {
  fill: #EF845C;
  cursor: pointer;
}

.bnt-reserve-slot-add {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .manage-list-space .sec-list-item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .manage-list-space .sec-list-item figure {
    margin-right: 20px;
    width: 180px;
  }
}
@media screen and (min-width: 960px) {
  .manage-list-space .sec-list-item figure {
    margin-right: 30px;
  }
}
.manage-list-space .sec-list-item .space-info {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .manage-list-space .sec-list-item .space-info {
    margin-top: 0;
    width: calc(100% - 180px - 20px);
  }
}
@media screen and (min-width: 960px) {
  .manage-list-space .sec-list-item .space-info {
    width: calc(100% - 180px - 30px);
  }
}
.manage-list-space .sec-list-item .space-info .space-detail {
  margin-top: 8px;
  font-size: 14px;
}
.manage-list-space .sec-list-item .space-info .space-detail .attr {
  display: flex;
  align-items: center;
}
.manage-list-space .sec-list-item .space-info .space-detail .attr svg {
  margin-right: 3px;
  width: 20px;
  height: auto;
}
.manage-list-space .sec-list-item .space-info .space-detail .attr .size {
  margin-left: 15px;
}
.manage-list-space .sec-list-item .space-info .space-detail .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.manage-list-space .sec-list-item .space-info .space-detail .tags li:not(:last-child):after {
  content: "/";
  margin-left: 2px;
}

#customer_list .sec-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#customer_list .sec-list-item .ctl-sort {
  width: 40px;
}
#customer_list .sec-list-item .customer-info {
  width: calc(100% - 40px - 40px);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #customer_list .sec-list-item .customer-info {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #customer_list .sec-list-item .customer-info .name {
    margin-right: 15px;
    width: 220px;
  }
}
@media screen and (min-width: 960px) {
  #customer_list .sec-list-item .customer-info .name {
    width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  #customer_list .sec-list-item .customer-info .name {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  #customer_list .sec-list-item .customer-info .phone {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  #customer_list .sec-list-item .customer-info .phone {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  #customer_list .sec-list-item .customer-info .memo {
    width: calc(100% - 15px - 220px - 150px);
  }
}
@media screen and (min-width: 960px) {
  #customer_list .sec-list-item .customer-info .memo {
    width: calc(100% - 15px - 240px - 170px);
  }
}
@media screen and (min-width: 1200px) {
  #customer_list .sec-list-item .customer-info .memo {
    width: calc(100% - 15px - 280px - 170px);
  }
}
#customer_list .sec-list-item .ctl-edit {
  width: 40px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: unset;
  }
}

.c-primary {
  color: #AA720E;
}

.c-secondary {
  color: #1B519F;
}

.c-tertiary {
  color: #EF845C;
}

.c-quaternary {
  color: #6B9441;
}

.c-quinary {
  color: #F0B109;
}

.c-senary {
  color: #7A62A9;
}

p + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  p + p {
    margin-top: 30px;
  }
}

.bold {
  font-weight: bold;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-n {
  font-weight: 400 !important;
}

.fs-min {
  font-size: 72% !important;
}

.fs-xs {
  font-size: 86% !important;
}

.fs-sm {
  font-size: 93% !important;
}

.fs-md {
  font-size: 115% !important;
}

.fs-lg {
  font-size: 143% !important;
}

.fs-xl {
  font-size: 143% !important;
}
@media screen and (min-width: 768px) {
  .fs-xl {
    font-size: 172% !important;
  }
}

.fs-max {
  font-size: 172% !important;
}
@media screen and (min-width: 768px) {
  .fs-max {
    font-size: 300% !important;
  }
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-j {
  text-align: justify !important;
}

.ta-cl {
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .ta-cl {
    text-align: center !important;
  }
}

.w100 {
  width: 100%;
}

.mt-skin {
  margin-top: 5px !important;
}

.mt-min {
  margin-top: 10px !important;
}

.mt-xs {
  margin-top: 20px !important;
}

.mt-sm {
  margin-top: 30px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: calc(40px + 20 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-lg {
    margin-top: 60px !important;
  }
}

.mt-xl {
  margin-top: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-xl {
    margin-top: 100px !important;
  }
}

.mt-max {
  margin-top: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-max {
    margin-top: 120px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-skin {
  margin-right: 5px !important;
}

.mr-min {
  margin-right: 10px !important;
}

.mr-xs {
  margin-right: 20px !important;
}

.mr-sm {
  margin-right: 30px !important;
}

.ml-skin {
  margin-left: 5px !important;
}

.ml-min {
  margin-left: 10px !important;
}

.ml-xs {
  margin-left: 20px !important;
}

.ml-sm {
  margin-left: 30px !important;
}

.mb-skin {
  margin-bottom: 5px !important;
}

.mb-min {
  margin-bottom: 10px !important;
}

.mb-xs {
  margin-bottom: 20px !important;
}

.mb-sm {
  margin-bottom: 30px !important;
}

.mb-md {
  margin-bottom: calc(40px + 20 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px !important;
  }
}

.mb-lg {
  margin-bottom: calc(40px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-lg {
    margin-bottom: 80px !important;
  }
}

.mb-xl {
  margin-bottom: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-xl {
    margin-bottom: 100px !important;
  }
}

.mb-max {
  margin-bottom: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-max {
    margin-bottom: 120px !important;
  }
}
/*# sourceMappingURL=admin-style.css.map */