@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background-color: #FAF6F2;
  color: #524D47;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 78.125rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: rgba(124, 204, 207, 0.2);
  border-radius: 100vh;
  color: #524D47;
  display: grid;
  line-height: 1.2;
  max-width: 100%;
  min-height: 2rem;
  min-width: 11.25rem;
  padding-inline: 0.75rem 0.625rem;
  place-content: center;
  transition: 0.5s all;
  transition: 0.5s all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0.625rem;
  position: relative;
}
.c-btn span::before {
  background-color: #7CCCCF;
  border-radius: 3.125rem;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.1875rem);
  transition: 0.5s all;
  width: 0.375rem;
}
.c-cat {
  background-color: #FAF6F2;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1 {
  font-family: "Kaisei Opti", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
.c-headline1.--01::before {
  background: url(../img/map/title1.svg) center center/contain no-repeat;
  content: "";
  height: 2.375rem;
  left: 13.125rem;
  position: absolute;
  top: -3rem;
  width: 16.25rem;
}
.c-headline1.--02::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/map/title2.svg) center center/contain no-repeat;
  content: "";
  height: 2.375rem;
  left: 50%;
  position: absolute;
  top: -3rem;
  transform: translateX(-50%);
  width: 14.6875rem;
}
.c-headline1.--03::before {
  background: url(../img/map/title3.svg) center center/contain no-repeat;
  content: "";
  height: 1.875rem;
  left: 14.6875rem;
  position: absolute;
  top: -3rem;
  width: 12.5rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #524D47, #524D47);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #524D47;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #524D47;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #524D47;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #D9D9D9;
  color: #524D47;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-trademark {
  font-size: 0.5em;
  font-weight: normal;
  line-height: 0;
  margin-left: 0.1em;
  vertical-align: super;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.l-footer {
  margin-top: 12.5rem;
  padding-bottom: 0.625rem;
}

.p-footer__copy {
  display: block;
  font-size: 0.875rem;
  text-align: center;
}

.p-header {
  background-color: #FAF6F2;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
}
.p-header::before {
  -o-object-fit: cover;
  aspect-ratio: 1440/145;
  background: url(../img/map/nami1.png) center center/cover no-repeat;
  content: "";
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-header__inner {
  padding-inline: 1.875rem;
}

.p-header__logo {
  max-width: 100%;
  padding-top: 1.875rem;
  position: relative;
  width: 12.5rem;
  z-index: 2;
}

.p-hoge {
  color: blue;
  font-size: 6.25rem;
}

.p-hoge2 {
  color: pink;
  font-size: 1.875rem;
}

.loader {
  background: linear-gradient(white 0 80%, #d9d9d9 100%);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.loader__logo {
  -webkit-transform: translate(-50%, -50%);
  clip-path: inset(0% 100% 0% 0%);
  left: 50%;
  max-width: 21.875rem;
  min-width: 15.625rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  z-index: 1005;
}

.loader.is-open {
  clip-path: inset(0% 0% 100% 0% round 20% 20%);
}

.p-media {
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  max-width: 100%;
}

.foo {
  font-size: 6.25rem;
}

.p-media__head {
  font-size: 1.875rem;
}

.p-media__txt {
  font-size: 1.25rem;
}

.p-media__img {
  width: 40%;
}

.p-media__body {
  width: 50%;
}

.p-pageTop {
  bottom: -0.1875rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: 0.5s all;
  visibility: hidden;
  z-index: 50;
}

.p-pageTop.is-active {
  opacity: 1;
  transition: 0.5s all;
  visibility: visible;
}

.p-pageTop__img {
  rotate: -1deg;
  transition: 0.5s all;
  width: 11.875rem;
}

.p-slider {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .p-slider__img,
.p-slider .swiper-slide-duplicate-active .p-slider__img,
.p-slider .swiper-slide-prev .p-slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.p-slider .swiper-pagination-bullet {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.p-slider .swiper-pagination-bullet-active {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}

.p-slider__img {
  height: 100%;
}
.p-slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-slider__slide {
  overflow: hidden;
}

.p-slider__btn {
  height: 60px;
  width: 60px;
}

.p-slider__pagination {
  bottom: 30px !important;
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.p-topAbout {
  padding-bottom: clamp(3.75rem, -0.268rem + 8.371vw, 13.125rem);
  padding-top: clamp(3.75rem, -0.536rem + 8.929vw, 13.75rem);
  position: relative;
}
.p-topAbout::after {
  -o-object-fit: cover;
  aspect-ratio: 1440/105;
  background: url(../img/map/nami2.png) center center/contain no-repeat;
  bottom: -2px;
  content: "";
  height: auto;
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-topAbout__inner {
  width: 73.125rem;
}

.p-topAbout__title--en {
  color: #524D47;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.p-topAbout__title--ja {
  color: #524D47;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-topAbout__title--ja::before, .p-topAbout__title--ja::after {
  -webkit-transform: translateX(-50%);
  background-color: #524D47;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  max-width: 100%;
  position: absolute;
  transform: translateX(-50%);
  width: 30.9375rem;
}
.p-topAbout__title--ja::before {
  top: -0.375rem;
}
.p-topAbout__title--ja::after {
  bottom: -0.625rem;
}

.p-topAbout__media {
  align-items: center;
  display: flex;
  gap: 3.5rem;
  justify-content: space-between;
  margin-top: 3.125rem;
}

.p-topAbout__mediaBody {
  max-width: 100%;
  width: 42.1875rem;
}

.p-topAbout__mediaTxt {
  margin-top: 2.25rem;
}

.p-topAbout__mediaImg {
  flex: 1;
}

/* ===============================================
# map
=============================================== */
.p-topMap {
  background-color: #fff;
  padding-bottom: 8.75rem;
  padding-top: 5.625rem;
  position: relative;
}

.p-topMap__inner {
  position: relative;
}
.p-topMap__inner::before {
  background: url(../img/map/deco2.png) center center/contain no-repeat;
  bottom: -8.75rem;
  content: "";
  height: 17.5rem;
  position: absolute;
  right: 0;
  width: 17.5rem;
}

.p-topMap__mediaHead {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topMap__text {
  margin-top: 2.5rem;
  text-align: center;
}

.p-topMap__box {
  background-color: #FAF6F2;
  margin-inline: auto;
  margin-top: 1rem;
  max-width: 33.125rem;
  padding: 1.25rem;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topMap__list {
  counter-reset: custom-counter;
  list-style: none;
}

.p-topMap__item {
  padding-left: 1.5625rem;
  position: relative;
}
.p-topMap__item::before {
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.625rem);
  width: 1.25rem;
}
.p-topMap__item:first-child::before {
  background: url(../img/map/number1.svg) center center/contain no-repeat;
}
.p-topMap__item:nth-child(2)::before {
  background: url(../img/map/number2.svg) center center/contain no-repeat;
}
.p-topMap__item + .p-topMap__item {
  margin-top: 0.3125rem;
}

.p-topMap__scroll.js-scrollable {
  margin-top: 2.5rem;
}

.p-topMap__wrap {
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  width: 52.5rem;
}
.p-topMap__wrap::before {
  background: url(../img/map/deco1.png) center center/contain no-repeat;
  content: "";
  height: 16.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 17.1875rem;
}

.p-topMap__icon {
  background: url(../img/map/pin.svg) center center/contain no-repeat;
  color: #fff;
  cursor: pointer;
  display: grid;
  font-family: "Quicksand", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  height: 1.875rem;
  place-content: center;
  position: relative;
  transition: 0.5s opacity;
  width: 1.5rem;
  z-index: 10;
}

.p-topMap__icon.--relative {
  -webkit-transform: translate(0%, 0%);
  position: relative;
  transform: translate(0%, 0%);
}

.p-topMap__pinContainer {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.p-topMap__pinContainer._01 {
  left: 75.4%;
  top: 74.4%;
}
.p-topMap__pinContainer._02 {
  left: 77.8%;
  top: 78.2%;
}
.p-topMap__pinContainer._03 {
  left: 82.9%;
  top: 74.1%;
}
.p-topMap__pinContainer._04 {
  left: 19.1%;
  top: 90.7%;
  z-index: 3;
}
.p-topMap__pinContainer._05 {
  left: 7.5%;
  top: 79.6%;
  z-index: 1;
}
.p-topMap__pinContainer._06 {
  left: 54.4%;
  top: 84%;
}
.p-topMap__pinContainer._07 {
  left: 38.4%;
  top: 82%;
  z-index: 2;
}
.p-topMap__pinContainer._08 {
  left: 43.4%;
  top: 72%;
  z-index: 1;
}
.p-topMap__pinContainer._09 {
  left: 70.4%;
  top: 57%;
  z-index: 1;
}

.p-topMap__hoverList {
  -webkit-transform: translateX(-50%);
  background-color: rgba(124, 204, 207, 0.9);
  background-color: rgba(124, 204, 207, 0.3);
  bottom: 100%;
  left: 50%;
  margin-bottom: 1rem;
  max-width: 90vw;
  opacity: 0;
  padding: 1.25rem;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 26.25rem;
  z-index: 100;
}
.p-topMap__hoverList.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-topMap__hoverList.--other {
  bottom: 70%;
}

.p-topMap__hoverList.--pcOnly {
  display: block;
}

.p-topMap__hoverList.--spOnly {
  display: none;
}

.p-topMap__close {
  -webkit-transform: translate(50%, -50%);
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 1.875rem;
}

.p-topMap__hoverWrap {
  background-color: #fff;
  padding: 1.25rem;
}

.p-topMap__hoverItems {
  overflow-y: auto;
}
.p-topMap__hoverItems::-webkit-scrollbar {
  width: 0.25rem;
}
.p-topMap__hoverItems::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.125rem;
}
.p-topMap__hoverItems::-webkit-scrollbar-thumb {
  background: #7CCCCF;
  border-radius: 0.125rem;
}

.p-topMap__hoverItem {
  border-bottom: 1px solid #7CCCCF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-bottom: 0.3125rem;
  transition: all 0.5s ease;
}
.p-topMap__hoverItem + .p-topMap__hoverItem {
  margin-top: 1rem;
}

.p-topMap__hoverList:not(.is-visible) .p-topMap__hoverItem {
  pointer-events: none !important;
}

.p-topMap__hoverList.is-visible .p-topMap__hoverItem {
  pointer-events: auto;
}

.p-topMap__hoverName {
  word-wrap: break-word;
  font-size: 1rem;
  font-weight: 500;
  overflow-wrap: break-word;
  padding-left: 0.75rem;
  position: relative;
  width: 100%;
  word-break: break-all;
}
.p-topMap__hoverName::before {
  background-color: #7CCCCF;
  border-radius: 50%;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.1875rem);
  width: 0.375rem;
}

.p-topMap__hoverDescription {
  flex: 1;
  margin-left: 0.75rem;
}

.p-topMap__hoverLocation,
.p-topMap__hoverAddress {
  padding-left: 0.875rem;
}

.p-topMap__hoverLocation {
  position: relative;
}
.p-topMap__hoverLocation::before {
  background-color: #7CCCCF;
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.03125rem);
  width: 0.625rem;
}

.p-topMap__other {
  left: 0;
  position: absolute;
  top: 18.125rem;
  width: 15rem;
}

.p-topMap__otherBox {
  background-color: #FAF6F2;
  padding-block: 1.75rem;
  padding-inline: 1.25rem;
}

.p-topMap__otherHead {
  -webkit-transform: translateY(45%);
  color: #7CCCCF;
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  transform: translateY(45%);
}

.p-topMap__otherItem {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-topMap__otherItemHead--ja {
  font-weight: 500;
}

.p-topMap__otherItemHead--en {
  font-family: "Quicksand", sans-serif;
  font-size: 0.75rem;
}

/* ===============================================
# list
=============================================== */
.p-topList {
  background-color: #FAF6F2;
  padding-top: clamp(7.188rem, 1.696rem + 11.44vw, 20rem);
  position: relative;
}
.p-topList::before {
  -o-object-fit: cover;
  aspect-ratio: 1475/105;
  background: url(../img/map/nami3.png) center center/contain no-repeat;
  content: "";
  height: auto;
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -2px;
  width: 100%;
}

.p-topList__wrap {
  margin-top: 3.75rem;
}

.p-topList__block + .p-topList__block {
  margin-top: 2rem;
}

.p-topList__blockHead {
  border-bottom: 1px solid #7CCCCF;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.3125rem;
}

.p-topList__grid {
  display: grid;
  gap: 2.8125rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.25rem;
}

.p-topList__container {
  background-color: #fff;
  box-shadow: 0 0.3125rem 1.875rem 0.625rem rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
}

.p-topList__item {
  display: flex;
  gap: 1rem;
}
.p-topList__item + .p-topList__item {
  margin-top: 1rem;
}

.p-topList__title {
  color: #7CCCCF;
  width: 4.375rem;
}

.p-topList__description {
  flex: 1;
}

.p-topList__description.--name {
  font-weight: 500;
}

.p-topList__name {
  font-weight: 500;
}

.p-topList__mail {
  font-size: 0.875rem;
}
.p-topList__mail a {
  color: #0070e7;
  text-decoration: underline;
}

.p-topList__snsWrap {
  display: flex;
  gap: 0.625rem;
}

.p-topList__sns {
  display: block;
  width: 1.25rem;
}

.p-topList__btn {
  margin-top: 1rem;
}

.p-topList__imgs {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.25rem;
}

.p-topList__item.--attendant {
  margin-top: 1.25rem;
}

.p-topList__img img {
  -o-object-fit: cover;
  aspect-ratio: 240/170;
  height: auto;
  object-fit: cover;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}
.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 0.7111111111vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-media__txt {
    color: pink;
  }
}

@media screen and (max-width: 1120px) {
  html {
    font-size: 1.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1 {
    font-size: 1.5rem;
  }
  .c-headline1.--01::before {
    height: 2rem;
    left: 7.5rem;
    top: -2.625rem;
    width: 13.125rem;
  }
  .c-headline1.--02::before {
    height: 1.875rem;
    top: -2.625rem;
    width: 10rem;
  }
  .c-headline1.--03::before {
    height: 1.875rem;
    left: 7.5rem;
    top: -2.625rem;
    width: 13.125rem;
  }
  .l-footer {
    margin-top: 7.5rem;
  }
  .p-footer__copy {
    font-size: 0.75rem;
  }
  .p-header::before {
    aspect-ratio: 375/85;
    background: url(../img/map/nami_sp1.png) center center/cover no-repeat;
  }
  .p-header__inner {
    padding-inline: 0.625rem;
  }
  .p-header__logo {
    padding-top: 0.625rem;
    width: 10rem;
  }
  .p-media {
    flex-direction: column-reverse;
  }
  .p-media__head {
    font-size: 6.25rem;
  }
  .p-media__txt {
    color: red;
    font-size: 2.5rem;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    margin-top: 1.875rem;
    width: 100%;
  }
  .p-pageTop__img {
    width: 10rem;
  }
  .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .p-topAbout {
    padding-top: clamp(5rem, -0.979rem + 25.51vw, 11.25rem);
  }
  .p-topAbout__title--en {
    font-size: 0.9375rem;
  }
  .p-topAbout__title--ja {
    font-size: 1.875rem;
    margin-top: 1rem;
  }
  .p-topAbout__title--ja::before, .p-topAbout__title--ja::after {
    height: 1px;
    width: 19.375rem;
  }
  .p-topAbout__media {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-top: 7.5rem;
  }
  .p-topAbout__mediaTxt {
    font-size: 0.875rem;
  }
  .p-topAbout__mediaImg {
    margin-left: auto;
    margin-right: auto;
    width: 69.2307692308%;
  }
  .p-topMap {
    padding-top: 5rem;
  }
  .p-topMap__inner::before {
    height: 8.75rem;
    right: 1.25rem;
    width: 8.75rem;
  }
  .p-topMap__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    text-align: left;
  }
  .p-topMap__box {
    padding: 1rem;
  }
  .p-topMap__item {
    font-size: 0.875rem;
    padding-left: 1.375rem;
  }
  .p-topMap__item::before {
    height: 1.125rem;
    top: calc(0.5lh - 0.5625rem);
    width: 1.125rem;
  }
  .p-topMap__scroll.js-scrollable {
    margin-top: 1.25rem;
    overflow-x: auto;
  }
  .p-topMap__wrap {
    max-width: none;
    width: 37.5rem;
  }
  .p-topMap__wrap::before {
    height: 9.375rem;
    top: 6.25rem;
    width: 10rem;
  }
  .p-topMap__icon {
    font-size: 0.875rem;
    height: 1.625rem;
    padding-bottom: 0.125rem;
    width: 1.25rem;
  }
  .p-topMap__hoverList {
    -webkit-transform: translate(-50%, -50%);
    bottom: auto;
    left: 50%;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    padding: 0.625rem;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
  }
  .p-topMap__hoverList.--pcOnly {
    display: none;
  }
  .p-topMap__hoverList.--spOnly {
    display: block;
  }
  .p-topMap__bg {
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: scroll;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    width: 100vw;
    z-index: 15;
  }
  .p-topMap__bg.is-visible {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s ease;
    visibility: visible;
  }
  .p-topMap__close {
    display: block;
    width: 1.5rem;
  }
  .p-topMap__hoverWrap {
    padding: 1rem;
  }
  .p-topList__wrap {
    margin-top: 2.5rem;
  }
  .p-topList__block + .p-topList__block {
    margin-top: 2.5rem;
  }
  .p-topList__blockHead {
    font-size: 1.125rem;
  }
  .p-topList__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-topList__container {
    padding-block: 1.25rem;
    padding-inline: 0.75rem;
  }
  .p-topList__item {
    gap: 8;
  }
  .p-topList__title {
    width: 4.0625rem;
  }
  .p-topList__address {
    font-size: 0.875rem;
  }
  .p-topList__imgs {
    gap: 0.625rem;
    margin-top: 1rem;
  }
  .p-topList__item.--attendant {
    font-size: 1rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: rgba(124, 204, 207, 0.5);
    transition: 0.5s all;
  }
  .c-btn:hover span::before {
    background-color: #fff;
    transition: 0.5s all;
  }
  .p-pageTop__img:hover {
    opacity: 0.8;
    transition: 0.5s all;
  }
  .p-topMap__icon:hover {
    opacity: 0.7;
    transition: 0.5s opacity;
  }
  .p-topMap__hoverItem:hover {
    background-color: rgba(124, 204, 207, 0.1);
    transition: all 0.5s ease;
  }
  .u-hover:hover {
    opacity: 0.8;
    transition: opacity 0.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */