@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.11111111vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 1.46484375vw;
  }
}
@media only screen and (max-width: 680px) {
  html {
    font-size: 3.381642512vw;
  }
}
body {
  font-family: 'Noto Sans JP', serif;
  background-color: #f7f7f7;
}
header .header-wrap nav .nav-flex a,
header .header-wrap nav .language-nav {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: c;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  header .header-wrap nav .nav-flex a,
  header .header-wrap nav .language-nav {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
}
footer small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #395a7b;
  margin: 0;
}
h1,
h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #395a7b;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 680px) {
  h1,
  h2 {
    font-size: 35px;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 21px;
  }
}
p,
li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  p,
  li {
    font-size: 13px;
  }
}
a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
  text-decoration: none;
}
@media only screen and (max-width: 680px) {
  a {
    font-size: 13px;
  }
}
a:hover {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 680px) {
  a:hover {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
.spacer-s {
  height: 20px;
}
@media only screen and (max-width: 680px) {
  .spacer-s {
    height: 10px;
  }
}
.spacer-m {
  height: 40px;
}
@media only screen and (max-width: 680px) {
  .spacer-m {
    height: 20px;
  }
}
.spacer-ml {
  height: 60px;
}
@media only screen and (max-width: 680px) {
  .spacer-ml {
    height: 30px;
  }
}
.spacer-l {
  height: 80px;
}
@media only screen and (max-width: 680px) {
  .spacer-l {
    height: 40px;
  }
}
.spacer-xl {
  height: 100px;
}
@media only screen and (max-width: 680px) {
  .spacer-xl {
    height: 50px;
  }
}
.contents-width {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  .contents-width {
    width: 90%;
  }
}
@media only screen and (max-width: 680px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 680px) {
  .sp-br {
    display: block;
  }
}
ul,
ol {
  margin: 0;
  padding-left: 20px;
}
.list-none {
  padding: 0;
}
.list-none li {
  list-style: none;
}
.img-rectangle {
  position: relative;
  width: 100%;
}
.img-rectangle:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.img-rectangle img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-square {
  position: relative;
  width: 100%;
}
.img-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-square img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-bg-blue {
  background-color: #395a7b;
}
.section-p {
  padding: 80px 0;
}
@media only screen and (max-width: 680px) {
  .section-p {
    padding: 40px 0;
  }
}
.section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 680px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #395a7b;
  margin: 0;
  border-bottom: 1px solid #395a7b;
}
@media only screen and (max-width: 1024px) {
  .section-title h2 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 680px) {
  .section-title h2 {
    font-size: 35px;
  }
}
.section-title span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .section-title span {
    font-size: 13px;
  }
}
.section-title.text-white h2,
.section-title.text-white span {
  color: #fff;
}
.section-title.text-white h2 {
  border-color: #fff;
}
.btn-blank-white {
  display: grid;
  justify-content: end;
  margin-top: 1rem;
}
.btn-blank-white a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #fff;
  position: relative;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
}
@media only screen and (max-width: 680px) {
  .btn-blank-white a {
    font-size: 13px;
  }
}
.btn-blank-white a:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/icon-blank.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.icon-blank {
  display: flex;
  align-items: center;
}
.icon-blank a:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/icon-blank.svg");
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 5px;
}
.icon-popup {
  display: flex;
  align-items: center;
}
.icon-popup a:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/icon-popup.svg");
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 5px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 25px 0;
  box-sizing: border-box;
  z-index: 990;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 20px 0;
    height: 80px;
  }
}
@media only screen and (max-width: 680px) {
  header {
    padding: 15px 0;
    height: 70px;
  }
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
header .header-wrap .header-logo a {
  display: block;
}
header .header-wrap .header-logo a img {
  display: block;
  margin-left: 0;
  width: auto;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 680px) {
  header .header-wrap .header-logo a img {
    height: 18px;
  }
}
header .header-wrap nav {
  display: flex;
  gap: 15px;
  align-items: center;
}
header .header-wrap nav .nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
header .header-wrap nav .nav-flex a {
  padding: 10px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 1024px) {
  header .header-wrap nav .gloval-nav {
    display: none;
    background-color: #395a7b;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 900;
    padding: 5%;
    width: 50%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 680px) {
  header .header-wrap nav .gloval-nav {
    top: 70px;
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  header .header-wrap nav .gloval-nav li {
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
  }
}
header .header-wrap nav .gloval-nav li a {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header .header-wrap nav .gloval-nav li a {
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  header .header-wrap nav .gloval-nav li a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 30%;
    right: 4px;
  }
}
header .header-wrap nav .language-nav a {
  padding: 5px;
}
header .header-wrap nav .language-nav a.current {
  color: #c6c6c6;
}
header .header-wrap nav .hamburger-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .header-wrap nav .hamburger-btn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
  }
}
header .header-wrap nav .hamburger-btn span {
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 26%;
  background: #395a7b;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
header .header-wrap nav .hamburger-btn span:first-child {
  top: 40%;
}
header .header-wrap nav .hamburger-btn span:last-child {
  top: 60%;
}
header .header-wrap nav .open-hamburger span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
header .header-wrap nav .open-hamburger span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
.top-visual {
  width: 100%;
  height: 100svh;
  position: relative;
  padding: 10%;
  box-sizing: border-box;
}
.top-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.top-visual .top-message {
  position: absolute;
  bottom: 10%;
  z-index: 1;
}
.top-visual .top-message h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .top-visual .top-message h2 {
    font-size: 21px;
  }
}
.image-text-block {
  display: grid;
  gap: 3rem;
  margin-top: 40px;
}
@media only screen and (max-width: 680px) {
  .image-text-block {
    margin-top: 30px;
  }
}
.image-text-block .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .image-text-block .wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
.image-text-block .wrap .text-white h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .image-text-block .wrap .text-white h2 {
    font-size: 21px;
  }
}
.image-text-block .wrap .text-white h2,
.image-text-block .wrap .text-white h3,
.image-text-block .wrap .text-white p,
.image-text-block .wrap .text-white li {
  color: #fff;
}
.image-text-block .wrap .text-white li {
  border-color: #fff;
}
.image-text-block .wrap .wrap-img {
  flex-basis: 50%;
}
.image-text-block .wrap .wrap-text {
  flex-basis: calc(50% - 40px);
}
@media only screen and (max-width: 1024px) {
  .image-text-block .wrap .wrap-text {
    flex-basis: calc(50% - 40px);
  }
}
.image-text-block .wrap .wrap-text h2,
.image-text-block .wrap .wrap-text h3 {
  margin-bottom: 0.5rem;
}
.image-text-block .img-thumb-block {
  gap: 1rem;
}
.image-text-block .img-thumb-block .wrap-img {
  flex-basis: 25%;
}
@media only screen and (max-width: 1024px) {
  .image-text-block .img-thumb-block .wrap-img {
    max-width: 50%;
  }
}
.image-text-block .img-thumb-block .wrap-text {
  flex-basis: 75%;
}
.image-iframe-block .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .image-iframe-block .wrap {
    grid-template-columns: 1fr;
  }
}
.image-iframe-block .wrap .wrap-iframe iframe {
  width: 100%;
}
.column-reverse {
  gap: 0;
}
@media only screen and (max-width: 1024px) {
  .column-reverse {
    gap: 3rem;
  }
}
.column-reverse .wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .column-reverse .wrap:nth-child(odd) {
    flex-direction: column;
  }
}
.flame-list {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.flame-list li {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
  display: inline-block;
  border: 1px solid #395a7b;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 680px) {
  .flame-list li {
    font-size: 11px;
  }
}
#room .image-text-block .wrap {
  gap: 3rem;
}
@media only screen and (max-width: 1024px) {
  #room .image-text-block .wrap {
    gap: 1.5rem;
  }
}
.icon-banner-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .icon-banner-btn {
    grid-template-columns: 1fr;
  }
}
.icon-banner-btn a {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .icon-banner-btn a {
    font-size: 21px;
  }
}
.icon-banner-btn a .btn-text span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 680px) {
  .icon-banner-btn a .btn-text span {
    font-size: 11px;
  }
}
.icon-banner-btn a img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery-slide .uk-slider-items {
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}
@media only screen and (max-width: 1024px) {
  .gallery-slide .uk-slider-items {
    -webkit-animation: scroll 10s linear infinite;
    animation: scroll 10s linear infinite;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
footer {
  display: grid;
  gap: 2rem;
  background-color: #fff;
  padding: 60px 10% 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 680px) {
  footer {
    padding: 50px 5% 30px;
  }
}
footer .footer-logo {
  width: 18rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 680px) {
  footer .footer-logo {
    width: 15rem;
  }
}
footer .footer-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  footer .footer-contents {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
}
footer .footer-contents .wrap-link {
  text-align: right;
  display: grid;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-contents .wrap-link {
    text-align: center;
  }
}
footer .footer-contents .wrap-link .icon-blank,
footer .footer-contents .wrap-link .icon-popup {
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  footer .footer-contents .wrap-link .icon-blank,
  footer .footer-contents .wrap-link .icon-popup {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-contents .wrap-link .icon-blank a,
  footer .footer-contents .wrap-link .icon-popup a {
    text-decoration: underline;
  }
}
footer small {
  display: block;
  text-align: center;
}
.popup-container .popup-box {
  margin-top: 1rem;
}
.popup-container .popup-box h2 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 680px) {
  .popup-container .popup-box h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #395a7b;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 680px) and (max-width: 680px) {
  .popup-container .popup-box h2 {
    font-size: 21px;
  }
}
.popup-container .popup-box h3 {
  margin-top: 1rem;
}
@media only screen and (max-width: 680px) {
  .popup-container .popup-box h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
    color: #395a7b;
    margin: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 680px) and (max-width: 680px) {
  .popup-container .popup-box h3 {
    font-size: 17px;
  }
}
.popup-container .popup-box h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #395a7b;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .popup-container .popup-box h4 {
    font-size: 13px;
  }
}
.popup-container .popup-box .text-right {
  text-align: right;
  margin-top: 1.5rem;
}
.popup-container .uk-modal-dialog {
  width: 95%;
  max-width: 1000px !important;
}

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