@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "dpicons";
  src: url("../fonts/dpicons.woff") format("woff"), url("../fonts/dpicons.ttf") format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "dpicons";
    src: url("../fonts/dpicons.svg") format("svg");
  }
}
:root {
  -webkit-font-smoothing: antialiased;
  --base-size: 62.5%;
  --clr-text: #000;
  --clr-text-light: #333;
  --clr-placeholder: #a7a7a7;
  --clr-red: #be6e6e;
  --clr-darkblue: #071f43;
  --clr-blue: #00377b;
  --clr-lightblue: #4cb1cf;
  --clr-gray: #eceae2;
  --clr-gray1: #b2b0a8;
  --clr-lightYellow1: #f3efe9;
  --clr-lightYellow2: #eceae2;
  --clr-lightYellow3: #cac9c4;
  --clr-lightYellow4: #d4d1c7;
  --ff-sans: YakuHanJP, "Noto Sans JP", serif;
  --ff-shippori: YakuHanMP, "Shippori Mincho", serif;
  --ff-ci: "Cormorant Infant", serif;
  --ff-ci-shippori: "Cormorant Infant", YakuHanMP, "Shippori Mincho", serif;
  --fz-sp: 1.6rem;
  --fz-md: 1.6rem;
  --ls: normal;
  --lh: 2;
  --speed: 250ms;
  --speed-fast: 200ms;
  --speed-slow: 300ms;
  --delay: 100ms;
  --spSize: 750;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body {
  background-color: #fff;
}

.ui-widget,
body {
  font: inherit;
  font-family: var(--ff-sans);
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: var(--ls);
  font-feature-settings: "pkna" 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

input:not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
  font-size: 16px;
  font-family: var(--ff-sans);
  color: var(--clr-text-light);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 2px solid #125fc4;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: var(--fz-sp);
  font-family: var(--ff-sans);
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}
@media (768px <= width) {
  button {
    font-size: var(--fz-md);
    cursor: pointer;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 1rem;
}

sub {
  vertical-align: baseline;
  font-size: 1rem;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

html {
  line-height: 1;
  font-size: 62.5%;
  font-size: var(--base-size);
}

body {
  font-size: 1.6rem;
}
body.is-menuopen {
  overflow: hidden;
}

#stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-size: var(--fz-sp);
  font-weight: 400;
  font-family: var(--ff-sans);
  line-height: 2;
  color: var(--clr-text-light);
}
@media (768px <= width) {
  #stage {
    font-size: var(--fz-md);
  }
}

@media (width < 768px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (768px <= width) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
ul.dot li {
  position: relative;
  padding-left: 1em;
}
ul.dot li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--clr-blue);
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 100px;
}
ul.dot.gray li::before {
  background-color: var(--clr-lightYellow4);
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
ol.number > li::before {
  content: counter(number);
  position: absolute;
  left: 0.3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: numberdot;
}
ol.numberdot > li::before {
  content: counter(numberdot) ". ";
  position: absolute;
  left: 0.3em;
  color: var(--clr-gray1);
  font-weight: 500;
}

em {
  font-style: italic;
}

a,
.btn {
  color: var(--clr-text);
  text-decoration: none;
}

@media (hover: hover) and (width >= 768px) {
  a[href^="tel:"]:hover {
    opacity: 1;
    cursor: context-menu;
  }
}
svg {
  -webkit-backface-visibility: hidden;
}

p + p {
  margin-top: 1.5em;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  transition: background var(--speed-slow) ease-in-out;
}
@media (768px <= width) {
  #header::before {
    content: "";
    width: 100%;
    height: 446px;
    position: absolute;
    background-image: linear-gradient(to bottom, var(--clr-darkblue) 0, var(--clr-blue) 200px, var(--clr-blue));
    opacity: 0;
    transition: opacity var(--speed-slow) ease-in-out;
    pointer-events: none;
  }
}
@media (768px <= width) {
  body.pulldown #header {
    height: 446px;
  }
  body.pulldown #header::before {
    opacity: 1;
  }
}
#header .logo {
  width: calc(180 / var(--spSize) * 100vw);
  padding: calc(30 / var(--spSize) * 100vw);
  position: fixed;
  z-index: 20;
}
@media (768px <= width) {
  #header .logo {
    position: absolute;
    width: 22rem;
    padding: 20px 5rem;
  }
}
#header .logo a {
  display: block;
  width: calc(120 / var(--spSize) * 100vw);
  height: calc(120 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #header .logo a {
    width: 12rem;
    height: 12rem;
  }
}
body.white #header .logo a, body.is-menuopen #header .logo a, body.pulldown #header .logo a {
  background: url(../images/common/logo-square-w.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/logo-square-w.webp) 1x, url(../images/common/logo-square-w@2x.webp) 2x);
  background-image: image-set(url(../images/common/logo-square-w.webp) 1x, url(../images/common/logo-square-w@2x.webp) 2x);
}
body.white #header .logo a img, body.is-menuopen #header .logo a img, body.pulldown #header .logo a img {
  opacity: 0;
}
#header .logo img {
  transition: opacity var(--speed-slow) ease-in-out;
}
#header .menubutton {
  position: fixed;
  right: 0;
  top: calc(20 / var(--spSize) * 100vw);
  z-index: 20;
}
@media (768px <= width) {
  #header .menubutton {
    display: none;
  }
}
#header .menubutton button {
  position: relative;
  width: calc(140 / var(--spSize) * 100vw);
  height: calc(140 / var(--spSize) * 100vw);
}
#header .menubutton button div {
  background-color: #fff;
  height: 1px;
  width: calc(80 / var(--spSize) * 100vw);
  position: absolute;
  left: calc(50% - 40 / var(--spSize) * 100vw);
  transform-origin: center;
  transition: top var(--speed) ease-in-out, rotate var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
}
body:not(.white) #header .menubutton button div {
  background-color: #333;
}
body.is-menuopen #header .menubutton button div {
  background-color: #fff;
}
#header .menubutton button div:nth-child(1) {
  top: calc(55 / var(--spSize) * 100vw);
}
#header .menubutton button div:nth-child(2) {
  top: calc(69 / var(--spSize) * 100vw);
}
#header .menubutton button div:nth-child(3) {
  top: calc(83 / var(--spSize) * 100vw);
}
body.is-menuopen #header .menubutton button div:nth-child(1) {
  top: calc(69 / var(--spSize) * 100vw);
  rotate: 45deg;
}
body.is-menuopen #header .menubutton button div:nth-child(2) {
  opacity: 0;
}
body.is-menuopen #header .menubutton button div:nth-child(3) {
  top: calc(69 / var(--spSize) * 100vw);
  rotate: -45deg;
}
@media (width < 768px) {
  #header .global {
    background-image: linear-gradient(to bottom, var(--clr-darkblue) 0, var(--clr-blue) calc(200 / var(--spSize) * 100vw));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    padding: calc(211 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--speed) ease-in;
  }
  body.is-menuopen #header .global {
    opacity: 1;
    pointer-events: auto;
  }
  #header .global .scrollwrap {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    max-height: calc(100svh - 211 / var(--spSize) * 100vw);
    padding-bottom: calc(60 / var(--spSize) * 100vw);
    border-top: 1px solid #fff;
  }
  #header .global .menu {
    order: 1;
  }
  #header .global .menuarea a {
    color: #fff;
    display: block;
    font-family: var(--ff-shippori);
  }
  #header .global .menuarea > a {
    font-size: 1.6rem;
    line-height: calc(112 / var(--spSize) * 100vw);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  #header .global .menuarea a.toLink::after {
    content: "";
    width: calc(82 / var(--spSize) * 100vw);
    height: calc(66 / var(--spSize) * 100vw);
    position: absolute;
    right: 0;
    top: calc(50% - 33 / var(--spSize) * 100vw);
    border-left: 1px dotted rgba(255, 255, 255, 0.3);
    background: url(../images/common/icon_arrow_white.svg) center/calc(11 / var(--spSize) * 100vw) auto no-repeat;
  }
  #header .global .menuarea a.topLevel::after {
    content: "";
    width: calc(30 / var(--spSize) * 100vw);
    height: calc(30 / var(--spSize) * 100vw);
    position: absolute;
    right: calc(30 / var(--spSize) * 100vw);
    top: calc(50% - 15 / var(--spSize) * 100vw);
    background: url(../images/common/icon_plus.svg) center/contain no-repeat;
  }
  #header .global .menuarea a.topLevel.open::after {
    background-image: url(../images/common/icon_minus.svg);
  }
  #header .global .menu .bottomarea {
    padding-left: calc(30 / var(--spSize) * 100vw);
    display: none;
  }
  #header .global .menu .bottomarea .resort-label {
    display: none;
  }
  #header .global .menu .bottomarea a {
    font-size: 1.4rem;
    line-height: calc(92 / var(--spSize) * 100vw);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  #header .global .menu .bottomarea a::after {
    content: "";
    width: calc(82 / var(--spSize) * 100vw);
    height: calc(46 / var(--spSize) * 100vw);
    position: absolute;
    right: 0;
    top: calc(50% - 23 / var(--spSize) * 100vw);
    border-left: 1px dotted rgba(255, 255, 255, 0.3);
    background: url(../images/common/icon_arrow_white.svg) center/calc(11 / var(--spSize) * 100vw) auto no-repeat;
  }
  #header .global .menu .bottomarea a.resort::before {
    content: "リゾートから探す";
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: calc(110 / var(--spSize) * 100vw);
  }
  #header .global .topline {
    order: 2;
    margin-top: calc(60 / var(--spSize) * 100vw);
    display: flex;
    flex-direction: column;
  }
  #header .global .contactbtn {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--spSize) * 100vw) 0;
  }
  #header .global .contactbtn a {
    text-align: center;
    font-size: 1.6rem;
    font-family: var(--ff-shippori);
    color: #fff;
    line-height: calc(120 / var(--spSize) * 100vw);
    position: relative;
  }
  #header .global .contactbtn a::after {
    content: "";
    width: calc(102 / var(--spSize) * 100vw);
    height: calc(80 / var(--spSize) * 100vw);
    position: absolute;
    right: 0;
    top: calc(50% - 40 / var(--spSize) * 100vw);
    border-left: 1px dotted rgba(255, 255, 255, 0.3);
    background: url(../images/common/icon_arrow_white.svg) center/calc(11 / var(--spSize) * 100vw) auto no-repeat;
  }
  #header .global .contactbtn a.request {
    background-color: var(--clr-darkblue);
  }
  #header .global .contactbtn a.contact {
    background-color: rgba(255, 255, 255, 0.05);
  }
  #header .global .contactbtn a.kujiranews {
    background-color: var(--clr-lightblue);
  }
  #header .global .sns {
    order: 2;
    display: flex;
    justify-content: center;
    gap: 0 calc(40 / var(--spSize) * 100vw);
    margin-top: calc(60 / var(--spSize) * 100vw);
  }
  #header .global .sns a {
    color: #fff;
    font-size: 1.4rem;
    font-family: var(--ff-ci);
    letter-spacing: 0.06em;
  }
  #header .global .sns a i {
    margin-right: calc(16 / var(--spSize) * 100vw);
  }
  #header .global .privacy {
    order: 3;
    margin-top: calc(55 / var(--spSize) * 100vw);
    text-align: center;
  }
  #header .global .privacy a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
  }
}
@media (768px <= width) {
  #header .global {
    display: block;
    position: absolute;
    top: 40px;
    right: 5rem;
    max-width: calc(100% - 25rem);
  }
  #header .global .topline {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    line-height: 4.6rem;
    text-align: left;
  }
  #header .global .sns {
    display: flex;
    gap: 3rem;
  }
  #header .global .sns a {
    font-family: var(--ff-ci);
    font-size: 1.8rem;
  }
  body.white #header .global .sns a {
    color: #fff;
  }
  #header .global .sns a i {
    margin-right: 8px;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  #header .global .sns a {
    transition: all var(--speed) ease-in-out;
  }
  #header .global .sns a:hover {
    opacity: 0.5;
  }
}
@media (768px <= width) {
  #header .global .contactbtn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  #header .global .contactbtn a {
    text-align: center;
    font-size: 2rem;
    font-family: var(--ff-shippori);
    color: #fff;
    line-height: 4.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 160px;
    text-align: center;
  }
  #header .global .contactbtn a.request {
    background-color: var(--clr-darkblue);
  }
  #header .global .contactbtn a.contact {
    background-color: var(--clr-blue);
  }
  #header .global .contactbtn a.kujiranews {
    background-color: var(--clr-lightblue);
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  #header .global .contactbtn a {
    transition: all var(--speed) ease-in-out;
  }
  #header .global .contactbtn a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  #header .global .privacy {
    display: none;
  }
  #header .global .menu {
    display: flex;
    gap: 2.8rem;
    position: relative;
    text-align: left;
  }
  #header .global .menu .topLevel,
  #header .global .menu .toLink {
    position: relative;
  }
  #header .global .menu .topLevel::after,
  #header .global .menu .toLink::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    right: 0;
    transition: width var(--speed) ease-in;
  }
  #header .global .menu .topLevel.current,
  #header .global .menu .toLink.current {
    opacity: 0.8;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  body:not(.white) #header .global .menu .toLink::after {
    background: var(--clr-text-light);
  }
  #header .global .menu .toLink:hover::after {
    width: 100%;
    left: 0;
  }
}
@media (768px <= width) {
  #header .global .menu .pulldown .topLevel::after {
    width: 100%;
    left: 0;
  }
  body.white #header .global .menuarea a {
    color: #fff;
  }
}
@media (768px <= width) and (768px <= width) {
  #header .global .menuarea a {
    font-size: 2rem;
  }
}
@media (768px <= width) {
  #header .global .menuarea > a {
    line-height: 70px;
    font-family: var(--ff-shippori);
  }
  #header .global .menuarea.pulldown .bottomarea {
    opacity: 1;
    pointer-events: auto;
  }
  #header .global .bottomarea {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    min-height: 200px;
    padding-top: 40px;
    display: grid;
    grid-template-columns: 32% auto;
    align-items: start;
    gap: 0 50px;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  #header .global .menuimg a {
    transition: all var(--speed) ease-in-out;
  }
  #header .global .menuimg a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  #header .global .links {
    font-size: 2.2rem;
    font-family: var(--ff-shippori);
  }
  #header .global .links.propertylist {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: max(50%, 200px) auto;
    grid-template-rows: repeat(2, auto);
    align-items: start;
  }
  #header .global .links.propertylist .resort-wrap {
    grid-row: 1/4;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 170px);
    grid-template-rows: repeat(4, auto);
  }
  #header .global .links.propertylist .resort-label {
    grid-column: 1/3;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.3);
  }
  #header .global .links.basicknowledge, #header .global .links.company {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 0 20px;
  }
  #header .global .links.basicknowledge .links-label, #header .global .links.company .links-label {
    font-size: 2.6rem;
    grid-column: 1/3;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  #header .global .links a {
    transition: all var(--speed) ease-in-out;
  }
  #header .global .links a:hover {
    opacity: 0.7;
  }
}

.fixedmenubutton {
  position: fixed;
  right: 34px;
  top: 27px;
  z-index: 60;
}
@media (width < 768px) {
  .fixedmenubutton {
    display: none;
  }
}
body.white .fixedmenubutton, body.fixedmenubuttonopen .fixedmenubutton {
  opacity: 0;
  pointer-events: none;
}
.fixedmenubutton button {
  position: relative;
  width: 80px;
  height: 80px;
}
.fixedmenubutton button div {
  background-color: #fff;
  height: 1px;
  width: 60px;
  position: absolute;
  left: calc(50% - 30px);
  transform-origin: center;
  transition: top var(--speed) ease-in-out, rotate var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
}
body:not(.white) .fixedmenubutton button div {
  background-color: #333;
}
body.is-menuopen .fixedmenubutton button div {
  background-color: #fff;
}
.fixedmenubutton button div:nth-child(1) {
  top: 31px;
}
.fixedmenubutton button div:nth-child(2) {
  top: 40px;
}
.fixedmenubutton button div:nth-child(3) {
  top: 49px;
}
body.is-menuopen .fixedmenubutton button div:nth-child(1) {
  top: 40px;
  rotate: 45deg;
}
body.is-menuopen .fixedmenubutton button div:nth-child(2) {
  opacity: 0;
}
body.is-menuopen .fixedmenubutton button div:nth-child(3) {
  top: 40px;
  rotate: -45deg;
}

.fixednavigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in;
}
@media (width < 768px) {
  .fixednavigation {
    display: none;
  }
}
.fixednavigation::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, var(--clr-darkblue) 0, var(--clr-blue) 200px, var(--clr-blue));
}
body.is-menuopen .fixednavigation {
  opacity: 1;
  pointer-events: auto;
}
.fixednavigation .logo {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 30px;
  left: 50px;
}
.fixednavigation .sns {
  position: absolute;
  top: 135px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.fixednavigation .sns a {
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--ff-ci);
  letter-spacing: 0.06em;
}
.fixednavigation .sns a i {
  margin-right: 8px;
}
@media (hover: hover) and (width >= 768px) {
  .fixednavigation .sns a {
    transition: all var(--speed) ease-in-out;
  }
  .fixednavigation .sns a:hover {
    opacity: 0.7;
  }
}
.fixednavigation .menu {
  margin-top: 210px;
  position: relative;
}
.fixednavigation .menu .head,
.fixednavigation .menu a {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-family: var(--ff-shippori);
}
.fixednavigation .menu .head {
  border-top: 1px solid #fff;
  line-height: 1.5;
  padding-top: 22px;
  padding-bottom: 22px;
}
.fixednavigation .menu a {
  position: relative;
  padding-right: 70px;
}
.fixednavigation .menu a::after {
  content: "";
  width: 51px;
  height: calc(100% - 30px);
  border-left: 1px dotted rgba(255, 255, 255, 0.3);
  background: url(../images/common/icon_arrow_white.svg) center/7px auto no-repeat;
  position: absolute;
  right: 0;
  top: 15px;
}
.fixednavigation .menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 0 3.75%;
}
.fixednavigation .menu li:last-child {
  border-bottom: 1px solid #fff;
}
.fixednavigation .menu .under {
  grid-row: 1/6;
}
.fixednavigation .menu .wrap a {
  font-size: 1.6rem;
  line-height: 3;
  padding-left: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.fixednavigation .menu .wrap a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (1536px <= width) {
  .fixednavigation .menu .wrap a {
    font-size: 2rem;
  }
}
.fixednavigation .contactbtn {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
}
.fixednavigation .contactbtn a {
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  font-family: var(--ff-shippori);
  height: 100px;
  padding-right: 0;
}
.fixednavigation .contactbtn a::after {
  width: 100px;
  background-size: 13px auto;
}
@media (hover: hover) and (width >= 768px) {
  .fixednavigation .contactbtn a {
    transition: all var(--speed) ease-in-out;
  }
  .fixednavigation .contactbtn a:hover {
    opacity: 0.7;
  }
}
.fixednavigation .contactbtn a.request {
  background-color: var(--clr-darkblue);
}
.fixednavigation .contactbtn a.contact {
  background-color: rgba(255, 255, 255, 0.05);
}
.fixednavigation .contactbtn a.kujiranews {
  background-color: var(--clr-lightblue);
}

.footer {
  background-color: #333;
  color: #fff;
  padding: calc(120 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .footer {
    padding: 12rem 5rem;
  }
}
.footer .contactbtn {
  display: grid;
  gap: calc(30 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .footer .contactbtn {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
  }
}
.footer .contactbtn a {
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  font-family: var(--ff-shippori);
  height: calc(140 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .contactbtn a {
    height: 14rem;
    font-size: 2.6rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer .contactbtn a {
    transition: all var(--speed) ease-in-out;
  }
  .footer .contactbtn a:hover {
    opacity: 0.7;
  }
}
.footer .contactbtn a [class^=icon-] {
  width: calc(100 / var(--spSize) * 100vw);
  height: calc(100 / var(--spSize) * 100vw);
  position: absolute;
  right: 0;
  top: calc(50% - 50 / var(--spSize) * 100vw);
  background-size: calc(13 / var(--spSize) * 100vw) auto;
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
}
@media (768px <= width) {
  .footer .contactbtn a [class^=icon-] {
    width: 10rem;
    height: 10rem;
    top: calc(50% - 5rem);
    background-size: 1.3rem auto;
  }
}
.footer .contactbtn a.request {
  background-color: var(--clr-darkblue);
}
.footer .contactbtn a.contact {
  background-color: var(--clr-blue);
}
.footer .contactbtn a.kujiranews {
  background-color: var(--clr-lightblue);
}
.footer .contactbtn a.is_request {
  grid-column: 3/4;
}
@media (768px <= width) {
  .footer__contents {
    display: grid;
    grid-template-columns: 670fr 930fr;
    margin-top: 12rem;
    align-items: start;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .company {
  margin-top: calc(100 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .company {
    margin-top: 0;
    padding-bottom: 13rem;
  }
}
@media (1280px <= width) {
  .footer .company {
    display: grid;
    grid-template-columns: 240fr 430fr;
  }
}
.footer .company .sns {
  display: none;
}
@media (768px <= width) {
  .footer .company .sns {
    grid-column: 1/3;
    margin-top: 7rem;
    display: flex;
    gap: 0 2.9rem;
  }
  .footer .company .sns a {
    color: #fff;
    font-size: 1.8rem;
    font-family: var(--ff-ci);
  }
  .footer .company .sns a i {
    margin-right: 0.9rem;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  .footer .company .sns a {
    transition: all var(--speed) ease-in-out;
  }
  .footer .company .sns a:hover {
    opacity: 0.7;
  }
}
.footer .logo {
  text-align: center;
}
.footer .logo img {
  width: calc(240 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .logo {
    width: 16rem;
  }
}
.footer .text {
  margin-top: calc(40 / var(--spSize) * 100vw);
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--ff-ci);
  line-height: 1.75;
}
@media (768px <= width) {
  .footer .text {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 4rem;
  }
}
.footer .infor {
  margin-top: calc(85 / var(--spSize) * 100vw);
  display: grid;
  gap: calc(60 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .footer .infor {
    margin-top: 4rem;
    grid-column: 1/3;
    gap: 6rem 0;
  }
  .footer .infor .tel {
    padding-right: 25%;
    min-width: 19.3rem;
  }
  .footer .infor .hours {
    padding-right: 25%;
  }
}
@media (1280px <= width) {
  .footer .infor {
    grid-template-columns: subgrid;
    grid-columns: span 2;
  }
}
.footer .infor .label {
  font-size: 1.8rem;
  font-family: var(--ff-ci);
  line-height: 2.3333333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (768px <= width) {
  .footer .infor .label {
    font-size: 2rem;
    line-height: 5rem;
  }
}
.footer .infor .contents {
  line-height: 1;
}
.footer .infor .tel .contents {
  display: grid;
  gap: 3rem 0;
}
@media (width < 768px) {
  .footer .infor .tel .contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .infor .hours .contents {
  display: grid;
}
@media (width < 768px) {
  .footer .infor .hours .contents {
    gap: calc(25 / var(--spSize) * 100vw) 0;
  }
}
.footer .infor .wrap {
  font-size: 1.4rem;
  color: #999;
  padding-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .infor .wrap {
    padding-top: 2rem;
    font-size: 1.8rem;
  }
}
.footer .infor .wrap .number {
  font-size: 2.1rem;
  font-family: var(--ff-ci);
  color: #fff;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .infor .wrap .number {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
}
.footer .infor .wrap .time {
  font-size: 1.4rem;
  font-family: var(--ff-shippori);
  line-height: 1.5714;
  color: #fff;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .infor .wrap .time {
    margin-top: 1rem;
    letter-spacing: normal;
    font-size: 1.8rem;
  }
}
.footer .sitemap {
  margin-top: calc(70 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .sitemap {
    margin-top: 0;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer .sitemap .head a {
    transition: all var(--speed) ease-in;
  }
  .footer .sitemap .head a:hover {
    opacity: 0.7;
  }
  .footer .sitemap .group:not(.wide) .head a {
    transition: all var(--speed) ease-in;
  }
  .footer .sitemap .group:not(.wide) .head a::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: width var(--speed) ease-in;
  }
  .footer .sitemap .group:not(.wide) .head a:hover {
    opacity: 1;
  }
  .footer .sitemap .group:not(.wide) .head a:hover::after {
    left: 0;
    width: 100%;
  }
  .footer .sitemap .wrap a:hover {
    text-decoration: underline;
  }
}
.footer .sitemap .label {
  font-size: 1.8rem;
  font-family: var(--ff-ci);
  line-height: 2.3333333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (768px <= width) {
  .footer .sitemap .label {
    font-size: 3rem;
    line-height: 7rem;
  }
}
.footer .sitemap__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .sitemap__contents {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3rem;
  }
}
.footer .sitemap__contents .group {
  padding: calc(40 / var(--spSize) * 100vw) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (768px <= width) {
  .footer .sitemap__contents .group {
    padding: 2.5rem 0;
    position: relative;
  }
}
@media (width < 768px) {
  .footer .sitemap__contents .group.middle {
    grid-column: 1/3;
  }
}
.footer .sitemap__contents .group.wide {
  grid-column: 1/3;
}
@media (768px <= width) {
  .footer .sitemap__contents .group.wide {
    grid-column: 1/4;
  }
}
.footer .sitemap__contents .head {
  font-family: var(--ff-shippori);
}
@media (768px <= width) {
  .footer .sitemap__contents .head {
    font-size: 2.2rem;
  }
}
.footer .sitemap__contents .head a {
  color: #fff;
  display: block;
}
.footer .sitemap__contents .wrap {
  display: grid;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .sitemap__contents .wrap {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.5rem;
    align-items: center;
  }
}
@media (width < 768px) {
  .footer .sitemap__contents .wrap.line2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (768px <= width) {
  .footer .sitemap__contents .wrap.numbers {
    gap: 2.5rem 2.5rem;
  }
}
.footer .sitemap__contents .wrap.numbers a {
  counter-increment: section;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5556;
}
.footer .sitemap__contents .wrap.numbers a::before {
  content: "0" counter(section);
  width: 1.5em;
  display: inline-block;
  font-family: var(--ff-ci);
  text-indent: 0;
}
.footer .sitemap__contents .wrap a {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.4;
}
@media (768px <= width) {
  .footer .sitemap__contents .wrap a {
    font-size: 1.8rem;
  }
}
.footer .sitemap__contents .wrap .box {
  display: grid;
  grid-template-columns: calc(240 / var(--spSize) * 100vw) auto;
  align-items: center;
}
@media (768px <= width) {
  .footer .sitemap__contents .wrap .box {
    grid-template-columns: max-content auto;
  }
}
.footer .sitemap__contents .wrap .tit {
  font-size: 1.4rem;
  color: #999;
}
@media (768px <= width) {
  .footer .sitemap__contents .wrap .tit {
    font-size: 1.8rem;
    padding-right: 1.5rem;
  }
}
.footer .sitemap__contents .wrap .resort {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.7em;
  border-left: 1px dotted rgba(255, 255, 255, 0.3);
  padding-left: 0.5em;
}
@media (768px <= width) {
  .footer .sitemap__contents .wrap .resort {
    padding-left: 1.5rem;
  }
}
.footer .sitemap__contents .wrap .resort a {
  line-height: 2;
}
.footer > .sns {
  margin-top: calc(85 / var(--spSize) * 100vw);
  display: flex;
  justify-content: center;
  gap: 0 calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer > .sns {
    display: none;
  }
}
.footer > .sns a {
  color: #fff;
  font-size: 1.4rem;
  font-family: var(--ff-ci);
}
.footer > .sns a i {
  margin-right: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .container {
    position: absolute;
    left: 0;
    bottom: 12rem;
    width: 30%;
  }
}
.footer .pp {
  margin-top: calc(85 / var(--spSize) * 100vw);
  text-align: center;
}
.footer .pp a {
  color: #999;
  font-size: 1.4rem;
}
@media (768px <= width) {
  .footer .pp {
    max-width: 1600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .footer .pp a {
    font-size: 1.8rem;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  .footer .pp a {
    transition: all var(--speed) ease-in-out;
  }
  .footer .pp a:hover {
    text-decoration: underline;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--ff-ci);
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .copyright {
    max-width: 1600px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.8rem;
  }
}

#stage {
  background: url(../images/common/bg.webp);
}
body#learning-timeshare #stage, body#whatistimeshare #stage, body#difference #stage, body#pointsexchangesystem #stage, body#timeshareprices #stage, body#purchasing #stage, body#chooseus #stage, body#propertylist.single-propertylist #stage, body#area #stage, body#hilton #stage, body#disney #stage, body#marriott #stage, body#wyndham #stage, body#westin #stage, body#contact #stage, body#kujiranews #stage {
  padding-top: 0;
}
@media (768px <= width) {
  body#learning-timeshare #stage, body#whatistimeshare #stage, body#difference #stage, body#pointsexchangesystem #stage, body#timeshareprices #stage, body#purchasing #stage, body#chooseus #stage, body#propertylist.single-propertylist #stage, body#area #stage, body#hilton #stage, body#disney #stage, body#marriott #stage, body#wyndham #stage, body#westin #stage, body#contact #stage, body#kujiranews #stage {
    padding-top: 0;
  }
}
body:not(.home) #stage {
  padding-top: calc(180 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body:not(.home) #stage {
    padding-top: 160px;
  }
}

@media (768px <= width) {
  .w_1200 {
    margin-left: max(50% - 600px, 5rem);
    margin-right: max(50% - 600px, 5rem);
    max-width: 1200px;
    width: calc(100% - 10rem);
  }
  .w_1400 {
    margin-left: max(50% - 700px, 5rem);
    margin-right: max(50% - 700px, 5rem);
    max-width: 1400px;
    width: calc(100% - 10rem);
  }
  .w_1600 {
    margin-left: max(50% - 800px, 5rem);
    margin-right: max(50% - 800px, 5rem);
    max-width: 1600px;
    width: calc(100% - 10rem);
  }
}
.breadcrumbs {
  font-size: 1.8rem;
  position: absolute;
  top: 18.5rem;
  z-index: 10;
}
body.white .breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
}
body.white .breadcrumbs span,
body.white .breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}
@media (width < 768px) {
  .breadcrumbs {
    display: none;
  }
}

#ankerlink {
  display: grid;
  width: calc(690 / var(--spSize) * 100vw);
  margin-top: calc(-40 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  #ankerlink {
    width: 100%;
    max-width: 1600px;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-top: -81px;
  }
  #ankerlink.w_1600 {
    margin-left: max(50% - 800px, 5rem);
    margin-right: max(50% - 800px, 5rem);
    max-width: 1600px;
    width: calc(100% - 10rem);
    padding-left: 0;
    padding-right: 0;
  }
  #ankerlink.column2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #ankerlink.column2 a:not(:nth-child(2n+1)) {
    border-left: none;
  }
  #ankerlink.column2 a:nth-child(n+3) {
    border-top: none;
  }
  #ankerlink.column3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #ankerlink.column3 a:not(:nth-child(3n+1)) {
    border-left: none;
  }
  #ankerlink.column3 a:nth-child(n+4) {
    border-top: none;
  }
  #ankerlink.column4 {
    grid-template-columns: repeat(4, 1fr);
  }
  #ankerlink.column4 a:not(:nth-child(4n+1)) {
    border-left: none;
  }
  #ankerlink.column4 a:nth-child(n+5) {
    border-top: none;
  }
  #ankerlink.column5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #ankerlink.column5 a:not(:nth-child(5n+1)) {
    border-left: none;
  }
  #ankerlink.column5 a:nth-child(n+6) {
    border-top: none;
  }
}
#ankerlink a {
  display: block;
  font-family: var(--ff-shippori);
  background: url(../images/common/bg.webp);
  position: relative;
  border: 1px solid #cac9c4;
  padding: calc(15 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw);
}
@media (hover: hover) and (width >= 768px) {
  #ankerlink a {
    transition: all var(--speed) ease-in-out;
    background-blend-mode: lighten;
  }
  #ankerlink a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (width < 768px) {
  #ankerlink a:not(:first-child) {
    border-top: none;
  }
}
@media (768px <= width) {
  #ankerlink a {
    padding: 0 2.5rem;
    line-height: 7.9rem;
    font-size: 2rem;
  }
}
#ankerlink a .icon__anker {
  background: url(../images/common/icon__anker.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon__anker.webp) 1x, url(../images/common/icon__anker@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon__anker.webp) 1x, url(../images/common/icon__anker@2x.webp) 2x);
  width: calc(30 / var(--spSize) * 100vw);
  height: calc(30 / var(--spSize) * 100vw);
  position: absolute;
  right: calc(30 / var(--spSize) * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  #ankerlink a .icon__anker {
    width: 3rem;
    height: 3rem;
    right: 3rem;
  }
}

