@charset "UTF-8";
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-Italic-VariableFont_wght.woff") format("woff"), url("../fonts/EBGaramond-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 400 500 600 700 800;
  font-style: italic;
  font-display: swap;
}
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  padding-top: 0;
}

.contents {
  position: static;
  overflow: clip;
  color: #231815;
}
@media (min-width: 1025px) {
  .contents .wrapper {
    max-width: 1120px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .contents .wrapper {
    max-width: 85%;
  }
}

.leadText {
  font-size: 2.1rem;
}
@media (max-width: 1024px) {
  .leadText {
    text-align: center;
    font-size: 1.3rem;
  }
}

.secTitle {
  margin-bottom: 50px;
  line-height: 1.2;
  font-size: 5rem;
  font-family: "Gotu";
  letter-spacing: 0.045em;
}
@media (max-width: 1024px) {
  .secTitle {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}
.secTitle.center {
  text-align: center;
}
.secTitle + .leadText {
  margin-block: -30px 50px;
}

.secTitle2 {
  margin-bottom: 80px;
  line-height: 1.2;
  color: #467ba1;
  font-size: 4.5rem;
  font-family: "Gotu";
  letter-spacing: 0.045em;
}
@media (max-width: 1024px) {
  .secTitle2 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.secTitle3 {
  margin-bottom: 40px;
  line-height: 1.7;
  color: #231815;
  font-size: 5rem;
  font-family: "Gotu";
  letter-spacing: 0.045em;
}
@media (max-width: 1024px) {
  .secTitle3 {
    font-size: 2.5rem;
  }
}
.secTitle3.center {
  text-align: center;
}
.secTitle3 + .leadText {
  margin-block: -40px 50px;
}
@media (max-width: 767px) {
  .secTitle3 + .leadText {
    margin-block: -40px 30px;
  }
}

.btnS a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  border: 1px solid;
  min-width: 154px;
  height: 32px;
  line-height: 1;
  font-size: 1.6rem;
  text-decoration: none;
}
@media (any-hover: hover) {
  .btnS a:hover {
    opacity: 1;
    border-color: #000;
    background: #000;
    color: #fff;
  }
}
.btnS.btnS02 a {
  min-width: 123px;
  padding-top: 5px;
  color: #467ba1;
  font-family: "Gotu";
}
@media (any-hover: hover) {
  .btnS.btnS02 a:hover {
    border-color: #467ba1;
    background: #467ba1;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .btnS.btnS02 a {
    min-width: 88px;
    height: 23px;
    padding-top: 0;
    font-size: 1.1rem;
  }
}

.wide {
  display: block;
  margin-inline: calc(50% - 50vw);
}
.wide img {
  width: 100%;
  height: auto;
}

.fade {
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out, transform 1s ease-in-out;
}
.fadein {
  transform: translateY(0);
  opacity: 1;
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  background: none;
  box-shadow: none;
  top: 40%;
}
@media (min-width: 1025px) {
  .globalHeader {
    transition: all 1.5s ease-in;
  }
}
@media (max-width: 1024px) {
  .globalHeader {
    border-bottom: none;
    top: 0;
  }
}
.globalHeader a {
  transition: opacity 1.5s, color 1.5s;
  color: #fff;
}
@media (min-width: 768px) {
  .globalHeader a {
    pointer-events: none;
  }
}
.globalHeader .headerNav .gnavList li {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.globalHeader .headerNav .gnavList li:first-child {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.globalHeader .headerNav .gnavList li:first-child a {
  position: relative;
  display: block;
}
.globalHeader .headerNav .gnavList li:first-child img {
  display: block;
}
@media (min-width: 1025px) {
  .globalHeader .headerNav .gnavList li:first-child img {
    transition: all 1.5s ease-in-out;
    width: 194px;
    height: 122px;
  }
}
.globalHeader .headerNav .gnavList li:first-child .logo02,
.globalHeader .headerNav .gnavList li:first-child .logo03 {
  position: absolute;
  inset: 0;
  margin: auto;
}
.globalHeader .headerNav .gnavList li:first-child .logo01,
.globalHeader .headerNav .gnavList li:first-child .logo03 {
  opacity: 0;
}
.globalHeader .headerNav .gnavList li:first-child .logo02 {
  opacity: 1;
}
.globalHeader .headerNav .lang {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media (max-width: 1024px) {
  .globalHeader .headerNav .lang {
    opacity: 1;
  }
}
.globalHeader .headerNav .lang dt {
  color: #fff;
  transition: color 1.5s ease-in-out;
}
@media (max-width: 767px) {
  .globalHeader .headerNav .lang dt {
    transition: color 0.3s ease-in-out;
  }
}
.globalHeader .headerNav .lang dt .icon_link {
  fill: currentColor;
}
.globalHeader .headerNav .lang a {
  color: #000;
}
.globalHeader .menuBtnList {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media (max-width: 1024px) {
  .globalHeader .menuBtnList {
    opacity: 1;
  }
  body:not(.navOn) .globalHeader .menuBtnList .gnavBtn span {
    background: #fff;
  }
  body:not(.navOn) .globalHeader .menuBtnList .gnavBtn span::before, body:not(.navOn) .globalHeader .menuBtnList .gnavBtn span::after {
    background: #fff;
  }
}
.globalHeader .menuBtnList .bookBtn span {
  transition: background 1.5s ease-in-out, color 1.5s ease-in-out;
  background: #fff;
  color: #231815;
}
@media (min-width: 1025px) {
  .kv_anime01 .globalHeader {
    top: 20%;
  }
  .kv_anime01 .globalHeader .headerNav .gnavList li:first-child img {
    width: 194px;
    height: 122px;
  }
}
@media (min-width: 1025px) {
  .kv_anime01_1 .globalHeader {
    top: 0;
  }
  .kv_anime01_1 .globalHeader a {
    pointer-events: all;
  }
  .kv_anime01_1 .globalHeader .headerNav .gnavList li {
    opacity: 1;
  }
  .kv_anime01_1 .globalHeader .headerNav .gnavList li:first-child {
    border-bottom-color: #fff;
  }
  .kv_anime01_1 .globalHeader .headerNav .gnavList li:first-child img {
    width: 121px;
    height: 65px;
  }
  .kv_anime01_1 .globalHeader .headerNav .lang {
    opacity: 1;
  }
  .kv_anime01_1 .globalHeader .menuBtnList {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .kv_anime02 .globalHeader a {
    color: #000;
  }
  .kv_anime02 .globalHeader .headerNav .gnavList li:first-child {
    border-bottom-color: inherit;
  }
  .kv_anime02 .globalHeader .headerNav .gnavList li:first-child .logo01 {
    opacity: 1;
  }
  .kv_anime02 .globalHeader .headerNav .gnavList li:first-child .logo02 {
    opacity: 0;
  }
  .kv_anime02 .globalHeader .headerNav .lang dt {
    color: inherit;
  }
  .kv_anime02 .globalHeader .menuBtnList .bookBtn span {
    background: #231815;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .kv_anime03 .globalHeader {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  body:not(.navOn).kv_anime04 .globalHeader {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  body:not(.navOn).kv_anime04 .globalHeader .headerNav .gnavList li:first-child .logo01 {
    opacity: 1;
  }
  body:not(.navOn).kv_anime04 .globalHeader .headerNav .gnavList li:first-child .logo02 {
    opacity: 0;
  }
  body:not(.navOn).kv_anime04 .globalHeader .headerNav .lang dt {
    color: #808080;
  }
  body:not(.navOn).kv_anime04 .globalHeader .menuBtnList .gnavBtn span {
    background: #f09869;
  }
  body:not(.navOn).kv_anime04 .globalHeader .menuBtnList .gnavBtn span::before, body:not(.navOn).kv_anime04 .globalHeader .menuBtnList .gnavBtn span::after {
    background: #f09869;
  }
}
@media (max-width: 767px) {
  .navOn .globalHeader .headerNav .gnavList li:first-child .logo01 {
    display: none;
    opacity: 0;
  }
  .navOn .globalHeader .headerNav .gnavList li:first-child .logo02 {
    display: none;
    opacity: 0;
  }
  .navOn .globalHeader .headerNav .gnavList li:first-child .logo03 {
    display: block;
    opacity: 1;
  }
}

/* =========================================================
bgVideo
========================================================= */
.bgVideo {
  position: fixed;
  inset: 0;
  z-index: -1;
  margin: auto;
  opacity: 0.18;
  pointer-events: none;
}
.bgVideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.bgVideo video::-webkit-media-controls {
  display: none !important;
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  background: #fff;
  min-height: 250vh;
  height: 250vh;
}
@media (max-width: 767px) {
  .kv {
    min-height: 200vh;
    height: auto;
    margin-bottom: 50px;
  }
}
.kv::before {
  content: none;
}
.kv .stickyItem {
  position: sticky;
  top: 0;
}
.kvPhotoListWrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.kvPhotoList {
  height: 100vh;
}
.kvPhotoList .slick-list,
.kvPhotoList .slick-track {
  height: 100%;
}
.kvPhotoList .listItem {
  width: 100%;
  height: 100%;
}
.kvPhotoList .listItem picture {
  display: block;
  width: 100%;
  height: 100%;
}
.kvPhotoList .listItem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kvPhotoList .listItem a {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .kvPhotoList .listItem a {
    height: auto;
  }
}
.kvPhotoList .slick-slide.move img {
  animation: 15s sliderimg ease-in-out;
}

@keyframes sliderimg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.fixedText {
  position: sticky;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: -100px;
  text-align: center;
  color: #fff;
  transition: all 1.5s ease-in;
}
@media (max-width: 1024px) {
  .fixedText {
    bottom: 35%;
    margin-bottom: 0;
  }
}
.fixedText h2 {
  line-height: 1.2;
  font-family: "Gotu";
  font-size: 4rem;
  font-size: 7.65rem;
  letter-spacing: -0.03em;
  transition: all 1.5s ease-out;
}
@media (max-width: 1024px) {
  .fixedText h2 {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 3rem;
  }
}
.fixedText h2 i {
  font-family: "EB Garamond", serif;
}
.fixedText h3 {
  font-family: "Gotu";
  font-size: 3.6rem;
  transition: all 1.5s ease-out;
}
@media (max-width: 1024px) {
  .fixedText h3 {
    width: 240px;
    height: 3em;
    margin-inline: auto;
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .kv_anime01 .fixedText {
    bottom: 35%;
  }
  .kv_anime01 .fixedText h2 {
    font-size: 6.1rem;
  }
}
.kv_anime01 .fixedText h3 {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .kv_anime01 .fixedText h3 {
    height: 0;
  }
}
.kv_anime02 .fixedText h2 {
  color: #467ba1;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .kv_anime02 .fixedText h2 {
    font-size: 2.3rem;
  }
}

.kvTextBlock {
  position: relative;
  top: auto;
  background: #fff;
  padding-bottom: 200px;
  color: #231815;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.3;
}
@media (max-width: 1024px) {
  .kvTextBlock {
    z-index: -1;
    padding-bottom: 50px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  .contents .kvTextBlock .wrapper {
    padding-top: 10px;
  }
}
.kvTextBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: -360px;
  left: 0;
  background: url(../img/top/bg_kvText@2x.png) no-repeat center bottom/100% 360px;
  width: 100%;
  height: 360px;
}
@media (max-width: 767px) {
  .kvTextBlock::before {
    top: -150px;
    background: #fff;
    height: 150px;
  }
}
.kvTextBlock h4 {
  margin-bottom: 50px;
  font-size: 3.6rem;
  line-height: 1.7;
  font-family: "ShipporiMinchoB1";
  text-align: center;
}
@media (max-width: 1024px) {
  .kvTextBlock h4 {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.85;
  }
}
.kvTextBlock ruby {
  ruby-position: over;
}
.kvTextBlock rt {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .kvTextBlock rt {
    font-size: 0.9rem;
  }
}
:not(:lang(ja)) .kvTextBlock rt {
  display: none;
}

/* =========================================================
travelService
========================================================= */
.travelService {
  z-index: 1;
  border-radius: 80px 80px 0 0;
  background: #f09869;
  margin-top: -80px;
  color: #fff;
}
@media (max-width: 767px) {
  .travelService {
    border-radius: 20px 20px 0 0;
  }
}
.travelService .secTitle {
  font-size: 6rem;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .travelService .secTitle {
    font-size: 3.3rem;
  }
}
.travelService .wrapper {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .travelService .wrapper {
    padding-bottom: 50px;
  }
}
.travelServiceList {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .travelServiceList {
    max-width: 880px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .travelServiceList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 4%;
    max-width: 78%;
    margin-inline: auto;
  }
}
.travelServiceList li {
  line-height: 1.4;
  text-align: center;
}
.travelServiceList li .icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 72px;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .travelServiceList li .icon {
    max-width: 60px;
    height: 40px;
    margin-bottom: 12px;
  }
  .travelServiceList li .icon img {
    max-width: 100%;
    max-height: 100%;
  }
}
.travelServiceList li .text {
  font-size: 1.77rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .travelServiceList li .text {
    font-size: 1.2rem;
  }
}

/* =========================================================
.bookArea
========================================================= */
.bookArea {
  z-index: 2;
  background: #fff;
  margin-top: -80px;
  color: #000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .bookArea {
    margin-top: 0;
    box-shadow: none;
  }
}
.contents .bookArea {
  padding: 40px 65px;
}
@media (max-width: 767px) {
  .contents .bookArea {
    max-width: 100%;
    padding: 0;
  }
}
.bookArea .kvBenefits {
  display: block;
  padding: 0;
  background: none;
  margin-bottom: 30px;
  color: inherit;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.34rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
body.lang_en .bookArea .kvBenefits, body.lang_fr .bookArea .kvBenefits, body.lang_de .bookArea .kvBenefits, body.lang_es .bookArea .kvBenefits, body.lang_it .bookArea .kvBenefits, body.lang_th .bookArea .kvBenefits, body.lang_vi .bookArea .kvBenefits, body.lang_id .bookArea .kvBenefits, body.lang_ms .bookArea .kvBenefits, body.lang_ru .bookArea .kvBenefits, body.lang_ar .bookArea .kvBenefits {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .bookArea .kvBenefits {
    display: none;
  }
}
.bookArea .kvBenefits img {
  display: none;
}
@media (max-width: 767px) {
  .bookArea .benefits {
    padding: 40px 65px;
  }
}
.bookArea .benefits h3 {
  text-align: center;
  font-family: "ShipporiMinchoB1";
  font-size: 1.7rem;
}
.bookArea .benefits ul {
  margin: 10px 0;
}
.bookArea .benefits ul li {
  font-size: 1.6rem;
  background-color: #b2b2b2;
  letter-spacing: 0.06em;
  padding: 6px 25px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.bookArea .benefits ul li + li {
  margin-top: 5px;
}
.bookArea .benefits .note {
  text-align: center;
  font-size: 1.1rem;
}
.bookArea .benefits .btn {
  margin-top: 10px;
}
.bookArea .benefits .btn a {
  border: none;
  background: initial;
  color: #f09869;
  border-bottom: 1px solid;
  border-radius: 0;
  min-width: 0;
  width: fit-content;
  min-height: 0;
  font-size: 1.3rem;
  height: 30px;
  padding: 0 25px 0 3px;
}
.bookArea .benefits .btn a::after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #f09869;
}
.bookArea .bookModule {
  display: block;
  background: none;
  margin-bottom: 0;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .bookArea .bookModule {
    display: block;
    background: #e9e7df;
    padding-block: 25px 30px;
  }
}
.bookArea .bookModule .bookTitle {
  display: none;
}
@media (max-width: 767px) {
  .bookArea .bookModule .bookTitle {
    display: block;
    border-top: none;
    margin-block: 0 10px;
    color: #f09869;
    font-size: 1.3rem;
  }
  .bookArea .bookModule .bookTitle span {
    top: 0;
    background: none;
  }
}
.bookArea .bookModule .tabList {
  display: flex;
  gap: 15px;
  width: auto;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .bookArea .bookModule .tabList {
    display: none;
  }
}
.bookArea .bookModule .tabList li + li {
  display: block;
  margin-top: 0;
}
.bookArea .bookModule .tabList li {
  display: block !important;
  width: 193px;
}
.bookArea .bookModule .tabList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  border: 1px solid;
  background: none;
  height: 46px;
  padding-left: 0;
  width: 100%;
  color: #f09869;
  line-height: 44px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .bookArea .bookModule .tabList li a {
    height: 40px;
    line-height: 40px;
  }
}
.bookArea .bookModule .tabList li a img,
.bookArea .bookModule .tabList li a svg {
  display: none;
  fill: currentColor;
}
.bookArea .bookModule .tabList li.active a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #f09869;
  background: #f09869;
  color: #fff;
}
.bookArea .bookModule .tabContentsWrap {
  width: 100%;
}
@media (max-width: 767px) {
  .bookArea .bookModule .tabContentsWrap {
    display: none;
  }
}
.bookArea .bookModule .bookAreaForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bookArea .bookModule .bookAreaForm {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .bookArea .bookModule .bookAreaForm.pc {
    display: none;
  }
}
.bookArea .bookModule .bookAreaForm .formParts dt {
  margin-bottom: 12px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 500;
}
.bookArea .bookModule .bookAreaForm .formParts dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  font-size: 2.1rem;
}
.bookArea .bookModule .bookAreaForm .formParts input,
.bookArea .bookModule .bookAreaForm .formParts select {
  box-sizing: border-box;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  padding-block: 0 10px;
  color: inherit;
  letter-spacing: 0.025em;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.bookArea .bookModule .bookAreaForm .formParts select {
  background: url("../img/common/icon_select.svg") no-repeat right center;
  color: inherit;
  font-size: 1.8rem;
}
.bookArea .bookModule .bookAreaForm .input-group {
  display: flex;
  gap: 100px;
  width: 55%;
  min-width: 350px;
}
.bookArea .bookModule .bookAreaForm .input-group .formParts {
  position: relative;
  width: calc(50% - 45px);
}
.bookArea .bookModule .bookAreaForm .input-group .formParts:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: -29%;
  bottom: 20px;
  background: #000;
  width: 30px;
  height: 1px;
}
.bookArea .bookModule .bookAreaForm .input-group .formParts input {
  background: url("../img/common/icon_select.svg") no-repeat right center;
}
.bookArea .bookModule .bookAreaForm .c-stepper {
  display: flex;
  align-items: center;
}
.bookArea .bookModule .bookAreaForm .c-stepper button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  background: none;
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
  cursor: pointer;
  text-indent: -9999px;
}
.bookArea .bookModule .bookAreaForm .c-stepper button::before, .bookArea .bookModule .bookAreaForm .c-stepper button::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  width: 14px;
  height: 2px;
  margin: auto;
}
.bookArea .bookModule .bookAreaForm .c-stepper button::after {
  width: 2px;
  height: 14px;
}
.bookArea .bookModule .bookAreaForm .c-stepper button[spinner-button=down]::after {
  content: none;
}
.bookArea .bookModule .bookAreaForm .c-stepper .js-stepper {
  border-bottom: none;
  width: 50px;
  padding-block: 5px;
  text-align: center;
}
.bookArea .bookModule .bookAreaForm .c-stepper .js-stepper[type=number]::-webkit-outer-spin-button, .bookArea .bookModule .bookAreaForm .c-stepper .js-stepper[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bookArea .bookModule .bookAreaForm .c-stepper .js-stepper[type=number] {
  -moz-appearance: textfield;
}
.bookArea .bookModule .bookAreaForm .submitBtn {
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background: #f09869 url(../img/common/icon_submit.svg) no-repeat center;
  width: 52px;
  height: 52px;
  margin-top: auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .bookArea .bookModule .bookAreaForm .submitBtn:hover {
    opacity: 0.8;
  }
}
.bookArea .link {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .bookArea #bookTopTab01 .link .reserve_new {
    position: absolute;
    top: 40px;
    right: 60px;
    text-decoration: none;
    color: #f09869;
  }
}
.bookArea #bookTopTab02 .formParts:first-of-type {
  width: 30%;
}
.bookArea #bookTopTab02 .input-group {
  width: 40%;
  gap: 50px;
}
.bookArea #bookTopTab02 .input-group .formParts {
  width: calc(50% - 25px);
}
.bookArea #bookTopTab02 .input-group .formParts:first-child::after {
  right: -20%;
  width: 20px;
}
.bookArea .dynamicPackaging {
  display: flex !important;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  right: 65px;
  background: #e9e7df;
  max-width: 710px;
  padding: 10px;
  line-height: 1;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-family: "Minion Variable Concept";
  font-size: 1.8rem;
}
.bookArea .dynamicPackagingWrap {
  display: block !important;
  margin-top: -15px;
}
.bookArea .dynamicPackaging .inner {
  justify-content: space-between;
  width: 98%;
}
.bookArea .dynamicPackaging h3 {
  position: relative;
}
.bookArea .dynamicPackaging h3::after {
  content: "";
  position: absolute;
  left: 110%;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 1px;
  height: 100%;
  background: #000;
}
.bookArea .dynamicPackaging .gold,
.bookArea .dynamicPackaging .white {
  background: none;
}
.bookArea .dynamicPackaging svg {
  display: none;
}
.bookArea .dynamicPackaging .gold {
  border-right: 1px solid;
  width: auto;
  height: auto;
  padding-right: 10px;
  margin-right: 10px;
  color: inherit;
}
.bookArea .dynamicPackaging .white {
  width: auto;
}
.bookArea .dynamicPackaging .white .icon_plus,
.bookArea .dynamicPackaging .white .icon_equal {
  display: none;
}
.bookArea .dynamicPackaging .white p span {
  color: inherit;
}
.bookArea .dynamicPackaging .white .flight::after {
  content: "+";
  margin: 0 3px;
}
.bookArea .dynamicPackaging .white .hotel::after {
  content: "=";
  margin: 0 3px;
}
.bookArea .dynamicPackaging .white .right span {
  margin-left: 5px;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 767px) {
  .bookArea .spBlock {
    padding-inline: 60px;
  }
}
.bookArea .spBlock .bookBtn a {
  justify-content: center;
  border-radius: 100vmax;
  border: 1px solid;
  background: none;
  height: 36px;
  padding: 0;
  color: #f09869;
  font-weight: 600;
  font-size: 1.6rem;
}
.bookArea .spBlock .bookBtn a svg {
  display: none;
  fill: currentColor;
}
.bookArea .spBlock .bookBtn a:hover {
  background: #f09869;
  color: #fff;
}
.bookArea .spBlock .link {
  margin: 10px 20px 0;
  font-size: 1.2rem;
}

