@charset "UTF-8";
/*
#overview
foundation
*/
html {
  background: url(../img/common/bg.webp) repeat center 0/1444px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    background-image: url(../img/common/bg@2x.webp);
  }
}

/* link
------------------------------------------------------------*/
a, button {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.7;
  }
}

a {
  color: currentColor;
}

a:not([class]) {
  color: var(--baseFontLinkColor);
  text-decoration: underline;
}
@media (any-hover: hover) {
  a:not([class]):hover {
    opacity: 1;
    text-decoration: none;
  }
}

/* Fonts
------------------------------------------------------------*/
body {
  color: var(--baseFontColor);
  font-size: calc(var(--baseFontSize) * 16);
  font-family: var(--baseFontFamily);
  line-height: var(--baseLineHeight);
  letter-spacing: var(--baseLetterSpacing);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

input, button, textarea, select {
  color: var(--baseFontColor);
  font-family: var(--baseFontFamily);
  line-height: var(--baseLineHeight);
  font-size: 100%;
}

/*
#styleguide
container

```
<div class="container">
左右にpaddingつきます
</div>
```
*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  br.pc {
    display: none;
  }
}
@media (min-width: 769px) {
  br.sp {
    display: none;
  }
}

@media (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
a[href*="tel:"].noStyle {
  text-decoration: none;
  color: var(--baseFontColor);
}
a[href*="tel:"].noStyle:hover {
  opacity: 1;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

li {
  list-style-type: none;
}

textarea,
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=submit],
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
button,
label,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

br {
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/*
#overview
layout
*/
.gHeader {
  background-color: #fbfaf7;
  position: sticky;
  top: 0;
  z-index: 4;
}
@media print {
  .gHeader {
    display: none;
  }
}
.gHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .gHeader__inner {
    padding: 8px 15px 8px;
  }
}
.gHeader__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1281px) {
  .gHeader__title {
    padding-left: 40px;
  }
}
.gHeader__toggle {
  background: none;
  border: none;
}
@media (min-width: 1281px) {
  .gHeader__toggle {
    display: none;
  }
}
.gHeader__toggle[aria-expanded=true] .gHeader__toggle-image.-passive {
  display: none;
}
.gHeader__toggle:not([aria-expanded=true]) .gHeader__toggle-image.-active {
  display: none;
}

@media (max-width: 1280px) {
  .gNav01 {
    background-color: #fbfaf7;
    position: absolute;
    top: 100%;
    bottom: calc(100% - 100vh);
    bottom: calc(100% - 100dvh);
    left: 0;
    right: 0;
    padding-bottom: 40px;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: auto;
  }
  .gNav01:not([aria-hidden=false]) {
    opacity: 0;
    visibility: hidden;
  }
  body:has(.gNav01[aria-hidden=false]) {
    overflow: hidden;
  }
}
@media (min-width: 1281px) {
  .gNav01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
  }
}
@media (max-width: 1280px) {
  .gNav01__inner {
    background: url(../img/common/bg_header01_01_sp.webp) no-repeat 0 0/152px, url(../img/common/bg_header01_02_sp.webp) no-repeat right 0/152px;
    padding-top: 83px;
  }
}
@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1280px) and (min-resolution: 2dppx) {
  .gNav01__inner {
    background-image: url(../img/common/bg_header01_01_sp@2x.webp), url(../img/common/bg_header01_02_sp@2x.webp);
  }
}
.gNav01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .gNav01__item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }
  .gNav01__item:has(.gNav01__bnr) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
}
.gNav01__link {
  position: relative;
  text-decoration: none;
}
@media (min-width: 1281px) {
  .gNav01__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(var(--baseFontSize) * 15);
    letter-spacing: 0;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) {
  .gNav01__link:not(:has(.gNav01__bnr)) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 25px 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 14px;
    font-size: calc(var(--baseFontSize) * 18);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2222222222;
    min-height: 65px;
    padding: 0 20px;
  }
  .gNav01__link:not(:has(.gNav01__bnr)):not(:has(+ .gNav01__toggle))::after {
    content: "";
    border-top: 2px solid var(--baseFontColor);
    border-right: 2px solid var(--baseFontColor);
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
  }
}
.gNav01__link:not(:has(.gNav01__bnr)) {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .gNav01__link:not(:has(.gNav01__bnr)):hover {
    opacity: 1;
    color: var(--mainColor1);
  }
}
.gNav01__icon {
  text-align: center;
}
@media (min-width: 1281px) {
  .gNav01__icon {
    display: none;
  }
}
.gNav01__toggle {
  background: none;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 46px;
}
@media (min-width: 1281px) {
  .gNav01__toggle {
    display: none;
  }
}
.gNav01__toggle::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(var(--baseFontColor)), to(var(--baseFontColor))) no-repeat center/12px 2px, -webkit-gradient(linear, left top, left bottom, from(var(--baseFontColor)), to(var(--baseFontColor))) no-repeat center/2px 12px;
  background: linear-gradient(var(--baseFontColor), var(--baseFontColor)) no-repeat center/12px 2px, linear-gradient(var(--baseFontColor), var(--baseFontColor)) no-repeat center/2px 12px;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
}
.gNav01__toggle[aria-expanded=true]::after {
  background-size: 12px 2px, 0px;
}
.gNav01Child01 {
  width: 100%;
  display: grid;
  grid-template: 1fr/1fr;
  -webkit-transition: grid-template-rows 0.3s, visibility 0.3s;
  transition: grid-template-rows 0.3s, visibility 0.3s;
  transition: grid-template-rows 0.3s, visibility 0.3s, -ms-grid-rows 0.3s;
  overflow: hidden;
}
.gNav01Child01:not([aria-hidden=false]) {
  visibility: hidden;
  grid-template-rows: 0fr;
}
@media (min-width: 1281px) {
  .gNav01Child01 {
    display: none;
  }
}
.gNav01Child01__inner {
  grid-row: 1/3;
  padding-left: 53px;
}
.gNav01Child01__item {
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.gNav01Child01__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
  position: relative;
  text-decoration: none;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2222222222;
  min-height: 66px;
  padding: 0 10px;
}
.gNav01Child01__toggle {
  background: none;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 46px;
}
@media (min-width: 1281px) {
  .gNav01Child01__toggle {
    display: none;
  }
}
.gNav01Child01__toggle::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 100vw;
}
.gNav01Child01__toggle::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(var(--baseFontColor)), to(var(--baseFontColor))) no-repeat center/12px 2px, -webkit-gradient(linear, left top, left bottom, from(var(--baseFontColor)), to(var(--baseFontColor))) no-repeat center/2px 12px;
  background: linear-gradient(var(--baseFontColor), var(--baseFontColor)) no-repeat center/12px 2px, linear-gradient(var(--baseFontColor), var(--baseFontColor)) no-repeat center/2px 12px;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
}
.gNav01Child01__toggle[aria-expanded=true]::after {
  background-size: 12px 2px, 0px;
}
.gNav01Child02 {
  width: 100%;
  display: grid;
  grid-template: 1fr/1fr;
  -webkit-transition: grid-template-rows 0.3s, visibility 0.3s;
  transition: grid-template-rows 0.3s, visibility 0.3s;
  transition: grid-template-rows 0.3s, visibility 0.3s, -ms-grid-rows 0.3s;
  overflow: hidden;
}
.gNav01Child02:not([aria-hidden=false]) {
  visibility: hidden;
  grid-template-rows: 0fr;
}
.gNav01Child02__inner {
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px 0;
  padding-left: 32px;
}
.gNav01Child02__item:last-child {
  padding-bottom: 20px;
}
.gNav01Child02__link {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1875;
  text-decoration: none;
}

.gNav02 {
  background-color: #fff;
  width: 100%;
}
@media (max-width: 1280px) {
  .gNav02 {
    display: none;
  }
}
.gNav02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 103px;
  max-width: 1440px;
  margin: 0 auto;
}
.gNav02__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gNav02__item:not(:last-child)::after {
  content: "";
  background: linear-gradient(to bottom, var(--baseFontColor) 2px, transparent 2px, transparent 4px) repeat-y right center/1px 4px;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  width: 1px;
  height: 60px;
  margin-left: -1px;
}
.gNav02__link {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px 0;
  text-decoration: none;
  width: 100%;
  padding-bottom: 4px;
}
@media (any-hover: hover) {
  .gNav02__link:hover {
    opacity: 1;
  }
}
.gNav02__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1875;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gNav02__item:has(.gNav02Child) .gNav02__txt::after {
  content: "";
  border-bottom: 2px solid var(--baseFontColor);
  border-right: 2px solid var(--baseFontColor);
  width: 8px;
  height: 8px;
  margin-left: 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
.gNav02__txt .gNav02__item:has(> .gNav02__link:hover), .gNav02__item:has(> .gNav02Child > .gNav02Child__inner:hover) .gNav02__txt::after {
  -webkit-transform: translateY(7px) rotate(-135deg);
  transform: translateY(7px) rotate(-135deg);
}
@media (any-hover: hover) {
  .gNav02__item:has(> .gNav02__link:hover) .gNav02__txt, .gNav02__item:has(> .gNav02Child > .gNav02Child__inner:hover) .gNav02__txt {
    color: var(--mainColor1);
  }
  .gNav02__item.-color02:has(> .gNav02__link:hover) .gNav02__txt, .gNav02__item.-color02:has(> .gNav02Child > .gNav02Child__inner:hover) .gNav02__txt {
    color: var(--mainColor2);
  }
}
@media (any-hover: hover) {
  .gNav02__item:has(> .gNav02__link:hover) .gNav02__txt, .gNav02__item:has(> .gNav02Child > .gNav02Child__inner:hover) .gNav02__txt {
    color: var(--mainColor1);
  }
  .gNav02__item.-color03:has(> .gNav02__link:hover) .gNav02__txt, .gNav02__item.-color03:has(> .gNav02Child > .gNav02Child__inner:hover) .gNav02__txt {
    color: var(--mainColor3);
  }
}
.gNav02Child {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.gNav02__item:not(:has(> .gNav02__link:hover)):not(:has(> .gNav02Child > .gNav02Child__inner:hover)) .gNav02Child {
  opacity: 0;
  visibility: hidden;
}
.gNav02Child__inner {
  background-color: #fff;
  border: 2px solid var(--baseFontColor);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 326px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 17px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 28px 0 27px 36px;
}
.gNav02Child__head {
  background-color: var(--subColor1);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 47px 0;
  min-height: 228px;
  padding: 20px 45px 20px;
  position: relative;
}
.gNav02Child__head.-bgColor2 {
  background-color: var(--subColor2);
}
.gNav02Child__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px 0;
}
.gNav02Child__title-jp {
  font-size: calc(var(--baseFontSize) * 28);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.gNav02Child__title-en {
  font-size: calc(var(--baseFontSize) * 14);
  font-family: var(--fontBarlow);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.gNav02Child__link-inner {
  background: linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 bottom/4px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  max-width: 219px;
  padding-bottom: 8px;
}
.gNav02Child__link-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gNav02Child__link-inner::after {
  content: "";
  background: url(../img/common/arrow_link01.svg) no-repeat center;
  width: 25px;
  height: 6px;
}
.gNav02ChildList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 187px);
  gap: 35px 0;
}
.gNav02ChildList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px 0;
  font-size: calc(var(--baseFontSize) * 14);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2142857143;
  text-align: center;
  text-decoration: none;
}

