@charset "UTF-8";
.c-breadcrumbs {
  background-color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding-inline: 10px;
    width: 100%;
  }
}
.c-breadcrumbs__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 2em;
  padding: 1px 0 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 4px 0 10px;
  }
}
.c-breadcrumbs__list > li {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list > li {
    display: inline-block;
  }
}
.c-breadcrumbs__list > li + li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -1em;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.c-breadcrumbs__list > li a,
.c-breadcrumbs__list > li span {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.c-breadcrumbs__list > li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.c-mypage-tab {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.c-mypage-tab__item {
  width: 25%;
}
.c-mypage-tab__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 230px;
  padding: 20px 10px;
  background-color: #333;
  text-align: center;
  line-height: 1;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-mypage-tab__item > a {
    height: 85px;
    padding: 10px 2px;
    font-size: 14px;
    gap: 8px;
  }
  .c-mypage-tab__item > a > img {
    width: 82%;
  }
}
.c-mypage-tab__item--active a {
  background-color: #000;
}

.c-mypage-content-tab {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-mypage-content-tab {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.c-mypage-content-tab__item {
  width: 50%;
}
.c-mypage-content-tab__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 80px;
  padding: 20px 10px;
  background-color: #ACD8EB;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mypage-content-tab__item > a {
    height: 40px;
    padding: 20px 10px;
    font-size: 15px;
  }
}
.c-mypage-content-tab__item--active a {
  background-color: var(--main-color);
}

.c-mypage-card01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-mypage-card01 {
    margin-bottom: 20px;
  }
}
.c-mypage-card01__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 20px;
  background-color: var(--gray-light);
}
@media screen and (max-width: 767px) {
  .c-mypage-card01__head {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 375px) {
  .c-mypage-card01__head {
    padding: 15px 15px;
  }
}
.c-mypage-card01__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mypage-card01__title {
    font-size: 18px;
  }
}
.c-mypage-card01__btn > a {
  display: block;
  width: 190px;
  height: 40px;
  padding: 10px 10px 12px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-mypage-card01__btn > a {
    width: 100px;
  }
}
.c-mypage-card01__body {
  padding: 40px 20px;
  background-color: var(--gray-exlight);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mypage-card01__body {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 375px) {
  .c-mypage-card01__body {
    padding: 25px 15px;
  }
}
.c-mypage-card01__reserve-list > li {
  color: red;
  line-height: 1.6;
}

.c-definition-list01 {
  width: 950px;
  max-width: 100%;
  margin-inline: auto;
}
.c-definition-list01__title {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__title {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}
.c-definition-list01__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__list {
    margin-bottom: 25px;
  }
}
.c-definition-list01__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--gray-light);
}
.c-definition-list01__item:first-of-type {
  border-top: 1px solid var(--gray-light);
}
.c-definition-list01__item > dt {
  width: 250px;
  padding: 25px 0 25px 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__item > dt {
    width: 100%;
    padding: 30px 0 0px 10px;
  }
}
.c-definition-list01__item > dd {
  width: calc(100% - 250px);
  padding: 25px 30px 25px 20px;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__item > dd {
    width: 100%;
    padding: 5px 10px 30px 10px;
  }
}
.c-definition-list01__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  padding: 0;
  list-style: none;
}
.c-definition-list01__category > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
}
.c-definition-list01__category > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "●";
}
.c-definition-list01__tel > input {
  width: calc(33.3% - 15px);
}
.c-definition-list01__address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__address {
    flex-wrap: wrap;
  }
}
.c-definition-list01__address-item01 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__address-item01 {
    width: 33%;
  }
}
.c-definition-list01__address-item01 select {
  width: 100%;
}
.c-definition-list01__address-item02 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .c-definition-list01__address-item02 {
    width: 100%;
  }
}
.c-definition-list01__address-item02 input {
  width: 100%;
}
.c-definition-list01__station {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 10px;
}
.c-definition-list01__station-area {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__station-area {
    width: calc(33.3% - 6.6666666667px);
  }
}
.c-definition-list01__station-memo {
  margin-bottom: 3px;
}
.c-definition-list01__station-item01 select {
  width: 100%;
}
.c-definition-list01__station-item02 {
  margin-top: 20px;
  width: 100%;
}
.c-definition-list01__parking-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__parking-list {
    margin-bottom: 10px;
  }
}
.c-definition-list01__feature-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__feature-list {
    margin-bottom: 20px;
  }
}
.c-definition-list01__feature-list input[type=checkbox] {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  margin: 3px 3px 3px 0;
}
.c-definition-list01__memo textarea {
  min-height: 10em;
}
.c-definition-list01__hospitalType-item {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__hospitalType-item {
    width: calc(50% - 17px);
  }
}
.c-definition-list01__hospitalType-item > select {
  width: 100%;
}
.c-definition-list01__fromTo-item {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__fromTo-item {
    width: calc(50% - 17px);
  }
}
.c-definition-list01__fromTo-item > input {
  width: 100%;
}
.c-definition-list01__submit > input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__submit > input {
    width: 280px;
    height: 50px;
    font-size: 18px;
  }
}
.c-definition-list01__back > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin: 20px auto 0;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-definition-list01__back > a {
    width: 280px;
    height: 50px;
    font-size: 18px;
    margin: 10px auto 0;
  }
}

.c-required {
  color: red;
  font-weight: bold;
}