.flatpickr-calendar.open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lang_ja .numInputWrapper::after {
  content: "年";
}
.fixedMenu {
  position: sticky;
  top: 110px;
  right: 0;
  z-index: 2;
  width: 45px;
  margin-left: auto;
  margin-block: -275px -115px;
}
@media (max-width: 767px) {
  .fixedMenu {
    top: 80px;
    width: 35px;
    margin-block: -220px -40px;
  }
}
.fixedMenuList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixedMenuList > li + li {
  margin-top: 10px;
}
.fixedMenuList > li > a {
  writing-mode: vertical-rl;
}
.fixedMenuList > li > a,
.fixedMenuList > li button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
  background: #666666;
  width: 45px;
  height: 150px;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .fixedMenuList > li > a,
  .fixedMenuList > li button {
    width: 30px;
    height: 100px;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.fixedMenuList .member a {
  display: flex !important;
}
@media (max-width: 767px) {
  .fixedMenuList .member a {
    border-width: 1px;
  }
}
.fixedMenuList .insta {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fixedMenuList .insta {
    margin-top: 10px;
  }
}
.fixedMenuList .insta button {
  border: none;
  height: 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .fixedMenuList .insta button {
    height: 40px;
  }
  .fixedMenuList .insta button img {
    width: 17px;
    height: 17px;
  }
}
.fixedMenuList .insta button.on {
  border-radius: 0;
}
.fixedMenuList .insta .nestList {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 8px 0 0 8px;
  background: #666;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .fixedMenuList .insta .nestList {
    padding-inline: 15px 10px;
  }
}
.fixedMenuList .insta .nestList a {
  color: #fff;
}
.fixedMenuList .insta:has(button.on) .nestList {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
menu
========================================================= */
.menu {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .menu {
    margin-top: 40px;
  }
}
.menuList {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .menuList {
    flex-wrap: wrap;
    gap: 20px 7%;
  }
}
.menuList li {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .menuList li {
    border-radius: 11px;
    width: 46.5%;
  }
}
.menuList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background: #467ba1;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s;
  cursor: pointer;
}
.menuList li a:hover {
  color: #fff;
  opacity: 1;
}
.menuList li a.is-active {
  background: none;
  color: #fff;
}
.menuList li a:hover {
  color: #fff;
}
.menuList li a p {
  text-align: center;
  font-size: 1.7rem;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .menuList li a p {
    font-size: 1.3rem;
  }
}
.menuList li a p .en {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 2.5em;
  margin-bottom: 5px;
  line-height: 1.2;
  font-family: "Gotu";
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .menuList li a p .en {
    font-size: 1.4rem;
  }
}
.menuList li .bgBlock,
.menuList li .bgBlock p,
.menuList li .bg_photo {
  width: 100%;
  aspect-ratio: 1;
}
.menuList li .bg_photo {
  position: absolute;
  inset: 0;
  margin: auto;
}
.menuList li .bg_photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: inherit;
}

