@charset "UTF-8";
.fadeIn {
  opacity: 0;
}

.fadeIn.inview {
  transition: opacity 0.5s ease-in-out 0.1s;
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
}

.fadeInUp.inview {
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.fadeInMask {
  overflow: hidden;
}

@keyframes maniStamp {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translate(30px, -30px) scale(1.1);
  }
  40% {
    opacity: 1;
    transform: rotate(0) translate(30px, -30px) scale(1.2);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes prdTextAnimation {
  0% {
    opacity: 0;
    transform: rotate(0) translate(30px, 30px) scale(1.1);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes clipTpRight {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipTpLeft {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipToBottom {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipTpRightScale {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: scale(1);
  }
}
@keyframes arrowBottom {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(-2px);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scaleUpLg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shineAnimation {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateZ(0) scale(1.2);
  }
  to {
    opacity: 0;
    transform: translateZ(0) scale(1);
  }
}
@keyframes shineAnimationSmall {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateZ(0) scale(1);
  }
}
@keyframes maniStamp {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translate(30px, -30px) scale(1);
  }
  40% {
    opacity: 1;
    transform: rotate(0) translate(30px, -30px) scale(1.05);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes maniStampRev {
  0% {
    opacity: 0;
    transform: rotate(10deg) translate(-30px, -30px) scale(1.1);
  }
  40% {
    opacity: 1;
    transform: rotate(0) translate(-30px, -30px) scale(1.2);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes storeBound {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.05);
  }
  95% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

@media screen and (min-width: 769px) {
  .header {
    padding-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 5.8333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .header {
    padding-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 5.8333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .header {
    padding-left: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-left: 42px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 9.8vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .header {
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-right: 10.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-right: 5.3333333333vw;
  }
}
.header.inview {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header.hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .header.location-header {
    padding-right: 2.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .header.location-header {
    padding-right: 38px;
  }
}
@media screen and (max-width: 768px) {
  .header.location-header {
    padding-right: 8.8666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header__logo {
  cursor: pointer;
}

.header__logo img {
  width: auto;
  height: auto;
  max-height: 43px;
}

@media screen and (min-width: 769px) {
  .header__logo {
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 46.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .header__logo {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .header__logo {
    width: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__logo {
    width: 7vw;
  }
}
.header__humb {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .header__humb {
    width: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__humb {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__humb {
    width: 7vw;
  }
}
.header-menu__list {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .header-menu__list {
    gap: 2.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu__list {
    gap: 31px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__list {
    gap: 7.2333333333vw;
  }
}
.header-menu__item {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .header-menu__item {
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu__item {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__item {
    height: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .header-menu__item:nth-of-type(5) {
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu__item:nth-of-type(5) {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__item:nth-of-type(5) {
    height: 7vw;
  }
}
.menu-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #e9e1d7;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .menu-modal {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .menu-modal {
    display: none;
  }
}
.menu-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.menu-modal__close {
  position: absolute;
  top: 4vw;
  right: 5vw;
}

@media screen and (min-width: 769px) {
  .menu-modal__close {
    width: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__close {
    width: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__close {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__close {
    width: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .menu-modal__close {
    height: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__close {
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__close {
    height: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__close {
    height: 8vw;
  }
}
.menu-modal__close:before,
.menu-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #1e1e1f;
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .menu-modal__close:before,
  .menu-modal__close:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__close:before,
  .menu-modal__close:after {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__close:before,
  .menu-modal__close:after {
    height: 0.7vw;
  }
}
.menu-modal__close:after {
  transform: rotate(-45deg);
}

.menu-modal__list {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .menu-modal__list {
    gap: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__list {
    gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__list {
    gap: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__list {
    gap: 10.6666666667vw;
  }
}
.menu-modal__item {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .menu-modal__item {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item {
    margin-top: 0vw;
  }
}
.menu-modal__item img {
  width: auto;
  height: 10vw;
}

@media screen and (min-width: 769px) {
  .menu-modal__item img {
    height: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__item img {
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item img {
    height: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item img {
    height: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .menu-modal__item:nth-child(2) img {
    height: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__item:nth-child(2) img {
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item:nth-child(2) img {
    height: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item:nth-child(2) img {
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .menu-modal__item:nth-child(5) img {
    height: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .menu-modal__item:nth-child(5) img {
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item:nth-child(5) img {
    height: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-modal__item:nth-child(5) img {
    height: 9.6vw;
  }
}
body {
  font-weight: 500;
  line-height: 2;
  color: #000;
  font-family: Noto Sans JP, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Helvetica Neue, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  br.sp_only {
    display: block;
  }
}

.pc_only_flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .pc_only_flex {
    display: none !important;
  }
}
.display-none {
  display: none;
}

main {
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.movie-modal {
  display: none;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.movie-modal__iframe-wrap {
  position: relative;
  max-width: 95vw;
  width: 960px;
}

.movie-modal__iframe-wrap svg {
  position: absolute;
  cursor: pointer;
  transition: transform 0.2s;
  width: 24px;
  right: 0;
  top: -38px;
}

@media (hover: hover) and (min-width: 769px) {
  .movie-modal__iframe-wrap svg:hover {
    transform: scale(1.1);
  }
}
.movie-modal__iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  background: #000;
  position: relative;
}

.movie-modal__iframe video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

a {
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .p-inner {
    padding-left: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-inner {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-inner {
    padding-left: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-inner {
    padding-right: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-inner {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-inner {
    padding-right: 8vw;
  }
}
.c-text__main {
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .c-text__main {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-text__main {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__main {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__main {
    font-size: 4.2666666667vw;
  }
}
.c-text__bold {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .c-text__bold {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-text__bold {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__bold {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__bold {
    font-size: 4.2666666667vw;
  }
}
.c-text__label {
  font-family: Noto Sans JP, sans-serif;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  .c-text__label {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-text__label {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-text__label {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-text__label {
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label {
    letter-spacing: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label {
    letter-spacing: 0.7466666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label {
    line-height: 1.785;
  }
}
.c-text__label-small {
  font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 769px) {
  .c-text__label-small {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-text__label-small {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label-small {
    font-size: 6.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label-small {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-text__label-small {
    letter-spacing: 0.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-text__label-small {
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label-small {
    letter-spacing: 0.6533333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-text__label-small {
    letter-spacing: 0.7466666667vw;
  }
}
.c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .c-section-title {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-section-title {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-section-title {
    height: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-title {
    height: 12.5333333333vw;
  }
}
.c-section-title img {
  height: 100%;
}

.c-contact-btn {
  aspect-ratio: 64/61;
  position: fixed;
  bottom: 0;
  z-index: 50;
}

@media screen and (min-width: 769px) {
  .c-contact-btn {
    width: 8.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-contact-btn {
    width: 128px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-btn {
    width: 29.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-btn {
    width: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .c-contact-btn {
    right: 3.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-contact-btn {
    right: 53px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-btn {
    right: 12.3666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-btn {
    right: 2.1333333333vw;
  }
}
.c-btn-underline {
  font-weight: 400;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c-btn-underline {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-underline {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-underline {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-underline {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-underline {
    gap: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-underline {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-underline {
    gap: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-underline {
    gap: 1.3333333333vw;
  }
}
.c-btn-underline:after {
  content: "";
  height: 1px;
  background: #000;
}

@media screen and (min-width: 769px) {
  .c-btn-underline:after {
    width: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-underline:after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-underline:after {
    width: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-underline:after {
    width: 10.6666666667vw;
  }
}
.c-btn-underline.c-btn-underline--white {
  color: #fff;
}

.c-btn-underline.c-btn-underline--white:after {
  background: #fff;
}

.c-btn-round {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .c-btn-round {
    min-width: 19.6527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    min-width: 283px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    min-width: 66.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    min-width: 75.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    min-height: 3.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    min-height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    min-height: 12.3666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    min-height: 14.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-left: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-right: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    border-radius: 1.8402777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    border-radius: 26.5px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    border-radius: 6.1833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    border-radius: 7.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-round {
    letter-spacing: 0.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn-round {
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    letter-spacing: 0.3733333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round {
    letter-spacing: 0.4266666667vw;
  }
}
.c-btn-round__ol {
  background: transparent;
  border: 2px solid #e9e1d7;
  color: #e9e1d7;
}

.c-news__list {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .c-news__list {
    gap: 2.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news__list {
    gap: 31px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list {
    gap: 7.2333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list {
    gap: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-news__list {
    width: 51.3888888889vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .c-news__list {
    width: 740px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-news__list {
    width: 172.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-news__list {
    width: 100vw;
  }
}
.c-news__item {
  color: #1a1a1e;
}

.c-news__item-link {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 769px) {
  .c-news__item-link {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-news__item-link {
    flex-direction: column;
  }
}
.c-news__item-time {
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .c-news__item-time {
    width: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news__item-time {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__item-time {
    width: 32.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-news__item-time {
    width: 37.3333333333vw;
  }
}
.c-news__item-text {
  width: 100%;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .c-news-category {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-category {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-news-category {
    margin-top: 9.3333333333vw;
  }
}
.c-news-category__list {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .c-news-category__list {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-category__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-news-category__list {
    gap: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-news-category__list {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news-category__list {
    font-size: 1.1208333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-category__list {
    font-size: 16.14px;
  }
}
@media screen and (max-width: 768px) {
  .c-news-category__list {
    font-size: 3.766vw;
  }
}
.c-news-category__item {
  color: #1a1a1e;
  opacity: 0.5;
}

.c-news-category__item.active {
  opacity: 1;
}

.c-cta-box__boxs {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #1c4638;
}

@media screen and (max-width: 768px) {
  .c-cta-box__boxs {
    display: flex;
    flex-direction: column;
  }
}
.c-cta-box__box {
  aspect-ratio: 721/348;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-cta-box__box {
    gap: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-cta-box__box {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box {
    gap: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box {
    gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-cta-box__box {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-cta-box__box {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box {
    padding-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box {
    aspect-ratio: 375/250;
  }
}
.c-cta-box__box:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #e9e1d7;
  height: 75%;
}

@media screen and (min-width: 769px) {
  .c-cta-box__box:nth-of-type(2):before {
    width: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-cta-box__box:nth-of-type(2):before {
    width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box:nth-of-type(2):before {
    width: 0.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__box:nth-of-type(2):before {
    width: 80%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .c-cta-box__box:nth-of-type(2):before {
    height: 0.1388888889vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .c-cta-box__box:nth-of-type(2):before {
    height: 2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-cta-box__box:nth-of-type(2):before {
    height: 0.4666666667vw;
  }
}
.c-cta-box__title {
  color: #e9e1d7;
}

@media screen and (min-width: 769px) {
  .c-cta-box__btn .c-btn-round {
    min-width: 19.6527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-cta-box__btn .c-btn-round {
    min-width: 283px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__btn .c-btn-round {
    min-width: 66.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-box__btn .c-btn-round {
    min-width: 64vw;
  }
}
.c-location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .c-location-list {
    padding-left: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list {
    padding-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    padding-left: 10.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    padding-left: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .c-location-list {
    padding-right: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list {
    padding-right: 46px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    padding-right: 10.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    padding-right: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .c-location-list {
    -moz-column-gap: 3.0555555556vw;
    column-gap: 3.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list {
    -moz-column-gap: 44px;
    column-gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    -moz-column-gap: 10.2666666667vw;
    column-gap: 10.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    -moz-column-gap: 4.8vw;
    column-gap: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .c-location-list {
    row-gap: 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list {
    row-gap: 75px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    row-gap: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    row-gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
.c-location-list__item {
  width: 31%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-location-list__item {
    width: auto;
  }
}
.c-location-list__item.coming {
  opacity: 0.7;
  white-space: nowrap;
}

.c-location-list__link {
  position: relative;
  display: block;
}

.c-location-list__pict {
  width: 100%;
  position: relative;
}

.c-location-list__pict:before {
  content: "";
  padding-top: 105%;
  display: block;
}

.c-location-list__pict img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}

.c-location-list__label {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  .c-location-list__label {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list__label {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list__label {
    margin-top: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list__label {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-location-list__label {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list__label {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list__label {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list__label {
    font-size: 5.3333333333vw;
  }
}
.c-location-list__new {
  position: absolute;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 46%;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .c-location-list__new {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-location-list__new {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list__new {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .c-location-list__new {
    font-size: 3vw;
  }
}
.c-faq__boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-faq__boxs {
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__boxs {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__boxs {
    -moz-column-gap: 9.3333333333vw;
    column-gap: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__boxs {
    -moz-column-gap: 0vw;
    column-gap: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__boxs {
    row-gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__boxs {
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__boxs {
    row-gap: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__boxs {
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__boxs {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-faq__boxs {
    width: 75vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .c-faq__boxs {
    width: 1080px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-faq__boxs {
    width: 252vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-faq__boxs {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__boxs {
    grid-template-columns: 1fr;
  }
}
.c-faq__box {
  background: #f6f6f6;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-faq__box {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__box {
    padding-right: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__box {
    padding-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__box {
    padding-left: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__box {
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__box {
    padding-left: 6.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__box {
    padding-left: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-faq__box {
    width: 36.1111111111vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .c-faq__box {
    width: 520px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-faq__box {
    width: 121.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-faq__box {
    width: 100vw;
  }
}
.c-faq__box.is-open .c-faq__head:after {
  transform: scaleY(-1);
}

.c-faq__head {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c-faq__head {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    gap: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__head {
    padding-top: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head {
    padding-top: 11px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    padding-top: 2.5666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    padding-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__head {
    padding-bottom: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    padding-bottom: 2.5666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    padding-bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__head {
    min-height: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head {
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    min-height: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    min-height: 21.3333333333vw;
  }
}
.c-faq__head:after {
  content: "";
  flex-shrink: 0;
  background-image: url(../images/faq_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 769px) {
  .c-faq__head:after {
    width: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head:after {
    width: 23px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head:after {
    width: 5.3666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head:after {
    width: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__head:after {
    height: 1.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head:after {
    height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head:after {
    height: 4.4333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head:after {
    height: 3.2vw;
  }
}
.c-faq__head-q {
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
}

@media screen and (min-width: 769px) {
  .c-faq__head-q {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head-q {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head-q {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head-q {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__head-q {
    letter-spacing: 0.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__head-q {
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head-q {
    letter-spacing: 0.3733333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__head-q {
    letter-spacing: 0.4266666667vw;
  }
}
.c-faq__head-q:before {
  content: "";
}

.c-faq__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.c-faq__body-a {
  border-top: 1px solid #000;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .c-faq__body-a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__body-a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__body-a {
    letter-spacing: 0.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__body-a {
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    letter-spacing: 0.3733333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    letter-spacing: 0.4266666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__body-a {
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__body-a {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    padding-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    padding-top: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .c-faq__body-a {
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-faq__body-a {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faq__body-a {
    padding-bottom: 4.8vw;
  }
}
.c-faq-points {
  display: inline-flex;
}

.c-faq-points:before {
  content: "・";
}

.c-interview__boxs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-interview__boxs {
    row-gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__boxs {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__boxs {
    row-gap: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__boxs {
    row-gap: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-interview__boxs {
    display: grid;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-interview__boxs {
    -moz-column-gap: 2.6388888889vw;
    column-gap: 2.6388888889vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .c-interview__boxs {
    -moz-column-gap: 38px;
    column-gap: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-interview__boxs {
    -moz-column-gap: 8.8666666667vw;
    column-gap: 8.8666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-interview__boxs {
    -moz-column-gap: 0vw;
    column-gap: 0vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-interview__boxs {
    width: 93.4027777778vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .c-interview__boxs {
    width: 1345px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-interview__boxs {
    width: 313.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-interview__boxs {
    width: 100vw;
  }
}
.c-interview__box-link {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-interview__box-img {
  width: 100%;
  aspect-ratio: 308/250;
}

.c-interview__box-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .c-interview__box-texts {
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-texts {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-interview__box-texts {
    padding-left: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-texts {
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-left: 3.9666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-interview__box-texts {
    padding-right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-texts {
    padding-right: 17px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-right: 3.9666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-interview__box-texts {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-texts {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-interview__box-texts {
    gap: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-texts {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    gap: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-texts {
    gap: 6.6666666667vw;
  }
}
.c-interview__box-title {
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  .c-interview__box-title {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-title {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-title {
    font-size: 5.3333333333vw;
  }
}
.c-interview__box-bottom {
  display: flex;
  justify-content: space-between;
  color: #1a1a1e;
  font-weight: 400;
  line-height: normal;
  margin-top: auto;
}

@media screen and (min-width: 769px) {
  .c-interview__box-bottom {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-bottom {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-bottom {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-interview__box-more {
    padding-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-interview__box-more {
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-more {
    padding-right: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview__box-more {
    padding-right: 1.3333333333vw;
  }
}
.p-location-fv {
  position: relative;
  padding-top: 25px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-location-fv {
    padding-top: 7.3158536585vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv {
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv {
    padding-top: 17.2630208333vw;
  }
}
.p-location-fv__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-location-fv__img {
    height: 300px;
  }
}

.p-location-fv__img img {
  object-fit: cover;
}

.p-location-fv__title {
  display: none;
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-location-fv__title {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .p-location-fv__title {
    bottom: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__title {
    bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__title {
    bottom: 9.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__title {
    bottom: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-fv__title {
    left: 4.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__title {
    left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__title {
    left: 14.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__title {
    left: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__title {
    font-feature-settings: "palt" on;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-fv__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-fv__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-fv__title {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-fv__title {
    font-size: 5.8666666667vw;
  }
}
.p-location-fv__notice {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
}

@media screen and (min-width: 769px) {
  .p-location-fv__notice {
    padding-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__notice {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-left: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-fv__notice {
    padding-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__notice {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-right: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-fv__notice {
    padding-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__notice {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-top: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-fv__notice {
    padding-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__notice {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-bottom: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-fv__notice {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-fv__notice {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    font-size: 3.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-fv__notice {
    font-size: 2.6666666667vw;
  }
}
.p-location-cap {
  color: #888;
}

@media screen and (min-width: 769px) {
  .p-location-cap {
    padding-left: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-cap {
    padding-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    padding-left: 10.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-cap {
    padding-right: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-cap {
    padding-right: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    padding-right: 10.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-cap {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-cap {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-cap {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-cap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    padding-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-cap {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-cap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-cap {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-about {
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-about {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about {
    padding-top: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about {
    padding-top: 26.6666666667vw;
  }
}
.p-location-about__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-location-about__contents {
    margin-top: 4.5138888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-about__contents {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents {
    margin-top: 15.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-about__contents {
    gap: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-about__contents {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents {
    gap: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents {
    gap: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-about__contents-text {
    margin-left: 4.8611111111vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-about__contents-text {
    margin-left: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-about__contents-text {
    margin-left: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents-text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-location-about__contents-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-about__contents-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents-text {
    font-size: 3.7333333333vw;
  }
}
.p-location-about__contents-img {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-location-about__contents-img .gotanda img {
    width: 30vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-about__contents-img {
    width: 24.0972222222vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-about__contents-img {
    width: 347px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-about__contents-img {
    width: 80.9666666667vw;
  }
}
.p-location-about__contents-img-floor {
  font-size: 0.9vw;
  line-height: 1.5;
  margin-top: 8px;
  font-weight: 400;
}
.p-location-about__contents-img-floor span {
  font-size: 0.8vw;
  line-height: 1.4;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .p-location-about__contents-img-floor {
    font-size: 3.36vw;
    margin-top: 2.1333333333vw;
  }
  .p-location-about__contents-img-floor span {
    font-size: 2.9866666667vw;
    margin-top: 1.6vw;
  }
}
.p-location-about__contents-img-notice {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
}

@media screen and (min-width: 769px) {
  .p-location-about__contents-img-notice {
    font-size: 0.8333333333vw;
    padding: 0.0694444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-about__contents-img-notice {
    font-size: 12px;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-about__contents-img-notice {
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-news {
    padding-top: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-news {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-news {
    padding-top: 30.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-news {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-news .c-news__list {
    margin-top: 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-news .c-news__list {
    margin-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-news .c-news__list {
    margin-top: 19.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-news .c-news__list {
    margin-top: 12vw;
  }
}
.p-location-news__link {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-location-news__link {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-news__link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-news__link {
    margin-top: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-news__link {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room {
    padding-top: 10.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room {
    padding-top: 148px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room {
    padding-top: 34.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room {
    padding-top: 26.6666666667vw;
  }
}
.p-location-room__pict {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-location-room__pict {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict {
    margin-top: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict {
    margin-top: 13.3333333333vw;
  }
}
.p-location-room__pict-item {
  width: 100%;
}

.p-location-room__pict-text {
  position: absolute;
  color: #000;
}

@media screen and (min-width: 769px) {
  .p-location-room__pict-text {
    bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-text {
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-text {
    bottom: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-text {
    bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__pict-text {
    left: 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-text {
    left: 27px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-text {
    left: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-text {
    left: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-room__pict-text {
    font-size: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-room__pict-text {
    font-size: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__pict-text {
    font-size: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__pict-text {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-room__pict-text {
    letter-spacing: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-room__pict-text {
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__pict-text {
    letter-spacing: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__pict-text {
    letter-spacing: 0.2666666667vw;
  }
}
.p-location-room__pict-notice {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
}

@media screen and (min-width: 769px) {
  .p-location-room__pict-notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-notice {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__pict-notice {
    padding-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-notice {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-left: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__pict-notice {
    padding-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-notice {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-right: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__pict-notice {
    padding-top: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-notice {
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-top: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__pict-notice {
    padding-bottom: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__pict-notice {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-bottom: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__pict-notice {
    padding-bottom: 0.8vw;
  }
}
.p-location-room__detail {
  position: relative;
  text-align: center;
  background: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .p-location-room__detail {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__detail {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__detail {
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__detail {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-room__detail-inner {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-room__detail-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__detail-inner {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__detail-inner {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner {
    padding-bottom: 13.3333333333vw;
  }
}
.p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
  width: auto;
  max-width: 80vw;
}

@media screen and (min-width: 769px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    height: 34.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    height: 116.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    max-width: none;
    height: auto;
    width: 200vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    padding-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-location-room__detail.yokohamahakuraku .p-location-room__detail-inner .pic {
    padding-right: 10.6666666667vw;
  }
}
.p-location-room__detail-arrow {
  position: absolute;
  left: 50%;
  bottom: 4%;
  z-index: 3;
  transform: translate(-50%);
  height: auto;
}

@media screen and (min-width: 769px) {
  .p-location-room__detail-arrow {
    width: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__detail-arrow {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail-arrow {
    width: 16.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__detail-arrow {
    display: none;
  }
}
.p-location-room__detail .pic {
  max-width: 80vw;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .p-location-room__detail .pic {
    height: 34.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__detail .pic {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail .pic {
    height: 116.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail .pic {
    height: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__detail .pic {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-room__type {
    margin-top: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__type {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__type {
    margin-top: 9.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__type {
    margin-top: 8vw;
  }
}
.p-location-room__type-link {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-location-room__type-link {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-room__type-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__type-link {
    margin-top: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-room__type-link {
    margin-top: 10.1333333333vw;
  }
}
.room-slide {
  padding: 0 !important;
}

.room-slide__list {
  display: flex;
  flex-direction: column;
}

.room-slide__list-wrap.more {
  height: 0;
  overflow: hidden;
  transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 769px) {
  .room-slide__list-wrap.more .room-slide__item:nth-child(1) {
    padding-top: 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide__list-wrap.more .room-slide__item:nth-child(1) {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__list-wrap.more .room-slide__item:nth-child(1) {
    padding-top: 12.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__list-wrap.more .room-slide__item:nth-child(1) {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .room-slide__list {
    gap: 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide__list {
    gap: 55px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__list {
    gap: 12.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__list {
    gap: 13.3333333333vw;
  }
}
.room-slide__item {
  position: relative;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
}
.room-slide__item.no-zumen {
  grid-template-columns: 1fr;
  background-color: #f6f6f6;
}
.room-slide__item.no-zumen .room-slide-pic {
  width: 100%;
}
.room-slide__item.no-zumen .room-slide-pic__item img {
  -o-object-fit: contain;
  object-fit: contain;
}
.room-slide__item.no-zumen .room-slide-zumen img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .room-slide__item.no-zumen .room-slide-zumen img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .room-slide__item {
    display: flex;
    flex-direction: column;
  }
}
.room-slide-pic__notice {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
}

.room-slide-pic__notice {
  padding: 1px 10px;
}

@media screen and (min-width: 769px) {
  .room-slide-pic__notice {
    font-size: 0.8333333333vw;
    padding: 0.0694444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide-pic__notice {
    font-size: 12px;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide-pic__notice {
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw 2.6666666667vw;
  }
}
.room-slide-pic__item:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

@media screen and (max-width: 768px) {
  .room-slide-pic__item:before {
    padding-top: 56.25%;
  }
}
.room-slide-pic__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.room-slide-zumen {
  position: relative;
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.room-slide-zumen__notice {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .room-slide-zumen__notice {
    bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide-zumen__notice {
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide-zumen__notice {
    bottom: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .room-slide-zumen__notice {
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide-zumen__notice {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide-zumen__notice {
    right: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .room-slide-zumen__notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide-zumen__notice {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide-zumen__notice {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .room-slide-zumen__notice {
    font-size: 3.2vw;
  }
}
.room-slide-zumen img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

@media screen and (max-width: 768px) {
  .room-slide-zumen:before {
    content: "";
    padding-top: 120%;
    display: block;
  }
  .room-slide-zumen img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.room-slide__img {
  width: 100%;
}

.room-slide__text {
  position: absolute;
  color: #000;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  .room-slide__text {
    bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide__text {
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__text {
    bottom: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__text {
    bottom: 7vw;
  }
}
@media screen and (min-width: 769px) {
  .room-slide__text {
    left: 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide__text {
    left: 27px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__text {
    left: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__text {
    left: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .room-slide__text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .room-slide__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__text {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .room-slide__text {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .room-slide__text {
    letter-spacing: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .room-slide__text {
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .room-slide__text {
    letter-spacing: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .room-slide__text {
    letter-spacing: 0.2666666667vw;
  }
}
.price-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4666666667);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}

.price-modal.open {
  opacity: 1;
  pointer-events: all;
}

.price-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-modal__content {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: flex-end;
  position: relative;
}

@media screen and (min-width: 769px) {
  .price-modal__content {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal__content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal__content {
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal__content {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal__content {
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal__content {
    padding-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal__content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-right: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal__content {
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal__content {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    width: 233.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    width: 90.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal__content {
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal__content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    gap: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.price-modal-close {
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .price-modal-close {
    top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-close {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-close {
    top: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-close {
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-close {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-close {
    right: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-close {
    width: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-close {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-close {
    width: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-close {
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-close {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-close {
    height: 9.3333333333vw;
  }
}
.price-modal-close span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: rotate(45deg);
  background-color: #000;
}

@media screen and (min-width: 769px) {
  .price-modal-close span {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-close span {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-close span {
    height: 0.2333333333vw;
  }
}
.price-modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.price-modal__pic {
  position: relative;
}

@media screen and (max-width: 768px) {
  .price-modal__pic {
    width: 100%;
  }
}
.price-modal__pic:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 768px) {
  .price-modal__pic:before {
    padding-top: 75%;
  }
}
.price-modal__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-modal-main {
  font-weight: 700;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .price-modal-main {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-main {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-main {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-main {
    padding-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-main {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-main {
    padding-bottom: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-main {
    border-bottom: 0px solid #000;
  }
}
.price-modal-list {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .price-modal-list {
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-list {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-list {
    gap: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-list {
    gap: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-list {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-list {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-list {
    margin-top: 2.6666666667vw;
  }
}
.price-modal-item {
  display: grid;
  grid-template-columns: auto 1fr;
}

@media screen and (min-width: 769px) {
  .price-modal-item {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-item {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-item {
    font-size: 3.4666666667vw;
  }
}
.price-modal-name {
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .price-modal-name {
    width: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-name {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-name {
    width: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-name {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-name {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-name {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-name {
    margin-top: -1.0666666667vw;
  }
}
.price-modal-content {
  line-height: 1.4;
}

.price-modal-content span {
  font-size: 85%;
}

.price-modal-notice {
  line-height: 1.6;
  background-color: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .price-modal-notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-notice {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-notice {
    padding-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-notice {
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    padding-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-notice {
    padding-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-notice {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    padding-bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-notice {
    padding-left: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-notice {
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    padding-left: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-notice {
    padding-right: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-notice {
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    padding-right: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .price-modal-notice {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .price-modal-notice {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-modal-notice {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price {
    padding-top: 10.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price {
    padding-top: 147px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price {
    padding-top: 34.3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price {
    padding-top: 26.6666666667vw;
  }
}
.p-location-price__update {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-price__update {
    width: 92.3611111111vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-price__update {
    width: 1330px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-price__update {
    width: 310.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-price__update {
    width: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__update {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__update {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__update {
    margin-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__update {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__update {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__update {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__update {
    font-size: 3.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__update {
    font-size: 2.6666666667vw;
  }
}
.p-location-price__intro {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-location-price__intro {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__intro {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__intro {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__intro {
    margin-top: 13.3333333333vw;
  }
}
.p-location-price__contents {
  background-image: url(../images/kawasaki_price_bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .p-location-price__contents {
    margin-top: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__contents {
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__contents {
    margin-top: 10.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__contents {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__contents {
    padding-top: 6.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__contents {
    padding-top: 91px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__contents {
    padding-top: 21.2333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__contents {
    padding-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__contents {
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__contents {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__contents {
    padding-bottom: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__contents {
    padding-bottom: 15.7333333333vw;
  }
}
.p-location-price__boxs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 400px));
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-location-price__boxs {
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__boxs {
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs {
    -moz-column-gap: 8.4vw;
    column-gap: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs {
    -moz-column-gap: 8vw;
    column-gap: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__boxs {
    row-gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__boxs {
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs {
    row-gap: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs {
    row-gap: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__boxs {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-price__boxs {
    width: 92.3611111111vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-price__boxs {
    width: 1330px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-price__boxs {
    width: 310.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-price__boxs {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs {
    grid-template-columns: 1fr;
  }
}
.p-location-price__boxs.more {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

@media screen and (min-width: 769px) {
  .p-location-price__boxs.more .p-location-price__box:nth-of-type(1) {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__boxs.more .p-location-price__box:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs.more .p-location-price__box:nth-of-type(1) {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__boxs.more .p-location-price__box:nth-of-type(1) {
    margin-top: 8vw;
  }
}
.p-location-price__box {
  background: #fff;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .p-location-price__box {
    padding-top: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__box {
    padding-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-top: 6.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-top: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__box {
    padding-bottom: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__box {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-bottom: 6.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-bottom: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__box {
    padding-left: 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__box {
    padding-left: 37px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-left: 8.6333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-left: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__box {
    padding-right: 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__box {
    padding-right: 37px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-right: 8.6333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box {
    padding-right: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-price__box-head {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__box-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box-head {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box-head {
    font-size: 3.4666666667vw;
  }
}
.p-location-price__box-text {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .p-location-price__box-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__box-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box-text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__box-text {
    font-size: 3.4666666667vw;
  }
}
.p-location-price__link {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-location-price__link {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__link {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__link {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__link {
    margin-top: 10.1333333333vw;
  }
}
.p-location-price__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-location-price__btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-price__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__btn {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-price__btn {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-service {
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service {
    padding-top: 32.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service {
    padding-top: 26.6666666667vw;
  }
}
.p-location-service__notice {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .p-location-service__notice {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__notice {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__notice {
    font-size: 3.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__notice {
    font-size: 3.2vw;
  }
}
.p-location-service__contents {
  margin-inline: auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-location-service__contents {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__contents {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__contents {
    margin-top: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__contents {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-service__contents {
    width: 93.0555555556vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-service__contents {
    width: 1340px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-service__contents {
    width: 312.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-service__contents {
    width: 0vw;
  }
}
.p-location-service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 769px) {
  .p-location-service__list {
    -moz-column-gap: 3.3333333333vw;
    column-gap: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__list {
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__list {
    -moz-column-gap: 11.2vw;
    column-gap: 11.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__list {
    -moz-column-gap: 6.6666666667vw;
    column-gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-service__list {
    row-gap: 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__list {
    row-gap: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__list {
    row-gap: 12.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__list {
    row-gap: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-location-service__item-img {
  width: 100%;
  aspect-ratio: 300/180;
  overflow: hidden;
}

.p-location-service__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-location-service__item-img {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 769px) {
  .p-location-service__item-title {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__item-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-title {
    margin-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-title {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-service__item-title {
    letter-spacing: 0.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__item-title {
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-title {
    letter-spacing: 0.3733333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-title {
    letter-spacing: 0.4266666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-title {
    line-height: normal;
  }
}
.p-location-service__item-text {
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  .p-location-service__item-text {
    margin-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__item-text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-text {
    margin-top: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-text {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-service__item-text {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__item-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-text {
    font-size: 3.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-service__item-text {
    letter-spacing: 0.0902777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-service__item-text {
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-text {
    letter-spacing: 0.3033333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-service__item-text {
    letter-spacing: 0.3466666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline {
    padding-top: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline {
    padding-top: 30.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-outline {
    width: 82.6388888889vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-outline {
    width: 1190px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-outline {
    width: 277.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-outline {
    width: 0vw;
  }
}
.p-location-outline__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .p-location-outline__info {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__info {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__info {
    margin-top: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__info {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline__info {
    gap: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__info {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__info {
    gap: 8.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__info {
    gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__info {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.p-location-outline__list {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .p-location-outline__list {
    padding-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__list {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__list {
    padding-left: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__list {
    padding-left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline__list {
    gap: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__list {
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__list {
    gap: 0.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__list {
    gap: 2.9333333333vw;
  }
}
.p-location-outline__item {
  display: flex;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .p-location-outline__item {
    letter-spacing: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__item {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__item {
    letter-spacing: 0.2333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__item {
    letter-spacing: 0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline__item {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__item {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__item {
    font-size: 3.2vw;
  }
}
.p-location-outline__name {
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .p-location-outline__name {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__name {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__name {
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__name {
    width: 25.3333333333vw;
  }
}
.p-location-outline__content {
  width: 100%;
}

.p-location-outline__content a {
  text-decoration: underline;
  color: #213d59;
}

.p-location-outline__map {
  width: 100%;
  aspect-ratio: 338/223;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-location-outline__map {
    aspect-ratio: 482/391;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-outline__map {
    width: 33.4722222222vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-outline__map {
    width: 482px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-outline__map {
    width: 112.4666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-outline__map {
    width: 0vw;
  }
}
.p-location-outline__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-location-outline__area {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .p-location-outline__area {
    margin-top: 7.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__area {
    margin-top: 103px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area {
    margin-top: 24.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline__area {
    gap: 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__area {
    gap: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area {
    gap: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area {
    gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area {
    flex-direction: column;
  }
}
.p-location-outline__area-pict {
  width: 100%;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-outline__area-pict {
    width: 52.7777777778vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-outline__area-pict {
    width: 760px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-outline__area-pict {
    width: 177.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-outline__area-pict {
    width: 0vw;
  }
}
.p-location-outline__area-text {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .p-location-outline__area-text {
    letter-spacing: 0.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__area-text {
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area-text {
    letter-spacing: 0.3733333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area-text {
    letter-spacing: 0.4266666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-outline__area-text {
    gap: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-outline__area-text {
    gap: 33px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area-text {
    gap: 7.7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-outline__area-text {
    gap: 8.8vw;
  }
}
.p-location-outline__area-text .sm {
  font-size: 70%;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .p-location-faq {
    padding-top: 16.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-faq {
    padding-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq {
    padding-top: 56vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq {
    padding-top: 23.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-faq {
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-faq {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq {
    padding-bottom: 56vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-faq__title {
    height: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-faq__title {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq__title {
    height: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq__title {
    height: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-faq__contents {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-faq__contents {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq__contents {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq__contents {
    margin-top: 9.3333333333vw;
  }
}
.p-location-faq__btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-location-faq__btn {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-faq__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq__btn {
    margin-top: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-faq__btn {
    margin-top: 9.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-gallery {
    padding-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-gallery {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery {
    padding-bottom: 46.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-gallery__title {
    height: 6.4583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-gallery__title {
    height: 93px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__title {
    height: 21.7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__title {
    height: 16vw;
  }
}
.p-location-gallery__contents {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-location-gallery__contents {
    margin-top: 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-gallery__contents {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__contents {
    margin-top: 14.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__contents {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-gallery__contents {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-location-gallery__contents {
    width: 81.25vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-location-gallery__contents {
    width: 1170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-gallery__contents {
    width: 273vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-location-gallery__contents {
    width: 100vw;
  }
}
.p-location-gallery__link {
  width: 100%;
}

.p-location-gallery__boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 769px) {
  .p-location-gallery__boxs {
    -moz-column-gap: 2.0833333333vw;
    column-gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-gallery__boxs {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__boxs {
    -moz-column-gap: 7vw;
    column-gap: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__boxs {
    -moz-column-gap: 3.4666666667vw;
    column-gap: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-gallery__boxs {
    row-gap: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-gallery__boxs {
    row-gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__boxs {
    row-gap: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__boxs {
    row-gap: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-gallery__boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-location-other {
  background: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .p-location-other {
    padding-top: 7.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-other {
    padding-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other {
    padding-top: 24.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-other {
    padding-bottom: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-other {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other {
    padding-bottom: 32.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-other__title {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-other__title {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other__title {
    height: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other__title {
    height: 33.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-location-other__list {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-location-other__list {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other__list {
    margin-top: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-location-other__list {
    margin-top: 13.3333333333vw;
  }
}
.top-location-area {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-news {
    padding-top: 12.0138888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news {
    padding-top: 173px;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-top: 40.3666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-top: 28.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news {
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news .c-news__list {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news .c-news__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .c-news__list {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news .c-news__list {
    margin-top: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news .c-news-category {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news .c-news-category {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .c-news-category {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news .c-news-category {
    margin-top: 8vw;
  }
}
.p-news__pagenation {
  display: none;
  align-items: center;
  justify-content: center;
  color: #1a1a1e;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  .p-news__pagenation {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__pagenation {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news__pagenation {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__pagenation {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    gap: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    gap: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news__pagenation {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__pagenation {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    font-size: 4.2666666667vw;
  }
}
.p-news__pagenation-num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.p-news__pagenation-num:after {
  content: "";
  height: 1px;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .p-news__pagenation-num:after {
    width: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__pagenation-num:after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation-num:after {
    width: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pagenation-num:after {
    width: 5.3333333333vw;
  }
}
.p-news__pagenation-num.is-active:after {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .p-faq {
    padding-top: 12.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq {
    padding-top: 186px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 43.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 28.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq {
    padding-bottom: 12.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq {
    padding-bottom: 184px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-bottom: 42.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__title {
    height: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__title {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    height: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    height: 16vw;
  }
}
.p-faq__contents {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .p-faq__contents {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__contents {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__contents {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__contents {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__contents {
    gap: 6.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__contents {
    gap: 88px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__contents {
    gap: 20.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__contents {
    gap: 13.3333333333vw;
  }
}
.p-faq__section-title {
  font-feature-settings: "palt" on;
}

@media screen and (max-width: 768px) {
  .p-faq__section-title {
    line-height: 1.785;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__section-title {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-faq__section-title {
    width: 75vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-faq__section-title {
    width: 1080px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-faq__section-title {
    width: 252vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-faq__section-title {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__section .c-faq__boxs {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__section .c-faq__boxs {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__boxs {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__boxs {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__section .c-faq__boxs {
    row-gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__section .c-faq__boxs {
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__boxs {
    row-gap: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__boxs {
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__section .c-faq__head {
    min-height: 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__section .c-faq__head {
    min-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__head {
    min-height: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__head {
    min-height: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__section .c-faq__body-a {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__section .c-faq__body-a {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__body-a {
    padding-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__body-a {
    padding-top: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__section .c-faq__body-a {
    padding-bottom: 2.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__section .c-faq__body-a {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__body-a {
    padding-bottom: 10.0333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section .c-faq__body-a {
    padding-bottom: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-interview {
    padding-top: 12.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-interview {
    padding-top: 175px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding-top: 40.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding-top: 28.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-interview {
    padding-bottom: 12.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-interview {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding-bottom: 40.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-interview .c-interview__contents {
    margin-top: 6.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-interview .c-interview__contents {
    margin-top: 97px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .c-interview__contents {
    margin-top: 22.6333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .c-interview__contents {
    margin-top: 13.3333333333vw;
  }
}
.p-detail {
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .p-detail {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail {
    letter-spacing: 0.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail {
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    letter-spacing: 0.3733333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    letter-spacing: 0.4266666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail {
    padding-top: 8.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail {
    padding-top: 126px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    padding-top: 29.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    padding-top: 28.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail {
    padding-bottom: 5.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail {
    padding-bottom: 79px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    padding-bottom: 18.4333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    padding-bottom: 34.4vw;
  }
}
.p-detail__inner {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-detail__inner {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-detail__inner {
    width: 55.5555555556vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .p-detail__inner {
    width: 800px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-detail__inner {
    width: 186.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-detail__inner {
    width: 100vw;
  }
}
.p-detail__title {
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .p-detail__title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__title {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__title {
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    letter-spacing: 0.84vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    letter-spacing: 0.7466666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    font-feature-settings: "palt" on;
    line-height: 1.785;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__text {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__text {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__text {
    padding-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__text {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__text p {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__text p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__text p {
    margin-bottom: 7vw;
  }
}
.p-detail__text-bold,
.p-detail__text-head {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .p-detail__text-head {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__text-head {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__text-head {
    padding-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__text-head {
    padding-top: 10.6666666667vw;
  }
}
.p-detail__text-center {
  text-align: center;
}

.p-detail__pict {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-detail__pict {
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__pict {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__pict {
    padding-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__pict {
    padding-top: 10.6666666667vw;
  }
}
.p-detail__box {
  background: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .p-detail__box {
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__box {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__box {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__box {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__box {
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-left: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__box {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-right: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding-right: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__box {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__block {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__block {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__block {
    margin-top: 0vw;
  }
}
.p-detail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-detail__btn {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__btn {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__btn {
    margin-top: 13.3333333333vw;
  }
}
.p-detail__btn .c-btn-round {
  border: 1px solid #000;
}

.top-page {
  line-height: 1.6;
}

.init-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e1d7;
  z-index: 1000;
}

.init-loading__logo {
  position: absolute;
  width: 15vw;
  left: 50%;
  top: 50%;
  transform: translate(-10%, -50%);
  transform-origin: 10% center;
}

@media screen and (max-width: 768px) {
  .init-loading__logo {
    transform-origin: 8% center;
    width: 50vw;
  }
}
.fv {
  position: relative;
  height: 60vw;
}

@media screen and (max-width: 768px) {
  .fv {
    height: 133vw;
  }
}
.fv__illust {
  width: 100%;
}

.fv__door {
  position: absolute;
  bottom: -0.2vw;
  left: 50%;
  transform: translate(-50%);
  width: 21.3vw;
}

@media screen and (max-width: 768px) {
  .fv__door {
    width: 38vw;
  }
}
.fv__door img {
  display: block;
}

.fv__door .door-open {
  position: absolute;
  width: 93%;
  bottom: 0;
  left: 7%;
  transform-origin: right bottom;
}

.fv__door .door-open img {
  width: 100%;
  transform-origin: right bottom;
}

.top-state {
  height: 1140px;
  position: relative;
  color: #fff;
  background-size: 100% 100%;
  padding-top: 103px;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top-state {
    height: auto;
    padding-top: 17vw;
    padding-bottom: 20vw;
  }
  .top-state:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 105vw;
    background-color: #fff;
    z-index: 1;
    position: absolute;
  }
}
.top-state__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-state__inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .top-state__inner {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-state__inner {
    white-space: nowrap;
  }
}
.top-state__main {
  justify-content: center;
}

.top-state__main img {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .top-state__main img {
    height: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-state__main img {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .top-state__main img {
    height: 32.6666666667vw;
  }
}
.top-state__main-sp {
  display: inline-block;
  text-align: center;
  line-height: 4;
  margin-top: -7vw;
}

@media screen and (max-width: 768px) {
  .top-state__main-sp {
    line-height: 3;
    margin-top: 0;
    margin-left: 5.3vw;
  }
}
@media screen and (min-width: 769px) {
  .top-state__main-sp {
    display: none;
  }
}
.top-state__main-sp span {
  margin-left: -1vw;
}

@media screen and (max-width: 768px) {
  .top-state__main-sp span {
    margin-left: -0.7vw;
  }
  .top-state__main-sp span:nth-of-type(n + 6) {
    margin-left: -0.3vw;
  }
}
.top-state__main-sp img {
  height: 11.5vw;
  opacity: 0;
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 768px) {
  .top-state__main-sp img {
    height: 9.5vw;
  }
}
.top-state__desc {
  max-width: 570px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .top-state__desc {
    width: 97%;
    margin-top: 11vw;
    margin-left: 0;
  }
}
.top-state__logo {
  max-width: 535px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 112px;
}

@media screen and (max-width: 1280px) {
  .top-state__logo {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .top-state__logo {
    margin-top: 50px;
    width: 68vw;
  }
}
.top-state__logo img {
  opacity: 0;
}

.top-state__logo .open {
  position: absolute;
  width: 190px;
  left: 99%;
  top: -26%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .top-state__logo .open {
    width: 14.5vw;
    left: 105%;
  }
}
@media screen and (max-width: 768px) {
  .top-state__logo .open {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    transform: translate(0);
    margin-top: 4vw;
  }
}
.top-state-canvas canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.about-slide__item {
  position: relative;
}

.about-slide__item-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
  color: #fff;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .about-slide__item-caption {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-slide__item-caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about-slide__item-caption {
    font-size: 3.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .about-slide__item-caption {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .about-slide__item-caption {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-slide__item-caption {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-slide__item-caption {
    padding-left: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .about-slide__item-caption {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-slide__item-caption {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-slide__item-caption {
    padding-right: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .about-slide__item-caption {
    padding-top: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-slide__item-caption {
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .about-slide__item-caption {
    padding-top: 0.7vw;
  }
}
@media screen and (min-width: 769px) {
  .about-slide__item-caption {
    padding-bottom: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-slide__item-caption {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .about-slide__item-caption {
    padding-bottom: 0.7vw;
  }
}
.top-about {
  background-color: #fff;
}

.top-about__zu {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top-about__zu {
    width: 66.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about__zu {
    width: 955px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__zu {
    width: 222.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__zu {
    width: 84vw;
  }
}
@media screen and (min-width: 769px) {
  .top-about__zu {
    margin-top: 6.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about__zu {
    margin-top: 95px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__zu {
    margin-top: 22.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__zu {
    margin-top: 13.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 25px;
  }
}
.top-about__head {
  max-width: 226px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-about__head {
    width: 41vw;
  }
}
.top-about-desc {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-about-desc {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about-desc {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-desc {
    margin-top: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about-desc {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about-desc {
    line-height: 2;
    width: 80%;
    margin-inline: auto;
    text-align: center;
    font-size: 4.3vw;
  }
}
.top-about-desc__text {
  line-height: 2;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .top-about-desc__text {
    letter-spacing: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about-desc__text {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-desc__text {
    letter-spacing: 0.2333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about-desc__text {
    letter-spacing: 0vw;
  }
}
.top-about-pic-splide {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .top-about-pic-splide {
    margin-top: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about-pic-splide {
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-pic-splide {
    margin-top: 30.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about-pic-splide {
    margin-top: 23.4666666667vw;
  }
}
.top-about-pic-splide img {
  width: 100%;
}

.top-about-pic-splide .splide__pagination {
  display: flex !important;
}

@media screen and (min-width: 769px) {
  .top-about-pic-splide .splide__pagination button {
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about-pic-splide .splide__pagination button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-pic-splide .splide__pagination button {
    margin-left: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-about-pic-splide .splide__pagination button {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about-pic-splide .splide__pagination button {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-pic-splide .splide__pagination button {
    margin-right: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-news {
    padding-top: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-news {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 42vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-news {
    padding-bottom: 10.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-news {
    padding-bottom: 155px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-bottom: 36.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-bottom: 29.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .top-news__inner {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .top-news__inner {
    width: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-news__inner {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-news__inner {
    width: 100vw;
  }
}
.top-news__head {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top-news__head {
    width: 13.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__head {
    width: 197px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__head {
    width: 45.9666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__head {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-news .c-news {
    margin-top: 5.9027777778vw;
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-news .c-news {
    margin-top: 85px;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news .c-news {
    margin-top: 19.8333333333vw;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news .c-news {
    margin-top: 13.3333333333vw;
    padding: 0 8vw;
  }
}
.top-news-btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-news-btn {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-news-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-news-btn {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news-btn {
    margin-top: 10.1333333333vw;
  }
}
.top-reco {
  background-color: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .top-reco {
    padding-top: 8.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco {
    padding-top: 126px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco {
    padding-top: 29.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco {
    padding-top: 26.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-reco {
    padding-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco {
    padding-bottom: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco {
    padding-bottom: 26.1333333333vw;
  }
}
.top-reco__desc {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-reco__desc {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__desc {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__desc {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-reco__desc {
    margin-top: 4.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__desc {
    margin-top: 63px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__desc {
    margin-top: 14.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__desc {
    margin-top: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__desc {
    margin-inline: auto;
    text-align: center;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .top-reco__desc {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .top-reco__desc {
    width: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-reco__desc {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-reco__desc {
    width: 66.6666666667vw;
  }
}
.top-reco__head {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top-reco__head {
    width: 31.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__head {
    width: 452px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__head {
    width: 105.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__head {
    width: 80vw;
  }
}
.top-reco-btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-reco-btn {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco-btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco-btn {
    margin-top: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco-btn {
    margin-top: 9.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-reco__location {
    margin-top: 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__location {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location {
    margin-top: 12.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location.c-location-list {
    grid-template-columns: 1fr;
    display: grid;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .top-reco__location.c-location-list {
    row-gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .top-reco__location.c-location-list {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-reco__location.c-location-list {
    row-gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-reco__location.c-location-list .c-location-list__new {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__location.c-location-list .c-location-list__new {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location.c-location-list .c-location-list__new {
    font-size: 8.4vw;
  }
}
.top-reco__location .c-location-list__label {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .top-reco__location .c-location-list__label {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__location .c-location-list__label {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location .c-location-list__label {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location .c-location-list__label {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-reco__location .c-location-list__label {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-reco__location .c-location-list__label {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location .c-location-list__label {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reco__location .c-location-list__label {
    font-size: 5.8666666667vw;
  }
}
.top-life {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .top-life {
    padding-top: 8.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-life {
    padding-top: 116px;
  }
}
@media screen and (max-width: 768px) {
  .top-life {
    padding-top: 27.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-life {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-life {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-life {
    padding-bottom: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life__inner {
    width: 85%;
    margin: auto;
  }
}
.top-life__pic {
  max-width: 399px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-life__pic {
    width: 67%;
  }
}
.top-life__head {
  max-width: 309px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-life__head {
    width: 53vw;
    margin-top: 8vw;
  }
}
.top-life__desc {
  text-align: center;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (min-width: 769px) {
  .top-life__desc {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-life__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-life__desc {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life__desc {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-life__desc {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-life__desc {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-life__desc {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life__desc {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life__desc {
    font-weight: 400;
  }
}
.top-illust .top-illust-block {
  position: relative;
}

.top-illust__bg {
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-illust__info {
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top-illust__info {
    transform: translate(0);
    left: 8%;
    top: 5%;
  }
}
.top-illust__head {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .top-illust__head {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-illust__head {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__head {
    font-size: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__head {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-illust__head {
    letter-spacing: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-illust__head {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__head {
    letter-spacing: 0.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__head {
    letter-spacing: 0.7466666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__head {
    line-height: 1.785;
    font-weight: 500;
    font-feature-settings: "palt" on;
  }
}
.top-illust__head img {
  max-width: none;
  height: 107px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .top-illust__head img {
    height: 20vw;
  }
}
.top-illust__head-1 img {
  height: 174px;
}

@media screen and (max-width: 768px) {
  .top-illust__head-1 img {
    height: 35vw;
  }
}
.top-illust__head-2,
.top-illust__head-4 {
  color: #fff;
}

.top-illust__desc {
  font-weight: 500;
  line-height: 2.3;
}

@media screen and (min-width: 769px) {
  .top-illust__desc {
    letter-spacing: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-illust__desc {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    letter-spacing: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    letter-spacing: 0.3466666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-illust__desc {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-illust__desc {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    margin-top: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .top-illust__desc {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-illust__desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    font-size: 3.9666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-illust__desc {
    line-height: 2;
  }
}
.top-illust__desc-2,
.top-illust__desc-4 {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .top-interview {
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview {
    padding-top: 32.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview {
    padding-top: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-interview {
    padding-bottom: 13.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview {
    padding-bottom: 44.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview {
    padding-bottom: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-interview .splide__pagination {
    bottom: -2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview .splide__pagination {
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .splide__pagination {
    bottom: -9.3333333333vw;
  }
}
.top-interview .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1.3);
  background-color: #ccc;
}

@media screen and (min-width: 769px) {
  .top-interview__contents {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview__contents {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__contents {
    margin-top: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__contents {
    margin-top: 12.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-interview__contents {
    padding-left: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview__contents {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__contents {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__contents {
    padding-left: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .top-interview__contents {
    padding-right: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview__contents {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__contents {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__contents {
    padding-right: 8.8vw;
  }
}
.top-interview-btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-interview-btn {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-interview-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview-btn {
    margin-top: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview-btn {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .c-interview__boxs {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top-interview .c-interview__boxs {
    display: grid !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .c-interview__contents {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .top-interview .c-interview__contents {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .top-interview .c-interview__contents {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-interview .c-interview__contents {
    padding-right: 0vw;
  }
}
.top-location {
  background-color: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .top-location {
    padding-top: 13.5416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location {
    padding-top: 195px;
  }
}
@media screen and (max-width: 768px) {
  .top-location {
    padding-top: 45.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location {
    padding-top: 26.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-location {
    padding-bottom: 7.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 768px) {
  .top-location {
    padding-bottom: 26.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-location-area {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location-area {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area {
    margin-top: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area {
    margin-top: 10.1333333333vw;
  }
}
.top-location-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-feature-settings: "palt" on;
}

@media screen and (min-width: 769px) {
  .top-location-area ul {
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location-area ul {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area ul {
    gap: 7vw;
  }
}
@media screen and (min-width: 769px) {
  .top-location-area ul {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location-area ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area ul {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area ul {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-location-area ul {
    letter-spacing: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location-area ul {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area ul {
    letter-spacing: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location-area ul {
    letter-spacing: 0.8vw;
  }
}
.top-location-area ul li:not(:first-child) {
  opacity: 0.5;
}

.top-location__head {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top-location__head {
    width: 22.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location__head {
    width: 323px;
  }
}
@media screen and (max-width: 768px) {
  .top-location__head {
    width: 75.3666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location__head {
    width: 56.8vw;
  }
}
@media screen and (min-width: 769px) {
  .top-location__list {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location__list {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-location__list {
    margin-top: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-location__list {
    margin-top: 12vw;
  }
}
.top-location__list .c-text__label {
  letter-spacing: normal;
}

.top-location-btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-location-btn {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-location-btn {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-location-btn {
    margin-top: 16.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-faq {
    padding-top: 11.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-faq {
    padding-top: 172px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-top: 40.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .top-faq {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-faq {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-bottom: 8vw;
  }
}
.top-faq-btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-faq-btn {
    margin-top: 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-faq-btn {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq-btn {
    margin-top: 12.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-faq-btn {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .top-faq__contents {
    margin-top: 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-faq__contents {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq__contents {
    margin-top: 14.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-faq__contents {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-faq__contents {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .top-faq__contents {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .top-faq__contents {
    width: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-faq__contents {
    width: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-faq__contents {
    width: 84vw;
  }
}
@media screen and (min-width: 769px) {
  .top-sns {
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-sns {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-sns {
    padding-bottom: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-sns {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-sns {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-sns {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-sns {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-sns {
    padding-top: 13.3333333333vw;
  }
}
.top-sns__head {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top-sns__head {
    width: 12.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-sns__head {
    width: 182px;
  }
}
@media screen and (max-width: 768px) {
  .top-sns__head {
    width: 42.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-sns__head {
    width: 42.6666666667vw;
  }
}
.top-sns__in {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top-sns__in {
    width: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-sns__in {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-sns__in {
    width: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-sns__in {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top-sns__in {
    margin-top: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-sns__in {
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .top-sns__in {
    margin-top: 7.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top-sns__in {
    margin-top: 10.6666666667vw;
  }
}
.contact-reserve {
  text-align: center;
  margin-top: 60px;
  background-color: #1b4638;
  padding: 110px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-reserve {
    padding: 90px 0;
  }
}
.contact-reserve__copy {
  font-size: 24px;
  margin-bottom: 30px;
  color: #e9e1d7;
}

@media screen and (max-width: 768px) {
  .contact-reserve__copy {
    font-size: 6vw;
    letter-spacing: 2px;
  }
}
.contact-reserve__btn {
  display: inline-block;
  background-color: #cfa100;
  width: 288px;
  border-radius: 50px;
  padding: 12px 0;
  color: #1b4638;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 8px #1e1e1f;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}

.contact-reserve__btn:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #1b4638;
  border-bottom: 2px solid #1b4638;
  transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .contact-reserve__btn:before {
    top: 5.3vw;
  }
}
.contact-reserve__btn:hover {
  transform: translateY(2px);
  box-shadow: 0 6px #1e1e1f;
}

@media screen and (max-width: 768px) {
  .contact-reserve__btn {
    padding: 2.6vw;
    font-size: 4.5vw;
    width: 63vw;
  }
}
.tours {
  padding: 90px 0 100px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .tours {
    padding: 45px 0 65px;
  }
}
.tours__head {
  max-width: 457px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tours__head {
    width: 70vw;
  }
}
.tours__inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tours__inner {
    width: 88%;
  }
}
.tours-content {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .tours-content {
    display: block;
    width: 100%;
  }
}
.tours-link {
  margin-top: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.tours-link a {
  text-decoration: underline;
  color: #b8322d;
}

.tours-movie__iframe {
  position: relative;
}

.tours-movie__iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.tours-movie__iframe iframe {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}

.gallery {
  background-color: #fff;
  padding: 90px 0 140px;
}

@media screen and (max-width: 768px) {
  .gallery {
    padding: 45px 0 65px;
  }
}
.gallery__inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .gallery__inner {
    width: 88%;
  }
}
.gallery-content {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .gallery-content {
    display: block;
    width: 100%;
  }
}
.gallery-movie__iframe {
  position: relative;
}

.gallery-movie__iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.gallery-movie__iframe iframe {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}

.gallery__head {
  max-width: 276px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .gallery__head {
    width: 50vw;
  }
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .gallery__list {
    margin-top: 4vw;
  }
}
.gallery__item {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .gallery__item {
    width: 48%;
  }
}
.gallery__item:not(:nth-child(4n+1)) {
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  .gallery__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
.gallery__item:nth-child(n+5) {
  margin-top: 1%;
}

@media screen and (max-width: 768px) {
  .gallery__item:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .gallery__item:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
}
.gallery-follow {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .gallery-follow {
    margin-top: 12vw;
  }
}
.gallery-follow__icon {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-follow__in {
  margin-top: 24px;
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .gallery-follow__in {
    width: 8.5vw;
    margin-top: 5.5vw;
  }
}
.under-btn {
  position: relative;
  padding-bottom: 10px;
}

.under-btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  background-color: #000;
}

.contact {
  background-color: #1b4638;
  color: #e9e1d7;
  padding: 140px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 70px 0;
  }
}
.contact__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .contact__inner {
    width: 85%;
  }
}
.contact-reserve {
  text-align: center;
  padding: 35px 0;
}

.contact-reserve__copy {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .contact-reserve__copy {
    font-size: 6vw;
  }
}
.contact-reserve__btn {
  display: inline-block;
  background-color: #cfa100;
  width: 218px;
  border-radius: 50px;
  padding: 10px 0;
  color: #1b4638;
  cursor: pointer;
  font-weight: 500;
  margin-top: 30px;
  font-weight: 600;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .contact-reserve__btn {
    padding: 5px;
    width: 53vw;
  }
}
.contact__head {
  max-width: 276px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .contact__head {
    width: 49vw;
  }
}
.contact__copy {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .contact__copy {
    font-size: 6vw;
    margin-top: 30px;
  }
}
.contact__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 20px;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact__desc span {
  color: #cfa100;
}

@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 3.4vw;
  }
}
.contact-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 45px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
    margin-top: 5vw;
  }
}
.contact-form__block {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact-form__block {
    display: block;
  }
}
.contact-form__block:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .contact-form__block:not(:first-child) {
    margin-top: 4vw;
  }
}
.contact-form__head {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .contact-form__head {
    width: 100%;
    font-size: 3.4vw;
  }
}
.contact-form__head .required {
  color: #cfa100;
}

.contact-form__content {
  width: 423px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-form__content {
    width: 100%;
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}
.contact-form__content input,
.contact-form__content textarea,
.contact-form__content select {
  background-color: #e9e1d7;
  width: 100%;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .contact-form__content input,
  .contact-form__content textarea,
  .contact-form__content select {
    width: 100%;
    font-size: 3.4vw;
  }
}
.contact-form__content textarea {
  height: 260px;
}

.contact-form__content select {
  position: relative;
}

.contact-form__content .arrow {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #1e1e1f transparent transparent transparent;
}

.contact-accept {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .contact-accept {
    font-size: 3.4vw;
    margin-top: 10vw;
    text-align: left;
  }
}
.contact-accept a {
  color: #cfa100;
  text-decoration: underline;
}

.contact__btn {
  width: 218px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: 2px solid white;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.3s;
}

.contact__btn.sending {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .contact__btn {
    padding: 5px;
    width: 53vw;
  }
}
.contact__btn:hover {
  background-color: #fff;
  color: #1b4638;
}

.contact__notice {
  font-size: 16px;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 40px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .contact__notice {
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
}
.top-logo {
  background-color: #e9e1d7;
  padding: 80px 0;
}

.top-logo__content {
  width: 304px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top-logo__content {
    width: 200px;
  }
}
.fadeIn {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.fadeIn.inview {
  opacity: 1;
}

.fadeInMask {
  position: relative;
  overflow: hidden;
}

.fadeInMask.inview img {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0);
}

.fadeInMask img {
  transform: translateY(100%);
}

.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.fadeInUp.inview {
  opacity: 1;
  transform: translateY(0);
}

.image-slider .splide__slide img,
.room-slide .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.image-slider .splide__pagination,
.room-slide .splide__pagination {
  bottom: -40px;
}

.image-slider .splide__pagination__page,
.room-slide .splide__pagination__page {
  background-color: #ccc;
  opacity: 1;
}

.image-slider .splide__pagination__page.is-active,
.room-slide .splide__pagination__page.is-active {
  background-color: #1b4638;
}

.footer {
  color: #4d4d4d;
  padding: 20px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    font-size: 3.4vw;
    text-align: left;
    display: block;
  }
}
.footer__desc {
  font-size: 8px;
}

.footer__block {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .footer__block {
    display: block;
    width: 100%;
  }
}
.footer__block:nth-child(1) {
  width: 55%;
  display: flex;
  column-gap: 16px;
  align-items: center;
  font-size: 10px;
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer__block:nth-child(1) img {
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .footer__block:nth-child(1) img {
    width: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .footer__block:nth-child(1) img {
    width: 46.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__block:nth-child(1) {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer__block:nth-child(1) img {
    width: 50%;
    display: inline-block;
  }
}
.footer__block:nth-child(2) {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer__block:nth-child(2) {
    margin-top: 15px;
  }
}
.footer__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .footer__menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
}
.footer__item {
  font-size: 10px;
  padding-right: 10px;
}

.footer__item:not(:first-child) {
  padding: 0 10px;
  border-left: 1px solid #4d4d4d;
}

@media screen and (max-width: 768px) {
  .footer__item:not(:first-child) {
    border-left: none;
  }
}
.footer__copy {
  font-size: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 20px;
  }
}
.contact-btn {
  position: fixed;
  right: 3%;
  bottom: 0;
  width: 128px;
  z-index: 10;
  transform: translateY(50%);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    width: 20vw;
  }
}
.contact-btn a {
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.contact-btn img {
  display: block;
}

.contact-btn.inview {
  opacity: 1;
  transform: none;
}

.contact-btn.scrollLastHidden {
  opacity: 0;
  transform: translateY(50%);
}

.app-contents {
  position: relative;
  overflow: hidden;
}

.main-layout {
  position: relative;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-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 {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.room-slide-pic .splide__list {
  height: 70vh;
}
@media screen and (max-width: 768px) {
  .room-slide-pic .splide__list {
    height: 26vh;
  }
}

.top-about-pic-splide .splide__list {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .top-about-pic-splide .splide__list {
    height: 30vh;
  }
}

.top-about-pic-splide .splide__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 {
  backface-visibility: hidden;
  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 {
  animation: splide-loading 1s linear infinite;
  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 {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* Price Component - 満室メッセージ */
.p-location-price__empty-message {
  width: 70%;
  background-color: #fff;
  text-align: center;
  padding: 30px 40px 40px;
  margin: 0 auto 60px;
}

.p-location-price__empty-message-main {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.p-location-price__empty-message-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .p-location-price__empty-message {
    width: 100%;
    padding: 20px;
    margin: 0 0 40px;
  }
  .p-location-price__empty-message-main {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-location-price__empty-message-sub {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=style.css.map */