#categoryLinks {
  padding: calc(200 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) calc(200 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks {
    padding: 20rem max(50% - 800px, 5rem) 20rem;
  }
}
body:not(#learning-timeshare) #categoryLinks {
  background-color: #eceae2;
  padding-top: calc(190 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body:not(#learning-timeshare) #categoryLinks {
    padding-top: 19rem;
  }
}
#categoryLinks h3 {
  font-size: 3rem;
  font-family: var(--ff-shippori);
  text-align: center;
}
@media (768px <= width) {
  #categoryLinks h3 {
    font-size: 4rem;
  }
}
#categoryLinks h3 + .links {
  margin-top: calc(70 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks h3 + .links {
    margin-top: 8rem;
  }
}
#categoryLinks .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks .links {
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem;
  }
}
#categoryLinks .link {
  font-size: 1.2rem;
  font-family: var(--ff-shippori);
  display: block;
}
@media (768px <= width) {
  #categoryLinks .link {
    font-size: 2.4rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  #categoryLinks .link img {
    transition: all var(--speed) ease-in-out;
  }
  #categoryLinks .link:hover img {
    opacity: 0.7;
  }
}
#categoryLinks .link img {
  margin-bottom: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks .link img {
    margin-bottom: 2rem;
  }
}
#categoryLinks .link .label {
  position: relative;
}
#categoryLinks .link .label::after {
  content: "";
  width: calc(60 / var(--spSize) * 100vw);
  height: 100%;
  border-left: 1px dotted rgba(51, 51, 51, 0.3);
  background: url(../images/common/icon_arrow_black.svg) center/calc(7 / var(--spSize) * 100vw) auto no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media (768px <= width) {
  #categoryLinks .link .label::after {
    width: 6rem;
    background-size: 0.7rem auto;
  }
}
#categoryLinks .etcLinks {
  position: relative;
  width: calc(690 / var(--spSize) * 100vw);
  margin: calc(90 / var(--spSize) * 100vw) auto 0;
  display: grid;
  gap: calc(20 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  #categoryLinks .etcLinks {
    max-width: 1200px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
    margin-top: 9rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  #categoryLinks .etcLinks a {
    transition: all var(--speed) ease-in-out;
  }
  #categoryLinks .etcLinks a:hover {
    opacity: 0.7;
  }
}
#categoryLinks .etcLinks .lists {
  display: grid;
  grid-template-columns: auto calc(100 / var(--spSize) * 100vw);
  align-items: center;
  font-family: var(--ff-shippori);
  line-height: 1;
  letter-spacing: normal;
  padding: calc(20 / var(--spSize) * 100vw) 0;
  aspect-ratio: 600/140;
  background: url(../images/home/timeshareproperty_img_kujira.webp) left calc(302 / var(--spSize) * 100vw) center/calc(284 / var(--spSize) * 100vw) auto no-repeat;
  background-color: var(--clr-lightYellow4);
}
@media (768px <= width) {
  #categoryLinks .etcLinks .lists {
    width: 59rem;
    padding: 2rem 0;
    grid-template-columns: auto 10rem;
    background-size: 20.4rem auto;
    background-position: right 7rem center;
  }
}
#categoryLinks .etcLinks .lists .arrow {
  border-left-color: rgba(51, 51, 51, 0.3);
}
#categoryLinks .etcLinks .wrap {
  padding-left: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks .etcLinks .wrap {
    padding-left: 5.7rem;
  }
}
#categoryLinks .etcLinks .label {
  font-size: 1.4rem;
}
@media (768px <= width) {
  #categoryLinks .etcLinks .label {
    font-size: 2rem;
  }
}
#categoryLinks .etcLinks .title {
  font-size: 1.8rem;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks .etcLinks .title {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}