/* =========================================================
.stayPlan
========================================================= */
.stayPlan {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .stayPlan {
    margin-top: 0px;
  }
}
@media (min-width: 1025px) {
  .contents .stayPlan .wrapper {
    max-width: 1220px;
  }
}
.stayPlan .leadText {
  margin-block: -30px 20px;
}
.stayPlan .planList {
  margin: 30px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .stayPlan .planList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stayPlan .planList .slick-track {
  display: flex !important;
}
@media (max-width: 767px) {
  .stayPlan .planList {
    margin: 30px 30px 0;
  }
  .stayPlan .planList .slick-list,
  .stayPlan .planList .slick-track {
    display: flex;
  }
}
.stayPlan .planList .slick-list {
  overflow: hidden;
}
@media (max-width: 767px) {
  .stayPlan .planList .slick-list {
    overflow: visible;
  }
}
.stayPlan .planList .listItem {
  position: relative;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem {
    margin: 0 15px;
  }
}
.stayPlan .planList .listItem a,
.stayPlan .planList .listItem .noLink {
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
  height: 100%;
  padding: 15px 17px 35px 17px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem a,
  .stayPlan .planList .listItem .noLink {
    padding: 15px 15px 20px 15px;
  }
}
.stayPlan .planList .listItem a:hover {
  color: #231815;
}
.stayPlan .planList .listItem .photo {
  overflow: visible;
  aspect-ratio: 260/180;
  border-radius: 0;
  margin: -17px -17px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo {
    margin: -15px -15px 10px;
  }
}
.stayPlan .planList .listItem .textBlock {
  min-height: 100px;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .textBlock {
    font-size: 1.3rem;
  }
}
.stayPlan .planList .listItem .textBlock h3 {
  font-weight: bold;
}
.stayPlan .planList .listItem .textBlock p {
  line-height: 1.7;
}
.stayPlan .planList .listItem .textBlock .planDetail {
  display: block;
  font-weight: bold;
  margin: 0 0 0.5lh;
}
.stayPlan .planList .listItem .textBlock .planDetail.stayOnly {
  color: #467ba1;
}
.stayPlan .planList .listItem .textBlock .planDetail.morning {
  color: #f09869;
}
.stayPlan .term {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stayPlan .termInner {
  background: #f09869;
  padding: 2px 1em 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1em;
  text-align: center;
}
.stayPlan .termInner p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .stayPlan .termInner p {
    font-size: 1.3rem;
  }
}
.stayPlan .termInner p .color {
  color: rgb(252, 238, 33);
}
.stayPlan .termInner p + p {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .stayPlan .termInner p + p {
    font-size: 1.1rem;
  }
}
.stayPlan .btnS {
  position: absolute;
  top: 80px;
  right: 0;
}
@media (max-width: 1024px) {
  .stayPlan .btnS {
    position: static;
    text-align: right;
    margin-right: -10px;
  }
  .stayPlan .btnS a {
    border: none;
    background: url(../img/top/icon_arrow.svg) no-repeat right center;
    min-width: 0;
    padding-right: 24px;
    font-size: 1.2rem;
  }
}
.stayPlan .arrows {
  justify-content: center;
  margin: 30px 0 -30px;
  margin-top: 10px;
  gap: 80px;
}
@media (max-width: 767px) {
  .stayPlan .arrows {
    margin-top: 20px;
    gap: 35px;
  }
}
.stayPlan .arrows .slick-arrow {
  border: none;
  background: url(../img/top/slick_arrow.svg) no-repeat center;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-size: 16px 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .stayPlan .arrows .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px 10px;
  }
}

