/* =========================================================
/assets/css/index.css
========================================================= */
/* ---------------------------------------------------------
main　PC
--------------------------------------------------------- */

/* #sec-event
--------------------------------------------------------- */
#sec-event .e-list {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
#sec-event .e-list li {
  width: calc((100% - 80px) / 3);
  box-shadow: 0 4px 8px rgba(34, 34, 34, .25);
}
#sec-event .e-list li a {
  display: block;
  height: 100%;
}
#sec-event .e-list li .e-item {
  height: 100%;
}
#sec-event .e-list li .e-img {
  width: 426px;
  height: 426px;
  object-fit: cover;
  overflow: hidden;
}
#sec-event .e-list li img {
  transition: transform .3s ease;
}
#sec-event .e-list li:hover img {
  transform: scale(1.3);
}
#sec-event .e-list li .e-cont {
  padding: 13px 20px;
}
#sec-event .e-list li .e-cont h3 {
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
#sec-event .e-list li:hover h3 {
  opacity: 0.5;
}
#sec-event .e-list li .e-cont .flex {
  margin-top: 4px;
  justify-content: flex-start;
  gap: 0 7px;
}
#sec-event .e-list li .e-cont .e-area {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 0 5px;
  line-height: 26px;
  height: 26px;
}
#sec-event .e-list li .e-cont .e-date {
  display: inline-block;
  font-weight: 300;
}
#sec-event .e-hide {
  display: none;
}
#sec-event .e-list li .e-cont .e-date span {
  margin-left: 5px;
}
#sec-event .btn-more {
  margin-top: 56px;
  text-align: center;
}
#sec-event .btn-more span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 197px;
  height: 44px;
}
#sec-event .btn-more span path {
  transition: all 0.3s;
}
#sec-event .btn-more span:hover path {
  fill: #fff;
}

/* #sec-search
--------------------------------------------------------- */
#sec-search .bg-gray {
  margin-top: 80px;
}
#sec-search .s-btn {
  justify-content: center;
  gap: 0 40px;
  padding-top: 40px;
}
#sec-search .b-search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 197px;
  height: 44px;
}
#sec-search .b-search path {
  transition: all 0.3s;
}
#sec-search .b-search:hover path {
  stroke: #fff;
}
#sec-search .b-clear {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  color: #9d9d9d;
  transition: all 0.3s;
  cursor: pointer;
}
#sec-search .b-clear:hover {
  opacity: 0.5;
}
#sec-search .b-clear path {
  transition: all 0.3s;
}
#sec-search #filtered-states-area {
  padding: 20px 0;
}
#sec-search #filtered-states-list {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
#sec-search #filtered-states-list li {
  color: #fff;
  background: #000;
  padding: 0 5px;
  line-height: 26px;
  height: 26px;
}
#sec-search .s-area {
  padding-bottom: 48px;
}
#sec-search .s-area .s-upper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px 47px;
  padding: 16px 0 0;
}
#sec-search .s-area .s-upper fieldset {
  width: calc((100% - 94px) / 3);
}
#sec-search .s-area .s-upper fieldset .prefectures {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 28px 25px;
}
#sec-search .s-area .s-upper fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
#sec-search .s-area .s-upper fieldset label .count {
  display: inline-block;
  margin-left: -5px;
  font-size: 1.3rem;
}
#sec-search .s-area .s-upper fieldset .s-region {
  font-size: 1.6rem;
  margin-bottom: 18px;
  border-bottom: #eaeaea solid 1px;
  padding-bottom: 7px;
  width: 100%;
}
#sec-search .s-area .s-upper fieldset .s-region .count {
  font-size: 1.4rem;
  margin-left: 0;
}
#sec-search .s-area input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border:  #dadada solid 1px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
#sec-search .s-area .s-upper fieldset label.no-count {
  color: #dadada;
  cursor: default;
}
#sec-search .s-area .s-upper fieldset label.no-count input[type="checkbox"] {
  background: #f5f5f5;
  cursor: default;
}
#sec-search .s-area input[type="checkbox"]:checked:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#sec-search .s-area .s-lower {
  margin: 14px auto 0;
  border-top: #eaeaea solid 1px;
  padding: 48px 0;
  justify-content: center;
  gap: 0 16px;
  text-align: center;
}
#sec-search .s-area .s-lower .btn-cancel span {
  width: 150px;
  height: 45px;
  background:#dadada
}
#sec-search .s-area .s-lower .btn-cancel span:hover {
  color: #fff;
  background: #000;
}
#sec-search .s-area .s-lower .btn-enter span {
  width: 140px;
  height: 45px;
}


