@charset "UTF-8";
body {
  color: #015497;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  max-width: calc(1200px - (100vw - 100%));
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}
body p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 220px;
  }
}

/*-------------------------------------------
    Common
  -------------------------------------------*/
.flex {
  display: flex;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: #015497;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

.submit-btn {
  width: 250px;
  height: 62px;
  background-color: #015497;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 62px;
  text-align: center;
  border: none;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
.submit-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submit-btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
  }
}
.submit-btn.back-btn {
  background-color: #878686;
}
.submit-btn.back-btn a {
  color: #fff;
  display: block;
}
.submit-btn.cancel-btn {
  background-color: #962001;
}
.submit-btn.cancel-btn a {
  color: #fff;
  display: block;
}

.register-btn {
  width: 250px;
  height: 62px;
  background-color: #55aa00;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 62px;
  text-align: center;
  border: none;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
.register-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .register-btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
  }
}
.register-btn.back-btn {
  background-color: #878686;
}
.register-btn.back-btn a {
  color: #fff;
  display: block;
}
.register-btn.cancel-btn {
  background-color: #962001;
}
.register-btn.cancel-btn a {
  color: #fff;
  display: block;
}

.common-btn {
  width: 250px;
  height: 50px;
  background-color: #015497;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  line-height: 51px;
  border: none;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
.common-btn:hover:not(:disabled) {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .common-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.button-area {
  display: flex;
  justify-content: center;
}

.pan-list {
  margin: 85px 0 15px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pan-list {
    margin: 85px 0 10px 0;
    width: 100%;
    font-size: 0.75rem;
  }
}

.page-title {
  font-size: 1.75rem;
  font-weight: bold;
  width: 100%;
  color: #fff;
  background: #015497;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .page-title {
    width: 100%;
    font-size: 1.25rem;
    padding: 10px 0;
    margin: 0 0 15px;
  }
}

.required-aicon {
  color: #fff;
  background: #c14b14;
  width: 60px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .required-aicon {
    width: 45px;
    height: 20px;
    line-height: 20px;
  }
}

.non-required-aicon {
  width: 60px;
  display: inline-block;
  margin-right: 75px;
}

.main-title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-title {
    margin: 0;
    font-size: 1.5rem;
    height: 20px;
  }
}
.main-title .main-title-border {
  border-left: 5px solid #015497;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .main-title .main-title-border {
    margin-right: 15px;
    width: 40px;
  }
}
.main-title .main-title-sub {
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: 2px;
}

.invalid-feedback {
  font-size: 0.75rem !important;
  text-align: left;
}

/*-------------------------------------------
    Back to Top
  -------------------------------------------*/