.gFNav01 {
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .gFNav01 {
    display: contents;
  }
}
.gFNav01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px 0;
}
@media (min-width: 769px) {
  .gFNav01__inner {
    display: contents;
  }
}
.gFNav01__item.-item01 {
  grid-area: item01;
}
.gFNav01__item.-item02 {
  grid-area: item02;
}
.gFNav01__item.-item03 {
  grid-area: item03;
}
.gFNav01__item.-item04 {
  grid-area: item04;
}
.gFNav01__item.-item05 {
  grid-area: item05;
}
.gFNav01__item.-item06 {
  grid-area: item06;
}
.gFNav01__item.-item07 {
  grid-area: item07;
}
.gFNav01__item.-item08 {
  grid-area: item08;
}
.gFNav01__item.-item09 {
  grid-area: item09;
}
.gFNav01__item.-item10 {
  grid-area: item10;
}
@media (min-width: 769px) {
  .gFNav01__item:has(+ .gFNav01__item) {
    margin-bottom: 23px;
  }
  .gFNav01__item:last-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (min-width: 1001px) {
  .gFNav01__item.-item02 {
    padding-left: calc(100cqw - 1170px + 54px);
  }
}
.gFNav01__link {
  display: grid;
  grid-template-columns: 17px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 768px) {
  .gFNav01__link {
    grid-template-columns: 20px 1fr;
    gap: 0 13px;
  }
}
@media (min-width: 769px) {
  .gFNav01__link:not(:last-child) {
    margin-bottom: 26px;
  }
}
.gFNav01__icon {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}
.gFNav01__icon img {
  width: 100%;
}
.gFNav01Child01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .gFNav01Child01 {
    display: none;
  }
}
.gFNav01Child01__group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 31px 0;
}
.gFNav01Child01__item:first-child {
  margin-bottom: auto;
}
.gFNav01Child01__link {
  background: linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 bottom/4px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 10px;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  padding-bottom: 10px;
}
.gFNav01Child01__link::after {
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.gFNav01Child01__link:not(:last-child) {
  margin-bottom: 19px;
}
.gFNav01Child02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px 0;
}
.gFNav01Child02__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  font-size: calc(var(--baseFontSize) * 16);
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
}
.gFNav01Child02__link::before {
  content: "";
  background-color: currentColor;
  width: 4px;
  height: 1px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.gContent__page {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .gContent__page {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.gFooter {
  background-color: #fff;
  position: relative;
  margin-top: auto;
  z-index: 3;
}
@media print {
  .gFooter {
    display: none;
  }
}
.gFooterHead {
  padding-block: 10px;
}
@media (max-width: 768px) {
  .gFooterHead {
    margin-bottom: 31px;
  }
}
.gFooterHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .gFooterHead__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 28px;
  }
}
@media (max-width: 768px) {
  .gFooterHead__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}
.gFooter__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gFooter__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1em;
  font-size: calc(var(--baseFontSize) * 16);
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.gFooterContents {
  background: url(../img/common/bg_footer.webp) repeat center 0/1440px;
  padding: 71px 0 78px;
}
@media (max-width: 768px) {
  .gFooterContents {
    padding: 73px 0 60px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .gFooterContents {
    background-image: url(../img/common/bg_footer@2x.webp);
  }
}
.gFooterContents__inner {
  container-type: inline-size;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .gFooterContents__inner {
    display: grid;
    grid-template: "item01 item02 other" "item03 item02 other" "item04 item02 other" "item05 item02 other" "parking item02 other" 1fr/auto 1fr auto;
    gap: 0 30px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .gFooterContents__inner {
    grid-template: "item01 item02" "item03 item02" "item04 item02" "item05 item02" "parking item02" 1fr "bnr bnr" "sns sns"/auto 1fr;
    max-width: 835px;
  }
}
@media (max-width: 768px) {
  .gFooterContents__inner {
    max-width: 345px;
    margin: 0 auto;
  }
}
.gFooter__parking {
  grid-area: parking;
}
@media (max-width: 768px) {
  .gFooter__parking {
    margin-bottom: 25px;
  }
}
.gFooter__other {
  grid-area: other;
}
@media (max-width: 1000px) {
  .gFooter__other {
    display: contents;
  }
}
.gFooterBnr {
  grid-area: bnr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 30px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .gFooterBnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 30px;
  }
}
@media (max-width: 768px) {
  .gFooterBnr {
    gap: 25px;
  }
}
.gFooterSns {
  grid-area: sns;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 1000px) {
  .gFooterSns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .gFooterSns {
    gap: 0 18px;
  }
}
.gFooterSns__title {
  color: #fff;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .gFooterSns__title {
    font-size: calc(var(--baseFontSize) * 18);
  }
}
.gFooterSns__item {
  width: 38px;
}
@media (max-width: 768px) {
  .gFooterSns__item {
    width: 45px;
  }
}
.gFooterSns__item img {
  width: 100%;
}
.gFooter__copyright {
  font-size: calc(var(--baseFontSize) * 12);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0 20px;
}
@media (max-width: 768px) {
  .gFooter__copyright {
    font-size: calc(var(--baseFontSize) * 10);
  }
}
.gFooterBnrFixed {
  background-color: rgba(51, 51, 51, 0.6);
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 10px;
  z-index: 2;
}
@media (min-width: 1281px) {
  .gFooterBnrFixed {
    display: none;
  }
}

.gBreadcrumb {
  max-width: 1330px;
  padding-inline: 15px;
  margin-inline: auto;
  margin-top: 26px;
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .gBreadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.gBreadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: calc(var(--baseFontSize) * 13);
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .gBreadcrumb__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.gBreadcrumb__item:not(:last-child) {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gBreadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--baseFontLinkColor);
  border-right: 1px solid var(--baseFontLinkColor);
  vertical-align: 0.1em;
  width: 0.6em;
  height: 0.6em;
  margin: 0 10px 0 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gBreadcrumb__link {
  text-decoration: none;
}

.gBlockContact {
  background-color: var(--subColor5);
  position: relative;
  padding: 80px 0 70px;
  z-index: 1;
}
@media (max-width: 768px) {
  .gBlockContact {
    padding: 60px 0 70px;
  }
}
.gBlockContact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px 0;
  text-align: center;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .gBlockContact__title {
    gap: 16px 0;
    margin-bottom: 27px;
  }
}
.gBlockContact__title-en {
  font-size: calc(var(--baseFontSize) * 52);
  font-family: var(--fontBarlow);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .gBlockContact__title-en {
    font-size: calc(var(--baseFontSize) * 36);
  }
}
.gBlockContact__title-jp {
  font-size: calc(var(--baseFontSize) * 18);
  font-family: var(--fontMplus);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .gBlockContact__title-jp {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.gBlockContactSection01 {
  border: 2px solid var(--baseFontColor);
  border-radius: 10px;
  padding: 30px 18px 32px;
}
@media (max-width: 768px) {
  .gBlockContactSection01 {
    border-radius: 20px;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 29px;
  }
}
.gBlockContactSection01:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gBlockContactSection01:not(:last-child) {
    margin-bottom: 30px;
  }
}
.gBlockContactSection01__inner {
  max-width: 1050px;
  margin: 0 auto;
}
.gBlockContactSection01__title {
  font-size: calc(var(--baseFontSize) * 20);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .gBlockContactSection01__title {
    font-size: calc(var(--baseFontSize) * 18);
    line-height: 1.2222222222;
    margin-bottom: 22px;
  }
}
.gBlockContactSection02 {
  background-color: var(--subColor1);
  border-radius: 10px;
  padding: 37px 20px 37px;
}
@media (max-width: 768px) {
  .gBlockContactSection02 {
    border-radius: 20px;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 30px;
  }
}
.gBlockContactSection02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  max-width: 946px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gBlockContactSection02__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px 0;
  }
}
.gBlockContactSection02__title {
  font-size: calc(var(--baseFontSize) * 20);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .gBlockContactSection02__title {
    max-width: 466px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .gBlockContactSection02__title {
    font-size: calc(var(--baseFontSize) * 18);
    line-height: 1.2222222222;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .gBlockContactSection02__link {
    max-width: 377px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .gBlockContactSection02__link {
    width: 100%;
  }
}

.gWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.modAddressText__txt {
  background-color: var(--subColor5);
  color: var(--subColor4);
  border: 1px solid var(--subColor4);
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 24px;
  font-size: calc(var(--baseFontSize) * 22);
  line-height: 1.7;
  font-weight: 500;
}
.modAddressText__txt.-colorGreen {
  color: var(--mainColor2);
  border-color: var(--mainColor2);
}
.modAddressText__txt.-colorOrgange {
  color: #D76316;
  border-color: #D76316;
}
@media (max-width: 1280px) {
  .modAddressText__txt {
    font-size: calc(var(--baseFontSize) * 20);
  }
}
@media (max-width: 600px) {
  .modAddressText__txt {
    font-size: calc(var(--baseFontSize) * 18);
    padding: 10px;
  }
}
.modAddressText ul {
  margin-bottom: 30px;
}

.modArea {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
.modArea .-color01 {
  color: var(--subColor7);
}
.modArea.-spacing01 {
  padding: 17px 19px;
}
.modArea.-spacing02 {
  padding: 16px 25px 15px 25px;
}
.modArea.-spacing03 {
  padding: 28px 32px 28px 26px;
}
.modArea.-bgColor01 {
  background-color: var(--subColor10);
}
.modArea.-bgColor02 {
  background-color: var(--subColor5);
}
.modArea__title {
  font-size: calc(var(--baseFontSize) * 20);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.modArea__box {
  border: 3px solid var(--subColor11);
  padding: 21px 25px 25px;
}
@media (max-width: 600px) {
  .modArea__box {
    padding: 15px;
  }
}
.modArea__top {
  margin-bottom: 45px;
}
.modArea__subTitle {
  margin-bottom: 14px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.modArea__note {
  font-size: calc(var(--baseFontSize) * 14);
  font-weight: 500;
  line-height: 1.6;
  color: var(--subColor7);
  margin-top: 10px;
}
.modArea__sm {
  font-size: calc(var(--baseFontSize) * 14);
  font-weight: 500;
  line-height: 1.6;
}
.modArea ul {
  padding-left: 15px;
}
.modArea ul li {
  list-style: disc;
}

/*
#overview
modQr
*/
/*
#styleguide

```
```
*/
.modQr01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .modQr01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.modQr01__qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 768px) {
  .modQr01__qrcode {
    gap: 0 18px;
  }
}
.modQr01__qrcodeTitle {
  font-size: calc(var(--baseFontSize) * 16);
  color: var(--baseFontColor);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .modQr01__qrcodeTitle {
    font-size: calc(var(--baseFontSize) * 18);
  }
}
.modQr01__qrcodeItem {
  width: 140px;
}
.modQr01__qrcodeItem img {
  width: 100%;
}
.modQr01__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 768px) {
  .modQr01__sns {
    gap: 0 18px;
  }
}
.modQr01__snsTitle {
  font-size: calc(var(--baseFontSize) * 16);
  color: var(--baseFontColor);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .modQr01__snsTitle {
    font-size: calc(var(--baseFontSize) * 18);
  }
}
.modQr01__snsItem {
  width: 38px;
}
@media (max-width: 768px) {
  .modQr01__snsItem {
    width: 45px;
  }
}
.modQr01__snsItem img {
  width: 100%;
}

.modQr02 {
  background-color: var(--subColor1);
  max-width: 1170px;
  padding: 31px 29px 30px 41px;
  position: relative;
  border-radius: 10px;
  min-height: 268px;
}
@media (max-width: 768px) {
  .modQr02 {
    padding: 0px 18px 28px 20px;
  }
}
.modQr02__label {
  background: var(--mainColor1);
  color: var(--subColor5);
  padding: 8px 13px;
  width: 202px;
  height: 41px;
  display: inline-block;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 41px;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 700;
}
@media (max-width: 768px) {
  .modQr02__label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.modQr02__label::after {
  content: "";
  width: 20px;
  height: 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--mainColor1);
  position: absolute;
  bottom: -14px;
  left: 91px;
}
@media (max-width: 768px) {
  .modQr02__label::after {
    top: 40px;
    left: 92px;
  }
}
.modQr02__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 372px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .modQr02__content {
    grid-template-columns: minmax(0, 1fr) 300px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .modQr02__content {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
.modQr02__left {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .modQr02__left {
    margin-top: -3px;
  }
}
.modQr02__title {
  font-size: calc(var(--baseFontSize) * 28);
  font-weight: 500;
  line-height: 28px;
  padding-left: 15px;
  border-left: 9px solid var(--mainColor1);
}
@media (max-width: 768px) {
  .modQr02__title {
    font-size: calc(var(--baseFontSize) * 24);
    line-height: 1.4;
    padding-left: 15px;
    margin-left: 3px;
  }
}
.modQr02__desc {
  margin-top: 23px;
  color: var(--333, #333);
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
  max-width: 698px;
  height: 98px;
}
@media (max-width: 768px) {
  .modQr02__desc {
    margin-top: 19px;
    width: 100%;
    height: auto;
    font-size: calc(var(--baseFontSize) * 16);
    letter-spacing: 0em;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .modQr02__desc {
    height: 100%;
  }
}
.modQr02__link {
  padding-left: 2px;
}
@media (max-width: 768px) {
  .modQr02__link {
    margin-top: 7px;
  }
}
.modQr02__right {
  display: grid;
  grid-template-columns: auto auto;
  gap: 27px;
}
@media (max-width: 768px) {
  .modQr02__right {
    margin: 10px auto;
    grid-template-columns: 151px 126px;
  }
}
.modQr02__right .qrItem {
  border-left: 1px dashed #333;
  padding-left: 31px;
  position: relative;
}
@media (max-width: 768px) {
  .modQr02__right .qrItem {
    border: none;
    padding: 0px;
  }
  .modQr02__right .qrItem:first-child {
    border-right: 1px dashed #333;
    padding-right: 22px;
  }
}
.modQr02__right .qrItem img {
  width: 140px;
}
@media (max-width: 768px) {
  .modQr02__right .qrItem img {
    width: 126px;
    padding: 0px;
  }
}
.modQr02__right .qrItem a {
  display: block;
}
@media (max-width: 768px) {
  .modQr02__right .qrItem a {
    left: 0px;
    bottom: 10px;
  }
}

/*
#overview
modBlock
*/
/*
#styleguide
.modBlockSample

```
```
*/
/*
#overview
modBtn
*/
/*
#styleguide
.modBtn01

```
<a href="/#" class="modBtn01">テキストが入ります</a>
<a href="/#" class="modBtn01 -color02">テキストが入ります</a>
<a href="/#" class="modBtn01 -color03">テキストが入ります</a>
```
*/
.modBtn01 {
  background-color: var(--mainColor1);
  border-radius: 32.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  width: 100%;
  min-height: 65px;
  padding: 20px 40px 23px;
}
@media (max-width: 768px) {
  .modBtn01 {
    font-size: calc(var(--baseFontSize) * 16);
    padding: 17px 20px 19px;
    min-height: 55px;
  }
}
.modBtn01::after {
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .modBtn01::after {
    right: 20px;
  }
}
.modBtn01.-color02 {
  background-color: var(--mainColor2);
}
.modBtn01.-color03 {
  background-color: var(--mainColor3);
}
.modBtn01.-hovered {
  opacity: 0.7;
}
.modBtn01.-arrowLeft::after {
  right: auto;
  left: 31px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  .modBtn01.-arrowLeft::after {
    left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  .modBtn01.-arrowLeft::after {
    left: 20px;
  }
}

.modBtn02 {
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 32.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  width: 100%;
  min-height: 65px;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .modBtn02 {
    padding: 16px 20px;
    min-height: 55px;
  }
}
.modBtn02.-colorGreen {
  color: var(--mainColor2);
}

.modBtn03 {
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 32.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-decoration: none;
  width: 100%;
  min-height: 65px;
  padding: 8px 10px 8px 77px;
}
@media (max-width: 768px) {
  .modBtn03 {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modBtn03.-iconReload:after {
  width: 35px;
  height: 35px;
}

.modBtnMap {
  background-color: #fff;
  border: 1px solid var(--baseFontLinkColor);
  border-radius: 32.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: calc(var(--baseFontSize) * 14);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  width: 100%;
  min-height: 31px;
  padding: 6px 10px;
}
.modBtnMap.-iconExternal02:after {
  right: 13px;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .modBtnMap.-iconExternal02:after {
    right: 7px;
  }
}

.modBtnMap02 {
  background-color: #fff;
  border: 2px solid var(--baseFontLinkColor);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.6;
  text-decoration: none;
  width: 100%;
  padding: 22px 30px 22px 41px;
}
.modBtnMap02.-iconMap:before {
  width: 31px;
  height: 31px;
}
.modBtnMap02 .-iconExternal02 {
  display: block;
  position: relative;
}
.modBtnMap02 .-iconExternal02:after {
  width: 20px;
  height: 18px;
  position: static;
  display: block;
  float: right;
  margin-top: 6px;
  margin-right: 7px;
}

.modBtn04 {
  background-color: #fff;
  border-radius: 32.5px;
  padding: 12px 28px 11px 28px;
  min-height: 45px;
  font-size: calc(var(--baseFontSize) * 18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: var(--subColor4);
  position: relative;
}
@media (max-width: 768px) {
  .modBtn04 {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modBtn04:after {
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 9px;
  height: 9px;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 768px) {
  .modBtn04:after {
    right: 20px;
  }
}
.modBtn04.-bgColor01 {
  background-color: #DC3C3C;
  color: #fff;
}
.modBtn04.-bgColor02 {
  background-color: var(--subColor4);
  color: #fff;
}
.modBtn04.-bgColor03 {
  background-color: #EFEDE7;
  color: var(--accentColor);
}
.modBtn04.-bgColor04 {
  background-color: var(--mainColor1);
  color: #fff;
}
.modBtn04.-bgColor05 {
  background-color: var(--mainColor3);
  color: #fff;
}
.modBtn04.-colorGreen {
  color: var(--mainColor2);
}
.modBtn04.-noArrow:after {
  display: none;
}

.-iconExternal:after {
  content: "";
  position: absolute;
  border: 0;
  background: url(../img/common/icon_link_color01.svg) no-repeat top left;
  width: 19px;
  height: 17px;
  -webkit-transform: none;
  transform: none;
  right: 25px;
}

.-iconPdf:after {
  content: "";
  position: absolute;
  border: 0;
  background: url(../img/common/icon_pdf.svg) no-repeat top left;
  background-size: contain;
  width: 26px;
  height: 32px;
  -webkit-transform: none;
  transform: none;
  right: 26px;
}
@media (max-width: 768px) {
  .-iconPdf:after {
    width: 18px;
    height: 23px;
  }
}

.-iconXlsx:after {
  content: "";
  position: absolute;
  border: 0;
  background: url(../img/common/icon_xlsx.svg) no-repeat top left;
  background-size: contain;
  width: 26px;
  height: 32px;
  -webkit-transform: none;
  transform: none;
  right: 26px;
}
@media (max-width: 768px) {
  .-iconXlsx:after {
    width: 18px;
    height: 23px;
  }
}

.-iconReload:after {
  content: "";
  position: absolute;
  left: 30px;
  border: 0;
  background: url(../img/common/icon_reload.svg) no-repeat top left;
  background-size: 100%;
  width: 23px;
  height: 23px;
}

.-iconInstagram:before {
  content: "";
  position: absolute;
  left: 30px;
  border: 0;
  background: url(../img/common/icon_sns_instagram.svg) no-repeat top left;
  background-size: 100%;
  width: 21px;
  height: 21px;
}

.-iconExternal02:after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_link_color02.svg) no-repeat top left;
  background-size: 100%;
  width: 20px;
  height: 18px;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: 25px;
}

.-iconMap:before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_marker.svg) no-repeat top left;
  background-size: 100%;
  width: 20px;
  height: 19px;
  -webkit-transform: none;
  transform: none;
  right: auto;
  left: 10px;
}

.-iconPointText {
  padding-left: 62px;
  padding-right: 15px;
}
.-iconPointText:before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_navigation02.svg) no-repeat top left;
  background-size: 100%;
  width: 62px;
  height: 14px;
  -webkit-transform: none;
  transform: none;
  right: auto;
  left: 10px;
}

.-dropShadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.-dropShadow02 {
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.-color01 {
  color: var(--subColor4);
}

.modPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modPagination {
    gap: 4px;
  }
}
.modPagination__page-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--subColor12);
  background: var(--subColor5);
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modPagination__page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.modPagination__page-btn:hover:not(:disabled):not(.active):not(.is-disabled):not([aria-disabled=true]) {
  background: var(--mainColor1);
}
.modPagination__page-btn.active {
  background: var(--mainColor1);
  color: var(--subColor5);
  border-color: var(--mainColor1);
  cursor: default;
}
.modPagination__page-btn:disabled, .modPagination__page-btn.is-disabled, .modPagination__page-btn[aria-disabled=true] {
  cursor: not-allowed;
  background: var(--subColor12);
  pointer-events: none;
}
.modPagination__page-dots {
  color: var(--subColor12);
  padding: 0 4px;
}

.cardLink {
  background-color: #fff;
  border: 2px solid var(--accentColor);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 29px 10px 10px 10px;
  min-height: 174px;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.48;
  text-decoration: none;
  color: var(--accentColor);
  position: relative;
}
@media (max-width: 768px) {
  .cardLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 76px !important;
    padding: 9px 10px 9px 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  .cardLink {
    padding: 9px 10px 9px 18px;
  }
}
.cardLink__img {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .cardLink__img {
    width: 53px;
    margin: 0px;
  }
}
.cardLink__txt {
  position: relative;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 17px;
}
@media (max-width: 768px) {
  .cardLink__txt {
    text-align: start;
    min-height: unset;
    padding-left: 0;
  }
}
.cardLink__txt-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cardLink__txt-center > p {
  position: relative;
  display: inline;
  vertical-align: middle;
  line-height: 1.2;
}
.cardLink__txt-center > p:after {
  content: "";
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  bottom: 5px;
  right: -15px;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--baseFontLinkColor);
}
.cardLink__txt-center > p.-colorGreen:after {
  color: var(--mainColor2);
}

.modCard {
  container-type: inline-size;
  display: grid;
}
.modCard.-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (min-width: 769px) {
  .modCard {
    grid-template: auto auto auto auto 1fr/calc(50% - 15px) calc(50% - 35px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modCard::before, .modCard::after {
    content: "";
  }
  .modCard.-reverse {
    grid-template-columns: calc(50% - 35px) calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .modCard {
    grid-template-columns: 1fr;
  }
}
.modCard:not(:last-child) {
  margin-bottom: 69px;
}
@media (max-width: 768px) {
  .modCard:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (min-width: 769px) {
  .modCard.-item01 {
    margin-bottom: 53px;
  }
  .modCard.-item01 > *:last-child {
    padding-bottom: 3cqh;
  }
}
@media (min-width: 769px) {
  .modCard.-item02 > *:last-child {
    padding-bottom: 6cqh;
  }
}
.modCard__title {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .modCard__title {
    grid-row: 1;
    grid-column: 1;
    font-size: calc(var(--baseFontSize) * 22);
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .modCard.-reverse .modCard__title {
    grid-row: 2;
    grid-column: 2;
  }
}

.modCard__title.-color02::before {
  background-color: var(--mainColor2);
}
.modCard__title.-color03::before {
  background-color: var(--mainColor3);
}
@media (min-width: 769px) {
  .modCard__image {
    grid-row: 1/6;
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  .modCard__image {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
}
.modCard__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .modCard__image img {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .modCard__image img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .modCard.-reverse .modCard__image {
    grid-row: 1/6;
    grid-column: 1;
  }
}

.modCard__txt {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .modCard__txt {
    grid-row: 3;
    grid-column: 1;
  }
}
@media (max-width: 768px) {
  .modCard__txt {
    line-height: 1.7;
  }
}
.modCard__txt:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .modCard__txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .modCard.-reverse .modCard__txt {
    grid-row: 3;
    grid-column: 2;
  }
}

.modMapCard__content {
  display: block;
  background-color: var(--subColor5);
  border: 2px solid var(--accentColor);
  border-radius: 10px;
  padding: 17px 14px 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none;
}
.modMapCard__image {
  margin-bottom: 10px;
}
.modMapCard__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.modMapCard__title {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 6px;
}
.modMapCard__description {
  font-size: calc(var(--baseFontSize) * 14);
  color: var(--subColor12);
  font-weight: 500;
}

/*
under
*/
.modEntry {
  font-size: calc(var(--baseFontSize) * 18);
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 768px) {
  .modEntry {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modEntry h2, .modEntry h3, .modEntry h4, .modEntry h5 {
  font-weight: 700;
}
.modEntry h2 {
  font-size: calc(var(--baseFontSize) * 30);
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .modEntry h2 {
    font-size: calc(var(--baseFontSize) * 24);
  }
}
.modEntry h2 span {
  display: block;
  color: var(--subColor4);
  font-weight: 600;
  font-size: calc(var(--baseFontSize) * 18);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 15px;
}
.modEntry h3 {
  font-size: calc(var(--baseFontSize) * 28);
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--black);
  padding-bottom: 20px;
  line-height: 1.2;
}
.modEntry h4 {
  font-size: calc(var(--baseFontSize) * 24);
  margin-bottom: 20px;
  border-left: 9px solid var(--subColor4);
  color: var(--subColor4);
  padding-left: 15px;
  line-height: 1.2;
}
.modEntry h5 {
  font-size: calc(var(--baseFontSize) * 20);
  margin-bottom: 20px;
}
.modEntry p {
  margin-bottom: 30px;
}
.modEntry a {
  text-decoration: underline;
  color: var(--subColor4);
  text-underline-offset: 3px;
}
.modEntry ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.modEntry ul li {
  list-style: disc;
}
.modEntry ul li:not(:last-child) {
  margin-bottom: 10px;
}
.modEntry ul li::marker {
  color: var(--baseFontLinkColor);
}
.modEntry ul li.-markerGreen::marker {
  color: var(--mainColor2);
}
.modEntry ol {
  padding-left: 20px;
}
.modEntry ol li {
  list-style: decimal;
}
.modEntry ol li:not(:last-child) {
  margin-bottom: 10px;
}
.modEntry.-colorGreen h2 span {
  color: var(--mainColor2);
}
.modEntry.-colorGreen h4 {
  border-left-color: var(--mainColor2);
  color: var(--mainColor2);
}
.modEntry.-colorGreen a {
  color: var(--mainColor2);
}
.modEntry.-colorGreen ul li::marker {
  color: var(--mainColor2);
}
.modEntry.-colorOrgange ul li::marker {
  color: #D76316;
}
.modEntry.-colorOrgange a {
  color: #D76316;
}
.modEntry table {
  table-layout: fixed;
}
.modEntry table th {
  background-color: #efede7;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  padding: 10px;
}
@media (max-width: 600px) {
  .modEntry table th {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modEntry table th:not(:last-child) {
  border-right: 1px solid #D8CFB6;
}
.modEntry table td {
  border-bottom: 1px dashed var(--accentColor);
  background-color: #fff;
  height: 59px;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
@media (max-width: 600px) {
  .modEntry table td {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modEntry table td:not(:last-child) {
  border-right: 1px solid #D8CFB6;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__container::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: 0.8;
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox__container {
  --f-backdrop-enter-duration: 0s;
}

.modFaq {
  margin-top: 38px;
}
@media (max-width: 600px) {
  .modFaq {
    margin-top: 90px;
  }
}
.modFaq__body {
  margin-top: -2px;
}
@media (max-width: 600px) {
  .modFaq__body {
    margin-top: 0;
  }
}
.modFaq__item {
  background-color: var(--subColor5);
  margin-bottom: 20px;
  padding: 8px 29px 5px 30px;
}
@media (max-width: 600px) {
  .modFaq__item {
    padding: 0;
    margin-bottom: 19px;
  }
}
.modFaq__item dt {
  margin: 0 0 0 5px;
}
@media (max-width: 600px) {
  .modFaq__item dt {
    margin: 1px 10px 0 8px;
    padding-top: 7px;
  }
}
.modFaq__item dd {
  margin: 5px 0 0 5px;
}
@media (max-width: 600px) {
  .modFaq__item dd {
    margin: 3px 10px 0 0;
  }
}
.modFaq__item .modFaq__question[aria-expanded=true] .modFaq__icon {
  background-color: var(--subColor5);
  border: 1px solid var(--subColor4);
  height: 46px;
}
@media (max-width: 600px) {
  .modFaq__item .modFaq__question[aria-expanded=true] .modFaq__icon {
    height: 28px;
  }
}
.modFaq__item .modFaq__question[aria-expanded=true] .modFaq__icon::after {
  display: none;
}
.modFaq__question {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  background-color: var(--subColor5);
  border: none;
}
.modFaq__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5px;
}
.modFaq__text > p {
  padding-bottom: 6px;
}
@media (max-width: 600px) {
  .modFaq__text > p {
    padding-bottom: 0;
  }
}
.modFaq__mark-q {
  font-size: calc(var(--baseFontSize) * 32);
  font-weight: 700;
  line-height: 1.7;
  margin-right: 8px;
  color: var(--subColor4);
  min-width: 36px;
}
@media (max-width: 600px) {
  .modFaq__mark-q {
    font-size: calc(var(--baseFontSize) * 24);
    margin-right: 2px;
  }
}
.modFaq__mark-a {
  font-size: calc(var(--baseFontSize) * 32);
  font-weight: 700;
  line-height: 1.7;
  margin-right: 8px;
  color: var(--baseFontColor);
  min-width: 36px;
}
@media (max-width: 600px) {
  .modFaq__mark-a {
    font-size: calc(var(--baseFontSize) * 24);
    margin-right: 0;
  }
}
.modFaq__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--subColor1);
  border: none;
  position: relative;
  top: 2px;
}
@media (max-width: 600px) {
  .modFaq__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    top: -1px;
  }
}
.modFaq__icon::before, .modFaq__icon::after {
  content: "";
  position: absolute;
  background: var(--subColor4);
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modFaq__icon::before {
  width: 14px;
  height: 2px;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .modFaq__icon::before {
    width: 10px;
  }
}
.modFaq__icon::after {
  width: 2px;
  height: 14px;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .modFaq__icon::after {
    height: 10px;
  }
}
.modFaq__answer {
  border-top: 1px dashed var(--baseFontColor);
  margin-top: 4px;
  padding: 15px 0 20px 2px;
}
.modFaq__answer[data-acc=contents] {
  display: none;
}
@media (max-width: 600px) {
  .modFaq__answer {
    padding: 8px 0 20px 12px;
  }
}
.modFaq__content {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.modFaq__content > p {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .modFaq__content > p {
    font-size: calc(var(--baseFontSize) * 16);
    padding-top: 6px;
  }
}
.modFaq__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 81px;
  margin-bottom: 83px;
}
@media (max-width: 768px) {
  .modFaq__bottom {
    margin-top: 50px;
  }
}
.modFaq__bottom .modBtn01 {
  width: 332px;
}

/*
#overview
modForm
*/
/*
#styleguide
modFormRadio

```
<label class="modFormRadio"><input type="radio" class="modFormRadio__input">ラジオボタン01</label>
<label class="modFormRadio"><input type="radio" class="modFormRadio__input">ラジオボタン02</label>
```
*/
.modFormRadio {
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px 3px 24px;
  position: relative;
}
.modFormRadio::before, .modFormRadio::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modFormRadio::before {
  background: var(--formColorCheckBg);
  border: 1px solid var(--formColorCheckBorder);
  left: 0;
  margin-top: -9px;
  width: 16px;
  height: 16px;
}
.modFormRadio::after {
  background: var(--formColorCheckColor);
  left: 3px;
  opacity: 0;
  margin-top: -6px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 10px;
  height: 10px;
}
.modFormRadio:has(.modFormRadio__input:checked)::before {
  background: var(--formColorCheckBg02);
  border: 1px solid var(--formColorCheckColor);
}
.modFormRadio:has(.modFormRadio__input:checked)::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modFormRadio__input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  white-space: nowrap;
  width: 1px;
}

/*
#styleguide
modFormCheckbox

```
<label class="modFormCheckbox"><input type="checkbox" class="modFormCheckbox__input">チェックボックス01</label>
<label class="modFormCheckbox"><input type="checkbox" class="modFormCheckbox__input">チェックボックス02</label>
```
*/
.modFormCheckbox {
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px 3px 22px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modFormCheckbox::before, .modFormCheckbox::after {
  content: "";
  position: absolute;
}
.modFormCheckbox::before {
  background: var(--formColorCheckBg);
  border: 1px solid var(--formColorCheckBorder);
  border-radius: 3px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 14px;
  height: 14px;
}
.modFormCheckbox::after {
  border-bottom: 2px solid var(--formColorCheckColor);
  border-left: 2px solid var(--formColorCheckColor);
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  top: 50%;
  left: 3px;
  margin-top: -4px;
  opacity: 0;
  width: 8px;
  height: 4px;
}
.modFormCheckbox:has(.modFormCheckbox__input:checked)::before {
  background: var(--formColorCheckBg02);
  border: 1px solid var(--formColorCheckColor);
}
.modFormCheckbox:has(.modFormCheckbox__input:checked)::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.modFormCheckbox__input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  white-space: nowrap;
  width: 1px;
}

/*
#styleguide
modFormInput

```
<input type="text" class="modFormInput" placeholder="例）山田">
<input type="text" class="modFormInput -error" placeholder="例）太郎">
```
*/
.modFormInput {
  border: solid 1px var(--formColorBorder);
  border-radius: 5px;
  padding: 10px;
}
.modFormInput.-error {
  background-color: var(--formColorErrorBg);
  border: solid 2px var(--formColorErrorBorder);
}
.modFormInput::-webkit-input-placeholder {
  color: var(--formColorPlaceholder);
}
.modFormInput::-moz-placeholder {
  color: var(--formColorPlaceholder);
}
.modFormInput:-ms-input-placeholder {
  color: var(--formColorPlaceholder);
}
.modFormInput::-ms-input-placeholder {
  color: var(--formColorPlaceholder);
}
.modFormInput::placeholder {
  color: var(--formColorPlaceholder);
}
.modFormInput:is(textarea) {
  min-height: 6em;
}

.grid {
  display: grid;
  gap: 19px;
}
.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.modHighLightText {
  background-color: var(--subColor1);
  border-radius: 10px;
  padding-block: 37px;
  padding-inline: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 127px;
}
.modHighLightText.-bgGreen {
  background-color: var(--subColor2);
}
@media (max-width: 1280px) {
  .modHighLightText {
    padding-inline: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .modHighLightText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
  }
}
.modHighLightText span {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: calc(var(--baseFontSize) * 20);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}
@media (max-width: 768px) {
  .modHighLightText span {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    text-align: center;
  }
}
.modHighLightText a {
  display: block;
  width: 377px;
  padding-right: 20px;
}
@media (max-width: 1280px) {
  .modHighLightText a {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .modHighLightText a {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .modHighLightText a {
    max-width: 377px;
    width: 100%;
  }
}

.modImgBor {
  padding: 8px;
  border-radius: 20px;
  background-color: var(--subColor5);
  border: 2px solid var(--accentColor);
  overflow: hidden;
}
@media (max-width: 600px) {
  .modImgBor {
    padding: 5px;
    border-radius: 10px;
  }
}
.modImgBor img {
  border-radius: 10px;
}

.modLink {
  display: inline;
  border-bottom: 1px dashed var(--accentColor);
  text-decoration: none;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--accentColor);
  padding-bottom: 6px;
  position: relative;
  padding-right: 31px;
}
.modLink:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 5px;
  background: url(../img/common/icon_arrow_right.svg) no-repeat center/100%;
}

.modLinkNoneUnderline {
  text-decoration: none;
}

.modListTypeBtn {
  background-color: #fff;
  padding: 22px 70px 22px 30px;
  min-height: 72px;
  border-radius: 10px;
  border: 1px solid var(--accentColor);
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.48;
  text-decoration: none;
  color: var(--accentColor);
  position: relative;
}
@media (min-width: 0px) and (max-width: 600px) {
  .modListTypeBtn {
    padding: 11px 60px 11px 15px;
    min-height: 50px;
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modListTypeBtn:after {
  content: "";
  background: url(../img/common/icon_circle_arrow.svg) no-repeat center/100%;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .modListTypeBtn:after {
    right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .modListTypeBtn:after {
    right: 17px;
    width: 35px;
    height: 35px;
  }
}
.modListTypeBtn:hover {
  background-color: var(--subColor1);
}

/*
#overview
modList
*/
/*
#styleguide
.modList01

```
```
*/
/*
#styleguide
.modListNews01

```
<ul class="modListNews01">
	<li class="modListNews01__item">
		<a href="#" class="modListNews01__inner">
			<div class="modListNews01__head">
				<p class="modListNews01__date">2025年10月01日</p>
				<p class="modListNews01__category">カテゴリー</p>
			</div>
			<p class="modListNews01__txt">テキストが入ります</p>
		</a>
	</li>
	<li class="modListNews01__item">
		<a href="#" class="modListNews01__inner">
			<div class="modListNews01__head">
				<p class="modListNews01__date">2025年10月01日</p>
				<p class="modListNews01__category -color02">カテゴリー</p>
			</div>
			<p class="modListNews01__txt">テキストが入ります</p>
		</a>
	</li>
	<li class="modListNews01__item">
		<a href="#" class="modListNews01__inner">
			<div class="modListNews01__head">
				<p class="modListNews01__date">2025年10月01日</p>
				<p class="modListNews01__category -color03">カテゴリー</p>
			</div>
			<p class="modListNews01__txt">テキストが入ります</p>
		</a>
	</li>
</ul><!-- /.modListNews01 -->
```
*/
.modListNews01__item {
  background: linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 0/4px 1px, linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 bottom/4px 1px;
  padding: 1px 0 1px;
}
.modListNews01__item:not(:first-child) {
  background-size: 0, 4px 1px;
  padding-top: 0;
}
.modListNews01__inner {
  display: grid;
  grid-template-columns: 1fr 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 27px;
  text-decoration: none;
  padding: 20px 27px 20px 30px;
}
@media (max-width: 768px) {
  .modListNews01__inner {
    grid-template-columns: 1fr 28px;
    gap: 5px 8px;
    padding: 20px 10px 20px;
  }
}
@media (any-hover: hover) {
  .modListNews01__inner:hover {
    opacity: 1;
  }
}
.modListNews01__inner::after {
  content: "";
  grid-row: 1/3;
  grid-column: 2;
  background: url(../img/common/icon_circle_arrow_gray.svg) no-repeat center/100%;
  aspect-ratio: 1/1;
}
@media (any-hover: hover) {
  .modListNews01__inner::after {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .modListNews01__inner:hover::after {
    opacity: 0.7;
  }
}
.modListNews01__head {
  grid-row: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 11px;
}
.modListNews01__date {
  font-size: calc(var(--baseFontSize) * 14);
  letter-spacing: 0;
  line-height: 1.2;
}
.modListNews01__category {
  background-color: var(--mainColor1);
  border-radius: 9999px;
  color: #fff;
  font-size: calc(var(--baseFontSize) * 12);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  min-width: 120px;
  padding: 5px 10px 6px;
}
.modListNews01__category.-color02 {
  background-color: var(--mainColor2);
}
.modListNews01__category.-color03 {
  background-color: var(--mainColor3);
}
.modListNews01__category.-color04 {
  background-color: #DC3C3C;
}
.modListNews01__txt {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .modListNews01__txt {
    font-size: calc(var(--baseFontSize) * 16);
    line-height: 1.6;
  }
}
@media (any-hover: hover) {
  .modListNews01__inner:hover .modListNews01__txt {
    color: var(--mainColor1);
  }
}

/*
#styleguide
.modListContact01

```
```
*/
.modListContact01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .modListContact01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media (max-width: 768px) {
  .modListContact01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 31px 0;
  }
}
.modListContact01__item {
  container-type: inline-size;
}
@media (min-width: 769px) {
  .modListContact01__item {
    max-width: 310px;
    width: calc(33.3333% - 20px);
  }
}
.modListContact01__title {
  background-color: var(--mainColor1);
  border-radius: 9999px;
  color: #fff;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  min-width: 120px;
  margin-bottom: 6px;
  padding: 6px 10px 6px;
}
@media (max-width: 768px) {
  .modListContact01__title {
    margin-bottom: 10px;
  }
}
.modListContact01__item.-color02 .modListContact01__title {
  background-color: var(--mainColor2);
}
.modListContact01__item.-color03 .modListContact01__title {
  background-color: var(--mainColor3);
}
.modListContact01__num {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .modListContact01__num {
    margin-bottom: 12px;
  }
}
.modListContact01__num-inner {
  display: block;
  color: var(--baseFontColor);
  font-size: min(12.9032258065cqw, 40px);
  font-family: var(--fontBarlow);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .modListContact01__num-inner {
    border: 1px solid currentColor;
    border-radius: 32.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: var(--mainColor1);
    font-size: calc(var(--baseFontSize) * 32);
    padding: 7px 24px 10px 10px;
  }
}
@media (max-width: 768px) {
  .modListContact01__num-inner::after {
    content: "";
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 768px) {
  .modListContact01__item.-color02 .modListContact01__num-inner {
    color: var(--mainColor2);
  }
}
@media (max-width: 768px) {
  .modListContact01__item.-color03 .modListContact01__num-inner {
    color: var(--mainColor3);
  }
}
.modListContact01__info {
  font-size: calc(var(--baseFontSize) * 14);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2142857143;
  text-align: center;
}

.modListInfo01__item {
  background: linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 0/4px 1px, linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 bottom/4px 1px;
  padding: 1px 0 1px;
}
.modListInfo01__item:not(:first-child) {
  background-size: 0, 4px 1px;
  padding-top: 0;
}
.modListInfo01__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 27px;
  text-decoration: none;
  padding: 20px 27px 20px 30px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .modListInfo01__inner {
    grid-template-columns: 1fr 28px;
    gap: 5px 8px;
    padding: 20px 10px 20px;
  }
}
@media (any-hover: hover) {
  .modListInfo01__inner:hover {
    opacity: unset;
  }
  .modListInfo01__inner:hover .modListInfo01__txt {
    color: var(--mainColor1);
  }
}
.modListInfo01__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.modListInfo01__head {
  grid-row: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 11px;
}
@media (max-width: 768px) {
  .modListInfo01__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
  }
}
.modListInfo01__date {
  font-size: calc(var(--baseFontSize) * 14);
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.modListInfo01__category {
  background-color: var(--mainColor1);
  border-radius: 9999px;
  color: #fff;
  font-size: calc(var(--baseFontSize) * 12);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  min-width: 120px;
  padding: 5px 10px 6px;
}
.modListInfo01__category.-color02 {
  background-color: var(--mainColor2);
}
.modListInfo01__category.-color03 {
  background-color: var(--mainColor3);
}
@media (max-width: 768px) {
  .modListInfo01__category {
    min-width: 110px;
  }
}
.modListInfo01__txt {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .modListInfo01__txt {
    font-size: calc(var(--baseFontSize) * 16);
    line-height: 1.6;
  }
}

/*
#styleguide
.modList01

```
```
*/
/*
#overview
loading
*/
@-webkit-keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.modLoading {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modLoading__inner {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
.modLoading__inner::after {
  -webkit-animation: rotateLoading;
  animation: rotateLoading;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: transparent !important;
  background-color: #666;
  border: 2px solid #666;
  border-bottom-color: transparent;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 40px;
  margin: 2px;
  width: 40px;
}

/*
#overview
other
*/
.modMap {
  max-width: 880px;
  margin-inline: auto;
}
@media (max-width: 600px) {
  .modMap {
    aspect-ratio: 375/283;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  .modMap {
    margin-inline: -15px;
  }
}
.modMap iframe {
  width: 100%;
  border: none;
}
@media (max-width: 600px) {
  .modMap iframe {
    height: 100%;
  }
}

/*
under
*/
.modMv.-fixedWidth {
  max-width: 1330px;
  margin-inline: auto;
  padding-inline: 15px;
}
.modMv.-fixedWidth {
  max-width: 1330px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (max-width: 1280px) {
  .modMv.-fixedWidth {
    padding-inline: 0;
  }
}
.modMv__inner {
  position: relative;
  border-radius: 16px;
  max-width: 1300px;
  padding-inline: 15px;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-block: 20px;
}
@media (max-width: 768px) {
  .modMv__inner {
    min-height: 108px;
    border-radius: 12px;
    padding-block: 10px;
  }
}
@media (max-width: 1280px) {
  .modMv__inner {
    margin: 0 15px;
  }
}
.modMv__inner::before, .modMv__inner::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  z-index: 1;
}
.modMv__inner.-sm {
  min-height: 133px;
}
@media (max-width: 768px) {
  .modMv__inner.-sm {
    min-height: 108px;
  }
}
.modMv__inner.-bgColor01 {
  background-color: var(--subColor1);
}
.modMv__inner.-bgColor02 {
  background-color: var(--subColor2);
}
@media (min-width: 400px) and (max-width: 1400px) {
  .modMv__inner.-bg01 {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.modMv__inner.-bg01::before {
  background-image: url(../img/mv/deco_mv01.png);
  top: 49px;
  left: -45px;
  width: 282px;
  height: 195px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .modMv__inner.-bg01::before {
    top: 80px;
    left: -36px;
    width: 225px;
    height: 170px;
    background-image: url(../img/mv/deco_mv01@2x.png);
  }
}
@media (max-width: 768px) {
  .modMv__inner.-bg01::before {
    top: 50px;
    width: 120px;
    height: 85px;
    background-image: url(../img/mv/deco_mv01@2x.png);
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .modMv__inner.-bg01::before {
    left: -15px;
  }
}
.modMv__inner.-bg01::after {
  background-image: url(../img/mv/deco_mv02.png);
  top: 40px;
  right: -21px;
  width: 286px;
  height: 208px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .modMv__inner.-bg01::after {
    top: 25px;
    right: -18px;
    width: 300px;
    height: 220px;
    background-image: url(../img/mv/deco_mv02@2x.png);
  }
}
@media (max-width: 768px) {
  .modMv__inner.-bg01::after {
    top: 50px;
    width: 125px;
    height: 85px;
    background-image: url(../img/mv/deco_mv02@2x.png);
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .modMv__inner.-bg01::after {
    right: -15px;
  }
}
.modMv__inner.-bgColor02 {
  background-color: var(--subColor2);
}
.modMv__inner.-bg02::before {
  background-image: url(../img/mv/deco_mv03.webp);
  top: 58px;
  left: -30px;
  width: 132px;
  height: 191px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .modMv__inner.-bg02::before {
    background-image: url(../img/mv/deco_mv03@2x.webp);
  }
}
@media (max-width: 768px) {
  .modMv__inner.-bg02::before {
    top: 22px;
    width: 70px;
    height: 110px;
    background-image: url(../img/mv/deco_mv03_sp@2x.webp);
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .modMv__inner.-bg02::before {
    left: -15px;
  }
}
.modMv__inner.-bg02::after {
  background-image: url(../img/mv/deco_mv04.png);
  bottom: -39px;
  right: -75px;
  width: 234px;
  height: 200px;
}
@media (max-width: 768px) {
  .modMv__inner.-bg02::after {
    top: 33px;
    right: -20px;
    width: 110px;
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .modMv__inner.-bg02::after {
    right: -15px;
  }
}
.modMv__inner.-bgColor03 {
  background-color: var(--subColor3);
}
.modMv__inner.-bg03::before {
  background-image: url(../img/mv/deco_mv05.webp);
  bottom: -35px;
  left: -40px;
  width: 212px;
  height: 155px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .modMv__inner.-bg03::before {
    background-image: url(../img/mv/deco_mv05@2x.webp);
  }
}
@media (max-width: 768px) {
  .modMv__inner.-bg03::before {
    bottom: -20px;
    width: 105px;
    height: 73px;
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .modMv__inner.-bg03::before {
    left: -25px;
  }
}
.modMv__inner.-bg03::after {
  background-image: url(../img/mv/deco_mv06.webp);
  bottom: -39px;
  right: -40px;
  width: 236px;
  height: 159px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .modMv__inner.-bg03::after {
    background-image: url(../img/mv/deco_mv06@2x.webp);
  }
}
@media (max-width: 768px) {
  .modMv__inner.-bg03::after {
    bottom: -15px;
    width: 110px;
    height: 72px;
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .modMv__inner.-bg03::after {
    right: -25px;
  }
}
.modMv__title {
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .modMv__title {
    gap: 5px;
  }
}
.modMv__title.-sm {
  gap: 5px;
}
.modMv__title-jp {
  font-weight: 700;
  font-size: calc(var(--baseFontSize) * 36);
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .modMv__title-jp {
    font-size: calc(var(--baseFontSize) * 30);
  }
}
@media (max-width: 600px) {
  .modMv__title-jp {
    font-size: calc(var(--baseFontSize) * 24);
  }
}
.modMv__title-en {
  font-family: var(--fontBarlow);
  font-weight: 600;
  font-size: calc(var(--baseFontSize) * 16);
  color: var(--subColor4);
  letter-spacing: 0.1em;
}
.modMv__title-en.-color02 {
  color: var(--mainColor2);
}
.modMv__title-en.-color03 {
  color: var(--mainColor3);
}

/*
#overview
modNav
*/
/*
#styleguide
.modNav

```
```
*/
/*
#overview
other
*/
/*
#styleguide
modPcOnly

```
<div class="modPcOnly">tabletP以上でのみ表示</div>
```
*/
@media (max-width: 768px) {
  .modPcOnly {
    display: none;
  }
}

/*
#styleguide
modSpOnly

```
<div class="modSpOnly">tabletP未満のみで表示</div>
```
*/
@media (min-width: 769px) {
  .modSpOnly {
    display: none;
  }
}

/*
#styleguide
modStart

```
<div class="modStart">テキスト左寄せ</div>
```
*/
.modStart {
  text-align: left;
}

/*
#styleguide
modCenter

```
<div class="modCenter">テキスト中央寄せ</div>
```
*/
.modCenter {
  text-align: center;
}

/*
#styleguide
modEnd

```
<div class="modEnd">テキスト右寄せ</div>
```
*/
.modEnd {
  text-align: right;
}

.modParking__item {
  margin-bottom: 21px;
  background: var(--subColor5);
  border-radius: 10px;
  border: 2px solid var(--baseFontColor);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 768px) {
  .modParking__item {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "thumb" "content";
    padding-inline: 12px;
    padding-bottom: 14px;
    padding-top: 0;
  }
}
.modParking__thumb {
  width: 300px;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  height: 194px;
}
@media (max-width: 768px) {
  .modParking__thumb {
    width: 100%;
    min-width: unset;
    grid-area: thumb;
    height: 215px;
  }
}
.modParking__thumb > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.modParking__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 19px;
  margin: 2px 0 0 2px;
}
@media (max-width: 1280px) {
  .modParking__content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .modParking__content {
    display: contents;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.modParking__topRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .modParking__topRow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .modParking__topRow {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.modParking__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1px 8px 1px 18px;
  border-radius: 10px;
  background: var(--subColor7);
  height: 48px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .modParking__badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 59px;
    border-radius: 5px 0 0 0;
    padding: 0;
  }
}
.modParking__badge > p {
  font-size: calc(var(--baseFontSize) * 28);
  color: var(--subColor5);
}
@media (max-width: 768px) {
  .modParking__badge > p {
    font-size: calc(var(--baseFontSize) * 32);
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
.modParking__badgeContent {
  font-size: calc(var(--baseFontSize) * 18);
  padding: 3px 20px;
  border-radius: 5px;
  background: var(--subColor5);
  color: var(--subColor7);
  text-align: center;
  margin-left: 17px;
}
@media (max-width: 768px) {
  .modParking__badgeContent {
    display: none;
  }
}
.modParking__badgeContent.-color01 {
  color: var(--subColor9);
}
.modParking__badgeContent.-color02 {
  color: var(--subColor14);
}
.modParking__badgeContent.-color03 {
  color: var(--subColor8);
}
.modParking__badgeContent.-color04 {
  color: var(--subColor12);
}
.modParking__badgeContent.-color05 {
  color: var(--baseFontColor);
}
.modParking__badge.-color01 {
  background: var(--subColor9);
}
.modParking__badge.-color02 {
  background: var(--subColor14);
}
.modParking__badge.-color03 {
  background: var(--subColor8);
}
.modParking__badge.-color04 {
  background: var(--subColor12);
}
.modParking__badge.-color05 {
  background: var(--baseFontColor);
}
.modParking__car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 7px 1px 12px;
  border-radius: 10px;
  background: var(--subColor1);
  max-width: 205px;
  height: 48px;
  gap: 6px;
  width: auto;
}
@media (max-width: 600px) {
  .modParking__car {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 61px;
    padding-left: 7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
.modParking__carIcon {
  width: 24px;
  height: 24px;
}
@media (max-width: 600px) {
  .modParking__carIcon {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}
.modParking__car > p {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 700;
  color: var(--subColor4);
  margin-left: 1px;
}
@media (max-width: 600px) {
  .modParking__car > p {
    font-size: calc(var(--baseFontSize) * 14);
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  .modParking__car > picture {
    margin-top: 5px;
    margin-left: 3px;
  }
}
.modParking__carContent {
  font-size: calc(var(--baseFontSize) * 18);
  padding: 3px 13px 3px 18px;
  border-radius: 5px;
  background: var(--subColor5);
  color: var(--baseFontColor);
  font-weight: 500;
  margin-left: 3px;
}
@media (max-width: 600px) {
  .modParking__carContent {
    font-size: calc(var(--baseFontSize) * 16);
    width: 100%;
    text-align: center;
    padding: 0 9px;
    margin-top: -8px;
  }
}
.modParking__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 8px 1px 14px;
  border-radius: 10px;
  background: var(--subColor1);
  max-width: 220px;
  height: 48px;
  gap: 5px;
  width: auto;
}
@media (max-width: 600px) {
  .modParking__time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 61px;
    padding-left: 7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
.modParking__timeIcon {
  width: 24px;
  height: 24px;
}
@media (max-width: 600px) {
  .modParking__timeIcon {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}
.modParking__time > p {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 700;
  color: var(--subColor4);
  margin-left: 2px;
}
@media (max-width: 600px) {
  .modParking__time > p {
    font-size: calc(var(--baseFontSize) * 14);
    margin-left: 4px;
  }
}
@media (max-width: 600px) {
  .modParking__time > picture {
    margin-top: 4px;
    margin-left: 1px;
  }
}
.modParking__timeContent {
  font-size: calc(var(--baseFontSize) * 18);
  margin-left: 8px;
  padding: 3px 14px 3px 18px;
  border-radius: 5px;
  background: var(--subColor5);
  color: var(--baseFontColor);
  font-weight: 500;
}
@media (max-width: 600px) {
  .modParking__timeContent {
    font-size: calc(var(--baseFontSize) * 16);
    padding: 3px 16px 3px 20px;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    margin-top: -7px;
    margin-left: 0;
  }
}
.modParking__title {
  font-size: calc(var(--baseFontSize) * 24);
  font-weight: 700;
  line-height: 1.2;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .modParking__title {
    grid-area: header;
    position: relative;
    font-size: calc(var(--baseFontSize) * 20);
    padding-left: 56px;
    padding-block: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modParking__title::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 0;
    height: 1px;
    background-color: var(--baseFontColor);
  }
}
.modParking__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 1px;
}
@media (max-width: 768px) {
  .modParking__bottom {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .modParking__bottom {
    display: grid;
    margin-top: 0;
    gap: 14px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.modParking__info {
  display: grid;
  gap: 11px;
}
.modParking__info:last-child .parkingList__infoBlock {
  gap: 12px;
}
@media (max-width: 600px) {
  .modParking__info {
    margin-top: -2px;
    gap: 0;
  }
}
.modParking__infoBlock {
  background: var(--subColor5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 45%;
  gap: 5px;
  position: relative;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .modParking__infoBlock {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .modParking__infoBlock {
    gap: 12px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  .modParking__infoBlock:last-child {
    margin-bottom: 0;
  }
}
.modParking__label {
  font-size: calc(var(--baseFontSize) * 14);
  min-width: 96px;
  height: 28px;
  color: var(--baseFontColor);
  padding: 2px 0 0px 3px;
  border-radius: 10px;
  font-weight: 700;
  background-color: var(--subColor13);
  text-align: center;
}
@media (max-width: 1280px) {
  .modParking__label {
    min-width: 80px;
  }
}
@media (max-width: 600px) {
  .modParking__label {
    padding: 3px 0 0px 3px;
  }
}
.modParking__value {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  color: var(--baseFontColor);
  margin-top: 1px;
}
@media (max-width: 600px) {
  .modParking__value {
    margin-top: 0;
  }
}
.modParking__arrowBtn {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .modParking__arrowBtn {
    grid-area: header;
    right: -5px;
  }
}
.modParking__ev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .modParking__ev {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.modParking__ev .modTable01 th {
  width: 135px;
}
.modParking__evTable {
  width: 100%;
}
.modParking__evImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .modParking__evImages {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .modParking__evImages {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .modParking__evImages {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.modParking__evNote {
  margin-top: 10px;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
}

/*
#overview
modTable
*/
/*
#styleguide
.modTable01

```
```
*/
.modTable01 {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.modTable01 tr:last-child th, .modTable01 tr:last-child td {
  border-bottom: 0;
}
.modTable01 > div {
  display: table-row;
}
.modTable01 > div:last-child dt, .modTable01 > div:last-child dd {
  border-bottom: 0;
}
.modTable01__line {
  display: table-row;
}
.modTable01__line:last-child .modTable01__title,
.modTable01__line:last-child .modTable01__text {
  border-bottom: 0;
}
.modTable01 th, .modTable01 dt, .modTable01__title {
  display: table-cell;
  border-bottom: 1px dashed var(--accentColor);
  background-color: #efede7;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  vertical-align: top;
  padding-block: 10px;
  border-bottom: 1px dashed var(--accentColor);
  width: 212px;
}
@media (max-width: 600px) {
  .modTable01 th, .modTable01 dt, .modTable01__title {
    font-size: calc(var(--baseFontSize) * 16);
    width: unset;
    min-width: 60px;
    padding: 10px;
  }
}
.modTable01 td, .modTable01 dd, .modTable01__text {
  display: table-cell;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  vertical-align: top;
  background-color: #fff;
  padding: 10px 30px 10px 25px;
  border-bottom: 1px dashed var(--accentColor);
}
@media (max-width: 600px) {
  .modTable01 td, .modTable01 dd, .modTable01__text {
    font-size: calc(var(--baseFontSize) * 16);
    padding: 10px;
  }
}
.modTable01 ul {
  padding-left: 21px;
}
.modTable01 ul li {
  list-style: disc;
}
.modTable01 ul li::marker {
  color: var(--baseFontLinkColor);
}
.modTable01 ul li.-markerGreen::marker {
  color: var(--mainColor2);
}

.modTable02 {
  table-layout: fixed;
}
.modTable02 th {
  background-color: #efede7;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  padding: 10px;
}
@media (max-width: 600px) {
  .modTable02 th {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modTable02 th:not(:last-child) {
  border-right: 1px solid #D8CFB6;
}
.modTable02 td {
  border-bottom: 1px dashed var(--accentColor);
  background-color: #fff;
  height: 59px;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
@media (max-width: 600px) {
  .modTable02 td {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
.modTable02 td:not(:last-child) {
  border-right: 1px solid #D8CFB6;
}

/*
#overview
modTitle
*/
/*
#styleguide
.modTitlePage01

```
```
*/
/*
#styleguide
.modTitle01

```
```
*/
.modTitle02 {
  font-size: calc(var(--baseFontSize) * 30);
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.modTitle02 span {
  display: block;
  color: var(--subColor4);
  font-weight: 600;
  font-size: calc(var(--baseFontSize) * 18);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 15px;
}
.modTitle02 span.-color02 {
  color: var(--subColor7);
}
.modTitle02 span.-color03 {
  color: var(--mainColor2);
}
.modTitle02 span.-color04 {
  color: var(--mainColor3);
}

.modTitle03 {
  font-size: calc(var(--baseFontSize) * 28);
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--black);
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.2;
}

.modTitle04 {
  font-size: calc(var(--baseFontSize) * 24);
  margin-bottom: 20px;
  border-left: 9px solid var(--subColor4);
  color: var(--subColor4);
  padding-left: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.modTitle05 {
  font-size: calc(var(--baseFontSize) * 20);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/*
#overview
modTxt
*/
/*
#styleguide
.modTxt01

```
```
*/
.modTextBlue {
  color: var(--subColor4);
}

.modTextOrgange {
  color: #D76316;
}

.modTextRed {
  color: var(--redColor);
}

.modTextBold {
  font-weight: bold !important;
}

/*
#overview
modWysiwyg
*/
/*
#styleguide
.modWysiwyg

```
```
*/
.modWysiwyg ul, .modWysiwyg ol {
  margin: revert;
  padding: revert;
}
.modWysiwyg ul li, .modWysiwyg ol li {
  list-style-type: revert;
}
.modWysiwyg iframe {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 100%;
  aspect-ratio: 16/9;
  margin-right: auto;
  margin-left: auto;
}

/*
under
*/
body#page_company .modEntry:not(:last-child) {
  margin-bottom: 40px;
}
body#page_company .company__block:not(:last-child) {
  margin-bottom: 60px;
}

/*
under
*/
body#page_contact-complete .modEntry {
  margin: 30px 0;
}

/*
under
*/
body#page_contact .contact {
  margin-bottom: 30px;
}
body#page_contact .contact__txtRequired {
  color: var(--formColorErrorColor);
}
body#page_contact .contactForm {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: var(--subColor5);
}
@media (max-width: 600px) {
  body#page_contact .contactForm tbody > tr {
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  body#page_contact .contactForm tbody > tr:first-child > th {
    border-top: none;
  }
}
body#page_contact .contactForm th {
  padding: 10px;
  width: 25%;
  text-align: left;
}
@media (max-width: 600px) {
  body#page_contact .contactForm th {
    width: unset;
    display: block;
    border-right: none;
  }
}
body#page_contact .contactForm td {
  padding: 10px 15% 10px 10px;
}
@media (max-width: 768px) {
  body#page_contact .contactForm td {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  body#page_contact .contactForm td {
    display: block;
    padding-inline: 20px;
    border-top: none;
  }
}
body#page_contact .contactForm__group > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
body#page_contact .contactForm__group input, body#page_contact .contactForm__group textarea {
  width: 100%;
}
body#page_contact .contactForm__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body#page_contact .contactForm__btn .modBtn01 {
  max-width: 332px;
  border: none;
}
body#page_contact .contactForm__btn .modBtn01::after {
  display: none;
}
body#page_contact .contactForm__error {
  color: var(--formColorErrorColor);
}

/*
under
*/
body#page_list-parts .mb01 {
  margin-bottom: 1px;
}
body#page_list-parts .mt01 {
  margin-top: 1px;
}
body#page_list-parts .ml01 {
  margin-left: 1px;
}
body#page_list-parts .mb02 {
  margin-bottom: 2px;
}
body#page_list-parts .mt02 {
  margin-top: 2px;
}
body#page_list-parts .ml02 {
  margin-left: 2px;
}
body#page_list-parts .mb03 {
  margin-bottom: 3px;
}
body#page_list-parts .mt03 {
  margin-top: 3px;
}
body#page_list-parts .ml03 {
  margin-left: 3px;
}
body#page_list-parts .mb04 {
  margin-bottom: 4px;
}
body#page_list-parts .mt04 {
  margin-top: 4px;
}
body#page_list-parts .ml04 {
  margin-left: 4px;
}
body#page_list-parts .mb05 {
  margin-bottom: 5px;
}
body#page_list-parts .mt05 {
  margin-top: 5px;
}
body#page_list-parts .ml05 {
  margin-left: 5px;
}
body#page_list-parts .mb06 {
  margin-bottom: 6px;
}
body#page_list-parts .mt06 {
  margin-top: 6px;
}
body#page_list-parts .ml06 {
  margin-left: 6px;
}
body#page_list-parts .mb07 {
  margin-bottom: 7px;
}
body#page_list-parts .mt07 {
  margin-top: 7px;
}
body#page_list-parts .ml07 {
  margin-left: 7px;
}
body#page_list-parts .mb08 {
  margin-bottom: 8px;
}
body#page_list-parts .mt08 {
  margin-top: 8px;
}
body#page_list-parts .ml08 {
  margin-left: 8px;
}
body#page_list-parts .mb09 {
  margin-bottom: 9px;
}
body#page_list-parts .mt09 {
  margin-top: 9px;
}
body#page_list-parts .ml09 {
  margin-left: 9px;
}
body#page_list-parts .mb10 {
  margin-bottom: 10px;
}
body#page_list-parts .mt10 {
  margin-top: 10px;
}
body#page_list-parts .ml10 {
  margin-left: 10px;
}
body#page_list-parts .mb11 {
  margin-bottom: 11px;
}
body#page_list-parts .mt11 {
  margin-top: 11px;
}
body#page_list-parts .ml11 {
  margin-left: 11px;
}
body#page_list-parts .mb12 {
  margin-bottom: 12px;
}
body#page_list-parts .mt12 {
  margin-top: 12px;
}
body#page_list-parts .ml12 {
  margin-left: 12px;
}
body#page_list-parts .mb13 {
  margin-bottom: 13px;
}
body#page_list-parts .mt13 {
  margin-top: 13px;
}
body#page_list-parts .ml13 {
  margin-left: 13px;
}
body#page_list-parts .mb14 {
  margin-bottom: 14px;
}
body#page_list-parts .mt14 {
  margin-top: 14px;
}
body#page_list-parts .ml14 {
  margin-left: 14px;
}
body#page_list-parts .mb15 {
  margin-bottom: 15px;
}
body#page_list-parts .mt15 {
  margin-top: 15px;
}
body#page_list-parts .ml15 {
  margin-left: 15px;
}
body#page_list-parts .mb16 {
  margin-bottom: 16px;
}
body#page_list-parts .mt16 {
  margin-top: 16px;
}
body#page_list-parts .ml16 {
  margin-left: 16px;
}
body#page_list-parts .mb17 {
  margin-bottom: 17px;
}
body#page_list-parts .mt17 {
  margin-top: 17px;
}
body#page_list-parts .ml17 {
  margin-left: 17px;
}
body#page_list-parts .mb18 {
  margin-bottom: 18px;
}
body#page_list-parts .mt18 {
  margin-top: 18px;
}
body#page_list-parts .ml18 {
  margin-left: 18px;
}
body#page_list-parts .mb19 {
  margin-bottom: 19px;
}
body#page_list-parts .mt19 {
  margin-top: 19px;
}
body#page_list-parts .ml19 {
  margin-left: 19px;
}
body#page_list-parts .mb20 {
  margin-bottom: 20px;
}
body#page_list-parts .mt20 {
  margin-top: 20px;
}
body#page_list-parts .ml20 {
  margin-left: 20px;
}
body#page_list-parts .mb21 {
  margin-bottom: 21px;
}
body#page_list-parts .mt21 {
  margin-top: 21px;
}
body#page_list-parts .ml21 {
  margin-left: 21px;
}
body#page_list-parts .mb22 {
  margin-bottom: 22px;
}
body#page_list-parts .mt22 {
  margin-top: 22px;
}
body#page_list-parts .ml22 {
  margin-left: 22px;
}
body#page_list-parts .mb23 {
  margin-bottom: 23px;
}
body#page_list-parts .mt23 {
  margin-top: 23px;
}
body#page_list-parts .ml23 {
  margin-left: 23px;
}
body#page_list-parts .mb24 {
  margin-bottom: 24px;
}
body#page_list-parts .mt24 {
  margin-top: 24px;
}
body#page_list-parts .ml24 {
  margin-left: 24px;
}
body#page_list-parts .mb25 {
  margin-bottom: 25px;
}
body#page_list-parts .mt25 {
  margin-top: 25px;
}
body#page_list-parts .ml25 {
  margin-left: 25px;
}
body#page_list-parts .mb26 {
  margin-bottom: 26px;
}
body#page_list-parts .mt26 {
  margin-top: 26px;
}
body#page_list-parts .ml26 {
  margin-left: 26px;
}
body#page_list-parts .mb27 {
  margin-bottom: 27px;
}
body#page_list-parts .mt27 {
  margin-top: 27px;
}
body#page_list-parts .ml27 {
  margin-left: 27px;
}
body#page_list-parts .mb28 {
  margin-bottom: 28px;
}
body#page_list-parts .mt28 {
  margin-top: 28px;
}
body#page_list-parts .ml28 {
  margin-left: 28px;
}
body#page_list-parts .mb29 {
  margin-bottom: 29px;
}
body#page_list-parts .mt29 {
  margin-top: 29px;
}
body#page_list-parts .ml29 {
  margin-left: 29px;
}
body#page_list-parts .mb30 {
  margin-bottom: 30px;
}
body#page_list-parts .mt30 {
  margin-top: 30px;
}
body#page_list-parts .ml30 {
  margin-left: 30px;
}
body#page_list-parts .mb31 {
  margin-bottom: 31px;
}
body#page_list-parts .mt31 {
  margin-top: 31px;
}
body#page_list-parts .ml31 {
  margin-left: 31px;
}
body#page_list-parts .mb32 {
  margin-bottom: 32px;
}
body#page_list-parts .mt32 {
  margin-top: 32px;
}
body#page_list-parts .ml32 {
  margin-left: 32px;
}
body#page_list-parts .mb33 {
  margin-bottom: 33px;
}
body#page_list-parts .mt33 {
  margin-top: 33px;
}
body#page_list-parts .ml33 {
  margin-left: 33px;
}
body#page_list-parts .mb34 {
  margin-bottom: 34px;
}
body#page_list-parts .mt34 {
  margin-top: 34px;
}
body#page_list-parts .ml34 {
  margin-left: 34px;
}
body#page_list-parts .mb35 {
  margin-bottom: 35px;
}
body#page_list-parts .mt35 {
  margin-top: 35px;
}
body#page_list-parts .ml35 {
  margin-left: 35px;
}
body#page_list-parts .mb36 {
  margin-bottom: 36px;
}
body#page_list-parts .mt36 {
  margin-top: 36px;
}
body#page_list-parts .ml36 {
  margin-left: 36px;
}
body#page_list-parts .mb37 {
  margin-bottom: 37px;
}
body#page_list-parts .mt37 {
  margin-top: 37px;
}
body#page_list-parts .ml37 {
  margin-left: 37px;
}
body#page_list-parts .mb38 {
  margin-bottom: 38px;
}
body#page_list-parts .mt38 {
  margin-top: 38px;
}
body#page_list-parts .ml38 {
  margin-left: 38px;
}
body#page_list-parts .mb39 {
  margin-bottom: 39px;
}
body#page_list-parts .mt39 {
  margin-top: 39px;
}
body#page_list-parts .ml39 {
  margin-left: 39px;
}
body#page_list-parts .mb40 {
  margin-bottom: 40px;
}
body#page_list-parts .mt40 {
  margin-top: 40px;
}
body#page_list-parts .ml40 {
  margin-left: 40px;
}
body#page_list-parts .mb41 {
  margin-bottom: 41px;
}
body#page_list-parts .mt41 {
  margin-top: 41px;
}
body#page_list-parts .ml41 {
  margin-left: 41px;
}
body#page_list-parts .mb42 {
  margin-bottom: 42px;
}
body#page_list-parts .mt42 {
  margin-top: 42px;
}
body#page_list-parts .ml42 {
  margin-left: 42px;
}
body#page_list-parts .mb43 {
  margin-bottom: 43px;
}
body#page_list-parts .mt43 {
  margin-top: 43px;
}
body#page_list-parts .ml43 {
  margin-left: 43px;
}
body#page_list-parts .mb44 {
  margin-bottom: 44px;
}
body#page_list-parts .mt44 {
  margin-top: 44px;
}
body#page_list-parts .ml44 {
  margin-left: 44px;
}
body#page_list-parts .mb45 {
  margin-bottom: 45px;
}
body#page_list-parts .mt45 {
  margin-top: 45px;
}
body#page_list-parts .ml45 {
  margin-left: 45px;
}
body#page_list-parts .mb46 {
  margin-bottom: 46px;
}
body#page_list-parts .mt46 {
  margin-top: 46px;
}
body#page_list-parts .ml46 {
  margin-left: 46px;
}
body#page_list-parts .mb47 {
  margin-bottom: 47px;
}
body#page_list-parts .mt47 {
  margin-top: 47px;
}
body#page_list-parts .ml47 {
  margin-left: 47px;
}
body#page_list-parts .mb48 {
  margin-bottom: 48px;
}
body#page_list-parts .mt48 {
  margin-top: 48px;
}
body#page_list-parts .ml48 {
  margin-left: 48px;
}
body#page_list-parts .mb49 {
  margin-bottom: 49px;
}
body#page_list-parts .mt49 {
  margin-top: 49px;
}
body#page_list-parts .ml49 {
  margin-left: 49px;
}
body#page_list-parts .mb50 {
  margin-bottom: 50px;
}
body#page_list-parts .mt50 {
  margin-top: 50px;
}
body#page_list-parts .ml50 {
  margin-left: 50px;
}
body#page_list-parts .mb51 {
  margin-bottom: 51px;
}
body#page_list-parts .mt51 {
  margin-top: 51px;
}
body#page_list-parts .ml51 {
  margin-left: 51px;
}
body#page_list-parts .mb52 {
  margin-bottom: 52px;
}
body#page_list-parts .mt52 {
  margin-top: 52px;
}
body#page_list-parts .ml52 {
  margin-left: 52px;
}
body#page_list-parts .mb53 {
  margin-bottom: 53px;
}
body#page_list-parts .mt53 {
  margin-top: 53px;
}
body#page_list-parts .ml53 {
  margin-left: 53px;
}
body#page_list-parts .mb54 {
  margin-bottom: 54px;
}
body#page_list-parts .mt54 {
  margin-top: 54px;
}
body#page_list-parts .ml54 {
  margin-left: 54px;
}
body#page_list-parts .mb55 {
  margin-bottom: 55px;
}
body#page_list-parts .mt55 {
  margin-top: 55px;
}
body#page_list-parts .ml55 {
  margin-left: 55px;
}
body#page_list-parts .mb56 {
  margin-bottom: 56px;
}
body#page_list-parts .mt56 {
  margin-top: 56px;
}
body#page_list-parts .ml56 {
  margin-left: 56px;
}
body#page_list-parts .mb57 {
  margin-bottom: 57px;
}
body#page_list-parts .mt57 {
  margin-top: 57px;
}
body#page_list-parts .ml57 {
  margin-left: 57px;
}
body#page_list-parts .mb58 {
  margin-bottom: 58px;
}
body#page_list-parts .mt58 {
  margin-top: 58px;
}
body#page_list-parts .ml58 {
  margin-left: 58px;
}
body#page_list-parts .mb59 {
  margin-bottom: 59px;
}
body#page_list-parts .mt59 {
  margin-top: 59px;
}
body#page_list-parts .ml59 {
  margin-left: 59px;
}
body#page_list-parts .mb60 {
  margin-bottom: 60px;
}
body#page_list-parts .mt60 {
  margin-top: 60px;
}
body#page_list-parts .ml60 {
  margin-left: 60px;
}
body#page_list-parts .mb61 {
  margin-bottom: 61px;
}
body#page_list-parts .mt61 {
  margin-top: 61px;
}
body#page_list-parts .ml61 {
  margin-left: 61px;
}
body#page_list-parts .mb62 {
  margin-bottom: 62px;
}
body#page_list-parts .mt62 {
  margin-top: 62px;
}
body#page_list-parts .ml62 {
  margin-left: 62px;
}
body#page_list-parts .mb63 {
  margin-bottom: 63px;
}
body#page_list-parts .mt63 {
  margin-top: 63px;
}
body#page_list-parts .ml63 {
  margin-left: 63px;
}
body#page_list-parts .mb64 {
  margin-bottom: 64px;
}
body#page_list-parts .mt64 {
  margin-top: 64px;
}
body#page_list-parts .ml64 {
  margin-left: 64px;
}
body#page_list-parts .mb65 {
  margin-bottom: 65px;
}
body#page_list-parts .mt65 {
  margin-top: 65px;
}
body#page_list-parts .ml65 {
  margin-left: 65px;
}
body#page_list-parts .mb66 {
  margin-bottom: 66px;
}
body#page_list-parts .mt66 {
  margin-top: 66px;
}
body#page_list-parts .ml66 {
  margin-left: 66px;
}
body#page_list-parts .mb67 {
  margin-bottom: 67px;
}
body#page_list-parts .mt67 {
  margin-top: 67px;
}
body#page_list-parts .ml67 {
  margin-left: 67px;
}
body#page_list-parts .mb68 {
  margin-bottom: 68px;
}
body#page_list-parts .mt68 {
  margin-top: 68px;
}
body#page_list-parts .ml68 {
  margin-left: 68px;
}
body#page_list-parts .mb69 {
  margin-bottom: 69px;
}
body#page_list-parts .mt69 {
  margin-top: 69px;
}
body#page_list-parts .ml69 {
  margin-left: 69px;
}
body#page_list-parts .mb70 {
  margin-bottom: 70px;
}
body#page_list-parts .mt70 {
  margin-top: 70px;
}
body#page_list-parts .ml70 {
  margin-left: 70px;
}
body#page_list-parts .mb71 {
  margin-bottom: 71px;
}
body#page_list-parts .mt71 {
  margin-top: 71px;
}
body#page_list-parts .ml71 {
  margin-left: 71px;
}
body#page_list-parts .mb72 {
  margin-bottom: 72px;
}
body#page_list-parts .mt72 {
  margin-top: 72px;
}
body#page_list-parts .ml72 {
  margin-left: 72px;
}
body#page_list-parts .mb73 {
  margin-bottom: 73px;
}
body#page_list-parts .mt73 {
  margin-top: 73px;
}
body#page_list-parts .ml73 {
  margin-left: 73px;
}
body#page_list-parts .mb74 {
  margin-bottom: 74px;
}
body#page_list-parts .mt74 {
  margin-top: 74px;
}
body#page_list-parts .ml74 {
  margin-left: 74px;
}
body#page_list-parts .mb75 {
  margin-bottom: 75px;
}
body#page_list-parts .mt75 {
  margin-top: 75px;
}
body#page_list-parts .ml75 {
  margin-left: 75px;
}
body#page_list-parts .mb76 {
  margin-bottom: 76px;
}
body#page_list-parts .mt76 {
  margin-top: 76px;
}
body#page_list-parts .ml76 {
  margin-left: 76px;
}
body#page_list-parts .mb77 {
  margin-bottom: 77px;
}
body#page_list-parts .mt77 {
  margin-top: 77px;
}
body#page_list-parts .ml77 {
  margin-left: 77px;
}
body#page_list-parts .mb78 {
  margin-bottom: 78px;
}
body#page_list-parts .mt78 {
  margin-top: 78px;
}
body#page_list-parts .ml78 {
  margin-left: 78px;
}
body#page_list-parts .mb79 {
  margin-bottom: 79px;
}
body#page_list-parts .mt79 {
  margin-top: 79px;
}
body#page_list-parts .ml79 {
  margin-left: 79px;
}
body#page_list-parts .mb80 {
  margin-bottom: 80px;
}
body#page_list-parts .mt80 {
  margin-top: 80px;
}
body#page_list-parts .ml80 {
  margin-left: 80px;
}
body#page_list-parts .mb81 {
  margin-bottom: 81px;
}
body#page_list-parts .mt81 {
  margin-top: 81px;
}
body#page_list-parts .ml81 {
  margin-left: 81px;
}
body#page_list-parts .mb82 {
  margin-bottom: 82px;
}
body#page_list-parts .mt82 {
  margin-top: 82px;
}
body#page_list-parts .ml82 {
  margin-left: 82px;
}
body#page_list-parts .mb83 {
  margin-bottom: 83px;
}
body#page_list-parts .mt83 {
  margin-top: 83px;
}
body#page_list-parts .ml83 {
  margin-left: 83px;
}
body#page_list-parts .mb84 {
  margin-bottom: 84px;
}
body#page_list-parts .mt84 {
  margin-top: 84px;
}
body#page_list-parts .ml84 {
  margin-left: 84px;
}
body#page_list-parts .mb85 {
  margin-bottom: 85px;
}
body#page_list-parts .mt85 {
  margin-top: 85px;
}
body#page_list-parts .ml85 {
  margin-left: 85px;
}
body#page_list-parts .mb86 {
  margin-bottom: 86px;
}
body#page_list-parts .mt86 {
  margin-top: 86px;
}
body#page_list-parts .ml86 {
  margin-left: 86px;
}
body#page_list-parts .mb87 {
  margin-bottom: 87px;
}
body#page_list-parts .mt87 {
  margin-top: 87px;
}
body#page_list-parts .ml87 {
  margin-left: 87px;
}
body#page_list-parts .mb88 {
  margin-bottom: 88px;
}
body#page_list-parts .mt88 {
  margin-top: 88px;
}
body#page_list-parts .ml88 {
  margin-left: 88px;
}
body#page_list-parts .mb89 {
  margin-bottom: 89px;
}
body#page_list-parts .mt89 {
  margin-top: 89px;
}
body#page_list-parts .ml89 {
  margin-left: 89px;
}
body#page_list-parts .mb90 {
  margin-bottom: 90px;
}
body#page_list-parts .mt90 {
  margin-top: 90px;
}
body#page_list-parts .ml90 {
  margin-left: 90px;
}
body#page_list-parts .mb91 {
  margin-bottom: 91px;
}
body#page_list-parts .mt91 {
  margin-top: 91px;
}
body#page_list-parts .ml91 {
  margin-left: 91px;
}
body#page_list-parts .mb92 {
  margin-bottom: 92px;
}
body#page_list-parts .mt92 {
  margin-top: 92px;
}
body#page_list-parts .ml92 {
  margin-left: 92px;
}
body#page_list-parts .mb93 {
  margin-bottom: 93px;
}
body#page_list-parts .mt93 {
  margin-top: 93px;
}
body#page_list-parts .ml93 {
  margin-left: 93px;
}
body#page_list-parts .mb94 {
  margin-bottom: 94px;
}
body#page_list-parts .mt94 {
  margin-top: 94px;
}
body#page_list-parts .ml94 {
  margin-left: 94px;
}
body#page_list-parts .mb95 {
  margin-bottom: 95px;
}
body#page_list-parts .mt95 {
  margin-top: 95px;
}
body#page_list-parts .ml95 {
  margin-left: 95px;
}
body#page_list-parts .mb96 {
  margin-bottom: 96px;
}
body#page_list-parts .mt96 {
  margin-top: 96px;
}
body#page_list-parts .ml96 {
  margin-left: 96px;
}
body#page_list-parts .mb97 {
  margin-bottom: 97px;
}
body#page_list-parts .mt97 {
  margin-top: 97px;
}
body#page_list-parts .ml97 {
  margin-left: 97px;
}
body#page_list-parts .mb98 {
  margin-bottom: 98px;
}
body#page_list-parts .mt98 {
  margin-top: 98px;
}
body#page_list-parts .ml98 {
  margin-left: 98px;
}
body#page_list-parts .mb99 {
  margin-bottom: 99px;
}
body#page_list-parts .mt99 {
  margin-top: 99px;
}
body#page_list-parts .ml99 {
  margin-left: 99px;
}
body#page_list-parts .mb100 {
  margin-bottom: 100px;
}
body#page_list-parts .mt100 {
  margin-top: 100px;
}
body#page_list-parts .ml100 {
  margin-left: 100px;
}
body#page_list-parts .mb101 {
  margin-bottom: 101px;
}
body#page_list-parts .mt101 {
  margin-top: 101px;
}
body#page_list-parts .ml101 {
  margin-left: 101px;
}
body#page_list-parts .mb102 {
  margin-bottom: 102px;
}
body#page_list-parts .mt102 {
  margin-top: 102px;
}
body#page_list-parts .ml102 {
  margin-left: 102px;
}
body#page_list-parts .mb103 {
  margin-bottom: 103px;
}
body#page_list-parts .mt103 {
  margin-top: 103px;
}
body#page_list-parts .ml103 {
  margin-left: 103px;
}
body#page_list-parts .mb104 {
  margin-bottom: 104px;
}
body#page_list-parts .mt104 {
  margin-top: 104px;
}
body#page_list-parts .ml104 {
  margin-left: 104px;
}
body#page_list-parts .mb105 {
  margin-bottom: 105px;
}
body#page_list-parts .mt105 {
  margin-top: 105px;
}
body#page_list-parts .ml105 {
  margin-left: 105px;
}
body#page_list-parts .mb106 {
  margin-bottom: 106px;
}
body#page_list-parts .mt106 {
  margin-top: 106px;
}
body#page_list-parts .ml106 {
  margin-left: 106px;
}
body#page_list-parts .mb107 {
  margin-bottom: 107px;
}
body#page_list-parts .mt107 {
  margin-top: 107px;
}
body#page_list-parts .ml107 {
  margin-left: 107px;
}
body#page_list-parts .mb108 {
  margin-bottom: 108px;
}
body#page_list-parts .mt108 {
  margin-top: 108px;
}
body#page_list-parts .ml108 {
  margin-left: 108px;
}
body#page_list-parts .mb109 {
  margin-bottom: 109px;
}
body#page_list-parts .mt109 {
  margin-top: 109px;
}
body#page_list-parts .ml109 {
  margin-left: 109px;
}
body#page_list-parts .mb110 {
  margin-bottom: 110px;
}
body#page_list-parts .mt110 {
  margin-top: 110px;
}
body#page_list-parts .ml110 {
  margin-left: 110px;
}
body#page_list-parts .mb111 {
  margin-bottom: 111px;
}
body#page_list-parts .mt111 {
  margin-top: 111px;
}
body#page_list-parts .ml111 {
  margin-left: 111px;
}
body#page_list-parts .mb112 {
  margin-bottom: 112px;
}
body#page_list-parts .mt112 {
  margin-top: 112px;
}
body#page_list-parts .ml112 {
  margin-left: 112px;
}
body#page_list-parts .mb113 {
  margin-bottom: 113px;
}
body#page_list-parts .mt113 {
  margin-top: 113px;
}
body#page_list-parts .ml113 {
  margin-left: 113px;
}
body#page_list-parts .mb114 {
  margin-bottom: 114px;
}
body#page_list-parts .mt114 {
  margin-top: 114px;
}
body#page_list-parts .ml114 {
  margin-left: 114px;
}
body#page_list-parts .mb115 {
  margin-bottom: 115px;
}
body#page_list-parts .mt115 {
  margin-top: 115px;
}
body#page_list-parts .ml115 {
  margin-left: 115px;
}
body#page_list-parts .mb116 {
  margin-bottom: 116px;
}
body#page_list-parts .mt116 {
  margin-top: 116px;
}
body#page_list-parts .ml116 {
  margin-left: 116px;
}
body#page_list-parts .mb117 {
  margin-bottom: 117px;
}
body#page_list-parts .mt117 {
  margin-top: 117px;
}
body#page_list-parts .ml117 {
  margin-left: 117px;
}
body#page_list-parts .mb118 {
  margin-bottom: 118px;
}
body#page_list-parts .mt118 {
  margin-top: 118px;
}
body#page_list-parts .ml118 {
  margin-left: 118px;
}
body#page_list-parts .mb119 {
  margin-bottom: 119px;
}
body#page_list-parts .mt119 {
  margin-top: 119px;
}
body#page_list-parts .ml119 {
  margin-left: 119px;
}
body#page_list-parts .mb120 {
  margin-bottom: 120px;
}
body#page_list-parts .mt120 {
  margin-top: 120px;
}
body#page_list-parts .ml120 {
  margin-left: 120px;
}
body#page_list-parts .mb121 {
  margin-bottom: 121px;
}
body#page_list-parts .mt121 {
  margin-top: 121px;
}
body#page_list-parts .ml121 {
  margin-left: 121px;
}
body#page_list-parts .mb122 {
  margin-bottom: 122px;
}
body#page_list-parts .mt122 {
  margin-top: 122px;
}
body#page_list-parts .ml122 {
  margin-left: 122px;
}
body#page_list-parts .mb123 {
  margin-bottom: 123px;
}
body#page_list-parts .mt123 {
  margin-top: 123px;
}
body#page_list-parts .ml123 {
  margin-left: 123px;
}
body#page_list-parts .mb124 {
  margin-bottom: 124px;
}
body#page_list-parts .mt124 {
  margin-top: 124px;
}
body#page_list-parts .ml124 {
  margin-left: 124px;
}
body#page_list-parts .mb125 {
  margin-bottom: 125px;
}
body#page_list-parts .mt125 {
  margin-top: 125px;
}
body#page_list-parts .ml125 {
  margin-left: 125px;
}
body#page_list-parts .mb126 {
  margin-bottom: 126px;
}
body#page_list-parts .mt126 {
  margin-top: 126px;
}
body#page_list-parts .ml126 {
  margin-left: 126px;
}
body#page_list-parts .mb127 {
  margin-bottom: 127px;
}
body#page_list-parts .mt127 {
  margin-top: 127px;
}
body#page_list-parts .ml127 {
  margin-left: 127px;
}
body#page_list-parts .mb128 {
  margin-bottom: 128px;
}
body#page_list-parts .mt128 {
  margin-top: 128px;
}
body#page_list-parts .ml128 {
  margin-left: 128px;
}
body#page_list-parts .mb129 {
  margin-bottom: 129px;
}
body#page_list-parts .mt129 {
  margin-top: 129px;
}
body#page_list-parts .ml129 {
  margin-left: 129px;
}
body#page_list-parts .mb130 {
  margin-bottom: 130px;
}
body#page_list-parts .mt130 {
  margin-top: 130px;
}
body#page_list-parts .ml130 {
  margin-left: 130px;
}
body#page_list-parts .mb131 {
  margin-bottom: 131px;
}
body#page_list-parts .mt131 {
  margin-top: 131px;
}
body#page_list-parts .ml131 {
  margin-left: 131px;
}
body#page_list-parts .mb132 {
  margin-bottom: 132px;
}
body#page_list-parts .mt132 {
  margin-top: 132px;
}
body#page_list-parts .ml132 {
  margin-left: 132px;
}
body#page_list-parts .mb133 {
  margin-bottom: 133px;
}
body#page_list-parts .mt133 {
  margin-top: 133px;
}
body#page_list-parts .ml133 {
  margin-left: 133px;
}
body#page_list-parts .mb134 {
  margin-bottom: 134px;
}
body#page_list-parts .mt134 {
  margin-top: 134px;
}
body#page_list-parts .ml134 {
  margin-left: 134px;
}
body#page_list-parts .mb135 {
  margin-bottom: 135px;
}
body#page_list-parts .mt135 {
  margin-top: 135px;
}
body#page_list-parts .ml135 {
  margin-left: 135px;
}
body#page_list-parts .mb136 {
  margin-bottom: 136px;
}
body#page_list-parts .mt136 {
  margin-top: 136px;
}
body#page_list-parts .ml136 {
  margin-left: 136px;
}
body#page_list-parts .mb137 {
  margin-bottom: 137px;
}
body#page_list-parts .mt137 {
  margin-top: 137px;
}
body#page_list-parts .ml137 {
  margin-left: 137px;
}
body#page_list-parts .mb138 {
  margin-bottom: 138px;
}
body#page_list-parts .mt138 {
  margin-top: 138px;
}
body#page_list-parts .ml138 {
  margin-left: 138px;
}
body#page_list-parts .mb139 {
  margin-bottom: 139px;
}
body#page_list-parts .mt139 {
  margin-top: 139px;
}
body#page_list-parts .ml139 {
  margin-left: 139px;
}
body#page_list-parts .mb140 {
  margin-bottom: 140px;
}
body#page_list-parts .mt140 {
  margin-top: 140px;
}
body#page_list-parts .ml140 {
  margin-left: 140px;
}
body#page_list-parts .mb141 {
  margin-bottom: 141px;
}
body#page_list-parts .mt141 {
  margin-top: 141px;
}
body#page_list-parts .ml141 {
  margin-left: 141px;
}
body#page_list-parts .mb142 {
  margin-bottom: 142px;
}
body#page_list-parts .mt142 {
  margin-top: 142px;
}
body#page_list-parts .ml142 {
  margin-left: 142px;
}
body#page_list-parts .mb143 {
  margin-bottom: 143px;
}
body#page_list-parts .mt143 {
  margin-top: 143px;
}
body#page_list-parts .ml143 {
  margin-left: 143px;
}
body#page_list-parts .mb144 {
  margin-bottom: 144px;
}
body#page_list-parts .mt144 {
  margin-top: 144px;
}
body#page_list-parts .ml144 {
  margin-left: 144px;
}
body#page_list-parts .mb145 {
  margin-bottom: 145px;
}
body#page_list-parts .mt145 {
  margin-top: 145px;
}
body#page_list-parts .ml145 {
  margin-left: 145px;
}
body#page_list-parts .mb146 {
  margin-bottom: 146px;
}
body#page_list-parts .mt146 {
  margin-top: 146px;
}
body#page_list-parts .ml146 {
  margin-left: 146px;
}
body#page_list-parts .mb147 {
  margin-bottom: 147px;
}
body#page_list-parts .mt147 {
  margin-top: 147px;
}
body#page_list-parts .ml147 {
  margin-left: 147px;
}
body#page_list-parts .mb148 {
  margin-bottom: 148px;
}
body#page_list-parts .mt148 {
  margin-top: 148px;
}
body#page_list-parts .ml148 {
  margin-left: 148px;
}
body#page_list-parts .mb149 {
  margin-bottom: 149px;
}
body#page_list-parts .mt149 {
  margin-top: 149px;
}
body#page_list-parts .ml149 {
  margin-left: 149px;
}
body#page_list-parts .mb150 {
  margin-bottom: 150px;
}
body#page_list-parts .mt150 {
  margin-top: 150px;
}
body#page_list-parts .ml150 {
  margin-left: 150px;
}
body#page_list-parts .mb151 {
  margin-bottom: 151px;
}
body#page_list-parts .mt151 {
  margin-top: 151px;
}
body#page_list-parts .ml151 {
  margin-left: 151px;
}
body#page_list-parts .mb152 {
  margin-bottom: 152px;
}
body#page_list-parts .mt152 {
  margin-top: 152px;
}
body#page_list-parts .ml152 {
  margin-left: 152px;
}
body#page_list-parts .mb153 {
  margin-bottom: 153px;
}
body#page_list-parts .mt153 {
  margin-top: 153px;
}
body#page_list-parts .ml153 {
  margin-left: 153px;
}
body#page_list-parts .mb154 {
  margin-bottom: 154px;
}
body#page_list-parts .mt154 {
  margin-top: 154px;
}
body#page_list-parts .ml154 {
  margin-left: 154px;
}
body#page_list-parts .mb155 {
  margin-bottom: 155px;
}
body#page_list-parts .mt155 {
  margin-top: 155px;
}
body#page_list-parts .ml155 {
  margin-left: 155px;
}
body#page_list-parts .mb156 {
  margin-bottom: 156px;
}
body#page_list-parts .mt156 {
  margin-top: 156px;
}
body#page_list-parts .ml156 {
  margin-left: 156px;
}
body#page_list-parts .mb157 {
  margin-bottom: 157px;
}
body#page_list-parts .mt157 {
  margin-top: 157px;
}
body#page_list-parts .ml157 {
  margin-left: 157px;
}
body#page_list-parts .mb158 {
  margin-bottom: 158px;
}
body#page_list-parts .mt158 {
  margin-top: 158px;
}
body#page_list-parts .ml158 {
  margin-left: 158px;
}
body#page_list-parts .mb159 {
  margin-bottom: 159px;
}
body#page_list-parts .mt159 {
  margin-top: 159px;
}
body#page_list-parts .ml159 {
  margin-left: 159px;
}
body#page_list-parts .mb160 {
  margin-bottom: 160px;
}
body#page_list-parts .mt160 {
  margin-top: 160px;
}
body#page_list-parts .ml160 {
  margin-left: 160px;
}
body#page_list-parts .mb161 {
  margin-bottom: 161px;
}
body#page_list-parts .mt161 {
  margin-top: 161px;
}
body#page_list-parts .ml161 {
  margin-left: 161px;
}
body#page_list-parts .mb162 {
  margin-bottom: 162px;
}
body#page_list-parts .mt162 {
  margin-top: 162px;
}
body#page_list-parts .ml162 {
  margin-left: 162px;
}
body#page_list-parts .mb163 {
  margin-bottom: 163px;
}
body#page_list-parts .mt163 {
  margin-top: 163px;
}
body#page_list-parts .ml163 {
  margin-left: 163px;
}
body#page_list-parts .mb164 {
  margin-bottom: 164px;
}
body#page_list-parts .mt164 {
  margin-top: 164px;
}
body#page_list-parts .ml164 {
  margin-left: 164px;
}
body#page_list-parts .mb165 {
  margin-bottom: 165px;
}
body#page_list-parts .mt165 {
  margin-top: 165px;
}
body#page_list-parts .ml165 {
  margin-left: 165px;
}
body#page_list-parts .mb166 {
  margin-bottom: 166px;
}
body#page_list-parts .mt166 {
  margin-top: 166px;
}
body#page_list-parts .ml166 {
  margin-left: 166px;
}
body#page_list-parts .mb167 {
  margin-bottom: 167px;
}
body#page_list-parts .mt167 {
  margin-top: 167px;
}
body#page_list-parts .ml167 {
  margin-left: 167px;
}
body#page_list-parts .mb168 {
  margin-bottom: 168px;
}
body#page_list-parts .mt168 {
  margin-top: 168px;
}
body#page_list-parts .ml168 {
  margin-left: 168px;
}
body#page_list-parts .mb169 {
  margin-bottom: 169px;
}
body#page_list-parts .mt169 {
  margin-top: 169px;
}
body#page_list-parts .ml169 {
  margin-left: 169px;
}
body#page_list-parts .mb170 {
  margin-bottom: 170px;
}
body#page_list-parts .mt170 {
  margin-top: 170px;
}
body#page_list-parts .ml170 {
  margin-left: 170px;
}
body#page_list-parts .mb171 {
  margin-bottom: 171px;
}
body#page_list-parts .mt171 {
  margin-top: 171px;
}
body#page_list-parts .ml171 {
  margin-left: 171px;
}
body#page_list-parts .mb172 {
  margin-bottom: 172px;
}
body#page_list-parts .mt172 {
  margin-top: 172px;
}
body#page_list-parts .ml172 {
  margin-left: 172px;
}
body#page_list-parts .mb173 {
  margin-bottom: 173px;
}
body#page_list-parts .mt173 {
  margin-top: 173px;
}
body#page_list-parts .ml173 {
  margin-left: 173px;
}
body#page_list-parts .mb174 {
  margin-bottom: 174px;
}
body#page_list-parts .mt174 {
  margin-top: 174px;
}
body#page_list-parts .ml174 {
  margin-left: 174px;
}
body#page_list-parts .mb175 {
  margin-bottom: 175px;
}
body#page_list-parts .mt175 {
  margin-top: 175px;
}
body#page_list-parts .ml175 {
  margin-left: 175px;
}
body#page_list-parts .mb176 {
  margin-bottom: 176px;
}
body#page_list-parts .mt176 {
  margin-top: 176px;
}
body#page_list-parts .ml176 {
  margin-left: 176px;
}
body#page_list-parts .mb177 {
  margin-bottom: 177px;
}
body#page_list-parts .mt177 {
  margin-top: 177px;
}
body#page_list-parts .ml177 {
  margin-left: 177px;
}
body#page_list-parts .mb178 {
  margin-bottom: 178px;
}
body#page_list-parts .mt178 {
  margin-top: 178px;
}
body#page_list-parts .ml178 {
  margin-left: 178px;
}
body#page_list-parts .mb179 {
  margin-bottom: 179px;
}
body#page_list-parts .mt179 {
  margin-top: 179px;
}
body#page_list-parts .ml179 {
  margin-left: 179px;
}
body#page_list-parts .mb180 {
  margin-bottom: 180px;
}
body#page_list-parts .mt180 {
  margin-top: 180px;
}
body#page_list-parts .ml180 {
  margin-left: 180px;
}
body#page_list-parts .mb181 {
  margin-bottom: 181px;
}
body#page_list-parts .mt181 {
  margin-top: 181px;
}
body#page_list-parts .ml181 {
  margin-left: 181px;
}
body#page_list-parts .mb182 {
  margin-bottom: 182px;
}
body#page_list-parts .mt182 {
  margin-top: 182px;
}
body#page_list-parts .ml182 {
  margin-left: 182px;
}
body#page_list-parts .mb183 {
  margin-bottom: 183px;
}
body#page_list-parts .mt183 {
  margin-top: 183px;
}
body#page_list-parts .ml183 {
  margin-left: 183px;
}
body#page_list-parts .mb184 {
  margin-bottom: 184px;
}
body#page_list-parts .mt184 {
  margin-top: 184px;
}
body#page_list-parts .ml184 {
  margin-left: 184px;
}
body#page_list-parts .mb185 {
  margin-bottom: 185px;
}
body#page_list-parts .mt185 {
  margin-top: 185px;
}
body#page_list-parts .ml185 {
  margin-left: 185px;
}
body#page_list-parts .mb186 {
  margin-bottom: 186px;
}
body#page_list-parts .mt186 {
  margin-top: 186px;
}
body#page_list-parts .ml186 {
  margin-left: 186px;
}
body#page_list-parts .mb187 {
  margin-bottom: 187px;
}
body#page_list-parts .mt187 {
  margin-top: 187px;
}
body#page_list-parts .ml187 {
  margin-left: 187px;
}
body#page_list-parts .mb188 {
  margin-bottom: 188px;
}
body#page_list-parts .mt188 {
  margin-top: 188px;
}
body#page_list-parts .ml188 {
  margin-left: 188px;
}
body#page_list-parts .mb189 {
  margin-bottom: 189px;
}
body#page_list-parts .mt189 {
  margin-top: 189px;
}
body#page_list-parts .ml189 {
  margin-left: 189px;
}
body#page_list-parts .mb190 {
  margin-bottom: 190px;
}
body#page_list-parts .mt190 {
  margin-top: 190px;
}
body#page_list-parts .ml190 {
  margin-left: 190px;
}
body#page_list-parts .mb191 {
  margin-bottom: 191px;
}
body#page_list-parts .mt191 {
  margin-top: 191px;
}
body#page_list-parts .ml191 {
  margin-left: 191px;
}
body#page_list-parts .mb192 {
  margin-bottom: 192px;
}
body#page_list-parts .mt192 {
  margin-top: 192px;
}
body#page_list-parts .ml192 {
  margin-left: 192px;
}
body#page_list-parts .mb193 {
  margin-bottom: 193px;
}
body#page_list-parts .mt193 {
  margin-top: 193px;
}
body#page_list-parts .ml193 {
  margin-left: 193px;
}
body#page_list-parts .mb194 {
  margin-bottom: 194px;
}
body#page_list-parts .mt194 {
  margin-top: 194px;
}
body#page_list-parts .ml194 {
  margin-left: 194px;
}
body#page_list-parts .mb195 {
  margin-bottom: 195px;
}
body#page_list-parts .mt195 {
  margin-top: 195px;
}
body#page_list-parts .ml195 {
  margin-left: 195px;
}
body#page_list-parts .mb196 {
  margin-bottom: 196px;
}
body#page_list-parts .mt196 {
  margin-top: 196px;
}
body#page_list-parts .ml196 {
  margin-left: 196px;
}
body#page_list-parts .mb197 {
  margin-bottom: 197px;
}
body#page_list-parts .mt197 {
  margin-top: 197px;
}
body#page_list-parts .ml197 {
  margin-left: 197px;
}
body#page_list-parts .mb198 {
  margin-bottom: 198px;
}
body#page_list-parts .mt198 {
  margin-top: 198px;
}
body#page_list-parts .ml198 {
  margin-left: 198px;
}
body#page_list-parts .mb199 {
  margin-bottom: 199px;
}
body#page_list-parts .mt199 {
  margin-top: 199px;
}
body#page_list-parts .ml199 {
  margin-left: 199px;
}
body#page_list-parts .mb200 {
  margin-bottom: 200px;
}
body#page_list-parts .mt200 {
  margin-top: 200px;
}
body#page_list-parts .ml200 {
  margin-left: 200px;
}
body#page_list-parts .mb201 {
  margin-bottom: 201px;
}
body#page_list-parts .mt201 {
  margin-top: 201px;
}
body#page_list-parts .ml201 {
  margin-left: 201px;
}
body#page_list-parts .mb202 {
  margin-bottom: 202px;
}
body#page_list-parts .mt202 {
  margin-top: 202px;
}
body#page_list-parts .ml202 {
  margin-left: 202px;
}
body#page_list-parts .mb203 {
  margin-bottom: 203px;
}
body#page_list-parts .mt203 {
  margin-top: 203px;
}
body#page_list-parts .ml203 {
  margin-left: 203px;
}
body#page_list-parts .mb204 {
  margin-bottom: 204px;
}
body#page_list-parts .mt204 {
  margin-top: 204px;
}
body#page_list-parts .ml204 {
  margin-left: 204px;
}
body#page_list-parts .mb205 {
  margin-bottom: 205px;
}
body#page_list-parts .mt205 {
  margin-top: 205px;
}
body#page_list-parts .ml205 {
  margin-left: 205px;
}
body#page_list-parts .mb206 {
  margin-bottom: 206px;
}
body#page_list-parts .mt206 {
  margin-top: 206px;
}
body#page_list-parts .ml206 {
  margin-left: 206px;
}
body#page_list-parts .mb207 {
  margin-bottom: 207px;
}
body#page_list-parts .mt207 {
  margin-top: 207px;
}
body#page_list-parts .ml207 {
  margin-left: 207px;
}
body#page_list-parts .mb208 {
  margin-bottom: 208px;
}
body#page_list-parts .mt208 {
  margin-top: 208px;
}
body#page_list-parts .ml208 {
  margin-left: 208px;
}
body#page_list-parts .mb209 {
  margin-bottom: 209px;
}
body#page_list-parts .mt209 {
  margin-top: 209px;
}
body#page_list-parts .ml209 {
  margin-left: 209px;
}
body#page_list-parts .mb210 {
  margin-bottom: 210px;
}
body#page_list-parts .mt210 {
  margin-top: 210px;
}
body#page_list-parts .ml210 {
  margin-left: 210px;
}
body#page_list-parts .w344 {
  width: 344px;
}
body#page_list-parts .w377 {
  width: 377px;
}
body#page_list-parts .w204 {
  width: 204px;
}
body#page_list-parts .w243 {
  width: 243px;
}
body#page_list-parts .pt05 {
  padding-top: 5px;
}
body#page_list-parts .pr298 {
  padding-right: 298px;
}
body#page_list-parts .title {
  line-height: 1.2;
  font-weight: 900;
  font-size: calc(var(--baseFontSize) * 46);
  letter-spacing: 0.12em;
}
@media (max-width: 1280px) {
  body#page_list-parts .title {
    font-size: calc(var(--baseFontSize) * 36);
  }
}
@media (max-width: 768px) {
  body#page_list-parts .title {
    font-size: calc(var(--baseFontSize) * 30);
    line-height: 1.5;
  }
}
body#page_list-parts .headlines {
  margin-bottom: 78px;
}
body#page_list-parts .text {
  margin-bottom: 87px;
}
body#page_list-parts .list {
  margin-bottom: 80px;
}
body#page_list-parts .button-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 270px;
  font-size: calc(var(--baseFontSize) * 24);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  body#page_list-parts .button-label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