/* #sec-calendar
--------------------------------------------------------- */
#sec-calendar .calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 80px;
  text-align: center;
}
#sec-calendar .day {
  position: relative;
  font-size: 2.1rem;
  height: 80px;
  padding: 12px 0;
}
#sec-calendar .day.has-event .num, #sec-calendar .day.has-event .dot {
  cursor: pointer;
}
#sec-calendar .day .num, #sec-calendar .day .dot {
  width: 30px;
  margin-right: auto;
  margin-left: auto;
}
#sec-calendar .day .dot {
  padding-top: 8px;
  color: #000;
  font-size: 1.4rem;
}
#sec-calendar .c-month-area {
  width: 228px;
  font-size: 2.4rem;
  margin: 0 auto 36px;
}
#sec-calendar .c-prev, #sec-calendar .c-next {
  cursor: pointer;
}
#sec-calendar .c-week-area {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
}
#sec-calendar .btn-other {
  padding: 40px 0;
}
#sec-calendar .btn-other a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 282px;
}
#sec-calendar .btn-other a path {
  transition: all 0.3s;
}
#sec-calendar .btn-other a:hover path {
  stroke: #fff;
}

/* ----- モーダル ----- */
/* #sec-calendar .modal, .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
} */
/* #sec-calendar .modal-content-wrap {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #fff;
} */
/* #sec-calendar .modal-content {
  background: #fff;
} */
#sec-calendar .modal1 .modal-content {
  padding: 56px 24px 0;
  width: 587px;
  overflow-y: auto;
  height: 511px;
}
/* #sec-calendar .modal .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-image: url(/assets/img/icon-close.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
} */
/* #sec-calendar .modal .close-modal:hover {
  opacity: 0.5;
} */
#sec-calendar .modal1 .modal1-table {
  width: 100%;
}
#sec-calendar .modal1 .modal1-table tr {
  border: #eaeaea solid 1px;
  border-bottom: none;
}
#sec-calendar .modal1 .modal1-table tr:last-child {
  border-bottom: #eaeaea solid 1px;
}
#sec-calendar .modal1 .modal1-table th {
  width: 46px;
  font-size: 1.6rem;
  font-weight: 700;
  border-right: #eaeaea solid 1px;
  text-align: center;
}
#sec-calendar .modal1 .modal1-table td {
  padding: 12px 15px;
}
#sec-calendar .modal1 .modal1-table td .td-wrap {
  justify-content: flex-start;
  gap: 0 67px;
}
#sec-calendar .modal1 .modal1-table td .t-item {
  justify-content: flex-start;
  gap: 0 6px;
  cursor: pointer;
  transition: all 0.3s;
}
#sec-calendar .modal1 .modal1-table td .t-item:hover {
  opacity: 0.5;
}
#sec-calendar .modal1 .modal1-table td .t-item + .t-item {
  margin-top: 6px;
}
#sec-calendar .modal1 .modal1-table td .t-week {
  width: 45px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: left;
}
#sec-calendar .modal1 .modal1-table td .t-list {
  width: calc(100% - 115px);
}
#sec-calendar .modal1 .modal1-table td .t-img img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
#sec-calendar .modal1 .modal1-table td .t-ttl {
  display: -webkit-box;
  width: calc(100% - 62px);
  overflow: hidden;
	text-overflow: ellipsis;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#sec-calendar .modal .btn-close {
  position: relative;
  margin-top: 16px;
  padding: 24px;
  text-align: center;
  background: #eaeaea;
}
/* #sec-calendar .modal .btn-close .b-close {
  border: #1a1a1a solid 1px;
  color: #fff;
  background: #989898;
  width: 149px;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s;
}
#sec-calendar .modal .btn-close .b-close:hover {
  opacity: 0.5;
} */
#sec-calendar .modal2 .modal-content {
  padding: 24px 24px 0;
  width: 477px;
}
#sec-calendar .modal2 .m-notice {
  display: none;
}
#sec-calendar .modal2.full .m-notice {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 4px;
  color: #e92c2c;
  background: rgba(255, 59, 59, .1);
}
#sec-calendar .modal2 .m-date {
  font-size: 1.6rem;
  font-weight: 700;
}
#sec-calendar .modal2 .m-ttl {
  margin-bottom: 16px;
  border-bottom: #9d9d9d solid 1px;
  padding-bottom: 16px;
  font-size: 2.0rem;
  font-weight: 700;
}
#sec-calendar .modal2 .modal2-table th {
  padding-bottom: 1px;
  vertical-align: top;
  font-weight: 700;
}
#sec-calendar .modal2 .modal2-table td {
  font-weight: 500;
  padding-left: 16px;
}
#sec-calendar .modal2 .modal2-table td .t-item {
  gap: 0 17px;
  justify-content: flex-start;
}
#sec-calendar .modal2 .modal2-table td .no-vacant .t-time {
  text-decoration: line-through;
}
#sec-calendar .modal2 .modal2-table td .t-mark {
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/icons/icon-round.svg);
  background-size: cover;
}
#sec-calendar .modal2 .modal2-table td .no-vacant .t-mark {
  background-image: url(/assets/img/icons/icon-cross.svg);
}
#sec-calendar .modal2 .modal2-table td .little-vacant .t-mark {
  background-image: url(/assets/img/icons/icon-triangle.svg);
}
#sec-calendar .modal2 .modal2-table td .t-capacity span + span {
  padding-left: 6px; 
}
#sec-calendar .modal2 .modal2-table td .t-all, #sec-calendar .modal2 .modal2-table td .t-remain {
  font-weight: 700;
}
#sec-calendar .modal2 .btn-close .b-reserve {
  width: 149px;
  height: 45px;
} 