@media (min-width: 768px) {
  .stayPlan .topics .arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .stayPlan .topics .arrows {
    position: relative;
    z-index: 0;
    margin-top: -22px;
  }
}
@keyframes borderAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/* =========================================================
ourhotel
========================================================= */
@media (max-width: 767px) {
  .contents .ourhotel .wrapper {
    padding-top: 0;
  }
}
.ourhotel .wide {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .ourhotel .wide {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .ourhotel .secTitle {
    margin-bottom: 16px;
  }
}
.ourhotel .photoBlock {
  display: flex;
  gap: 10%;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock {
    flex-direction: column;
    align-items: flex-start;
    gap: 10%;
    width: 95%;
    margin: 0 auto 70px;
    margin-top: -94px;
    margin-top: -25vw;
  }
  .ourhotel .photoBlock:last-child {
    margin-bottom: 0;
  }
}
.ourhotel .photoBlock img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 456/605;
}
.ourhotel .photoBlock:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock:nth-of-type(odd) {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock:nth-of-type(odd) .textBlock .secTitle2 {
    margin-left: 50%;
  }
}
.ourhotel .photoBlock:nth-of-type(odd) .photo01 {
  width: 40.7%;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock:nth-of-type(odd) .photo01 {
    width: 40%;
    margin-left: 0;
  }
}
.ourhotel .photoBlock .photo01 {
  width: 36.2%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .photo01 {
    width: 40%;
    margin-left: auto;
  }
}
.ourhotel .photoBlock .textBlock {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .textBlock {
    width: 100%;
  }
}
.ourhotel .photoBlock .textBlock .secTitle2 {
  margin-top: 40px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .textBlock .secTitle2 {
    margin-top: -36px;
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
.ourhotel .photoBlock .textBlock h4 {
  font-family: "ShipporiMinchoB1";
  font-size: 2.3rem;
  line-height: 1.4;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .textBlock h4 {
    font-size: 1.4rem;
    margin: 0 -1em 16px 0;
  }
}
.ourhotel .photoBlock .textBlock p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .textBlock p:not([class]) {
    font-size: 1.1rem;
  }
}
.ourhotel .photoBlock .textBlock p:not([class]) + p:not([class]) {
  margin-top: 0.5lh;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .textBlock p:not([class]) + p:not([class]) {
    margin-top: 0;
  }
}
.ourhotel .photoBlock .textBlock .btnS {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .ourhotel .photoBlock .textBlock .btnS {
    margin-top: 20px;
  }
}

/* =========================================================
facility
========================================================= */
.facility {
  position: relative;
  z-index: 1;
}
.facility .wrapper {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .facility .wrapper {
    padding-bottom: 20px;
  }
}
.facilityBlock {
  overflow: hidden;
  display: flex;
  color: #fff;
}
@media (max-width: 1024px) {
  .facilityBlock {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .facilityBlock {
    display: block;
    width: 100%;
  }
}
.facilityBlock .facilityPhoto {
  width: 50%;
}
@media (max-width: 767px) {
  .facilityBlock .facilityPhoto {
    width: 100%;
  }
}
.facilityBlock .facilityPhoto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.facilityBlock .textBlock {
  width: 50%;
  padding: 100px 0 120px 0;
}
@media (max-width: 767px) {
  .facilityBlock .textBlock {
    width: 100%;
    padding: 30px 0 40px;
  }
}
.facilityBlock .textBlock .inner {
  display: flex;
  flex-direction: column;
  width: 560px;
  height: 100%;
  margin-right: auto;
  padding-left: 13%;
}
@media (max-width: 1024px) {
  .facilityBlock .textBlock .inner {
    width: 80%;
    margin-inline: auto;
    padding-left: 0;
  }
}
.facilityBlock .textBlock .secTitle2 {
  margin-bottom: 64px;
  font-size: 4.5rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .facilityBlock .textBlock .secTitle2 {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
.facilityBlock .textBlock .secTitle2 small {
  display: block;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .facilityBlock .textBlock .secTitle2 small {
    font-size: 1.7rem;
  }
}
.facilityBlock .textBlock h4 {
  font-family: "ShipporiMinchoB1";
  font-size: 2.3rem;
  line-height: 1.4;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .facilityBlock .textBlock h4 {
    font-size: 1.3rem;
    margin: 0 0 16px;
  }
}
.facilityBlock .textBlock p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .facilityBlock .textBlock p:not([class]) {
    font-size: 1.1rem;
  }
}
.facilityBlock .textBlock .btnS02 {
  margin-top: 30px;
}
.facilityBlock .textBlock .btnS02 a {
  color: #fff;
}
@media (any-hover: hover) {
  .facilityBlock .textBlock .btnS02 a:hover {
    background-color: #fff;
  }
}
@media (min-width: 1025px) {
  .facilityBlock:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .facilityBlock:nth-child(odd) .textBlock .inner {
    margin-inline: auto 0;
    padding-inline: 0 9%;
  }
}
.facilityBlock:first-child {
  border-radius: 80px 0 0 0;
  background: #1b274e;
}
@media (max-width: 767px) {
  .facilityBlock:first-child {
    border-radius: 0;
  }
}
@media (any-hover: hover) {
  .facilityBlock:first-child .btnS02 a:hover {
    border-color: #fff;
    color: #1b274e;
  }
}
.facilityBlock:nth-child(2) {
  border-radius: 0 0 80px 0;
  background: #f09869;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(2) {
    border-radius: 0;
  }
}
@media (any-hover: hover) {
  .facilityBlock:nth-child(2) .btnS02 a:hover {
    border-color: #fff;
    color: #f09869;
  }
}

/* =========================================================
bg_fff
========================================================= */
.bg_fff {
  background: #fff;
  padding-top: 80px;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .bg_fff {
    margin-top: 0;
    padding-top: 100px;
  }
}

/* =========================================================
enjoy
========================================================= */
.enjoy {
  position: relative;
  background: #e9e7df;
  margin-top: 180px;
}
@media (max-width: 767px) {
  .enjoy {
    margin-top: 0;
  }
  .contents .enjoy .wrapper {
    padding-bottom: 40px;
  }
}
.enjoy::before {
  content: "";
  display: block;
  position: absolute;
  top: -93px;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: #e9e7df url(../img/top/enjoy_icon.svg) no-repeat center 25px;
  width: 185px;
  height: 185px;
  margin: auto;
}
@media (max-width: 767px) {
  .enjoy::before {
    top: -55px;
    background-size: 56px auto;
    background-position: center 15px;
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 768px) {
  .enjoyList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 4.9%;
    justify-content: center;
  }
  .enjoyList:has(:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 580px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .enjoyList:has(:nth-child(2):last-child).slick-slider .slick-track, .enjoyList:has(:nth-child(2):last-child).slick-slider .slick-list {
    transform: none !important;
  }
  .enjoyList:has(:nth-child(2):last-child) + .arrows {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .enjoyList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .enjoyList {
    margin-inline: -15px;
  }
}
@media (max-width: 767px) {
  .enjoyList .listItem {
    margin-inline: 15px;
  }
}
.enjoyList .listItem a {
  text-decoration: none;
}
.enjoyList .listItem a .photo01 {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .enjoyList .listItem a .photo01 {
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  }
}
.enjoyList .listItem a h3 {
  margin-top: 25px;
  line-height: 1.5;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .enjoyList .listItem a h3 {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.enjoyList .listItem a h3 span {
  display: block;
}
.enjoyList .listItem a h3 .sub {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .enjoyList .listItem a h3 .sub {
    font-size: 1.1rem;
  }
}
.enjoyList .listItem a img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 260/323;
}
.enjoy .arrows {
  justify-content: center;
  margin: 20px 0 0;
}
.enjoy .arrows .slick-arrow {
  border: none;
  background: url(../img/top/slick_arrow.svg) no-repeat center;
  text-indent: -9999px;
}

/* =========================================================
detail
========================================================= */
.detail .wrapper {
  display: flex;
  padding: 170px 3%;
}
@media (max-width: 1024px) {
  .detail .wrapper {
    display: block;
    padding: 60px 3%;
  }
}
.detail .wrapper:first-of-type {
  padding-bottom: 170px;
}
@media (max-width: 1024px) {
  .detail .wrapper:first-of-type {
    padding-bottom: 60px;
  }
}
.detail .detailHotel {
  width: 50%;
}
@media (max-width: 1024px) {
  .detail .detailHotel {
    width: 100%;
    margin-right: 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
.detail .detailHotel .secTitle3 {
  margin-left: -7.5%;
}
@media (max-width: 1024px) {
  .detail .detailHotel .secTitle3 {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.detail .detailHotel .hotelName {
  margin-bottom: 5px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .detail .detailHotel .hotelName {
    font-size: 1.3rem;
  }
}
:not(:lang(ja)) .detail .detailHotel .hotelName {
  max-width: 12em;
}
@media (max-width: 767px) {
  .detail .detailHotel .address {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    text-align: center;
  }
  .detail .detailHotel .address .btnS {
    margin-top: 24px;
  }
}
.detail .detailHotel .address br.tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail .detailHotel .address br.tab {
    display: block;
  }
}
.detail .detailHotel .address .jhat {
  margin-top: 8px;
  display: inline-block;
}
.detail .detailHotel .address p {
  display: block;
}
.detail .detailHotel .address a[href$="contact/"] {
  display: block;
}
@media (max-width: 767px) {
  .detail .detailHotel .address a[href$="contact/"] {
    order: 1;
  }
}
@media (min-width: 1025px) {
  .detail .detailHotel .address a + a {
    margin-left: 20px;
  }
}
.detail .detailHotel .icon_ex,
.detail .detailHotel .icon_link {
  display: none;
}
.detail .detailHotel .btnS02 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .detail .detailHotel .btnS02 {
    margin-block: 10px;
  }
}
.detail .detailHotel .btnS02 a {
  color: #231815;
}
@media (any-hover: hover) {
  .detail .detailHotel .btnS02 a:hover {
    background-color: #231815;
    color: #fff;
    border-color: #231815;
  }
}
.detail .mapWrap {
  width: 50%;
  height: 293px;
}
@media (max-width: 1024px) {
  .detail .mapWrap {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .detail .mapWrap {
    height: 175px;
  }
}
.detail .mapWrap iframe {
  width: 100%;
  height: 100%;
}

/* =========================================================
news
========================================================= */
.news {
  border-top: 1px solid #f09869;
}
.news .wrapper {
  display: flex;
  padding-block: 100px;
}
@media (max-width: 1024px) {
  .news .wrapper {
    display: block;
    padding-block: 60px;
  }
}
.news .secTitle01.spLeft {
  width: 25%;
  text-align: left;
}
@media (max-width: 1024px) {
  .news .secTitle01.spLeft {
    width: 100%;
    text-align: center;
  }
}
.news .secTitle01.spLeft .en {
  display: block !important;
  font-family: "Minion Variable Concept";
  font-weight: 500;
  font-size: 5rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
}
@media (max-width: 1024px) {
  .news .secTitle01.spLeft .en {
    font-size: 3rem;
  }
}
.news .secTitle01.spLeft .enExc {
  display: none;
}
@media (max-width: 767px) {
  .news .secTitle01.spLeft {
    text-align: center;
  }
}
.newsList {
  border-top: 1px solid rgba(0, 0, 0, 0.56);
  border-bottom: 1px solid rgba(0, 0, 0, 0.56);
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .newsList {
    width: 100%;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .newsList {
    margin-top: 10px;
  }
}
.newsList li a,
.newsList li .noLink {
  padding: 5px 0;
  color: #231815;
}
@media (max-width: 767px) {
  .newsList li a,
  .newsList li .noLink {
    padding: 5px 0;
  }
}
.newsList li a .title,
.newsList li .noLink .title {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .newsList li a .title,
  .newsList li .noLink .title {
    font-size: 1.2rem;
  }
}
.newsList li a .icon_link,
.newsList li .noLink .icon_link {
  display: none;
}
.news .btn {
  display: none;
  position: absolute;
  top: 24px;
  right: 8px;
}
@media (max-width: 767px) {
  .news .btn {
    position: static;
  }
}
.news .btn a {
  display: inline-block;
  width: auto;
  min-width: 123px;
  height: 32px;
  min-height: 32px;
  padding: 5px 0.5em 3px;
  color: #000;
  border-color: #000;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .news .btn a {
    font-size: 1.1rem;
    min-width: 88px;
    height: 23px;
    min-height: 23px;
    padding: 4px 0.5em 1px;
  }
}
.news .btn a:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.news .btn a .mark {
  display: none;
}/*# sourceMappingURL=top.css.map */