#categoryLinks .etcLinks .arrow {
  text-align: center;
  border-left: 1px dotted;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(120 / var(--spSize) * 100vw);
}
#categoryLinks .etcLinks .arrow img {
  width: calc(13 / var(--spSize) * 100vw);
  height: calc(21 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #categoryLinks .etcLinks .arrow {
    height: 9.9rem;
  }
  #categoryLinks .etcLinks .arrow img {
    width: 1.4rem;
    height: 2.1rem;
  }
}
#categoryLinks .etcLinks .bnr img {
  aspect-ratio: 600/140;
}

.fadeinUp {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
  transition-delay: var(--delay);
}
.fadeinUp.is-animeted {
  opacity: 1;
  transform: translateY(0);
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

.delay7 {
  transition-delay: 2.1s;
}

.delay8 {
  transition-delay: 2.4s;
}

.delay9 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.button {
  display: block;
}
@media (hover: hover) and (width >= 768px) {
  .button {
    transition: opacity var(--speed) ease-in-out;
  }
  .button:hover {
    opacity: 0.7;
  }
}

.viewmore {
  background-color: #d4d1c7;
  color: #333;
  font-size: 1.6rem;
  font-family: var(--ff-ci);
  width: calc(510 / var(--spSize) * 100vw);
  padding-top: calc(24 / var(--spSize) * 100vw);
  padding-bottom: calc(24 / var(--spSize) * 100vw);
  padding-left: calc(50 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: auto calc(100 / var(--spSize) * 100vw);
  align-items: center;
}
@media (768px <= width) {
  .viewmore {
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    grid-template-columns: auto 60px;
  }
}
.viewmore span.text {
  border-right: 1px dotted #a3a19a;
  line-height: calc(62 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .viewmore span.text {
    line-height: 40px;
    font-size: 2rem;
  }
}
.viewmore [class^=icon-] {
  width: calc(100 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .viewmore [class^=icon-] {
    width: 60px;
  }
}
.viewmore .icon--arrow {
  background-size: calc(11 / var(--spSize) * 100vw) auto;
}
@media (768px <= width) {
  .viewmore .icon--arrow {
    width: 60px;
    background-size: 7px auto;
  }
}
.viewmore .icon--blank {
  background-size: calc(22 / var(--spSize) * 100vw) auto;
}
@media (768px <= width) {
  .viewmore .icon--blank {
    background-size: 14px auto;
  }
}
.viewmore.white {
  background-color: #fff;
  color: #fff;
}
.viewmore.white span.text {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.viewmore.white.transparency {
  background-color: rgba(255, 255, 255, 0.2);
}
.viewmore.blue {
  background-color: var(--clr-blue);
  color: #fff;
}

.pagetitle {
  width: calc(690 / var(--spSize) * 100vw);
  padding-top: calc(80 / var(--spSize) * 100vw);
  padding-bottom: calc(100 / var(--spSize) * 100vw);
  line-height: 1;
}
@media (width < 768px) {
  .pagetitle {
    margin: 0 auto;
  }
}
@media (768px <= width) {
  .pagetitle {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.pagetitle.inPicture {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.pagetitle.inPicture::before {
  content: "";
  width: 100%;
  height: calc(200 / var(--spSize) * 100vw);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  position: absolute;
  top: 0;
  left: 0;
}
@media (768px <= width) {
  .pagetitle.inPicture::before {
    height: 200px;
  }
}
.pagetitle__img {
  height: 100%;
}
.pagetitle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pagetitle__name {
  position: absolute;
  top: 50%;
  left: calc(30 / var(--spSize) * 100vw);
  max-width: calc(690 / var(--spSize) * 100vw);
  transform: translateY(-50%);
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: var(--ff-shippori);
}
@media (768px <= width) {
  .pagetitle__name {
    left: 0;
    margin-left: max(50% - 800px, 50px);
    transform: none;
    top: 58%;
    top: auto;
    bottom: 22%;
  }
}
.pagetitle__name .sub {
  font-size: 2rem;
  line-height: 2;
  border-bottom: 1px dotted #fff;
}
@media (768px <= width) {
  .pagetitle__name .sub {
    font-size: 3.2rem;
  }
}
.pagetitle__name .label {
  font-size: 3.2rem;
  line-height: 2;
}
@media (768px <= width) {
  .pagetitle__name .label {
    font-size: 7.6rem;
    line-height: 1.5;
  }
}
.pagetitle > .sub {
  font-family: var(--ff-shippori);
  font-size: 2rem;
  line-height: 2;
  margin-bottom: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle > .sub {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.pagetitle .parent {
  font-family: var(--ff-shippori);
  font-size: 2rem;
  line-height: 2;
  margin-bottom: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .parent {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.pagetitle .jp {
  font-family: var(--ff-shippori);
  font-size: 3rem;
}
@media (768px <= width) {
  .pagetitle .jp {
    font-size: 4.8rem;
  }
}
.pagetitle .en {
  font-family: var(--ff-ci);
  font-size: 1.8rem;
  color: #999;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .en {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.pagetitle .scrolling {
  position: absolute;
  bottom: calc(30 / var(--spSize) * 100vw);
  left: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .scrolling {
    left: 0;
  }
}
.pagetitle .scrolling a {
  display: inline-flex;
  align-items: center;
  gap: 0 calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .scrolling a {
    gap: 0 2rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .pagetitle .scrolling a {
    transition: all var(--speed) ease-in-out;
  }
  .pagetitle .scrolling a:hover {
    opacity: 0.7;
  }
}
.pagetitle .scrolling .icon__scrolling {
  width: calc(80 / var(--spSize) * 100vw);
  height: calc(80 / var(--spSize) * 100vw);
  background: url(../images/common/icon_scrolling.svg) center/contain no-repeat;
}
@media (768px <= width) {
  .pagetitle .scrolling .icon__scrolling {
    width: 60px;
    height: 60px;
  }
}
.pagetitle .scrolling span {
  font-size: 1.4rem;
  font-family: var(--ff-ci);
  color: #fff;
}
@media (768px <= width) {
  .pagetitle .scrolling span {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}

[class*=icon] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon--prev {
  width: 7px;
  height: 12px;
  background: url(../images/common/icon_prev.svg) center/7px auto no-repeat;
}

.icon--next {
  width: 7px;
  height: 12px;
  background: url(../images/common/icon_next.svg) center/7px auto no-repeat;
}

.icon--areapin {
  width: 1.4rem;
  height: 1.8rem;
  background: url(../images/common/icon_areapin.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon_areapin.webp) 1x, url(../images/common/icon_areapin@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_areapin.webp) 1x, url(../images/common/icon_areapin@2x.webp) 2x);
}

.icon--viewmore {
  width: 1.4rem;
  height: 1.8rem;
  background: url(../images/common/icon_viewmore.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon_viewmore.webp) 1x, url(../images/common/icon_viewmore@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_viewmore.webp) 1x, url(../images/common/icon_viewmore@2x.webp) 2x);
}

.icon--blank {
  width: 1.4rem;
  height: 1.2rem;
  background: url(../images/common/icon_blank.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon_blank.webp) 1x, url(../images/common/icon_blank@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_blank.webp) 1x, url(../images/common/icon_blank@2x.webp) 2x);
}
.icon--blank.white, .viewmore.blue .icon--blank {
  background-image: url(../images/common/icon_blank_white.svg);
}

.icon--arrow {
  width: 0.7rem;
  height: 1.2rem;
  background: url(../images/common/icon_arrow_black.svg) center/contain no-repeat;
}
@media (768px <= width) {
  .icon--arrow {
    background-size: 7px auto;
  }
}
.icon--arrow.white, .viewmore.blue .icon--arrow {
  background-image: url(../images/common/icon_arrow_white.svg);
}

.icon--tel {
  width: calc(34 / var(--spSize) * 100vw);
  height: calc(34 / var(--spSize) * 100vw);
  background: url(../images/contact/icon_tel.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/contact/icon_tel.webp) 1x, url(../images/contact/icon_tel@2x.webp) 2x);
  background-image: image-set(url(../images/contact/icon_tel.webp) 1x, url(../images/contact/icon_tel@2x.webp) 2x);
}
@media (768px <= width) {
  .icon--tel {
    width: 34px;
    height: 34px;
  }
}

i.icon__tolists {
  display: inline-block;
  background: url(../images/voice/icon_tolists.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/voice/icon_tolists.webp) 1x, url(../images/voice/icon_tolists@2x.webp) 2x);
  background-image: image-set(url(../images/voice/icon_tolists.webp) 1x, url(../images/voice/icon_tolists@2x.webp) 2x);
  width: 1.4rem;
  height: 1.2rem;
  margin-right: 2rem;
}

.select {
  position: relative;
}
.select::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 4px;
  border-style: solid;
  border-color: #333 transparent transparent;
  display: block;
  position: absolute;
  right: calc(20 / var(--spSize) * 100vw);
  top: calc(50% - 4px);
  pointer-events: none;
}
@media (768px <= width) {
  .select::after {
    right: 20px;
  }
}
.select:has(select[disabled])::after {
  border-top-color: #777;
}

select {
  padding: 10px 30px 10px 10px;
  border: none;
  width: 100%;
}
@media (768px <= width) {
  select {
    padding: 0 50px 0 15px;
    height: 60px;
  }
}
select[disabled] {
  color: #999;
  background-color: var(--clr-lightYellow3);
}

.incheckbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.incheckbox label:has(input[type=checkbox]) {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
.incheckbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  outline: none;
}
.incheckbox input[type=checkbox]:checked {
  background-color: var(--clr-blue);
}
.incheckbox input[type=checkbox]:checked::before {
  content: "";
  background: url(../images/common/icon_check.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon_check.webp) 1x, url(../images/common/icon_check@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_check.webp) 1x, url(../images/common/icon_check@2x.webp) 2x);
  width: 12px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  width: calc(690 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(200 / var(--spSize) * 100vw);
  position: relative;
  border-top: 1px solid var(--clr-lightYellow3);
  border-bottom: 1px solid var(--clr-lightYellow3);
  padding-left: calc(130 / var(--spSize) * 100vw);
  padding-right: calc(130 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .wp-pagenavi {
    padding: 0 130px;
    margin-top: -100px;
    margin-bottom: 200px;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi .page {
  width: calc(80 / var(--spSize) * 100vw);
  line-height: calc(78 / var(--spSize) * 100vw);
  text-align: center;
  font-size: 1.8rem;
  font-family: var(--ff-ci);
  margin: 0;
  padding: 0;
  border: none;
}
@media (768px <= width) {
  .wp-pagenavi span.current,
  .wp-pagenavi .page {
    width: 60px;
    font-size: 2rem;
    line-height: 78px;
  }
}
@media (hover: hover) and (width >= 768px) {
  .wp-pagenavi .page {
    transition: all var(--speed) ease-in-out;
  }
  .wp-pagenavi .page:hover {
    background-color: var(--clr-lightYellow2);
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0;
  margin: 0;
  border: none;
}
.wp-pagenavi span.current {
  color: var(--clr-blue);
  position: relative;
}
.wp-pagenavi span.current::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--clr-blue);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  font-family: var(--ff-ci);
  line-height: calc(78 / var(--spSize) * 100vw);
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
}
@media (768px <= width) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    line-height: 78px;
    font-size: 2rem;
    padding: 0 30px;
  }
}
@media (hover: hover) and (width >= 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    transition: all var(--speed) ease-in-out;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background-color: var(--clr-lightYellow2);
  }
}
.wp-pagenavi .previouspostslink i[class^=icon],
.wp-pagenavi .nextpostslink i[class^=icon] {
  width: calc(7 / var(--spSize) * 100vw);
  height: calc(12 / var(--spSize) * 100vw);
  display: inline-block;
}
@media (768px <= width) {
  .wp-pagenavi .previouspostslink i[class^=icon],
  .wp-pagenavi .nextpostslink i[class^=icon] {
    width: 7px;
    height: 12px;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink i {
  margin-right: 20px;
  background: url(../images/common/icon_arrow_black.svg) center/contain no-repeat;
  transform: scaleX(-1);
}
.wp-pagenavi .previouspostslink::after {
  content: "Prev";
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .nextpostslink i {
  margin-left: 20px;
  background: url(../images/common/icon_arrow_black.svg) center/contain no-repeat;
}
.wp-pagenavi .nextpostslink::before {
  content: "Next";
}

body#posts .post__side,
body#post .post__side {
  background-color: var(--clr-lightYellow2);
  padding-bottom: calc(100 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#posts .post__side,
  body#post .post__side {
    min-width: 380px;
    padding-bottom: 100px;
  }
}
body#posts .post__side__tab,
body#post .post__side__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
body#posts .post__side__tab a,
body#post .post__side__tab a {
  font-family: var(--ff-shippori);
  color: #999;
  text-align: center;
  font-size: 1.8rem;
  line-height: calc(120 / var(--spSize) * 100vw);
}
body#posts .post__side__tab a:not(.current),
body#post .post__side__tab a:not(.current) {
  background-color: #e5e2da;
  border-top: 1px solid #e5e2da;
}
body#posts .post__side__tab a.current,
body#post .post__side__tab a.current {
  border-top: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
@media (768px <= width) {
  body#posts .post__side__tab a,
  body#post .post__side__tab a {
    font-size: 2.2rem;
    line-height: 3.6363636364;
  }
}
body#posts .post__side__contents .lists,
body#post .post__side__contents .lists {
  padding: calc(45 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#posts .post__side__contents .lists,
  body#post .post__side__contents .lists {
    padding: 30px;
  }
}
body#posts .post__side__contents .lists:not(.current),
body#post .post__side__contents .lists:not(.current) {
  display: none;
}
body#posts .post__side__contents .lists > ul > li,
body#post .post__side__contents .lists > ul > li {
  border-bottom: 1px solid var(--clr-lightYellow3);
}
body#posts .post__side__contents .lists__category a,
body#post .post__side__contents .lists__category a {
  display: block;
  padding: 15px 0;
  position: relative;
  color: #666;
}
@media (768px <= width) {
  body#posts .post__side__contents .lists__category a,
  body#post .post__side__contents .lists__category a {
    font-size: 2rem;
  }
}
body#posts .post__side__contents .lists__category a::after,
body#post .post__side__contents .lists__category a::after {
  content: "";
  width: calc(40 / var(--spSize) * 100vw);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/common/icon_arrow_black.svg) center/7px auto no-repeat;
}
@media (768px <= width) {
  body#posts .post__side__contents .lists__category a::after,
  body#post .post__side__contents .lists__category a::after {
    width: 40px;
  }
}
body#posts .post__side__contents .lists__tag,
body#post .post__side__contents .lists__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body#posts .post__side__contents .lists__tag a,
body#post .post__side__contents .lists__tag a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 1.5;
  padding: 2px 5px;
  font-size: 1.3rem;
}
@media (768px <= width) {
  body#posts .post__side__contents .lists__tag a,
  body#post .post__side__contents .lists__tag a {
    font-size: 1.6rem;
  }
}

