@charset "UTF-8";
/******************************************************************************/
/* 共通用                                                                     */
/******************************************************************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: #f5f7fa;
  color: #333;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  height: 100%;
}

/******************************************************************************/
/* 管理システム用                                                              */
/******************************************************************************/
/* ============================================================================
ブレイクポイント
============================================================================ */
/* ============================================================================
メディアクエリ
============================================================================ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ============================================================================
01 : 基本設定
============================================================================ */
* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  box-sizing: border-box;
}

/* arrange font size "1rem" to "1px" */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  color: #343434;
  line-height: 1.5;
  font-size: 1.5rem;
  height: 100%;
}
@media (max-width: 767.9px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

nav ul {
  list-style: none;
}

input,
select {
  font-size: 1.5rem;
}

/* removr list prefix marker */
ol,
ul {
  list-style: none;
}

p {
  line-height: 1.5em;
}

a {
  color: #0d47a1;
  transition: all 0.2s;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}

a:hover {
  outline: none;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.75;
  }
}

a img {
  transition: all 0.2s;
}

img {
  max-width: 100%;
}

/* ============================================================================
02 : .is-visible .is-hidden
============================================================================ */
.is-hidden {
  display: none !important;
}

.l-orupo {
  position: relative;
}
@media (min-width: 992px) {
  .l-orupo {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .l-orupo__inner {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .l-orupo__primary {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 992px) {
  .l-orupo__secondary {
    margin-left: 250px;
    display: flex;
    height: 100%;
  }
}

.c-form__input {
  -webkit-appearance: none;
  transition: all 0.3s;
  outline: none;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1;
  padding: 0.75em;
}
.c-form__input::-moz-placeholder {
  font-weight: normal;
}
.c-form__input::placeholder {
  font-weight: normal;
}
@media (min-width: 992px) {
  .c-form__input:hover {
    border-color: #0d47a1;
  }
  .c-form__input:focus {
    border-color: #0d47a1;
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.05);
  }
}
.c-form__select {
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  color: #343434;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2230%22%20viewBox%3D%220%200%2021%2030%22%20fill%3D%22%237777FD%22%3E%3Cpath%20d%3D%22M1.41%2012h18.18a1.42%201.42%200%20001-2.43L11.5.42a1.4%201.4%200%2000-2%200L.42%209.57A1.42%201.42%200%20001.41%2012zm18.18%206H1.41a1.42%201.42%200%2000-1%202.43l9.09%209.15a1.4%201.4%200%20002%200l9.08-9.15a1.42%201.42%200%2000-.99-2.43z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right 12px center;
  background-color: #fff;
}
.c-form__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 2em;
  line-height: 46px;
  border-radius: 23px;
}
.c-form__button--primary {
  background-color: #0d47a1;
  color: #f5f7fa;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .c-form__button--primary:hover {
    background-color: #9998FD;
  }
}
.c-form__button--secondary {
  border: 1px solid #0d47a1;
  color: #0d47a1;
}
@media (min-width: 992px) {
  .c-form__button--secondary:hover {
    background-color: #0d47a1;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .c-form__button--szmd {
    min-width: 200px;
  }
}