.back-to-top {
  width: 50px;
  height: 50px;
  background: #015497;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: -100px;
  /*ウエブページ外に配置*/
  z-index: 100;
  transition: 0.4s;
}
.back-to-top:hover {
  opacity: 0.7;
}
.back-to-top::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .back-to-top::before {
    width: 10px;
    height: 10px;
    top: 18px;
  }
}
.back-to-top .back-active {
  right: 100px;
}
@media screen and (max-width: 767px) {
  .back-to-top .back-active {
    right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .back-to-top {
    width: 40px;
    height: 40px;
  }
}

/*-------------------------------------------
    Header
  -------------------------------------------*/
header {
  background-color: #fff;
  top: 0;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  header {
    width: 100vw;
    padding-top: 0px;
  }
}
header .header {
  height: 120px;
  width: 100%;
}
header .header-item2 {
  flex-basis: 66%;
  margin-left: 20px;
}
header .header-item3 {
  flex-basis: 22%;
  margin-top: 2px;
}
header .header-logo {
  width: 100px;
  height: 100px;
}
header .header ul {
  list-style-type: none;
  padding: 0;
  justify-content: flex-start;
  margin: 0;
}
header .header .sub-site-title {
  font-size: 1.125rem;
}
header .header .site-title {
  font-size: 1.5rem;
  margin: 5px 0 0 0;
  letter-spacing: 0.025em;
}
header .header .site-title-sp {
  display: none;
}
header .header .nav {
  margin-top: 5px;
}
header .header .nav ul {
  justify-content: space-between;
  width: 100%;
}
header .header .nav li {
  border: 1px solid #015497;
  padding: 0 9px;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-right: 12px;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
header .header .nav li a {
  width: 100%;
  height: 100%;
}
header .header .nav .nav-item.nav-active {
  background-color: #015497;
  color: #fff;
}
header .header .arrow_under {
  position: absolute;
  content: "";
  right: 5%;
  top: 25%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #015497;
  border-right: 2px solid #015497;
  transform: rotate(135deg);
}
header .header .arrow_under.nav-active {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
header .header .font-size {
  text-align: end;
  margin-bottom: 5px;
  padding-right: 10px;
}
header .header .font-size .js-size-small,
header .header .font-size .js-size-big {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 1px solid #ababab;
  text-align: center;
}
header .header .font-size .size-active {
  background: #962001;
  color: #fff;
}
header .header-btn {
  justify-content: flex-end;
  margin: 0;
  margin-top: 7px;
}
header .header .login,
header .header .join {
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.5);
  width: 85px;
  height: 70px;
  text-align: center;
}
header .header .login p.sp,
header .header .join p.sp {
  display: none;
}
header .header .login {
  background-color: #015497;
}
header .header .login p {
  color: #fff;
  font-size: 0.75rem;
  padding-top: 6px;
}
@media (max-width: 767px) {
  header .header .login p {
    padding-top: 5px;
  }
}
header .header .login-img {
  padding-top: 10px;
}
header .header .login-img.mypage-img {
  width: 30px;
  height: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  header .header .login-img.mypage-img {
    width: 23px;
    height: 30px;
    padding-top: 5px;
  }
}
header .header .login.mypage p {
  padding-top: 10px;
}
@media (max-width: 767px) {
  header .header .login.mypage p {
    padding-top: 5px;
  }
}
header .header .join {
  background-color: #55aa00;
  margin-left: 15px;
}
header .header .join p {
  color: #fff;
  font-size: 0.75rem;
  padding-top: 6px;
}
header .header .join-img {
  padding-top: 10px;
}
header .nav-sp {
  display: none;
}
header .logout-btn {
  padding: 0;
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  header .logout-btn {
    margin: 0 0 0 5px;
  }
}
header .logout-btn button {
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
  width: 85px;
  height: 70px;
  text-align: center;
  background-color: #962001;
  color: #fff;
  font-size: 0.75rem;
  border: none;
  outline: none;
}
header .logout-btn button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  header .logout-btn button {
    width: 45px;
    height: 45px;
    font-size: 0.625rem;
  }
}
header .logout-btn button .login-img {
  padding-top: 0;
}
header .logout-btn button p {
  padding-top: 7px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  header .logout-btn button p {
    font-size: 8px;
    padding-top: 1px !important;
  }
}
@media screen and (max-width: 767px) {
  header .header {
    height: 50px;
  }
  header .header-item1 {
    flex-basis: 8%;
    height: 50px;
    width: 50px;
  }
  header .header-item2 {
    flex-basis: 65%;
    margin-left: 3px;
    height: 50px;
  }
  header .header .sub-site-title {
    font-size: 3vw;
    white-space: nowrap;
  }
  header .header .site-title {
    display: none;
  }
  header .header .site-title-sp {
    display: block;
    font-size: 1rem;
    line-height: 20px;
    margin: 0;
  }
  header .header-item3 {
    flex-basis: 27%;
    height: 50px;
    margin-top: initial;
  }
  header .header-item3 .font-size {
    display: none;
  }
  header .header-item3 .header-btn {
    width: 100%;
    justify-content: space-around;
    margin-top: 2px;
  }
  header .header-item3 .header-btn .login,
  header .header-item3 .header-btn .join {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
  }
  header .header-item3 .header-btn .login p,
  header .header-item3 .header-btn .join p {
    font-size: 0.5rem;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1.1em;
  }
  header .header-item3 .header-btn.member .login,
  header .header-item3 .header-btn.member .join {
    width: 45px;
  }
  header .header-item3 .header-btn.member p {
    display: none;
  }
  header .header-item3 .header-btn.member p.sp {
    white-space: normal;
    letter-spacing: 0.05rem;
    display: block;
  }
  header .header-item3 .header-btn.member .login-img,
  header .header-item3 .header-btn.member .join-img {
    width: 20px;
    height: 20px;
  }
  header .header-item3 .login-img,
  header .header-item3 .join-img {
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }
  header .header-item3 .join {
    margin-left: 3px;
  }
  header .nav {
    display: none;
  }
  header .nav-sp {
    display: block;
    width: 100vw;
    height: 35px;
    background-color: #fff;
    z-index: -5;
  }
  header .nav-sp ul {
    width: 100vw;
    padding: 0;
    margin: 5px 0;
    justify-content: space-around;
  }
  header .nav-sp ul a {
    display: inline-block;
    width: 32%;
    border: 1px solid #015497;
    box-sizing: border-box;
  }
  header .nav-sp li {
    padding: 0 5px;
    align-items: center;
    height: 25px;
    position: relative;
  }
  header .nav-sp li p {
    line-height: 25px;
    margin: 0;
    font-size: 0.8rem;
  }
  header .nav-sp .arrow_under {
    position: absolute;
    content: "";
    right: 5%;
    top: 25%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #015497;
    border-right: 1px solid #015497;
    transform: rotate(135deg);
  }
  header .nav-sp a.nav-active {
    background-color: #015497;
    color: #fff;
  }
  header .nav-sp .arrow_under.nav-active {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.heightMin {
  z-index: 10;
  position: fixed;
}
.heightMin .header {
  height: 75px;
}
@media (max-width: 767px) {
  .heightMin .header {
    height: 40px;
    margin: 5px;
  }
}
.heightMin .header .header-logo {
  width: 68px;
  height: 68px;
}
@media (max-width: 767px) {
  .heightMin .header .header-logo {
    width: 40px;
    height: 40px;
  }
}
.heightMin .header .sub-site-title {
  display: none;
}
.heightMin .header .site-title {
  font-size: 1.375rem;
}
.heightMin .header .nav li {
  font-size: 0.875rem;
  height: 30px;
  line-height: 28px;
}
.heightMin .header .header-item3 {
  margin-right: 10px;
}
.heightMin .header .header-item3 .login {
  height: 40px;
}
@media (max-width: 767px) {
  .heightMin .header .header-item3 .login {
    height: 40px;
  }
}
.heightMin .header .header-item3 .login .login-img {
  width: 15px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .heightMin .header .header-item3 .login .login-img {
    height: 30px;
    padding-top: 5px;
  }
}
.heightMin .header .header-item3 .login .login-img.mypage-img {
  height: 20px;
}
.heightMin .header .header-item3 .login p {
  padding-top: 3px;
}
@media (max-width: 767px) {
  .heightMin .header .header-item3 .login p {
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  .heightMin .header .header-item3 .login.mypage p {
    padding-top: 8px;
  }
}
.heightMin .header .header-item3 .join {
  height: 40px;
}
.heightMin .header .header-item3 .join .join-img {
  width: 15px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .heightMin .header .header-item3 .join .join-img {
    height: 30px;
    padding-top: 5px;
  }
}
.heightMin .header .header-item3 .join p {
  padding-top: 3px;
}
@media (max-width: 767px) {
  .heightMin .header .header-item3 .join p {
    padding-top: 1px;
  }
}
.heightMin .header .header-item3 .logout-btn button {
  height: 40px;
  padding: 0;
}
.heightMin .header .header-item3 .logout-btn button .login-img {
  width: 15px;
}
.heightMin .header .header-item3 .logout-btn button p {
  padding-top: 3px;
}
.heightMin .header .header-btn {
  margin-top: initial;
  padding-right: 10px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .heightMin .header .header-btn {
    padding-right: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .heightMin .header .site-title-sp {
    line-height: 23px;
  }
}

/*-------------------------------------------
    Footer
  -------------------------------------------*/
footer {
  background: #ebeff2;
  height: 100px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer > div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
footer > div p {
  margin: 25px 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer {
    width: 100vw;
    height: 220px;
  }
  footer.footer_complete {
    width: inherit;
  }
  footer .flex {
    text-align: left;
    width: 80%;
    display: block;
    margin: 0 5px;
    padding: 5px 0 30px;
  }
  footer .flex p {
    margin: 0;
    padding-top: 15px;
  }
  footer small {
    position: relative;
    top: -10px;
  }
}

/*-------------------------------------------
    Content
  -------------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 85px;
}
.fv .slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.fv .slider img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .slider .slick-arrow {
  z-index: 5;
  /* 矢印を最前面へ */
}
.fv .slider .prev-arrow {
  position: absolute;
  content: "";
  right: 3%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  opacity: 0.7;
  transform: rotate(45deg);
}
.fv .slider .next-arrow {
  position: absolute;
  content: "";
  left: 3%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: solid 10px #fff;
  border-left: solid 10px #fff;
  opacity: 0.7;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .fv {
    width: 100vw;
    margin-bottom: 15px;
  }
  .fv .slider {
    -webkit-overflow-scrolling: touch;
  }
  .fv .slider .fv-img {
    width: 100%;
    height: 56vw;
  }
  .fv .slider .prev-arrow,
  .fv .slider .next-arrow {
    width: 20px;
    height: 20px;
  }
  .fv .slider .next-arrow {
    border-bottom: solid 7px #fff;
    border-left: solid 7px #fff;
  }
  .fv .slider .prev-arrow {
    border-top: solid 7px #fff;
    border-right: solid 7px #fff;
  }
}
.main {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main {
    width: 95%;
    height: auto;
    margin: 0 auto 50px;
    display: block;
  }
}
.main .main1 {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .main .main1 {
    width: 100%;
  }
  .main .main1 .event-cnt {
    margin: 15px 0;
    display: block;
    height: 450px !important;
  }
  .main .main1 .event-title {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50vw;
    white-space: nowrap;
  }
  .main .main1 .event-cmt {
    width: 50vw;
  }
  .main .main1 .event-place {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50vw;
    white-space: nowrap;
  }
  .main .main1 .event-all {
    margin: 15px 0;
  }
}
.main .main1 .event {
  margin-top: 50px;
}
.main .main1 .event-cnt {
  margin-bottom: 15px;
  flex-wrap: wrap;
  height: 320px;
  overflow: scroll;
}
.main .main1 .event-cnt::after {
  content: "";
  display: block;
  width: 30%;
}
.main .main1 .event-box0,
.main .main1 .event-box1 {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .main .main1 .event-box0,
  .main .main1 .event-box1 {
    margin-right: 0;
  }
}
.main .main1 .event-box {
  cursor: pointer;
  width: calc(33% - 12px);
  height: 315px;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.main .main1 .event-box:hover {
  opacity: 0.7;
}
@media (max-width: 1095px) and (min-width: 767px) {
  .main .main1 .event-box {
    width: calc(50% - 12px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main .main1 .event-box {
    display: flex;
    width: 95vw;
    height: 140px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.main .main1 .event-box .event-img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1095px) and (min-width: 767px) {
  .main .main1 .event-box .event-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main .main1 .event-box .event-img {
    width: 40vw;
    height: 140px;
  }
}
.main .main1 .event-box div {
  height: 150px;
  position: relative;
  padding: 5px;
}
.main .main1 .event-box div .event-title {
  color: #022222;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main .main1 .event-box div .event-title {
    margin-bottom: 0;
  }
}
.main .main1 .event-box div .event-cmt {
  display: inline-block;
  height: 69px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  padding: 0;
}
@media (max-width: 767px) {
  .main .main1 .event-box div .event-cmt {
    height: 75px;
  }
}
.main .main1 .event-box div .event-place {
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.main .main1 .event-all {
  text-decoration: underline;
  text-align: right;
  font-size: 16px;
}
.main .main2 {
  width: 300px;
}
.main .main2 .caution {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .main .main2 .caution {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main .main2 {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
}
.main .news {
  font-size: 16px;
}
@media (max-width: 1060px) and (min-width: 767px) {
  .main .news {
    width: calc(100vw - 10%);
  }
}
@media (max-width: 767px) {
  .main .news {
    margin-top: 25px;
    width: 96vw;
    font-size: 14px;
  }
}
.main .news-wrap {
  overflow: scroll;
}
.main .news-cnt {
  cursor: pointer;
  justify-content: flex-start;
  align-items: baseline;
  height: 50px;
  padding: 12px 0;
  border-bottom: 1px solid #ababab;
  position: relative;
  line-height: 1.7;
}
.main .news-cnt:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .main .news-cnt {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}
.main .news-cnt::after {
  position: absolute;
  content: "";
  right: 1%;
  top: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #015497;
  border-right: 1px solid #015497;
  transform: rotate(45deg);
}
.main .news-day {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .main .news-day {
    flex-basis: 68%;
    margin-right: 0;
    line-height: 2;
  }
}
.main .news-up {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  background: #962001;
  width: 82px;
  text-align: center;
  line-height: 2;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .main .news-up {
    font-size: 0.625rem;
  }
}
.main .news-title {
  color: #022222;
  flex-basis: 70%;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .main .news-title {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    flex-basis: 70%;
    width: 96vw;
    line-height: 2;
  }
}
.main .news-all {
  margin-top: 15px;
  text-decoration: underline;
  text-align: right;
}

.list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
}
.list:not(:last-child) {
  border-bottom: 1px solid #ababab;
}
@media (max-width: 767px) {
  .list:not(:last-child) {
    margin-top: 20px;
  }
}
.list-name {
  font-weight: bold;
  justify-content: space-between;
}
.list-name .key-status {
  color: #022222;
}
.list-inner {
  font-size: 16px;
  padding: 5px 0;
}
.list-day {
  width: 110px;
  text-decoration: underline;
}
.list-day:hover {
  cursor: pointer;
  opacity: 0.7;
}
.list-time {
  width: 135px;
}
.list-all {
  text-decoration: underline;
  text-align: right;
  font-size: 16px;
  margin-bottom: 50px;
}
.list-aicon {
  display: inline-block;
  color: #fff;
  background: #ababab;
  width: 23px;
  height: 25px;
  text-align: center;
}
.list-aicons {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .list {
    width: 96vw;
  }
  .list-name {
    width: 96vw;
  }
  .list-name p:first-child {
    width: 30vw;
  }
  .list-name p:nth-child(2) {
    width: 50vw;
  }
  .list-name p:nth-child(3) {
    width: 100px;
  }
  .list-day {
    width: 30vw;
  }
  .list-time {
    width: 50vw;
  }
  .list-aicons {
    width: 100px;
    justify-content: flex-start;
  }
  .list-aicons p {
    margin-right: 10px;
  }
}

.place-list {
  justify-content: start;
  align-items: center;
  padding-bottom: 12px;
}
.place-tag {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  background: #55aa00;
  width: 82px;
  text-align: center;
  line-height: 2;
  padding: 3px 0;
}
.place-name {
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .guide {
    width: 100vw;
  }
}
.guide .guide-title {
  position: relative;
}
.guide .guide-title h2 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  background: #015497;
  color: #fff;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .guide .guide-title h2 {
    font-size: 1.5rem;
  }
}
.guide .guide-title a {
  position: absolute;
  top: 13%;
  right: 50px;
  padding: 10px 17px 10px 20px;
  background: #55aa00;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .guide .guide-title a {
    font-size: 16px;
    padding: 10px 7px 10px 10px;
    top: 14%;
    right: 4px;
  }
}
.guide h3 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .guide h3 {
    margin: 0 0 20px;
  }
}
.guide h3::before, .guide h3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 240px);
  height: 2px;
  background-color: #015497;
}
.guide h3::before {
  left: 0;
}
.guide h3::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .guide h3 {
    font-size: 1.1rem;
  }
  .guide h3::before, .guide h3::after {
    width: 10%;
    top: 40%;
  }
}
.guide .guide1,
.guide .guide2,
.guide .guide3,
.guide .guide4 {
  margin-bottom: 70px;
}
.guide .guide1 p,
.guide .guide1 li,
.guide .guide2 p,
.guide .guide2 li,
.guide .guide3 p,
.guide .guide3 li,
.guide .guide4 p,
.guide .guide4 li {
  line-height: 1.7;
  font-size: 16px;
}
@media (max-width: 767px) {
  .guide .guide1 p,
  .guide .guide1 li,
  .guide .guide2 p,
  .guide .guide2 li,
  .guide .guide3 p,
  .guide .guide3 li,
  .guide .guide4 p,
  .guide .guide4 li {
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .guide .guide1,
  .guide .guide2,
  .guide .guide3,
  .guide .guide4 {
    margin: 0px 5px 25px;
  }
}
.guide .guide1 {
  text-align: center;
}
.guide .guide1-all {
  flex-wrap: wrap;
}
.guide .guide1-all p {
  color: #022222;
}
.guide .guide1 p {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .guide .guide1-all {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .guide .guide1-all p {
    margin: 5px 0 10px;
  }
}
.guide .guide2 .rule .rule-line {
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .guide .guide2 .rule .rule-line {
    width: 100%;
  }
}
.guide .guide2 > h3::before,
.guide .guide2 > h3::after {
  width: calc(50% - 120px);
}
.guide .guide3 > h3::before,
.guide .guide3 > h3::after {
  width: calc(50% - 150px);
}
.guide .guide4 > h3::before,
.guide .guide4 > h3::after {
  width: calc(50% - 90px);
}
@media screen and (max-width: 767px) {
  .guide .guide2 > h3::before,
  .guide .guide2 > h3::after {
    width: 30%;
  }
  .guide .guide3 > h3::before,
  .guide .guide3 > h3::after {
    width: 25%;
  }
  .guide .guide4 > h3::before,
  .guide .guide4 > h3::after {
    width: 35%;
  }
}
.guide .rule {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .guide .rule {
    width: 100%;
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
}
.guide .rule .number1,
.guide .rule .number2,
.guide .rule .number3,
.guide .rule .number4,
.guide .rule .number5 {
  position: relative;
  width: 75px;
}
.guide .rule .number1::before,
.guide .rule .number2::before,
.guide .rule .number3::before,
.guide .rule .number4::before,
.guide .rule .number5::before {
  position: absolute;
  content: "1";
  font-size: 2rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  text-align: center;
  left: 29px;
  top: 20px;
  color: #fff;
  text-shadow: 1px 1px #015497, -1px 1px #015497, -1px -1px #015497, 1px -1px #015497, 1px 0px #015497, 0px 1px #015497, -1px 0px #015497, 0px -1px #015497;
}
.guide .rule .number1::after,
.guide .rule .number2::after,
.guide .rule .number3::after,
.guide .rule .number4::after,
.guide .rule .number5::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 15px;
  top: 14px;
  background: radial-gradient(#fff 64%, transparent 10%), conic-gradient(#015497 0% 40%, #fff 40% 43%, #015497 43% 90%, #fff 90% 93%, #015497 93% 100%);
  z-index: -5;
}
@media all and (-ms-high-contrast: none) {
  .guide .rule .number1 .number1::after,
  .guide .rule .number1 .number2::after,
  .guide .rule .number1 .number3::after,
  .guide .rule .number1 .number4::after,
  .guide .rule .number1 .number5::after,
  .guide .rule .number2 .number1::after,
  .guide .rule .number2 .number2::after,
  .guide .rule .number2 .number3::after,
  .guide .rule .number2 .number4::after,
  .guide .rule .number2 .number5::after,
  .guide .rule .number3 .number1::after,
  .guide .rule .number3 .number2::after,
  .guide .rule .number3 .number3::after,
  .guide .rule .number3 .number4::after,
  .guide .rule .number3 .number5::after,
  .guide .rule .number4 .number1::after,
  .guide .rule .number4 .number2::after,
  .guide .rule .number4 .number3::after,
  .guide .rule .number4 .number4::after,
  .guide .rule .number4 .number5::after,
  .guide .rule .number5 .number1::after,
  .guide .rule .number5 .number2::after,
  .guide .rule .number5 .number3::after,
  .guide .rule .number5 .number4::after,
  .guide .rule .number5 .number5::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .guide .rule .number1,
  .guide .rule .number2,
  .guide .rule .number3,
  .guide .rule .number4,
  .guide .rule .number5 {
    display: none;
  }
  .guide .rule .number1::before,
  .guide .rule .number2::before,
  .guide .rule .number3::before,
  .guide .rule .number4::before,
  .guide .rule .number5::before {
    display: none;
  }
  .guide .rule .number1::after,
  .guide .rule .number2::after,
  .guide .rule .number3::after,
  .guide .rule .number4::after,
  .guide .rule .number5::after {
    display: none;
  }
}
.guide .rule .number2::before {
  content: "2";
}
.guide .rule .number3::before {
  content: "3";
}
.guide .rule .number4::before {
  content: "4";
}
.guide .rule .number5::before {
  content: "5";
}
.guide .rule h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 25px 0 0 0;
  flex-basis: 53.6%;
}
@media screen and (max-width: 767px) {
  .guide .rule h4 {
    font-size: 1.1rem;
    margin: 5px 0 0 0;
  }
}
.guide .rule-exp {
  letter-spacing: 1px;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .guide .rule-exp {
    width: 100%;
    margin-top: 5px;
  }
}
.guide .rule-exp p {
  padding-left: 1em;
  text-indent: -1em;
}
.guide .rule-exp ul {
  padding-left: 20px;
}
.guide .rule-exp ul li {
  margin-bottom: 15px;
}
.guide .rule .rule3 p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .guide .rule .rule3 {
    margin-bottom: 5px;
  }
  .guide .rule .rule3 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .guide .rule .rule4 {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.guide .rule-img {
  justify-content: flex-end;
  margin-top: 25px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .guide .rule-img {
    margin-top: 0px;
    width: 100%;
  }
}
.guide .rule .rule3 img:not(:last-child) {
  margin-bottom: 15px;
}
.guide .guide3 {
  text-align: center;
}
.guide .guide3-cmt {
  margin: 0;
}
.guide .guide3 p {
  margin: 15px 0;
}
.guide .guide3 .guide3-img {
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .guide .guide3 {
    margin-top: 50px;
  }
  .guide .guide3-cmt {
    width: 100%;
  }
  .guide .guide3-img {
    width: 100%;
  }
}
.guide .guide4 h4 {
  margin: 40px 0 0;
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .guide .guide4 h4 {
    margin: 5px 0 0 0;
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.guide .guide4 p {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .guide .guide4 p {
    width: 100%;
    margin: 5px 0 30px 0;
  }
}
.guide .guide4 p span {
  color: red;
}
.guide .guide4-img {
  width: 100%;
}
.guide .line {
  width: 100%;
  height: 50px;
  background: #015497;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .guide .line {
    height: 20px;
  }
}

.link {
  margin-bottom: 100px;
}
.link.flex {
  justify-content: flex-start;
  display: inline-table;
}
@media (max-width: 767px) {
  .link.flex {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.link.flex img {
  height: 70px;
  -o-object-fit: unset;
     object-fit: unset;
  margin: 0 5px 10px;
}

/*-------------------------------------------
    Form
  -------------------------------------------*/
form {
  margin: 50px auto 100px;
}
form:has(.calendar-wrap) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  form {
    margin: 25px auto 50px;
  }
}
form .form-line {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  form .form-line {
    flex-wrap: wrap;
    width: 95%;
    height: 60px;
    margin-bottom: 40px;
  }
  form .form-line p {
    margin: 5px 10px 5px 0;
  }
}
form .form-line.form-line-textarea {
  height: auto;
}
form .form-line .form-line-wrap {
  width: 70%;
}
@media (max-width: 767px) {
  form .form-line .form-line-wrap {
    width: 100%;
  }
}
form .form-line .form-line-wrap.radio-wrap input {
  cursor: pointer;
  flex-basis: 4%;
  height: 13px;
}
form .form-line .form-line-wrap.radio-wrap label {
  margin-right: 12px;
}
form .form-line .form-line-wrap.time-wrap {
  width: calc(35% - 10px);
  margin-right: 20px;
}
@media (max-width: 767px) {
  form .form-line .form-line-wrap.time-wrap {
    width: calc(50% - 20px);
  }
}
form .form-line .form-line-wrap.time-wrap2 {
  width: calc(35% - 10px);
}
@media (max-width: 767px) {
  form .form-line .form-line-wrap.time-wrap2 {
    width: 50%;
  }
}
form .form-line .form-line-wrap input {
  flex-basis: 70%;
  height: 46px;
  padding: 5px;
  background-color: initial;
}
form .form-line .form-line-wrap input:hover:not(:disabled) {
  border: solid 2px #ced4da;
}
@media screen and (max-width: 767px) {
  form .form-line .form-line-wrap input {
    flex-basis: 100%;
  }
}
form .form-line .form-line-wrap input.date-form:hover {
  cursor: pointer;
}
form .form-line .form-line-wrap select {
  height: 46px;
  flex-basis: 71%;
  color: #015497;
  cursor: pointer;
}
form .form-line .form-line-wrap select:hover:not(:disabled) {
  border: solid 2px #ced4da;
}
form .form-line .form-line-wrap select:disabled {
  color: #495057;
  background-color: initial;
  opacity: 0.8;
  cursor: initial;
}
@media screen and (max-width: 767px) {
  form .form-line .form-line-wrap select {
    flex-basis: 100%;
  }
}
form .form-line .form-line-wrap textarea {
  flex-basis: 70%;
  height: 135px;
}
form .form-line .form-line-wrap textarea:hover:not(:disabled) {
  border: solid 2px #ced4da;
}
@media screen and (max-width: 767px) {
  form .form-line .form-line-wrap textarea {
    height: 80px;
    flex-basis: 100%;
  }
}
form .form-line .required-aicon {
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  form .form-line .required-aicon {
    margin-right: 170px;
  }
}
form .form-line.form-password {
  margin-bottom: 0;
}
form .label {
  font-size: 18px;
  flex-basis: 20%;
}
@media screen and (max-width: 767px) {
  form .label {
    font-size: 14px;
    flex-basis: initial;
    font-weight: 600;
  }
}
form .textform {
  height: 135px;
}
@media screen and (max-width: 767px) {
  form .textform {
    height: 80px;
  }
}
form .input-wrap {
  text-align: center;
  margin-top: 25px;
}
form input.submit-btn,
form button.submit-btn {
  display: inline-block;
  width: 220px;
  padding: 1px 18px;
}
@media screen and (max-width: 767px) {
  form input.submit-btn,
  form button.submit-btn {
    width: 170px;
  }
}

.form-cmt {
  margin-top: 25px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .form-cmt {
    margin: 15px 5px 0;
    font-size: 14px;
  }
}

.sex .label {
  flex-basis: 15%;
}
@media screen and (max-width: 767px) {
  .sex .label {
    flex-basis: 70%;
  }
}
.sex .notrequired-aicon {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sex .notrequired-aicon {
    margin-right: 0px;
  }
}
.sex input[type=radio] {
  cursor: pointer;
  flex-basis: 4%;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .sex input[type=radio] {
    flex-basis: 10%;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .form-line.form-mail,
  .form-line.form-password {
    margin-bottom: 50px;
  }
}
.form-mail,
.form-password {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .form-mail,
  .form-password {
    padding-top: 0;
  }
}
.form-mail .input,
.form-password .input {
  flex-basis: 70%;
}
@media screen and (max-width: 767px) {
  .form-mail .input,
  .form-password .input {
    flex-basis: 100%;
  }
}
.form-mail .input input,
.form-password .input input {
  width: 99%;
}
.form-mail .input input:first-child,
.form-password .input input:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form-mail .required-aicon,
  .form-password .required-aicon {
    width: 48px;
    margin-right: 30px;
  }
}

.form-zip .label {
  flex-basis: 16.5%;
}
@media screen and (max-width: 767px) {
  .form-zip .label {
    flex-basis: 50%;
  }
}
.form-zip .required-aicon {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .form-zip .required-aicon {
    width: 48px;
  }
}
.form-zip input[name=zipcode] {
  flex-basis: 31%;
}
@media screen and (max-width: 767px) {
  .form-zip input[name=zipcode] {
    flex-basis: 30%;
    width: 90px;
  }
}

.agree {
  text-align: center;
  margin-bottom: 40px;
}
.agree input {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .agree {
    margin-bottom: 0;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .input-wrap.join {
    margin: 10px 0 50px;
  }
}
.login-main {
  text-align: center;
  width: 80%;
  margin: 0px auto 50px;
}
@media screen and (max-width: 767px) {
  .login-main {
    width: 100%;
    margin: 0px auto 50px;
  }
}
.login-main .pass-show {
  width: 90%;
  margin: 0 auto;
  text-align: end;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .login-main .pass-show {
    margin: 20px auto 0;
    width: 95%;
    font-size: 14px;
  }
}
.login-main .cmt1 {
  margin: 10px auto 50px;
  text-decoration: underline;
  font-size: 16px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .login-main .cmt1 {
    font-size: 14px;
    margin: 10px auto 25px;
    font-weight: bold;
  }
}
.login-main .cmt2 {
  text-decoration: underline;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .login-main .cmt2 {
    font-size: 14px;
  }
}

#password, #password-confirm, #dantai_password, #dantai_password-confirm {
  width: 90%;
  display: inline-block;
  border: none;
}

#view, #view-confirm {
  display: inline-block;
}

div.password-wrap {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

div.password-wrap:hover {
  border: 2px solid #ced4da;
}

/*-------------------------------------------
    Mypage
  -------------------------------------------*/
.mypage-upper {
  margin: 10px 0px 25px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .mypage-upper {
    width: 96vw;
    margin: 5px auto 15px;
    line-height: 35px;
    display: block;
  }
}
.mypage-upper .name {
  font-size: 1.5rem;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mypage-upper .name {
    font-size: 16px;
    line-height: 35px;
  }
}
.mypage-upper .status {
  width: 75%;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .mypage-upper .status {
    width: 100%;
    display: block;
    height: 35px;
  }
}
.mypage-upper .status-left {
  width: 50%;
  height: 100%;
  background: #7fa9cb;
  color: #fff;
  text-align: center;
  border: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .mypage-upper .status-left {
    float: left;
    text-align: left;
    width: 30%;
    font-size: 15px;
  }
}
.mypage-upper .status-right {
  width: calc(70% - 2px);
  height: calc(100% - 2px);
  border: solid 1px #ababab;
  text-align: center;
  margin: 1px;
}
@media screen and (max-width: 767px) {
  .mypage-upper .status-right {
    float: right;
    text-align: left;
    width: 69%;
  }
}
.mypage-upper .status-none {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .mypage-upper .status-none {
    display: none;
  }
}
.mypage-upper .status p {
  line-height: 40px;
}
.mypage-upper .status p:first-child {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .mypage-upper .status p:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-upper .status p {
    line-height: 35px;
    padding: 0 5px;
  }
}

.manage-btn {
  margin: 0 auto 25px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .manage-btn {
    font-size: 16px;
    width: calc(100% - 10px);
    margin: 15px 5px;
  }
}

.mypage-menu {
  width: calc(100% - 0px);
  margin: 0 0 35px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 50px 100px;
}
@media screen and (max-width: 767px) {
  .mypage-menu {
    display: block;
    width: calc(100% - 10px);
    margin: 85px 5px 15px;
  }
}
@media (max-width: 1080px) and (min-width: 767px) {
  .mypage-menu {
    gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}
.mypage-menu-item {
  height: 280px;
  margin: 0 auto;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .mypage-menu-item {
    display: flex;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
}
.mypage-menu-item .img-box {
  width: 100%;
  height: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mypage-menu-item .img-box {
    width: 23%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mypage-menu-item img {
    width: 50px;
  }
}
.mypage-menu-item .cmt {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #015497;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mypage-menu-item .cmt {
    width: 77%;
  }
}
.mypage-menu-item .cmt p {
  margin: 0 20px;
  font-size: 16px;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .mypage-menu-item .cmt p {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1rem;
    margin: 0 10px;
  }
}
.mypage-menu-item .cmt p:first-child {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mypage-menu-item .cmt p:first-child {
    font-size: 1.125rem;
    padding-bottom: 6px;
  }
}

.reservation-data {
  margin: 0 0px 25px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .reservation-data {
    width: 96vw;
    margin: 0 auto;
  }
  .reservation-data .reservation-table {
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
  }
}
.reservation-data .sarch {
  margin-left: 78.5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .reservation-data .sarch {
    margin-left: 0;
    line-height: 30px;
    width: 100%;
  }
}
.reservation-data table {
  width: 100%;
  color: #015497;
}
.reservation-data table th {
  padding: 0 5px;
  height: 40px;
  background-color: #ebebeb;
  border: 1px solid #707070;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  padding: 0 5px;
  cursor: pointer;
}
.reservation-data table th:last-child {
  border-right: 1px solid #707070;
}
.reservation-data table th.reservation-table-check {
  text-align: center;
}
.reservation-data table th:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .reservation-data table th {
    font-size: 0.875rem;
  }
}
.reservation-data table tr.cancel td:not(:has(input[type=checkbox])) {
  opacity: 0.5;
}
.reservation-data table tr.cancel:hover {
  background-color: initial;
}
.reservation-data table td {
  padding: 0 5px;
  height: 50px;
  border: 1px solid #707070;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reservation-data table td {
    font-size: 0.875rem;
  }
}
.reservation-data table td:last-child {
  border-right: 1px solid #707070;
  text-align: center;
}
.reservation-data table td.reservation-table-check {
  text-align: center;
}
.reservation-data table .cansel-btn {
  display: inline-block;
  height: 30px;
  background: #ebebeb;
  border: none;
  color: #000;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .reservation-data table .cansel-btn {
    width: 85px;
  }
}
.reservation-data table .delete-select {
  cursor: pointer;
}
.reservation-data table .hyoka-select {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 70px;
  background: #015497;
  color: #fff;
  text-align: center;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  line-height: 30px;
}
.reservation-data .done {
  opacity: 0.7;
}
.reservation-data .done .cansel-done {
  color: #000;
}
.reservation-data .done .score-done {
  background: #7f7f7f;
  color: #fff;
  display: inline-block;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  width: 70px;
}
.reservation-data .table-footer {
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .reservation-data .table-footer {
    margin-top: 10px;
  }
}
.reservation-data .table-footer p {
  margin: 0;
}
.reservation-data .table-footer-btn {
  width: 180px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reservation-data .table-footer-btn {
    width: 35%;
  }
}
.reservation-data .table-footer-btn .prev-btn,
.reservation-data .table-footer-btn .next-btn {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #707070;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .reservation-data .table-footer-btn .prev-btn,
  .reservation-data .table-footer-btn .next-btn {
    width: 50px;
  }
}
.reservation-data .all-cansel-btn {
  background: #ebebeb;
  color: #000;
}
.reservation-data .all-cansel-btn:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .reservation-data .all-cansel-btn {
    font-size: 14px;
    width: 48%;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
}

.document {
  margin: 0 0 100px;
}
.document p span {
  color: #015497 !important;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .document {
    width: calc(100% - 10px);
    margin: 0 5px 50px;
  }
}
.document .rule-exp {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .document .rule-exp {
    width: 100%;
    font-size: 14px;
  }
}
.document .rule-exp p {
  padding-left: 1em;
  text-indent: -1em;
}
.document .rule-exp p:not(:last-child) {
  margin-bottom: 15px;
}
.document .rule-exp p a {
  text-decoration: underline;
}
.document .rule-exp ul {
  padding-left: 20px;
}
.document .rule-exp .cmt {
  padding-left: initial;
  text-indent: initial;
}
.document .rule-exp .cmt span {
  font-weight: bold;
}
.document span {
  font-size: 1.125rem;
}
.document h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 45px 0 0 0;
  flex-basis: 53.6%;
}
@media (max-width: 767px) {
  .document h4 {
    font-size: 1.25rem;
    margin: 15px 0 0;
  }
}
.document-btn {
  justify-content: flex-start;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .document-btn {
    margin: 15px 5px;
  }
}
.document-btn .download {
  background-color: #962001;
}
.document-btn .upload {
  background-color: #962001;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .document-btn .upload {
    margin-left: 5px;
  }
}
.document li {
  list-style: none;
}
.document li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #015497;
}
.document .list-inner li {
  list-style: none;
}

.mypage-reservedata {
  margin: 10px 0px 25px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .mypage-reservedata {
    width: 96vw;
    margin: 5px auto 15px;
    line-height: 35px;
    display: block;
  }
}
.mypage-reservedata .heading {
  font-size: 1.5rem;
  line-height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .mypage-reservedata .heading {
    font-size: 16px;
    line-height: 35px;
  }
}
.mypage-reservedata .lock-button {
  margin: 10px 0;
  padding: 0 15px;
}
.mypage-reservedata .status {
  padding: 0 15px;
}

/*-------------------------------------------
    Calendar
  -------------------------------------------*/
.calendar {
  display: flex;
  color: #022222;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 700px;
  margin: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .calendar {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.calendar .fc-header-toolbar.fc-toolbar {
  height: 40px;
  background-color: #fff;
}
.calendar .fc-header-toolbar.fc-toolbar .fc-toolbar-title {
  font-size: 1.25rem;
}
.calendar .fc-col-header-cell-cushion {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 40px;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .calendar .fc-col-header-cell-cushion {
    line-height: 25px;
    font-size: 14px;
  }
}
.calendar .fc-daygrid-event-harness .fc-event-main {
  padding: 2px 0;
}
.calendar .fc-daygrid-day-number,
.calendar .fc-col-header-cell-cushion {
  cursor: default;
}
.calendar .fc-daygrid-day-number:hover,
.calendar .fc-col-header-cell-cushion:hover {
  opacity: initial;
}

.fc-day-sat .fc-daygrid-day-top,
.fc-day-sat .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,
.fc-day-sat .fc-list-day-cushion {
  color: blue;
}

td.fc-day-sat {
  background-color: #ececfd;
}

.fc-day-sun .fc-daygrid-day-top,
.fc-day-sun .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,
.fc-day-sun .fc-list-day-cushion {
  color: red;
}

td.fc-day-sun {
  background-color: #fdeded;
}

.fc-day {
  font-size: 1.125rem;
  color: #022222;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15) !important;
}

table.fc-col-header {
  margin: 0;
  background: #e6e6e6;
  height: 30px;
}

.fc .fc-daygrid-day-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .fc .fc-daygrid-day-top {
    font-size: 14px;
  }
}

.fc-theme-standard td,
.fc-theme-standard th {
  height: 115px;
  padding: 0 5px 5px;
}

.fc-scroller-harness {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .fc-scroller-harness {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  th.fc-col-header-cell.fc-day {
    height: 25px;
  }
}

.fc-daygrid-event.fc-h-event {
  background-color: #F2C973;
  border: none;
}

/*-------------------------------------------
    Modal 共通
  -------------------------------------------*/
.event-modal {
  width: 100%;
  display: none;
  position: relative;
  height: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
}
.event-modal-content {
  width: 90%;
  height: 70vh;
  margin: 0 auto;
  background: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 20;
  overflow: auto;
  position: fixed;
  padding: 10px 5px;
}
@media (min-width: 790px) {
  .event-modal-content {
    width: 790px;
    padding: 15px;
  }
}
@media (max-width: 789px) and (min-width: 310px) {
  .event-modal-content {
    padding: 15px;
  }
}
@media (max-width: 309px) {
  .event-modal-content {
    padding: 15px;
  }
}
.event-modal-content .cmt {
  text-align: center;
  margin: 5px 0;
}
.event-modal-content .cmt:nth-child(2) {
  margin: 20px 0;
}
.event-modal-content .form-line {
  width: 83%;
  height: 40px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .event-modal-content .form-line {
    flex-wrap: wrap;
    width: 95%;
    height: 60px;
    margin-bottom: 40px;
  }
  .event-modal-content .form-line p {
    margin: 15px 0 10px 0;
  }
}
.event-modal-content .form-line.form-line-textarea {
  height: 145px;
}
.event-modal-content .form-line .form-line-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .event-modal-content .form-line .form-line-wrap {
    width: 100%;
  }
}
.event-modal-content .form-line .form-line-wrap textarea {
  flex-basis: 70%;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .event-modal-content .form-line .form-line-wrap textarea {
    height: 80px;
    flex-basis: 100%;
  }
}
.event-modal-content label > input {
  display: none;
}
.event-modal-content .cmt2 {
  margin: 0;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .event-modal-content .cmt2 {
    line-height: 30px;
  }
}
.event-modal-content ol {
  margin: 0;
}
.event-modal-content ol li {
  text-decoration: underline;
}
.event-modal h2 {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .event-modal h2 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.event-modal .modal-content-title {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 5px;
}
@media (max-width: 767px) {
  .event-modal p {
    font-size: 14px;
  }
}
.event-modal .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: start;
}
.event-modal .flex .event-img {
  width: 40%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .event-modal .flex .event-img {
    width: 100%;
  }
}
.event-modal .flex .flex-content {
  width: calc(60% - 40px);
  margin-left: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .event-modal .flex .flex-content {
    width: 100%;
    margin-left: 0;
  }
}
.event-modal .flex .flex-content .modal-day {
  font-size: 16px;
}
.event-modal .event-modal-close {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 30;
  color: #ddf;
  left: calc(50vw + 350px);
  top: calc(50vh - 96px);
  font-size: 3.125rem;
}
.event-modal .event-modal-close:hover {
  cursor: pointer;
}
.event-modal .event-modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.event-modal .modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
}

/*-------------------------------------------
    Modal イベント
  -------------------------------------------*/
#event-modal .event-modal-close,
.event-modal-top .event-modal-close {
  top: calc(10vh - 20px);
}
@media (max-width: 789px) {
  #event-modal .event-modal-close,
  .event-modal-top .event-modal-close {
    left: calc(50vw + 35%);
  }
}

/*-------------------------------------------
    Modal ニュース
  -------------------------------------------*/
.news-modal-top .event-modal-close {
  top: calc(10vh - 20px);
}
@media (max-width: 789px) {
  .news-modal-top .event-modal-close {
    left: calc(50vw + 35%);
  }
}

/*-------------------------------------------
    Modal 個人予約
  -------------------------------------------*/
.yoyaku-modal-top .yoyaku-namelist {
  width: 350px;
}
@media (max-width: 767px) {
  .yoyaku-modal-top .yoyaku-namelist {
    width: 90%;
  }
}
.yoyaku-modal-top .yoyaku-namelist .flex-content div {
  word-wrap: break-word;
}
.yoyaku-modal-top .event-modal-close {
  top: calc(10vh - 30px);
  left: calc(50vw + 135px);
}
@media (max-width: 767px) {
  .yoyaku-modal-top .event-modal-close {
    left: calc(50vw + 35%);
  }
}

/*-------------------------------------------
    Modal 予約施設
  -------------------------------------------*/
.facility-modal-top .facility-content .facility {
  width: calc(50% - 40px);
  margin: 10px 20px;
}
@media (max-width: 767px) {
  .facility-modal-top .facility-content .facility {
    width: 100%;
    margin: 5px 0;
  }
}
.facility-modal-top .event-modal-close {
  top: calc(10vh - 20px);
}
@media (max-width: 789px) {
  .facility-modal-top .event-modal-close {
    left: calc(50vw + 34%);
  }
}

/*-------------------------------------------
    Modal 予約時間
  -------------------------------------------*/
.time-modal-top .facility-content .reserve-time {
  width: 180px;
  height: 40px;
  margin: 10px 5px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1.5px;
}
.time-modal-top .facility-content .reserve-time:disabled {
  opacity: 0.7;
}
.time-modal-top .facility-content .reserve-time:disabled:hover {
  cursor: initial;
}
@media (max-width: 767px) {
  .time-modal-top .facility-content .reserve-time {
    width: 100%;
    margin: 5px 0;
  }
}
@media (min-width: 790px) {
  .time-modal-top .facility-content .reserve-time {
    width: 180px;
    margin: 5px;
  }
}
.time-modal-top .event-modal-content {
  height: 80vh;
}
.time-modal-top .event-modal-close {
  top: calc(10vh - 55px);
}
@media (max-width: 789px) {
  .time-modal-top .event-modal-close {
    left: calc(50vw + 34%);
  }
}

/*-------------------------------------------
    Modal 予約コマ
  -------------------------------------------*/
.koma-modal-top .facility-content .reserve-koma {
  width: 180px;
  height: 40px;
  margin: 10px 5px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1.5px;
}
.koma-modal-top .facility-content .reserve-koma:disabled {
  opacity: 0.2;
}
.koma-modal-top .facility-content .reserve-koma:disabled:hover {
  cursor: initial;
}
@media (max-width: 767px) {
  .koma-modal-top .facility-content .reserve-koma {
    width: 100%;
    margin: 5px 0;
  }
}
@media (min-width: 790px) {
  .koma-modal-top .facility-content .reserve-koma {
    width: 180px;
    margin: 5px;
  }
}
.koma-modal-top .event-modal-content {
  height: auto;
}
.koma-modal-top .event-modal-close {
  top: calc(50vh - 100px);
}
@media (max-width: 789px) {
  .koma-modal-top .event-modal-close {
    top: calc(50vh - 170px);
    left: calc(50vw + 36%);
  }
}

/*-------------------------------------------
    Modal 評価
  -------------------------------------------*/
.hyoka-modal-top .event-modal-content {
  height: auto;
}
.hyoka-modal-top .event-modal-content .hyoka-content-btn.flex {
  justify-content: center;
  gap: 10px;
}
.hyoka-modal-top .event-modal-content .hyoka-content {
  margin-bottom: 25px;
}
.hyoka-modal-top .event-modal-content .hyoka-content.flex {
  justify-content: center;
  gap: 10px 5px;
}
.hyoka-modal-top .event-modal-content .hyoka-content .hyoka {
  width: calc(20% - 40px);
  border-radius: 10px;
  background-color: #962001;
  line-height: initial;
}
.hyoka-modal-top .event-modal-content .hyoka-content .hyoka:last-child {
  margin-right: 0;
}
.hyoka-modal-top .event-modal-content .hyoka-content .hyoka.selected {
  opacity: 0.7;
}
.hyoka-modal-top .event-modal-content .hyoka-content .hyoka:active {
  box-shadow: none;
}
.hyoka-modal-top .event-modal-content .hyoka-content .hyoka:hover {
  opacity: 0.9;
}
@media (max-width: 789px) and (min-width: 310px) {
  .hyoka-modal-top .event-modal-content .hyoka-content .hyoka {
    width: calc(40% - 10px);
  }
}
@media (max-width: 767px) {
  .hyoka-modal-top .event-modal-content .hyoka-content .hyoka {
    width: calc(35% - 10px);
    margin: 0;
  }
}
.hyoka-modal-top .event-modal-close {
  top: calc(50vh - 280px);
}
@media (max-width: 789px) {
  .hyoka-modal-top .event-modal-close {
    top: calc(10vh - 20px);
    left: calc(50vw + 38%);
  }
}
@media (max-width: 767px) {
  .hyoka-modal-top .event-modal-close {
    top: calc(10vh - 30px);
    left: calc(50vw + 34%);
  }
}

/*-------------------------------------------
    Modal 単品削除
  -------------------------------------------*/
.delete-modal-top .event-modal-content {
  height: auto;
}
.delete-modal-top .event-modal-content .delete-content-btn.flex {
  justify-content: center;
  gap: 10px;
}
.delete-modal-top .event-modal-content .delete-content-btn .submit-btn[type=submit] {
  background-color: #962001;
}

/*-------------------------------------------
    Modal アップロード
  -------------------------------------------*/
.upload-modal-top .event-modal-content {
  width: 600px;
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content {
    width: 90%;
  }
}
.upload-modal-top .event-modal-content .upload-content {
  margin: 25px 0;
}
.upload-modal-top .event-modal-content .upload-content.flex {
  justify-content: center;
}
.upload-modal-top .event-modal-content .upload-content:has(> .submit-btn) {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content .upload-content .input-group-prepend {
    display: none;
  }
}
.upload-modal-top .event-modal-content .upload-content .input-group {
  justify-content: center;
}
.upload-modal-top .event-modal-content .upload-content .input-group .col-7 {
  padding: 0;
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content .upload-content .input-group .col-7 {
    max-width: 80%;
  }
}
.upload-modal-top .event-modal-content .upload-content .input-group .col-7 .custom-file-input {
  cursor: pointer;
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content .upload-content .input-group .col-7 .custom-file-label {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content .upload-content #preview {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content .upload-content #preview ul {
    padding-left: 10px;
  }
}
.upload-modal-top .event-modal-content .upload-content #preview ul li {
  line-height: 1.7;
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .upload-modal-top .event-modal-content .upload-content #preview ul li {
    font-size: 14px;
    overflow-wrap: break-word;
  }
}
.upload-modal-top .event-modal-close {
  top: calc(10vh - 20px);
  left: calc(50vw + 260px);
}
@media (max-width: 789px) {
  .upload-modal-top .event-modal-close {
    left: calc(50vw + 35%);
  }
}

/*-------------------------------------------
    Modal 予約状況
  -------------------------------------------*/
@media (max-width: 767px) {
  .schedule-modal {
    left: 50% !important;
  }
}
.schedule-modal .schedule {
  width: 50%;
  height: 300px;
  background: #434242;
  border-radius: 10px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .schedule-modal .schedule {
    width: 90%;
  }
}
.schedule-modal .schedule.makelist-wrap {
  width: 75%;
}
.schedule-modal .schedule.makelist-wrap.makelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedule-modal .schedule.makelist-wrap.makelist p {
  width: 30%;
}
.schedule-modal .schedule .event-modal-title {
  font-size: 16px;
  margin: 10px 0;
}
.schedule-modal .schedule .schedule-content {
  margin: 25px;
}
.schedule-modal .schedule .schedule-content p {
  line-height: 2;
  border-bottom: solid 1px;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schedule-modal .event-modal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

/*-------------------------------------------
    Schedule
  -------------------------------------------*/
.upper {
  margin: 25px 10px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .upper {
    margin: 0 auto;
    display: block;
    width: 95%;
  }
}
.upper .facility-select {
  cursor: pointer;
  width: 30%;
  height: 55px;
  border: 1px solid #015497;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
  position: relative;
}
.upper .facility-select p {
  width: 100%;
  text-align: center;
  line-height: 3;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .upper .facility-select p {
    line-height: 34px;
    font-size: 0.875rem;
  }
}
.upper .facility-select .arrow_under {
  position: absolute;
  content: "";
  right: 5%;
  top: 35%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #015497;
  border-right: 2px solid #015497;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .upper .facility-select .arrow_under {
    top: 25%;
  }
}
.upper .facility-select:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .upper .facility-select {
    width: 55%;
    height: 35px;
    float: right;
  }
}
.upper .legend {
  width: calc(65% - 25px);
  height: 55px;
  margin: 0px 0 0 25px;
  flex-wrap: wrap;
  font-weight: bold;
  align-content: space-between;
  justify-content: initial;
}
@media screen and (max-width: 767px) {
  .upper .legend {
    width: 100%;
    height: initial;
    font-weight: normal;
    margin: 15px auto;
  }
}
.upper .legend-item1 {
  width: 30%;
  justify-content: start;
}
.upper .legend-item1 p {
  margin: 0 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 870px) and (min-width: 767px) {
  .upper .legend-item1 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .upper .legend-item1 p {
    margin: 0 0 0 3px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.7;
  }
}
.upper .legend-item1 .item1 {
  border: solid 3px #022222;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.upper .legend-item1 .item2 {
  font-size: 1.25rem;
  color: #022222;
  font-weight: bold;
}
.upper .legend-item1 .item3 {
  font-size: 1.25rem;
  color: #022222;
  font-weight: bold;
}
.upper .legend-item1 .item4 {
  border: solid 1px #022222;
  background-color: #F2C973;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.upper .legend-item1 .item5 {
  border: solid 3px #015497;
  background-color: #F2C973;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.upper .legend-item1 .item6 {
  font-size: 1.1875rem;
  color: #022222;
  font-weight: bold;
  margin-right: 4px;
  margin-left: 4px;
}
.upper .legend-item1 .item7 {
  border: solid 1px #022222;
  background-color: #bababa;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 870px) and (min-width: 767px) {
  .upper .legend-item1 {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .upper .legend-item1 {
    width: 33%;
    justify-content: initial;
    margin-top: 15px;
  }
  .upper .legend-item1:nth-child(3), .upper .legend-item1:nth-child(6) {
    justify-content: end;
  }
  .upper .legend-item1:nth-child(2), .upper .legend-item1:nth-child(5) {
    padding-left: 3%;
  }
}

.change-btn {
  width: 25%;
  justify-content: initial;
}
@media (max-width: 870px) and (min-width: 767px) {
  .change-btn {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .change-btn {
    width: 45%;
    float: left;
  }
}
.change-btn .month,
.change-btn .week {
  width: calc(50% - 20px);
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: normal;
  height: 55px;
}
.change-btn .month a,
.change-btn .week a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .change-btn .month,
  .change-btn .week {
    height: 35px;
    line-height: 35px;
    font-size: 0.875rem;
  }
}
.change-btn .active {
  background-color: #015497;
  box-shadow: none;
  opacity: 0.7;
  cursor: initial;
}

.calendar-wrap {
  margin: 0 10px;
}
.calendar-wrap .week-calendar {
  margin: 0 0 50px;
}

.calendar-upper {
  width: 100%;
  height: 40px;
  background-color: #e6e6e6;
  position: relative;
}
.calendar-upper p {
  margin: 0 auto;
  color: #022222;
  font-size: 1.25rem;
  line-height: 40px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.calendar-upper .arrow-right {
  cursor: pointer;
  position: absolute;
  content: "";
  right: 2%;
  top: 40%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #022222;
  border-right: 2px solid #022222;
  transform: rotate(45deg);
}
.calendar-upper .arrow-left {
  cursor: pointer;
  position: absolute;
  content: "";
  left: 2%;
  top: 40%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #022222;
  border-right: 2px solid #022222;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .calendar-upper {
    height: 35px;
    margin: 0 auto;
  }
  .calendar-upper .arrow-right,
  .calendar-upper .arrow-left {
    top: 35%;
    width: 7px;
    height: 7px;
  }
  .calendar-upper p {
    line-height: 35px;
    font-size: 16px;
  }
}

.reservation-month-calendar {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  color: #022222;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .reservation-month-calendar {
    height: auto;
  }
}
.reservation-month-calendar th {
  border-bottom: 0.5px solid #a3a3a3;
  border-left: 0.5px solid #a3a3a3;
  border-top: 0.5px solid #a3a3a3;
  font-weight: normal;
}
.reservation-month-calendar th:last-child {
  border-right: 1px solid #a3a3a3;
}
.reservation-month-calendar th.sunday {
  color: red;
}
.reservation-month-calendar th.saturday {
  color: blue;
}
.reservation-month-calendar td {
  text-align: center;
  border-bottom: 0.5px solid #a3a3a3;
  border-left: 0.5px solid #a3a3a3;
  border-collapse: collapse;
}
.reservation-month-calendar td:last-child {
  border-right: 1px solid #a3a3a3;
}
.reservation-month-calendar td.sun, .reservation-month-calendar td.date_mark:nth-child(1), .reservation-month-calendar td.aicon_mark:nth-child(1), .reservation-month-calendar td.aicon_mark:nth-child(2) {
  background-color: #fdeded;
}
.reservation-month-calendar td.date_mark:nth-child(1) {
  color: red;
}
.reservation-month-calendar td.sat, .reservation-month-calendar td.date_mark:nth-child(7), .reservation-month-calendar td.aicon_mark:nth-child(13), .reservation-month-calendar td.aicon_mark:nth-child(14) {
  background-color: #ececfd;
}
.reservation-month-calendar td.date_mark:nth-child(7) {
  color: blue;
}
.reservation-month-calendar .day {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  height: 40px;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .reservation-month-calendar .day {
    height: 30px;
    font-size: 14px;
  }
}
.reservation-month-calendar .ampm {
  height: 35px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .reservation-month-calendar .ampm {
    display: none;
  }
}
.reservation-month-calendar .ampm td {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .reservation-month-calendar .ampm td {
    font-size: 0.75rem;
  }
}
.reservation-month-calendar .date {
  height: 35px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .reservation-month-calendar .date {
    height: 30px;
    font-size: 0.75rem;
  }
}
.reservation-month-calendar .date td.sun {
  color: red;
}
.reservation-month-calendar .date td.sat {
  color: blue;
}
.reservation-month-calendar .date td.past {
  color: #707070;
  background-color: #bababa;
  outline: none;
}
.reservation-month-calendar .date td.today {
  position: relative;
  z-index: 5;
  background: #b2d292;
}
.reservation-month-calendar .date td.date_mark {
  position: relative;
  z-index: -1;
}
.reservation-month-calendar .aicon {
  height: 80px;
}
.reservation-month-calendar .aicon td:not(.unable) {
  text-decoration: underline;
}
.reservation-month-calendar .aicon td:not(.unable):hover {
  cursor: pointer;
  opacity: 0.8;
}
.reservation-month-calendar .aicon td.unable {
  background: #e6e6e6;
}
.reservation-month-calendar .aicon td.myreserv {
  background: #F2C973;
}
.reservation-month-calendar .aicon td.overlap {
  outline: solid 4px #015497;
  outline-offset: -4px;
}
.reservation-month-calendar .aicon td.past {
  color: #707070;
  background-color: #bababa;
  outline: none;
}
.reservation-month-calendar .aicon td.today {
  position: relative;
  background: #b2d292;
}
.reservation-month-calendar .aicon td.aicon_mark.maru {
  text-decoration: none;
}
.reservation-month-calendar .aicon td.aicon_mark.maru:hover {
  cursor: initial;
  opacity: initial;
}
.reservation-month-calendar .aicon td.aicon_mark.sankaku:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .reservation-month-calendar .aicon {
    height: 50px;
  }
}

