@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-weight-base: 400;
  --lineheight-base: 1.5;
  --color-primary: #00a0e9;
  --color-primary-2: #ee7800;
  --keycolor: var(--color-primary);
  --keycolor-sub: var(--color-primary-2);
  --transition-duration: .3s ease;
  font-size: 2.6666666667vw;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #2e2e2e;
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  font-size: 1.4rem;
  line-height: var(--lineheight-base);
  text-align: left;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

b,
strong {
  font-weight: 710;
}

em {
  font-style: normal;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: auto;
}
img.alignright {
  display: block;
  margin-left: auto;
}
img.alignleft {
  display: block;
  margin-right: auto;
}

.container {
  margin: 0 auto;
  max-width: 103rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.wrap-inner {
  margin: 0 auto;
  max-width: 131rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl1-none {
    display: none !important;
  }
  .d-xl1-block {
    display: block !important;
  }
  .d-xl1-flex {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1670px) {
  .d-xl2-none {
    display: none !important;
  }
  .d-xl2-block {
    display: block !important;
  }
  .d-xl2-flex {
    display: flex !important;
  }
}
@font-face {
  font-family: "nexco";
  src: url("../fonts/nexco.eot?j5k080");
  src: url("../fonts/nexco.eot?j5k080#iefix") format("embedded-opentype"), url("../fonts/nexco.ttf?j5k080") format("truetype"), url("../fonts/nexco.woff?j5k080") format("woff"), url("../fonts/nexco.svg?j5k080#nexco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icon-more";
  src: url("../fonts/icon-more.ttf?93hdlr") format("truetype"), url("../fonts/icon-more.woff?93hdlr") format("woff"), url("../fonts/icon-more.svg?93hdlr#icon-more") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ic-],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nexco" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=ic-].icon-more,
[class*=" ic-"].icon-more {
  font-family: "icon-more" !important;
}

.ic-arrow-down:before {
  content: "\e906";
}

.ic-speaker:before {
  content: "\e900";
}

.ic-arrow-right:before {
  content: "\e901";
}

.ic-caution:before {
  content: "\e902";
}

.ic-cavator:before {
  content: "\e903";
}

.ic-cm:before {
  content: "\e904";
}

.ic-link:before {
  content: "\e905";
}

.ic-price:before {
  content: "\e908";
}

.ic-root:before {
  content: "\e90b";
}

.ic-time:before {
  content: "\e90c";
}

.ic-top:before {
  content: "\e90d";
}

.ic-traffic:before {
  content: "\e90e";
}

.ic-info:before {
  content: "\e90f";
}

.c-icon-freetel::before {
  content: "";
  background: url(../images/common/icon_freedial.png) no-repeat top center/contain;
  display: block;
  width: 5.7rem;
}

.icon-star-full:before {
  content: "\e9d9";
}

.btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.c-btn {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-btn {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.c-btn__link {
  border: 0.2rem solid var(--keycolor);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 9rem;
  width: 100%;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .c-btn__link {
    border-radius: 0.5rem;
    height: 12rem;
    width: 50%;
  }
}
.c-btn__link:after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/ic_down.png) no-repeat top center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .c-btn__link:after {
    right: 2.6rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-btn__link:hover:after {
  right: 2rem;
}
.c-btn__link .ttl-primary {
  color: var(--keycolor);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1666666667;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-btn__link .ttl-primary {
    font-size: 2.4rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
  }
}
.c-btn__link .ttl-small {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  color: #2e2e2e;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-btn__link .ttl-small {
    font-size: 1.6rem;
  }
}

.c-btn-anchor {
  margin-bottom: 8rem;
  display: flex;
  gap: 3rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-btn-anchor {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.c-btn-anchor__link {
  width: 100%;
  border-radius: 1rem;
  border: 0.2rem solid var(--keycolor);
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--keycolor);
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .c-btn-anchor__link {
    height: 8.4rem;
    border-radius: 0.5rem;
    font-size: 2.2rem;
    width: 33.3333%;
  }
}
.c-btn-anchor__link:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  width: 1.6rem;
  height: 1rem;
  background: url(../images/common/ic_down_2.png) no-repeat top center;
  background-size: contain;
}

.c-box-link__img {
  margin-top: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-box-link__img {
    margin-top: 1.6rem;
  }
}
.c-box-link__txt {
  margin: 4rem 0 0;
  text-align: center;
  line-height: 1.5384615385;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-box-link__txt {
    margin: 8rem 0 0;
    font-weight: 500;
    font-size: 1.6rem;
  }
}

.c-btn-2 {
  color: var(--keycolor);
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  position: relative;
  border: 0.2rem solid var(--keycolor);
  border-radius: 0.5rem;
  width: 46rem;
  height: 8.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-btn-2 {
    font-size: 1.6rem;
    max-width: 33.5rem;
    height: 6.4rem;
    border-radius: 1rem;
  }
}
.c-btn-2:after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/ic_down.png) no-repeat top center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .c-btn-2:after {
    right: 2.6rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-btn-2:hover:after {
  right: 2rem;
}

.icon-zoom {
  position: relative;
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .icon-zoom.none-pc {
    pointer-events: none;
  }
  .icon-zoom.none-pc:after {
    display: none;
  }
}
.icon-zoom.regulation:after {
  bottom: -3.5rem;
}
@media (min-width: 768px) {
  .icon-zoom.regulation:after {
    bottom: -4.5rem;
  }
}
.icon-zoom:after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  right: 0;
  bottom: 0;
  background: url(../images/common/icon_zoom.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .icon-zoom:after {
    width: 4.8rem;
    height: 4.8rem;
  }
}

@media (max-width: 1024px) {
  .p-header {
    border-top: 2px solid var(--keycolor);
  }
}
@media (min-width: 1025px) {
  .p-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
}
.p-header__wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1025px) {
  .p-header__wrap {
    background-color: var(--keycolor);
    flex-wrap: nowrap;
  }
}
.p-header__logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 5rem;
  position: relative;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .p-header__logo {
    height: 7rem;
    padding-right: 2rem;
  }
  .p-header__logo::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.5rem 0 3.5rem 3.5rem;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__logo {
    padding-left: 4rem;
    width: 34.8rem;
  }
}
@media (min-width: 1670px) {
  .p-header__logo {
    padding-left: 4rem;
    width: 48.8rem;
  }
}
.p-header__logo-num {
  background-color: #008765;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  display: block;
  height: 2.6rem;
}
.p-header__logo-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .p-header__logo-txt {
    font-size: 2rem;
  }
}
.p-header__logo .logo-sp {
  width: 5.2rem;
}
@media (min-width: 1025px) {
  .p-header__logo .logo-sp {
    display: none;
  }
}
.p-header__top {
  background-color: var(--keycolor);
  color: #fff;
}
@media (max-width: 1024px) {
  .p-header__top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-header__top {
    padding: 10px 4vw;
  }
}
.p-header__top__wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .p-header__top__wrap {
    padding-left: 5rem;
    height: 7rem;
    margin: 0;
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .p-header__top__wrap {
    gap: 4rem;
    padding-left: 7rem;
  }
}
@media (max-width: 1024px) {
  .p-header__top__wrap {
    justify-content: center;
    flex: 0 100%;
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .p-header__top__wrap {
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 0;
  }
}
.p-header__nx {
  background-color: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 7.1rem;
}
@media (min-width: 1440px) {
  .p-header__nx {
    right: 4rem;
    width: 9.3rem;
  }
}
.p-header__nx img {
  width: 100%;
}
.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .p-header__nav {
    display: none;
    position: absolute;
    top: 5.2rem;
    width: 100%;
    height: calc(100vh - 52px);
    overflow: scroll;
    padding: 0 3.5rem 10rem;
    background: #fff;
    z-index: 99;
  }
}
.p-header__nav-sub {
  border: 2px solid var(--keycolor);
  border-radius: 1rem;
  font-weight: 600;
  z-index: 1;
  font-size: 1.6rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem -1.5rem 0;
}
@media (min-width: 1025px) {
  .p-header__nav-sub {
    font-weight: 500;
    border-radius: 0.5rem;
    border: 1px solid var(--keycolor);
    font-size: 1.2rem;
    right: 1rem;
    padding: 0.7rem 4rem 0.7rem 1.3rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition-duration);
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__nav-sub {
    font-size: 1.4rem;
    right: 4rem;
    padding: 0.7rem 5.9rem 0.7rem 1.8rem;
  }
}
.p-header__nav-sub:hover {
  background-color: var(--keycolor);
  color: #fff;
}
.p-header__nav-sub:hover i {
  color: #fff;
}
.p-header__nav-sub i {
  color: var(--keycolor);
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-duration);
}
@media (min-width: 1025px) {
  .p-header__nav-sub i {
    font-size: 1.3rem;
  }
}