.c-definition-list02__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__item {
    margin-bottom: 30px;
  }
}
.c-definition-list02__item:nth-child(2) {
  margin-bottom: 20px;
}
.c-definition-list02__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__head {
    padding: 10px 10px;
  }
}
.c-definition-list02__head-title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__head-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .c-definition-list02__head-title {
    font-size: 13px;
  }
}
.c-definition-list02__accordionBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__accordionBtn {
    font-size: 12px;
  }
}
.c-definition-list02__accordionBtn-icon {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__accordionBtn-icon {
    top: 0px;
  }
}
.c-definition-list02__accordionBtn-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: var(--main-color);
}
.c-definition-list02__accordionBtn-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: var(--main-color);
  rotate: 90deg;
}
.c-definition-list02__accordionBtn-icon.is-close::after {
  rotate: 0deg;
}
.c-definition-list02__list--02 {
  display: none;
}
.c-definition-list02__list--03 {
  display: none;
}
.c-definition-list02__list-item {
  padding: 20px 40px 30px 40px;
  border-bottom: 1px solid var(--gray-light);
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
}
@media screen and (max-width: 767px) {
  .c-definition-list02__list-item {
    padding: 30px 10px 30px 10px;
    border-left: none;
    border-right: none;
  }
}
.c-definition-list02__list-item > dt {
  padding: 0px 0 20px 0px;
  font-weight: bold;
}
.c-definition-list02__list-item > dd {
  padding: 0px 0px 0px 0px;
}
.c-definition-list02 [name=timeTitle] {
  width: 50em;
  height: 40px;
  padding: 9px 10px 4px 10px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02 [name=timeTitle] {
    width: 100%;
  }
}
.c-definition-list02__time {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }
}
.c-definition-list02__time-item {
  width: 5.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__time-item {
    width: 25%;
  }
}
.c-definition-list02__time-item > select {
  width: 100%;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__time-item > select {
    padding-inline: 14px;
  }
}
.c-definition-list02__date {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__date {
    gap: 10px 10px;
  }
}
.c-definition-list02__date-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__date-item {
    width: calc(25% - 7.5px);
  }
}
.c-definition-list02__date-title {
  margin-bottom: 5px;
}
.c-definition-list02__date-select {
  width: 6.5em;
  line-height: 1;
  text-align: center;
}
.c-definition-list02__date-select > select {
  width: 100%;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__date-select > select {
    padding-inline: 28px;
  }
}
.c-definition-list02__memo textarea {
  min-height: 10em;
}
.c-definition-list02__submit > input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-definition-list02__submit > input {
    width: 280px;
    height: 50px;
    font-size: 18px;
  }
}
.c-definition-list02__back > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin: 20px auto 0;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}

.c-access-table01 {
  border: 3px solid var(--gray-light);
  width: 100%;
  color: #666;
}
.c-access-table01--year {
  border-top: 1px solid var(--gray-light);
}
.c-access-table01__col01 {
  width: 210px;
  padding: 15px 20px 15px 40px;
}
@media screen and (max-width: 767px) {
  .c-access-table01__col01 {
    width: 110px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
  }
}
.c-access-table01__col02 {
  width: calc(100% - 210px - 210px);
  padding: 15px 0px 15px 0px;
  border-left: 1px solid var(--gray-light);
}
@media screen and (max-width: 767px) {
  .c-access-table01__col02 {
    width: calc(100% - 110px - 70px);
    padding: 10px 0px 10px 0px;
  }
}
.c-access-table01__col02 > p {
  height: 30px;
  background-color: var(--main-color);
}
.c-access-table01__col03 {
  width: 210px;
  padding: 15px 40px 15px 20px;
  text-align: right;
  background-color: var(--gray-exlight);
}
@media screen and (max-width: 767px) {
  .c-access-table01__col03 {
    width: 70px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
  }
}
.c-access-table01 tbody tr:first-of-type td {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-access-table01 tbody tr:first-of-type td {
    padding-top: 20px;
  }
}
.c-access-table01 tbody tr:last-of-type td {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-access-table01 tbody tr:last-of-type td {
    padding-top: 20px;
  }
}

.c-reserve-detail {
  margin-bottom: 50px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-reserve-detail {
    margin-bottom: 20px;
  }
}
.c-reserve-detail__title {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #666;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.c-reserve-detail__reception-date {
  margin-bottom: 40px;
  text-align: right;
  font-size: 14px;
}
.c-reserve-detail__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-reserve-detail__item {
    padding-bottom: 20px;
  }
}
.c-reserve-detail__item dt {
  width: calc(100% - 480px);
  padding: 8px 20px 8px;
  text-align: right;
  color: var(--main-color);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-reserve-detail__item dt {
    width: 100%;
    padding: 0 0 5px;
    text-align: left;
  }
}
.c-reserve-detail__item dd {
  width: 480px;
  padding: 8px 15px;
  border: 1px solid var(--gray-light);
}
@media screen and (max-width: 767px) {
  .c-reserve-detail__item dd {
    width: 100%;
    padding: 8px 8px;
  }
}

/* popup */
.c-popup {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0 80px;
  background-color: var(--main-color);
  color: #000;
  z-index: 777;
}
@media screen and (max-width: 767px) {
  .c-popup {
    padding: 0;
  }
}
.c-popup.is-show {
  display: block;
}
.c-popup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 1240px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.c-popup__complete {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-popup__complete {
    margin-bottom: 55px;
    font-size: 32px;
  }
}
.c-popup__btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin-inline: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-popup__btn > a {
    width: 280px;
    height: 50px;
    font-size: 18px;
  }
}

/* エラーメッセージ */
.c-validation {
  width: 100%;
  padding: 3px 0;
  color: red;
}

/* エラーメッセージ切り替え用
この部分は本番で使わない
*/
.c-change-validation {
  flex-wrap: wrap;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  border: 1px solid red;
  z-index: 999;
}
.c-change-validation a {
  text-align: center;
}
