@charset "UTF-8";

/* ::::::::::  コンセプト  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.conceptTitle {
  color: #000;
  font-size: 2.4rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .conceptTitle {
    font-size: 1.8rem;
  }
}

.conceptTitle .en {
  display: block;
  margin-bottom: 8px;
  color: #AB8D4B;
  font-size: 1.5rem;
  font-family: "acumin-variable", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .conceptTitle .en {
    font-size: 1.3rem;
  }
}

.conceptTitle+.conceptTitle {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .conceptTitle+.conceptTitle {
    margin-bottom: 20px;
  }
}

.leadArea .wrapper {
  padding: 80px 0 110px;
  border-top: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .leadArea .wrapper {
    padding: 70px 0 50px;
  }
}

.leadArea .leadBlock {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .leadArea .leadBlock {
    flex-wrap: wrap;
  }
}

.leadArea .textBlock {
  width: 39.2%;
  text-align: center;
}

@media (max-width: 767px) {
  .leadArea .textBlock {
    width: 100%;
    margin-bottom: 48px;
  }
}

.leadArea .textBlock .logo {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .leadArea .textBlock .logo {
    margin-bottom: 30px;
  }

  .leadArea .textBlock .logo img {
    width: 86px;
    height: auto;
  }
}

.leadArea .textBlock .description {
  text-align: center;
}

.leadArea .textBlock .description>span {
  display: inline-block;
}

.leadArea .textBlock .description+.description {
  margin-top: 15px;
}

.leadArea .leadPhoto01 {
  width: 23.2%;
  order: -1;
}

@media (max-width: 767px) {
  .leadArea .leadPhoto01 {
    width: calc(50% - 10px);
    order: 0;
  }
}

.leadArea .leadPhoto01 .photo+.photo {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .leadArea .leadPhoto01 .photo+.photo {
    margin-top: 20px;
  }
}

.leadArea .leadPhoto01 img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .leadArea .leadPhoto01 img {
    border-radius: 6px;
  }
}

.leadArea .leadPhoto02 {
  width: 23.2%;
}

@media (max-width: 767px) {
  .leadArea .leadPhoto02 {
    width: calc(50% - 10px);
  }
}

.leadArea .leadPhoto02 .photo+.photo {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .leadArea .leadPhoto02 .photo+.photo {
    margin-top: 20px;
  }
}

.leadArea .leadPhoto02 img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .leadArea .leadPhoto02 img {
    border-radius: 6px;
  }
}

.leadArea .greeting {
  display: flex;
  margin-top: 90px;
  padding: 30px 40px;
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CACACA;
}

@media (max-width: 1024px) {
  .leadArea .greeting {
    display: block;
    margin-top: 40px;
    padding: 40px 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .leadArea .greeting {
    padding: 30px 20px;
    text-align: left;
  }
}

.leadArea .greeting .secTitle01 {
  margin-bottom: 0;
  color: #000;
  text-align: left;
}

@media (max-width: 1024px) {
  .leadArea .greeting .secTitle01 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .leadArea .greeting .secTitle01 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.leadArea .greeting .secTitle01 .en {
  display: inline-block;
  margin-right: 25px;
  color: #122234;
  font-size: 4rem;
}

@media screen and (max-width: 1280px) {
  .leadArea .greeting .secTitle01 .en {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .leadArea .greeting .secTitle01 .en {
    display: block;
    margin-bottom: 5px;
    font-size: 3.1rem;
  }
}

.leadArea .greeting .text {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .leadArea .greeting .text {
    margin-bottom: 30px;
  }
}

.leadArea .greeting .btn {
  margin-top: 0;
}

.conceptDetails .wrapper {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .conceptDetails .wrapper {
    padding: 55px 0;
  }
}

.conceptDetails .description {
  text-align: center;
}

.conceptDetailsList {
  display: flex;
  flex-wrap: wrap;
  color: #e6e6e6;
}

.conceptDetailsList>li {
  position: relative;
  width: 25%;
}

@media (max-width: 767px) {
  .conceptDetailsList>li {
    width: 100%;
  }
}

.conceptDetailsList>li:hover .hoverBlock {
  opacity: 1;
}

.conceptDetailsList>li .bg {
  position: relative;
}

.conceptDetailsList>li .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .conceptDetailsList>li .bg::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

.conceptDetailsList>li .bg img {
  width: 100%;
  height: auto;
}

.conceptDetailsList>li .titleBlock {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-align: center;
}

@media (max-width: 767px) {
  .conceptDetailsList>li .titleBlock {
    width: auto;
    left: 4%;
    top: 0;
    height: 100%;
    padding: 10% 0;
  }
}

.conceptDetailsList>li .titleBlock::after {
  content: "";
  display: block;
  width: 0;
  height: 60px;
  margin-top: 20px;
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  .conceptDetailsList>li .titleBlock::after {
    flex-grow: 1;
  }
}

.conceptDetailsList>li .titleBlock .title {
  margin-bottom: 25px;
  color: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 5rem;
}

@media (max-width: 767px) {
  .conceptDetailsList>li .titleBlock .title {
    font-size: 4rem;
  }
}

.conceptDetailsList>li .hoverBlock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
  opacity: 0;
}

@media (max-width: 767px) {
  .conceptDetailsList>li .hoverBlock {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    height: auto;
    width: 75%;
    padding: 0 20px 5% 0;
    max-width: calc(100% - 80px);
    background: none;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: left;
    opacity: 1;
  }
}

.future {
  padding: 100px 0;
}

.future .tabList.style02 li {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .future {
    padding: 50px 0 30px;
  }
}

.future .wrapper {
  padding: 0;
}

@media (max-width: 767px) {
  .future .wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.future .conceptTitle+.conceptTitle {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .future .conceptTitle+.conceptTitle {
    margin-bottom: 40px;
  }
}

.future .lead {
  text-align: center;
}

.future .tabList {
  margin-bottom: 0;
}

.future .tabSection {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .future .tabSection {
    padding: 50px 20px;
  }
}

.future .secTitle01.center {
  margin-bottom: 40px;
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .future .secTitle01.center {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
}

.future .secTitle01.center .en {
  font-size: 6.5rem;
}

@media (max-width: 767px) {
  .future .secTitle01.center .en {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
}

.future .content01,
.future .content02 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 767px) {

  .future .content01,
  .future .content02 {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}

.future .content02 {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .future .content02 {
    margin-top: 40px;
  }
}

.future .futureImg {
  position: relative;
  width: 54.16%;
  margin: 0;
}

@media (max-width: 767px) {
  .future .futureImg {
    width: 100%;
    margin-bottom: 30px;
  }
}

.future .futureImg img {
  aspect-ratio: 677/425;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.future .futureImg .swiper {
  position: relative;
  margin-bottom: -40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .future .futureImg .swiper {
    margin-bottom: 0;
  }
}

.future .futureImg .swiper-pagination-fraction {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #142335;
  font-family: "acumin-variable", sans-serif;
}

.future .futureImg .swiper-pagination-fraction .bar {
  overflow: hidden;
  position: relative;
  background: rgba(20, 35, 53, 0.3);
  width: 250px;
  height: 1px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .future .futureImg .swiper-pagination-fraction .bar {
    width: 50%;
  }
}

.future .futureImg .swiper-pagination-fraction .bar span {
  content: "";
  display: block;
  position: absolute;
  background: #142335;
  width: 70px;
  height: 1px;
  animation: borderAnim 8s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.future .contentText {
  width: 40.96%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .future .contentText {
    width: 100%;
    display: block;
    order: 10;
  }
}

.future .contentText p {
  margin-bottom: 15px;
}

.future .contentText .gold {
  margin-bottom: 0;
  color: #AB8D4B;
}

.future .contentPoint {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .future .contentPoint {
    margin-top: 40px;
  }
}

.future .contentPoint .PointImg {
  width: 141px;
}

@media (max-width: 767px) {
  .future .contentPoint .PointImg {
    width: 105px;
  }
}

.future .contentPoint .pointText {
  width: calc(100% - 160px);
}

@media (max-width: 767px) {
  .future .contentPoint .pointText {
    width: calc(100% - 125px);
  }
}

.future .contentPoint .pointText p {
  margin-bottom: 0;
}

.future .contentLead .secTitle01 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 300;
  text-transform: capitalize;
}

.future .contentLead .secTitle01 .en {
  margin-bottom: 15px;
  color: #122234;
  font-size: 4rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .future .contentLead .secTitle01 .en {
    margin-bottom: 10px;
    font-size: 3.1rem;
  }
}

.future .contentLeadTitle {
  color: #AB8D4B;
  font-family: "acumin-variable", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.future .facilityNote {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .future .facilityNote {
    margin-top: 30px;
  }
}

.future .shareBtn {
  display: flex;
  margin-top: 90px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .future .shareBtn {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
}

.future .shareBtn>p {
  margin-right: 20px;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .future .shareBtn>p {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.future .hotellist {
  display: flex;
  margin-top: 90px;
  padding: 30px 40px 30px 5%;
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CACACA;
}

@media (max-width: 1024px) {
  .future .hotellist {
    display: block;
    margin-top: 60px;
    padding: 40px 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .future .hotellist {
    padding: 30px 20px;
    text-align: left;
  }
}

.future .hotellist .secTitle01 {
  margin-bottom: 0;
  color: #000;
  text-align: left;
}

@media (max-width: 1024px) {
  .future .hotellist .secTitle01 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .future .hotellist .secTitle01 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.future .hotellist .secTitle01 .en {
  display: inline-block;
  margin-right: 25px;
  color: #122234;
  font-size: 4rem;
}

@media screen and (max-width: 1280px) {
  .future .hotellist .secTitle01 .en {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .future .hotellist .secTitle01 .en {
    display: block;
    margin-bottom: 5px;
    font-size: 3.1rem;
  }
}

.future .hotellist .text {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .future .hotellist .text {
    margin-bottom: 30px;
  }
}

.future .hotellist .btn {
  margin-top: 0;
}

.future .hotelListTitle {
  margin-bottom: 40px;
  padding: 24px;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .future .hotelListTitle {
    margin-bottom: 12px;
    padding: 18px;
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

.future .hotelList .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  justify-content: center;
}

@media (max-width: 767px) {
  .future .hotelList .row {
    gap: 8px 0;
  }
}

.future .hotelList .hotelListItem {
  width: calc(33.3333333333% - 20px);
}

@media (max-width: 1024px) {
  .future .hotelList .hotelListItem {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .future .hotelList .hotelListItem {
    width: 100%;
  }
}

.future .hotelList .hotelListItem a {
  display: flex;
  padding: 24px;
  background: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

@media (max-width: 767px) {
  .future .hotelList .hotelListItem a {
    padding: 20px;
  }
}

.future .hotelList .hotelListItem img {
  display: block;
  width: 106px;
  height: auto;
}

@media (max-width: 767px) {
  .future .hotelList .hotelListItem img {
    width: 89px;
  }
}

.future .hotelList .hotelListItem .name {
  display: block;
  width: calc(100% - 106px);
  text-align: center;
}

@media (max-width: 767px) {
  .future .hotelList .hotelListItem .name {
    width: calc(100% - 99px);
  }
}

.future .hotelList .hotelListItem .name.jaExc {
  padding-left: 10px;
}

@keyframes borderAnim {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_en .tabList.style02 li {
  width: 24%;
}

body.lang_en .tabList.style02 li:last-of-type {
  width: 28%;
}

@media (max-width: 767px) {
  body.lang_en .tabList.style02 li:last-of-type {
    width: auto;
  }
}

@media (max-width: 767px) {
  body.lang_en .tabList.style02 li {
    width: auto;
  }
}

body.lang_en .tabList.style02 li a .jaExc {
  display: none;
}

body.lang_en .leadArea .greeting .text {
  width: 50%;
}

@media (max-width: 1024px) {
  body.lang_en .leadArea .greeting .text {
    width: 100%;
  }
}

body.lang_en .future .hotellist .text {
  width: 43%;
}

@media (max-width: 1024px) {
  body.lang_en .future .hotellist .text {
    width: 100%;
  }
}

body.lang_fr .tabList.style02 li,
body.lang_de .tabList.style02 li,
body.lang_th .tabList.style02 li,
body.lang_vi .tabList.style02 li,
body.lang_it .tabList.style02 li,
body.lang_ms .tabList.style02 li,
body.lang_id .tabList.style02 li {
  width: 18%;
}

body.lang_id .tabList.style02 li:nth-of-type(2) {
  width: 27%;
}

body.lang_fr .tabList.style02 li:last-of-type,
body.lang_de .tabList.style02 li:last-of-type,
body.lang_th .tabList.style02 li:last-of-type,
body.lang_vi .tabList.style02 li:last-of-type,
body.lang_it .tabList.style02 li:last-of-type,
body.lang_ms .tabList.style02 li:last-of-type {
  width: 44%;
}

body.lang_id .tabList.style02 li:last-of-type {
  width: 35%;
}

@media (max-width: 767px) {

  body.lang_fr .tabList.style02 li:last-of-type,
  body.lang_de .tabList.style02 li:last-of-type,
  body.lang_th .tabList.style02 li:last-of-type,
  body.lang_vi .tabList.style02 li:last-of-type,
  body.lang_it .tabList.style02 li:last-of-type,
  body.lang_ms .tabList.style02 li:last-of-type,
  body.lang_id .tabList.style02 li:last-of-type,
  body.lang_id .tabList.style02 li:nth-of-type(2) {
    width: auto;
  }
}

@media (max-width: 767px) {

  body.lang_fr .tabList.style02 li,
  body.lang_de .tabList.style02 li,
  body.lang_th .tabList.style02 li,
  body.lang_vi .tabList.style02 li,
  body.lang_it .tabList.style02 li,
  body.lang_ms .tabList.style02 li,
  body.lang_id .tabList.style02 li {
    width: auto;
  }
}

body.lang_es .tabList.style02 li {
  width: 17%;
}

body.lang_es .tabList.style02 li:nth-of-type(2) {
  width: 27%;
}

@media (max-width: 767px) {
  body.lang_es .tabList.style02 li:nth-of-type(2) {
    width: auto;
  }
}

body.lang_es .tabList.style02 li:last-of-type {
  width: 37%;
}

@media (max-width: 767px) {
  body.lang_es .tabList.style02 li:last-of-type {
    width: auto;
  }
}

@media (max-width: 767px) {
  body.lang_es .tabList.style02 li {
    width: auto;
  }
}

body.lang_fr .secTitle01.frDeEsItOnly,
body.lang_de .secTitle01.frDeEsItOnly,
body.lang_es .secTitle01.frDeEsItOnly,
body.lang_it .secTitle01.frDeEsItOnly,
body.lang_ms .secTitle01.frDeEsItOnly,
body.lang_id .secTitle01.frDeEsItOnly {
  font-size: 6.5rem;
  text-transform: uppercase;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
}

@media (max-width: 767px) {

  body.lang_fr .secTitle01.frDeEsItOnly,
  body.lang_de .secTitle01.frDeEsItOnly,
  body.lang_es .secTitle01.frDeEsItOnly,
  body.lang_it .secTitle01.frDeEsItOnly,
  body.lang_ms .secTitle01.frDeEsItOnly,
  body.lang_id .secTitle01.frDeEsItOnly {
    margin-bottom: 35px;
    font-size: 3.6rem;
  }
}

body.lang_fr .secTitle01 .en,
body.lang_de .secTitle01 .en,
body.lang_es .secTitle01 .en,
body.lang_it .secTitle01 .en,
body.lang_ms .secTitle01 .en,
body.lang_id .secTitle01 .en {
  display: none !important;
}

body.lang_fr .secTitle01 .enExc,
body.lang_de .secTitle01 .enExc,
body.lang_es .secTitle01 .enExc,
body.lang_it .secTitle01 .enExc,
body.lang_ms .secTitle01 .enExc,
body.lang_id .secTitle01 .enExc {
  font-size: 6.5rem;
  text-transform: uppercase;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  margin-top: -35px;
}

@media (max-width: 767px) {

  body.lang_fr .secTitle01 .enExc,
  body.lang_de .secTitle01 .enExc,
  body.lang_es .secTitle01 .enExc,
  body.lang_it .secTitle01 .enExc,
  body.lang_ms .secTitle01 .enExc,
  body.lang_id .secTitle01 .enExc {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
}

body.lang_fr .future .hotellist .secTitle01 .enExc,
body.lang_fr .leadArea .greeting .secTitle01 .enExc,
body.lang_de .future .hotellist .secTitle01 .enExc,
body.lang_de .leadArea .greeting .secTitle01 .enExc,
body.lang_es .future .hotellist .secTitle01 .enExc,
body.lang_es .leadArea .greeting .secTitle01 .enExc,
body.lang_it .future .hotellist .secTitle01 .enExc,
body.lang_it .leadArea .greeting .secTitle01 .enExc,
body.lang_ms .future .hotellist .secTitle01 .enExc,
body.lang_ms .leadArea .greeting .secTitle01 .enExc,
body.lang_id .future .hotellist .secTitle01 .enExc,
body.lang_id .leadArea .greeting .secTitle01 .enExc {
  display: inline-block;
  margin-right: 25px;
  color: #122234;
  font-size: 3rem;
  margin-top: 0;
}

@media (max-width: 1024px) {

  body.lang_fr .future .hotellist .secTitle01 .enExc,
  body.lang_fr .leadArea .greeting .secTitle01 .enExc,
  body.lang_de .future .hotellist .secTitle01 .enExc,
  body.lang_de .leadArea .greeting .secTitle01 .enExc,
  body.lang_es .future .hotellist .secTitle01 .enExc,
  body.lang_es .leadArea .greeting .secTitle01 .enExc,
  body.lang_it .future .hotellist .secTitle01 .enExc,
  body.lang_it .leadArea .greeting .secTitle01 .enExc,
  body.lang_ms .future .hotellist .secTitle01 .enExc,
  body.lang_ms .leadArea .greeting .secTitle01 .enExc,
  body.lang_id .future .hotellist .secTitle01 .enExc,
  body.lang_id .leadArea .greeting .secTitle01 .enExc {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767px) {

  body.lang_fr .future .hotellist .secTitle01 .enExc,
  body.lang_fr .leadArea .greeting .secTitle01 .enExc,
  body.lang_de .future .hotellist .secTitle01 .enExc,
  body.lang_de .leadArea .greeting .secTitle01 .enExc,
  body.lang_es .future .hotellist .secTitle01 .enExc,
  body.lang_es .leadArea .greeting .secTitle01 .enExc,
  body.lang_it .future .hotellist .secTitle01 .enExc,
  body.lang_it .leadArea .greeting .secTitle01 .enExc,
  body.lang_ms .future .hotellist .secTitle01 .enExc,
  body.lang_ms .leadArea .greeting .secTitle01 .enExc,
  body.lang_id .future .hotellist .secTitle01 .enExc,
  body.lang_id .leadArea .greeting .secTitle01 .enExc {
    display: block;
    margin-bottom: 5px;
    font-size: 3.1rem;
  }
}

body.lang_fr .leadArea .greeting .secTitle01 br,
body.lang_de .leadArea .greeting .secTitle01 br,
body.lang_es .leadArea .greeting .secTitle01 br,
body.lang_it .leadArea .greeting .secTitle01 br,
body.lang_ms .leadArea .greeting .secTitle01 br,
body.lang_id .leadArea .greeting .secTitle01 br {
  display: none;
}

body.lang_fr .leadArea .greeting .secTitle01 .enExc,
body.lang_de .leadArea .greeting .secTitle01 .enExc,
body.lang_es .leadArea .greeting .secTitle01 .enExc,
body.lang_it .leadArea .greeting .secTitle01 .enExc,
body.lang_ms .leadArea .greeting .secTitle01 .enExc,
body.lang_id .leadArea .greeting .secTitle01 .enExc {
  line-height: 1.3;
}

body.lang_fr .leadArea .greeting .secTitle01+p,
body.lang_de .leadArea .greeting .secTitle01+p,
body.lang_es .leadArea .greeting .secTitle01+p,
body.lang_it .leadArea .greeting .secTitle01+p,
body.lang_ms .leadArea .greeting .secTitle01+p,
body.lang_id .leadArea .greeting .secTitle01+p {
  width: 64%;
}

@media (max-width: 1024px) {

  body.lang_fr .leadArea .greeting .secTitle01+p,
  body.lang_de .leadArea .greeting .secTitle01+p,
  body.lang_es .leadArea .greeting .secTitle01+p,
  body.lang_it .leadArea .greeting .secTitle01+p,
  body.lang_ms .leadArea .greeting .secTitle01+p,
  body.lang_id .leadArea .greeting .secTitle01+p {
    width: 100%;
  }
}

body.lang_fr .future .contentLead .secTitle01 .en.frDeEsItOnly,
body.lang_de .future .contentLead .secTitle01 .en.frDeEsItOnly,
body.lang_es .future .contentLead .secTitle01 .en.frDeEsItOnly,
body.lang_it .future .contentLead .secTitle01 .en.frDeEsItOnly,
body.lang_ms .future .contentLead .secTitle01 .en.frDeEsItOnly,
body.lang_id .future .contentLead .secTitle01 .en.frDeEsItOnly {
  display: block !important;
}

body.lang_ru .leadArea .greeting .secTitle01 .enExc {
  font-size: 1.5rem;
}

body.lang_ru .tabList.style02 li a {
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  body.lang_ru .tabList.style02 li a {
    height: initial;
  }
}

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