body#page_list-parts .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 19px;
}
body#page_list-parts .flex-col-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#page_list-parts .flex-col-3 > * {
  width: 248px;
}
@media (max-width: 600px) {
  body#page_list-parts .flex-col-3 > * {
    width: 100%;
  }
}
body#page_list-parts .flex.-flex01 {
  gap: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 600px) {
  body#page_list-parts .flex.-flex01 > *:last-child {
    margin-top: 0;
  }
}
body#page_list-parts .flex.-flex02 {
  gap: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body#page_list-parts .flex.-flex02 > *:last-child {
    margin-left: 0;
  }
}
body#page_list-parts .flex.-flex03 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body#page_list-parts .grid-center-col-3 > *:nth-child(3n+1):last-child {
  grid-column: 2;
}
@media (max-width: 600px) {
  body#page_list-parts .grid-center-col-3 > *:nth-child(3n+1):last-child {
    grid-column: unset;
  }
}
@media (max-width: 600px) {
  body#page_list-parts .grid-sp-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  body#page_list-parts .grid-sp-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  body#page_list-parts .grid-col-4.grid-sp-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  body#page_list-parts .grid-col-4.grid-sp-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  body#page_list-parts .gTabs__item.grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  body#page_list-parts .gTabs__item.grid-col-3 .modBtn04 {
    padding: 10px;
  }
}
body#page_list-parts .listTypeBtn__wrap {
  gap: 10px 22px;
}
body#page_list-parts .anchorLinks__wrap, body#page_list-parts .tabs__wrap {
  gap: 10px 19px;
}
body#page_list-parts .cardLinks__wrap {
  gap: 20px 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1058px;
}
@media (min-width: 0px) and (max-width: 600px) {
  body#page_list-parts .cardLinks__wrap {
    gap: 10px 22px;
  }
}
body#page_list-parts .cardLinks__wrap.-fixWidth02 {
  max-width: 788px;
}
body#page_list-parts .regulations__text {
  font-weight: 500;
  font-size: calc(var(--baseFontSize) * 24);
  letter-spacing: 0.12em;
  line-height: 1.2;
}