.reservation-week-calendar {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  color: #022222;
  border-collapse: collapse;
}
.reservation-week-calendar .aicon.am td:nth-child(2n):not(.ampm) {
  background-color: #f9f9f9;
}
.reservation-week-calendar .aicon.pm td:nth-child(2n+1):not(.ampm) {
  background-color: #f9f9f9;
}
.reservation-week-calendar td {
  text-align: center;
  border-bottom: 0.5px solid #a3a3a3;
  border-left: 0.5px solid #a3a3a3;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar td {
    font-size: 0.625rem;
  }
}
.reservation-week-calendar td:last-child {
  border-right: 1px solid #a3a3a3;
}
.reservation-week-calendar td.sun {
  background-color: #fdeded;
}
.reservation-week-calendar td.sat {
  background-color: #ececfd;
}
.reservation-week-calendar .time {
  height: 40px;
  background: #e6e6e6;
  border-top: 1px solid #a3a3a3;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar .time {
    height: 30px;
  }
}
.reservation-week-calendar .time td {
  width: 80px;
}
.reservation-week-calendar .time td:first-child {
  background: #fff;
}
.reservation-week-calendar .ampm {
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar .ampm {
    height: 45px;
  }
}
.reservation-week-calendar .date {
  width: 70px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar .date {
    height: 90px;
  }
}
.reservation-week-calendar .date.sun {
  color: red;
}
.reservation-week-calendar .date.sat {
  color: blue;
}
.reservation-week-calendar .date td.past {
  color: #707070;
  background-color: #bababa;
  outline: none;
}
.reservation-week-calendar .date td.today {
  position: relative;
  background: #b2d292;
}
.reservation-week-calendar .aicon {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar .aicon {
    height: 45px;
  }
}
.reservation-week-calendar .aicon td.aicon_mark {
  position: relative;
  z-index: -1;
}
.reservation-week-calendar .aicon td.aicon_mark.maru {
  text-decoration: none;
}
.reservation-week-calendar .aicon td.aicon_mark.maru:hover {
  cursor: initial;
  opacity: initial;
}
.reservation-week-calendar .aicon td:not(.unable) {
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar .aicon td:not(.unable) {
    font-size: 16px;
  }
}
.reservation-week-calendar .aicon td:not(.unable):hover {
  cursor: pointer;
  opacity: 0.8;
}
.reservation-week-calendar .aicon td.ampm,
.reservation-week-calendar .aicon td.date {
  text-decoration: none;
  font-size: 0.875rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reservation-week-calendar .aicon td.ampm,
  .reservation-week-calendar .aicon td.date {
    font-size: 0.625rem;
  }
}
.reservation-week-calendar .aicon td.ampm:hover,
.reservation-week-calendar .aicon td.date:hover {
  cursor: initial;
  opacity: initial;
}
.reservation-week-calendar .aicon td.myreserv {
  background: #F2C973 !important;
}
.reservation-week-calendar .aicon td.overlap {
  outline: solid 4px #015497;
  outline-offset: -4px;
}
.reservation-week-calendar .aicon td.past {
  color: #707070;
  background-color: #bababa !important;
  outline: none;
}
.reservation-week-calendar .aicon td.today {
  position: relative;
  background: #b2d292 !important;
}