/* #sec-info
--------------------------------------------------------- */
#sec-info .i-list .i-item {
  border-bottom: #eaeaea solid 1px;
}
#sec-info .i-list .i-item:first-child a {
  padding-top: 0;
}
#sec-info .i-list .i-item a {
  display: inline-block;
  width: 100%;
  padding: 32px 0;
  transition: all 0.3s;
}
#sec-info .i-list .i-item a:hover {
  opacity: 0.5; 
}
#sec-info .i-list .i-item span {
  display: inline-block;
  width: 100%;
}
#sec-info .i-list .i-item .i-ttl {
  position: relative;
  margin-top: 8px;
  padding-right: 20px;
  font-size: 1.8rem;
}
#sec-info .i-list .i-item .i-ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(/assets/img/icons/icon-info.svg) no-repeat;
}



/* ---------------------------------------------------------
main　SP
--------------------------------------------------------- */
@media (max-width: 767px) {

  /* #sec-event
  --------------------------------------------------------- */
  #sec-event .container {
    padding: 0;
  }
  #sec-event h2 {
    padding-left: 5.1282vw;
  }
  #sec-event .e-list {
    flex-direction: column;
    align-items: center;
    gap: 4.1026vw 0;
  }
  #sec-event .e-list li {
    max-width: 390px;
    width: 100%;
  }
  #sec-event .e-list li .e-img {
    max-width: 390px;
    max-height: 390px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }
  #sec-event .e-list li .e-cont h3 {
    line-height: 140%;
  }
  #sec-event .e-list li .e-cont .flex {
    font-size: 1.2rem;
  }
  #sec-event .e-list li .e-cont .e-area {
    line-height: 19px;
    height: 19px;
  }
  #sec-event .e-list li .e-cont .e-date {
    height: 19px;
  }
  #sec-event .btn-more {
    margin-top: 6.1538vw;
  }


  /* #sec-search
  --------------------------------------------------------- */
  #sec-search .bg-gray {
    margin-top: 10.2564vw;
  }
  #sec-search .s-area .s-upper {
    flex-direction: column;
    padding: 0 5.1282vw;
  }
  #sec-search .s-area .s-upper fieldset {
    width: 100%;
  }
  #sec-search .s-area .s-lower {
    width: calc(100% - (5.1282vw * 2));
    padding: 7.6923vw 0 0;
  }
  #sec-search .s-btn {
    justify-content: space-between;
    padding: 10.2564vw 5.1282vw 0;
  }
  #sec-search #filtered-states-area {
    padding: 5.1282vw 0;
  }

  /* #sec-calendar
  --------------------------------------------------------- */
  #sec-calendar .calendar {
    margin-bottom: 10.2564vw;
  }
  #sec-calendar .c-month-area {
    margin: 0 0 8.9744vw;
    width: 100%;
  }
  #sec-calendar .c-week-area {
    font-size: 1.6rem;
  }
  #sec-calendar .day {
    height: 16.6666vw;
  }
  #sec-calendar .day .dot {
    margin-top: -2px;
    padding-top: 0;
    font-size: 0.9rem;
  }
  #sec-calendar .btn-other {
    padding: 6.1538vw 0;
  }

  /* ----- モーダル ----- */
  /* #sec-calendar .modal .close-modal {
    background: none;
    width: auto;
    font-weight: 700;
  }
  #sec-calendar .modal-content-wrap {
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-height: 92.8205vw;
  } */
  /* #sec-calendar .modal-content-wrap:before {
    position: absolute;
    top: -4.1026vw;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 14.3590vw;
    height: 2.0513vw;
    background: rgba(217, 217, 217, .8);
    border-radius: 2.5641vw;
  } 
  #sec-calendar .modal-content {
    position: static;
    transform: none;
    bottom: 0;
    left: 0;
    overflow-y: auto;
  } */
  #sec-calendar .modal1 .modal-content {
    padding: 11.0256vw 3.8462vw;
    width: 100%;
    height: 362px;
  }
  #sec-calendar .modal1 .modal1-table td .t-list {
    width: 100%;
  }
  #sec-calendar .modal1 .modal1-table td .t-img {
    display: none;
  }
  #sec-calendar .modal1 .modal1-table td .t-ttl {
    width: 100%;
  }
  #sec-calendar .modal .btn-close {
    justify-content: center;
  }
  #sec-calendar .modal2 .modal-content {
    padding: 6.1538vw 3.8462vw 0;
    width: 100%;
    z-index: -1;
  }
  #sec-calendar .modal2 .modal2-table td {
    padding-left: 3.0769;
  }
  #sec-calendar .modal2 .modal2-table td .t-item {
    gap: 0 3.0769vw;
  }




  /* #sec-info
  --------------------------------------------------------- */
  #sec-info .i-list .i-item .i-ttl {
    margin-top: 2.5641vw;
    font-size: 1.4rem;
  }
  #sec-info .i-list .i-item .i-ttl:after {
    width: 16px;
    height: 16px;
  }
  #sec-info .i-list .i-item a {
    padding: 4.1026vw 0;
  }
}