@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* aタグ */
a {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

:root a {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  width: 0;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* swiper button消失対策 */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  text-rendering: auto;
}

/* swiper スライダーちらつき対策 */
.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-tab1__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  padding: 16px 14px 16px;
  padding: 1rem 0.875rem 1rem;
  border: 1px solid #333;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-tab1__text {
    font-size: 1rem;
  }
}

.c-tab1__text[aria-selected=true] {
  color: #fff;
  background-color: #333;
}

.c-tabs1 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-tabs1__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  gap: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-tabs1__list {
    gap: 0.625rem;
  }
}

.c-tabs1__content {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-tabs1__content-item {
  display: none;
}

.c-tabs1__content-item[aria-hidden=false] {
  display: block;
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-opening-list {
  width: 100%;
  line-height: 1;
  text-align: center;
  border-collapse: collapse;
}

.p-opening-list__head {
  padding: 15px 24px;
  padding: 0.9375rem 1.5rem;
  width: 20%;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-opening-list__head {
    padding: 1.25rem 0;
    font-size: 1.25rem;
  }
}

.p-opening-list__data {
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  width: 20%;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-opening-list__data {
    padding: 0.9375rem 0;
    font-size: 1.125rem;
  }
}

.p-opening-list__data.--px-adjust {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-opening-list__data.--fz-adjust {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-opening-list__data.--fz-adjust {
    font-size: 1rem;
  }
}

.p-opening-list__data span {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  position: relative;
  display: block;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.p-privacy-policy__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.p-privacy-policy__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.p-privacy-policy__introduction {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__introduction {
    font-size: 1.125rem;
  }
}

.p-privacy-policy__items {
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__items {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.p-privacy-policy__item {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item {
    padding-bottom: 2.5rem;
  }
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item + .p-privacy-policy__item {
    margin-top: 2.5rem;
  }
}

.p-privacy-policy__term {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__term {
    font-size: 1.25rem;
  }
}

.p-privacy-policy__description {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description {
    font-size: 1.125rem;
  }
}

.p-privacy-policy__description.--mt-adjust {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy-policy__description.--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description.--image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description.--application {
    display: grid;
    grid-template-areas: "items image" "text image";
  }
}

.p-privacy-policy__description.--contact {
  border: 3px solid #333;
  border-radius: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  width: min(100%, 400px);
  width: min(100%, 25rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description.--contact {
    width: min(100%, 57.5rem);
  }
}

.p-privacy-policy__description.--contact p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description.--contact p {
    font-size: 1rem;
  }
}

.p-privacy-policy__description.--contact .p-privacy-policy__description-text-wrapper {
  width: min(100%, 300px);
  width: min(100%, 18.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description.--contact .p-privacy-policy__description-text-wrapper {
    width: auto;
    width: initial;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-contact-info > * + * {
    margin-left: 0.9375rem;
  }
}

.p-privacy-policy__description-contact-info a[href^="mailto:"] {
  color: #6898b8;
}

.p-privacy-policy__description-image {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-image {
    margin-top: 0;
    margin-right: 0;
  }
}

.p-privacy-policy__description-image.--application {
  width: min(100%, 165px);
  width: min(100%, 10.3125rem);
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-image.--application {
    grid-area: image;
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-image.--place {
    margin-right: 2.5rem;
  }
}

.p-privacy-policy__description-contact-image {
  width: min(100%, 124px);
  width: min(100%, 7.75rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-contact-image {
    margin-right: 2.5rem;
  }
}

.p-privacy-policy__description-numbers {
  counter-reset: number;
}

.p-privacy-policy__description-text + .p-privacy-policy__description-numbers,
.p-privacy-policy__description-text + .p-privacy-policy__description-items {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__description-text-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-text-wrapper {
    margin-left: 0;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-text-wrapper.--application {
    grid-area: text;
  }
}

.p-privacy-policy__description-text-wrapper.--mt-adjust {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy-policy__description-text-wrapper.--ml-adjust {
  margin-left: 0;
}

.p-privacy-policy__description-item-caution {
  color: #f00;
  font-weight: 700;
}

.p-privacy-policy__description-number {
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-indent: -15px;
  text-indent: -0.9375rem;
}

.p-privacy-policy__description-number + .p-privacy-policy__description-number,
.p-privacy-policy__description-item + .p-privacy-policy__description-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__description-number::before {
  content: counter(number) ". ";
  counter-increment: number;
}

.p-privacy-policy__description-items {
  padding-left: 20px;
  padding-left: 1.25rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-items {
    padding-left: 1.25rem;
  }
}

.p-privacy-policy__description-items.--application {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-items.--application {
    grid-area: items;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-item.--application {
    padding-left: 1.375rem;
    text-indent: -1.375rem;
  }
}

.p-privacy-policy__description-items.--lv-adjust .p-privacy-policy__description-item + .p-privacy-policy__description-item {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-items.--lv-adjust2 {
    padding-left: 2.5rem;
  }
}

.p-privacy-policy__description-items.--lv-adjust2 .p-privacy-policy__description-item + .p-privacy-policy__description-item {
  margin-top: 0;
}

.p-privacy-policy__description-items.--place {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__description-items.--place {
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__description-item.--pl-adjust {
    padding-left: 1.375rem;
    text-indent: -1.375rem;
  }
}

.p-privacy-policy__table {
  margin-top: 20px;
  margin-top: 1.25rem;
  white-space: nowrap;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__table {
    white-space: normal;
    white-space: initial;
    padding-bottom: 0;
  }
}

.p-privacy-policy__table .scroll-hint-icon {
  top: calc(50% - 45px);
}

.p-privacy-policy__desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__desktop {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy__mobile {
    display: none;
  }
}

.l-privacy-policy {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-privacy-policy {
    margin-top: 5rem;
  }
}