/*-------------------------------------------
    Pager
  -------------------------------------------*/
.pager {
  margin: 30px auto;
}
.pager .pagination {
  text-align: center;
  display: block;
}
.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #015497;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  opacity: 0.7;
}
.pager .pagination li:hover {
  opacity: 1;
}
.pager .pagination li.active {
  opacity: 1;
}
.pager .pagination li.disabled span {
  color: #fff;
}
.pager .pagination li.disabled:hover {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pager .pagination li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.75rem;
  }
}
.pager .pagination li a,
.pager .pagination li span {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

/*-------------------------------------------
    DatePicker
  -------------------------------------------*/
.datepicker .datepicker-days .table-condensed thead th {
  padding-bottom: 12px;
  font-size: 1.25rem;
  text-align: center;
}
.datepicker .datepicker-days .table-condensed thead th.prev, .datepicker .datepicker-days .table-condensed thead th.next, .datepicker .datepicker-days .table-condensed thead th.datepicker-switch {
  cursor: pointer;
}
.datepicker .datepicker-days .table-condensed tbody tr td {
  cursor: pointer;
  width: 45px;
  height: 40px;
  padding: 5px;
  font-size: 1rem;
  text-align: center;
}
.datepicker .datepicker-days .table-condensed tbody tr td.disabled {
  opacity: 0.5;
  cursor: default;
}
.datepicker .datepicker-months .table-condensed thead th.prev, .datepicker .datepicker-months .table-condensed thead th.next, .datepicker .datepicker-months .table-condensed thead th.datepicker-switch {
  cursor: pointer;
}
.datepicker .datepicker-months .table-condensed tbody tr td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker .datepicker-months .table-condensed tbody tr td span:hover {
  background: #F5F5F5;
}
.datepicker .datepicker-months .table-condensed tbody tr td span.disabled {
  opacity: 0.5;
  cursor: default;
}
.datepicker .datepicker-years .table-condensed thead th.prev, .datepicker .datepicker-years .table-condensed thead th.next, .datepicker .datepicker-years .table-condensed thead th.datepicker-switch {
  cursor: pointer;
}
.datepicker .datepicker-years .table-condensed tbody tr td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker .datepicker-years .table-condensed tbody tr td span:hover {
  background: #F5F5F5;
}
.datepicker .datepicker-years .table-condensed tbody tr td span.disabled {
  opacity: 0.5;
  cursor: default;
}

/*-------------------------------------------
    DateTables
  -------------------------------------------*/
.dataTables_length {
  width: 50%;
  float: left;
  padding: 0px 0px 5px;
}
.dataTables_length label {
  padding: 0px;
  line-height: 26px;
  height: auto;
  margin: 0px;
  font-weight: normal;
}
.dataTables_length label select {
  width: 70px;
  display: inline;
  margin: 0px 5px;
}

.dataTables_filter {
  width: 50%;
  float: right;
  padding-left: 5px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #E5E5E5;
}
.dataTables_filter label {
  float: right;
}
.dataTables_filter label input {
  width: 150px;
  display: inline;
  margin-left: 5px;
}

.dataTables_info {
  float: left;
  padding: 0px;
  line-height: 30px;
}

.dataTables_paginate {
  padding: 0px;
  text-align: right;
  float: right;
}
.dataTables_paginate span {
  display: none;
}
.dataTables_paginate .previous {
  margin-right: 5px;
}
.dataTables_paginate .previous,
.dataTables_paginate .next {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #707070;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .dataTables_paginate .previous,
  .dataTables_paginate .next {
    width: 50px;
  }
}

/* -----------ぐるぐる----------- */
#guruguru-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: calc(1200px - (100vw - 100%));
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.shohin-info,
.kobai-fuzui,
.select-jan,
.kaiin-price,
.kesu {
  display: none;
}

.promo-select {
  margin-left: 10px;
  margin-right: 5px;
  height: 0.8rem;
  width: 20px;
  vertical-align: bottom;
  padding-bottom: 20px;
}