.c-hammenu {
  background-color: #ee7800;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.1rem;
  margin-left: auto;
  padding-top: 1rem;
  height: 5rem;
  width: 5rem;
  z-index: 99;
}
@media (min-width: 1025px) {
  .c-hammenu {
    display: none;
  }
}
.c-hammenu.is-active .c-hammenu__inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.c-hammenu.is-active .c-hammenu__inner:before {
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
  top: 0;
}
.c-hammenu.is-active .c-hammenu__inner:after {
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  bottom: 0;
}
.c-hammenu .c-hammenu__inner:after, .c-hammenu .c-hammenu__inner:before, .c-hammenu .c-hammenu__inner {
  background-color: #fff;
  width: 2.4rem;
  height: 2px;
}
.c-hammenu__inner {
  position: relative;
  display: block;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-hammenu__inner::before, .c-hammenu__inner::after {
  content: "";
  display: block;
}
.c-hammenu__inner:before {
  position: absolute;
  top: -0.6rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.c-hammenu__inner:after {
  position: absolute;
  bottom: -0.6rem;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.c-nav {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .c-nav {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-nav {
    font-size: 1.0416666667vw;
  }
}
.c-nav > li {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .c-nav > li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-nav > li.inactive .c-nav__sub {
  display: none !important;
}
.c-nav > li.inactive .p-header__nav-main__link {
  pointer-events: none;
  color: #ccc !important;
  position: relative;
}
.c-nav > li.inactive .p-header__nav-main__link:before {
  color: #b90707;
  position: absolute;
  top: 2px;
  content: "準備中";
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
  text-align: left;
}
@media (min-width: 768px) {
  .c-nav > li.inactive .p-header__nav-main__link:before {
    text-align: center;
  }
}
.c-nav > li.inactive .p-header__nav-main__link:after {
  display: none;
}
@media (min-width: 1025px) {
  .c-nav > li:not(:last-child)::after {
    content: "";
    background-color: #a0a0a0;
    width: 1px;
    margin: 0 2.3rem;
    height: 1.8rem;
    transform: rotate(26deg);
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1439px) {
  .c-nav > li:not(:last-child)::after {
    height: 0.9375vw;
    margin: 0 1.1979166667vw;
  }
}
.c-nav > li:hover .c-nav__sub {
  display: block;
}
@media (max-width: 1024px) {
  .c-nav > li .c-nav__sub {
    margin-left: 3rem;
    position: relative;
  }
  .c-nav > li .c-nav__sub:before {
    position: absolute;
    content: "";
    top: -2rem;
    left: 0;
    z-index: 10;
    width: 1px;
    height: 100%;
    border-left: 1px solid #666;
  }
}
@media (min-width: 1025px) {
  .c-nav > li .c-nav__sub {
    position: absolute;
    top: 4.5rem;
    background: #fff;
    width: 21.2rem;
    border: 0.2rem solid var(--keycolor);
    border-radius: 3px;
    display: none;
  }
}
@media (min-width: 1025px) {
  .c-nav > li .c-nav__sub li:not(:last-child) {
    border-bottom: 0.2rem solid var(--keycolor);
  }
}
.c-nav > li .c-nav__sub li a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 1rem 0 1rem 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .c-nav > li .c-nav__sub li a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    width: 1rem;
    height: 1px;
    border-top: 1px solid #666;
  }
}
@media (min-width: 1025px) {
  .c-nav > li .c-nav__sub li a {
    display: block;
    padding: 1rem 1.5rem;
  }
}
.c-nav > li .c-nav__sub li a:hover {
  color: var(--keycolor);
}
.c-nav > li .c-nav__sub li a:after {
  position: absolute;
  content: "";
  right: -2rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/ic_right.svg) no-repeat right center;
  background-size: contain;
}
@media (min-width: 1025px) {
  .c-nav > li .c-nav__sub li a:after {
    right: 1.2rem;
  }
}
.c-nav .p-header__nav-main__link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  transition: var(--transition-duration);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .c-nav .p-header__nav-main__link {
    position: relative;
    width: 100%;
    padding: 2.1rem 0;
  }
  .c-nav .p-header__nav-main__link:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../images/common/ic_down.svg) no-repeat top center;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s;
  }
}
@media (max-width: 1024px) {
  .c-nav .p-header__nav-main__link.has-sub {
    pointer-events: none;
  }
  .c-nav .p-header__nav-main__link.has-sub:after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .c-nav .p-header__nav-main__link {
    padding: 1.5rem 0;
    font-size: 0.8333333333vw;
  }
}
.c-nav .p-header__nav-main__link:hover {
  color: var(--keycolor);
}
.c-nav .p-header__nav-main__link i {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .c-nav .p-header__nav-main__link i {
    width: 2.2rem;
  }
}