.resortlist {
  background-color: var(--clr-lightYellow2);
  padding: calc(200 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .resortlist {
    padding: 20rem max(50% - 800px, 5rem);
  }
}
.resortlist__label {
  font-family: var(--ff-shippori);
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: calc(50 / var(--spSize) * 100vw);
  margin-left: calc(30 / var(--spSize) * 100vw);
  margin-right: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__label {
    padding-bottom: 5rem;
    margin: 0;
  }
}
.resortlist__label::after {
  content: "";
  width: calc(102 / var(--spSize) * 100vw);
  height: 1px;
  border-bottom: 1px dotted var(--clr-lightYellow3);
  position: absolute;
  bottom: 0;
  left: calc(50% - 51 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__label::after {
    width: 10.2rem;
    left: calc(50% - 5.1rem);
  }
}
.resortlist__label .sub {
  font-size: 2.56rem;
}
@media (768px <= width) {
  .resortlist__label .sub {
    font-size: 3.2rem;
  }
}
.resortlist__label .title {
  font-size: 4.96rem;
  margin-top: calc(30 / var(--spSize) * 100vw);
}
.resortlist__wrap {
  margin-top: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__wrap {
    margin-top: 8rem;
  }
}
.resortlist__wrap .swiper {
  padding-bottom: calc(175 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__wrap .swiper {
    padding-bottom: 0;
  }
}
@media (768px <= width) {
  .resortlist__wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5%;
  }
}
.resortlist__wrap .swiper-pagination {
  line-height: 0;
  height: 6px;
  bottom: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__wrap .swiper-pagination {
    bottom: 8rem;
  }
}
.resortlist__wrap .swiper-pagination-bullet {
  background-color: var(--clr-lightYellow4);
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
}
.resortlist__wrap .swiper-pagination-bullet-active {
  background-color: #333;
}
.resortlist__wrap .item {
  width: calc(400 / var(--spSize) * 100vw);
  aspect-ratio: 288/398;
  background: var(--bg-image) center/cover no-repeat;
  background-image: -webkit-image-set(var(--bg-image) 1x, var(--bg-image2x) 2x);
  background-image: image-set(var(--bg-image) 1x, var(--bg-image2x) 2x);
  position: relative;
}
@media (768px <= width) {
  .resortlist__wrap .item {
    width: auto;
  }
}
@media (hover: hover) and (width >= 768px) {
  .resortlist__wrap .item {
    transition: all var(--speed) ease-in-out;
  }
  .resortlist__wrap .item:hover {
    opacity: 0.7;
  }
}
.resortlist__wrap .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 1;
  padding: calc(19 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__wrap .item .name {
    padding: 19px;
  }
}
.resortlist__wrap .item .name .en {
  font-size: 4rem;
  font-family: var(--ff-ci);
  font-style: italic;
}
@media (768px <= width) {
  .resortlist__wrap .item .name .en {
    font-size: 3.4rem;
  }
}
@media (1536px <= width) {
  .resortlist__wrap .item .name .en {
    font-size: 4.4rem;
  }
}
.resortlist__wrap .item .name .jp {
  font-family: var(--ff-shippori);
}
@media (768px <= width) {
  .resortlist__wrap .item .name .jp {
    margin-top: 0.5rem;
  }
}
@media (1536px <= width) {
  .resortlist__wrap .item .name .jp {
    font-size: 2rem;
  }
}
.resortlist__wrap .item .box__arrow {
  background: url(../images/common/icon_box_arrow.svg) center/contain no-repeat;
  width: calc(50 / var(--spSize) * 100vw);
  height: calc(50 / var(--spSize) * 100vw);
  position: absolute;
  right: calc(19 / var(--spSize) * 100vw);
  bottom: calc(19 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist__wrap .item .box__arrow {
    width: 5rem;
    height: 5rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.resortlist .links {
  position: relative;
  width: calc(570 / var(--spSize) * 100vw);
  margin: 0 auto;
  display: grid;
  gap: calc(40 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .resortlist .links {
    max-width: 1400px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
    margin-top: 10rem;
  }
}
.resortlist .links a {
  display: grid;
  grid-template-columns: auto calc(100 / var(--spSize) * 100vw);
  align-items: center;
  font-family: var(--ff-shippori);
  line-height: 1;
  letter-spacing: normal;
  padding: calc(20 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .resortlist .links a {
    padding: 2rem 0;
    grid-template-columns: auto 10rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .resortlist .links a {
    transition: all var(--speed) ease-in-out;
  }
  .resortlist .links a:hover {
    opacity: 0.7;
  }
}
.resortlist .links a:nth-child(1) {
  background: url(../images/home/timeshareproperty_img_kujira.webp) left calc(302 / var(--spSize) * 100vw) center/calc(284 / var(--spSize) * 100vw) auto no-repeat;
  background-color: var(--clr-lightYellow4);
}
@media (768px <= width) {
  .resortlist .links a:nth-child(1) {
    background-size: 20.4rem auto;
    background-position: right 7rem center;
  }
}
.resortlist .links a:nth-child(1) .arrow {
  border-left-color: rgba(51, 51, 51, 0.3);
}
.resortlist .links a:nth-child(2) {
  background: url(../images/home/timeshareproperty_img_area.webp) left calc(240 / var(--spSize) * 100vw) center/calc(320 / var(--spSize) * 100vw) auto no-repeat;
  background-color: var(--clr-blue);
  color: #fff;
}
@media (768px <= width) {
  .resortlist .links a:nth-child(2) {
    background-size: 29.7rem auto;
    background-position: right 5.7rem top -0.4rem;
  }
}
.resortlist .links a:nth-child(2) .arrow {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.resortlist .links .wrap {
  padding-left: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist .links .wrap {
    padding-left: 5.7rem;
  }
}
.resortlist .links .label {
  font-size: 1.4rem;
}
@media (768px <= width) {
  .resortlist .links .label {
    font-size: 2rem;
  }
}
.resortlist .links .title {
  font-size: 1.8rem;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist .links .title {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}
.resortlist .links .arrow {
  text-align: center;
  border-left: 1px dotted;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(120 / var(--spSize) * 100vw);
}
.resortlist .links .arrow img {
  width: calc(13 / var(--spSize) * 100vw);
  height: calc(21 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .resortlist .links .arrow {
    height: 9.9rem;
  }
  .resortlist .links .arrow img {
    width: 1.4rem;
    height: 2.1rem;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: calc(50 / var(--spSize) * 100vw);
  width: 100%;
}
@media (768px <= width) {
  .slick-dots {
    bottom: 40px;
  }
}
.slick-dots button {
  width: 8px;
  height: 8px;
  background-color: var(--clr-lightYellow4);
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 100%;
}
.slick-dots button[aria-selected] {
  background-color: #333;
}

body#privacypolicy .contents {
  padding: 0 calc(30 / var(--spSize) * 100vw) calc(200 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#privacypolicy .contents {
    padding: 0 0 200px;
  }
  body#privacypolicy .contents > * {
    max-width: 1100px;
  }
}
body#privacypolicy .headline {
  background-color: var(--clr-blue);
  color: #fff;
  font-size: 2.8rem;
  font-family: var(--ff-shippori);
  line-height: 1.8;
  padding-left: calc(45 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  body#privacypolicy .headline {
    font-size: 3.2rem;
    padding-left: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
body#privacypolicy .headline::before {
  content: "";
  position: absolute;
  left: calc(20 / var(--spSize) * 100vw);
  top: calc(15 / var(--spSize) * 100vw);
  bottom: calc(15 / var(--spSize) * 100vw);
  width: calc(5 / var(--spSize) * 100vw);
  background-color: #fff;
}
@media (768px <= width) {
  body#privacypolicy .headline::before {
    left: 20px;
    top: 15px;
    bottom: 15px;
    width: 5px;
  }
}
@media (768px <= width) {
  body#privacypolicy .headline + * {
    margin-top: 40px;
  }
}
body#privacypolicy .heading {
  border: 1px dotted var(--clr-lightYellow3);
  border-width: 1px 0;
  padding: calc(14 / var(--spSize) * 100vw) 0;
  font-size: 2rem;
  font-family: var(--ff-shippori);
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy .heading {
    padding: 14px 0;
    font-size: 2.4rem;
  }
}
* + body#privacypolicy .heading {
  margin-top: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy .heading {
    margin-top: 80px;
  }
}
body#privacypolicy .text p {
  color: #666;
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy .text p {
    font-size: 2rem;
  }
}
.headline + body#privacypolicy .text {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .headline + body#privacypolicy .text {
    margin-top: 40px;
  }
}
* + body#privacypolicy .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy .text {
    margin-top: 30px;
  }
}
body#privacypolicy ol.numberdot li,
body#privacypolicy ul.dot li {
  color: #666;
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy ol.numberdot li,
  body#privacypolicy ul.dot li {
    font-size: 2rem;
  }
}
* + body#privacypolicy ol.numberdot,
* + body#privacypolicy ul.dot {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy ol.numberdot,
  * + body#privacypolicy ul.dot {
    margin-top: 30px;
  }
}

