@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #003a84;
  --cc-secondary: #e91329;
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- 利用案内

================================================ */
.guide-content {
  margin-top: 40px;
  padding: 70px 0 85px;
  background-color: #FFFFFF;
}

.guide-content__inner {
  padding: 0 60px;
}

.guide-schedule__block {
  border: solid 1px #dddddd;
  border-radius: 12px;
}

.guide-schedule__block:not(:first-of-type) {
  margin-top: 30px;
}

.guide-schedule__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 30px 40px;
}

.guide-schedule__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 87px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.guide-schedule__ttl.-holiday {
  padding-right: 40px;
}

.guide-schedule__sumamry {
  padding: 5px 0 5px 40px;
  border-left: dotted 1px #B2B2B2;
}
.guide-schedule__sumamry p {
  font-size: 1.375rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.guide-schedule__sumamry p small {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.guide-schedule__sumamry p:not(:first-of-type) {
  margin-top: 12px;
}

.guide-sc__block {
  margin-top: 90px;
}

.guide-sc:not(:first-of-type) {
  margin-top: 85px;
}

.guide-sc__head {
  padding-bottom: 20px;
  border-bottom: solid 1px #d3d5d9;
  position: relative;
}
.guide-sc__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: var(--cc-secondary);
}

.guide-sc__ttl {
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.guide-sc__item {
  margin-top: 50px;
}

.guide-sc__item.-h30 {
  margin-top: 30px;
}

.guide-sc__item.-h60 {
  margin-top: 60px;
}

.guide-sc__item__number {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.guide-sc__item__number ~ .guide-sc__item__ttl {
  margin-top: 38px;
}

.guide-sc__item__ttl {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.guide-sc__item__ttl::before {
  content: "■";
  color: var(--cc-primary);
}

.guide-sc__summary {
  margin-top: 17px;
}
.guide-sc__summary p a {
  text-decoration: underline;
  color: #111111;
}
.guide-sc__summary p a.-tel[href^="tel:"] {
  color: #111111;
}

.guide-sc__item__btn {
  margin-top: 18px;
}

.guide-sc__item__links {
  margin-top: 10px;
}

.guide-sc__item__link a {
  display: block;
  color: var(--cc-primary);
  text-decoration: underline;
}

.guide-sc__item__link:not(:first-of-type) {
  margin-top: 10px;
}

.guide-sc__item__link.-icon--pdf a {
  padding-left: 30px;
  position: relative;
}
.guide-sc__item__link.-icon--pdf a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
}

.guide-sc__note {
  padding-top: 24px;
  border-top: dotted 1px #B0B0B0;
}

.guide-sc__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}

.guide-sc__table {
  margin-top: 29px;
}

.guide-sc__table__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
}

.guide-sc__table__head.-w720 {
  max-width: 720px;
  width: 100%;
}

.guide-sc__table__head ~ .guide-sc__table {
  margin-top: 15px;
}

.guide-sc__table__head ~ .m-bordered {
  margin-top: 15px;
}

.guide-sc__table__ttl {
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.guide-sc__ttl__note {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.guide-sc__item__note {
  margin-top: 25px;
  font-size: 0.9375rem;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.guide-sc__item__note a {
  text-decoration: underline;
}
.guide-sc__item__note a.-tel[href^="tel:"] {
  color: #111111;
}

.guide-sc__item__note__list {
  padding-left: 2em;
  position: relative;
}
.guide-sc__item__note__list::before {
  content: "注：";
  position: absolute;
  top: 0;
  left: 0;
}
.guide-sc__item__note__list li {
  padding-left: 1.25em;
  position: relative;
}
.guide-sc__item__note__list li::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .guide-content {
    margin-top: 30px;
    padding: 40px 0 45px;
  }
  .guide-content__inner {
    padding: 0 20px;
  }
  .guide-schedule__block {
    border-radius: 8px;
  }
  .guide-schedule__block:not(:first-of-type) {
    margin-top: 20px;
  }
  .guide-schedule__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
  }
  .guide-schedule__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
    font-size: 5.3333333333vw;
  }
  .guide-schedule__ttl.-holiday {
    padding-right: 0;
  }
  .guide-schedule__sumamry {
    margin-top: 15px;
    padding: 0;
    border-left: none;
  }
  .guide-schedule__sumamry p {
    font-size: 5.0666666667vw;
  }
  .guide-schedule__sumamry p small {
    display: block;
    font-size: 4vw;
  }
  .guide-schedule__sumamry p:not(:first-of-type) {
    margin-top: 10px;
  }
  .guide-sc__block {
    margin-top: 60px;
  }
  .guide-sc:not(:first-of-type) {
    margin-top: 55px;
  }
  .guide-sc__head {
    padding-bottom: 20px;
  }
  .guide-sc__head::before {
    width: 17.333vw;
  }
  .guide-sc__ttl {
    font-size: 5.8666666667vw;
  }
  .guide-sc__item {
    margin-top: 30px;
  }
  .guide-sc__item.-h30 {
    margin-top: 15px;
  }
  .guide-sc__item.-h60 {
    margin-top: 40px;
  }
  .guide-sc__item__number {
    font-size: 5.0666666667vw;
    line-height: 1.275;
  }
  .guide-sc__item__number ~ .guide-sc__item__ttl {
    margin-top: 20px;
  }
  .guide-sc__item__ttl {
    font-size: 4.8vw;
    line-height: 1.425;
  }
  .guide-sc__summary {
    margin-top: 14px;
  }
  .guide-sc__item__btn {
    margin-top: 15px;
  }
  .guide-sc__item__links {
    margin-top: 10px;
  }
  .guide-sc__item__link:not(:first-of-type) {
    margin-top: 10px;
  }
  .guide-sc__item__link.-icon--pdf a {
    padding-left: 27px;
  }
  .guide-sc__item__link.-icon--pdf a::before {
    width: 19px;
    height: 19px;
  }
  .guide-sc__note {
    padding-top: 20px;
  }
  .guide-sc__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .guide-sc__table {
    margin-top: 20px;
  }
  .guide-sc__table__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .guide-sc__table__head ~ .guide-sc__table {
    margin-top: 15px;
  }
  .guide-sc__table__head ~ .m-bordered {
    margin-top: 15px;
  }
  .guide-sc__table__ttl {
    font-size: 4.5333333333vw;
  }
  .guide-sc__ttl__note {
    font-size: 3.2vw;
  }
  .guide-sc__item__note {
    margin-top: 20px;
    font-size: 3.4666666667vw;
  }
  .guide-sc__item__note__list {
    padding-left: 2em;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .guide-sc__summary a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .guide-sc__summary a:any-link:hover {
    opacity: 0.7;
  }
}
.guide-sc__summary a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}