.nav-side {
  position: fixed;
  right: -2px;
  top: 22%;
  z-index: 22;
}
.nav-side__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  background: var(--link-color-bg, var(--keycolor));
  color: #fff;
  border-radius: 0.8rem 0 0 0.8rem;
  border: 2px solid #fff;
  font-size: 1.6rem;
  width: 4.2rem;
  margin-bottom: 16px;
  padding: 1.8rem 0.5rem;
  text-align: center;
  transition: 0.3s ease;
  writing-mode: tb-rl;
}
.nav-side__link.--cp img {
  filter: brightness(0) invert(1);
}
.nav-side__link.--cp:hover {
  background: #fff;
  color: var(--keycolor);
  border-color: var(--keycolor);
}
.nav-side__link.--cp:hover img {
  filter: inherit;
}
.nav-side__link.--timer {
  --link-color-bg: #ee7800;
  --link-hover-bg: #fff;
  --link-hover-color: #ee7800;
  --link-hover-border: #ee7800;
}
.nav-side__link i {
  font-size: 2rem;
}
.nav-side__link.disabled {
  background: #dedede;
  pointer-events: none;
}

#page-top .c-nav .h-top a {
  color: var(--keycolor);
}

#page-detour .c-nav .h-detour a {
  color: var(--keycolor);
}

#page-prediction .c-nav .h-prediction a {
  color: var(--keycolor);
}

#page-price .c-nav .h-price a {
  color: var(--keycolor);
}

#page-cp .c-nav .h-cp a {
  color: var(--keycolor);
}

#page-regulation .c-nav .h-regulation a {
  color: var(--keycolor);
}

#page-construction .c-nav .h-construction a {
  color: var(--keycolor);
}

#page-cm .c-nav .h-cm a {
  color: var(--keycolor);
}

body.hide-scrollbar .p-mv {
  margin-top: 0;
}

#page-regulation-1 .h-regulation .p-header__nav-main__link,
#page-regulation-2 .h-regulation .p-header__nav-main__link {
  color: var(--keycolor);
}

#page-regulation-1 .c-nav .h-regulation .c-nav__sub li:first-child a {
  color: var(--keycolor);
}

#page-regulation-2 .c-nav .h-regulation .c-nav__sub li:last-child a {
  color: var(--keycolor);
}

#page-price-1 .h-price .p-header__nav-main__link,
#page-price-2 .h-price .p-header__nav-main__link {
  color: var(--keycolor);
}

#page-price-1 .c-nav .h-price .c-nav__sub li:first-child a {
  color: var(--keycolor);
}

#page-price-2 .c-nav .h-price .c-nav__sub li:last-child a {
  color: var(--keycolor);
}

#page-prediction-1 .h-prediction .p-header__nav-main__link,
#page-prediction-2 .h-prediction .p-header__nav-main__link {
  color: var(--keycolor);
}

#page-prediction-1 .c-nav .h-prediction .c-nav__sub li:first-child a {
  color: var(--keycolor);
}

#page-prediction-2 .c-nav .h-prediction .c-nav__sub li:last-child a {
  color: var(--keycolor);
}

.p-bnrs {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-bnrs {
    margin-bottom: 8rem;
  }
}
.p-bnrs__row {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-bnrs__row {
    margin-bottom: 6.4rem;
  }
}
.p-bnrs__row:last-child {
  margin-bottom: 0;
}
.p-bnrs__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-bnrs__list {
    flex-direction: row;
    gap: 2.4rem;
    justify-content: center;
  }
}
.p-bnrs__list li {
  flex: 1;
}
@media (min-width: 768px) {
  .p-bnrs__list li {
    max-width: 32%;
  }
}
.p-bnrs__list li img {
  width: 100%;
}