body#page_news-detail .newsDetail {
  padding-top: 66px;
}
body#page_news-detail .newsDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 17px;
}
body#page_news-detail .newsDetail__meta-date {
  font-family: var(--fontBarlow);
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--subColor4);
}
body#page_news-detail .newsDetail__meta-date.-colorGreen {
  color: var(--mainColor2);
}
body#page_news-detail .newsDetail__meta-category {
  font-size: calc(var(--baseFontSize) * 12);
  line-height: 1;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
body#page_news-detail .newsDetail__meta-category span {
  background-color: var(--baseFontLinkColor);
  padding: 3px 30px 4px 30px;
  border-radius: 30px;
  min-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body#page_news-detail .newsDetail__meta-category span.-color01 {
  background-color: var(--mainColor1);
  color: var(--subColor5);
}
body#page_news-detail .newsDetail__meta-category span.-color02 {
  background-color: var(--subColor7);
  color: var(--subColor5);
}
body#page_news-detail .newsDetail__meta-category span.-color03 {
  background-color: var(--mainColor2);
}
body#page_news-detail .newsDetail__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(var(--baseFontSize) * 30);
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  body#page_news-detail .newsDetail__title {
    margin-bottom: 20px;
  }
}
body#page_news-detail .newsDetail__bottom {
  margin: 77px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  body#page_news-detail .newsDetail__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body#page_news-detail .newsDetail__bottom a {
  width: 377px;
}
@media (max-width: 768px) {
  body#page_news-detail .newsDetail__bottom a {
    width: 100%;
  }
}
body#page_news-detail .newsDetail__bottom .modBtn02 {
  padding-left: 40px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  body#page_news-detail .newsDetail__bottom .modBtn02 {
    padding-left: 20px;
  }
}
body#page_news-detail .modEntry {
  background-color: #fff;
  border-radius: 10px;
  padding: 59px 55px 54px 57px;
}
@media (min-width: 0px) and (max-width: 400px) {
  body#page_news-detail .modEntry {
    padding: 15px;
  }
}
body#page_news-detail .modEntry table th {
  padding-top: 11px;
}
body#page_news-detail .modEntry table th, body#page_news-detail .modEntry table td {
  padding-left: 0;
  padding-right: 0;
}