.with_frm_style .frm_form_field {
  margin-top: calc(50 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .with_frm_style .frm_form_field {
    margin-top: 5rem;
  }
}
.with_frm_style .frm_form_field.pp + .frm_form_field {
  margin-top: 0;
}
.with_frm_style .frm_top_container .frm_primary_label {
  font-size: 1.8rem;
  font-family: var(--ff-shippori);
  font-weight: 400;
  line-height: 2;
}
@media (768px <= width) {
  .with_frm_style .frm_top_container .frm_primary_label {
    font-size: 2.2rem;
  }
}
.with_frm_style .frm_required {
  background-color: var(--clr-blue);
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--ff-shippori);
  padding: 0 0.7rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: text-top;
}
@media (768px <= width) {
  .with_frm_style .frm_required {
    font-size: 1.6rem;
    line-height: 2.2rem;
    vertical-align: baseline;
  }
}
.with_frm_style.frm_style_formidable-style .frm_error, .with_frm_style.frm_style_formidable-style .frm_limit_error {
  color: var(--clr-red);
}
@media (768px <= width) {
  .with_frm_style.frm_style_formidable-style .frm_error, .with_frm_style.frm_style_formidable-style .frm_limit_error {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
  font-size: 1.6rem;
  color: #666;
}
@media (768px <= width) {
  .with_frm_style .frm_radio label,
  .with_frm_style .frm_checkbox label {
    font-size: 2rem;
  }
}
.with_frm_style .frm_radio label input[type=radio],
.with_frm_style .frm_radio label input[type=checkbox],
.with_frm_style .frm_checkbox label input[type=radio],
.with_frm_style .frm_checkbox label input[type=checkbox] {
  margin-top: 0.3rem;
}
.with_frm_style .frm_radio label a,
.with_frm_style .frm_checkbox label a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.with_frm_style .frm_form_field:not(.pp) .frm_radio label,
.with_frm_style .frm_form_field:not(.pp) .frm_checkbox label {
  display: flex !important;
  gap: 0 5px;
}
.with_frm_style .pp.frm_form_field {
  text-align: center;
  margin-top: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .with_frm_style .pp.frm_form_field {
    margin-top: 8rem;
  }
}
.with_frm_style .pp .frm_opt_container .frm_checkbox,
.with_frm_style .pp .frm_opt_container .frm_checkbox label,
.with_frm_style .pp .frm_opt_container .frm_required {
  display: inline;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.with_frm_style .frm_form_fields_active_style,
.with_frm_style .frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .frm_slimselect.ss-main {
  border-radius: 0;
  border: 0;
}
@media (768px <= width) {
  .with_frm_style input[type=text],
  .with_frm_style input[type=password],
  .with_frm_style input[type=email],
  .with_frm_style input[type=number],
  .with_frm_style input[type=url],
  .with_frm_style input[type=tel],
  .with_frm_style input[type=phone],
  .with_frm_style input[type=search],
  .with_frm_style select {
    height: 8rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    font-size: 2rem;
  }
}
@media (768px <= width) {
  .with_frm_style textarea {
    height: 26rem;
  }
}
@media (768px <= width) {
  .with_frm_style.frm_forms .frm_checkbox input[type=checkbox]:before {
    background-size: 1.2rem !important;
  }
}
.with_frm_style .frm_scale input[type=radio]:before,
.with_frm_style .frm_radio input[type=radio]:before {
  margin: 6px;
  background-color: #fff;
  width: 4px;
  height: 4px;
}
@media (768px <= width) {
  .with_frm_style .frm_scale input[type=radio]:before,
  .with_frm_style .frm_radio input[type=radio]:before {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.6rem;
  }
}
.with_frm_style .frm_checkbox + .frm_checkbox {
  margin-top: 1.5rem;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_scale input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  border: none;
}
@media (768px <= width) {
  .with_frm_style .frm_radio input[type=radio],
  .with_frm_style .frm_scale input[type=radio],
  .with_frm_style .frm_checkbox input[type=checkbox] {
    margin-right: 1rem !important;
    width: 2rem !important;
    height: 2rem !important;
  }
}
.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,
.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  background-color: var(--clr-blue);
  border: none !important;
}
.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style,
.with_frm_style.frm_style_formidable-style .frm_focus_field .frm-card-element.StripeElement {
  background: var(--clr-blue);
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,
.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  background-color: var(--clr-blue) !important;
  border: none !important;
}
@media (768px <= width) {
  .with_frm_style.frm_style_formidable-style [aria-labelledby=field_2eojs_label] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .with_frm_style.frm_style_formidable-style [aria-labelledby=field_2eojs_label] #frm_checkbox_278-0 {
    margin-bottom: 0;
  }
  .with_frm_style.frm_style_formidable-style [aria-labelledby=field_2eojs_label] label {
    vertical-align: middle;
  }
}
.with_frm_style.frm_style_formidable-style #frm_field_278_container {
  margin-top: calc(50 / var(--spSize) * 100vw);
  margin-bottom: 0;
}
@media (768px <= width) {
  .with_frm_style.frm_style_formidable-style #frm_field_278_container {
    margin-top: 5rem;
  }
  .with_frm_style.frm_style_formidable-style #frm_field_278_container .frm_error {
    text-align: center;
  }
}
.with_frm_style.frm_style_formidable-style .frm_submit {
  text-align: center;
  margin-top: calc(50 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .with_frm_style.frm_style_formidable-style .frm_submit {
    margin-top: 5rem;
  }
}
.with_frm_style.frm_style_formidable-style .frm_submit button {
  margin: 0;
}
.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.with_frm_style.frm_style_formidable-style input[type=submit],
.with_frm_style.frm_style_formidable-style .frm_submit input[type=button],
.with_frm_style.frm_style_formidable-style .frm_submit button,
.with_frm_style.frm_style_formidable-style .frm_form_submit_style,
.with_frm_style.frm_style_formidable-style .frm-edit-page-btn {
  background-color: var(--clr-blue);
  border-radius: 0;
  border: 0;
  outline: 0;
  width: 100%;
  font-family: var(--ff-shippori);
  font-size: 2rem;
  position: relative;
}
.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message::after,
.with_frm_style.frm_style_formidable-style input[type=submit]::after,
.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]::after,
.with_frm_style.frm_style_formidable-style .frm_submit button::after,
.with_frm_style.frm_style_formidable-style .frm_form_submit_style::after,
.with_frm_style.frm_style_formidable-style .frm-edit-page-btn::after {
  content: "";
  width: calc(60 / var(--spSize) * 100vw);
  height: calc(48 / var(--spSize) * 100vw);
  border-left: 1px dotted rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow_white.svg) center/calc(7 / var(--spSize) * 100vw) auto no-repeat;
}
@media (768px <= width) {
  .with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message,
  .with_frm_style.frm_style_formidable-style input[type=submit],
  .with_frm_style.frm_style_formidable-style .frm_submit input[type=button],
  .with_frm_style.frm_style_formidable-style .frm_submit button,
  .with_frm_style.frm_style_formidable-style .frm_form_submit_style,
  .with_frm_style.frm_style_formidable-style .frm-edit-page-btn {
    width: 58rem;
    height: 8rem;
    font-size: 2.4rem;
  }
  .with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message::after,
  .with_frm_style.frm_style_formidable-style input[type=submit]::after,
  .with_frm_style.frm_style_formidable-style .frm_submit input[type=button]::after,
  .with_frm_style.frm_style_formidable-style .frm_submit button::after,
  .with_frm_style.frm_style_formidable-style .frm_form_submit_style::after,
  .with_frm_style.frm_style_formidable-style .frm-edit-page-btn::after {
    background-size: 0.7rem auto;
    width: 6rem;
    height: 4.8rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message,
  .with_frm_style.frm_style_formidable-style input[type=submit],
  .with_frm_style.frm_style_formidable-style .frm_submit input[type=button],
  .with_frm_style.frm_style_formidable-style .frm_submit button,
  .with_frm_style.frm_style_formidable-style .frm_form_submit_style,
  .with_frm_style.frm_style_formidable-style .frm-edit-page-btn {
    transition: all var(--speed) ease-in-out;
  }
  .with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
  .with_frm_style.frm_style_formidable-style input[type=submit]:hover,
  .with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:hover,
  .with_frm_style.frm_style_formidable-style .frm_submit button:hover,
  .with_frm_style.frm_style_formidable-style .frm_form_submit_style:hover,
  .with_frm_style.frm_style_formidable-style .frm-edit-page-btn:hover {
    background-color: color-mix(in srgb, var(--clr-blue), var(--clr-darkblue));
    color: #fff;
  }
}