.p-footer {
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .p-footer {
    padding: 80px 0 40px;
  }
}
.p-section + .p-footer {
  padding-top: 0;
}
.p-footer__nav {
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .p-footer__nav {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    overflow: hidden;
  }
}
.p-footer__nav ul li {
  flex: 0 16.9rem;
}
.p-footer__nav a {
  border: 2px solid var(--keycolor);
  border-radius: 5px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .p-footer__nav a {
    border-radius: 10px;
    margin: 20px 0;
    padding: 21px 10px;
    text-align: left;
    width: auto;
  }
}
.p-footer__nav a.disabled {
  background-color: var(--keycolor-disabled);
  border-color: var(--keycolor-disabled);
  color: #fff;
  pointer-events: none;
}
.p-footer__nav a.disabled::after {
  display: none;
}
.p-footer__nav a:after {
  content: "\e900";
  font-size: 10px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .p-footer__nav a:after {
    color: var(--keycolor);
  }
}
@media (max-width: 767px) {
  .p-footer__nav a:after {
    background-color: var(--keycolor);
    border-radius: 50%;
    box-sizing: border-box;
    padding-left: 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
}
.p-footer__nav a:hover {
  color: var(--keycolor);
}
.p-footer__nav a:hover:after {
  right: 11px;
}
.p-footer__bg {
  background: #f0f0f0;
  padding: 37px 20px;
}
@media (min-width: 768px) {
  .p-footer__bg {
    padding: 80px 0 77px;
  }
}
.p-footer__info {
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .p-footer__info {
    padding: 30px 0 !important;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .p-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 57px 15px;
    border-radius: 10px;
  }
}
.p-footer__info__ttl {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.p-footer__info__ttl em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-footer__info__ttl em {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-footer__info__ttl span {
    font-size: 16px;
  }
}
.p-footer__info__tel {
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__info__tel {
    text-align: left;
    margin-top: -20px;
  }
}
.p-footer__info__tel > a {
  display: flex;
  font-size: 32px;
  font-weight: 520;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-footer__info__tel > a {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel > a {
    font-size: 48px;
  }
}
.p-footer__info__tel > a i {
  margin-top: 10px;
}
.p-footer__info__tel > a span {
  display: inline-block;
}
.p-footer__info__tel i::before {
  width: 41px;
  height: 29px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-footer__info__tel i::before {
    width: 58px;
    height: 34px;
    margin-right: 10px;
  }
}
.p-footer__info__tel__com {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-footer__info__tel__com {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-footer__info__tel__com {
    font-size: 13px;
    font-weight: 500;
  }
  .p-footer__info__tel__com label {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel__com a {
    border-bottom: 1px solid var(--keycolor);
    color: var(--keycolor);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 3px;
    display: inline-block;
  }
  .p-footer__info__tel__com a:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 767px) {
  .p-footer__info__tel__com a {
    color: var(--keycolor);
    border: 2px solid var(--keycolor);
    margin: 10px 0;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .p-footer__bgcom {
    background: #f0f0f0;
    padding-bottom: 65px;
  }
}
.p-footer__subnav {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-footer__subnav {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .p-footer__subnav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .p-footer__subnav a {
    margin: 0 15px;
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  .p-footer__subnav a:hover {
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 767px) {
  .p-footer__subnav a {
    padding: 21px 17px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
  }
  .p-footer__subnav a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/common/ic_down.png) no-repeat top center;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s;
  }
}
.p-footer__com {
  color: #666;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__com {
    font-size: 12px;
  }
  .p-footer__com br {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-footer__com {
    padding: 0 15px;
    margin-top: 35px;
  }
}
.p-footer__com p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-footer__com p {
    margin-bottom: 10px;
  }
}
.p-footer__com span {
  display: inline-block;
}

.footer-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 22;
}
@media (min-width: 768px) {
  .footer-fix {
    display: none;
  }
}
.footer-fix__link {
  width: 100%;
  color: #fff;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: var(--keycolor);
}
.footer-fix__link i {
  margin-right: 0.8rem;
  font-size: 1.9rem;
}
.footer-fix__link.--02 {
  background: var(--keycolor-sub);
}
.footer-fix__link.--01 img {
  filter: brightness(0) invert(1);
  margin-left: 0.6rem;
}
.footer-fix__link.disabled {
  background: #dedede !important;
  pointer-events: none;
}

.page-top {
  display: none;
}
@media (min-width: 768px) {
  .page-top {
    display: none !important;
  }
}
.page-top__scroll {
  position: fixed;
  right: 1.9rem;
  bottom: 6.6rem;
  background: #fff;
  width: 3.6rem;
  height: 3.6rem;
  border: 2px solid var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}
.page-top__scroll img {
  transform: rotate(-90deg);
  width: 0.8rem;
}

.hline01 {
  border-bottom: 1px solid var(--titlecolor, var(--keycolor));
  border-top: 1px solid var(--titlecolor, var(--keycolor));
  color: var(--titlecolor, var(--keycolor));
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  padding: 1.3rem 0 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hline01 {
    font-size: 2.8rem;
    padding: 2rem 0 2.4rem;
  }
}
@media (min-width: 1025px) {
  .hline01 {
    font-size: 3.2rem;
    margin-bottom: 5.5rem;
  }
}
.hline01.--white {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.hline01::before, .hline01::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.hline01::before {
  margin-block-end: calc((1 - var(--lh, 1.5)) * 0.5em);
}
.hline01::after {
  margin-block-start: calc((1 - var(--lh, 1.5)) * 0.5em);
}

.c-breadcrumb {
  background-color: #efefef;
  padding: 1.1rem 0;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    padding: 1.8rem 0;
  }
}
.c-breadcrumb ul {
  display: flex;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-breadcrumb ul {
    gap: 2rem;
  }
}
.c-breadcrumb ul li:not(:last-child) {
  flex-shrink: 0;
}
.c-breadcrumb ul li:not(:last-child)::after {
  font-family: "nexco";
  content: "\e901";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .c-breadcrumb ul li:not(:last-child)::after {
    margin-left: 2rem;
  }
}
.c-breadcrumb ul li span {
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-breadcrumb ul a {
  color: var(--keycolor);
}

.nospace::before, .nospace::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.nospace::before {
  margin-block-end: calc((1 - var(--lh, 1.5)) * 0.5em);
}
.nospace::after {
  margin-block-start: calc((1 - var(--lh, 1.5)) * 0.5em);
}

@media (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .lg {
    display: none !important;
  }
}

.text-center {
  text-align: center !important;
}

.hover {
  transition: var(--transition-duration);
}
.hover:hover {
  opacity: 0.7;
}

.mrg-bot {
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .mrg-bot {
    margin-bottom: 3rem;
  }
}

.c-highlight {
  background-image: linear-gradient(to bottom, transparent 50%, #edd320 50%, #edd320 100%);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.c-arrow-traffic {
  background: url("../images/common/icon_arrow_right.png") no-repeat center/contain;
  aspect-ratio: 28/12;
  width: var(--icon-size, 3.2rem);
}
@media (min-width: 768px) {
  .c-arrow-traffic {
    aspect-ratio: 46/17;
  }
}
.c-arrow-traffic.--head {
  background: url("../images/common/icon_arrow_traffic.png") no-repeat center/contain;
}
.c-arrow-traffic.--02 {
  background: url("../images/common/icon_arrow_traffic.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-arrow-traffic.--02 {
    aspect-ratio: 46/28;
  }
}

.c-dateNotice {
  display: flex;
  align-items: center;
  position: relative;
  top: -0.5rem;
}
.c-dateNotice__item {
  display: flex;
  align-items: flex-end;
  gap: 0.7rem;
  padding-left: 6.9333333333vw;
  position: relative;
}
@media (min-width: 768px) {
  .c-dateNotice__item {
    padding-left: 5.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-dateNotice__item {
    padding-left: 4rem;
  }
}
.c-dateNotice__item:not(:last-child)::after {
  content: "";
  background: url("../images/common/icon_arrow01.png") no-repeat center/contain;
  align-self: center;
  flex-shrink: 0;
  aspect-ratio: 25/21;
  width: 2.9333333333vw;
  margin: 0 1rem;
  position: relative;
  top: 0.3rem;
}
@media (min-width: 768px) {
  .c-dateNotice__item:not(:last-child)::after {
    width: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .c-dateNotice__item:not(:last-child)::after {
    margin: 0 1.3rem 0 1.6rem;
  }
}
.c-dateNotice__item .year {
  font-size: 2.6666666667vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-dateNotice__item .year {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-dateNotice__item .year {
    font-size: 1.5rem;
  }
}
.c-dateNotice__item .num {
  display: inline-flex;
  font-size: 6.6666666667vw;
  font-weight: 710;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-dateNotice__item .num {
    font-size: 5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-dateNotice__item .num {
    font-size: 3rem;
  }
}
.c-dateNotice__item .num:first-child::after {
  content: "";
  background: url("../images/common/ic_xec_2.png") no-repeat center/contain;
  flex-shrink: 0;
  width: 2.9333333333vw;
  margin-left: 0.5rem;
  position: relative;
  top: 0.3rem;
}
@media (min-width: 768px) {
  .c-dateNotice__item .num:first-child::after {
    background: url("../images/common/icon_line.svg") no-repeat center/contain;
    aspect-ratio: 22/38;
    width: 2.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .c-dateNotice__item .num:first-child::after {
    width: 1.5rem;
  }
}
.c-dateNotice__item .evt {
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--keycolor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1;
  padding: 0 0.4rem;
}
@media (min-width: 768px) {
  .c-dateNotice__item .evt {
    font-size: 1.4rem;
  }
}
@media (min-width: 1440px) {
  .c-dateNotice__item .evt {
    font-size: 1.7rem;
  }
}

.c-dateDirect__top {
  --icon-size: 8.4vw;
  display: flex;
  align-items: center;
  gap: 0.6666666667vw;
}
@media (min-width: 768px) {
  .c-dateDirect__top {
    --icon-size: 3.2rem;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .c-dateDirect__top .c-arrow-traffic {
    margin-top: 1.0666666667vw;
  }
}
.c-dateDirect__ttl {
  font-size: 6.4vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-dateDirect__ttl {
    font-size: 2.2rem;
  }
}
.c-dateDirect__txt {
  font-size: 0.5729166667vw;
  font-weight: 300;
}
@media (max-width: 767px) {
  .c-dateDirect__txt {
    margin-top: 2.6666666667vw;
    font-size: 2.1333333333vw;
    text-align: center;
  }
}

.c-notfound {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .c-notfound {
    padding-bottom: 6rem;
  }
}
.c-notfound__txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .c-notfound__txt {
    font-size: 2rem;
  }
}

.mv_cp {
  margin: 0 auto 4rem;
  text-align: center;
  max-width: 80rem;
}
@media (min-width: 768px) {
  .mv_cp {
    margin: 0 auto 5.6rem;
  }
}
.mv_cp.price {
  margin-bottom: 0;
}

/* ============================================== */
.p-hline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hline {
    height: 25rem;
  }
}
@media (min-width: 1025px) {
  .p-hline {
    margin-top: var(--hHeader, 7rem);
    height: 30rem;
  }
}
.p-hline__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.p-hline__bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-hline__ttl {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 1.7rem;
}
@media (min-width: 1025px) {
  .p-hline__ttl {
    text-align: left;
    font-size: 5.6rem;
    margin-bottom: 3rem;
  }
}
.p-hline__ttl::before, .p-hline__ttl::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-hline__ttl::before {
  margin-block-end: calc((1 - 1.3) * 0.5em);
}
.p-hline__ttl::after {
  margin-block-start: calc((1 - 1.3) * 0.5em);
}
.p-hline__txt {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hline__txt {
    font-size: 1.7rem;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hline__txt {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .p-hline__txt {
    font-size: 2.4rem;
  }
}
.p-hline__txt::before, .p-hline__txt::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-hline__txt::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.p-hline__txt::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}

.p-emergencyInfo {
  display: flex;
  background-color: #ffdd4a;
  color: #2e2e2e;
  padding: 1rem 1.6rem;
  line-height: 1.5;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-emergencyInfo {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--hHeader);
  }
}
.p-emergencyInfo a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-emergencyInfo a {
    font-size: 2.1333333333vw;
  }
}
.p-emergencyInfo a span {
  background: #2d2d2d;
  color: #fff;
  height: 5.3333333333vw;
  width: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1.2rem;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-emergencyInfo a span {
    font-size: 1.6rem;
    height: 4rem;
    width: 16rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .p-emergencyInfo {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.2rem 4rem;
    align-items: center;
  }
}
.p-emergencyInfo .ico-caution {
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../images/common/caution.png) no-repeat top center;
  background-size: contain;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .p-emergencyInfo .ico-caution {
    width: 2rem;
    height: 1.8rem;
    margin-right: 1.5rem;
  }
}

.link-cp {
  text-align: center;
}
.link-cp .tlink {
  display: inline-block;
}

.c-sub {
  font-size: 1.6rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-sub {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.c-sub.--mrgbot {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .c-sub.--mrgbot {
    margin-bottom: 4.5rem;
  }
}

.c-modal {
  display: none;
}
.c-modal.fancybox__content {
  max-width: 90%;
}
.c-modal.fancybox__content > .f-button.is-close-btn {
  top: 0;
}
.c-modal__scroll {
  overflow: auto !important;
}
.c-modal__scroll .c-modal__bg {
  position: fixed !important;
}
.c-modal__content-img {
  padding: 50px 15px 15px;
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-modal__content-img {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .c-modal__content-img img {
    min-width: 800px;
  }
}
.c-modal__content__close-keycolor {
  width: 35px;
  height: 35px;
  background-color: var(--keycolor);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
}
.c-modal__content__close-keycolor > span {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
  outline: none !important;
}
.c-modal__content__close-keycolor > span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.c-modal__content__close-keycolor > span:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
.c-modal__detour .c-modal__wrap {
  max-width: 560px;
}
.c-modal__detour .c-modal__wrap .c-modal__content-img {
  padding: 0;
}
.c-modal__detour .c-modal__wrap .c-modal__content-img mu .c-modal__content-close-keycolor {
  transform: translateY(-100%);
}

.c-modal-concierge__wrap {
  max-width: 980px !important;
}

.rain_modal img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.rain_modal .ttl {
  text-align: left;
  background-color: var(--keycolor);
  color: white;
  padding: 10px 15px;
  margin-bottom: 24px;
  font-size: 24px;
}
.rain_modal .ttl.date {
  color: #000;
  background: none;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.rain_modal a:link {
  color: var(--keycolor);
  text-decoration: underline;
  font-size: 16px;
}
.rain_modal a:link:hover {
  text-decoration: none;
}
.rain_modal .link {
  padding: 0px;
  padding-top: 10px;
}
.rain_modal .text {
  font-size: 16px;
  line-height: 1.7;
}

.rain_inner {
  padding: 20px;
  max-height: 70vh;
  overflow: scroll;
}

.underline {
  text-decoration: underline;
}

.dummyContent {
  background-color: #f0f0f0;
  padding: 150px 15px;
  margin: 40px 0;
  text-align: center;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .dummyContent {
    margin: 60px auto;
    max-width: 1000px;
  }
}
.dummyContent .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .dummyContent .ttl {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.dummyContent .txt {
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .dummyContent .txt {
    font-size: 16px;
  }
}

.c-disabled {
  position: relative;
}
.c-disabled:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8392156863);
}
.c-disabled span {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .c-disabled span {
    font-size: 1.6rem;
  }
}

.c-direct {
  background: url("../images/common/bg-section_sp.jpg") no-repeat center/cover;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .c-direct {
    padding-left: 2rem;
    background: url("../images/common/bg01.jpg") no-repeat center/cover;
  }
}
.c-direct.top {
  background: url("../images/common/bg-section_sp.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .c-direct.top {
    background: url("../images/common/bg-section.jpg") no-repeat center/cover;
  }
}
.c-direct.top .c-direct__list {
  margin: auto;
}
@media (min-width: 768px) {
  .c-direct.top .c-direct__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    display: grid;
    max-width: 100rem;
  }
}
@media (min-width: 768px) {
  .c-direct.top .c-direct__list .c-direct__item {
    padding: 5.6rem 1rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-direct.top .c-direct__list .c-direct__item .ic {
    font-size: 6.3rem;
  }
}
@media (min-width: 768px) {
  .c-direct.top .c-direct__list .c-direct__item-ttl {
    font-size: 2.9rem;
    margin: 2.5rem 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-direct.top .c-direct__list .c-direct__item-txt {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .c-direct {
    padding: 8rem 0;
  }
}
.c-direct__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .c-direct__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .c-direct__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1300px) {
  .c-direct__list {
    gap: 2.4rem;
  }
}
.c-direct__list > li {
  flex: 1;
}
.c-direct__item {
  background-color: var(--keycolor);
  border-radius: 1rem;
  display: block;
  color: #fff;
  height: 100%;
  padding: 3rem 2rem 1rem;
  text-align: center;
  border: 0.2rem solid transparent;
}
@media (max-width: 767px) {
  .c-direct__item {
    max-height: 45.3333333333vw;
  }
  .c-direct__item.has-link {
    max-height: fit-content;
  }
}
@media (min-width: 768px) {
  .c-direct__item {
    border-radius: 2rem;
    padding: 3rem 0 1rem;
  }
}
.c-direct__item.inactive {
  background: #ccc;
  pointer-events: none;
}
.c-direct__item.inactive a {
  color: #ccc;
}
.c-direct__item .ic {
  display: inline-block;
  font-size: 10.6666666667vw;
}
@media (max-width: 767px) {
  .c-direct__item .ic {
    width: 12.5333333333vw;
  }
}
@media (min-width: 768px) {
  .c-direct__item .ic {
    font-size: 4.7rem;
  }
}
@media (min-width: 768px) {
  .c-direct__item.no-sub:hover {
    background: #fff;
    color: var(--keycolor);
    border: 0.2rem solid var(--keycolor);
  }
}
@media (max-width: 767px) {
  .c-direct__item.no-sub {
    position: relative;
  }
  .c-direct__item.no-sub:after {
    position: absolute;
    content: "";
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 50%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
    background: url(../images/common/ic_right.png) no-repeat center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .c-direct__item-head {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .c-direct__item-meta {
    text-align: left;
  }
}
.c-direct__item-ttl {
  --lh: 1.3;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: var(--lh);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-direct__item-ttl {
    font-size: 2rem;
    margin: 1.6rem 0 1.8rem;
  }
}
.c-direct__item-txt {
  font-size: 3.4666666667vw;
  font-weight: 300;
  line-height: 1.2307692308;
}
@media (min-width: 768px) {
  .c-direct__item-txt {
    line-height: 1.83;
    letter-spacing: 0.06em;
    font-size: 1.2rem;
    margin-bottom: 2.6rem;
  }
}
.c-direct__item-link {
  background: #fff;
  margin: 3.2vw auto;
  color: var(--keycolor);
  border-radius: 1.3333333333vw;
  height: 9.6vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-direct__item-link {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .c-direct__item-link {
    justify-content: center;
    max-width: 26rem;
    margin: 1.6rem auto;
    border-radius: 1rem;
    height: 5.6rem;
  }
}
.c-direct__item-link .ic-arrow-right {
  position: absolute;
  right: 5.3333333333vw;
  font-size: 1rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-direct__item-link .ic-arrow-right {
    right: 1.5rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .c-direct__item-link.link-02 {
    font-size: 1.2rem;
    margin: 0.8rem 1.5rem;
    border-radius: 0.5rem;
    height: 4rem;
    justify-content: flex-start;
    padding-left: 1rem;
  }
  .c-direct__item-link.link-02 .ic-arrow-right {
    right: 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .c-direct__item-link:hover .ic-arrow-right {
    right: 0.7rem;
  }
}
.c-direct__more {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 100rem;
  margin: auto;
  margin-top: 4rem;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .c-direct__more {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8rem;
    gap: 8rem;
  }
}
.c-direct__more.center {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .c-direct__more.center {
    max-width: 45rem;
  }
}
.c-direct__more-link {
  background: #fff;
  border: 0.1rem solid var(--keycolor);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  min-height: 10.5rem;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .c-direct__more-link {
    border-radius: 0.5rem;
    min-height: 12.8rem;
    font-size: 1.8rem;
    border: 0.2rem solid var(--keycolor);
  }
}
.c-direct__more-link span {
  color: var(--keycolor);
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-direct__more-link span {
    font-size: 2rem;
  }
}
.c-direct__more-link .ic-link {
  position: absolute;
  right: 2rem;
  color: var(--keycolor);
  font-size: 2rem;
}
@media (min-width: 768px) {
  .c-direct__more-link .ic-link {
    font-size: 2.3rem;
    right: 2.5rem;
  }
}

.box-dummy {
  margin-top: 2rem;
  background: #eee;
  text-align: center;
  margin-bottom: 4rem;
  min-height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .box-dummy {
    margin-top: var(--hHeader, 7rem);
  }
}
.box-dummy__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #999;
}
.box-dummy__txt {
  color: #000;
  font-size: 1.6rem;
}

.ic_star {
  margin-left: -0.5rem;
  display: inline-block;
  text-indent: -1rem;
}
@media (max-width: 767px) {
  .ic_star.--star02 {
    margin-left: -1rem;
  }
}
.ic_star.dot {
  margin-right: -0.5rem;
  text-indent: -1.5rem;
  margin-left: 0.5rem;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 5px !important;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 15px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  background: #efefef;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #00a0e9;
  margin: 0 auto !important;
  height: 5px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.img-popup {
  text-align: center;
}

.ui-datepicker {
  width: auto;
  background: #efefef;
  padding: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  background-color: #2e2e2e;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin: -1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
}

.c-calendar, .c-calendar-02,
.p-regulation-calendar {
  background: #efefef;
}
.c-calendar em, .c-calendar-02 em,
.p-regulation-calendar em {
  background-color: #2e2e2e;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .c-calendar em, .c-calendar-02 em,
  .p-regulation-calendar em {
    font-size: 2rem;
    padding: 1.2rem 0;
  }
}
.c-calendar table, .c-calendar-02 table,
.p-regulation-calendar table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .c-calendar table, .c-calendar-02 table,
  .p-regulation-calendar table {
    font-size: 1.6rem;
  }
}
.c-calendar th, .c-calendar-02 th,
.p-regulation-calendar th {
  width: 3.8rem;
  height: 3.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-calendar th, .c-calendar-02 th,
  .p-regulation-calendar th {
    width: 4rem;
    height: 4rem;
  }
}
.c-calendar th:first-child, .c-calendar-02 th:first-child,
.p-regulation-calendar th:first-child {
  color: #ff0000;
}
.c-calendar th:last-child, .c-calendar-02 th:last-child,
.p-regulation-calendar th:last-child {
  color: #0000ff;
}
.c-calendar td, .c-calendar-02 td,
.p-regulation-calendar td {
  pointer-events: none;
  padding: 0.2rem;
  height: 3.8rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .c-calendar td, .c-calendar-02 td,
  .p-regulation-calendar td {
    height: 4rem;
  }
}
.c-calendar td:first-child, .c-calendar-02 td:first-child,
.p-regulation-calendar td:first-child {
  color: red !important;
}
.c-calendar td:first-child a, .c-calendar-02 td:first-child a,
.p-regulation-calendar td:first-child a {
  color: red !important;
}
.c-calendar td:first-child button, .c-calendar-02 td:first-child button,
.p-regulation-calendar td:first-child button {
  color: red !important;
}
.c-calendar td:last-child, .c-calendar-02 td:last-child,
.p-regulation-calendar td:last-child {
  color: #0000ff;
}
.c-calendar td:last-child button, .c-calendar-02 td:last-child button,
.p-regulation-calendar td:last-child button {
  color: #0000ff;
}
.c-calendar td:last-child a, .c-calendar-02 td:last-child a,
.p-regulation-calendar td:last-child a {
  color: #0000ff !important;
}
.c-calendar td.ui-state-disabled, .c-calendar-02 td.ui-state-disabled,
.p-regulation-calendar td.ui-state-disabled {
  position: relative;
}
.c-calendar td.ui-state-disabled::after, .c-calendar-02 td.ui-state-disabled::after,
.p-regulation-calendar td.ui-state-disabled::after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
}
.c-calendar td.is-holiday a,
.c-calendar td.is-holiday button, .c-calendar-02 td.is-holiday a,
.c-calendar-02 td.is-holiday button,
.p-regulation-calendar td.is-holiday a,
.p-regulation-calendar td.is-holiday button {
  color: red !important;
}
.c-calendar td.is-event, .c-calendar-02 td.is-event,
.p-regulation-calendar td.is-event {
  pointer-events: all;
  background: none;
}
.c-calendar td.is-event a,
.c-calendar td.is-event button, .c-calendar-02 td.is-event a,
.c-calendar-02 td.is-event button,
.p-regulation-calendar td.is-event a,
.p-regulation-calendar td.is-event button {
  background-color: var(--clKm, #b5e5cf);
  color: var(--clText, #333);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: from-font;
}
.c-calendar td.is-event.is-important a,
.c-calendar td.is-event.is-important button, .c-calendar-02 td.is-event.is-important a,
.c-calendar-02 td.is-event.is-important button,
.p-regulation-calendar td.is-event.is-important a,
.p-regulation-calendar td.is-event.is-important button {
  color: var(--clText, #333) !important;
}
.c-calendar td span, .c-calendar-02 td span,
.p-regulation-calendar td span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.c-calendar td a,
.c-calendar td button, .c-calendar-02 td a,
.c-calendar-02 td button,
.p-regulation-calendar td a,
.p-regulation-calendar td button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  letter-spacing: 0.02em;
}

.c-modal {
  display: none;
}
.c-modal.fancybox__content {
  max-width: 90%;
}
.c-modal.fancybox__content > .f-button.is-close-btn {
  top: 0;
}
.c-modal__scroll {
  overflow: auto !important;
}
.c-modal__scroll .c-modal__bg {
  position: fixed !important;
}
.c-modal__content-img {
  padding: 50px 15px 15px;
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-modal__content-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .c-modal__content-img img {
    min-width: 800px;
  }
}
.c-modal__close {
  width: 35px;
  height: 35px;
  background-color: var(--keycolor);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__close span {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
}
.c-modal__close span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.c-modal__close span:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
.c-modal__detour .c-modal__wrap {
  max-width: 560px;
}
.c-modal__detour .c-modal__wrap .c-modal__content-img {
  padding: 0;
}
.c-modal__detour .c-modal__wrap .c-modal__content-img .c-modal__close {
  transform: translateY(-100%);
}

.p-modal {
  display: none;
}
.p-modal.scroll {
  background: none;
  padding-top: 4.5rem;
}
@media (min-width: 1025px) {
  .p-modal.scroll {
    padding-top: 6.7rem;
  }
}
.p-modal.scroll img {
  min-width: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  .p-modal.scroll img {
    max-height: calc(100vh - 120px);
  }
}
.p-modal.scroll .regulation img {
  min-height: auto;
}
@media (min-width: 1025px) {
  .p-modal .btn-modal-close {
    width: 100rem;
    margin: auto;
    position: relative;
    max-width: 100rem;
  }
}
.p-modal .btn-modal-close .js-modal-close {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/common/ic_close.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
}
@media (min-width: 1025px) {
  .p-modal .btn-modal-close .js-modal-close {
    top: -7.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-modal__img.regulation img {
  max-width: 100rem;
}
.p-modal__img img {
  min-width: 140rem;
}
@media (max-width: 767px) {
  .p-modal__img img {
    min-width: 80rem;
  }
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 1px 0;
  height: 1rem;
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 1.2rem;
}
.p-modal .mCSB_scrollTools .mCSB_draggerContainer {
  background: #fff;
}
.p-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-modal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}

.traffic-modal {
  display: none;
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .traffic-modal {
    width: auto;
  }
}
.traffic-modal-close {
  aspect-ratio: 1;
  width: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: var(--keycolor);
}
@media (min-width: 768px) {
  .traffic-modal-close {
    width: 6rem;
  }
}
@media (max-width: 1024px) {
  .traffic-modal-close {
    top: inherit;
    bottom: 100%;
  }
}
.traffic-modal-close::after {
  content: "×";
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .traffic-modal-close::after {
    font-size: 6rem;
  }
}
.traffic-modal-inner {
  position: relative;
}
.traffic-modal-wrapper {
  width: 100%;
  max-width: 100rem !important;
  padding: 0 1.5rem 0 1.5rem !important;
  display: none;
}
@media (max-width: 1024px) {
  .traffic-modal-wrapper {
    height: calc(100% - 8rem);
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .traffic-modal-wrapper {
    height: calc(100% - 6rem);
    margin-top: 6rem;
  }
}
.traffic-modal-title {
  font-size: 4vw;
  font-weight: 700;
  color: var(--keycolor);
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-title {
    font-size: 2.4rem;
  }
}
.traffic-modal-area {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .traffic-modal-area {
    font-size: 2.6rem;
  }
}
.traffic-modal-area .small {
  font-size: 80%;
}
@media (min-width: 768px) {
  .traffic-modal-area .small {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  .traffic-modal-area br {
    display: none;
  }
}
.traffic-modal-date {
  font-size: 1.5rem;
  color: var(--keycolor);
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-date {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
}
.traffic-modal-date .year,
.traffic-modal-date .day {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-date .year,
  .traffic-modal-date .day {
    font-size: 58.3333333333%;
  }
}
.traffic-modal-notice {
  color: var(--keycolor);
  margin-top: 0.5em;
}
.traffic-modal-timebar {
  margin-top: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--keycolor) #f3f3f3;
  scrollbar-width: thin;
}
.traffic-modal-timebar::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.traffic-modal-timebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.4rem #ccc;
  padding: 1px;
}
.traffic-modal-timebar::-webkit-scrollbar-thumb {
  border-radius: 0.6rem;
  background-color: var(--keycolor);
}
@media (min-width: 768px) {
  .traffic-modal-timebar {
    margin-top: 3rem;
    overflow: hidden;
  }
}
.traffic-modal-timebar-scroller {
  max-width: 84rem;
}
@media (max-width: 767px) {
  .traffic-modal-timebar-scroller {
    width: 84rem;
  }
}
.traffic-modal-timebar ol {
  overflow: hidden;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .traffic-modal-timebar ol {
    font-size: 14px;
  }
}
.traffic-modal-timebar ol:after {
  content: "";
  clear: both;
}
.traffic-modal-timebar ol li {
  float: left;
  width: 8.2%;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.traffic-modal-timebar ol li:nth-child(12) {
  width: 4%;
  margin-left: -4px;
}
.traffic-modal-timebar ol li:last-child {
  float: right;
  width: auto;
  text-align: right;
}
.traffic-modal-timebar ol li span {
  font-size: 13px;
}
@media (min-width: 768px) {
  .traffic-modal-timebar ol li span {
    font-size: 13px;
  }
}
.traffic-modal-timebar table {
  width: 100%;
  border-collapse: collapse;
}
.traffic-modal-timebar table th,
.traffic-modal-timebar table td {
  padding: 0.5rem 1rem;
  border: solid 2px #efefef;
  background: var(--clKm, #fff);
  width: 6.8rem;
  height: 7rem;
  border-top: none;
  border-bottom: none;
  font-size: 1.3rem;
  font-weight: 500;
}
.traffic-modal-timebar table th {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  display: table;
  border-right: none;
}
.traffic-modal-timebar-label td {
  height: 3rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .traffic-modal-timebar-label td {
    height: 5rem;
    font-size: 2.8rem;
  }
}
.traffic-modal-timebar-route td {
  height: 5.7rem;
  text-align: center;
  vertical-align: top;
}
.traffic-modal-timebar-route td span {
  display: block;
  width: 90%;
  line-height: 0;
  margin: 0 auto;
}
.traffic-modal-timebar-route td span:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .traffic-modal-pager {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    margin-top: 1.5rem;
    position: relative;
    height: 6rem;
    position: absolute;
    width: 100%;
    top: -0.6rem;
  }
}
.traffic-modal-pager .btn {
  font-size: 1rem;
  color: var(--keycolor);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn {
    padding: 12px 0 12px 35px;
    margin: auto;
    height: 6.4rem;
    gap: 1rem;
    font-size: 1.8rem;
    position: absolute;
    top: 3.3rem;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn {
    gap: 3rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn.arrow-l {
    left: -1rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn.arrow-l {
    left: 4rem;
  }
}
@media (max-width: 767px) {
  .traffic-modal-pager .btn.arrow-l {
    padding: 0;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn.arrow-r {
    right: 2rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn.arrow-r {
    right: 8rem;
  }
}
@media (max-width: 767px) {
  .traffic-modal-pager .btn.arrow-r {
    flex-direction: column-reverse;
    padding: 0;
    position: absolute;
    right: 0;
  }
}
.traffic-modal-pager .btn span {
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .traffic-modal-pager:after {
    content: "";
    clear: both;
    display: block;
  }
}
.traffic-modal-links {
  margin-top: 3.5rem;
}
.traffic-modal-links ul {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .traffic-modal-links ul {
    display: flex;
    justify-content: center;
  }
}
.traffic-modal-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-links ul li:not(:last-child) {
    margin-bottom: 0;
    border-right: solid 1px #333;
  }
}
.traffic-modal-links ul li a {
  color: var(--keycolor);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .traffic-modal-links ul li a {
    padding: 0 0.8rem;
  }
}
.traffic-modal-helpbox {
  border: 1px solid #c7c7c7;
  padding: 1.5rem 1.5rem 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox {
    padding: 1.5rem 2rem 1rem;
    margin-top: 20px;
  }
}
.traffic-modal-helpbox dl {
  display: flex;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox dl {
    font-size: 1.4rem;
  }
}
.traffic-modal-helpbox dl dt {
  width: 8.5em;
  text-align: justify;
}
.traffic-modal-helpbox dl dt:after {
  content: "：";
}
.traffic-modal-helpbox dl dd {
  flex: 1;
}
.traffic-modal-helpbox-length ul {
  display: flex;
  flex-wrap: wrap;
}
.traffic-modal-helpbox-length ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.traffic-modal-helpbox-length ul li:not(:last-child) {
  margin-right: 1.5em;
}
.traffic-modal-helpbox-length ul li span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.traffic-modal-helpbox-route {
  margin-top: 1rem;
}
.traffic-modal-helpbox-route p {
  text-align: left;
}
.traffic-modal-helpbox-route ul {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox-route ul {
    display: flex;
  }
}
.traffic-modal-helpbox-route ul li {
  display: flex;
  align-items: center;
}
.traffic-modal-helpbox-route ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-helpbox-route ul li:not(:last-child) {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.traffic-modal-helpbox-route ul li img {
  width: 6rem;
  margin-right: 1rem;
}
.traffic-modal__img {
  margin: 1rem 0 2.5rem;
}
@media (min-width: 768px) {
  .traffic-modal__img {
    margin: 4rem 0 3.5rem;
  }
}
@media (max-width: 767px) {
  .traffic-modal__img {
    overflow: auto;
    padding-bottom: 0.6rem;
  }
}
.traffic-modal__img:last-child {
  margin-bottom: 0;
}
.traffic-modal__img.--sample {
  background-color: #fff;
  border: 0.4rem solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .traffic-modal__img.--sample {
    font-size: 2.4rem;
  }
}

@keyframes scrollbar {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-2%, 0, 0);
  }
}
.traffic-modal-timebar-route {
  display: none;
}/*# sourceMappingURL=style.css.map */