body#page_news .gTabs__item {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body#page_news .gTabs__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  body#page_news .gTabs__item .modBtn04 {
    padding: 10px;
  }
}
body#page_news .modListInfo01__category.-color01 {
  background-color: var(--mainColor1);
  color: var(--subColor5);
}
body#page_news .modListInfo01__category.-color02 {
  background-color: var(--mainColor3);
  color: var(--subColor5);
}
body#page_news .modListInfo01__category.-color03 {
  background-color: var(--subColor7);
  color: var(--subColor5);
}

/*
under
*/
/*
achimachi
*/
body#page_achimachi iframe {
  width: 100%;
}
body#page_achimachi .achimachi__block:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  body#page_achimachi .achimachi__block:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*
achimachi
*/
body#page_achiterrace iframe {
  width: 100%;
}
body#page_achiterrace .achiterrace__btn {
  width: 377px;
  margin-inline: auto;
}
@media (max-width: 600px) {
  body#page_achiterrace .achiterrace__btn {
    width: 100%;
  }
}
body#page_achiterrace .achiterrace__block:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  body#page_achiterrace .achiterrace__block:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*
under
*/
body#page_genjuro .modAddressText {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  body#page_genjuro .modAddressText {
    margin-bottom: 30px;
  }
}
body#page_genjuro .modMap {
  max-width: 100%;
  height: 600px;
}
@media (max-width: 600px) {
  body#page_genjuro .modMap {
    height: 300px;
    max-width: -webkit-fill-available;
  }
}
body#page_genjuro .modMap iframe {
  height: 100%;
  width: 100%;
}
body#page_genjuro .genjuro__block:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  body#page_genjuro .genjuro__block:not(:last-child) {
    margin-bottom: 40px;
  }
}
body#page_genjuro .genjuro__btn {
  max-width: 377px;
  width: 100%;
  margin-inline: auto;
}

