@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200';
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}
button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='number'] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
:root {
  --nexco_blue: #0092d1;
  --nexco_light_blue: #1fb8df;
  --nexco_red: #e7463c;
  --nexco_orange: #ffae34;
  --nexco_black: #333333;
  --nexco_green: #45b035;
  --nexco_pink: #fd9bd1;
}
body {
  overflow-x: clip;
}
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: var(--nexco_black);
  text-align: left;
  font-family: Noto Sans JP, sans-serif, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-weight: 500;
  letter-spacing: 0.085em;
  line-height: 1.15;
  min-width: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
body a {
  color: var(--nexco_black);
  text-decoration: none;
}
body a:hover {
  opacity: 1;
}
img,
svg {
  width: 100%;
  height: auto;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}
.header {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0 62px 0 44px;
  position: fixed;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
    height: 60px;
  }
}
.header__logo {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 71px;
    margin-left: 8px;
  }
}
.header__nav {
  margin-left: auto;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .header__list {
    padding-right: 8px;
    gap: 16px;
  }
}
.header__item.--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__item.--sp {
    display: block;
  }
}
.header__item:not(.--sp) {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__item:not(.--sp) {
    display: none;
  }
}
.header__link {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__link:after {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  margin-right: -0.35em;
}
@media screen and (max-width: 768px) {
  .header__link:after {
    font-size: 20px;
  }
}
.header__link--contact {
  width: 160px;
  height: 48px;
  border-radius: 0.35rem;
  background: var(--nexco_blue);
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  color: #fff;
}
.header__link--contact:after {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  margin-right: -0.35em;
}
@media screen and (max-width: 768px) {
  .header__link--contact:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__link--contact {
    height: 40px;
    font-size: 1.3rem;
    width: 122px;
  }
}
@media screen and (max-width: 768px) {
  .header__link {
    font-size: clamp(1rem, 0.571rem + 2.14vw, 1.6rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__link:hover {
    opacity: 0.7;
  }
}
.drawer-button {
  display: none;
  width: 48px;
  height: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .drawer-button {
    display: flex;
    margin-right: 2vw;
  }
}
.drawer-button__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--nexco_blue);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer-button__line:nth-child(1) {
  transform: translateY(-10px) translate(-50%, -50%);
}
.drawer-button__line:nth-child(2) {
  transform: translate(-50%, -50%);
}
.drawer-button__line:nth-child(3) {
  transform: translateY(10px) translate(-50%, -50%);
}
.drawer-button.is-active .drawer-button__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(40deg);
}
.drawer-button.is-active .drawer-button__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.drawer-button.is-active .drawer-button__line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.drawer-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 100vh;
  padding: 3vw;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .drawer-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer-menu__list {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 16px 16px;
  z-index: 99;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer-menu.is-active .drawer-menu__list {
  opacity: 1;
  transform: translateY(0);
}
.drawer-menu__item:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}
.drawer-menu__item:last-child {
  border-top: none;
}
.drawer-menu__link {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 24px 0;
  font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
  color: var(--nexco_blue);
  font-weight: 700;
}
.drawer-menu__link:after {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .drawer-menu__link:after {
    font-size: 20px;
  }
}
.drawer-menu__link.--contact {
  display: block;
  width: 100%;
  border-radius: 0.35rem;
  background: var(--nexco_blue);
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  color: #fff;
  padding: 20px;
}
.drawer-menu__link.--contact:after {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .drawer-menu__link.--contact:after {
    font-size: 20px;
  }
}
.drawer-menu__bg {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000080;
}
.footer {
  background-color: #fff;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 32px 0 16px;
  }
}
.footer__list {
  display: flex;
  gap: 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__list {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  opacity: 0.5;
  padding-top: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-top: 24px;
    font-size: 1rem;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 1.2rem;
  }
}
.kv {
  background: url(../img/kv.jpg) center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 603px;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 380px;
    padding-top: 60px;
  }
}
.kv__title {
  width: 613px;
  margin: auto 0;
  filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  .kv__title {
    width: 93.3333333333%;
    max-width: 380px;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.5));
  }
}
.kv__bottom {
  max-width: 740px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .kv__bottom {
    max-width: none;
    width: 92vw;
  }
}
.kv__item {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  padding: 8px;
  border-radius: 5px;
  line-height: 1.5;
}
.kv__item:empty {
  display: none;
}
.kv__item:has(.kv__ticker-content:empty) {
  display: none;
}
.kv__item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .kv__item {
    font-size: 1.3rem;
  }
  .kv__item br {
    display: block;
  }
}
.kv__item--alert {
  color: var(--nexco_red);
}
.kv__item--alert:before {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .kv__item--alert:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item--alert:before {
    font-size: 24px;
    margin-right: 0;
  }
}
.kv__item--info {
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .kv__item--info {
    white-space: pre-line;
  }
}
.kv__item--info:before {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  margin-right: 8px;
  color: var(--nexco_blue);
}
@media screen and (max-width: 768px) {
  .kv__item--info:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item--info:before {
    font-size: 24px;
    margin-right: 0;
  }
}
.kv__ticker {
  overflow: hidden;
}
.kv__ticker-body {
  display: flex;
  width: fit-content;
}
.kv__ticker-content {
  white-space: nowrap;
}
.kv__ticker-content.is-ticker {
  padding-left: 40px;
  animation: ticker 10s linear infinite;
}
@keyframes ticker {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 768px) {
  .kv__ticker-content.is-ticker {
    padding-left: 20px;
  }
}
.tab-menu {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    padding-top: 11px;
  }
}
.tab-menu[data-tab='closure'] {
  background-color: var(--nexco_red);
}
.tab-menu[data-tab='regulation'] {
  background-color: var(--nexco_blue);
}
.tab-menu__inner {
  max-width: 786px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .tab-menu__inner {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu__inner {
    gap: 3vw;
    width: 94vw;
  }
}
.tab-menu__link {
  flex: 1;
  position: relative;
}
.tab-menu__link.is-active {
  pointer-events: none;
}
.tab-menu__link.is-active:before,
.tab-menu__link.is-active:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.tab-menu__link.is-active:before {
  background-color: #fff;
}
.tab-menu__link.is-active:after {
  border-radius: 0 0 5px;
  background-color: var(--nexco_red);
}
.tab-menu[data-tab='closure'] .tab-menu__link.is-active:after {
  background-color: var(--nexco_red);
}
.tab-menu[data-tab='regulation'] .tab-menu__link.is-active:after {
  background-color: var(--nexco_blue);
}
.tab-menu__label {
  position: relative;
  display: block;
  height: 74px;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  background-color: #0000001a;
  color: #fff;
  box-shadow: 0 -2px 8px #0000000d inset;
}
.tab-menu[data-tab='closure'] .tab-menu__label {
  background-color: #eaf6fd;
  color: var(--nexco_blue);
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .tab-menu[data-tab='closure'] .tab-menu__label:hover {
    color: #0092d1b3;
  }
}
.tab-menu[data-tab='regulation'] .tab-menu__label {
  background-color: #ffeeed;
  color: var(--nexco_red);
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .tab-menu[data-tab='regulation'] .tab-menu__label:hover {
    color: #e7463cb3;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu__label {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
    height: 50px;
  }
}
.tab-menu__link.is-active .tab-menu__label {
  background-color: #fff;
  box-shadow: none;
}
.tab-menu__link.is-active .tab-menu__label:before,
.tab-menu__link.is-active .tab-menu__label:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.tab-menu__link.is-active .tab-menu__label:before {
  background-color: #fff;
}
.tab-menu__link.is-active .tab-menu__label:after {
  border-radius: 0 0 0 5px;
}
.tab-menu[data-tab='closure'] .tab-menu__link.is-active .tab-menu__label {
  color: var(--nexco_red);
}
.tab-menu[data-tab='closure'] .tab-menu__link.is-active .tab-menu__label:after {
  background-color: var(--nexco_red);
}
.tab-menu[data-tab='regulation'] .tab-menu__link.is-active .tab-menu__label {
  color: var(--nexco_blue);
}
.tab-menu[data-tab='regulation'] .tab-menu__link.is-active .tab-menu__label:after {
  background-color: var(--nexco_blue);
}
.tab-menu__arrow {
  position: relative;
}
.tab-menu__link.is-active .tab-menu__arrow:after {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .tab-menu__link.is-active .tab-menu__arrow:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu__link.is-active .tab-menu__arrow:after {
    font-size: 32px;
    top: calc(100% - 4px);
  }
}
.tab-content {
  max-width: 740px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tab-content {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .tab-content {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.tab-content__info {
  display: grid;
  grid-template-columns: 146px 1fr;
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tab-content__info {
    grid-template-columns: 1fr;
    grid-template-rows: 40px 1fr;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.tab-content--closure .tab-content__info {
  background-color: var(--nexco_red);
  border: 3px solid var(--nexco_red);
}
.tab-content--regulation .tab-content__info {
  background-color: var(--nexco_blue);
  border: 3px solid var(--nexco_blue);
}
.tab-content__accordion .tab-content__info {
  margin-bottom: 24px;
}
.tab-content__info:last-child {
  margin-bottom: 0;
}
.tab-content__info.--orange {
  border-color: var(--nexco_orange);
}
.tab-content__info:has(.tab-content__body:empty) {
  display: none;
}
.tab-content__label {
  color: #fff;
  height: 100%;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .tab-content__label {
    padding: 0;
    height: 40px;
  }
  .tab-content__label br {
    display: none;
  }
}
.tab-content__info.--orange .tab-content__label {
  background-color: var(--nexco_orange);
}
.tab-content__body {
  background-color: #fff;
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  line-height: 1.4;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .tab-content__body {
    padding: 16px;
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
  }
}
.tab-content__map {
  position: relative;
  padding-top: 16px;
  margin-bottom: 48px;
}
.tab-content__accordion .tab-content__map {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tab-content__map {
    margin-bottom: 32px;
  }
}
.tab-content__accordion {
  position: relative;
}
.tab-content__accordion:before {
  content: '';
  position: absolute;
  top: -24px;
  left: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  background-color: #eaf6fd;
  border-radius: 5px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .tab-content__accordion:before {
    top: -16px;
    height: calc(100% + 32px);
  }
}
.tab-content__accordion__button {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 4px 12px #0000000d;
  border-radius: 5px;
  color: var(--nexco_blue);
  z-index: 1;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.tab-content__accordion__button::-webkit-details-marker {
  display: none;
}
.tab-content__accordion__button:after {
  content: '';
  width: 54px;
  height: 54px;
  background-color: #eaf6fd;
  clip-path: circle(50%);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .tab-content__accordion__button:after {
    font-size: 20px;
  }
}
.tab-content__accordion[open] .tab-content__accordion__button:after {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tab-content__accordion[open] .tab-content__accordion__button:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content__accordion__button:after {
    width: 34px;
    height: 34px;
    right: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tab-content__accordion__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .tab-content__accordion__button {
    font-size: 1.5rem;
    height: 54px;
  }
}
.tab-content__accordion__content {
  position: relative;
  z-index: 1;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .tab-content__accordion__content {
    padding-top: 16px;
  }
}
.tab-content__button {
  position: relative;
  display: block;
  background-color: var(--nexco_red);
  box-shadow: 0 4px 8px #0000001a;
  border-radius: 5px;
  color: #fff;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.tab-content__button.--orange {
  background-color: var(--nexco_orange);
}
.tab-content__button.--orange:after {
  color: var(--nexco_orange);
}
@media screen and (max-width: 768px) {
  .tab-content__button {
    justify-content: flex-start;
    padding-left: 24px;
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
    height: 54px;
    margin-bottom: 16px;
  }
}
.tab-content__button:after {
  content: '';
  width: 54px;
  height: 54px;
  background-color: #fff;
  clip-path: circle(50%);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  display: grid;
  place-items: center;
  color: var(--nexco_red);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .tab-content__button:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content__button:after {
    width: 30px;
    height: 30px;
    right: 10px;
    font-size: 16px !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tab-content__button:hover {
    opacity: 0.7;
  }
}
.notes-content {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .notes-content {
    padding-top: 64px;
  }
}
.notes-content__title {
  color: var(--nexco_blue);
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notes-content__title {
    font-size: 2rem;
  }
}
.notes-content__copy {
  line-height: 1.8;
  font-size: 1.6rem;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .notes-content__copy {
    padding-top: 16px;
    font-size: 1.5rem;
  }
}
.notes-content__map {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .notes-content__map {
    padding-top: 16px;
  }
}
.detour-content {
  border-top: 1px solid #e0e0e0;
  max-width: 740px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .detour-content {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .detour-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.detour-content__title {
  color: var(--nexco_blue);
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detour-content__title {
    font-size: 2rem;
  }
}
.detour-content__copy {
  line-height: 1.8;
  font-size: 1.6rem;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .detour-content__copy {
    padding-top: 16px;
    font-size: 1.5rem;
  }
}
.detour-content__map {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .detour-content__map {
    padding-top: 16px;
  }
}
.detour-content__notes {
  font-size: 1.2rem;
  padding-top: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detour-content__notes {
    padding-top: 16px;
  }
}
.contact {
  background-color: var(--nexco_blue);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__title {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 2rem;
    padding-bottom: 24px;
  }
}
.contact__body {
  background-color: #fff;
  border-radius: 5px;
  max-width: 548px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .contact__body {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__body {
    padding: 24px 16px;
  }
}
.contact__subtitle {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--nexco_blue);
}
@media screen and (max-width: 768px) {
  .contact__subtitle {
    font-size: 1.7rem;
    padding-bottom: 16px;
  }
}
.contact__block {
  max-width: 448px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__block {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__block {
    width: 100%;
  }
}
.contact__block--main {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .contact__block--main {
    padding-top: 24px;
  }
}
.contact__block--sub {
  padding-top: 8px;
  display: flex;
  align-items: flex-end;
}
.contact__block--left {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact__block--left {
    width: 50%;
    padding: 0 16px;
  }
}
.contact__block--right {
  background-color: var(--nexco_light_blue);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__block--right {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
  }
}
@media screen and (max-width: 400px) {
  .contact__block--right {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.2rem);
    padding: 8px;
  }
  .contact__block--right > br {
    display: none;
  }
}
.contact__block--main .contact__label {
  font-size: 1.4rem;
  font-weight: 700;
}
.contact__block--sub .contact__label {
  font-size: 1.4rem;
  font-weight: 700;
  transform: translateY(-0.2em);
}
@media screen and (max-width: 768px) {
  .contact__block--sub .contact__label {
    font-size: 1.2rem;
    transform: translateY(-0.3em);
  }
}
.contact__banner .contact__label {
  color: var(--nexco_light_blue);
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .contact__banner .contact__label {
    font-size: 1.1rem;
    padding-top: 4px;
  }
}
.contact__notes {
  font-size: 1.2rem;
  padding-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__notes {
    padding-top: 8px;
    font-size: 1.1rem;
  }
}
.contact__block--main .contact__tel {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .contact__block--main .contact__tel {
    padding-top: 8px;
  }
}
.contact__block--sub .contact__tel {
  flex: 1;
}
.contact__banner {
  position: relative;
  max-width: 548px;
  width: calc(100% - 100px);
  margin: 24px auto 0;
  display: flex;
  height: 110px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact__banner {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__banner {
    height: 80px;
    margin-top: 16px;
  }
}
.contact__banner:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__banner:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact__banner:after {
    bottom: 4px;
    right: 4px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact__banner:hover {
    opacity: 0.7;
  }
}
.contact__logo {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .contact__logo {
    width: 120px;
  }
}
@media (pointer: fine), (hover: hover) {
  .contact__link:where([href^='tel:']) {
    pointer-events: none;
  }
}
.gallery {
  background-color: #eaf6fd;
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding-top: 48px;
  }
}
.gallery__body {
  display: flex;
  gap: 24px;
  padding-top: 32px;
  max-width: 1120px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gallery__body {
    max-width: none;
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery__body {
    flex-direction: column;
  }
}
.gallery__title {
  color: var(--nexco_blue);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery__title {
    font-size: 2rem;
  }
}
.gallery__label {
  padding-top: 14px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gallery__label {
    padding-top: 8px;
    font-size: 1.4rem;
  }
}
.gallery__video {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .gallery__video:hover .gallery__thumb {
    filter: brightness(0.8);
  }
}
.gallery__video:before {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 88px;
  z-index: 9;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .gallery__video:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gallery__video:before {
    font-size: 72px;
  }
}
.gallery__thumb {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.leaflet {
  background-color: #eaf6fd;
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .leaflet {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
.leaflet__title {
  color: var(--nexco_blue);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .leaflet__title {
    font-size: 2rem;
    padding-bottom: 24px;
  }
}
.leaflet__body {
  background-color: #d6eaf5;
  max-width: 530px;
  width: calc(100% - 100px);
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .leaflet__body {
    max-width: none;
    width: 92vw;
  }
}
.leaflet__thumb {
  width: 454px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .leaflet__thumb {
    width: 100%;
    padding: 16px;
  }
}
.leaflet__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 530px;
  width: calc(100% - 100px);
  margin: 0 auto;
  background-color: var(--nexco_blue);
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 8px 0;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .leaflet__link {
    max-width: none;
    width: 92vw;
  }
}
.leaflet__link:before {
  content: '';
  font-family: Material Symbols Outlined;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 32px;
  margin: 8px;
}
@media screen and (max-width: 768px) {
  .leaflet__link:before {
    font-size: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .leaflet__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .leaflet__link {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.6rem);
  }
}
.js-smartPhoto {
  display: block;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .js-smartPhoto {
    pointer-events: auto;
  }
  .js-smartPhoto:before {
    content: '';
    font-family: Material Symbols Outlined;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 32px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: #0094d180;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-smartPhoto:before {
    font-size: 20px;
  }
}
.smartphoto-count {
  display: none !important;
}
.tpl-mt-0,
.tpl-mt-1 {
  margin-top: 15px;
}
.tpl-mt-2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tpl-mt-2 {
    margin-top: 5vw;
  }
}
.tpl-mt-3 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .tpl-mt-3 {
    margin-top: 8vw;
  }
}
.tpl-pt-0 {
  padding-top: 0;
}
.tpl-pb-0 {
  padding-bottom: 0;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
@keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translateY(100px);
}
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
} /*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: #000000e6;
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px #0009;
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px #0009;
  background: #000;
}
.lity-hide {
  display: none;
}
@keyframes smartphoto {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-img-wrap {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    transform: rotate(0);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  to {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  to {
    display: none;
    opacity: 0;
  }
}
.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation-name: smartphoto;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.smartphoto[aria-hidden='true'] {
  display: none;
}
.smartphoto-close {
  opacity: 0;
}
.smartphoto-count {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: #0003;
}
.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #fff;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}
.smartphoto-img.active {
  display: block;
}
.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}
.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}
.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.smartphoto-img-left {
  transform: translate(150%) !important;
}
.smartphoto-img-right {
  transform: translate(-150%) !important;
}
.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.smartphoto-arrows[aria-hidden='true'] {
  animation-name: smartphoto-hide;
  display: none;
}
.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear;
}
.smartphoto-arrows li:focus {
  outline: none;
}
.smartphoto-arrows [aria-hidden='true'] {
  animation-name: smartphoto-hide;
  display: none;
}
.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: #00000080;
}
.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}
.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: #00000080;
}
.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}
.smartPhotoArrowHideIcon {
  display: none;
}
.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.smartphoto-nav[aria-hidden='true'] {
  animation-name: smartphoto-hide;
  display: none;
}
.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
.smartphoto-nav a:focus {
  opacity: 0.8;
}
.smartphoto-nav a.current {
  opacity: 1;
}
.smartphoto-nav img {
  width: auto;
  height: 100%;
}
.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.smartphoto-list li:focus {
  outline: none;
}
.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}
.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smartphoto-caption:focus {
  outline: none;
}
.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}
.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17cddd;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader 0.5s infinite linear;
}
.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

/*  */
.tab-content__info.--green {
  border-color: var(--nexco_green);
}
.tab-content__info.--green .tab-content__label {
  background-color: var(--nexco_green);
}
.tab-content__button.--green {
  background-color: var(--nexco_green);
}
.tab-content__button.--green:after {
  color: var(--nexco_green);
}
.tab-content__button.--pink {
  background-color: var(--nexco_pink);
}
.tab-content__button.--pink:after {
  color: var(--nexco_pink);
}
/*
.tab-content__button span.attention {
    color: #E60012;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
*/

@media screen and (max-width: 500px) {
  .tab-content__button.--sp-s {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 24px;
    line-height: 1.5;
  }
}

/* 渋滞状況の上部追従対応→ヘッダ・MVのマージンなども調整 */
.tab-conten-button-fixed {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tab-conten-button-fixed a {
  border-radius: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tab-conten-button-fixed {
    top: 60px;
  }
}

.drawer-menu {
  z-index: 98;
}

.kv {
  margin-top: 74px;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 60px;
    height: 480px;
  }
}

.header {
  top: 0;
  left: 0;
  padding-bottom: 94px;
  height: 168px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 54px;
    height: 114px;
  }
}

/*  */
.photos {
  background-color: #eaf6fd;
  padding: 88px 0 66px;
}

@media screen and (max-width: 768px) {
  .photos {
    padding: 48px 0 36px;
  }
}

.photos__title {
  color: var(--nexco_blue);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photos__title {
    font-size: 2rem;
  }
}

.photos__body {
  max-width: 548px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .photos__body {
    max-width: none;
    width: 92vw;
  }
}

.photos__copy {
  line-height: 1.8;
  font-size: 2rem;
  padding-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .photos__copy {
    padding-top: 16px;
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}

.photos__item-img {
}
.photos__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 480;
  object-fit: cover;
}

.photos__name {
  margin-top: 20px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  font-size: 22px;
  line-height: 1;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .photos__name {
    margin-top: 15px;
    padding: 10px 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    font-size: 18px;
  }
}

.photos__slide .swiper-button-next,
.photos__slide .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
}
.photos__slide .swiper-button-next::after,
.photos__slide .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #7d7d7d;
  transition: 0.2s;
}

.photos__slide .swiper-button-next:hover::after {
  transform: translate(50%);
}
.photos__slide .swiper-button-prev:hover::after {
  transform: translate(-50%);
}

@media screen and (max-width: 768px) {
  .photos__slide .swiper-button-next,
  .photos__slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .photos__slide .swiper-button-next::after,
  .photos__slide .swiper-button-prev::after {
    font-size: 16px;
  }
}

.schedule-content {
  border-top: 1px solid #e0e0e0;
  max-width: 740px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 104px;
}
.schedule-content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nexco_blue);
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
.schedule-content__title > span {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 1.9rem;
  line-height: 1;
}
.schedule-content__title > span .color {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 5px;
  background-color: #b5e6a2;
}
.schedule-content__txt {
  width: 434px;
  margin: 25px auto 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.schedule-content__img {
  margin-top: 16px;
}
.schedule-content__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .schedule-content {
    max-width: none;
    width: 92vw;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .schedule-content__title {
    flex-direction: column;
    font-size: 2rem;
  }
  .schedule-content__title > span {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #000;
    font-size: 1.2rem;
  }
  .schedule-content__title > span .color {
    width: 30px;
    height: 15px;
    margin: 0 5px;
  }
  .schedule-content__txt {
    width: 100%;
    margin: 15px auto 25px;
    font-size: 1.4rem;
  }
  .schedule-content__img {
    margin-top: 16px;
    gap: 15px 0;
  }
  .schedule-content__img li {
    width: 48%;
  }
}

.kv__item--scroll {
  overflow: hidden;
  white-space: nowrap;
}
.kv__item--scroll .kv__item-inner {
  display: inline-block;
  animation: scroll-left 28s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.gallery__body--single {
  justify-content: center;
}

.kv__title {
  position: relative;
}
.kv_close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50%;
  width: 150%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .kv_close {
    width: calc(100% + 20px);
  }
}