@media (min-width: 1400px) {
  .c-inner {
    margin: 0 40px;
  }
}
@media (min-width: 992px) {
  .c-inner {
    margin: 0 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .c-inner {
    margin: 0 20px;
  }
}
@media (max-width: 767.9px) {
  .c-inner {
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  .c-section {
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-section {
    padding-bottom: 3em;
  }
}
.c-section__ttl {
  color: #0d47a1;
  font-weight: bold;
}
@media (min-width: 1400px) {
  .c-section__ttl {
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .c-section__ttl {
    font-size: 2.4rem;
    line-height: 80px;
    margin-bottom: -5px;
  }
}
@media (max-width: 991.9px) {
  .c-section__ttl {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 1em;
  }
}
.c-section__ttlwrap {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-section__ttlwrap__secondary {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-section__ttlwrap__secondary {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.9px) {
  .c-section__ttlwrap__secondary {
    margin-bottom: 1em;
  }
}
.c-section__subttl {
  -js-display: flex;
  display: flex;
  align-items: center;
}
.c-section__subttl__link::before {
  color: #bababa;
  content: "｜";
  margin-right: 0.5em;
}
.c-section__subttl__link a {
  font-weight: bold;
  color: #bababa;
}
@media (min-width: 992px) {
  .c-section__subttl__link a:hover {
    color: #9998FD;
  }
}
.c-section__right__subttl {
  margin-left: 0.5em;
}
.c-section__right__subttl::before {
  content: "｜";
  margin-right: 0.5em;
}
.c-section__link {
  margin-left: 0.5em;
}
.c-section__left__subttl__link a {
  font-weight: bold;
  color: #bababa;
}
@media (min-width: 992px) {
  .c-section__left__subttl__link a:hover {
    color: #9998FD;
  }
}

@media (min-width: 768px) {
  .p-orupo__base__daily_fare_list__btns {
    margin-top: 50px;
  }
}
.p-orupo__base__detail__sec {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .p-orupo__base__detail__btmbtns {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .p-orupo__base__detail__btmbtn:first-child {
    margin-right: auto;
  }
}
@media (max-width: 767.9px) {
  .p-orupo__base__detail__btmbtn:first-child {
    margin-right: 2em;
  }
}
.p-orupo__base__detail__btmbtn:last-child {
  margin-right: 0;
}
.p-orupo__base__detail__btmbtn__label {
  font-size: 13px;
}
.p-orupo__base__detail__btmbtn__label__flex {
  display: flex;
}
.p-orupo__base__detail__btmbtn button {
  width: 100%;
}
.p-orupo__base__list__btn__link {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-orupo__base__list__svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  fill: #ccc;
}
.p-orupo__base__list__rsv {
  width: 10%;
}
.p-orupo__base__list__table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: none;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #ebebeb;
}
.p-orupo__base__list__table th,
.p-orupo__base__list__table td {
  border: none;
  border-top: solid 1px #ebebeb;
  font-weight: bold;
  min-width: 60px;
  height: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-orupo__base__list__table th,
  .p-orupo__base__list__table td {
    transition: all 0.3s;
  }
}
.p-orupo__base__list__table th th,
.p-orupo__base__list__table td th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-orupo__base__list__table th th::before,
.p-orupo__base__list__table td th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
.p-orupo__base__list__table thead th {
  background: #fafafa;
  padding: 1em;
}
@media (min-width: 992px) {
  .p-orupo__base__list__table tbody tr:hover th,
  .p-orupo__base__list__table tr:hover td {
    background: #F3EFFF;
  }
}
@media (min-width: 992px) {
  .p-orupo__base__list__table :not(.ai) tbody tr:hover th,
  .p-orupo__base__list__table :not(.ai) tr:hover td {
    background: #F3EFFF;
  }
}
.p-orupo__base__list__table tbody th {
  background: #fff;
  text-align: left;
}
.p-orupo__base__list__table tbody th a {
  position: relative;
}
.p-orupo__base__list__table tbody th a,
.p-orupo__base__list__table tbody td a {
  color: #343434;
  display: block;
  padding: 1em;
}
.p-orupo__base__list__table .is-inactive td {
  color: #999;
  font-weight: normal;
}
.p-orupo__base__list__th__event, .p-orupo__base__list__th__date, .p-orupo__base__list__th__staff, .p-orupo__base__list__th__name, .p-orupo__base__list__th__membership, .p-orupo__base__list__th__mail {
  text-align: left;
}
.p-orupo__base__list__td__rsvstatus {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
}
.p-orupo__base__list__tablewrap {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 991.9px) {
  .p-orupo__base__list__tablewrap {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.p-orupo__base__list__tablewrap rut__list__tablerut {
  position: relative;
  width: 100%;
}
.p-orupo__base__list__tablewrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.p-orupo__base__list__tablewrap::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
.p-orupo__base__list__tablewrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0d47a1;
}
.p-orupo__base__list__rsv {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}
.p-orupo__base__list__rsv .is-rsv {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 26px;
  font-size: 1.4rem;
  text-align: center;
  background: #018755;
  color: #fff;
}
.p-orupo__base__list__rsv .is-rsv--full {
  background: #d6105f;
}
.p-orupo__base__list__rsv .is-rsv--ended {
  background: #ccc;
}
.p-orupo__base__list__btn__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-orupo__base__list__btn__link__coursol {
  cursor: pointer;
}
@media (min-width: 992px) {
  .p-orupo__base__list__btn__link:hover svg {
    fill: #343434;
  }
}
.p-orupo__base__list__svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  fill: #ccc;
}
.p-orupo__base__list__btn {
  position: relative;
  padding: 0 !important;
}
.p-orupo__base__info__form--txt, .p-orupo__base__info__form--cal {
  font-weight: bold;
  border-color: #ccc;
}
.p-orupo__base__info__table {
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .p-orupo__base__info__table {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-orupo__base__info__table {
    font-size: 1.4rem;
  }
}
.p-orupo__base__info__table th {
  text-align: left;
  background: #fafafa;
}
@media (min-width: 768px) {
  .p-orupo__base__info__table th {
    width: 15em;
  }
}
@media (max-width: 767.9px) {
  .p-orupo__base__info__table th {
    width: 8em;
  }
}
.p-orupo__base__info__table th,
.p-orupo__base__info__table td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-orupo__base__info__table th,
  .p-orupo__base__info__table td {
    padding: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-orupo__base__info__table th,
  .p-orupo__base__info__table td {
    padding: 0.75em;
  }
}
.p-orupo__base__info__table--secondary {
  border-top: none;
}

.p-orupo__base__list__table thead .p-orupo__base__list__th__event,
.p-orupo__base__list__table thead .p-orupo__base__list__th__rsvstatus {
  z-index: 2;
}

.p-orupo__base__list__table .p-orupo__base__list__th__name_sticky {
  position: sticky;
  top: 0;
  left: 45px;
  z-index: 2;
  text-align: left;
}
.p-orupo__base__list__table .p-orupo__base__list__th__name_sticky.third {
  left: 90px;
}

.p-orupo__base__list__table .p-orupo__base__list__td__name_sticky {
  position: sticky;
  top: 0;
  left: 45px;
  z-index: 2;
  background-color: white;
}
.p-orupo__base__list__table .p-orupo__base__list__td__name_sticky.third {
  left: 90px;
}

.p-orupo__base__list__table .p-orupo__base__list__th__name_sticky_second {
  position: sticky;
  top: 0;
  left: 75px;
  z-index: 2;
  text-align: left;
}

.p-orupo__base__list__table .p-orupo__base__list__td__name_sticky_second {
  position: sticky;
  top: 0;
  left: 75px;
  z-index: 2;
  background-color: white;
}

.error_msg {
  color: red;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/*============================================================================
ログイン画面
============================================================================ */
.p-login {
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-login__inner {
    min-width: 600px;
    padding: 4em 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    margin-bottom: 3em;
    height: 629px;
  }
}
@media (max-width: 767.9px) {
  .p-login__inner {
    padding: 0 20px;
  }
}
.p-login__ttl {
  width: 300px;
  height: 190px;
  margin: 0 auto 2em;
}
.p-login__form__input {
  width: 100%;
  background-color: #F3EFFF;
  padding: 0.5em 0.75em;
  border: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .p-login__form__input {
    font-size: 1.8rem;
  }
}
.p-login__form__items {
  padding-bottom: 2em;
}
.p-login__form__items .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
}
.p-login__form__items .toggle-is-opened {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
}
.p-login__form__item {
  margin-bottom: 1em;
  color: #0d47a1;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-login__form__item {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
.p-login__form__item__pass {
  position: relative;
}
@media (min-width: 768px) {
  .p-login__btnwrap {
    width: 300px;
    margin: 0 auto 1em;
  }
}
.p-login__btn {
  width: 100%;
  background: linear-gradient(45deg, #0d47a1 0%, #F3EFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-color;", endColorstr="#28c940", GradientType=1);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-login__btn:hover {
    opacity: 0.8;
  }
}

/*============================================================================
ナビゲーションバー
============================================================================ */
@media (max-width: 991.9px) {
  .p-header {
    position: relative;
  }
}
@media (min-width: 992px) {
  .p-header__inner {
    position: sticky;
    top: 0;
  }
}
.p-header__bar {
  background: #fff;
}
@media (max-width: 991.9px) {
  .p-header__bar {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 2em;
  }
  .p-header__bar .is-fixed {
    position: fixed;
    z-index: 101;
    width: 100%;
  }
  .p-header__bar__menuwrap {
    z-index: 100;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0d47a1;
    background: linear-gradient(45deg, #0d47a1, #F3EFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-color;", endColorstr="#28c940", GradientType=1);
    padding: 60px 15px 0;
    padding-top: 60px;
  }
  .p-header__bar__menuwrap .is-opened {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fadein;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fadein;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadein;
  }
}
@media (min-width: 992px) {
  .p-header__logo {
    margin-bottom: 3px;
  }
}
@media (max-width: 991.9px) {
  .p-header__logo {
    flex: 1;
  }
}
.p-header__logo a {
  display: block;
}
@media (min-width: 992px) {
  .p-header__logo a {
    position: relative;
    height: 70px;
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .p-header__logo a {
    height: 80px;
    padding: 0 30px;
  }
}
@media (max-width: 991.9px) {
  .p-header__logo a {
    position: relative;
    height: 60px;
    padding: 0 15px;
    width: 100%;
  }
}
.p-header__logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 992px) {
  .p-header__logo img {
    width: 153px;
    height: 60px;
  }
}
@media (max-width: 991.9px) {
  .p-header__logo img {
    max-width: 174px;
  }
}
@media (min-width: 992px) {
  .p-header__menu {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .p-header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-header__menu__icons {
  width: 60px;
  height: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-header__menu__icon {
  width: 7px;
  height: 7px;
  margin: 2px;
  background: #0d47a1;
  border-radius: 50%;
  display: block;
}
.p-header__menu__icon:nth-child(4), .p-header__menu__icon:nth-child(5) {
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -3px;
  left: 50%;
}
.p-header__menu__icon:nth-child(4) {
  margin-left: -14px;
}
.p-header__menu__icon:nth-child(5) {
  margin-left: 8px;
}
.p-header__label {
  position: absolute;
  font-weight: bold;
  line-height: 2;
  border-radius: 40px;
  color: #0d47a1;
  background-color: #f5f7fa;
  text-align: center;
  margin: 0 auto 10px auto;
}
@media (min-width: 992px) {
  .p-header__label {
    top: 63px;
    left: 15px;
    font-size: 1.2rem;
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .p-header__label {
    top: 70px;
    left: 40px;
  }
}
@media (max-width: 991.9px) {
  .p-header__label {
    top: 45px;
    left: 15px;
    font-size: 1.1rem;
    width: 110px;
  }
}
@media (max-width: 576px) {
  .p-header__label {
    font-size: 1rem;
    width: 100px;
  }
}
@media (max-width: 991.9px) {
  .p-header__menuwrap {
    z-index: 100;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0d47a1;
    background: linear-gradient(45deg, #0d47a1, #F3EFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="color.$main-color;", endColorstr="#28c940", GradientType=1);
    padding: 60px 15px 0;
    padding-top: 60px;
  }
}
.p-header__menuwrap .is-opened {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fadein;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadein;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadein;
}
.p-header__staff {
  font-size: 1.3rem;
}
@media (min-width: 1400px) {
  .p-header__staff {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .p-header__staff {
    font-weight: bold;
    color: #0d47a1;
    padding: 0 15px;
    margin-bottom: 1em;
  }
}
@media (max-width: 991.9px) {
  .p-header__staff {
    color: #fff;
    padding: 20px 0;
  }
}
.p-header__nav {
  margin-bottom: 1em;
}
@media (max-width: 991.9px) {
  .p-header__nav__lists {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991.9px) {
  .p-header__nav__list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-header__nav__list a {
  -js-display: flex;
  display: flex;
  align-items: center;
  color: #343434;
  font-weight: bold;
}
@media (min-width: 1400px) {
  .p-header__nav__list a {
    padding: 18px 30px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .p-header__nav__list a {
    padding: 15px;
  }
}
@media (max-width: 991.9px) {
  .p-header__nav__list a {
    padding: 15px 0;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .p-header__nav__list a:hover {
    background: #F3EFFF;
  }
}
@media (min-width: 992px) {
  .p-header__nav__list a.is-active {
    color: #fff;
    background: linear-gradient(45deg, #0d47a1 0%, #F3EFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-color;", endColorstr="#28c940", GradientType=1);
  }
}
@media (min-width: 992px) {
  .p-header__nav__list a.is-active:hover {
    background: #0d47a1;
    background: linear-gradient(45deg, #0d47a1 0%, #F3EFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-color;", endColorstr="#28c940", GradientType=1);
  }
}
.p-header__nav__icon {
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .p-header__nav__icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: #bababa;
  }
}
@media (max-width: 991.9px) {
  .p-header__nav__icon {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    fill: #fff;
  }
}
@media (min-width: 992px) {
  .is-active .p-header__nav__icon {
    fill: #fff;
  }
}
.p-header__nav__txt {
  flex: 1;
}
@media (min-width: 992px) {
  .p-header__logout {
    width: 100%;
    padding: 0 15px;
    bottom: 30px;
  }
  .p-header__logout:first-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .p-header__logout {
    padding: 0 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.9px) {
  .p-header__logout:first-child {
    margin-bottom: 1em;
  }
}
.p-header__logout a {
  color: #343434;
  font-size: 1.4rem;
  font-weight: bold;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .p-header__logout a {
    border: 1px solid #ebebeb;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 15px;
  }
}
@media (max-width: 991.9px) {
  .p-header__logout a {
    justify-content: center;
    border: solid 1px #fff;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
  }
}
.p-header__logout a:hover {
  background: linear-gradient(45deg, #0d47a1 0%, #F3EFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$main-color;", endColorstr="#28c940", GradientType=1);
  color: #fff;
  border: transparent;
}
@media (min-width: 992px) {
  .p-header__logout__name {
    margin-right: 15px;
  }
}
@media (max-width: 991.9px) {
  .p-header__logout__name {
    argin-right: 10px;
  }
}
.p-header__logout__icon {
  flex-shrink: 0;
  fill: #fff;
}
@media (min-width: 992px) {
  .p-header__logout__icon {
    width: 18px;
    height: 18px;
    fill: #0d47a1;
  }
}
@media (max-width: 991.9px) {
  .p-header__logout__icon {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
}

.is-opened .p-header__menu__icons {
  transform: rotate(45deg);
}

.is-opened .p-header__menu__icon {
  opacity: 1;
}

/******************************************************************************/
/* お問合せ画面用                                                                     */
/******************************************************************************/
.right-align {
  display: flex;
  justify-content: flex-end;
}

.apr_table {
  width: 100%;
  border-collapse: collapse;
  line-height: 3;
  /* 横並びにするボタンのスタイル */
}
.apr_table th,
.apr_table td {
  text-align: left;
}
.apr_table button {
  width: auto;
  margin: 0;
}
.apr_table button.hidden {
  visibility: hidden;
}
.apr_table .status-3-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.apr_table .status-3-buttons button {
  flex: 0 0 auto;
}
.apr_table .p-orupo__base__list__btn {
  width: 20%;
}

.ai tbody tr:hover {
  background-color: transparent;
}

.ai tbody tr:hover th,
.ai tbody tr:hover td {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}

.center_cell {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}/*# sourceMappingURL=mng_style.css.map */