body#page_service .monogatariAccess__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 54px;
}
@media (max-width: 1280px) {
  body#page_service .monogatariAccess__block {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  body#page_service .monogatariAccess__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    gap: 0;
  }
}
body#page_service .monogatariAccess__map {
  width: 100%;
  height: 605px;
}
body#page_service .monogatariAccess__map iframe {
  width: 100%;
}
@media (max-width: 600px) {
  body#page_service .monogatariAccess__map {
    height: 305px;
  }
}
@media (max-width: 600px) {
  body#page_service .monogatariAccess__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

body#page_service .monogatariCafe__block:not(:last-child) {
  margin-bottom: 54px;
}
body#page_service .monogatariCafe__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1280px) {
  body#page_service .monogatariCafe__main {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  body#page_service .monogatariCafe__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    gap: 0;
  }
}
body#page_service .monogatariCafe__content {
  line-height: 1.7;
}
body#page_service .monogatariCafe__content h2 {
  font-size: calc(var(--baseFontSize) * 22);
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  body#page_service .monogatariCafe__content h2 {
    font-size: calc(var(--baseFontSize) * 18);
    margin-bottom: 10px;
  }
}
body#page_service .monogatariCafe__box {
  background-color: var(--subColor10);
  padding: 14px 15px;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  margin-bottom: 33px;
}
body#page_service .monogatariCafe__box span {
  color: var(--subColor7);
}
body#page_service .monogatariCafe__ins {
  width: 377px;
  margin-inline: auto;
}
@media (max-width: 1280px) {
  body#page_service .monogatariCafe__ins {
    width: 90%;
  }
}
@media (max-width: 600px) {
  body#page_service .monogatariCafe__ins {
    width: 100%;
  }
}
body#page_service .monogatariCafe__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}
@media (max-width: 1280px) {
  body#page_service .monogatariCafe__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
  }
}
@media (max-width: 600px) {
  body#page_service .monogatariCafe__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
body#page_service .monogatariCafe__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 600px) {
  body#page_service .monogatariCafe__gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
body#page_service .monogatariCafe__gallery img {
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  body#page_service .monogatariCafe__gallery img {
    border-radius: 15px;
  }
}

body#page_service .monogatariEvent__list:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__list:not(:last-child) {
    margin-bottom: 45px;
  }
}
body#page_service .monogatariEvent__item {
  border-top: 1px dashed var(--baseFontColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-block: 20px;
  padding-left: 34px;
  padding-right: 27px;
  text-decoration: none;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__item {
    padding-block: 15px;
    padding-inline: 0;
    gap: 15px;
  }
}
body#page_service .monogatariEvent__item:last-child {
  border-bottom: 1px dashed var(--baseFontColor);
}
body#page_service .monogatariEvent__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
body#page_service .monogatariEvent__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 25px;
  position: relative;
}
body#page_service .monogatariEvent__item-tag {
  color: var(--subColor5);
  background-color: var(--mainColor2);
  display: inline-block;
  font-weight: 500;
  font-size: calc(var(--baseFontSize) * 12);
  padding: 2px 10px;
  min-width: 120px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__item-tag {
    font-size: calc(var(--baseFontSize) * 10);
  }
}
body#page_service .monogatariEvent__item-date {
  font-size: calc(var(--baseFontSize) * 14);
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__item-date {
    font-size: calc(var(--baseFontSize) * 12);
  }
}
body#page_service .monogatariEvent__item-title {
  line-height: 1.7;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__item-title {
    font-size: calc(var(--baseFontSize) * 16);
    line-height: 1.5;
  }
}
body#page_service .monogatariEvent__item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 600px) {
  body#page_service .monogatariEvent__item-icon {
    width: 30px;
    height: 30px;
  }
}

/*
page-service/monogatari/guide
*/
body#page_service .monogatariGuide__block {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body#page_service .monogatariGuide__block {
    margin-bottom: 50px;
  }
}
body#page_service .monogatariGuide__table {
  margin-bottom: 50px;
}
body#page_service .monogatariGuide__section01-image {
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  body#page_service .monogatariGuide__section01-image {
    margin-bottom: 60px;
  }
}
body#page_service .monogatariGuide__section01-btn {
  display: grid;
  margin-bottom: 109px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 19px;
}
@media (max-width: 768px) {
  body#page_service .monogatariGuide__section01-btn {
    margin-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
body#page_service .monogatariGuide__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body#page_service .monogatariGuide__btns a {
  max-width: 377px;
}
@media (max-width: 768px) {
  body#page_service .monogatariGuide__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body#page_service .monogatariGuide__section04 .facilityCard01__inner {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  body#page_service .monogatariGuide__section04 .facilityCard01__inner {
    padding-bottom: 20px;
  }
}
body#page_service .monogatariGuide__section04-btn {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  body#page_service .monogatariGuide__section04-btn {
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}

.modNoticeSection {
  width: 100%;
  padding: 0;
  margin: 5px auto 50px auto;
}
@media (max-width: 768px) {
  .modNoticeSection {
    margin: 5px auto 30px auto;
  }
}
.modNoticeSection .modNotice {
  width: 100%;
  max-width: 1171px;
  height: 74px;
  margin: 0 auto 0 auto;
  padding: 0 70px;
  border: 1px solid #c21a1d;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .modNoticeSection .modNotice {
    height: auto;
    min-height: 60px;
    padding: 12px 16px;
    gap: 8px;
  }
}

.modNotice__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #c21a1d;
}
@media (max-width: 768px) {
  .modNotice__text {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
}
.modNotice.-warning {
  border-color: #c21a1d;
}
.modNotice.-warning .modNotice__text {
  color: #c21a1d;
}
.modNotice.-info {
  border-color: #0055a5;
}
.modNotice.-info .modNotice__text {
  color: #0055a5;
}

.facilityCard01 {
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 39px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .facilityCard01 {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.facilityCard01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 40px 43px 30px 27px;
}
@media (max-width: 768px) {
  .facilityCard01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
}
.facilityCard01__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .facilityCard01__image {
    width: 100%;
  }
}
.facilityCard01__image img {
  width: 100%;
}
.facilityCard01__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.facilityCard01__title {
  border-left: 9px solid var(--subColor7);
  font-size: calc(var(--baseFontSize) * 24);
  font-weight: 500;
  color: var(--subColor7);
  padding-left: 15px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.facilityCard01__title.-color01 {
  color: var(--subColor4);
  border-color: var(--subColor4);
}
.facilityCard01__title.-color02 {
  color: #14925E;
  border-color: #14925E;
}
@media (max-width: 768px) {
  .facilityCard01__title {
    border-width: 5px;
    padding-left: 10px;
  }
}
.facilityCard01__description {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  margin-bottom: 15px;
}
.facilityCard01__description .-colorRed {
  color: var(--subColor7);
}
.facilityCard01__description-image img {
  margin-inline: auto;
  display: block;
}

.facilityCards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .facilityCards-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 24px;
  }
}

body#page_service .listStyle {
  padding-left: 0;
  margin-bottom: 0;
}
body#page_service .listStyle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
body#page_service .listStyle li:before {
  content: "※";
}
body#page_service .monogatariRental__block01 {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__block01 {
    margin-bottom: 50px;
  }
}
body#page_service .monogatariRental__block01-space01 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__block01-space01 {
    margin-bottom: 20px;
  }
}
body#page_service .monogatariRental__block01-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__block01-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
body#page_service .monogatariRental__block01-preview {
  height: 166px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__block01-preview {
    margin-bottom: 25px;
  }
}
body#page_service .monogatariRental__block01-preview img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body#page_service .monogatariRental__block01-preview a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__block01-preview a {
    width: 90%;
  }
}
body#page_service .monogatariRental__block01-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body#page_service .monogatariRental__block02 {
  margin-bottom: 127px;
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__block02 {
    margin-bottom: 60px;
  }
}
body#page_service .monogatariRental__content {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
}
body#page_service .monogatariRental__content-small {
  font-size: calc(var(--baseFontSize) * 18);
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__content-small {
    font-size: calc(var(--baseFontSize) * 14);
  }
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__content {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
body#page_service .monogatariRental__table {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 28px;
}
body#page_service .monogatariRental__table-note {
  font-size: calc(var(--baseFontSize) * 16);
  color: #E33E41;
  font-weight: bold;
  margin-top: 7px;
}
body#page_service .monogatariRental__btn {
  width: 377px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__btn {
    width: 100%;
  }
}
body#page_service .monogatariRental__box {
  background-color: var(--subColor5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 55px;
  padding-inline: 30px;
  gap: 130px;
  font-size: calc(var(--baseFontSize) * 20);
  font-weight: 500;
  margin-bottom: 34px;
}
@media (max-width: 1280px) {
  body#page_service .monogatariRental__box {
    gap: 40px;
    padding-inline: 15px;
  }
}
@media (max-width: 768px) {
  body#page_service .monogatariRental__box {
    gap: 20px;
    font-size: calc(var(--baseFontSize) * 16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 30px;
  }
}

body#page_monogatari .monogatari__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 19px;
  margin-bottom: 40px;
}
body#page_monogatari .monogatari__bottom .modBtn01 {
  width: 377px;
}
body#page_monogatari .monogatari__section01 {
  margin-bottom: 113px;
}
body#page_monogatari .monogatari__section02 {
  margin-bottom: 126px;
}
body#page_monogatari .monogatari__section02 .modTitle02 {
  margin-bottom: 45px;
}
body#page_monogatari .monogatari__section03 .modTitle02 {
  margin-bottom: 53px;
}
body#page_monogatari .monogatari__grid {
  display: grid;
  max-width: 1058px;
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body#page_monogatari .monogatari__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body#page_monogatari .monogatari__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 23px;
  max-width: 788px;
  margin-inline: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body#page_monogatari .monogatari__service .cardLink {
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 768px) {
  body#page_monogatari .monogatari__service .cardLink {
    width: 100%;
  }
}
body#page_monogatari .modEventCard {
  background-color: #FFF;
  border-radius: 10px;
  border: solid 2px var(--baseFontColor);
  padding: 15px;
  text-decoration: none;
}
body#page_monogatari .modEventCard__image {
  position: relative;
  padding-top: 70.67%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
body#page_monogatari .modEventCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body#page_monogatari .modEventCard__imageLabelRight {
  position: absolute;
  top: 13px;
  right: 11px;
  background-color: var(--mainColor1);
  border-radius: 100px;
  color: #FFF;
  padding: 3px 30px;
  font-size: calc(var(--baseFontSize) * 12);
  font-weight: 500;
}
body#page_monogatari .modEventCard__imageLabelRight.-colorGreen {
  background-color: var(--mainColor2);
}
body#page_monogatari .modEventCard__content .modEventCard__contentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
body#page_monogatari .modEventCard__content .modEventCard__contentHeader p {
  opacity: 1;
  font-weight: 700;
  font-size: calc(var(--baseFontSize) * 14);
  border-radius: 10px;
  padding: 2px 25px;
  background-color: #EEEEEE;
}
body#page_monogatari .modEventCard__content .modEventCard__contentFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body#page_monogatari .modEventCard__content .modEventCard__contentFooter .redirect {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #E6F3FF;
  margin-top: 14px;
}
body#page_monogatari .modEventCard__date {
  font-weight: 400;
  font-size: calc(var(--baseFontSize) * 14);
  line-height: 1;
  vertical-align: middle;
}
body#page_monogatari .modEventCard__title {
  max-width: 240px;
  font-weight: 500;
  font-size: calc(var(--baseFontSize) * 18);
  line-height: 26px;
}

