@charset "UTF-8";
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/qyz4lim.css");
/* ===================================
*
　共通
*
===================================-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  line-height: 2;
  font-size: 1.5rem;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  position: relative;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  letter-spacing: 0.05em;
  position: relative;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s all;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

body p, body ul li a, body ul, body li, dl, dt, dd {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

body ul, body li, dl, dt, dd, td, th {
  font-size: 1.6rem;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

button, input, input[type=button], input[type=reset], input[type=submit] {
  touch-action: manipulation;
  transition: border 0.15s linear, color 0.15s linear, background-color 0.15s linear;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

img {
  vertical-align: bottom;
}

:focus {
  outline: none;
}

.serif {
  font-family: "ivyjournal", "Noto Serif JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.jkt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}

.fw300 {
  font-weight: 300 !important;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.pre-line {
  white-space: pre-line;
}

/* ===================================
*
　レスポンシブ
*
===================================-*/
.sp,
.tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .tb {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tb {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp.tb {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .sp.tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp.tb {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc.tb {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .pc.tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc.tb {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp.pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .sp.pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp.pc {
    display: block;
  }
}

.sp-width,
.tb-width {
  display: none;
}

@container (max-width: 768px) {
  .tb-width {
    display: none;
  }
}
@container (min-width: 1025px) {
  .tb-width {
    display: none;
  }
}
@container (width > 768px) and (width <= 1024px) {
  .tb-width {
    display: block;
  }
}

@container (max-width: 768px) {
  .pc-width {
    display: none;
  }
}
@container (width > 768px) and (width <= 1024px) {
  .pc-width {
    display: none;
  }
}
@container (min-width: 1025px) {
  .pc-width {
    display: block;
  }
}

@container (width > 768px) and (width <= 1024px) {
  .sp-width {
    display: none;
  }
}
@container (min-width: 1025px) {
  .sp-width {
    display: none;
  }
}
@container (max-width: 768px) {
  .sp-width {
    display: block;
  }
}

@container (width > 768px) and (width <= 1024px) {
  .sp-width.tb-width {
    display: block;
  }
}
@container (min-width: 1025px) {
  .sp-width.tb-width {
    display: none;
  }
}
@container (max-width: 768px) {
  .sp-width.tb-width {
    display: block;
  }
}

@container (width > 768px) and (width <= 1024px) {
  .pc-width.tb-width {
    display: block;
  }
}
@container (min-width: 1025px) {
  .pc-width.tb-width {
    display: block;
  }
}
@container (max-width: 768px) {
  .pc-width.tb-width {
    display: none;
  }
}

@container (width > 768px) and (width <= 1024px) {
  .sp-width.pc-width {
    display: none;
  }
}
@container (min-width: 1025px) {
  .sp-width.pc-width {
    display: block;
  }
}
@container (max-width: 768px) {
  .sp-width.pc-width {
    display: block;
  }
}

/* ===================================
*
　SP
*
===================================-*/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .flex {
    display: block;
  }
  .inner {
    max-width: 90%;
    width: 90%;
    margin: 0px auto;
  }
  .logo {
    font-weight: 700;
    padding-left: 0;
    width: 200px;
  }
} /*--sp・END*/
/*header*/
.logo {
  font-weight: 700;
  padding-left: 0;
  position: absolute;
  padding-top: 0;
  width: 215px;
  top: 15px;
  left: 40px;
}

.logo_mv {
  font-weight: 700;
  padding-left: 0;
  position: static;
  padding-top: 0;
  width: 530px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.logo_mv img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.logo img {
  width: 100%;
}

/* 言語切替ボタン */
.luxe_navi {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}
.luxe_navi.absolute {
  position: absolute;
}
.luxe_navi button {
  outline: none;
}
.luxe_navi li .language-toggle {
  font-family: "serif";
  color: white;
  padding: 0px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  transition: color 0.3s, text-shadow 0.3s;
  background: none;
  border: none;
}
.luxe_navi li .hamburger-menu {
  position: relative;
  top: auto;
  right: auto;
}
.luxe_navi.change-color .language-toggle {
  border: 1px solid #b89f75;
  color: #767676;
  background: rgba(255, 255, 255, 0.5803921569);
}

.hamburger-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  top: 21px;
  right: 36px;
  z-index: 1003;
}

.hamburger-menu__bar {
  display: inline-block;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

.luxe_navi.change-color .hamburger-menu__bar {
  background: black;
}

.hamburger-menu__bar:first-child {
  top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

#global_nav_bg {
  display: none; /* 表示時にはdisplay:block; */
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 998;
}

#global_nav {
  display: flex; /* 表示時にはdisplay:flex; */
  position: fixed;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  background: transparent;
  backdrop-filter: blur(5px);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.5294117647);
  top: 0;
  right: 0;
  z-index: 999;
  overflow-y: auto;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(102%);
  transition: transform 0.5s;
}
#global_nav.show {
  transform: translateX(0);
}
#global_nav .main {
  background: rgba(188, 168, 135, 0.7333333333);
  padding: 10px 5px;
}
#global_nav .main img {
  width: 60%;
  max-width: 230px;
}
#global_nav .footer {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#global_nav .sitemap {
  flex: 1;
  background: rgba(188, 168, 135, 0.7333333333);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
}
#global_nav .sitemap a {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
}
#global_nav .area_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(232, 232, 232, 0.7333333333);
  padding: 30px 20px;
  gap: 10px;
}
#global_nav .area_link a {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  border: 1px solid #a2a2a2;
  width: 100%;
  border-radius: 90px;
  padding: 10px 0;
  display: block;
}
#global_nav .copy {
  padding: 20px 0;
  background: #000;
}
#global_nav .copy img {
  display: block;
  margin: 0 auto;
  max-width: 230px;
  width: 80%;
}
#global_nav .copy p {
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
  color: #b0b0b0;
}