body#page_service .parkingBikanchiku .-bgColor01 {
  background-color: var(--subColor9);
}
body#page_service .parkingBikanchiku .-bgColor02 {
  background-color: var(--subColor14);
}
body#page_service .parkingBikanchiku .-bgColor03 {
  background-color: var(--subColor8);
}
body#page_service .parkingBikanchiku .-bgColor04 {
  background-color: var(--subColor12);
}
body#page_service .parkingBikanchiku .-bgColor05 {
  background-color: var(--accentColor);
}
body#page_service .parkingBikanchiku__link {
  color: var(--subColor5);
  font-weight: 700;
}
body#page_service .parkingBikanchiku__link-label {
  border: 2px solid var(--accentColor);
  border-radius: 10px;
  padding-bottom: 3px;
  font-size: calc(var(--baseFontSize) * 23);
  display: block;
  width: 56px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__link-label {
    border-radius: 5px;
    font-size: calc(var(--baseFontSize) * 14);
    width: 36px;
    height: 22px;
    margin-bottom: 3px;
    padding-top: 2px;
  }
}
body#page_service .parkingBikanchiku__link-title {
  font-size: calc(var(--baseFontSize) * 16);
  line-height: 1;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 4px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__link-title {
    font-size: calc(var(--baseFontSize) * 8);
  }
}
body#page_service .parkingBikanchiku__block {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__block {
    margin-bottom: 60px;
  }
}
body#page_service .parkingBikanchiku__map {
  padding-top: 60px;
  padding-bottom: 20px;
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 15px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map {
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__map {
    padding-top: 30px;
  }
}
body#page_service .parkingBikanchiku__map-inner {
  border: 2px solid var(--accentColor);
  border-radius: 10px;
  background-color: var(--subColor5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-inner {
    border: 0;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
}
body#page_service .parkingBikanchiku__map-content {
  padding: 25px;
  background-color: var(--subColor10);
  line-height: 1.7;
  width: 286px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 8px 8px 0;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
}
body#page_service .parkingBikanchiku__map-image-links {
  position: relative;
}
body#page_service .parkingBikanchiku__map-image-links a {
  width: 11%;
  display: block;
  height: 10%;
  position: absolute;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links a {
    height: 13%;
  }
}
@media (any-hover: hover) {
  body#page_service .parkingBikanchiku__map-image-links a:hover {
    opacity: 1;
  }
}
body#page_service .parkingBikanchiku__map-image-links .link01 {
  right: 19.5%;
  bottom: 15%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links .link01 {
    bottom: 7%;
    width: 12%;
  }
}
body#page_service .parkingBikanchiku__map-image-links .link02 {
  left: 14.5%;
  bottom: 8%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links .link02 {
    bottom: 6%;
    width: 12%;
  }
}
body#page_service .parkingBikanchiku__map-image-links .link03 {
  left: 14%;
  bottom: 34%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links .link03 {
    bottom: 31%;
  }
}
body#page_service .parkingBikanchiku__map-image-links .link04 {
  left: 13.5%;
  top: 25%;
}
body#page_service .parkingBikanchiku__map-image-links .link05 {
  left: 25%;
  top: 27%;
  width: 14.5%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links .link05 {
    left: 23%;
    top: 31%;
  }
}
body#page_service .parkingBikanchiku__map-image-links .link06 {
  left: 29.5%;
  top: 5%;
  width: 7%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links .link06 {
    left: 27.5%;
    width: 11%;
  }
}
body#page_service .parkingBikanchiku__map-image-links .link07 {
  left: 54.5%;
  top: 6%;
  width: 8%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body#page_service .parkingBikanchiku__map-image-links .link07 {
    width: 12%;
  }
}
@media (min-width: 1191px) {
  body#page_service .parkingBikanchiku__map-image-links a:hover .parkingBikanchiku__map-tooltip {
    display: block;
  }
}
body#page_service .parkingBikanchiku__map-image-btn {
  display: none;
  padding: 20px;
  background-color: var(--subColor10);
}
body#page_service .parkingBikanchiku__map-image-btn a {
  min-height: 50px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-image-btn {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: var(--subColor5);
    border-block: 3px solid var(--accentColor);
  }
  body#page_service .parkingBikanchiku__map-image img {
    width: 100%;
  }
}
body#page_service .parkingBikanchiku__map-title {
  font-size: calc(var(--baseFontSize) * 28);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px solid var(--accentColor);
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-title {
    border-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: calc(var(--baseFontSize) * 22);
  }
}
body#page_service .parkingBikanchiku__map-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--subColor5);
  border-radius: 10px;
  padding: 12px 7px;
  gap: 5px;
  color: var(--subColor4);
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 700;
  margin-bottom: 15px;
}
body#page_service .parkingBikanchiku__map-time img {
  width: 91px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-time {
    display: none;
  }
}
body#page_service .parkingBikanchiku__map-text {
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
body#page_service .parkingBikanchiku__map-info {
  font-size: calc(var(--baseFontSize) * 14);
  color: rgba(102, 102, 102, 0.6666666667);
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-info {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
  }
}
body#page_service .parkingBikanchiku__map-link {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-link {
    display: none;
  }
}
body#page_service .parkingBikanchiku__map-points {
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: var(--subColor10);
    margin-bottom: 10px;
    gap: 13px;
    padding: 9px 7px;
  }
  body#page_service .parkingBikanchiku__map-points > span {
    display: none;
  }
}
body#page_service .parkingBikanchiku__map-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 700;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-point {
    font-size: calc(var(--baseFontSize) * 16);
    margin-top: 0;
    gap: 10px;
  }
}
body#page_service .parkingBikanchiku__map-point-icon {
  border: 3px solid var(--accentColor);
  border-radius: 10px;
  color: var(--subColor5);
  width: 50px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(var(--baseFontSize) * 28);
}
@media (min-width: 0px) and (max-width: 1190px) {
  body#page_service .parkingBikanchiku__map-point-icon {
    font-size: calc(var(--baseFontSize) * 18);
    width: 32px;
    height: 24px;
    border-width: 2px;
    border-radius: 5px;
  }
}
body#page_service .parkingBikanchiku__map-tooltip {
  background-color: var(--subColor5);
  width: 256px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  border: 3px solid var(--accentColor);
  padding: 10px 5px;
  display: none;
  z-index: 2;
}
body#page_service .parkingBikanchiku__map-tooltip.-tooltip01 {
  top: -210%;
}
body#page_service .parkingBikanchiku__map-tooltip-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -26px;
}
body#page_service .parkingBikanchiku__map-tooltip-title {
  font-size: calc(var(--baseFontSize) * 25);
  line-height: 1.2;
  margin-bottom: 9px;
  font-weight: 700;
}
body#page_service .parkingBikanchiku__map-tooltip-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
body#page_service .parkingBikanchiku__downloadList {
  max-width: 1058px;
  margin-inline: auto;
  display: grid;
  gap: 31px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__downloadList {
    grid-template-columns: repeat(1, 1fr);
  }
}
body#page_service .parkingBikanchiku__item {
  border: 2px solid var(--accentColor);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
body#page_service .parkingBikanchiku__item:not(:last-child) {
  margin-bottom: 20px;
}
body#page_service .parkingBikanchiku__item-more {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-more {
    -webkit-transform: none;
    transform: none;
    top: 8px;
    right: 11px;
    width: 34px;
    height: 34px;
  }
}
body#page_service .parkingBikanchiku__item-label {
  position: absolute;
  width: 93px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: calc(var(--baseFontSize) * 32);
  color: var(--subColor5);
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-label {
    display: none;
  }
}
body#page_service .parkingBikanchiku__item-title {
  font-size: calc(var(--baseFontSize) * 24);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-title {
    font-size: calc(var(--baseFontSize) * 20);
    line-height: 1.5;
    border-bottom: 1px solid var(--accentColor);
    width: 100%;
    padding-block: 10px;
    padding-left: 65px;
    padding-right: 50px;
  }
}
body#page_service .parkingBikanchiku__item-title-label {
  display: none;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-title-label {
    width: 56px;
    font-weight: 700;
    font-size: calc(var(--baseFontSize) * 32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--subColor5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
body#page_service .parkingBikanchiku__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-head {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 9px;
  }
}
body#page_service .parkingBikanchiku__item-stuffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-stuffs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--subColor1);
    gap: 0;
    padding: 7px 3px;
    width: 100%;
  }
}
body#page_service .parkingBikanchiku__item-stuff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  background-color: var(--subColor1);
  border-radius: 10px;
  padding: 4px 10px;
  color: var(--subColor4);
  font-weight: 700;
}
body#page_service .parkingBikanchiku__item-stuff:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  body#page_service .parkingBikanchiku__item-stuff {
    gap: 5px;
    padding-inline: 5px;
  }
}
body#page_service .parkingBikanchiku__item-stuff img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
@media (max-width: 600px) {
  body#page_service .parkingBikanchiku__item-stuff img {
    margin-right: 5px;
  }
}
body#page_service .parkingBikanchiku__item-stuff-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-stuff-label {
    font-size: calc(var(--baseFontSize) * 14);
  }
}
body#page_service .parkingBikanchiku__item-stuff-value {
  background-color: var(--subColor5);
  color: var(--accentColor);
  line-height: 1.3;
  font-size: calc(var(--baseFontSize) * 18);
  border-radius: 5px;
  font-weight: 500;
  padding: 2px 14px 4px;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-stuff-value {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
body#page_service .parkingBikanchiku__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-weight: 500;
  color: var(--subColor4);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(var(--baseFontSize) * 14);
    padding-inline: 13px;
    margin-bottom: 9px;
  }
}
body#page_service .parkingBikanchiku__item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
body#page_service .parkingBikanchiku__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body#page_service .parkingBikanchiku__item-link a {
  width: 209px;
}
@media (min-width: 769px) {
  body#page_service .parkingBikanchiku__item-link a:last-child {
    width: 236px;
  }
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-link a {
    font-size: calc(var(--baseFontSize) * 13);
    padding-inline: 15px;
    padding-top: 20px;
    padding-bottom: 9px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-link a:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 5px;
  }
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-link {
    padding-inline: 13px;
  }
}
body#page_service .parkingBikanchiku__item-content {
  background-color: var(--subColor5);
  margin-left: 93px;
  padding: 15px 70px 13px 25px;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-content {
    padding-top: 0;
    padding-inline: 0;
    margin-left: 0;
  }
}
body#page_service .parkingBikanchiku__item-footer {
  margin-left: 93px;
  background-color: #ebebeb;
  padding: 5px 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  body#page_service .parkingBikanchiku__item-footer {
    margin-left: 0;
    font-size: calc(var(--baseFontSize) * 14);
    padding: 5px 13px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .-blackTextSP {
    color: var(--accentColor);
  }
}

/*
service/parking/list
*/
body#page_parking-detail .parking {
  position: relative;
  z-index: 1;
}
body#page_parking-detail .parking__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0 1px;
}
body#page_parking-detail .parkingDetail {
  margin: 52px auto 28px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail {
    padding: 0;
    margin-top: 28px;
    margin-bottom: 8px;
  }
}
body#page_parking-detail .parkingDetail__thumb {
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 555px;
  text-align: center;
}
@media (max-width: 1280px) {
  body#page_parking-detail .parkingDetail__thumb {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail__thumb {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
body#page_parking-detail .parkingDetail__thumb > picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
body#page_parking-detail .parkingDetail__thumb > picture > img {
  min-height: 358px;
}
@media (max-width: 1280px) {
  body#page_parking-detail .parkingDetail__thumb > picture > img {
    min-height: unset;
  }
}
body#page_parking-detail .parkingDetail__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: 65px;
}
@media (max-width: 1280px) {
  body#page_parking-detail .parkingDetail__content {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail__content {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail__content {
    margin-top: 16px;
    gap: 19px;
  }
}
body#page_parking-detail .parkingDetail__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1px 8px 1px 17px;
  border-radius: 10px;
  background: var(--subColor7);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  font-weight: 700;
  gap: 17px;
}
body#page_parking-detail .parkingDetail__badge > p {
  color: var(--subColor5);
  font-size: calc(var(--baseFontSize) * 28);
}
body#page_parking-detail .parkingDetail__badgeContent {
  font-size: calc(var(--baseFontSize) * 18);
  padding: 3px 20px;
  border-radius: 5px;
  background: var(--subColor5);
  text-align: center;
}
body#page_parking-detail .parkingDetail__badge.-color01 {
  background: var(--subColor9);
  color: var(--subColor9);
}
body#page_parking-detail .parkingDetail__badge.-color02 {
  background: var(--subColor14);
  color: var(--subColor14);
}
body#page_parking-detail .parkingDetail__badge.-color03 {
  background: var(--subColor8);
  color: var(--subColor8);
}
body#page_parking-detail .parkingDetail__badge.-color04 {
  background: var(--subColor12);
  color: var(--subColor12);
}
body#page_parking-detail .parkingDetail__badge.-color05 {
  background: var(--baseFontColor);
  color: var(--baseFontColor);
}
body#page_parking-detail .parkingDetail__linkInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1280px) {
  body#page_parking-detail .parkingDetail__linkInfo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail__linkInfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
  }
}
body#page_parking-detail .parkingDetail__text {
  font-size: calc(var(--baseFontSize) * 14);
  font-weight: 700;
  line-height: 1.7;
}
body#page_parking-detail .parkingDetail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 1280px) {
  body#page_parking-detail .parkingDetail__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    gap: 11px;
  }
}
body#page_parking-detail .parkingDetail__btn .modBtnMap {
  min-width: 209px;
  padding: 5px 0 7px 46px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail__btn .modBtnMap {
    font-size: calc(var(--baseFontSize) * 13);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 155px;
    height: 46px;
    min-width: 0;
    padding: 0 21px 0 0;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail__btn .modBtnMap.-iconExternal02:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body#page_parking-detail .parkingDetail__btn .modBtnMap.-btnYahoo {
  min-width: 236px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail__btn .modBtnMap.-btnYahoo {
    min-width: 0;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail__btn .modBtnMap.-iconNavWithText::before {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail__info {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail .modTable01 tr, body#page_parking-detail .parkingDetail .modTable01 > div, body#page_parking-detail .parkingDetail .modTable01__line {
    display: block;
    width: 100%;
  }
}
body#page_parking-detail .parkingDetail .modTable01 th, body#page_parking-detail .parkingDetail .modTable01 dt, body#page_parking-detail .parkingDetail .modTable01__title {
  width: 24%;
  padding-top: 12px;
  height: 57px;
}
body#page_parking-detail .parkingDetail .modTable01 th h2, body#page_parking-detail .parkingDetail .modTable01 dt h2, body#page_parking-detail .parkingDetail .modTable01__title h2 {
  font-weight: bold;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail .modTable01 th, body#page_parking-detail .parkingDetail .modTable01 dt, body#page_parking-detail .parkingDetail .modTable01__title {
    width: 100%;
    height: 48px;
    border-bottom: none;
    padding: 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body#page_parking-detail .parkingDetail .modTable01 td, body#page_parking-detail .parkingDetail .modTable01 dd, body#page_parking-detail .parkingDetail .modTable01__text {
  padding: 11px 27px 15px 27px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail .modTable01 td, body#page_parking-detail .parkingDetail .modTable01 dd, body#page_parking-detail .parkingDetail .modTable01__text {
    width: 100%;
    padding: 13px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body#page_parking-detail .parkingDetail02 {
  margin-bottom: 34px;
}
body#page_parking-detail .parkingDetail02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: solid 2px var(--baseFontColor);
  margin-top: -2px;
  background-color: var(--subColor10);
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__body {
    margin-inline: -15px;
    border: none;
    border-bottom: solid 2px var(--baseFontColor);
    border-radius: 0;
    padding-bottom: 27px;
    margin-top: 3px;
  }
}
body#page_parking-detail .parkingDetail02__thumb {
  min-width: 0;
  overflow: hidden;
  -webkit-box-flex: 7.6;
  -ms-flex: 7.6;
  flex: 7.6;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__thumb {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}
body#page_parking-detail .parkingDetail02__thumb .modMap {
  margin-left: 0;
  max-height: 661px;
}
body#page_parking-detail .parkingDetail02__info {
  -webkit-box-flex: 2.4;
  -ms-flex: 2.4;
  flex: 2.4;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__info {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}
body#page_parking-detail .parkingDetail02__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 21px 19px 20px 20px;
  max-width: 460px;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__content {
    max-width: unset;
    text-align: center;
    padding-inline: 35px;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 5px 0 0;
    gap: 7px;
  }
}
body#page_parking-detail .parkingDetail02__content > p {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 700;
  line-height: 1;
  margin: 5px 0 3px 3px;
}
body#page_parking-detail .parkingDetail02__linkInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__linkInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 10px 0 15px;
    gap: 10px;
  }
}
body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02 {
  width: 243px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02 {
    font-size: calc(var(--baseFontSize) * 16);
    width: 100%;
    padding: 16px 40px 18px 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02 br {
    display: none;
  }
}
body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconMap:before {
  top: 37px;
  left: 11px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconMap:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9px;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconMap .-iconExternal02 {
    position: unset;
  }
}
body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconMap .-iconExternal02:after {
  margin-right: 6px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconMap .-iconExternal02:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-top: 0;
  }
}
body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo {
  padding: 22px 21px 22px 50px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo {
    padding: 16px 40px 18px 45px;
  }
}
body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo:before {
  top: 40px;
  left: 20px;
  width: 19px;
  height: 29px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo .-iconExternal02 {
    position: unset;
  }
}
body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo .-iconExternal02:after {
  margin-right: 24px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__linkInfo .modBtnMap02.-iconYahoo .-iconExternal02:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-top: 0;
    margin-right: 7px;
  }
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail02__bottom {
    padding-right: 11px;
  }
}
body#page_parking-detail .parkingDetail02__text {
  border-bottom: 1px dashed var(--baseFontColor);
  margin-top: 13px;
  padding-right: 23px;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__text {
    padding-right: 20px;
  }
}
body#page_parking-detail .parkingDetail02__text > p {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.12em;
  line-height: 1.19;
}
body#page_parking-detail .parkingDetail02__text > p::after {
  content: "";
  width: 15px;
  height: 6px;
  position: absolute;
  right: 2px;
  bottom: 10px;
  background: url(../img/common/icon_arrow_right02.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail02__text > p::after {
    right: -1px;
  }
}
body#page_parking-detail .parkingDetail03__wrap01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px 18px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail03__wrap01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__wrap01 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3px;
    gap: 8px 18px;
  }
}
body#page_parking-detail .parkingDetail03__item {
  background: var(--subColor5);
  border-radius: 10px;
  padding: 20px 18px 20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__item {
    padding: 5px 15px;
  }
}
body#page_parking-detail .parkingDetail03__item.disabled {
  background: var(--subColor11);
}
body#page_parking-detail .parkingDetail03__item.disabled > .parkingInfoSection01__img {
  padding-right: 10px;
}
body#page_parking-detail .parkingDetail03__item-img {
  min-width: 69px;
  text-align: right;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__item-img {
    min-width: 0;
    width: 45px;
  }
}
body#page_parking-detail .parkingDetail03__item-info {
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body#page_parking-detail .parkingDetail03__item-info > img {
  position: absolute;
  right: -5px;
  bottom: -10px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__item-info > img {
    display: none;
  }
}
body#page_parking-detail .parkingDetail03__item-title {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__item-title {
    font-size: calc(var(--baseFontSize) * 16);
    margin-left: 20px;
  }
}
body#page_parking-detail .parkingDetail03__item-title.disabled {
  color: var(--subColor12);
}
body#page_parking-detail .parkingDetail03__item-status {
  font-size: calc(var(--baseFontSize) * 18);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: var(--subColor4);
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__item-status {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
body#page_parking-detail .parkingDetail03__item-status.disabled {
  color: var(--subColor12);
}
body#page_parking-detail .parkingDetail03__wrap02 {
  margin-top: 49px;
}
body#page_parking-detail .parkingDetail03 .modTable01 .table-label {
  font-weight: 500;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03 .modTable01 tr, body#page_parking-detail .parkingDetail03 .modTable01 > div, body#page_parking-detail .parkingDetail03 .modTable01__line {
    display: block;
    width: 100%;
  }
}
body#page_parking-detail .parkingDetail03 .modTable01 th, body#page_parking-detail .parkingDetail03 .modTable01 dt, body#page_parking-detail .parkingDetail03 .modTable01__title {
  width: 21%;
  padding-top: 14px;
  height: 58px;
}
body#page_parking-detail .parkingDetail03 .modTable01 th h3, body#page_parking-detail .parkingDetail03 .modTable01 dt h3, body#page_parking-detail .parkingDetail03 .modTable01__title h3 {
  font-weight: 700;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03 .modTable01 th, body#page_parking-detail .parkingDetail03 .modTable01 dt, body#page_parking-detail .parkingDetail03 .modTable01__title {
    font-size: calc(var(--baseFontSize) * 18);
    width: 100%;
    height: 51px;
    border-bottom: none;
    padding: 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body#page_parking-detail .parkingDetail03 .modTable01 td, body#page_parking-detail .parkingDetail03 .modTable01 dd, body#page_parking-detail .parkingDetail03 .modTable01__text {
  padding: 12px 20px 8px 33px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03 .modTable01 td, body#page_parking-detail .parkingDetail03 .modTable01 dd, body#page_parking-detail .parkingDetail03 .modTable01__text {
    width: 100%;
    padding: 17px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body#page_parking-detail .parkingDetail03 .modTable01 tr:last-child td, body#page_parking-detail .parkingDetail03 .modTable01 > div:last-child dd {
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03 .modTable01 tr:last-child td, body#page_parking-detail .parkingDetail03 .modTable01 > div:last-child dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body#page_parking-detail .parkingDetail03 .modTable01__line:last-child .modTable01__text {
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03 .modTable01__line:last-child .modTable01__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body#page_parking-detail .parkingDetail03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
body#page_parking-detail .parkingDetail03__bottom {
  margin: 14px 0 0 2px;
}
body#page_parking-detail .parkingDetail03__bottom > div:first-child {
  margin-bottom: 19px;
}
body#page_parking-detail .parkingDetail03__wrap03 {
  background-color: var(--subColor5);
  border-radius: 10px;
  margin-top: 25px;
  padding: 28px 24px 28px 34px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__wrap03 {
    margin-top: 54px;
    padding: 19px 15px 28px 15px;
  }
}
body#page_parking-detail .parkingDetail03__content {
  font-size: calc(var(--baseFontSize) * 18);
  line-height: 1.7;
  margin-bottom: 34px;
  font-weight: 500;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__content {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
body#page_parking-detail .parkingDetail03__content:last-child {
  margin-bottom: 0;
}
body#page_parking-detail .parkingDetail03__content > h3 {
  font-weight: 500;
}
body#page_parking-detail .parkingDetail03__content > h3.parkingDetail03__content-label {
  font-weight: 700;
}
body#page_parking-detail .parkingDetail03__wrap04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__wrap04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
body#page_parking-detail .parkingDetail03__qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail03__qrcode {
    gap: 0 18px;
  }
}
body#page_parking-detail .parkingDetail03__qrcodeTitle {
  font-size: calc(var(--baseFontSize) * 16);
  color: var(--baseFontColor);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail03__qrcodeTitle {
    font-size: calc(var(--baseFontSize) * 18);
  }
}
body#page_parking-detail .parkingDetail03__qrcodeItem {
  width: 140px;
}
body#page_parking-detail .parkingDetail03__qrcodeItem img {
  width: 100%;
}
body#page_parking-detail .parkingDetail03__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail03__sns {
    gap: 0 18px;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .parkingDetail03__sns {
    gap: 0 16px;
    padding-left: 22px;
  }
}
body#page_parking-detail .parkingDetail03__snsTitle {
  font-size: calc(var(--baseFontSize) * 16);
  color: var(--baseFontColor);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail03__snsTitle {
    font-size: calc(var(--baseFontSize) * 18);
  }
}
body#page_parking-detail .parkingDetail03__snsItem {
  width: 38px;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingDetail03__snsItem {
    width: 45px;
  }
}
body#page_parking-detail .parkingDetail03__snsItem img {
  width: 100%;
}
body#page_parking-detail .parkingFAQ__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 81px;
  margin-bottom: 83px;
}
@media (max-width: 768px) {
  body#page_parking-detail .parkingFAQ__bottom {
    margin-top: 50px;
  }
}
body#page_parking-detail .parkingFAQ__bottom .modBtn01 {
  width: 332px;
}
body#page_parking-detail .-iconYahoo:before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_navigation.svg) no-repeat top left;
  background-size: 100%;
  width: 14px;
  height: 19px;
  -webkit-transform: none;
  transform: none;
  right: auto;
  left: 15px;
  top: 6px;
}
body#page_parking-detail .-iconNavWithText:before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_navigation02.svg) no-repeat top left;
  background-size: 100%;
  width: 62px;
  height: 14px;
  -webkit-transform: none;
  transform: none;
  right: auto;
  left: 11px;
  top: 6px;
}
body#page_parking-detail .myBlockBnr01 {
  text-align: center;
  margin-bottom: 35px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  body#page_parking-detail .myBlockBnr01 {
    margin-bottom: 35px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  body#page_parking-detail .myBlockBnr01 .container {
    padding-inline: 0;
  }
}

body#page_parking-ev .parkingEv__block:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body#page_parking-ev .parkingEv__block:not(:last-child) {
    margin-bottom: 60px;
  }
}
body#page_parking-ev .parkingEv__item:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  body#page_parking-ev .parkingEv__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
body#page_parking-ev .modTable01 td {
  padding: 10px 20px;
}
body#page_parking-ev .-colorText01 {
  color: var(--subColor7);
}

/*
under
*/
body#page_gengaku .parkingGengaku__block:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body#page_gengaku .parkingGengaku__block:not(:last-child) {
    margin-bottom: 60px;
  }
}
body#page_gengaku .parkingGengaku__list li div:first-child {
  float: left;
  width: 270px;
}
@media (max-width: 768px) {
  body#page_gengaku .parkingGengaku__list li div:first-child {
    float: none;
    width: 100%;
  }
}
body#page_gengaku .modTable01 p {
  margin-bottom: 0;
}
body#page_gengaku .modTable01 th {
  min-width: 130px;
}
@media (max-width: 768px) {
  body#page_gengaku .modTable01 th {
    width: 130px;
  }
}
body#page_gengaku .modTable01 td {
  text-align: left;
}
body#page_gengaku .modTable01 ol {
  padding-left: 21px;
  margin-bottom: 15px;
}
body#page_gengaku .modTable01 ol li {
  list-style: decimal;
}
body#page_gengaku .parkingGengaku__tel {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
@media (max-width: 768px) {
  body#page_gengaku .parkingGengaku__tel {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*
kaisuken
*/
body#page_parking_guide .parkingGuide__title-indent {
  margin-left: 10px;
  text-indent: -10px;
}
body#page_parking_guide .parkingGuide__title-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body#page_parking_guide .parkingGuide__title-tel {
  text-decoration: underline;
  color: var(--subColor4);
  text-underline-offset: 3px;
}
body#page_parking_guide .modTable02 td[rowspan] {
  text-align: left;
  padding-left: 10px;
}

/*
parking_kaisuken
*/
body#page_parking_kaisuken .parkingKaisuken__block:not(:last-child) {
  margin-bottom: 60px;
}

body#page_parking-list .parking {
  position: relative;
  z-index: 1;
}

/*
service
*/
@media (min-width: 0px) and (max-width: 600px) {
  body#page_parking-management-rules .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
under
*/
body#page_prepaydcard .prepaydcard__block:not(:last-child) {
  margin-bottom: 60px;
}

/*
service/parking/tc
*/
body#page_tc .parkingTc__block:not(:last-child) {
  margin-bottom: 60px;
}
body#page_tc .parkingTc__textSm {
  font-size: calc(var(--baseFontSize) * 14);
}
body#page_tc .parkingTc__imagesRow {
  max-width: 600px;
  margin-inline: auto;
}
body#page_tc .parkingTc__imagesRow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 600px) {
  body#page_tc .parkingTc__imagesRow-head {
    font-size: calc(var(--baseFontSize) * 11);
  }
}
body#page_tc .parkingTc__imagesRow-label01 {
  width: 39%;
}
body#page_tc .parkingTc__imagesRow-label02 {
  width: 39%;
}

/*
service
*/
@media (max-width: 768px) {
  body#page_parking .gBreadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body#page_parking .cardLinks__wrap .cardLink {
  width: 100%;
}
body#page_parking .parkingBtn {
  width: 100%;
}
@media (min-width: 769px) {
  body#page_parking .parkingBtn {
    width: 377px;
  }
}
body#page_parking .parkingBtn-center {
  margin-inline: auto;
}
body#page_parking .parkingNotice {
  margin-top: 26px;
}
@media (max-width: 768px) {
  body#page_parking .parkingNotice {
    margin-top: 45px;
  }
}
body#page_parking .parkingNotice__inner {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  body#page_parking .parkingNotice__inner {
    max-width: 375px;
  }
}
body#page_parking .parkingNotice__inner-text {
  font-weight: 500;
  font-size: calc(var(--baseFontSize) * 16);
  line-height: 1.6;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body#page_parking .parkingNotice__inner-text {
    font-size: calc(var(--baseFontSize) * 16);
    text-align: center;
    margin-bottom: 24px;
  }
}
body#page_parking .parkingNotice__inner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  body#page_parking .parkingNotice__inner-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  body#page_parking .parkingNotice__inner-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body#page_parking .parkingNews {
  padding: 77px 0 30px;
}
@media (max-width: 768px) {
  body#page_parking .parkingNews {
    margin-top: 80px;
    padding: 0px 0 50px;
    background-color: var(--subColor5);
  }
}
body#page_parking .parkingNews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  body#page_parking .parkingNews__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media (max-width: 768px) {
  body#page_parking .parkingNews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
body#page_parking .parkingNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  body#page_parking .parkingNews__head {
    padding: 24px 2px;
  }
}
body#page_parking .parkingNews__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  body#page_parking .parkingNews__head-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 232px;
    height: 100%;
    margin: auto 0;
  }
}
@media (max-width: 768px) {
  body#page_parking .parkingNews__head-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}
body#page_parking .parkingNews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px 0;
}
@media (max-width: 768px) {
  body#page_parking .parkingNews__title {
    gap: 16px 0;
  }
}
body#page_parking .parkingNews__title-en {
  font-size: calc(var(--baseFontSize) * 52);
  font-family: var(--fontBarlow);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_parking .parkingNews__title-en {
    font-size: calc(var(--baseFontSize) * 36);
  }
}
body#page_parking .parkingNews__title-jp {
  font-size: calc(var(--baseFontSize) * 16);
  font-family: var(--fontMplus);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body#page_parking .parkingNews__link {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
}
body#page_parking .parkingNews__link-inner {
  background: linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 bottom/4px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  max-width: 217px;
  padding-bottom: 8px;
}
body#page_parking .parkingNews__link-inner::after {
  content: "";
  background: url(../img/common/arrow_link01.svg) no-repeat center;
  width: 25px;
  height: 6px;
}
body#page_parking .parkingNews__body {
  max-width: 870px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body#page_parking .parkingBnr01 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  body#page_parking .parkingBnr01 {
    padding-top: 30px;
  }
}
body#page_parking .parkingBnr01 .parkingBnr01__inner {
  margin-top: 30px;
}
body#page_parking .parkingMap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap {
    margin-top: 85px;
  }
}
@media (max-width: 768px) {
  body#page_parking .parkingMap .container {
    padding: 0px;
  }
}
body#page_parking .parkingMap__title {
  text-align: center;
}
body#page_parking .parkingMap__title-jp {
  font-weight: 700;
  font-style: Bold;
  font-size: calc(var(--baseFontSize) * 30);
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap__title-jp {
    font-size: calc(var(--baseFontSize) * 24);
  }
}
body#page_parking .parkingMap__title-en {
  margin-top: 15px;
  font-family: var(--fontBarlow);
  font-weight: 600;
  font-size: calc(var(--baseFontSize) * 18);
  line-height: 1;
  color: var(--subColor4);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap__title-en {
    margin-top: 15px;
  }
}
body#page_parking .parkingMap__map {
  margin-top: 40px;
  width: 100%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1169/878;
  overflow: hidden;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap__map {
    margin-top: 32px;
    aspect-ratio: 375/283;
  }
}
body#page_parking .parkingMap__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
body#page_parking .parkingMap__btn {
  padding-top: 43px;
  background-color: var(--subColor5);
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap__btn {
    padding: 30px 15px 25px;
  }
}
body#page_parking .parkingMap__listAddress {
  background-color: var(--subColor5);
  padding-inline: 62px;
  padding-bottom: 62px;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap__listAddress {
    padding: 0 15px 40px;
  }
}
body#page_parking .parkingMap__listAddress .listTypeBtn__wrap {
  row-gap: 10px;
}
@media (max-width: 768px) {
  body#page_parking .parkingMap__listAddress .listTypeBtn__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  body#page_parking .parkingMap__listAddress .listTypeBtn__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body#page_parking .parkingService {
  margin-top: 81px;
}
body#page_parking .parkingService__title {
  text-align: center;
}
body#page_parking .parkingService__title-jp {
  font-weight: 700;
  font-style: Bold;
  font-size: calc(var(--baseFontSize) * 30);
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  body#page_parking .parkingService__title-jp {
    font-size: calc(var(--baseFontSize) * 24);
  }
}
body#page_parking .parkingService__title-en {
  margin-top: 18px;
  font-family: var(--fontBarlow);
  font-weight: 600;
  font-size: calc(var(--baseFontSize) * 18);
  line-height: 1;
  color: var(--subColor4);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  body#page_parking .parkingService__title-en {
    margin-top: 15px;
  }
}
body#page_parking .parkingService .parkingServiceSection01 {
  padding: 40px 56px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  body#page_parking .parkingService .parkingServiceSection01 {
    padding: 32px 0px 60px 0px;
  }
}
@media (max-width: 768px) {
  body#page_parking .parkingService .parkingServiceSection01 .grid-col-md-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1400px) {
  body#page_parking .parkingService .parkingServiceSection01 .grid-col-md-1 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    justify-items: center;
  }
}
body#page_parking .parkingService .parkingServiceSection02 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body#page_parking .parkingService .parkingServiceSection02 {
    margin-bottom: 60px;
  }
}

/*
under
*/
body#page_service .modCard {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body#page_service .modCard__title {
  font-size: calc(var(--baseFontSize) * 28);
  padding-left: 24px;
}
@media (max-width: 768px) {
  body#page_service .modCard__title {
    font-size: calc(var(--baseFontSize) * 24);
  }
}
body#page_service .modCard__title::before {
  content: "";
  background-color: var(--mainColor1);
  position: absolute;
  top: 4px;
  bottom: 1px;
  left: 0;
  width: 9px;
}
@media (max-width: 768px) {
  body#page_service .modCard__title::before {
    top: 2px;
    bottom: -1px;
  }
}
body#page_service .modCard__title.-color02::before {
  background-color: var(--mainColor2);
}
body#page_service .modCard__title.-color03::before {
  background-color: var(--mainColor3);
}
body#page_service .serviceList__btn {
  width: 100%;
  max-width: 331px;
}
@media (max-width: 768px) {
  body#page_service .serviceList__btn {
    margin: 0 auto;
  }
}

/*
top
*/
body#page_top .gContents {
  padding-top: 40px;
}
@media (max-width: 768px) {
  body#page_top .gContents {
    padding-top: 30px;
  }
}
body#page_top .myBlockMv {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  body#page_top .myBlockMv {
    margin-bottom: 54px;
  }
}
body#page_top .myBlockMv__inner {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
body#page_top .myBlockMv__inner::before, body#page_top .myBlockMv__inner::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  z-index: 2;
}
body#page_top .myBlockMv__inner::before {
  background-image: url(../img/top/deco_mv01.webp);
  bottom: -40px;
  left: -65px;
  width: 319px;
  height: 202px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body#page_top .myBlockMv__inner::before {
    background-image: url(../img/top/deco_mv01@2x.webp);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockMv__inner::before {
    bottom: -25px;
    left: 11px;
    width: 197px;
    height: 125px;
  }
}
body#page_top .myBlockMv__inner::after {
  background-image: url(../img/top/deco_mv02.webp);
  bottom: -24px;
  right: -1px;
  width: 232px;
  height: 197px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body#page_top .myBlockMv__inner::after {
    background-image: url(../img/top/deco_mv02@2x.webp);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockMv__inner::after {
    bottom: -21px;
    right: 16px;
    width: 151px;
    height: 128px;
  }
}
body#page_top .myBlockMvImage {
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  body#page_top .myBlockMvImage {
    border-radius: 20px;
  }
}
body#page_top .myBlockMvImage::after {
  content: "";
  border: 2px solid var(--baseFontColor);
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: 2;
}
body#page_top .myBlockMvImage .splide__track {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
}
body#page_top .myBlockMvImage__item {
  height: 594px;
}
@media (max-width: 768px) {
  body#page_top .myBlockMvImage__item {
    height: 480px;
  }
}
body#page_top .myBlockMvImage__item img {
  width: 100%;
  height: 100%;
}
body#page_top .myBlockMv__txt {
  position: absolute;
  top: 50px;
  right: 85px;
  z-index: 2;
}
@media (max-width: 768px) {
  body#page_top .myBlockMv__txt {
    top: 24px;
    right: 49px;
  }
}
body#page_top .myBlockBnr01 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  body#page_top .myBlockBnr01 {
    margin-bottom: 30px;
  }
}
body#page_top .myBlockNews {
  background-color: #fff;
  padding: 60px 0 60px;
}
@media (max-width: 768px) {
  body#page_top .myBlockNews {
    padding: 46px 0 50px;
  }
}
body#page_top .myBlockNews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  body#page_top .myBlockNews__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockNews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px 0;
  }
}
body#page_top .myBlockNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  body#page_top .myBlockNews__head {
    padding-bottom: 11.5cqh;
  }
}
body#page_top .myBlockNews__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  body#page_top .myBlockNews__head-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 232px;
    height: 100%;
    margin: auto 0;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockNews__head-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}
body#page_top .myBlockNews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px 0;
}
@media (max-width: 768px) {
  body#page_top .myBlockNews__title {
    gap: 16px 0;
  }
}
body#page_top .myBlockNews__title-en {
  font-size: calc(var(--baseFontSize) * 52);
  font-family: var(--fontBarlow);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_top .myBlockNews__title-en {
    font-size: calc(var(--baseFontSize) * 36);
  }
}
body#page_top .myBlockNews__title-jp {
  font-size: calc(var(--baseFontSize) * 16);
  font-family: var(--fontMplus);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_top .myBlockNews__link {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
body#page_top .myBlockNews__link-inner {
  background: linear-gradient(to right, currentColor 1px, transparent 1px, transparent 3px, currentColor 3px) repeat-x 0 bottom/4px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  max-width: 217px;
  padding-bottom: 8px;
}
body#page_top .myBlockNews__link-inner::after {
  content: "";
  background: url(../img/common/arrow_link01.svg) no-repeat center;
  width: 25px;
  height: 6px;
}
body#page_top .myBlockNews__body {
  max-width: 870px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body#page_top .myBlockBusiness {
  background: url(../img/top/bg_business01_01.webp) no-repeat 0 0/465px, url(../img/top/bg_business01_02.webp) no-repeat right 0/465px;
  position: relative;
  padding: 75px 0 223px;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body#page_top .myBlockBusiness {
    background-image: url(../img/top/bg_business01_01@2x.webp), url(../img/top/bg_business01_02@2x.webp);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness {
    background-size: 152px, 152px;
    padding: 86px 0 143px;
  }
}
body#page_top .myBlockBusiness::after {
  content: "";
  background: url(../img/top/bg_business03.webp) no-repeat center/auto 100%;
  position: absolute;
  bottom: -94px;
  left: 0;
  right: 0;
  height: 260px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body#page_top .myBlockBusiness::after {
    background-image: url(../img/top/bg_business03@2x.webp);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness::after {
    background-image: url(../img/top/bg_business03_sp.webp);
    bottom: -80px;
    height: 183px;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 2dppx) {
  body#page_top .myBlockBusiness::after {
    background-image: url(../img/top/bg_business03_sp@2x.webp);
  }
}
body#page_top .myBlockBusiness__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px 0;
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness__head {
    gap: 28px 0;
    margin-bottom: 48px;
  }
}
body#page_top .myBlockBusiness__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px 0;
  text-align: center;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness__title {
    gap: 16px 0;
  }
}
body#page_top .myBlockBusiness__title-en {
  font-size: calc(var(--baseFontSize) * 52);
  font-family: var(--fontBarlow);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness__title-en {
    font-size: calc(var(--baseFontSize) * 36);
  }
}
body#page_top .myBlockBusiness__title-jp {
  font-size: calc(var(--baseFontSize) * 18);
  font-family: var(--fontMplus);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness__title-jp {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
body#page_top .myBlockBusiness__lead {
  font-weight: 500;
}
@media (min-width: 769px) {
  body#page_top .myBlockBusiness__lead {
    letter-spacing: 0;
    font-size: calc(var(--baseFontSize) * 18);
    line-height: 1.6666666667;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusiness__lead {
    font-size: calc(var(--baseFontSize) * 16);
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList {
    max-width: 450px;
    margin: 0 auto;
  }
}
body#page_top .myBlockBusinessList__group {
  position: relative;
}
body#page_top .myBlockBusinessList__group:not(:last-child) {
  padding-bottom: 156px;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__group:not(:last-child) {
    background-position: center bottom 60px;
    padding-bottom: 258px;
  }
}
body#page_top .myBlockBusinessList__group:not(:last-child)::before, body#page_top .myBlockBusinessList__group:not(:last-child)::after {
  content: "";
  position: absolute;
}
body#page_top .myBlockBusinessList__group:not(:last-child)::before {
  background: url(../img/top/bg_business02_01.webp) repeat-x center/auto 100%;
  bottom: 68px;
  left: -50vw;
  right: -50vw;
  height: 50px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body#page_top .myBlockBusinessList__group:not(:last-child)::before {
    background-image: url(../img/top/bg_business02_01@2x.webp);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__group:not(:last-child)::before {
    bottom: 60px;
  }
}
body#page_top .myBlockBusinessList__group:not(:last-child)::after {
  background: url(../img/top/bg_business02_02.webp) no-repeat center/cover;
  bottom: 5px;
  left: calc(50% + 298px);
  width: 316px;
  height: 270px;
  margin: auto;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body#page_top .myBlockBusinessList__group:not(:last-child)::after {
    background-image: url(../img/top/bg_business02_02@2x.webp);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__group:not(:last-child)::after {
    background-image: url(../img/top/bg_business02_02.webp);
    background-size: contain;
    bottom: 28px;
    left: 0;
    right: -70px;
    width: 291px;
    height: 200px;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 2dppx) {
  body#page_top .myBlockBusinessList__group:not(:last-child)::after {
    background-image: url(../img/top/bg_business02_02@2x.webp);
  }
}
body#page_top .myBlockBusinessList__item {
  container-type: inline-size;
  display: grid;
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item {
    grid-template: 1fr auto auto auto 1fr/calc(50% - 15px) calc(50% - 35px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body#page_top .myBlockBusinessList__item::before, body#page_top .myBlockBusinessList__item::after {
    content: "";
  }
  body#page_top .myBlockBusinessList__item.-reverse {
    grid-template-columns: calc(50% - 35px) calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__item {
    grid-template-columns: 1fr;
  }
}
body#page_top .myBlockBusinessList__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-item01 {
    margin-bottom: 53px;
  }
  body#page_top .myBlockBusinessList__item.-item01 > *:last-child {
    padding-bottom: 3cqh;
  }
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-item02 > *:last-child {
    padding-bottom: 6cqh;
  }
}
body#page_top .myBlockBusinessList__title {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__title {
    grid-row: 2;
    grid-column: 1;
    font-size: calc(var(--baseFontSize) * 24);
    margin-bottom: 19px;
    padding-left: 17px;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__title {
    font-size: calc(var(--baseFontSize) * 24);
    margin-bottom: 21px;
    padding-left: 17px;
  }
}
body#page_top .myBlockBusinessList__title::before {
  content: "";
  background-color: var(--mainColor1);
  position: absolute;
  top: 4px;
  bottom: 1px;
  left: 0;
  width: 9px;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__title::before {
    top: 2px;
    bottom: -1px;
  }
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-type02 .myBlockBusinessList__title {
    font-size: calc(var(--baseFontSize) * 28);
    margin-bottom: 19px;
    padding-left: 24px;
  }
  body#page_top .myBlockBusinessList__item.-type02 .myBlockBusinessList__title::before {
    top: 4px;
    bottom: 1px;
  }
}

@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-reverse .myBlockBusinessList__title {
    grid-row: 2;
    grid-column: 2;
  }
}

body#page_top .myBlockBusinessList__title.-color02::before {
  background-color: var(--mainColor2);
}
body#page_top .myBlockBusinessList__title.-color03::before {
  background-color: var(--mainColor3);
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__image {
    grid-row: 1/6;
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__image {
    margin-bottom: 20px;
  }
}
body#page_top .myBlockBusinessList__image img {
  width: 100%;
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-reverse .myBlockBusinessList__image {
    grid-row: 1/6;
    grid-column: 1;
  }
}

body#page_top .myBlockBusinessList__txt {
  font-size: calc(var(--baseFontSize) * 16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__txt {
    grid-row: 3;
    grid-column: 1;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__txt {
    line-height: 1.7;
  }
}
body#page_top .myBlockBusinessList__txt:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-type02 .myBlockBusinessList__txt {
    font-size: calc(var(--baseFontSize) * 18);
    line-height: 1.7;
  }
  body#page_top .myBlockBusinessList__item.-type02 .myBlockBusinessList__txt:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-reverse .myBlockBusinessList__txt {
    grid-row: 3;
    grid-column: 2;
  }
}

body#page_top .myBlockBusinessList__btn {
  width: 100%;
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__btn {
    grid-row: 4;
    grid-column: 1;
    max-width: 331px;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockBusinessList__btn {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-type02 .myBlockBusinessList__btn {
    max-width: 377px;
  }
}

@media (min-width: 769px) {
  body#page_top .myBlockBusinessList__item.-reverse .myBlockBusinessList__btn {
    grid-row: 4;
    grid-column: 2;
  }
}

body#page_top .myBlockContact {
  background-color: #fff;
  position: relative;
  padding: 149px 0 70px;
  z-index: 1;
}
@media (max-width: 768px) {
  body#page_top .myBlockContact {
    padding: 126px 0 70px;
  }
}
body#page_top .myBlockContact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px 0;
  text-align: center;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  body#page_top .myBlockContact__title {
    gap: 16px 0;
    margin-bottom: 27px;
  }
}
body#page_top .myBlockContact__title-en {
  font-size: calc(var(--baseFontSize) * 52);
  font-family: var(--fontBarlow);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_top .myBlockContact__title-en {
    font-size: calc(var(--baseFontSize) * 36);
  }
}
body#page_top .myBlockContact__title-jp {
  font-size: calc(var(--baseFontSize) * 18);
  font-family: var(--fontMplus);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body#page_top .myBlockContact__title-jp {
    font-size: calc(var(--baseFontSize) * 16);
  }
}
body#page_top .myBlockContactSection01 {
  border: 2px solid var(--baseFontColor);
  border-radius: 10px;
  padding: 30px 18px 32px;
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection01 {
    border-radius: 20px;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 29px;
  }
}
body#page_top .myBlockContactSection01:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection01:not(:last-child) {
    margin-bottom: 30px;
  }
}
body#page_top .myBlockContactSection01__inner {
  max-width: 1050px;
  margin: 0 auto;
}
body#page_top .myBlockContactSection01__title {
  font-size: calc(var(--baseFontSize) * 20);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection01__title {
    font-size: calc(var(--baseFontSize) * 18);
    line-height: 1.2222222222;
    margin-bottom: 22px;
  }
}
body#page_top .myBlockContactSection02 {
  background-color: var(--subColor1);
  border-radius: 10px;
  padding: 37px 20px 37px;
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection02 {
    border-radius: 20px;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 30px;
  }
}
body#page_top .myBlockContactSection02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  max-width: 946px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection02__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px 0;
  }
}
body#page_top .myBlockContactSection02__title {
  font-size: calc(var(--baseFontSize) * 20);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 769px) {
  body#page_top .myBlockContactSection02__title {
    max-width: 466px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection02__title {
    font-size: calc(var(--baseFontSize) * 18);
    line-height: 1.2222222222;
    text-align: center;
  }
}
@media (min-width: 769px) {
  body#page_top .myBlockContactSection02__link {
    max-width: 377px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  body#page_top .myBlockContactSection02__link {
    width: 100%;
  }
}