@media screen and (max-width: 768px) {
  .header {
    box-sizing: border-box;
    height: 72px;
    background: #fff;
    width: 100%;
    position: relative;
  }
  .logo {
    width: 200px;
  }
  .logo img {
    width: 100%;
  }
  .navigation {
    top: 72px;
  }
  .logo_mv {
    font-weight: 700;
    padding-left: 0;
    position: static;
    padding-top: 0;
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .logo_mv:hover {
    opacity: 1;
  }
  .logo_mv img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .hamburger-menu__bar {
    background: #fff;
  }
}
/*/end*/
footer {
  z-index: 1;
  position: relative;
}

footer .menu1 {
  background: #BCA887;
  padding: 30px 0;
}

footer .menu1 .flex {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

footer .menu1 a {
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;
}

footer .menu2 {
  background: #E8E8E8;
  padding: 50px 0;
}

footer .menu2 .flex {
  justify-content: space-between;
  align-items: center;
}

footer .menu2 .flex a {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  border: 1px solid #a2a2a2;
  width: 19%;
  border-radius: 90px;
  padding: 10px 0;
}

footer .menu2 .flex a:hover {
  background: #a2a2a2;
  color: #fff;
  opacity: 1;
}

footer .copy {
  padding: 40px 0;
  background: #000;
}

footer .copy a, footer .copy a img {
  display: block;
  margin: 0 auto;
}

footer .copy a {
  margin-bottom: 15px;
}

footer .copy p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 300;
  color: #b0b0b0;
}

/* APJへの導線 */
#apj_banner {
  background-color: rgba(250, 250, 250, 0.8);
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#apj_banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
#apj_banner .banner-content .logo img {
  height: 32px;
  width: auto;
  display: inline-block;
}
#apj_banner .banner-content .text {
  display: inline-block;
  font-size: 15px;
}
#apj_banner .banner-content .text .bold {
  font-weight: bold;
}

.apj {
  position: static !important;
  width: auto !important;
  padding: 0 !important;
}

.icon-container {
  display: flex;
  align-items: center;
}
.icon-container i {
  font-size: 13px;
}

/* PCでは各リンクの後に `|` を追加 */
footer .menu1 .flex a::after {
  content: "　|";
  color: #fff;
}

/* 最後のリンクには `|` をつけない */
footer .menu1 .flex a:last-child::after {
  content: "";
}

@media screen and (max-width: 1074px) {
  footer .menu1 .flex a::after {
    display: none;
  }
  footer .menu1 .flex {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  footer .menu1 a {
    display: block;
    width: 30%;
  }
} /*end*/
@media screen and (max-width: 767px) {
  footer .menu1 {
    background: #BCA887;
    padding: 30px 0;
  }
  footer .menu1 .pc {
    display: none;
  }
  footer .menu1 .flex.sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .menu1 a {
    font-size: 1.4rem;
    font-weight: 200;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 3%;
  }
  footer .menu2 {
    background: #E8E8E8;
    padding: 30px 0;
  }
  footer .menu2 .flex {
    justify-content: space-between;
    align-items: center;
  }
  footer .menu2 .flex a {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    border: 1px solid #a2a2a2;
    width: 100%;
    border-radius: 90px;
    padding: 10px 0;
    display: block;
    margin-bottom: 3%;
  }
  footer .menu2 .flex a:hover {
    background: #a2a2a2;
    color: #fff;
    opacity: 1;
  }
  footer .copy {
    padding: 20px 0;
  }
  footer .copy a, footer .copy a img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  footer .copy a {
    margin-bottom: 15px;
  }
  footer .copy p {
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
  }
} /*end*/
#progressWindow {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100000000;
  justify-content: center;
  align-items: center;
}
#progressWindow:after {
  content: "\f110";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  animation: rotation 1.7s linear infinite;
  font-size: 50px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.floor_plan_detail {
  margin-top: 8px;
  font-weight: normal;
}
.floor_plan_detail a {
  color: #191970;
}

.indent-all {
  padding-left: 1em;
  box-sizing: border-box;
}

.goldenroute-title_side {
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(0, 0, 0, 0.6));
}
.goldenroute-title_side img {
  width: 255px;
  max-width: 90vw;
  filter: brightness(0) invert(1);
  height: 50px;
  margin-left: 7px;
}

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